@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url(video-js.min.css);
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: normal;
  font-family: 'Panama';
  font-size: 1.08333em; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/*! HTML5 Boilerplate v7.3.0 | MIT License | https://html5boilerplate.com/ */
/* main.css 2.0.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4; }

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden {
  display: none !important; }

/*
* Hide only visually, but have it available for screen readers:
* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
*
* 1. For long content, line feeds are not interpreted as spaces and small width
*    causes content to wrap 1 word per line:
*    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
*/
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */ }

/*
* Extends the .sr-only class to allow the element
* to be focusable when navigated to via the keyboard:
* https://www.drupal.org/node/897638
*/
.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto; }

/*
* Hide visually and from screen readers, but maintain layout
*/
.invisible {
  visibility: hidden; }

/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
*    `contenteditable` attribute is included anywhere else in the document.
*    Otherwise it causes space to appear at the top and bottom of elements
*    that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
*    `:before` to contain the top-margins of child elements.
*/
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */ }

@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */ }

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  /*
     * Printing Tables:
     * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

/*
sections können margin-bottom 45, 60, 90, 120, 180, 240, 300 haben
*/
/*
custom-scroll-bar

styling (breite, farbe hintergrund, farbe balken, radien)
ist bisher nur bei webkit-browsern über prefixed selektoren möglich
achtung: das standardverhalten (scrollbar ist overlayed, 
transparent und wird nur beim scrollen sichtbar) wird dadurch unterbunden 
stattdessen ist der platz für die scrollbar immer reserviert, was besonders 
bei farbigen hintergründen oder durchgehenden borders auffällt.

in firefox: 
breite und hg/vg-farbe können mit
scrollbar-width
scrollbar-color
beeinflußt werden.
macOS notes:;
The auto-hiding semi-transparent scrollbars that are the macOS default cannot be colored with this rule 
(they still choose their own contrasting color based on the background). Only the permanently showing scrollbars 
(System Preferences > Show Scroll Bars > Always) are colored.

*/
/* 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;
  margin-left: auto;
  margin-right: auto; }
  .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; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

@font-face {
  font-family: 'Panama';
  src: url("../fonts/Panama Regular.otf");
  src: url("../fonts/Panama Regular.woff?58533802") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Lars';
  src: url("../fonts/test/Lars-Regular.otf");
  src: url("../fonts/test/Lars-RegularWeb.woff?58533802") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'LarsBold';
  src: url("../fonts/Lars-Bold.otf");
  src: url("../fonts/Lars-BoldWeb.woff?58533802") format("woff");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'LarsThin';
  src: url("../fonts/Lars-ThinCondensed.otf");
  src: url("../fonts/Lars-ThinCondensedWeb.woff?58533802") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'LarsItalic';
  src: url("../fonts/Lars-BoldItalic.otf");
  src: url("../fonts/Lars-BoldItalicWeb.woff?58533802") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Lars-test';
  src: url("../fonts/test/Lars-Regular.otf");
  src: url("../fonts/test/Lars-RegularWeb.woff?58533802") format("woff");
  font-weight: normal;
  font-style: normal; }

/*
sections können margin-bottom 45, 60, 90, 120, 180, 240, 300 haben
*/
/*
custom-scroll-bar

styling (breite, farbe hintergrund, farbe balken, radien)
ist bisher nur bei webkit-browsern über prefixed selektoren möglich
achtung: das standardverhalten (scrollbar ist overlayed, 
transparent und wird nur beim scrollen sichtbar) wird dadurch unterbunden 
stattdessen ist der platz für die scrollbar immer reserviert, was besonders 
bei farbigen hintergründen oder durchgehenden borders auffällt.

in firefox: 
breite und hg/vg-farbe können mit
scrollbar-width
scrollbar-color
beeinflußt werden.
macOS notes:;
The auto-hiding semi-transparent scrollbars that are the macOS default cannot be colored with this rule 
(they still choose their own contrasting color based on the background). Only the permanently showing scrollbars 
(System Preferences > Show Scroll Bars > Always) are colored.

*/
.grotesk, h1, h2, h3, h4, h5 {
  font-family: 'Lars';
  font-size: 24px;
  line-height: 1.1;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal; }

.grotesk-alt {
  font-family: 'LarsThin';
  font-size: 24px;
  letter-spacing: normal !important;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal; }

.serif {
  font-family: 'Panama';
  font-size: 26px;
  line-height: 1.16;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal; }

@media (max-width: 599px) {
  .grotesk-largest {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 42px;
    line-height: 1.24;
    letter-spacing: -0.0642857em; } }

@media (min-width: 600px) {
  .grotesk-largest {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 72px;
    line-height: 1.11;
    letter-spacing: -3.4px; } }

@media (min-width: 1200px) {
  .grotesk-largest {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 148px;
    line-height: 1.11;
    letter-spacing: -0.047297em; } }

@media (max-width: 599px) {
  .grotesk-extralarge {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 42px;
    line-height: 1.24;
    letter-spacing: -0.0642857em; } }

@media (min-width: 600px) {
  .grotesk-extralarge {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 72px;
    line-height: 1.11;
    letter-spacing: -3.4px; } }

@media (min-width: 1200px) {
  .grotesk-extralarge {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 84px;
    line-height: 1.1;
    letter-spacing: -0.045238em; } }

@media (max-width: 599px) {
  .serif-extralarge {
    font-family: 'Panama';
    font-size: 26px;
    line-height: 1.16;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 45px;
    line-height: 1.16;
    letter-spacing: -2px; } }

@media (min-width: 600px) {
  .serif-extralarge {
    font-family: 'Panama';
    font-size: 26px;
    line-height: 1.16;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 75px;
    line-height: 1.12;
    letter-spacing: -2.8px; } }

@media (min-width: 1200px) {
  .serif-extralarge {
    font-family: 'Panama';
    font-size: 26px;
    line-height: 1.16;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 90px;
    line-height: 1.14;
    letter-spacing: -3.5px; } }

@media (max-width: 599px) {
  .grotesk-large, .news-overview h2 {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 30px;
    line-height: 1.33;
    letter-spacing: -1.2px; } }

@media (min-width: 600px) {
  .grotesk-large, .news-overview h2 {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 42px;
    line-height: 1.24;
    letter-spacing: -0.0642857em; } }

@media (min-width: 1200px) {
  .grotesk-large, .news-overview h2 {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 72px;
    line-height: 1.11;
    letter-spacing: -3.4px; } }

@media (max-width: 599px) {
  .serif-large {
    font-family: 'Panama';
    font-size: 26px;
    line-height: 1.16;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 32px;
    line-height: 1.25;
    letter-spacing: -0.9px; } }

@media (min-width: 600px) {
  .serif-large {
    font-family: 'Panama';
    font-size: 26px;
    line-height: 1.16;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 45px;
    line-height: 1.16;
    letter-spacing: -2px; } }

@media (min-width: 1200px) {
  .serif-large {
    font-family: 'Panama';
    font-size: 26px;
    line-height: 1.16;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 75px;
    line-height: 1.12;
    letter-spacing: -2.8px; } }

@media (max-width: 599px) {
  .grotesk-medium {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 24px;
    line-height: 1.33;
    letter-spacing: -1px; } }

@media (min-width: 600px) {
  .grotesk-medium {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 30px;
    line-height: 1.33;
    letter-spacing: -1.2px; } }

@media (min-width: 1200px) {
  .grotesk-medium {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 42px;
    line-height: 1.24;
    letter-spacing: -0.0642857em; } }

@media (max-width: 599px) {
  .serif-medium, .fullwidth-list .fullwidth-list_item .fullwidth-list_item-title[aria-expanded='true'] > div {
    font-family: 'Panama';
    font-size: 26px;
    line-height: 1.16;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 26px;
    line-height: 1.25;
    letter-spacing: -0.9px; } }

@media (min-width: 600px) {
  .serif-medium, .fullwidth-list .fullwidth-list_item .fullwidth-list_item-title[aria-expanded='true'] > div {
    font-family: 'Panama';
    font-size: 26px;
    line-height: 1.16;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 32px;
    line-height: 1.25;
    letter-spacing: -0.9px; } }

@media (min-width: 1200px) {
  .serif-medium, .fullwidth-list .fullwidth-list_item .fullwidth-list_item-title[aria-expanded='true'] > div {
    font-family: 'Panama';
    font-size: 26px;
    line-height: 1.16;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 45px;
    line-height: 1.16;
    letter-spacing: -2px; } }

@media (max-width: 599px) {
  .grotesk-small, .container-fluid .container-fluid_content a.container-fluid_item h3 {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 19px;
    line-height: 1.37;
    letter-spacing: -0.6px; } }

@media (min-width: 600px) {
  .grotesk-small, .container-fluid .container-fluid_content a.container-fluid_item h3 {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 24px;
    line-height: 1.33;
    letter-spacing: -1px; } }

@media (min-width: 1200px) {
  .grotesk-small, .container-fluid .container-fluid_content a.container-fluid_item h3 {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 30px;
    line-height: 1.33;
    letter-spacing: -1.2px; } }

@media (max-width: 599px) {
  .serif-small {
    font-family: 'Panama';
    font-size: 26px;
    line-height: 1.16;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 21px;
    line-height: 1.24;
    letter-spacing: -0.6px; } }

@media (min-width: 600px) {
  .serif-small {
    font-family: 'Panama';
    font-size: 26px;
    line-height: 1.16;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 26px;
    line-height: 1.25;
    letter-spacing: -0.9px; } }

@media (min-width: 1200px) {
  .serif-small {
    font-family: 'Panama';
    font-size: 26px;
    line-height: 1.16;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 32px;
    line-height: 1.25;
    letter-spacing: -0.9px; } }

@media (max-width: 899px) {
  .grotesk-smaller, #footer .footer-left, .event-section .section-logged-in, .next-preview .preview-item h2, .live-preview .preview-item h2 {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 19px;
    line-height: 1.37;
    letter-spacing: -0.6px; } }

@media (min-width: 900px) {
  .grotesk-smaller, #footer .footer-left, .event-section .section-logged-in, .next-preview .preview-item h2, .live-preview .preview-item h2 {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 24px;
    line-height: 1.33;
    letter-spacing: -1px; } }

@media (max-width: 899px) {
  .serif-smaller, .next-preview .preview-item .label, .live-preview .preview-item .label, .textblock .is-film-title, .hero2 .fs-hero-subline .is-film-title, .textblock-centered .is-film-title, #page section.grid.align-center > div .is-film-title, #page section.align-center.content-module > div .is-film-title, #page section.align-center.article-header--smaller > div .is-film-title, #page section.align-center.article-meta > div .is-film-title, .media-block-centered .is-film-title, .textblock-left .is-film-title, #page section.grid.align-left > div .is-film-title, #page section.align-left.content-module > div .is-film-title, #page section.align-left.article-header--smaller > div .is-film-title, #page section.align-left.article-meta > div .is-film-title, .media-block-left .is-film-title, .textblock-right .is-film-title, #page section.grid.align-right > div .is-film-title, #page section.align-right.content-module > div .is-film-title, #page section.align-right.article-header--smaller > div .is-film-title, #page section.align-right.article-meta > div .is-film-title, .media-block-right .is-film-title, .textblock-full .is-film-title, .media-block-full .is-film-title, .textblock .question, .hero2 .fs-hero-subline .question, .textblock-centered .question, #page section.grid.align-center > div .question, #page section.align-center.content-module > div .question, #page section.align-center.article-header--smaller > div .question, #page section.align-center.article-meta > div .question, .media-block-centered .question, .textblock-left .question, #page section.grid.align-left > div .question, #page section.align-left.content-module > div .question, #page section.align-left.article-header--smaller > div .question, #page section.align-left.article-meta > div .question, .media-block-left .question, .textblock-right .question, #page section.grid.align-right > div .question, #page section.align-right.content-module > div .question, #page section.align-right.article-header--smaller > div .question, #page section.align-right.article-meta > div .question, .media-block-right .question, .textblock-full .question, .media-block-full .question {
    font-family: 'Panama';
    font-size: 26px;
    line-height: 1.16;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 21px;
    line-height: 1.24;
    letter-spacing: -0.6px; } }

@media (min-width: 900px) {
  .serif-smaller, .next-preview .preview-item .label, .live-preview .preview-item .label, .textblock .is-film-title, .hero2 .fs-hero-subline .is-film-title, .textblock-centered .is-film-title, #page section.grid.align-center > div .is-film-title, #page section.align-center.content-module > div .is-film-title, #page section.align-center.article-header--smaller > div .is-film-title, #page section.align-center.article-meta > div .is-film-title, .media-block-centered .is-film-title, .textblock-left .is-film-title, #page section.grid.align-left > div .is-film-title, #page section.align-left.content-module > div .is-film-title, #page section.align-left.article-header--smaller > div .is-film-title, #page section.align-left.article-meta > div .is-film-title, .media-block-left .is-film-title, .textblock-right .is-film-title, #page section.grid.align-right > div .is-film-title, #page section.align-right.content-module > div .is-film-title, #page section.align-right.article-header--smaller > div .is-film-title, #page section.align-right.article-meta > div .is-film-title, .media-block-right .is-film-title, .textblock-full .is-film-title, .media-block-full .is-film-title, .textblock .question, .hero2 .fs-hero-subline .question, .textblock-centered .question, #page section.grid.align-center > div .question, #page section.align-center.content-module > div .question, #page section.align-center.article-header--smaller > div .question, #page section.align-center.article-meta > div .question, .media-block-centered .question, .textblock-left .question, #page section.grid.align-left > div .question, #page section.align-left.content-module > div .question, #page section.align-left.article-header--smaller > div .question, #page section.align-left.article-meta > div .question, .media-block-left .question, .textblock-right .question, #page section.grid.align-right > div .question, #page section.align-right.content-module > div .question, #page section.align-right.article-header--smaller > div .question, #page section.align-right.article-meta > div .question, .media-block-right .question, .textblock-full .question, .media-block-full .question {
    font-family: 'Panama';
    font-size: 26px;
    line-height: 1.16;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 26px;
    line-height: 1.25;
    letter-spacing: -0.9px; } }

.grotesk-xxxs, .HeroImage .HeroImage--cr, .container-fluid .container-fluid_content a.container-fluid_item .container-fluid_item_intro, .newsletter-section #nl-error-layer, .image-masonry > .media-block-row > div .caption-opener, .profile-page label.error, #profile-overlay---- label.error, #content-overlay label.error {
  font-family: 'Lars';
  font-size: 24px;
  line-height: 1.4;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: -0.5px; }

.grotesk-xxs, #filter-persons .filter-persons-content .filter-content .search-select-container > div.low-filter-warning, body.phone section.program-index .program-container .sidebar .mobile-tabs > div a, body.tablet-portrait section.program-index .program-container .sidebar .mobile-tabs > div a {
  font-family: 'Lars';
  font-size: 24px;
  line-height: 1.4;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  font-size: 19px;
  line-height: 1.37;
  letter-spacing: -0.6px; }

.grotesk-xs, .teaser-portrait .fullname, .teaser-portrait .contact {
  font-family: 'Lars';
  font-size: 24px;
  line-height: 1.4;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  font-size: 24px;
  line-height: 1.33;
  letter-spacing: -1px; }

.grotesk-xs a, .teaser-portrait .fullname a, .teaser-portrait .contact a, a.grotesk-xs, .teaser-portrait a.fullname, .teaser-portrait a.contact {
  border-bottom-width: 1px; }

.grotesk-s, .talentpress-grid .teaser-article .article-title, .teaser-project .project-title, #page-builder .related_articles-wrapper .related_articles-inner > div .project-title, #page-builder .related_articles-wrapper .related_articles-inner > div .article-title, .profile-page .profile-data .profile-data-text dt, #profile-overlay---- .profile-data .profile-data-text dt, #content-overlay .profile-data .profile-data-text dt, .video-container .video-info .video-title, .gallery-container .gallery-info .gallery-title, .info-list, .project-page #page .project-information-details > div, .project-page #page #content-overlay .project-information-details > div, #content-overlay .project-information-details > div, #content-overlay #content-overlay .project-information-details > div {
  font-family: 'Lars';
  font-size: 24px;
  line-height: 1.4;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  font-size: 30px;
  line-height: 1.33;
  letter-spacing: -1.2px; }

a.grotesk-s, .talentpress-grid .teaser-article a.article-title, .teaser-project a.project-title, #page-builder .related_articles-wrapper .related_articles-inner > div a.project-title, #page-builder .related_articles-wrapper .related_articles-inner > div a.article-title, .video-container .video-info a.video-title, .gallery-container .gallery-info a.gallery-title, a.info-list, .grotesk-s a, .talentpress-grid .teaser-article .article-title a, .teaser-project .project-title a, #page-builder .related_articles-wrapper .related_articles-inner > div .project-title a, #page-builder .related_articles-wrapper .related_articles-inner > div .article-title a, .profile-page .profile-data .profile-data-text dt a, #profile-overlay---- .profile-data .profile-data-text dt a, #content-overlay .profile-data .profile-data-text dt a, .video-container .video-info .video-title a, .gallery-container .gallery-info .gallery-title a, .info-list a, .project-page #page .project-information-details > div a, .project-page #page #content-overlay .project-information-details > div a, #content-overlay .project-information-details > div a, #content-overlay #content-overlay .project-information-details > div a {
  border-bottom-width: 2px; }

.grotesk-m, .topnav .topnav-right .nav-menu-btn {
  font-family: 'Lars';
  font-size: 24px;
  line-height: 1.4;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  font-size: 42px;
  line-height: 1.24;
  letter-spacing: -0.0642857em; }

a.grotesk-m, .topnav .topnav-right a.nav-menu-btn, .grotesk-m a, .topnav .topnav-right .nav-menu-btn a {
  border-bottom-width: 2px; }

.grotesk-l {
  font-family: 'Lars';
  font-size: 24px;
  line-height: 1.4;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  font-size: 72px;
  line-height: 1.11;
  letter-spacing: -3.4px; }

a.grotesk-l, .grotesk-l a {
  border-bottom-width: 3px; }

.grotesk-xl {
  font-family: 'Lars';
  font-size: 24px;
  line-height: 1.4;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  font-size: 84px;
  line-height: 1.1;
  letter-spacing: -0.045238em; }

a.grotesk-xl, .grotesk-xl a {
  border-bottom-width: 3px; }

.grotesk-xxl {
  font-family: 'Lars';
  font-size: 24px;
  line-height: 1.4;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  font-size: 148px;
  line-height: 1.11;
  letter-spacing: -0.047297em; }

a.grotesk-xxl, .grotesk-xxl a {
  border-bottom-width: 6px; }

.serif-xxxs, #page .event-recording .event-recording-top .info-area .quote-footer .next-slide {
  font-family: 'Panama';
  font-size: 26px;
  line-height: 1.16;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  font-size: 16px;
  line-height: 1.31;
  letter-spacing: -0.5px; }

.serif-xxs {
  font-family: 'Panama';
  font-size: 26px;
  line-height: 1.16;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  font-size: 21px;
  line-height: 1.24;
  letter-spacing: -0.6px; }

.serif-xs, .teaser-portrait .country, .teaser-portrait .profession, .teaser-project .project-meta, #page-builder .related_articles-wrapper .related_articles-inner > div .project-meta, #page-builder .related_articles-wrapper .related_articles-inner > div .article-meta {
  font-family: 'Panama';
  font-size: 26px;
  line-height: 1.16;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  font-size: 26px;
  line-height: 1.25;
  letter-spacing: -0.9px; }

a.serif-xs, .teaser-portrait a.country, .teaser-portrait a.profession, .teaser-project a.project-meta, #page-builder .related_articles-wrapper .related_articles-inner > div a.project-meta, #page-builder .related_articles-wrapper .related_articles-inner > div a.article-meta, .serif-xs a, .teaser-portrait .country a, .teaser-portrait .profession a, .teaser-project .project-meta a, #page-builder .related_articles-wrapper .related_articles-inner > div .project-meta a, #page-builder .related_articles-wrapper .related_articles-inner > div .article-meta a {
  border-bottom-width: 1px; }

.serif-s, .talentpress-grid .teaser-article .article-author, .teaser-portrait .favorite, .profile-page .profile-data .profile-data-text dd, .profile-page .profile-data .profile-data-text span, #profile-overlay---- .profile-data .profile-data-text dd, #profile-overlay---- .profile-data .profile-data-text span, #content-overlay .profile-data .profile-data-text dd, #content-overlay .profile-data .profile-data-text span, .video-container .video-info .video-meta, .gallery-container .gallery-info .gallery-meta {
  font-family: 'Panama';
  font-size: 26px;
  line-height: 1.16;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  font-size: 32px;
  line-height: 1.25;
  letter-spacing: -0.9px; }

a.serif-s, .talentpress-grid .teaser-article a.article-author, .teaser-portrait a.favorite, .video-container .video-info a.video-meta, .gallery-container .gallery-info a.gallery-meta, .serif-s a, .talentpress-grid .teaser-article .article-author a, .teaser-portrait .favorite a, .profile-page .profile-data .profile-data-text dd a, .profile-page .profile-data .profile-data-text span a, #profile-overlay---- .profile-data .profile-data-text dd a, #profile-overlay---- .profile-data .profile-data-text span a, #content-overlay .profile-data .profile-data-text dd a, #content-overlay .profile-data .profile-data-text span a, .video-container .video-info .video-meta a, .gallery-container .gallery-info .gallery-meta a {
  border-bottom-width: 1px; }

.serif-m, #filter-persons .filter-persons-content input.filter-input, .profile-page .profile-data .profile-data-text .profile-fow, #profile-overlay---- .profile-data .profile-data-text .profile-fow, #content-overlay .profile-data .profile-data-text .profile-fow, .profile-page .quote, #profile-overlay---- .quote, #content-overlay .quote {
  font-family: 'Panama';
  font-size: 26px;
  line-height: 1.16;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  font-size: 45px;
  line-height: 1.16;
  letter-spacing: -2px; }

a.serif-m, .profile-page .profile-data .profile-data-text a.profile-fow, #profile-overlay---- .profile-data .profile-data-text a.profile-fow, #content-overlay .profile-data .profile-data-text a.profile-fow, .profile-page a.quote, #profile-overlay---- a.quote, #content-overlay a.quote, .serif-m a, #filter-persons .filter-persons-content input.filter-input a, .profile-page .profile-data .profile-data-text .profile-fow a, #profile-overlay---- .profile-data .profile-data-text .profile-fow a, #content-overlay .profile-data .profile-data-text .profile-fow a, .profile-page .quote a, #profile-overlay---- .quote a, #content-overlay .quote a {
  border-bottom-width: 2px; }

.serif-l {
  font-family: 'Panama';
  font-size: 26px;
  line-height: 1.16;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  font-size: 75px;
  line-height: 1.12;
  letter-spacing: -2.8px; }

a.serif-l, .serif-l a {
  border-bottom-width: 3px; }

.serif-xl {
  font-family: 'Panama';
  font-size: 26px;
  line-height: 1.16;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  font-size: 90px;
  line-height: 1.14;
  letter-spacing: -3.5px; }

a.serif-xl, .serif-xl a {
  border-bottom-width: 3px; }

.serif-xxl {
  font-family: 'Panama';
  font-size: 26px;
  line-height: 1.16;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  font-size: 160px;
  line-height: 1.06;
  letter-spacing: -6px; }

a.serif-xxl, .serif-xxl a {
  border-bottom-width: 6px; }

@media (min-width: 900px) {
  .fs-project-header {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 84px;
    line-height: 1.1;
    letter-spacing: -0.045238em; } }

@media (max-width: 899px) {
  .fs-project-header {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 72px;
    line-height: 1.11;
    letter-spacing: -3.4px; } }

@media (max-width: 599px) {
  .fs-project-header {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 42px;
    line-height: 1.24;
    letter-spacing: -0.0642857em; } }

@media (min-width: 900px) {
  .fs-project-header-eng {
    font-family: 'Panama';
    font-size: 26px;
    line-height: 1.16;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 90px;
    line-height: 1.14;
    letter-spacing: -3.5px; } }

@media (max-width: 899px) {
  .fs-project-header-eng {
    font-family: 'Panama';
    font-size: 26px;
    line-height: 1.16;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 75px;
    line-height: 1.12;
    letter-spacing: -2.8px; } }

@media (max-width: 599px) {
  .fs-project-header-eng {
    font-family: 'Panama';
    font-size: 26px;
    line-height: 1.16;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 45px;
    line-height: 1.16;
    letter-spacing: -2px; } }

@media (max-width: 599px) {
  .fs-herotext {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 30px;
    line-height: 1.33;
    letter-spacing: -1.2px; }
    .fs-herotext a {
      font-family: 'Panama';
      font-size: 26px;
      line-height: 1.16;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 32px;
      line-height: 1.25;
      letter-spacing: -0.9px; } }

@media (min-width: 600px) and (max-width: 899px) {
  .fs-herotext {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 42px;
    line-height: 1.24;
    letter-spacing: -0.0642857em; }
    .fs-herotext a {
      font-family: 'Panama';
      font-size: 26px;
      line-height: 1.16;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 45px;
      line-height: 1.16;
      letter-spacing: -2px; } }

@media (min-width: 900px) and (max-width: 1199px) {
  .fs-herotext {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 72px;
    line-height: 1.11;
    letter-spacing: -3.4px; }
    .fs-herotext a {
      font-family: 'Panama';
      font-size: 26px;
      line-height: 1.16;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 75px;
      line-height: 1.12;
      letter-spacing: -2.8px; } }

@media (min-width: 1200px) {
  .fs-herotext {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 84px;
    line-height: 1.1;
    letter-spacing: -0.045238em; }
    .fs-herotext a {
      font-family: 'Panama';
      font-size: 26px;
      line-height: 1.16;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 90px;
      line-height: 1.14;
      letter-spacing: -3.5px; } }

@media (max-width: 599px) {
  .fs-herotext-alt {
    font-family: 'Panama';
    font-size: 26px;
    line-height: 1.16;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 32px;
    line-height: 1.25;
    letter-spacing: -0.9px; }
    .fs-herotext-alt a {
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 30px;
      line-height: 1.33;
      letter-spacing: -1.2px; } }

@media (min-width: 600px) {
  .fs-herotext-alt {
    font-family: 'Panama';
    font-size: 26px;
    line-height: 1.16;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 45px;
    line-height: 1.16;
    letter-spacing: -2px; }
    .fs-herotext-alt a {
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 42px;
      line-height: 1.24;
      letter-spacing: -0.0642857em; } }

@media (min-width: 900px) {
  .fs-herotext-alt {
    font-family: 'Panama';
    font-size: 26px;
    line-height: 1.16;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 75px;
    line-height: 1.12;
    letter-spacing: -2.8px; }
    .fs-herotext-alt a {
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 72px;
      line-height: 1.11;
      letter-spacing: -3.4px; } }

@media (min-width: 1200px) {
  .fs-herotext-alt {
    font-family: 'Panama';
    font-size: 26px;
    line-height: 1.16;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 90px;
    line-height: 1.14;
    letter-spacing: -3.5px; }
    .fs-herotext-alt a {
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 84px;
      line-height: 1.1;
      letter-spacing: -0.045238em; } }

@media (max-width: 599px) {
  .fs-hero-subline {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 19px;
    line-height: 1.37;
    letter-spacing: -0.6px; }
    .fs-hero-subline a {
      font-family: 'Panama';
      font-size: 26px;
      line-height: 1.16;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 21px;
      line-height: 1.24;
      letter-spacing: -0.6px; } }

@media (min-width: 600px) {
  .fs-hero-subline {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 24px;
    line-height: 1.33;
    letter-spacing: -1px; } }
  @media (min-width: 600px) and (max-width: 899px) {
    .fs-hero-subline a {
      font-family: 'Panama';
      font-size: 26px;
      line-height: 1.16;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 21px;
      line-height: 1.24;
      letter-spacing: -0.6px; } }
  @media (min-width: 600px) and (min-width: 900px) {
    .fs-hero-subline a {
      font-family: 'Panama';
      font-size: 26px;
      line-height: 1.16;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 26px;
      line-height: 1.25;
      letter-spacing: -0.9px; } }

h1,
h2,
h3,
h4,
h5 {
  margin: 0; }

@media (min-width: 900px) {
  h1 {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 148px;
    line-height: 1.11;
    letter-spacing: -0.047297em; } }

@media (min-width: 600px) and (max-width: 899px) {
  h1 {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 84px;
    line-height: 1.1;
    letter-spacing: -0.045238em; } }

@media (max-width: 599px) {
  h1 {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 72px;
    line-height: 1.11;
    letter-spacing: -3.4px; } }

@media (min-width: 900px) {
  h1.is-serif, h1 .is-serif {
    font-family: 'Panama';
    font-size: 26px;
    line-height: 1.16;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 160px;
    line-height: 1.06;
    letter-spacing: -6px; } }

@media (min-width: 600px) and (max-width: 899px) {
  h1.is-serif, h1 .is-serif {
    font-family: 'Panama';
    font-size: 26px;
    line-height: 1.16;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 90px;
    line-height: 1.14;
    letter-spacing: -3.5px; } }

@media (max-width: 599px) {
  h1.is-serif, h1 .is-serif {
    font-family: 'Panama';
    font-size: 26px;
    line-height: 1.16;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 75px;
    line-height: 1.12;
    letter-spacing: -2.8px; } }

@media (min-width: 900px) {
  h2 {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 84px;
    line-height: 1.1;
    letter-spacing: -0.045238em; } }

@media (min-width: 600px) and (max-width: 899px) {
  h2 {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 72px;
    line-height: 1.11;
    letter-spacing: -3.4px; } }

@media (max-width: 599px) {
  h2 {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 42px;
    line-height: 1.24;
    letter-spacing: -0.0642857em; } }

@media (min-width: 900px) {
  h2.is-serif, h2 .is-serif {
    font-family: 'Panama';
    font-size: 26px;
    line-height: 1.16;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 90px;
    line-height: 1.14;
    letter-spacing: -3.5px; } }

@media (min-width: 600px) and (max-width: 899px) {
  h2.is-serif, h2 .is-serif {
    font-family: 'Panama';
    font-size: 26px;
    line-height: 1.16;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 75px;
    line-height: 1.12;
    letter-spacing: -2.8px; } }

@media (max-width: 599px) {
  h2.is-serif, h2 .is-serif {
    font-family: 'Panama';
    font-size: 26px;
    line-height: 1.16;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 45px;
    line-height: 1.16;
    letter-spacing: -2px; } }

@media (min-width: 900px) {
  h3 {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 72px;
    line-height: 1.11;
    letter-spacing: -3.4px; } }

@media (min-width: 600px) and (max-width: 899px) {
  h3 {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 42px;
    line-height: 1.24;
    letter-spacing: -0.0642857em; } }

@media (max-width: 599px) {
  h3 {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 30px;
    line-height: 1.33;
    letter-spacing: -1.2px; } }

@media (min-width: 900px) {
  h3.is-serif, h3 .is-serif {
    font-family: 'Panama';
    font-size: 26px;
    line-height: 1.16;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 75px;
    line-height: 1.12;
    letter-spacing: -2.8px; } }

@media (min-width: 600px) and (max-width: 899px) {
  h3.is-serif, h3 .is-serif {
    font-family: 'Panama';
    font-size: 26px;
    line-height: 1.16;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 45px;
    line-height: 1.16;
    letter-spacing: -2px; } }

@media (max-width: 599px) {
  h3.is-serif, h3 .is-serif {
    font-family: 'Panama';
    font-size: 26px;
    line-height: 1.16;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 32px;
    line-height: 1.25;
    letter-spacing: -0.9px; } }

@media (min-width: 900px) {
  h4 {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 42px;
    line-height: 1.24;
    letter-spacing: -0.0642857em; } }

@media (min-width: 600px) and (max-width: 899px) {
  h4 {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 30px;
    line-height: 1.33;
    letter-spacing: -1.2px; } }

@media (max-width: 599px) {
  h4 {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 24px;
    line-height: 1.33;
    letter-spacing: -1px; } }

@media (min-width: 900px) {
  h4.is-serif, h4 .is-serif {
    font-family: 'Panama';
    font-size: 26px;
    line-height: 1.16;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 45px;
    line-height: 1.16;
    letter-spacing: -2px; } }

@media (min-width: 600px) and (max-width: 899px) {
  h4.is-serif, h4 .is-serif {
    font-family: 'Panama';
    font-size: 26px;
    line-height: 1.16;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 32px;
    line-height: 1.25;
    letter-spacing: -0.9px; } }

@media (max-width: 599px) {
  h4.is-serif, h4 .is-serif {
    font-family: 'Panama';
    font-size: 26px;
    line-height: 1.16;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 26px;
    line-height: 1.25;
    letter-spacing: -0.9px; } }

h5 {
  text-transform: uppercase; }
  @media (min-width: 600px) {
    h5 {
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 30px;
      line-height: 1.33;
      letter-spacing: -1.2px; } }
  @media (max-width: 599px) {
    h5 {
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 24px;
      line-height: 1.33;
      letter-spacing: -1px; } }
  @media (min-width: 600px) {
    h5.is-serif, h5 .is-serif {
      font-family: 'Panama';
      font-size: 26px;
      line-height: 1.16;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 32px;
      line-height: 1.25;
      letter-spacing: -0.9px; } }
  @media (max-width: 599px) {
    h5.is-serif, h5 .is-serif {
      font-family: 'Panama';
      font-size: 26px;
      line-height: 1.16;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 26px;
      line-height: 1.25;
      letter-spacing: -0.9px; } }

/*p, .rich-text{
  @extend .grotesk-smaller;
  .is-serif{
    @extend .serif-smaller;
  }
  a{
    text-decoration: underline;
  }
}*/
:root {
  --margin-top: 90px;
  --border: 1px; }
  @media (min-width: 1200px) and (max-width: 1799px) {
    :root {
      --column-gap: 7.32026vw;
      --columns: 6; } }
  @media (min-width: 1200px) {
    :root {
      --margin-xl: 150px;
      --margin-l: 120px;
      --margin-m: 90px;
      --margin-s: 60px;
      --margin-xs: 45px; } }
  @media (min-width: 900px) {
    :root {
      --gutter: 3.66vw;
      --margin-xl: 120px;
      --margin-l: 90px;
      --margin-m: 60px;
      --margin-s: 45px;
      --margin-xs: 30px; } }
  @media (min-width: 900px) and (max-width: 1199px) {
    :root {
      --gutter: 5.468vw;
      --column-gap: 10.9375vw;
      --columns: 4; } }
  @media (min-width: 600px) and (max-width: 899px) {
    :root {
      --margin-xl: 90px;
      --margin-l: 60px;
      --margin-m: 45px;
      --margin-s: 30px;
      --margin-xs: 15px;
      --column-gap: 10.9375vw;
      --columns: 4; } }
  @media (max-width: 899px) {
    :root {
      --gutter: 5.468vw;
      --margin-top: 80px; } }
  @media (max-width: 599px) {
    :root {
      --margin-top: 60px;
      --gutter: 4vw;
      --margin-xl: 60px;
      --margin-l: 45px;
      --margin-m: 30px;
      --margin-s: 15px;
      --margin-xs: 15px;
      --columns: 2;
      --column-gap: 8vw;
      --h1: 42px;
      --h2: 30px;
      --h3: 24px;
      --h4: 19px;
      --p: 15px; } }
  @media (min-width: 1800px) {
    :root {
      --gutter: 2.8646vw;
      --column-gap: 5.7292vw;
      --columns: 8; } }

.outer-padding, .list_item-type-bio, .Workshop_Teaser dt, .Workshop_Teaser dd, body #animation-logo-start-wrapper, .fullwidth-list .fullwidth-list_item .fullwidth-list_item-content, .card-section .card-wrapper .card-item .card-title, body:not(.talentpress) #mainnav .menutop, .search-overlay-buttons, .program-event .event-header figure figcaption, #page .event-recording .event-recording-top .info-area .quote-footer, #page .event-recording .event-recording-top .quotes-slider .quote-slide {
  padding-left: var(--gutter);
  padding-right: var(--gutter); }

.nbb {
  border-bottom: 0px !important; }

.nbt, .find-index .linklist {
  border-top: 0px !important; }

.m-t-gutter {
  margin-top: var(--gutter); }

.m-t-halfgutter {
  margin-top: calc(var(--gutter) / 2); }

.m-b-gutter, .more-news .more-news-outer .more-news-item {
  margin-bottom: var(--gutter); }

.m-b-halfgutter {
  margin-bottom: calc(var(--gutter) / 2); }

.m-l-gutter {
  margin-left: var(--gutter); }

.m-l-halfgutter {
  margin-left: calc(var(--gutter) / 2); }

.m-r-gutter {
  margin-right: var(--gutter); }

.m-r-halfgutter {
  margin-right: calc(var(--gutter) / 2); }

.m-all-gutter {
  margin: var(--gutter); }

.m-all-halfgutter {
  margin: calc(var(--gutter) / 2); }

.p-t-gutter, .container-fluid {
  padding-top: var(--gutter); }

.p-t-halfgutter {
  padding-top: calc(var(--gutter) / 2); }

.p-b-gutter {
  padding-bottom: var(--gutter); }

.p-b-halfgutter {
  padding-bottom: calc(var(--gutter) / 2); }

.p-l-gutter {
  padding-left: var(--gutter); }

.p-l-halfgutter {
  padding-left: calc(var(--gutter) / 2); }

.p-r-gutter {
  padding-right: var(--gutter); }

.p-r-halfgutter {
  padding-right: calc(var(--gutter) / 2); }

.p-all-gutter, .more-news h4 {
  padding: var(--gutter); }

.p-all-halfgutter {
  padding: calc(var(--gutter) / 2); }

.p-t-xl {
  padding-top: var(--margin-xl) !important; }

.p-b-xl {
  padding-bottom: var(--margin-xl) !important; }

.m-t-xl {
  margin-top: var(--margin-xl) !important; }

.m-b-xl {
  margin-bottom: var(--margin-xl) !important; }

.p-t-l {
  padding-top: var(--margin-l) !important; }

.p-b-l {
  padding-bottom: var(--margin-l) !important; }

.m-t-l {
  margin-top: var(--margin-l) !important; }

.m-b-l, .list_item-type-bio .list_item-type-bio_image, .list_item-type-bio .list_item-type-bio_textblock {
  margin-bottom: var(--margin-l) !important; }

.p-t-m {
  padding-top: var(--margin-m) !important; }

.p-b-m {
  padding-bottom: var(--margin-m) !important; }

.m-t-m, #filter-persons .filter-persons-content .filter-content .search-select-container > div.low-filter-warning {
  margin-top: var(--margin-m) !important; }

.m-b-m {
  margin-bottom: var(--margin-m) !important; }

.p-t-s {
  padding-top: var(--margin-s) !important; }

.p-b-s {
  padding-bottom: var(--margin-s) !important; }

.m-t-s {
  margin-top: var(--margin-s) !important; }

.m-b-s {
  margin-bottom: var(--margin-s) !important; }

.p-t-xs {
  padding-top: var(--margin-xs) !important; }

.p-b-xs {
  padding-bottom: var(--margin-xs) !important; }

.m-t-xs {
  margin-top: var(--margin-xs) !important; }

.m-b-xs {
  margin-bottom: var(--margin-xs) !important; }

.nowrap {
  white-space: nowrap; }

.pointer, .media-block .get-media {
  cursor: pointer; }

@media (min-width: 900px) {
  .cc2 {
    column-count: 2;
    column-gap: calc(var(--gutter) *2); } }

@media (max-width: 599px) {
  .hide-for-mobile {
    display: none !important; } }

@media (max-width: 899px) {
  .hide-for-tablet-portrait-down {
    display: none !important; } }

@media (max-width: 599px) {
  .show-for-mobile {
    display: block !important; } }

@media (min-width: 600px) {
  .show-for-mobile {
    display: none !important; } }

.flex-col-on-mobile {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 599px) {
    .flex-col-on-mobile {
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -moz-box-direction: normal;
      -moz-box-orient: vertical;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; } }

.vh-100 {
  height: calc(100vh - var(--margin-top)); }

.h-100 {
  height: 100% !important; }

.h-50 {
  height: 50% !important; }

.w-100 {
  width: 100%; }

.center, section.program-index .program-container .eventlist .resultlist .result-item.no-result {
  display: grid;
  place-items: center; }

.is-outline {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1.5px;
  -webkit-text-stroke-color: #000;
  color: transparent; }
  .is-outline:hover {
    -webkit-text-fill-color: initial; }

.is-outline-white {
  -webkit-text-fill-color: #fff;
  -webkit-text-stroke-width: 1.5px;
  -webkit-text-stroke-color: #000;
  color: #fff; }

.is-outline-black {
  -webkit-text-fill-color: #000;
  -webkit-text-stroke-width: 1.5px;
  -webkit-text-stroke-color: #fff;
  color: #000; }

.is-inline {
  display: inline; }

.is-block {
  display: block; }

.is-fixed-bottom {
  position: fixed;
  bottom: 0;
  z-index: 99; }

.is-sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0px; }

.is-flex-row, .container-fluid .container-fluid_content a.container-fluid_item .container-fluid_item_label, .grid-container {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-direction: normal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row; }

.is-flex-col, .HeroVideo.align-center {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

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

.is-space-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.justify-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

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

.align-self-start {
  align-self: flex-start; }

.align-self-end {
  align-self: flex-end; }

.items-center {
  align-items: center; }

.has-touchevent *.Row-content {
  overflow-x: scroll !important;
  pointer-events: all !important; }

.underline-0, .location-link {
  border-bottom: none !important;
  background-image: none !important; }

.underline-1, .info-list .tag-list a:hover, .project-page #page .project-information-details > div .tag-list a:hover, .project-page #page #content-overlay .project-information-details > div .tag-list a:hover, #content-overlay .project-information-details > div .tag-list a:hover, #content-overlay #content-overlay .project-information-details > div .tag-list a:hover {
  display: inline-block;
  line-height: 1;
  border-bottom: none;
  color: currentColor;
  text-decoration: none;
  background: transparent;
  background-image: linear-gradient(currentColor, currentColor);
  background-size: 1px 1px;
  background-repeat: repeat-x;
  background-position: 0% 100%; }
  .underline-1:hover, .info-list .tag-list a:hover, .project-page #page .project-information-details > div .tag-list a:hover, .project-page #page #content-overlay .project-information-details > div .tag-list a:hover, #content-overlay .project-information-details > div .tag-list a:hover, #content-overlay #content-overlay .project-information-details > div .tag-list a:hover {
    background-image: linear-gradient(#ee0085, #ee0085); }
  .underline-1:hover, .info-list .tag-list a:hover, .project-page #page .project-information-details > div .tag-list a:hover, .project-page #page #content-overlay .project-information-details > div .tag-list a:hover, #content-overlay .project-information-details > div .tag-list a:hover, #content-overlay #content-overlay .project-information-details > div .tag-list a:hover {
    border-bottom-color: #ee0085; }

.underline-2, .full-width-button a, .full-width-section a {
  display: inline-block;
  line-height: 1;
  border-bottom: none;
  color: currentColor;
  text-decoration: none;
  background: transparent;
  background-image: linear-gradient(#000, #000);
  background-size: 1px 2px;
  background-repeat: repeat-x;
  background-position: 0% 100%; }
  .underline-2:hover, .full-width-button a:hover, .full-width-section a:hover {
    background-image: linear-gradient(#ee0085, #ee0085); }
  .underline-2:hover, .full-width-button a:hover, .full-width-section a:hover {
    border-bottom-color: #ee0085; }

.col {
  grid-column: 1 / -1; }

/* cols at vw > 1200px */
.col.col-md-1_6 {
  background-color: red;
  grid-column-end: span 1; }

/* Buttons etc. */
.close-btn, body:not(.talentpress) #mainnav .menutop .menutop-right #global-toggle {
  position: relative; }
  @media (min-width: 600px) {
    .close-btn, body:not(.talentpress) #mainnav .menutop .menutop-right #global-toggle {
      height: 1em;
      width: 1em; } }
  @media (max-width: 599px) {
    .close-btn, body:not(.talentpress) #mainnav .menutop .menutop-right #global-toggle {
      height: 1em;
      width: 1em; } }
  .close-btn:before, body:not(.talentpress) #mainnav .menutop .menutop-right #global-toggle:before, .close-btn:after, body:not(.talentpress) #mainnav .menutop .menutop-right #global-toggle:after {
    display: block;
    position: absolute;
    height: 0;
    content: "";
    top: 50%;
    right: -65%;
    border: 1px solid currentColor; }
    @media (min-width: 600px) {
      .close-btn:before, body:not(.talentpress) #mainnav .menutop .menutop-right #global-toggle:before, .close-btn:after, body:not(.talentpress) #mainnav .menutop .menutop-right #global-toggle:after {
        width: 1em; } }
    @media (max-width: 599px) {
      .close-btn:before, body:not(.talentpress) #mainnav .menutop .menutop-right #global-toggle:before, .close-btn:after, body:not(.talentpress) #mainnav .menutop .menutop-right #global-toggle:after {
        width: 1em; } }
  .close-btn:before, body:not(.talentpress) #mainnav .menutop .menutop-right #global-toggle:before {
    transform: translate3d(-50%, -50%, 0) rotate(-45deg); }
  .close-btn:after, body:not(.talentpress) #mainnav .menutop .menutop-right #global-toggle:after {
    transform: translate3d(-50%, -50%, 0) rotate(45deg); }
  .close-btn:hover:before, body:not(.talentpress) #mainnav .menutop .menutop-right #global-toggle:hover:before, .close-btn:hover:after, body:not(.talentpress) #mainnav .menutop .menutop-right #global-toggle:hover:after {
    border-color: #ee0085; }

.arrow-down:after {
  content: '↓'; }

.arrow-up:after {
  content: '↑'; }

.arrow-left:before {
  content: '←';
  display: inline-block;
  margin-right: 1em; }

.arrow-right:after {
  content: '→';
  display: inline-block;
  margin-left: 1em; }

.single-image {
  margin: var(--margin-l) 0em; }
  .single-image figure {
    width: 100%; }
    @media (min-width: 600px) {
      .single-image figure.image-m {
        max-width: 1000px; } }
    @media (min-width: 600px) {
      .single-image figure.image-s {
        max-width: 600px; } }
    @media (min-width: 600px) {
      .single-image figure.image-xs {
        max-width: 300px; } }
    .single-image figure img {
      height: auto;
      width: 100%;
      object-fit: cover; }
  .single-image.align-left {
    justify-content: start; }
  .single-image.align-center {
    justify-content: center; }
  .single-image.align-right {
    justify-content: end; }

.embed-media {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9*/
  height: 0; }
  .embed-media iframe, .embed-media video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.object-fit-cover, .list_item-type-bio .list_item-type-bio_image img, .HeroVideo > section #herovid, .story_section .story-imagegradient img, .talentpress-grid .teaser-article .img-landscape img, .image-masonry > .media-block-row > div figure img, #page .teaser-grid .teaser-project img, #page .teaser-grid #page-builder .related_articles-wrapper .related_articles-inner > div img, #page-builder .related_articles-wrapper #page .teaser-grid .related_articles-inner > div img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover; }

.object-fit-contain, section.program-index .program-container .eventlist .resultlist .result-item .result-item_main .result-item_main_image img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: contain;
  object-fit: contain; }

.mix-difference {
  mix-blend-mode: difference; }

body.talentpress .app_searchbar {
  background: black !important; }
  body.talentpress .app_searchbar input {
    color: white; }
    body.talentpress .app_searchbar input::placeholder {
      color: white; }

@media (max-width: 599px) {
  body.talentpress.filters-active .topnav .filter-btn #toggle-filter {
    color: black; } }

body.talentpress.filter-persons-open #toggle-tp-about {
  display: none; }

body.talentpress #mainnav {
  background-color: black;
  color: white;
  visibility: hidden;
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100vh;
  width: 100%;
  overflow: hidden;
  z-index: 100;
  -webkit-overflow-scrolling: touch; }
  body.talentpress #mainnav .menutop {
    height: var(--margin-top);
    padding: 0 var(--gutter);
    justify-content: flex-end;
    align-items: center; }
  body.talentpress #mainnav .logo {
    transition: transform .6s ease;
    transform: translateY(20%); }

body.talentpress.mainnav-open #mainnav {
  visibility: visible;
  pointer-events: all; }
  body.talentpress.mainnav-open #mainnav div {
    opacity: 1;
    transform: translateY(0); }

body.talentpress #footer {
  border-top: 1px solid white; }

.tp-details {
  display: grid;
  grid-template-columns: 1fr 1fr; }
  .tp-details > div {
    opacity: 0;
    transition: opacity .9s ease, transform .6s ease; }
    @media (max-width: 1199px) {
      .tp-details > div {
        grid-column-start: 1;
        grid-column-end: span all; } }
    .tp-details > div.logo {
      transform: translateY(45%); }
    .tp-details > div.about-tp {
      transition-delay: .2s;
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 19px;
      line-height: 1.37;
      letter-spacing: -0.6px; }
      @media (max-width: 1199px) {
        .tp-details > div.about-tp {
          margin-top: 70px;
          margin-bottom: 120px; } }
      @media (min-width: 1200px) {
        .tp-details > div.about-tp {
          margin-left: var(--gutter); } }
    .tp-details > div.links {
      transition-delay: .5s;
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 42px;
      line-height: 1.24;
      letter-spacing: -0.0642857em; }
      .tp-details > div.links li {
        margin-top: .48611vw; }
      .tp-details > div.links a {
        display: inline-block;
        line-height: 1;
        border-bottom: none;
        color: currentColor;
        text-decoration: none;
        background: transparent;
        background-image: linear-gradient(currentColor, currentColor);
        background-size: 1px 1px;
        background-repeat: repeat-x;
        background-position: 0% 100%; }
        .tp-details > div.links a:hover {
          background-image: linear-gradient(#ee0085, #ee0085); }
      .tp-details > div.links .about-tp-partners img {
        width: 25%; }
        .tp-details > div.links .about-tp-partners img:nth-child(2) {
          margin-left: 25px; }

.media_embedded-wrapper {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row; }
  .media_embedded-wrapper span {
    position: relative;
    height: 63vh;
    width: calc(var(--aspect-ratio) * 63vh); }
    @media (max-aspect-ratio: 4 / 3) {
      .media_embedded-wrapper span span {
        position: relative;
        width: 100%;
        height: calc(100vw / var(--aspect-ratio)); } }
    .media_embedded-wrapper span iframe {
      position: absolute;
      width: 100%;
      height: 100%; }

#page section.content-module {
  margin-top: 0px; }
  @media (max-width: 899px) {
    #page section.content-module.no-gutter {
      margin-left: 0px;
      margin-right: 0px; } }

#page section.article-header + section.content-module {
  margin-top: var(--margin-xl, 100px); }

section.content-module > h2, section.content-module h3 {
  grid-column: 1/-1;
  margin-bottom: 1em; }

section.content-module .span-2l-2m {
  grid-column: 1/-1; }
  @media (min-width: 1200px) {
    section.content-module .span-2l-2m {
      grid-column-start: auto;
      grid-column-end: span 2; } }
  @media (min-width: 900px) and (max-width: 1199px) {
    section.content-module .span-2l-2m {
      grid-column-start: auto;
      grid-column-end: span 2; } }

section.content-module .span-3l-2m {
  grid-column: 1/-1; }
  @media (min-width: 1200px) {
    section.content-module .span-3l-2m {
      grid-column-start: auto;
      grid-column-end: span 3; } }
  @media (min-width: 900px) and (max-width: 1199px) {
    section.content-module .span-3l-2m {
      grid-column-start: auto;
      grid-column-end: span 2; } }

section.content-module .span-2l-2s {
  grid-column: 1/-1; }
  @media (min-width: 600px) {
    section.content-module .span-2l-2s {
      grid-column-start: auto;
      grid-column-end: span 2; } }

section.content-module .span-3l-2s {
  grid-column: 1/-1; }
  @media (min-width: 600px) {
    section.content-module .span-3l-2s {
      grid-column-start: auto;
      grid-column-end: span 2; } }
  @media (min-width: 1200px) {
    section.content-module .span-3l-2s {
      grid-column-start: auto;
      grid-column-end: span 3; } }

section.content-module .span-4l-3m {
  grid-column: 1/-1; }
  @media (min-width: 1200px) {
    section.content-module .span-4l-3m {
      grid-column-start: auto;
      grid-column-end: span 4; } }
  @media (min-width: 900px) and (max-width: 1199px) {
    section.content-module .span-4l-3m {
      grid-column-start: auto;
      grid-column-end: span 3; } }

section.content-module .span-4l-2m {
  grid-column: 1/-1; }
  @media (min-width: 1200px) {
    section.content-module .span-4l-2m {
      grid-column-start: auto;
      grid-column-end: span 4; } }
  @media (min-width: 900px) and (max-width: 1199px) {
    section.content-module .span-4l-2m {
      grid-column-start: auto;
      grid-column-end: span 2; } }

@media (min-width: 600px) and (max-width: 899px) {
  section.content-module .span-2s {
    grid-column-start: 2;
    grid-column-end: span 2; } }

section.content-module .span-5l-4m {
  grid-column-start: auto;
  grid-column-end: span 5; }

section.content-module .offset-1 {
  margin-left: calc(var(--column) + var(--gutter) * 2); }

.Module {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
  .Module .col:empty {
    flex: 0 0 100%; }
  .Module .col {
    margin-bottom: var(--gutter); }
    .Module .col.col_md_50 {
      flex: 0 0 calc(50% - var(--gutter)/2); }
      @media (max-width: 899px) {
        .Module .col.col_md_50 {
          flex: 0 0 100%; } }
    .Module .col.col_md_33 {
      flex: 0 0 calc(33.3333% - var(--gutter)/2); }
      @media (max-width: 899px) {
        .Module .col.col_md_33 {
          flex: 0 0 100%; } }

section.content-module p {
  max-width: 811px; }

@media (max-width: 1199px) {
  section.content-module .textblock ~ .textblock, section.content-module .hero2 .fs-hero-subline ~ .textblock, .hero2 section.content-module .fs-hero-subline ~ .textblock, section.content-module .textblock-centered ~ .textblock, section.content-module #page section.grid.align-center > div ~ .textblock, #page section.content-module section.grid.align-center > div ~ .textblock, #page section.align-center.content-module > div ~ .textblock, section.content-module #page section.align-center.article-header--smaller > div ~ .textblock, #page section.content-module section.align-center.article-header--smaller > div ~ .textblock, section.content-module #page section.align-center.article-meta > div ~ .textblock, #page section.content-module section.align-center.article-meta > div ~ .textblock, section.content-module .media-block-centered ~ .textblock, section.content-module .textblock-left ~ .textblock, section.content-module #page section.grid.align-left > div ~ .textblock, #page section.content-module section.grid.align-left > div ~ .textblock, #page section.align-left.content-module > div ~ .textblock, section.content-module #page section.align-left.article-header--smaller > div ~ .textblock, #page section.content-module section.align-left.article-header--smaller > div ~ .textblock, section.content-module #page section.align-left.article-meta > div ~ .textblock, #page section.content-module section.align-left.article-meta > div ~ .textblock, section.content-module .media-block-left ~ .textblock, section.content-module .textblock-right ~ .textblock, section.content-module #page section.grid.align-right > div ~ .textblock, #page section.content-module section.grid.align-right > div ~ .textblock, #page section.align-right.content-module > div ~ .textblock, section.content-module #page section.align-right.article-header--smaller > div ~ .textblock, #page section.content-module section.align-right.article-header--smaller > div ~ .textblock, section.content-module #page section.align-right.article-meta > div ~ .textblock, #page section.content-module section.align-right.article-meta > div ~ .textblock, section.content-module .media-block-right ~ .textblock, section.content-module .textblock-full ~ .textblock, section.content-module .media-block-full ~ .textblock, section.content-module .hero2 .textblock ~ .fs-hero-subline, .hero2 section.content-module .textblock ~ .fs-hero-subline, section.content-module .hero2 .fs-hero-subline ~ .fs-hero-subline, .hero2 section.content-module .fs-hero-subline ~ .fs-hero-subline, section.content-module .hero2 .textblock-centered ~ .fs-hero-subline, .hero2 section.content-module .textblock-centered ~ .fs-hero-subline, section.content-module #page .hero2 section.grid.align-center > div ~ .fs-hero-subline, .hero2 section.content-module #page section.grid.align-center > div ~ .fs-hero-subline, #page section.content-module .hero2 section.grid.align-center > div ~ .fs-hero-subline, .hero2 #page section.content-module section.grid.align-center > div ~ .fs-hero-subline, #page .hero2 section.align-center.content-module > div ~ .fs-hero-subline, .hero2 #page section.align-center.content-module > div ~ .fs-hero-subline, section.content-module #page .hero2 section.align-center.article-header--smaller > div ~ .fs-hero-subline, .hero2 section.content-module #page section.align-center.article-header--smaller > div ~ .fs-hero-subline, #page section.content-module .hero2 section.align-center.article-header--smaller > div ~ .fs-hero-subline, .hero2 #page section.content-module section.align-center.article-header--smaller > div ~ .fs-hero-subline, section.content-module #page .hero2 section.align-center.article-meta > div ~ .fs-hero-subline, .hero2 section.content-module #page section.align-center.article-meta > div ~ .fs-hero-subline, #page section.content-module .hero2 section.align-center.article-meta > div ~ .fs-hero-subline, .hero2 #page section.content-module section.align-center.article-meta > div ~ .fs-hero-subline, section.content-module .hero2 .media-block-centered ~ .fs-hero-subline, .hero2 section.content-module .media-block-centered ~ .fs-hero-subline, section.content-module .hero2 .textblock-left ~ .fs-hero-subline, .hero2 section.content-module .textblock-left ~ .fs-hero-subline, section.content-module #page .hero2 section.grid.align-left > div ~ .fs-hero-subline, .hero2 section.content-module #page section.grid.align-left > div ~ .fs-hero-subline, #page section.content-module .hero2 section.grid.align-left > div ~ .fs-hero-subline, .hero2 #page section.content-module section.grid.align-left > div ~ .fs-hero-subline, #page .hero2 section.align-left.content-module > div ~ .fs-hero-subline, .hero2 #page section.align-left.content-module > div ~ .fs-hero-subline, section.content-module #page .hero2 section.align-left.article-header--smaller > div ~ .fs-hero-subline, .hero2 section.content-module #page section.align-left.article-header--smaller > div ~ .fs-hero-subline, #page section.content-module .hero2 section.align-left.article-header--smaller > div ~ .fs-hero-subline, .hero2 #page section.content-module section.align-left.article-header--smaller > div ~ .fs-hero-subline, section.content-module #page .hero2 section.align-left.article-meta > div ~ .fs-hero-subline, .hero2 section.content-module #page section.align-left.article-meta > div ~ .fs-hero-subline, #page section.content-module .hero2 section.align-left.article-meta > div ~ .fs-hero-subline, .hero2 #page section.content-module section.align-left.article-meta > div ~ .fs-hero-subline, section.content-module .hero2 .media-block-left ~ .fs-hero-subline, .hero2 section.content-module .media-block-left ~ .fs-hero-subline, section.content-module .hero2 .textblock-right ~ .fs-hero-subline, .hero2 section.content-module .textblock-right ~ .fs-hero-subline, section.content-module #page .hero2 section.grid.align-right > div ~ .fs-hero-subline, .hero2 section.content-module #page section.grid.align-right > div ~ .fs-hero-subline, #page section.content-module .hero2 section.grid.align-right > div ~ .fs-hero-subline, .hero2 #page section.content-module section.grid.align-right > div ~ .fs-hero-subline, #page .hero2 section.align-right.content-module > div ~ .fs-hero-subline, .hero2 #page section.align-right.content-module > div ~ .fs-hero-subline, section.content-module #page .hero2 section.align-right.article-header--smaller > div ~ .fs-hero-subline, .hero2 section.content-module #page section.align-right.article-header--smaller > div ~ .fs-hero-subline, #page section.content-module .hero2 section.align-right.article-header--smaller > div ~ .fs-hero-subline, .hero2 #page section.content-module section.align-right.article-header--smaller > div ~ .fs-hero-subline, section.content-module #page .hero2 section.align-right.article-meta > div ~ .fs-hero-subline, .hero2 section.content-module #page section.align-right.article-meta > div ~ .fs-hero-subline, #page section.content-module .hero2 section.align-right.article-meta > div ~ .fs-hero-subline, .hero2 #page section.content-module section.align-right.article-meta > div ~ .fs-hero-subline, section.content-module .hero2 .media-block-right ~ .fs-hero-subline, .hero2 section.content-module .media-block-right ~ .fs-hero-subline, section.content-module .hero2 .textblock-full ~ .fs-hero-subline, .hero2 section.content-module .textblock-full ~ .fs-hero-subline, section.content-module .hero2 .media-block-full ~ .fs-hero-subline, .hero2 section.content-module .media-block-full ~ .fs-hero-subline, section.content-module .textblock ~ .textblock-centered, section.content-module .hero2 .fs-hero-subline ~ .textblock-centered, .hero2 section.content-module .fs-hero-subline ~ .textblock-centered, section.content-module .textblock-centered ~ .textblock-centered, section.content-module #page section.grid.align-center > div ~ .textblock-centered, #page section.content-module section.grid.align-center > div ~ .textblock-centered, #page section.align-center.content-module > div ~ .textblock-centered, section.content-module #page section.align-center.article-header--smaller > div ~ .textblock-centered, #page section.content-module section.align-center.article-header--smaller > div ~ .textblock-centered, section.content-module #page section.align-center.article-meta > div ~ .textblock-centered, #page section.content-module section.align-center.article-meta > div ~ .textblock-centered, section.content-module .media-block-centered ~ .textblock-centered, section.content-module .textblock-left ~ .textblock-centered, section.content-module #page section.grid.align-left > div ~ .textblock-centered, #page section.content-module section.grid.align-left > div ~ .textblock-centered, #page section.align-left.content-module > div ~ .textblock-centered, section.content-module #page section.align-left.article-header--smaller > div ~ .textblock-centered, #page section.content-module section.align-left.article-header--smaller > div ~ .textblock-centered, section.content-module #page section.align-left.article-meta > div ~ .textblock-centered, #page section.content-module section.align-left.article-meta > div ~ .textblock-centered, section.content-module .media-block-left ~ .textblock-centered, section.content-module .textblock-right ~ .textblock-centered, section.content-module #page section.grid.align-right > div ~ .textblock-centered, #page section.content-module section.grid.align-right > div ~ .textblock-centered, #page section.align-right.content-module > div ~ .textblock-centered, section.content-module #page section.align-right.article-header--smaller > div ~ .textblock-centered, #page section.content-module section.align-right.article-header--smaller > div ~ .textblock-centered, section.content-module #page section.align-right.article-meta > div ~ .textblock-centered, #page section.content-module section.align-right.article-meta > div ~ .textblock-centered, section.content-module .media-block-right ~ .textblock-centered, section.content-module .textblock-full ~ .textblock-centered, section.content-module .media-block-full ~ .textblock-centered, section.content-module #page section.grid.align-center > .textblock ~ div, #page section.content-module section.grid.align-center > .textblock ~ div, section.content-module .hero2 #page section.grid.align-center > .fs-hero-subline ~ div, #page section.content-module .hero2 section.grid.align-center > .fs-hero-subline ~ div, .hero2 section.content-module #page section.grid.align-center > .fs-hero-subline ~ div, #page .hero2 section.content-module section.grid.align-center > .fs-hero-subline ~ div, section.content-module #page section.grid.align-center > .textblock-centered ~ div, #page section.content-module section.grid.align-center > .textblock-centered ~ div, section.content-module #page section.grid.align-center > div ~ div, #page section.content-module section.grid.align-center > div ~ div, #page section.grid.align-center.content-module > div ~ div, section.content-module #page section.grid.align-center.article-header--smaller > div ~ div, #page section.content-module section.grid.align-center.article-header--smaller > div ~ div, section.content-module #page section.grid.align-center.article-meta > div ~ div, #page section.content-module section.grid.align-center.article-meta > div ~ div, section.content-module #page section.grid.align-center > .media-block-centered ~ div, #page section.content-module section.grid.align-center > .media-block-centered ~ div, section.content-module #page section.grid.align-center > .textblock-left ~ div, #page section.content-module section.grid.align-center > .textblock-left ~ div, section.content-module #page section.grid.align-center.align-left > div ~ div, #page section.content-module section.grid.align-center.align-left > div ~ div, #page section.grid.align-center.align-left.content-module > div ~ div, section.content-module #page section.grid.align-center.align-left.article-header--smaller > div ~ div, #page section.content-module section.grid.align-center.align-left.article-header--smaller > div ~ div, section.content-module #page section.grid.align-center.align-left.article-meta > div ~ div, #page section.content-module section.grid.align-center.align-left.article-meta > div ~ div, section.content-module #page section.grid.align-center > .media-block-left ~ div, #page section.content-module section.grid.align-center > .media-block-left ~ div, section.content-module #page section.grid.align-center > .textblock-right ~ div, #page section.content-module section.grid.align-center > .textblock-right ~ div, section.content-module #page section.grid.align-center.align-right > div ~ div, #page section.content-module section.grid.align-center.align-right > div ~ div, #page section.grid.align-center.align-right.content-module > div ~ div, section.content-module #page section.grid.align-center.align-right.article-header--smaller > div ~ div, #page section.content-module section.grid.align-center.align-right.article-header--smaller > div ~ div, section.content-module #page section.grid.align-center.align-right.article-meta > div ~ div, #page section.content-module section.grid.align-center.align-right.article-meta > div ~ div, section.content-module #page section.grid.align-center > .media-block-right ~ div, #page section.content-module section.grid.align-center > .media-block-right ~ div, section.content-module #page section.grid.align-center > .textblock-full ~ div, #page section.content-module section.grid.align-center > .textblock-full ~ div, section.content-module #page section.grid.align-center > .media-block-full ~ div, #page section.content-module section.grid.align-center > .media-block-full ~ div, #page section.align-center.content-module > .textblock ~ div, section.content-module .hero2 #page section.align-center.content-module > .fs-hero-subline ~ div, #page section.content-module .hero2 section.align-center.content-module > .fs-hero-subline ~ div, .hero2 #page section.align-center.content-module > .fs-hero-subline ~ div, #page .hero2 section.align-center.content-module > .fs-hero-subline ~ div, #page section.align-center.content-module > .textblock-centered ~ div, section.content-module #page section.align-center.content-module.grid > div ~ div, #page section.content-module section.align-center.content-module.grid > div ~ div, #page section.align-center.content-module > div ~ div, section.content-module #page section.align-center.content-module.article-header--smaller > div ~ div, #page section.content-module section.align-center.content-module.article-header--smaller > div ~ div, section.content-module #page section.align-center.content-module.article-meta > div ~ div, #page section.content-module section.align-center.content-module.article-meta > div ~ div, #page section.align-center.content-module > .media-block-centered ~ div, #page section.align-center.content-module > .textblock-left ~ div, section.content-module #page section.align-center.content-module.grid.align-left > div ~ div, #page section.content-module section.align-center.content-module.grid.align-left > div ~ div, #page section.align-center.content-module.align-left > div ~ div, section.content-module #page section.align-center.content-module.align-left.article-header--smaller > div ~ div, #page section.content-module section.align-center.content-module.align-left.article-header--smaller > div ~ div, section.content-module #page section.align-center.content-module.align-left.article-meta > div ~ div, #page section.content-module section.align-center.content-module.align-left.article-meta > div ~ div, #page section.align-center.content-module > .media-block-left ~ div, #page section.align-center.content-module > .textblock-right ~ div, section.content-module #page section.align-center.content-module.grid.align-right > div ~ div, #page section.content-module section.align-center.content-module.grid.align-right > div ~ div, #page section.align-center.content-module.align-right > div ~ div, section.content-module #page section.align-center.content-module.align-right.article-header--smaller > div ~ div, #page section.content-module section.align-center.content-module.align-right.article-header--smaller > div ~ div, section.content-module #page section.align-center.content-module.align-right.article-meta > div ~ div, #page section.content-module section.align-center.content-module.align-right.article-meta > div ~ div, #page section.align-center.content-module > .media-block-right ~ div, #page section.align-center.content-module > .textblock-full ~ div, #page section.align-center.content-module > .media-block-full ~ div, section.content-module #page section.align-center.article-header--smaller > .textblock ~ div, #page section.content-module section.align-center.article-header--smaller > .textblock ~ div, section.content-module .hero2 #page section.align-center.article-header--smaller > .fs-hero-subline ~ div, #page section.content-module .hero2 section.align-center.article-header--smaller > .fs-hero-subline ~ div, .hero2 section.content-module #page section.align-center.article-header--smaller > .fs-hero-subline ~ div, #page .hero2 section.content-module section.align-center.article-header--smaller > .fs-hero-subline ~ div, section.content-module #page section.align-center.article-header--smaller > .textblock-centered ~ div, #page section.content-module section.align-center.article-header--smaller > .textblock-centered ~ div, section.content-module #page section.align-center.article-header--smaller.grid > div ~ div, #page section.content-module section.align-center.article-header--smaller.grid > div ~ div, #page section.align-center.article-header--smaller.content-module > div ~ div, section.content-module #page section.align-center.article-header--smaller > div ~ div, #page section.content-module section.align-center.article-header--smaller > div ~ div, section.content-module #page section.align-center.article-header--smaller.article-meta > div ~ div, #page section.content-module section.align-center.article-header--smaller.article-meta > div ~ div, section.content-module #page section.align-center.article-header--smaller > .media-block-centered ~ div, #page section.content-module section.align-center.article-header--smaller > .media-block-centered ~ div, section.content-module #page section.align-center.article-header--smaller > .textblock-left ~ div, #page section.content-module section.align-center.article-header--smaller > .textblock-left ~ div, section.content-module #page section.align-center.article-header--smaller.grid.align-left > div ~ div, #page section.content-module section.align-center.article-header--smaller.grid.align-left > div ~ div, #page section.align-center.article-header--smaller.align-left.content-module > div ~ div, section.content-module #page section.align-center.article-header--smaller.align-left > div ~ div, #page section.content-module section.align-center.article-header--smaller.align-left > div ~ div, section.content-module #page section.align-center.article-header--smaller.align-left.article-meta > div ~ div, #page section.content-module section.align-center.article-header--smaller.align-left.article-meta > div ~ div, section.content-module #page section.align-center.article-header--smaller > .media-block-left ~ div, #page section.content-module section.align-center.article-header--smaller > .media-block-left ~ div, section.content-module #page section.align-center.article-header--smaller > .textblock-right ~ div, #page section.content-module section.align-center.article-header--smaller > .textblock-right ~ div, section.content-module #page section.align-center.article-header--smaller.grid.align-right > div ~ div, #page section.content-module section.align-center.article-header--smaller.grid.align-right > div ~ div, #page section.align-center.article-header--smaller.align-right.content-module > div ~ div, section.content-module #page section.align-center.article-header--smaller.align-right > div ~ div, #page section.content-module section.align-center.article-header--smaller.align-right > div ~ div, section.content-module #page section.align-center.article-header--smaller.align-right.article-meta > div ~ div, #page section.content-module section.align-center.article-header--smaller.align-right.article-meta > div ~ div, section.content-module #page section.align-center.article-header--smaller > .media-block-right ~ div, #page section.content-module section.align-center.article-header--smaller > .media-block-right ~ div, section.content-module #page section.align-center.article-header--smaller > .textblock-full ~ div, #page section.content-module section.align-center.article-header--smaller > .textblock-full ~ div, section.content-module #page section.align-center.article-header--smaller > .media-block-full ~ div, #page section.content-module section.align-center.article-header--smaller > .media-block-full ~ div, section.content-module #page section.align-center.article-meta > .textblock ~ div, #page section.content-module section.align-center.article-meta > .textblock ~ div, section.content-module .hero2 #page section.align-center.article-meta > .fs-hero-subline ~ div, #page section.content-module .hero2 section.align-center.article-meta > .fs-hero-subline ~ div, .hero2 section.content-module #page section.align-center.article-meta > .fs-hero-subline ~ div, #page .hero2 section.content-module section.align-center.article-meta > .fs-hero-subline ~ div, section.content-module #page section.align-center.article-meta > .textblock-centered ~ div, #page section.content-module section.align-center.article-meta > .textblock-centered ~ div, section.content-module #page section.align-center.article-meta.grid > div ~ div, #page section.content-module section.align-center.article-meta.grid > div ~ div, #page section.align-center.article-meta.content-module > div ~ div, section.content-module #page section.align-center.article-meta.article-header--smaller > div ~ div, #page section.content-module section.align-center.article-meta.article-header--smaller > div ~ div, section.content-module #page section.align-center.article-meta > div ~ div, #page section.content-module section.align-center.article-meta > div ~ div, section.content-module #page section.align-center.article-meta > .media-block-centered ~ div, #page section.content-module section.align-center.article-meta > .media-block-centered ~ div, section.content-module #page section.align-center.article-meta > .textblock-left ~ div, #page section.content-module section.align-center.article-meta > .textblock-left ~ div, section.content-module #page section.align-center.article-meta.grid.align-left > div ~ div, #page section.content-module section.align-center.article-meta.grid.align-left > div ~ div, #page section.align-center.article-meta.align-left.content-module > div ~ div, section.content-module #page section.align-center.article-meta.align-left.article-header--smaller > div ~ div, #page section.content-module section.align-center.article-meta.align-left.article-header--smaller > div ~ div, section.content-module #page section.align-center.article-meta.align-left > div ~ div, #page section.content-module section.align-center.article-meta.align-left > div ~ div, section.content-module #page section.align-center.article-meta > .media-block-left ~ div, #page section.content-module section.align-center.article-meta > .media-block-left ~ div, section.content-module #page section.align-center.article-meta > .textblock-right ~ div, #page section.content-module section.align-center.article-meta > .textblock-right ~ div, section.content-module #page section.align-center.article-meta.grid.align-right > div ~ div, #page section.content-module section.align-center.article-meta.grid.align-right > div ~ div, #page section.align-center.article-meta.align-right.content-module > div ~ div, section.content-module #page section.align-center.article-meta.align-right.article-header--smaller > div ~ div, #page section.content-module section.align-center.article-meta.align-right.article-header--smaller > div ~ div, section.content-module #page section.align-center.article-meta.align-right > div ~ div, #page section.content-module section.align-center.article-meta.align-right > div ~ div, section.content-module #page section.align-center.article-meta > .media-block-right ~ div, #page section.content-module section.align-center.article-meta > .media-block-right ~ div, section.content-module #page section.align-center.article-meta > .textblock-full ~ div, #page section.content-module section.align-center.article-meta > .textblock-full ~ div, section.content-module #page section.align-center.article-meta > .media-block-full ~ div, #page section.content-module section.align-center.article-meta > .media-block-full ~ div, section.content-module .textblock ~ .media-block-centered, section.content-module .hero2 .fs-hero-subline ~ .media-block-centered, .hero2 section.content-module .fs-hero-subline ~ .media-block-centered, section.content-module .textblock-centered ~ .media-block-centered, section.content-module #page section.grid.align-center > div ~ .media-block-centered, #page section.content-module section.grid.align-center > div ~ .media-block-centered, #page section.align-center.content-module > div ~ .media-block-centered, section.content-module #page section.align-center.article-header--smaller > div ~ .media-block-centered, #page section.content-module section.align-center.article-header--smaller > div ~ .media-block-centered, section.content-module #page section.align-center.article-meta > div ~ .media-block-centered, #page section.content-module section.align-center.article-meta > div ~ .media-block-centered, section.content-module .media-block-centered ~ .media-block-centered, section.content-module .textblock-left ~ .media-block-centered, section.content-module #page section.grid.align-left > div ~ .media-block-centered, #page section.content-module section.grid.align-left > div ~ .media-block-centered, #page section.align-left.content-module > div ~ .media-block-centered, section.content-module #page section.align-left.article-header--smaller > div ~ .media-block-centered, #page section.content-module section.align-left.article-header--smaller > div ~ .media-block-centered, section.content-module #page section.align-left.article-meta > div ~ .media-block-centered, #page section.content-module section.align-left.article-meta > div ~ .media-block-centered, section.content-module .media-block-left ~ .media-block-centered, section.content-module .textblock-right ~ .media-block-centered, section.content-module #page section.grid.align-right > div ~ .media-block-centered, #page section.content-module section.grid.align-right > div ~ .media-block-centered, #page section.align-right.content-module > div ~ .media-block-centered, section.content-module #page section.align-right.article-header--smaller > div ~ .media-block-centered, #page section.content-module section.align-right.article-header--smaller > div ~ .media-block-centered, section.content-module #page section.align-right.article-meta > div ~ .media-block-centered, #page section.content-module section.align-right.article-meta > div ~ .media-block-centered, section.content-module .media-block-right ~ .media-block-centered, section.content-module .textblock-full ~ .media-block-centered, section.content-module .media-block-full ~ .media-block-centered, section.content-module .textblock ~ .textblock-left, section.content-module .hero2 .fs-hero-subline ~ .textblock-left, .hero2 section.content-module .fs-hero-subline ~ .textblock-left, section.content-module .textblock-centered ~ .textblock-left, section.content-module #page section.grid.align-center > div ~ .textblock-left, #page section.content-module section.grid.align-center > div ~ .textblock-left, #page section.align-center.content-module > div ~ .textblock-left, section.content-module #page section.align-center.article-header--smaller > div ~ .textblock-left, #page section.content-module section.align-center.article-header--smaller > div ~ .textblock-left, section.content-module #page section.align-center.article-meta > div ~ .textblock-left, #page section.content-module section.align-center.article-meta > div ~ .textblock-left, section.content-module .media-block-centered ~ .textblock-left, section.content-module .textblock-left ~ .textblock-left, section.content-module #page section.grid.align-left > div ~ .textblock-left, #page section.content-module section.grid.align-left > div ~ .textblock-left, #page section.align-left.content-module > div ~ .textblock-left, section.content-module #page section.align-left.article-header--smaller > div ~ .textblock-left, #page section.content-module section.align-left.article-header--smaller > div ~ .textblock-left, section.content-module #page section.align-left.article-meta > div ~ .textblock-left, #page section.content-module section.align-left.article-meta > div ~ .textblock-left, section.content-module .media-block-left ~ .textblock-left, section.content-module .textblock-right ~ .textblock-left, section.content-module #page section.grid.align-right > div ~ .textblock-left, #page section.content-module section.grid.align-right > div ~ .textblock-left, #page section.align-right.content-module > div ~ .textblock-left, section.content-module #page section.align-right.article-header--smaller > div ~ .textblock-left, #page section.content-module section.align-right.article-header--smaller > div ~ .textblock-left, section.content-module #page section.align-right.article-meta > div ~ .textblock-left, #page section.content-module section.align-right.article-meta > div ~ .textblock-left, section.content-module .media-block-right ~ .textblock-left, section.content-module .textblock-full ~ .textblock-left, section.content-module .media-block-full ~ .textblock-left, section.content-module #page section.grid.align-left > .textblock ~ div, #page section.content-module section.grid.align-left > .textblock ~ div, section.content-module .hero2 #page section.grid.align-left > .fs-hero-subline ~ div, #page section.content-module .hero2 section.grid.align-left > .fs-hero-subline ~ div, .hero2 section.content-module #page section.grid.align-left > .fs-hero-subline ~ div, #page .hero2 section.content-module section.grid.align-left > .fs-hero-subline ~ div, section.content-module #page section.grid.align-left > .textblock-centered ~ div, #page section.content-module section.grid.align-left > .textblock-centered ~ div, section.content-module #page section.grid.align-left.align-center > div ~ div, #page section.content-module section.grid.align-left.align-center > div ~ div, #page section.grid.align-left.align-center.content-module > div ~ div, section.content-module #page section.grid.align-left.align-center.article-header--smaller > div ~ div, #page section.content-module section.grid.align-left.align-center.article-header--smaller > div ~ div, section.content-module #page section.grid.align-left.align-center.article-meta > div ~ div, #page section.content-module section.grid.align-left.align-center.article-meta > div ~ div, section.content-module #page section.grid.align-left > .media-block-centered ~ div, #page section.content-module section.grid.align-left > .media-block-centered ~ div, section.content-module #page section.grid.align-left > .textblock-left ~ div, #page section.content-module section.grid.align-left > .textblock-left ~ div, section.content-module #page section.grid.align-left > div ~ div, #page section.content-module section.grid.align-left > div ~ div, #page section.grid.align-left.content-module > div ~ div, section.content-module #page section.grid.align-left.article-header--smaller > div ~ div, #page section.content-module section.grid.align-left.article-header--smaller > div ~ div, section.content-module #page section.grid.align-left.article-meta > div ~ div, #page section.content-module section.grid.align-left.article-meta > div ~ div, section.content-module #page section.grid.align-left > .media-block-left ~ div, #page section.content-module section.grid.align-left > .media-block-left ~ div, section.content-module #page section.grid.align-left > .textblock-right ~ div, #page section.content-module section.grid.align-left > .textblock-right ~ div, section.content-module #page section.grid.align-left.align-right > div ~ div, #page section.content-module section.grid.align-left.align-right > div ~ div, #page section.grid.align-left.align-right.content-module > div ~ div, section.content-module #page section.grid.align-left.align-right.article-header--smaller > div ~ div, #page section.content-module section.grid.align-left.align-right.article-header--smaller > div ~ div, section.content-module #page section.grid.align-left.align-right.article-meta > div ~ div, #page section.content-module section.grid.align-left.align-right.article-meta > div ~ div, section.content-module #page section.grid.align-left > .media-block-right ~ div, #page section.content-module section.grid.align-left > .media-block-right ~ div, section.content-module #page section.grid.align-left > .textblock-full ~ div, #page section.content-module section.grid.align-left > .textblock-full ~ div, section.content-module #page section.grid.align-left > .media-block-full ~ div, #page section.content-module section.grid.align-left > .media-block-full ~ div, #page section.align-left.content-module > .textblock ~ div, section.content-module .hero2 #page section.align-left.content-module > .fs-hero-subline ~ div, #page section.content-module .hero2 section.align-left.content-module > .fs-hero-subline ~ div, .hero2 #page section.align-left.content-module > .fs-hero-subline ~ div, #page .hero2 section.align-left.content-module > .fs-hero-subline ~ div, #page section.align-left.content-module > .textblock-centered ~ div, section.content-module #page section.align-left.content-module.grid.align-center > div ~ div, #page section.content-module section.align-left.content-module.grid.align-center > div ~ div, #page section.align-left.content-module.align-center > div ~ div, section.content-module #page section.align-left.content-module.align-center.article-header--smaller > div ~ div, #page section.content-module section.align-left.content-module.align-center.article-header--smaller > div ~ div, section.content-module #page section.align-left.content-module.align-center.article-meta > div ~ div, #page section.content-module section.align-left.content-module.align-center.article-meta > div ~ div, #page section.align-left.content-module > .media-block-centered ~ div, #page section.align-left.content-module > .textblock-left ~ div, section.content-module #page section.align-left.content-module.grid > div ~ div, #page section.content-module section.align-left.content-module.grid > div ~ div, #page section.align-left.content-module > div ~ div, section.content-module #page section.align-left.content-module.article-header--smaller > div ~ div, #page section.content-module section.align-left.content-module.article-header--smaller > div ~ div, section.content-module #page section.align-left.content-module.article-meta > div ~ div, #page section.content-module section.align-left.content-module.article-meta > div ~ div, #page section.align-left.content-module > .media-block-left ~ div, #page section.align-left.content-module > .textblock-right ~ div, section.content-module #page section.align-left.content-module.grid.align-right > div ~ div, #page section.content-module section.align-left.content-module.grid.align-right > div ~ div, #page section.align-left.content-module.align-right > div ~ div, section.content-module #page section.align-left.content-module.align-right.article-header--smaller > div ~ div, #page section.content-module section.align-left.content-module.align-right.article-header--smaller > div ~ div, section.content-module #page section.align-left.content-module.align-right.article-meta > div ~ div, #page section.content-module section.align-left.content-module.align-right.article-meta > div ~ div, #page section.align-left.content-module > .media-block-right ~ div, #page section.align-left.content-module > .textblock-full ~ div, #page section.align-left.content-module > .media-block-full ~ div, section.content-module #page section.align-left.article-header--smaller > .textblock ~ div, #page section.content-module section.align-left.article-header--smaller > .textblock ~ div, section.content-module .hero2 #page section.align-left.article-header--smaller > .fs-hero-subline ~ div, #page section.content-module .hero2 section.align-left.article-header--smaller > .fs-hero-subline ~ div, .hero2 section.content-module #page section.align-left.article-header--smaller > .fs-hero-subline ~ div, #page .hero2 section.content-module section.align-left.article-header--smaller > .fs-hero-subline ~ div, section.content-module #page section.align-left.article-header--smaller > .textblock-centered ~ div, #page section.content-module section.align-left.article-header--smaller > .textblock-centered ~ div, section.content-module #page section.align-left.article-header--smaller.grid.align-center > div ~ div, #page section.content-module section.align-left.article-header--smaller.grid.align-center > div ~ div, #page section.align-left.article-header--smaller.align-center.content-module > div ~ div, section.content-module #page section.align-left.article-header--smaller.align-center > div ~ div, #page section.content-module section.align-left.article-header--smaller.align-center > div ~ div, section.content-module #page section.align-left.article-header--smaller.align-center.article-meta > div ~ div, #page section.content-module section.align-left.article-header--smaller.align-center.article-meta > div ~ div, section.content-module #page section.align-left.article-header--smaller > .media-block-centered ~ div, #page section.content-module section.align-left.article-header--smaller > .media-block-centered ~ div, section.content-module #page section.align-left.article-header--smaller > .textblock-left ~ div, #page section.content-module section.align-left.article-header--smaller > .textblock-left ~ div, section.content-module #page section.align-left.article-header--smaller.grid > div ~ div, #page section.content-module section.align-left.article-header--smaller.grid > div ~ div, #page section.align-left.article-header--smaller.content-module > div ~ div, section.content-module #page section.align-left.article-header--smaller > div ~ div, #page section.content-module section.align-left.article-header--smaller > div ~ div, section.content-module #page section.align-left.article-header--smaller.article-meta > div ~ div, #page section.content-module section.align-left.article-header--smaller.article-meta > div ~ div, section.content-module #page section.align-left.article-header--smaller > .media-block-left ~ div, #page section.content-module section.align-left.article-header--smaller > .media-block-left ~ div, section.content-module #page section.align-left.article-header--smaller > .textblock-right ~ div, #page section.content-module section.align-left.article-header--smaller > .textblock-right ~ div, section.content-module #page section.align-left.article-header--smaller.grid.align-right > div ~ div, #page section.content-module section.align-left.article-header--smaller.grid.align-right > div ~ div, #page section.align-left.article-header--smaller.align-right.content-module > div ~ div, section.content-module #page section.align-left.article-header--smaller.align-right > div ~ div, #page section.content-module section.align-left.article-header--smaller.align-right > div ~ div, section.content-module #page section.align-left.article-header--smaller.align-right.article-meta > div ~ div, #page section.content-module section.align-left.article-header--smaller.align-right.article-meta > div ~ div, section.content-module #page section.align-left.article-header--smaller > .media-block-right ~ div, #page section.content-module section.align-left.article-header--smaller > .media-block-right ~ div, section.content-module #page section.align-left.article-header--smaller > .textblock-full ~ div, #page section.content-module section.align-left.article-header--smaller > .textblock-full ~ div, section.content-module #page section.align-left.article-header--smaller > .media-block-full ~ div, #page section.content-module section.align-left.article-header--smaller > .media-block-full ~ div, section.content-module #page section.align-left.article-meta > .textblock ~ div, #page section.content-module section.align-left.article-meta > .textblock ~ div, section.content-module .hero2 #page section.align-left.article-meta > .fs-hero-subline ~ div, #page section.content-module .hero2 section.align-left.article-meta > .fs-hero-subline ~ div, .hero2 section.content-module #page section.align-left.article-meta > .fs-hero-subline ~ div, #page .hero2 section.content-module section.align-left.article-meta > .fs-hero-subline ~ div, section.content-module #page section.align-left.article-meta > .textblock-centered ~ div, #page section.content-module section.align-left.article-meta > .textblock-centered ~ div, section.content-module #page section.align-left.article-meta.grid.align-center > div ~ div, #page section.content-module section.align-left.article-meta.grid.align-center > div ~ div, #page section.align-left.article-meta.align-center.content-module > div ~ div, section.content-module #page section.align-left.article-meta.align-center.article-header--smaller > div ~ div, #page section.content-module section.align-left.article-meta.align-center.article-header--smaller > div ~ div, section.content-module #page section.align-left.article-meta.align-center > div ~ div, #page section.content-module section.align-left.article-meta.align-center > div ~ div, section.content-module #page section.align-left.article-meta > .media-block-centered ~ div, #page section.content-module section.align-left.article-meta > .media-block-centered ~ div, section.content-module #page section.align-left.article-meta > .textblock-left ~ div, #page section.content-module section.align-left.article-meta > .textblock-left ~ div, section.content-module #page section.align-left.article-meta.grid > div ~ div, #page section.content-module section.align-left.article-meta.grid > div ~ div, #page section.align-left.article-meta.content-module > div ~ div, section.content-module #page section.align-left.article-meta.article-header--smaller > div ~ div, #page section.content-module section.align-left.article-meta.article-header--smaller > div ~ div, section.content-module #page section.align-left.article-meta > div ~ div, #page section.content-module section.align-left.article-meta > div ~ div, section.content-module #page section.align-left.article-meta > .media-block-left ~ div, #page section.content-module section.align-left.article-meta > .media-block-left ~ div, section.content-module #page section.align-left.article-meta > .textblock-right ~ div, #page section.content-module section.align-left.article-meta > .textblock-right ~ div, section.content-module #page section.align-left.article-meta.grid.align-right > div ~ div, #page section.content-module section.align-left.article-meta.grid.align-right > div ~ div, #page section.align-left.article-meta.align-right.content-module > div ~ div, section.content-module #page section.align-left.article-meta.align-right.article-header--smaller > div ~ div, #page section.content-module section.align-left.article-meta.align-right.article-header--smaller > div ~ div, section.content-module #page section.align-left.article-meta.align-right > div ~ div, #page section.content-module section.align-left.article-meta.align-right > div ~ div, section.content-module #page section.align-left.article-meta > .media-block-right ~ div, #page section.content-module section.align-left.article-meta > .media-block-right ~ div, section.content-module #page section.align-left.article-meta > .textblock-full ~ div, #page section.content-module section.align-left.article-meta > .textblock-full ~ div, section.content-module #page section.align-left.article-meta > .media-block-full ~ div, #page section.content-module section.align-left.article-meta > .media-block-full ~ div, section.content-module .textblock ~ .media-block-left, section.content-module .hero2 .fs-hero-subline ~ .media-block-left, .hero2 section.content-module .fs-hero-subline ~ .media-block-left, section.content-module .textblock-centered ~ .media-block-left, section.content-module #page section.grid.align-center > div ~ .media-block-left, #page section.content-module section.grid.align-center > div ~ .media-block-left, #page section.align-center.content-module > div ~ .media-block-left, section.content-module #page section.align-center.article-header--smaller > div ~ .media-block-left, #page section.content-module section.align-center.article-header--smaller > div ~ .media-block-left, section.content-module #page section.align-center.article-meta > div ~ .media-block-left, #page section.content-module section.align-center.article-meta > div ~ .media-block-left, section.content-module .media-block-centered ~ .media-block-left, section.content-module .textblock-left ~ .media-block-left, section.content-module #page section.grid.align-left > div ~ .media-block-left, #page section.content-module section.grid.align-left > div ~ .media-block-left, #page section.align-left.content-module > div ~ .media-block-left, section.content-module #page section.align-left.article-header--smaller > div ~ .media-block-left, #page section.content-module section.align-left.article-header--smaller > div ~ .media-block-left, section.content-module #page section.align-left.article-meta > div ~ .media-block-left, #page section.content-module section.align-left.article-meta > div ~ .media-block-left, section.content-module .media-block-left ~ .media-block-left, section.content-module .textblock-right ~ .media-block-left, section.content-module #page section.grid.align-right > div ~ .media-block-left, #page section.content-module section.grid.align-right > div ~ .media-block-left, #page section.align-right.content-module > div ~ .media-block-left, section.content-module #page section.align-right.article-header--smaller > div ~ .media-block-left, #page section.content-module section.align-right.article-header--smaller > div ~ .media-block-left, section.content-module #page section.align-right.article-meta > div ~ .media-block-left, #page section.content-module section.align-right.article-meta > div ~ .media-block-left, section.content-module .media-block-right ~ .media-block-left, section.content-module .textblock-full ~ .media-block-left, section.content-module .media-block-full ~ .media-block-left, section.content-module .textblock ~ .textblock-right, section.content-module .hero2 .fs-hero-subline ~ .textblock-right, .hero2 section.content-module .fs-hero-subline ~ .textblock-right, section.content-module .textblock-centered ~ .textblock-right, section.content-module #page section.grid.align-center > div ~ .textblock-right, #page section.content-module section.grid.align-center > div ~ .textblock-right, #page section.align-center.content-module > div ~ .textblock-right, section.content-module #page section.align-center.article-header--smaller > div ~ .textblock-right, #page section.content-module section.align-center.article-header--smaller > div ~ .textblock-right, section.content-module #page section.align-center.article-meta > div ~ .textblock-right, #page section.content-module section.align-center.article-meta > div ~ .textblock-right, section.content-module .media-block-centered ~ .textblock-right, section.content-module .textblock-left ~ .textblock-right, section.content-module #page section.grid.align-left > div ~ .textblock-right, #page section.content-module section.grid.align-left > div ~ .textblock-right, #page section.align-left.content-module > div ~ .textblock-right, section.content-module #page section.align-left.article-header--smaller > div ~ .textblock-right, #page section.content-module section.align-left.article-header--smaller > div ~ .textblock-right, section.content-module #page section.align-left.article-meta > div ~ .textblock-right, #page section.content-module section.align-left.article-meta > div ~ .textblock-right, section.content-module .media-block-left ~ .textblock-right, section.content-module .textblock-right ~ .textblock-right, section.content-module #page section.grid.align-right > div ~ .textblock-right, #page section.content-module section.grid.align-right > div ~ .textblock-right, #page section.align-right.content-module > div ~ .textblock-right, section.content-module #page section.align-right.article-header--smaller > div ~ .textblock-right, #page section.content-module section.align-right.article-header--smaller > div ~ .textblock-right, section.content-module #page section.align-right.article-meta > div ~ .textblock-right, #page section.content-module section.align-right.article-meta > div ~ .textblock-right, section.content-module .media-block-right ~ .textblock-right, section.content-module .textblock-full ~ .textblock-right, section.content-module .media-block-full ~ .textblock-right, section.content-module #page section.grid.align-right > .textblock ~ div, #page section.content-module section.grid.align-right > .textblock ~ div, section.content-module .hero2 #page section.grid.align-right > .fs-hero-subline ~ div, #page section.content-module .hero2 section.grid.align-right > .fs-hero-subline ~ div, .hero2 section.content-module #page section.grid.align-right > .fs-hero-subline ~ div, #page .hero2 section.content-module section.grid.align-right > .fs-hero-subline ~ div, section.content-module #page section.grid.align-right > .textblock-centered ~ div, #page section.content-module section.grid.align-right > .textblock-centered ~ div, section.content-module #page section.grid.align-right.align-center > div ~ div, #page section.content-module section.grid.align-right.align-center > div ~ div, #page section.grid.align-right.align-center.content-module > div ~ div, section.content-module #page section.grid.align-right.align-center.article-header--smaller > div ~ div, #page section.content-module section.grid.align-right.align-center.article-header--smaller > div ~ div, section.content-module #page section.grid.align-right.align-center.article-meta > div ~ div, #page section.content-module section.grid.align-right.align-center.article-meta > div ~ div, section.content-module #page section.grid.align-right > .media-block-centered ~ div, #page section.content-module section.grid.align-right > .media-block-centered ~ div, section.content-module #page section.grid.align-right > .textblock-left ~ div, #page section.content-module section.grid.align-right > .textblock-left ~ div, section.content-module #page section.grid.align-right.align-left > div ~ div, #page section.content-module section.grid.align-right.align-left > div ~ div, #page section.grid.align-right.align-left.content-module > div ~ div, section.content-module #page section.grid.align-right.align-left.article-header--smaller > div ~ div, #page section.content-module section.grid.align-right.align-left.article-header--smaller > div ~ div, section.content-module #page section.grid.align-right.align-left.article-meta > div ~ div, #page section.content-module section.grid.align-right.align-left.article-meta > div ~ div, section.content-module #page section.grid.align-right > .media-block-left ~ div, #page section.content-module section.grid.align-right > .media-block-left ~ div, section.content-module #page section.grid.align-right > .textblock-right ~ div, #page section.content-module section.grid.align-right > .textblock-right ~ div, section.content-module #page section.grid.align-right > div ~ div, #page section.content-module section.grid.align-right > div ~ div, #page section.grid.align-right.content-module > div ~ div, section.content-module #page section.grid.align-right.article-header--smaller > div ~ div, #page section.content-module section.grid.align-right.article-header--smaller > div ~ div, section.content-module #page section.grid.align-right.article-meta > div ~ div, #page section.content-module section.grid.align-right.article-meta > div ~ div, section.content-module #page section.grid.align-right > .media-block-right ~ div, #page section.content-module section.grid.align-right > .media-block-right ~ div, section.content-module #page section.grid.align-right > .textblock-full ~ div, #page section.content-module section.grid.align-right > .textblock-full ~ div, section.content-module #page section.grid.align-right > .media-block-full ~ div, #page section.content-module section.grid.align-right > .media-block-full ~ div, #page section.align-right.content-module > .textblock ~ div, section.content-module .hero2 #page section.align-right.content-module > .fs-hero-subline ~ div, #page section.content-module .hero2 section.align-right.content-module > .fs-hero-subline ~ div, .hero2 #page section.align-right.content-module > .fs-hero-subline ~ div, #page .hero2 section.align-right.content-module > .fs-hero-subline ~ div, #page section.align-right.content-module > .textblock-centered ~ div, section.content-module #page section.align-right.content-module.grid.align-center > div ~ div, #page section.content-module section.align-right.content-module.grid.align-center > div ~ div, #page section.align-right.content-module.align-center > div ~ div, section.content-module #page section.align-right.content-module.align-center.article-header--smaller > div ~ div, #page section.content-module section.align-right.content-module.align-center.article-header--smaller > div ~ div, section.content-module #page section.align-right.content-module.align-center.article-meta > div ~ div, #page section.content-module section.align-right.content-module.align-center.article-meta > div ~ div, #page section.align-right.content-module > .media-block-centered ~ div, #page section.align-right.content-module > .textblock-left ~ div, section.content-module #page section.align-right.content-module.grid.align-left > div ~ div, #page section.content-module section.align-right.content-module.grid.align-left > div ~ div, #page section.align-right.content-module.align-left > div ~ div, section.content-module #page section.align-right.content-module.align-left.article-header--smaller > div ~ div, #page section.content-module section.align-right.content-module.align-left.article-header--smaller > div ~ div, section.content-module #page section.align-right.content-module.align-left.article-meta > div ~ div, #page section.content-module section.align-right.content-module.align-left.article-meta > div ~ div, #page section.align-right.content-module > .media-block-left ~ div, #page section.align-right.content-module > .textblock-right ~ div, section.content-module #page section.align-right.content-module.grid > div ~ div, #page section.content-module section.align-right.content-module.grid > div ~ div, #page section.align-right.content-module > div ~ div, section.content-module #page section.align-right.content-module.article-header--smaller > div ~ div, #page section.content-module section.align-right.content-module.article-header--smaller > div ~ div, section.content-module #page section.align-right.content-module.article-meta > div ~ div, #page section.content-module section.align-right.content-module.article-meta > div ~ div, #page section.align-right.content-module > .media-block-right ~ div, #page section.align-right.content-module > .textblock-full ~ div, #page section.align-right.content-module > .media-block-full ~ div, section.content-module #page section.align-right.article-header--smaller > .textblock ~ div, #page section.content-module section.align-right.article-header--smaller > .textblock ~ div, section.content-module .hero2 #page section.align-right.article-header--smaller > .fs-hero-subline ~ div, #page section.content-module .hero2 section.align-right.article-header--smaller > .fs-hero-subline ~ div, .hero2 section.content-module #page section.align-right.article-header--smaller > .fs-hero-subline ~ div, #page .hero2 section.content-module section.align-right.article-header--smaller > .fs-hero-subline ~ div, section.content-module #page section.align-right.article-header--smaller > .textblock-centered ~ div, #page section.content-module section.align-right.article-header--smaller > .textblock-centered ~ div, section.content-module #page section.align-right.article-header--smaller.grid.align-center > div ~ div, #page section.content-module section.align-right.article-header--smaller.grid.align-center > div ~ div, #page section.align-right.article-header--smaller.align-center.content-module > div ~ div, section.content-module #page section.align-right.article-header--smaller.align-center > div ~ div, #page section.content-module section.align-right.article-header--smaller.align-center > div ~ div, section.content-module #page section.align-right.article-header--smaller.align-center.article-meta > div ~ div, #page section.content-module section.align-right.article-header--smaller.align-center.article-meta > div ~ div, section.content-module #page section.align-right.article-header--smaller > .media-block-centered ~ div, #page section.content-module section.align-right.article-header--smaller > .media-block-centered ~ div, section.content-module #page section.align-right.article-header--smaller > .textblock-left ~ div, #page section.content-module section.align-right.article-header--smaller > .textblock-left ~ div, section.content-module #page section.align-right.article-header--smaller.grid.align-left > div ~ div, #page section.content-module section.align-right.article-header--smaller.grid.align-left > div ~ div, #page section.align-right.article-header--smaller.align-left.content-module > div ~ div, section.content-module #page section.align-right.article-header--smaller.align-left > div ~ div, #page section.content-module section.align-right.article-header--smaller.align-left > div ~ div, section.content-module #page section.align-right.article-header--smaller.align-left.article-meta > div ~ div, #page section.content-module section.align-right.article-header--smaller.align-left.article-meta > div ~ div, section.content-module #page section.align-right.article-header--smaller > .media-block-left ~ div, #page section.content-module section.align-right.article-header--smaller > .media-block-left ~ div, section.content-module #page section.align-right.article-header--smaller > .textblock-right ~ div, #page section.content-module section.align-right.article-header--smaller > .textblock-right ~ div, section.content-module #page section.align-right.article-header--smaller.grid > div ~ div, #page section.content-module section.align-right.article-header--smaller.grid > div ~ div, #page section.align-right.article-header--smaller.content-module > div ~ div, section.content-module #page section.align-right.article-header--smaller > div ~ div, #page section.content-module section.align-right.article-header--smaller > div ~ div, section.content-module #page section.align-right.article-header--smaller.article-meta > div ~ div, #page section.content-module section.align-right.article-header--smaller.article-meta > div ~ div, section.content-module #page section.align-right.article-header--smaller > .media-block-right ~ div, #page section.content-module section.align-right.article-header--smaller > .media-block-right ~ div, section.content-module #page section.align-right.article-header--smaller > .textblock-full ~ div, #page section.content-module section.align-right.article-header--smaller > .textblock-full ~ div, section.content-module #page section.align-right.article-header--smaller > .media-block-full ~ div, #page section.content-module section.align-right.article-header--smaller > .media-block-full ~ div, section.content-module #page section.align-right.article-meta > .textblock ~ div, #page section.content-module section.align-right.article-meta > .textblock ~ div, section.content-module .hero2 #page section.align-right.article-meta > .fs-hero-subline ~ div, #page section.content-module .hero2 section.align-right.article-meta > .fs-hero-subline ~ div, .hero2 section.content-module #page section.align-right.article-meta > .fs-hero-subline ~ div, #page .hero2 section.content-module section.align-right.article-meta > .fs-hero-subline ~ div, section.content-module #page section.align-right.article-meta > .textblock-centered ~ div, #page section.content-module section.align-right.article-meta > .textblock-centered ~ div, section.content-module #page section.align-right.article-meta.grid.align-center > div ~ div, #page section.content-module section.align-right.article-meta.grid.align-center > div ~ div, #page section.align-right.article-meta.align-center.content-module > div ~ div, section.content-module #page section.align-right.article-meta.align-center.article-header--smaller > div ~ div, #page section.content-module section.align-right.article-meta.align-center.article-header--smaller > div ~ div, section.content-module #page section.align-right.article-meta.align-center > div ~ div, #page section.content-module section.align-right.article-meta.align-center > div ~ div, section.content-module #page section.align-right.article-meta > .media-block-centered ~ div, #page section.content-module section.align-right.article-meta > .media-block-centered ~ div, section.content-module #page section.align-right.article-meta > .textblock-left ~ div, #page section.content-module section.align-right.article-meta > .textblock-left ~ div, section.content-module #page section.align-right.article-meta.grid.align-left > div ~ div, #page section.content-module section.align-right.article-meta.grid.align-left > div ~ div, #page section.align-right.article-meta.align-left.content-module > div ~ div, section.content-module #page section.align-right.article-meta.align-left.article-header--smaller > div ~ div, #page section.content-module section.align-right.article-meta.align-left.article-header--smaller > div ~ div, section.content-module #page section.align-right.article-meta.align-left > div ~ div, #page section.content-module section.align-right.article-meta.align-left > div ~ div, section.content-module #page section.align-right.article-meta > .media-block-left ~ div, #page section.content-module section.align-right.article-meta > .media-block-left ~ div, section.content-module #page section.align-right.article-meta > .textblock-right ~ div, #page section.content-module section.align-right.article-meta > .textblock-right ~ div, section.content-module #page section.align-right.article-meta.grid > div ~ div, #page section.content-module section.align-right.article-meta.grid > div ~ div, #page section.align-right.article-meta.content-module > div ~ div, section.content-module #page section.align-right.article-meta.article-header--smaller > div ~ div, #page section.content-module section.align-right.article-meta.article-header--smaller > div ~ div, section.content-module #page section.align-right.article-meta > div ~ div, #page section.content-module section.align-right.article-meta > div ~ div, section.content-module #page section.align-right.article-meta > .media-block-right ~ div, #page section.content-module section.align-right.article-meta > .media-block-right ~ div, section.content-module #page section.align-right.article-meta > .textblock-full ~ div, #page section.content-module section.align-right.article-meta > .textblock-full ~ div, section.content-module #page section.align-right.article-meta > .media-block-full ~ div, #page section.content-module section.align-right.article-meta > .media-block-full ~ div, section.content-module .textblock ~ .media-block-right, section.content-module .hero2 .fs-hero-subline ~ .media-block-right, .hero2 section.content-module .fs-hero-subline ~ .media-block-right, section.content-module .textblock-centered ~ .media-block-right, section.content-module #page section.grid.align-center > div ~ .media-block-right, #page section.content-module section.grid.align-center > div ~ .media-block-right, #page section.align-center.content-module > div ~ .media-block-right, section.content-module #page section.align-center.article-header--smaller > div ~ .media-block-right, #page section.content-module section.align-center.article-header--smaller > div ~ .media-block-right, section.content-module #page section.align-center.article-meta > div ~ .media-block-right, #page section.content-module section.align-center.article-meta > div ~ .media-block-right, section.content-module .media-block-centered ~ .media-block-right, section.content-module .textblock-left ~ .media-block-right, section.content-module #page section.grid.align-left > div ~ .media-block-right, #page section.content-module section.grid.align-left > div ~ .media-block-right, #page section.align-left.content-module > div ~ .media-block-right, section.content-module #page section.align-left.article-header--smaller > div ~ .media-block-right, #page section.content-module section.align-left.article-header--smaller > div ~ .media-block-right, section.content-module #page section.align-left.article-meta > div ~ .media-block-right, #page section.content-module section.align-left.article-meta > div ~ .media-block-right, section.content-module .media-block-left ~ .media-block-right, section.content-module .textblock-right ~ .media-block-right, section.content-module #page section.grid.align-right > div ~ .media-block-right, #page section.content-module section.grid.align-right > div ~ .media-block-right, #page section.align-right.content-module > div ~ .media-block-right, section.content-module #page section.align-right.article-header--smaller > div ~ .media-block-right, #page section.content-module section.align-right.article-header--smaller > div ~ .media-block-right, section.content-module #page section.align-right.article-meta > div ~ .media-block-right, #page section.content-module section.align-right.article-meta > div ~ .media-block-right, section.content-module .media-block-right ~ .media-block-right, section.content-module .textblock-full ~ .media-block-right, section.content-module .media-block-full ~ .media-block-right, section.content-module .textblock ~ .textblock-full, section.content-module .hero2 .fs-hero-subline ~ .textblock-full, .hero2 section.content-module .fs-hero-subline ~ .textblock-full, section.content-module .textblock-centered ~ .textblock-full, section.content-module #page section.grid.align-center > div ~ .textblock-full, #page section.content-module section.grid.align-center > div ~ .textblock-full, #page section.align-center.content-module > div ~ .textblock-full, section.content-module #page section.align-center.article-header--smaller > div ~ .textblock-full, #page section.content-module section.align-center.article-header--smaller > div ~ .textblock-full, section.content-module #page section.align-center.article-meta > div ~ .textblock-full, #page section.content-module section.align-center.article-meta > div ~ .textblock-full, section.content-module .media-block-centered ~ .textblock-full, section.content-module .textblock-left ~ .textblock-full, section.content-module #page section.grid.align-left > div ~ .textblock-full, #page section.content-module section.grid.align-left > div ~ .textblock-full, #page section.align-left.content-module > div ~ .textblock-full, section.content-module #page section.align-left.article-header--smaller > div ~ .textblock-full, #page section.content-module section.align-left.article-header--smaller > div ~ .textblock-full, section.content-module #page section.align-left.article-meta > div ~ .textblock-full, #page section.content-module section.align-left.article-meta > div ~ .textblock-full, section.content-module .media-block-left ~ .textblock-full, section.content-module .textblock-right ~ .textblock-full, section.content-module #page section.grid.align-right > div ~ .textblock-full, #page section.content-module section.grid.align-right > div ~ .textblock-full, #page section.align-right.content-module > div ~ .textblock-full, section.content-module #page section.align-right.article-header--smaller > div ~ .textblock-full, #page section.content-module section.align-right.article-header--smaller > div ~ .textblock-full, section.content-module #page section.align-right.article-meta > div ~ .textblock-full, #page section.content-module section.align-right.article-meta > div ~ .textblock-full, section.content-module .media-block-right ~ .textblock-full, section.content-module .textblock-full ~ .textblock-full, section.content-module .media-block-full ~ .textblock-full, section.content-module .textblock ~ .media-block-full, section.content-module .hero2 .fs-hero-subline ~ .media-block-full, .hero2 section.content-module .fs-hero-subline ~ .media-block-full, section.content-module .textblock-centered ~ .media-block-full, section.content-module #page section.grid.align-center > div ~ .media-block-full, #page section.content-module section.grid.align-center > div ~ .media-block-full, #page section.align-center.content-module > div ~ .media-block-full, section.content-module #page section.align-center.article-header--smaller > div ~ .media-block-full, #page section.content-module section.align-center.article-header--smaller > div ~ .media-block-full, section.content-module #page section.align-center.article-meta > div ~ .media-block-full, #page section.content-module section.align-center.article-meta > div ~ .media-block-full, section.content-module .media-block-centered ~ .media-block-full, section.content-module .textblock-left ~ .media-block-full, section.content-module #page section.grid.align-left > div ~ .media-block-full, #page section.content-module section.grid.align-left > div ~ .media-block-full, #page section.align-left.content-module > div ~ .media-block-full, section.content-module #page section.align-left.article-header--smaller > div ~ .media-block-full, #page section.content-module section.align-left.article-header--smaller > div ~ .media-block-full, section.content-module #page section.align-left.article-meta > div ~ .media-block-full, #page section.content-module section.align-left.article-meta > div ~ .media-block-full, section.content-module .media-block-left ~ .media-block-full, section.content-module .textblock-right ~ .media-block-full, section.content-module #page section.grid.align-right > div ~ .media-block-full, #page section.content-module section.grid.align-right > div ~ .media-block-full, #page section.align-right.content-module > div ~ .media-block-full, section.content-module #page section.align-right.article-header--smaller > div ~ .media-block-full, #page section.content-module section.align-right.article-header--smaller > div ~ .media-block-full, section.content-module #page section.align-right.article-meta > div ~ .media-block-full, #page section.content-module section.align-right.article-meta > div ~ .media-block-full, section.content-module .media-block-right ~ .media-block-full, section.content-module .textblock-full ~ .media-block-full, section.content-module .media-block-full ~ .media-block-full {
    margin-top: -50px;
    margin-bottom: 0px; } }

section.content-module h3 + p {
  margin-top: 1em; }

.article-grid_item {
  margin-bottom: var(--margin-s); }
  .article-grid_item:hover .article-grid_item-img img {
    transform: scale(1.05); }
  @media (max-width: 599px) {
    .article-grid_item .title {
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 19px;
      line-height: 1.37;
      letter-spacing: -0.6px; } }
  @media (min-width: 600px) {
    .article-grid_item .title {
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 24px;
      line-height: 1.33;
      letter-spacing: -1px; } }
  @media (min-width: 1200px) {
    .article-grid_item .title {
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 30px;
      line-height: 1.33;
      letter-spacing: -1.2px; } }
  @media (max-width: 599px) {
    .article-grid_item .title {
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 24px;
      line-height: 1.33;
      letter-spacing: -1px; } }
  @media (max-width: 899px) {
    .article-grid_item .subline {
      font-family: 'Panama';
      font-size: 26px;
      line-height: 1.16;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 21px;
      line-height: 1.24;
      letter-spacing: -0.6px; } }
  @media (min-width: 900px) {
    .article-grid_item .subline {
      font-family: 'Panama';
      font-size: 26px;
      line-height: 1.16;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 26px;
      line-height: 1.25;
      letter-spacing: -0.9px; } }
  .article-grid_item .contact {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 19px;
    line-height: 1.37;
    letter-spacing: -0.6px; }
  @media (min-width: 1800px) {
    .article-grid_item.is-landscape:nth-child(odd) {
      grid-column-start: 2; } }
  @media (min-width: 1200px) {
    .article-grid_item.is-landscape {
      grid-column-start: auto;
      grid-column-end: span 3; } }
  @media (max-width: 1199px) {
    .article-grid_item.is-landscape {
      grid-column-start: auto;
      grid-column-end: span 2; } }
  @media (max-width: 599px) {
    .article-grid_item.is-landscape {
      grid-column: 1/-1; } }
  @media (min-width: 1200px) {
    .article-grid_item.is-portrait {
      grid-column-start: auto;
      grid-column-end: span 2; } }
  @media (max-width: 1199px) {
    .article-grid_item.is-portrait {
      grid-column-start: auto;
      grid-column-end: span 2; } }
  @media (max-width: 599px) {
    .article-grid_item.is-portrait {
      grid-column-start: auto;
      grid-column-end: span 1; } }
  .article-grid_item .article-grid_item-img {
    margin-bottom: 0.4em;
    overflow: hidden; }
    .article-grid_item .article-grid_item-img img {
      transition: transform 1s ease; }

.media-block {
  margin-bottom: var(--gutter); }
  .media-block.is-portrait {
    grid-column-end: span 2; }
    @media (min-width: 600px) and (max-width: 899px) {
      .media-block.is-portrait {
        grid-column-start: 2; } }
  @media (min-width: 600px) {
    .media-block.span-large {
      grid-column-start: auto;
      grid-column-end: span 4; } }
  @media (min-width: 1200px) {
    .media-block.span-large {
      grid-column-start: 2; } }
  .media-block .embed-media {
    z-index: 2; }
  .media-block .media-placeholder {
    height: 100%;
    transition-delay: 1s; }
  .media-block .get-media {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white !important;
    min-height: 2em; }
  .media-block .embed-media.video-playing .media-placeholder, .media-block .embed-media.video-playing .get-media {
    opacity: 0;
    pointer-events: none; }

.play-media {
  background-image: url("/gfx/icon-play.svg");
  background-repeat: no-repeat; }

.article-header {
  padding-top: 2em;
  padding-bottom: 1.5em; }
  .article-header .main {
    margin-bottom: var(--margin-s); }
    .article-header .main h1 {
      margin-top: .4em; }
      @media (min-width: 900px) {
        .article-header .main h1 {
          font-family: 'Lars';
          font-size: 24px;
          line-height: 1.4;
          font-weight: normal;
          font-style: normal;
          font-stretch: normal;
          font-size: 148px;
          line-height: 1.11;
          letter-spacing: -0.047297em; } }
      @media (min-width: 600px) and (max-width: 899px) {
        .article-header .main h1 {
          font-family: 'Lars';
          font-size: 24px;
          line-height: 1.4;
          font-weight: normal;
          font-style: normal;
          font-stretch: normal;
          font-size: 84px;
          line-height: 1.1;
          letter-spacing: -0.045238em; } }
      @media (max-width: 599px) {
        .article-header .main h1 {
          font-family: 'Lars';
          font-size: 24px;
          line-height: 1.4;
          font-weight: normal;
          font-style: normal;
          font-stretch: normal;
          font-size: 72px;
          line-height: 1.11;
          letter-spacing: -3.4px; } }

@media (max-width: 599px) {
  .article-header--smaller .main {
    grid-column-start: 1;
    grid-column-end: span 2; } }

@media (min-width: 600px) {
  .article-header--smaller .main {
    grid-column-start: 1;
    grid-column-end: span 4; } }

@media (max-width: 599px) {
  .article-header--smaller .main.centered {
    grid-column-start: 1;
    grid-column-end: span 2; } }

@media (min-width: 600px) {
  .article-header--smaller .main.centered {
    grid-column-start: 1;
    grid-column-end: span 4; } }

@media (min-width: 1200px) {
  .article-header--smaller .main.centered {
    grid-column-start: 2;
    grid-column-end: span 4; } }

@media (min-width: 900px) {
  .article-header--smaller h1 {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 84px;
    line-height: 1.1;
    letter-spacing: -0.045238em; } }

@media (min-width: 600px) and (max-width: 899px) {
  .article-header--smaller h1 {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 72px;
    line-height: 1.11;
    letter-spacing: -3.4px; } }

@media (max-width: 599px) {
  .article-header--smaller h1 {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 42px;
    line-height: 1.24;
    letter-spacing: -0.0642857em; } }

.article-quote blockquote {
  max-width: 1300px; }
  @media (max-width: 599px) {
    .article-quote blockquote {
      font-family: 'Panama';
      font-size: 26px;
      line-height: 1.16;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 26px;
      line-height: 1.25;
      letter-spacing: -0.9px; } }
  @media (min-width: 600px) {
    .article-quote blockquote {
      font-family: 'Panama';
      font-size: 26px;
      line-height: 1.16;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 32px;
      line-height: 1.25;
      letter-spacing: -0.9px; } }
  @media (min-width: 1200px) {
    .article-quote blockquote {
      font-family: 'Panama';
      font-size: 26px;
      line-height: 1.16;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 45px;
      line-height: 1.16;
      letter-spacing: -2px; } }
  .article-quote blockquote:before {
    content: "“"; }
  .article-quote blockquote:after {
    content: "”"; }

.article-quote cite {
  display: inline-block;
  padding-top: 1em;
  font-family: 'Lars';
  font-size: 24px;
  line-height: 1.4;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  font-size: 19px;
  line-height: 1.37;
  letter-spacing: -0.6px; }
  @media (max-width: 599px) {
    .article-quote cite {
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 15px;
      line-height: 1.4;
      letter-spacing: -0.5px; } }

.article-quote + .subtitle {
  margin-top: 0px; }

.article-meta > div {
  min-width: 0;
  grid-column-start: auto;
  grid-column-end: span 2;
  box-sizing: border-box; }
  @media (min-width: 1200px) {
    .article-meta > div {
      min-width: 0;
      grid-column-start: auto;
      grid-column-end: span 3;
      box-sizing: border-box; } }
  .article-meta > div dl {
    margin-top: 0px; }
    @media (min-width: 600px) {
      .article-meta > div dl {
        margin-bottom: 42px; } }
    @media (max-width: 599px) {
      .article-meta > div dl dt {
        font-family: 'Lars';
        font-size: 24px;
        line-height: 1.4;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 19px;
        line-height: 1.37;
        letter-spacing: -0.6px; } }
    @media (min-width: 600px) {
      .article-meta > div dl dt {
        font-family: 'Lars';
        font-size: 24px;
        line-height: 1.4;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 24px;
        line-height: 1.33;
        letter-spacing: -1px; } }
    @media (min-width: 1200px) {
      .article-meta > div dl dt {
        font-family: 'Lars';
        font-size: 24px;
        line-height: 1.4;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 30px;
        line-height: 1.33;
        letter-spacing: -1.2px; } }
    .article-meta > div dl dd {
      margin-left: 0; }
      @media (max-width: 599px) {
        .article-meta > div dl dd {
          font-family: 'Panama';
          font-size: 26px;
          line-height: 1.16;
          font-weight: normal;
          font-style: normal;
          font-stretch: normal;
          font-size: 21px;
          line-height: 1.24;
          letter-spacing: -0.6px; } }
      @media (min-width: 600px) {
        .article-meta > div dl dd {
          font-family: 'Panama';
          font-size: 26px;
          line-height: 1.16;
          font-weight: normal;
          font-style: normal;
          font-stretch: normal;
          font-size: 26px;
          line-height: 1.25;
          letter-spacing: -0.9px; } }
      @media (min-width: 1200px) {
        .article-meta > div dl dd {
          font-family: 'Panama';
          font-size: 26px;
          line-height: 1.16;
          font-weight: normal;
          font-style: normal;
          font-stretch: normal;
          font-size: 32px;
          line-height: 1.25;
          letter-spacing: -0.9px; } }

.article-meta a {
  border-bottom: none;
  color: currentColor;
  text-decoration: none;
  background: transparent;
  background-image: linear-gradient(currentColor, currentColor);
  background-size: 1px 1px;
  background-repeat: repeat-x;
  background-position: 0% 100%; }
  .article-meta a:hover {
    background-image: linear-gradient(#ee0085, #ee0085); }

#content-overlay .article-meta {
  padding: 0px; }
  @media (max-width: 599px) {
    #content-overlay .article-meta dl {
      margin-bottom: 30px; } }

.article-credits li .Article-credits_role {
  width: 50%;
  margin-right: 20px; }
  @media (max-width: 599px) {
    .article-credits li .Article-credits_role {
      font-family: 'Panama';
      font-size: 26px;
      line-height: 1.16;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 21px;
      line-height: 1.24;
      letter-spacing: -0.6px; } }
  @media (min-width: 600px) {
    .article-credits li .Article-credits_role {
      font-family: 'Panama';
      font-size: 26px;
      line-height: 1.16;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 26px;
      line-height: 1.25;
      letter-spacing: -0.9px; } }
  @media (min-width: 1200px) {
    .article-credits li .Article-credits_role {
      font-family: 'Panama';
      font-size: 26px;
      line-height: 1.16;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 32px;
      line-height: 1.25;
      letter-spacing: -0.9px; } }

.article-credits li .Article-credits_name a {
  border-bottom: 0px; }
  @media (max-width: 599px) {
    .article-credits li .Article-credits_name a {
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 19px;
      line-height: 1.37;
      letter-spacing: -0.6px; } }
  @media (min-width: 600px) {
    .article-credits li .Article-credits_name a {
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 24px;
      line-height: 1.33;
      letter-spacing: -1px; } }
  @media (min-width: 1200px) {
    .article-credits li .Article-credits_name a {
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 30px;
      line-height: 1.33;
      letter-spacing: -1.2px; } }

.article-credits li svg {
  height: 1em;
  margin-left: 10px;
  opacity: 0;
  transition: opacity .2s linear; }

.article-credits li:hover svg {
  opacity: 1; }

.list_item-type-bio {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 599px) {
    .list_item-type-bio {
      -webkit-box-direction: reverse;
      -webkit-box-orient: vertical;
      -moz-box-direction: reverse;
      -moz-box-orient: vertical;
      -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse; } }
  .list_item-type-bio .list_item-type-bio_image {
    min-height: 400px;
    max-height: 600px; }
    @media (min-width: 900px) {
      .list_item-type-bio .list_item-type-bio_image {
        flex: 1 0 40%; } }
    @media (min-width: 600px) and (max-width: 899px) {
      .list_item-type-bio .list_item-type-bio_image {
        flex: 2 0 30%; } }
    @media (max-width: 599px) {
      .list_item-type-bio .list_item-type-bio_image {
        margin-right: 0px;
        min-width: 300px; } }
  .list_item-type-bio .list_item-type-bio_textblock {
    flex: 1 0 40%;
    margin-right: var(--gutter); }

@media (max-width: 1199px) {
  a .is-button-l {
    display: inline-flex;
    align-items: center;
    border: none;
    color: black;
    margin: 0 0.5em 0 0;
    padding: 0.25em 0.8em 0.25em 0.8em;
    line-height: 1;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: white;
    box-shadow: 0 0.1rem 0.3rem rgba(0, 0, 0, 0.25);
    -webkit-tap-highlight-color: transparent;
    transition: box-shadow .3s ease;
    border-radius: 16px;
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 42px;
    line-height: 1.24;
    letter-spacing: -0.0642857em;
    padding: 0.26em 0.74em;
    border-radius: 25px;
    line-height: 1; }
    a .is-button-l.border-white {
      border-color: #FFFFFF; }
    a .is-button-l.bg-white {
      background-color: white; }
    a .is-button-l:hover {
      color: #ee0085;
      box-shadow: 0 0.1rem 0.3rem #ee008578; }
      a .is-button-l:hover svg *[fill='#000'] {
        fill: #ee0085; }
    a .is-button-l:focus {
      outline: 1px solid #fff;
      outline-offset: -4px; }
    a .is-button-l:active {
      color: currentColor; }
    a .is-button-l:hover:active {
      color: #ee0085; } }

@media (min-width: 1200px) {
  a .is-button-l {
    display: inline-flex;
    align-items: center;
    border: none;
    color: black;
    margin: 0 0.5em 0 0;
    padding: 0.25em 0.8em 0.25em 0.8em;
    line-height: 1;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: white;
    box-shadow: 0 0.1rem 0.3rem rgba(0, 0, 0, 0.25);
    -webkit-tap-highlight-color: transparent;
    transition: box-shadow .3s ease;
    border-radius: 16px;
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 72px;
    line-height: 1.11;
    letter-spacing: -3.4px;
    padding: 0.27em 0.44em 0.22em 0.44em;
    border-radius: 40px;
    line-height: 1; }
    a .is-button-l.border-white {
      border-color: #FFFFFF; }
    a .is-button-l.bg-white {
      background-color: white; }
    a .is-button-l:hover {
      color: #ee0085;
      box-shadow: 0 0.1rem 0.3rem #ee008578; }
      a .is-button-l:hover svg *[fill='#000'] {
        fill: #ee0085; }
    a .is-button-l:focus {
      outline: 1px solid #fff;
      outline-offset: -4px; }
    a .is-button-l:active {
      color: currentColor; }
    a .is-button-l:hover:active {
      color: #ee0085; } }

.two-col-right {
  min-width: 0;
  grid-column-start: 5;
  grid-column-end: span 2;
  box-sizing: border-box; }

.collapse:not(.in) {
  display: none; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none; } }

.Workshop_Teaser {
  margin-top: 0px;
  height: 100%;
  border-bottom: var(--border) solid #000;
  cursor: pointer; }
  .Workshop_Teaser dt[aria-expanded="true"], .Workshop_Teaser dd[aria-expanded="true"] {
    background-color: #dfdde1; }
  @media (max-width: 599px) {
    .Workshop_Teaser {
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 24px;
      line-height: 1.33;
      letter-spacing: -1px;
      width: 100vw; } }
  @media (min-width: 600px) {
    .Workshop_Teaser {
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 30px;
      line-height: 1.33;
      letter-spacing: -1.2px;
      width: 100vw; } }
  @media (min-width: 900px) {
    .Workshop_Teaser {
      width: 91vw;
      left: 50%;
      border-left: var(--border) solid #000; } }
  @media (min-width: 1800px) {
    .Workshop_Teaser {
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 42px;
      line-height: 1.24;
      letter-spacing: -0.0642857em; } }
  .Workshop_Teaser dt {
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    border-top: var(--border) solid #000;
    padding-top: 1em;
    padding-bottom: 1em;
    outline: none;
    position: relative; }
    .Workshop_Teaser dt .icon {
      height: 1em; }
    .Workshop_Teaser dt svg {
      margin: 0px; }
    .Workshop_Teaser dt[aria-expanded="true"] svg {
      transform: rotate(180deg); }
  .Workshop_Teaser dd {
    margin: 0px;
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 24px;
    line-height: 1.33;
    letter-spacing: -1px; }
    .Workshop_Teaser dd div {
      padding-bottom: 50px; }

@media (max-width: 599px) {
  .Teaser-intro {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 19px;
    line-height: 1.37;
    letter-spacing: -0.6px; } }

@media (min-width: 600px) {
  .Teaser-intro {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 24px;
    line-height: 1.33;
    letter-spacing: -1px; } }

@media (min-width: 1200px) {
  .Teaser-intro {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 30px;
    line-height: 1.33;
    letter-spacing: -1.2px; } }

@media (min-width: 1200px) {
  .Teaser-intro {
    flex: 0 0 50%; } }

@media (min-width: 900px) and (max-width: 1199px) {
  .Teaser-intro {
    flex: 0 0 40%; } }

@media (max-width: 899px) {
  .Teaser-intro {
    flex: 0 0 100%; } }

.Teaser-intro .Teaser-title {
  display: inline-block;
  margin-bottom: 0.78em; }
  @media (max-width: 599px) {
    .Teaser-intro .Teaser-title {
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 30px;
      line-height: 1.33;
      letter-spacing: -1.2px; } }
  @media (min-width: 600px) {
    .Teaser-intro .Teaser-title {
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 42px;
      line-height: 1.24;
      letter-spacing: -0.0642857em; } }
  @media (min-width: 1200px) {
    .Teaser-intro .Teaser-title {
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 72px;
      line-height: 1.11;
      letter-spacing: -3.4px; } }

.Teaser-intro .Teaser-introtext {
  margin-bottom: 3em;
  max-width: 811px; }

.Teaser-expand {
  width: 100%;
  border-top: var(--border) solid currentColor; }
  @media (min-width: 900px) {
    .Teaser-expand {
      width: 50%;
      left: 50%; } }
  @media (max-width: 599px) {
    .Teaser-expand ul {
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 30px;
      line-height: 1.33;
      letter-spacing: -1.2px; } }
  @media (min-width: 600px) {
    .Teaser-expand ul {
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 42px;
      line-height: 1.24;
      letter-spacing: -0.0642857em; } }
  @media (min-width: 1200px) {
    .Teaser-expand ul {
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 72px;
      line-height: 1.11;
      letter-spacing: -3.4px; } }
  .Teaser-expand ul .dropdown-item {
    background: #dfdde1;
    cursor: pointer;
    padding: 0.64em;
    overflow: hidden;
    max-height: 400px;
    border-bottom: var(--border) solid currentColor;
    -webkit-transition: height 3s cubic-bezier(0.16, 1.08, 0.38, 0.98);
    -o-transition: height 3s cubic-bezier(0.16, 1.08, 0.38, 0.98);
    transition: height 3s cubic-bezier(0.16, 1.08, 0.38, 0.98); }
    @media (max-width: 599px) {
      .Teaser-expand ul .dropdown-item {
        padding-left: 4vw; } }
    @media (min-width: 600px) and (max-width: 899px) {
      .Teaser-expand ul .dropdown-item {
        padding-left: 5.46875vw; } }
    @media (min-width: 900px) {
      .Teaser-expand ul .dropdown-item {
        border-left: var(--border) solid currentColor; } }
    .Teaser-expand ul .dropdown-item.open {
      max-height: 900px; }
      .Teaser-expand ul .dropdown-item.open .dropdown-details {
        display: block;
        opacity: 1; }
    .Teaser-expand ul .dropdown-item:focus {
      max-height: 900px; }
      .Teaser-expand ul .dropdown-item:focus .dropdown-details {
        display: block;
        opacity: 1; }
    .Teaser-expand ul .dropdown-item a {
      display: inline-block; }
      @media (max-width: 599px) {
        .Teaser-expand ul .dropdown-item a {
          font-family: 'Panama';
          font-size: 26px;
          line-height: 1.16;
          font-weight: normal;
          font-style: normal;
          font-stretch: normal;
          font-size: 32px;
          line-height: 1.25;
          letter-spacing: -0.9px; } }
      @media (min-width: 600px) {
        .Teaser-expand ul .dropdown-item a {
          font-family: 'Panama';
          font-size: 26px;
          line-height: 1.16;
          font-weight: normal;
          font-style: normal;
          font-stretch: normal;
          font-size: 45px;
          line-height: 1.16;
          letter-spacing: -2px; } }
      @media (min-width: 1200px) {
        .Teaser-expand ul .dropdown-item a {
          font-family: 'Panama';
          font-size: 26px;
          line-height: 1.16;
          font-weight: normal;
          font-style: normal;
          font-stretch: normal;
          font-size: 75px;
          line-height: 1.12;
          letter-spacing: -2.8px; } }
    .Teaser-expand ul .dropdown-item .dropdown-details {
      display: none;
      opacity: 0;
      margin-top: 58px; }
      @media (max-width: 599px) {
        .Teaser-expand ul .dropdown-item .dropdown-details {
          font-family: 'Lars';
          font-size: 24px;
          line-height: 1.4;
          font-weight: normal;
          font-style: normal;
          font-stretch: normal;
          font-size: 19px;
          line-height: 1.37;
          letter-spacing: -0.6px; } }
      @media (min-width: 600px) {
        .Teaser-expand ul .dropdown-item .dropdown-details {
          font-family: 'Lars';
          font-size: 24px;
          line-height: 1.4;
          font-weight: normal;
          font-style: normal;
          font-stretch: normal;
          font-size: 24px;
          line-height: 1.33;
          letter-spacing: -1px; } }
      @media (min-width: 1200px) {
        .Teaser-expand ul .dropdown-item .dropdown-details {
          font-family: 'Lars';
          font-size: 24px;
          line-height: 1.4;
          font-weight: normal;
          font-style: normal;
          font-stretch: normal;
          font-size: 30px;
          line-height: 1.33;
          letter-spacing: -1.2px; } }

.Teaser-section {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-direction: normal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 0;
  margin: 0; }
  @media (max-width: 599px) {
    .Teaser-section {
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -moz-box-direction: normal;
      -moz-box-orient: vertical;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; } }
  @media (min-width: 600px) and (max-width: 899px) {
    .Teaser-section {
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -moz-box-direction: normal;
      -moz-box-orient: vertical;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; } }
  .Teaser-section .inner {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 auto; }
  .Teaser-section .Teaser-wrapper {
    background-color: #fff;
    padding: 20%; }
    .Teaser-section .Teaser-wrapper .Teaser-inner {
      position: absolute;
      top: 0;
      bottom: 0;
      text-align: center; }
      .Teaser-section .Teaser-wrapper .Teaser-inner .Teaser-image {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: none;
        background-size: cover; }
        .Teaser-section .Teaser-wrapper .Teaser-inner .Teaser-image::after {
          content: '';
          position: absolute;
          width: 100%;
          height: 100%;
          top: 0;
          left: 50%;
          -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
          z-index: 0;
          background-color: rgba(16, 16, 16, 0.08); }
      .Teaser-section .Teaser-wrapper .Teaser-inner .Teaser-main {
        text-align: left;
        position: absolute;
        left: 50%;
        top: 50%;
        width: 100%;
        padding: 0px 50px;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        margin-top: -15px; }

.hashtag-list {
  list-style: none;
  line-height: inherit; }
  @media (max-width: 599px) {
    .hashtag-list {
      font-family: 'Panama';
      font-size: 26px;
      line-height: 1.16;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 21px;
      line-height: 1.24;
      letter-spacing: -0.6px; } }
  @media (min-width: 600px) {
    .hashtag-list {
      font-family: 'Panama';
      font-size: 26px;
      line-height: 1.16;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 26px;
      line-height: 1.25;
      letter-spacing: -0.9px; } }
  @media (min-width: 1200px) {
    .hashtag-list {
      font-family: 'Panama';
      font-size: 26px;
      line-height: 1.16;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 32px;
      line-height: 1.25;
      letter-spacing: -0.9px; } }
  .hashtag-list .show-hidden, .hashtag-list .hide-hidden, .hashtag-list .profile-page .profile-data .profile-data-text .profile-info .show-hidden, .profile-page .profile-data .profile-data-text .profile-info .hashtag-list .show-hidden, .hashtag-list #profile-overlay---- .profile-data .profile-data-text .profile-info .show-hidden, #profile-overlay---- .profile-data .profile-data-text .profile-info .hashtag-list .show-hidden, .hashtag-list #content-overlay .profile-data .profile-data-text .profile-info .show-hidden, #content-overlay .profile-data .profile-data-text .profile-info .hashtag-list .show-hidden {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none; }
    .hashtag-list .show-hidden img, .hashtag-list .hide-hidden img, .hashtag-list .profile-page .profile-data .profile-data-text .profile-info .show-hidden img, .profile-page .profile-data .profile-data-text .profile-info .hashtag-list .show-hidden img, .hashtag-list #profile-overlay---- .profile-data .profile-data-text .profile-info .show-hidden img, #profile-overlay---- .profile-data .profile-data-text .profile-info .hashtag-list .show-hidden img, .hashtag-list #content-overlay .profile-data .profile-data-text .profile-info .show-hidden img, #content-overlay .profile-data .profile-data-text .profile-info .hashtag-list .show-hidden img {
      transform: rotate(90deg); }

.gallery-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap; }
  .gallery-flex > div {
    flex: 0 0 10%;
    min-width: 100px;
    margin-right: 10px;
    margin-bottom: 30px;
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 15px;
    line-height: 1.4;
    letter-spacing: -0.5px;
    cursor: zoom-in; }

.gallery-alt {
  opacity: 0;
  transition: opacity .5s ease; }
  .gallery-alt.is-ready {
    opacity: 1; }
  .gallery-alt.slick-initialized .slick-list {
    cursor: grab; }
    .gallery-alt.slick-initialized .slick-list .slick-slide {
      outline: none;
      padding: calc(var(--gutter) + 15px);
      transition: all 1s ease; }
      .gallery-alt.slick-initialized .slick-list .slick-slide figcaption {
        transition: all .3s ease; }
      .gallery-alt.slick-initialized .slick-list .slick-slide .get-media {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
  .gallery-alt.slick-initialized .slick-arrow {
    position: absolute;
    top: 50%;
    height: 50px;
    width: 50px;
    z-index: 2; }
    @media (max-width: 599px) {
      .gallery-alt.slick-initialized .slick-arrow {
        height: 25px;
        width: 25px; } }
  .gallery-alt.slick-initialized .slick-arrow.slick-prev {
    left: var(--gutter); }
  .gallery-alt.slick-initialized .slick-arrow.slick-next {
    right: var(--gutter); }

/*
Notes from state
padding-top for desktop 70px

*/
/* fontsize are defined in typography css */
.hero2 {
  padding: var(--margin-l, 90px) var(--gutter, 4vw); }
  .hero2 h2 a {
    line-height: 1; }
    @media (min-width: 900px) {
      .hero2 h2 a {
        background-size: 1px 1em;
        box-shadow: inset 0 -0.03em #000, inset 0 -0.03em #000;
        display: inline; }
        .hero2 h2 a:hover {
          box-shadow: inset 0 -0.03em #ee0085, inset 0 -0.03em #ee0085; } }
    @media (min-width: 600px) and (max-width: 899px) {
      .hero2 h2 a {
        background-size: 1px 1em;
        box-shadow: inset 0 -0.03em #000, inset 0 -0.03em #000;
        display: inline; }
        .hero2 h2 a:hover {
          box-shadow: inset 0 -0.03em #ee0085, inset 0 -0.03em #ee0085; } }
    @media (max-width: 599px) {
      .hero2 h2 a {
        background-size: 1px 1em;
        box-shadow: inset 0 -0.03em #000, inset 0 -0.03em #000;
        display: inline; }
        .hero2 h2 a:hover {
          box-shadow: inset 0 -0.03em #ee0085, inset 0 -0.03em #ee0085; } }
  .hero2 h2 .inline-img {
    height: 1em; }
    @media (min-width: 900px) {
      .hero2 h2 .inline-img {
        padding: 10px;
        margin-bottom: 10px; } }
  .hero2 h2 button, .hero2 h2 .button {
    margin-right: 0px !important; }
    @media (max-width: 599px) {
      .hero2 h2 button, .hero2 h2 .button {
        display: inline-flex;
        align-items: center;
        border: none;
        color: black;
        margin: 0 0.5em 0 0;
        padding: 0.25em 0.8em 0.25em 0.8em;
        line-height: 1;
        text-decoration: none;
        cursor: pointer;
        text-align: center;
        -webkit-appearance: none;
        -moz-appearance: none;
        background-color: white;
        box-shadow: 0 0.1rem 0.3rem rgba(0, 0, 0, 0.25);
        -webkit-tap-highlight-color: transparent;
        transition: box-shadow .3s ease;
        border-radius: 16px;
        font-family: 'Lars';
        font-size: 24px;
        line-height: 1.4;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 30px;
        line-height: 1.33;
        letter-spacing: -1.2px;
        padding: 0.24em 0.46em 0.23em 0.46em;
        border-radius: 16px;
        line-height: 1; }
        .hero2 h2 button.border-white, .hero2 h2 .button.border-white {
          border-color: #FFFFFF; }
        .hero2 h2 button.bg-white, .hero2 h2 .button.bg-white {
          background-color: white; }
        .hero2 h2 button:hover, .hero2 h2 .button:hover {
          color: #ee0085;
          box-shadow: 0 0.1rem 0.3rem #ee008578; }
          .hero2 h2 button:hover svg *[fill='#000'], .hero2 h2 .button:hover svg *[fill='#000'] {
            fill: #ee0085; }
        .hero2 h2 button:focus, .hero2 h2 .button:focus {
          outline: 1px solid #fff;
          outline-offset: -4px; }
        .hero2 h2 button:active, .hero2 h2 .button:active {
          color: currentColor; }
        .hero2 h2 button:hover:active, .hero2 h2 .button:hover:active {
          color: #ee0085; } }
    @media (min-width: 600px) {
      .hero2 h2 button, .hero2 h2 .button {
        display: inline-flex;
        align-items: center;
        border: none;
        color: black;
        margin: 0 0.5em 0 0;
        padding: 0.25em 0.8em 0.25em 0.8em;
        line-height: 1;
        text-decoration: none;
        cursor: pointer;
        text-align: center;
        -webkit-appearance: none;
        -moz-appearance: none;
        background-color: white;
        box-shadow: 0 0.1rem 0.3rem rgba(0, 0, 0, 0.25);
        -webkit-tap-highlight-color: transparent;
        transition: box-shadow .3s ease;
        border-radius: 16px;
        font-family: 'Lars';
        font-size: 24px;
        line-height: 1.4;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 42px;
        line-height: 1.24;
        letter-spacing: -0.0642857em;
        padding: 0.26em 0.74em;
        border-radius: 25px;
        line-height: 1; }
        .hero2 h2 button.border-white, .hero2 h2 .button.border-white {
          border-color: #FFFFFF; }
        .hero2 h2 button.bg-white, .hero2 h2 .button.bg-white {
          background-color: white; }
        .hero2 h2 button:hover, .hero2 h2 .button:hover {
          color: #ee0085;
          box-shadow: 0 0.1rem 0.3rem #ee008578; }
          .hero2 h2 button:hover svg *[fill='#000'], .hero2 h2 .button:hover svg *[fill='#000'] {
            fill: #ee0085; }
        .hero2 h2 button:focus, .hero2 h2 .button:focus {
          outline: 1px solid #fff;
          outline-offset: -4px; }
        .hero2 h2 button:active, .hero2 h2 .button:active {
          color: currentColor; }
        .hero2 h2 button:hover:active, .hero2 h2 .button:hover:active {
          color: #ee0085; } }
    @media (min-width: 900px) {
      .hero2 h2 button, .hero2 h2 .button {
        display: inline-flex;
        align-items: center;
        border: none;
        color: black;
        margin: 0 0.5em 0 0;
        padding: 0.25em 0.8em 0.25em 0.8em;
        line-height: 1;
        text-decoration: none;
        cursor: pointer;
        text-align: center;
        -webkit-appearance: none;
        -moz-appearance: none;
        background-color: white;
        box-shadow: 0 0.1rem 0.3rem rgba(0, 0, 0, 0.25);
        -webkit-tap-highlight-color: transparent;
        transition: box-shadow .3s ease;
        border-radius: 16px;
        font-family: 'Lars';
        font-size: 24px;
        line-height: 1.4;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 72px;
        line-height: 1.11;
        letter-spacing: -3.4px;
        padding: 0.27em 0.44em 0.22em 0.44em;
        border-radius: 40px;
        line-height: 1; }
        .hero2 h2 button.border-white, .hero2 h2 .button.border-white {
          border-color: #FFFFFF; }
        .hero2 h2 button.bg-white, .hero2 h2 .button.bg-white {
          background-color: white; }
        .hero2 h2 button:hover, .hero2 h2 .button:hover {
          color: #ee0085;
          box-shadow: 0 0.1rem 0.3rem #ee008578; }
          .hero2 h2 button:hover svg *[fill='#000'], .hero2 h2 .button:hover svg *[fill='#000'] {
            fill: #ee0085; }
        .hero2 h2 button:focus, .hero2 h2 .button:focus {
          outline: 1px solid #fff;
          outline-offset: -4px; }
        .hero2 h2 button:active, .hero2 h2 .button:active {
          color: currentColor; }
        .hero2 h2 button:hover:active, .hero2 h2 .button:hover:active {
          color: #ee0085; } }
    @media (min-width: 1200px) {
      .hero2 h2 button, .hero2 h2 .button {
        display: inline-flex;
        align-items: center;
        border: none;
        color: black;
        margin: 0 0.5em 0 0;
        padding: 0.25em 0.8em 0.25em 0.8em;
        line-height: 1;
        text-decoration: none;
        cursor: pointer;
        text-align: center;
        -webkit-appearance: none;
        -moz-appearance: none;
        background-color: white;
        box-shadow: 0 0.1rem 0.3rem rgba(0, 0, 0, 0.25);
        -webkit-tap-highlight-color: transparent;
        transition: box-shadow .3s ease;
        border-radius: 16px;
        font-family: 'Lars';
        font-size: 24px;
        line-height: 1.4;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 84px;
        line-height: 1.1;
        letter-spacing: -0.045238em;
        padding: 0.15em 0.45em 0.15em 0.35em;
        border-radius: 40px;
        line-height: 1; }
        .hero2 h2 button.border-white, .hero2 h2 .button.border-white {
          border-color: #FFFFFF; }
        .hero2 h2 button.bg-white, .hero2 h2 .button.bg-white {
          background-color: white; }
        .hero2 h2 button:hover, .hero2 h2 .button:hover {
          color: #ee0085;
          box-shadow: 0 0.1rem 0.3rem #ee008578; }
          .hero2 h2 button:hover svg *[fill='#000'], .hero2 h2 .button:hover svg *[fill='#000'] {
            fill: #ee0085; }
        .hero2 h2 button:focus, .hero2 h2 .button:focus {
          outline: 1px solid #fff;
          outline-offset: -4px; }
        .hero2 h2 button:active, .hero2 h2 .button:active {
          color: currentColor; }
        .hero2 h2 button:hover:active, .hero2 h2 .button:hover:active {
          color: #ee0085; } }
  .hero2 .fs-hero-subline a:not('.button') {
    border-bottom: none;
    color: currentColor;
    text-decoration: none;
    background: transparent;
    background-image: linear-gradient(currentColor, currentColor);
    background-size: 1px 1px;
    background-repeat: repeat-x;
    background-position: 0% 100%; }
    .hero2 .fs-hero-subline a:not('.button'):hover {
      background-image: linear-gradient(#ee0085, #ee0085); }
    .hero2 .fs-hero-subline a:not('.button'):hover {
      color: #ee0085; }
  .hero2 figure {
    border-top: var(--border) solid black; }
  .hero2 .hero-video {
    width: 66%;
    margin: auto; }
    @media (max-width: 899px) {
      .hero2 .hero-video {
        width: 100%; } }

.HeroImage {
  position: relative;
  width: 100%; }
  @media (max-width: 899px) {
    .HeroImage {
      height: 60vh; } }
  .HeroImage.color-white, section.program-index .program-container .eventlist .resultlist .HeroImage.group-title {
    color: white; }
  .HeroImage.fit-to-screen {
    height: calc(100vh - var(--margin-top)); }
    @media (max-width: 899px) {
      .HeroImage.fit-to-screen .HeroImage--text {
        -webkit-box-pack: start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        -webkit-justify-content: flex-start;
        justify-content: flex-start; } }
  @media (max-width: 899px) {
    .HeroImage.is-serif a .HeroImage--wrapper .HeroImage--text div h2 {
      font-family: 'Panama';
      font-size: 26px;
      line-height: 1.16;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 45px;
      line-height: 1.16;
      letter-spacing: -2px; }
      .HeroImage.is-serif a .HeroImage--wrapper .HeroImage--text div h2 a {
        font-family: 'Lars';
        font-size: 24px;
        line-height: 1.4;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 42px;
        line-height: 1.24;
        letter-spacing: -0.0642857em; } }
  @media (min-width: 900px) {
    .HeroImage.is-serif a .HeroImage--wrapper .HeroImage--text div h2 {
      font-family: 'Panama';
      font-size: 26px;
      line-height: 1.16;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 75px;
      line-height: 1.12;
      letter-spacing: -2.8px; }
      .HeroImage.is-serif a .HeroImage--wrapper .HeroImage--text div h2 a {
        font-family: 'Lars';
        font-size: 24px;
        line-height: 1.4;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 72px;
        line-height: 1.11;
        letter-spacing: -3.4px; } }
  .HeroImage.add-contrast > a:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.26));
    z-index: 21; }
  .HeroImage .HeroImage--wrapper {
    height: 100%;
    width: 100%;
    position: relative; }
  .HeroImage .HeroImage--text {
    width: 100%;
    z-index: 22;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 0 var(--gutter); }
    @media (min-width: 600px) {
      .HeroImage .HeroImage--text {
        bottom: 0; } }
    @media (max-width: 599px) {
      .HeroImage .HeroImage--text {
        bottom: auto;
        top: 1em; } }
    .HeroImage .HeroImage--text > div {
      max-width: 800px; }
      .HeroImage .HeroImage--text > div h2 a {
        background-size: 1px 1em;
        box-shadow: inset 0 -0.03em currentColor, inset 0 -0.03em currentColor;
        display: inline; }
        .HeroImage .HeroImage--text > div h2 a:hover {
          box-shadow: inset 0 -0.03em #ee0085, inset 0 -0.03em #ee0085; }
      @media (max-width: 899px) {
        .HeroImage .HeroImage--text > div h2 {
          font-family: 'Lars';
          font-size: 24px;
          line-height: 1.4;
          font-weight: normal;
          font-style: normal;
          font-stretch: normal;
          font-size: 42px;
          line-height: 1.24;
          letter-spacing: -0.0642857em; }
          .HeroImage .HeroImage--text > div h2 a {
            font-family: 'Panama';
            font-size: 26px;
            line-height: 1.16;
            font-weight: normal;
            font-style: normal;
            font-stretch: normal;
            font-size: 45px;
            line-height: 1.16;
            letter-spacing: -2px; } }
      @media (min-width: 900px) {
        .HeroImage .HeroImage--text > div h2 {
          font-family: 'Lars';
          font-size: 24px;
          line-height: 1.4;
          font-weight: normal;
          font-style: normal;
          font-stretch: normal;
          font-size: 72px;
          line-height: 1.11;
          letter-spacing: -3.4px; }
          .HeroImage .HeroImage--text > div h2 a {
            font-family: 'Panama';
            font-size: 26px;
            line-height: 1.16;
            font-weight: normal;
            font-style: normal;
            font-stretch: normal;
            font-size: 75px;
            line-height: 1.12;
            letter-spacing: -2.8px; } }
      .HeroImage .HeroImage--text > div .sidekick {
        font-family: 'Lars';
        font-size: 24px;
        line-height: 1.4;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 19px;
        line-height: 1.37;
        letter-spacing: -0.6px;
        margin-bottom: 2em;
        z-index: 9; }
        @media (max-width: 599px) {
          .HeroImage .HeroImage--text > div .sidekick {
            font-family: 'Lars';
            font-size: 24px;
            line-height: 1.4;
            font-weight: normal;
            font-style: normal;
            font-stretch: normal;
            font-size: 15px;
            line-height: 1.4;
            letter-spacing: -0.5px; } }
        .HeroImage .HeroImage--text > div .sidekick a {
          border-bottom: none;
          color: currentColor;
          text-decoration: none;
          background: transparent;
          background-image: linear-gradient(currentColor, currentColor);
          background-size: 1px 1px;
          background-repeat: repeat-x;
          background-position: 0% 100%; }
          .HeroImage .HeroImage--text > div .sidekick a:hover {
            background-image: linear-gradient(#ee0085, #ee0085); }
  .HeroImage .HeroImage--cr {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 1em var(--gutter); }

.HeroVideo {
  height: calc(100vh - var(--margin-top)); }
  .HeroVideo > section {
    height: 100%; }
  .HeroVideo.align-center {
    justify-content: center; }
  .HeroVideo video {
    height: 100%;
    width: 100%;
    object-fit: cover; }
  .HeroVideo .HeroVideo-placeholder {
    z-index: 23;
    height: 100%;
    width: 100%; }
    .HeroVideo .HeroVideo-placeholder.faded-out {
      opacity: 0;
      pointer-events: none; }
  .HeroVideo .control {
    color: white;
    z-index: 22;
    position: absolute;
    transform: translate(-50%, 50%);
    top: calc(90vh - var(--margin-top));
    left: 50%;
    cursor: pointer; }
    @media (max-width: 1799px) {
      .HeroVideo .control {
        top: auto;
        bottom: 10vw; } }
  .HeroVideo .HeroVideo-text {
    z-index: 24;
    width: 100%;
    transition: opacity .3s ease;
    opacity: 1;
    text-align: center; }
    .HeroVideo .HeroVideo-text.is-transparent {
      mix-blend-mode: difference; }
    @media (max-width: 599px) {
      .HeroVideo .HeroVideo-text h1 {
        font-family: 'Lars';
        font-size: 24px;
        line-height: 1.4;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 30px;
        line-height: 1.33;
        letter-spacing: -1.2px; } }
    @media (min-width: 600px) {
      .HeroVideo .HeroVideo-text h1 {
        font-family: 'Lars';
        font-size: 24px;
        line-height: 1.4;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 42px;
        line-height: 1.24;
        letter-spacing: -0.0642857em; } }
    @media (min-width: 1200px) {
      .HeroVideo .HeroVideo-text h1 {
        font-family: 'Lars';
        font-size: 24px;
        line-height: 1.4;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 72px;
        line-height: 1.11;
        letter-spacing: -3.4px; } }
    @media (max-width: 599px) {
      .HeroVideo .HeroVideo-text h2 {
        font-family: 'Panama';
        font-size: 26px;
        line-height: 1.16;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 32px;
        line-height: 1.25;
        letter-spacing: -0.9px; } }
    @media (min-width: 600px) {
      .HeroVideo .HeroVideo-text h2 {
        font-family: 'Panama';
        font-size: 26px;
        line-height: 1.16;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 45px;
        line-height: 1.16;
        letter-spacing: -2px; } }
    @media (min-width: 1200px) {
      .HeroVideo .HeroVideo-text h2 {
        font-family: 'Panama';
        font-size: 26px;
        line-height: 1.16;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 75px;
        line-height: 1.12;
        letter-spacing: -2.8px; } }
    .HeroVideo .HeroVideo-text.faded-out {
      opacity: 0;
      pointer-events: none; }
    .HeroVideo .HeroVideo-text.flexible-fontsize h1 {
      font-size: calc(42px + (84 - 42) * ((100vw - 300px) / (1600 - 300))); }
    .HeroVideo .HeroVideo-text.color-white h1, .HeroVideo section.program-index .program-container .eventlist .resultlist .HeroVideo-text.group-title h1, section.program-index .program-container .eventlist .resultlist .HeroVideo .HeroVideo-text.group-title h1, .HeroVideo .HeroVideo-text.color-white h2, .HeroVideo section.program-index .program-container .eventlist .resultlist .HeroVideo-text.group-title h2, section.program-index .program-container .eventlist .resultlist .HeroVideo .HeroVideo-text.group-title h2 {
      color: white; }
    .HeroVideo .HeroVideo-text h1 {
      padding: 0 var(--gutter); }

.slider-wrapper {
  margin-left: 0 !important;
  margin-right: 0 !important; }
  @media (max-width: 599px) {
    .slider-wrapper {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      grid-column-gap: 8vw;
      padding: 4vw;
      margin: 0; } }
  @media (min-width: 600px) and (max-width: 899px) {
    .slider-wrapper {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      grid-column-gap: 10.9375vw;
      padding: 5.46875vw;
      margin: 0; } }
  @media (min-width: 900px) and (max-width: 1199px) {
    .slider-wrapper {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      grid-column-gap: 10.9375vw;
      padding: 5.46875vw;
      margin: 0; } }
  @media (min-width: 1200px) and (max-width: 1799px) {
    .slider-wrapper {
      display: grid;
      grid-template-columns: repeat(6, minmax(0, 1fr));
      grid-column-gap: 7.32026vw;
      padding: 3.66013vw;
      margin: 0; } }
  @media (min-width: 1800px) {
    .slider-wrapper {
      display: grid;
      grid-template-columns: repeat(8, minmax(0, 1fr));
      grid-column-gap: 5.7292vw;
      padding: 2.8646vw;
      margin: 0; } }

@media (max-width: 599px) and (max-width: 599px) {
  .slider-wrapper .slider.slider-center {
    min-width: 0;
    grid-column-start: 1;
    grid-column-end: span 2;
    box-sizing: border-box; } }

@media (max-width: 599px) and (min-width: 600px) and (max-width: 899px) {
  .slider-wrapper .slider.slider-center {
    min-width: 0;
    grid-column-start: 1;
    grid-column-end: span 4;
    box-sizing: border-box; } }

@media (max-width: 599px) and (min-width: 900px) and (max-width: 1199px) {
  .slider-wrapper .slider.slider-center {
    min-width: 0;
    grid-column-start: 1;
    grid-column-end: span 3;
    box-sizing: border-box; } }

@media (max-width: 599px) and (min-width: 1200px) {
  .slider-wrapper .slider.slider-center {
    min-width: 0;
    grid-column-start: 2;
    grid-column-end: span 4;
    box-sizing: border-box; } }

@media (max-width: 599px) and (min-width: 1800px) {
  .slider-wrapper .slider.slider-center {
    min-width: 0;
    grid-column-start: 3;
    grid-column-end: span 4;
    box-sizing: border-box; } }
  @media (min-width: 600px) {
    .slider-wrapper .slider.slider-center {
      min-width: 0;
      grid-column-start: 1;
      grid-column-end: span 4;
      box-sizing: border-box; } }
  @media (min-width: 600px) and (max-width: 599px) {
    .slider-wrapper .slider.slider-center {
      min-width: 0;
      grid-column-start: 1;
      grid-column-end: span 2;
      box-sizing: border-box; } }
  @media (min-width: 600px) and (min-width: 600px) and (max-width: 899px) {
    .slider-wrapper .slider.slider-center {
      min-width: 0;
      grid-column-start: 1;
      grid-column-end: span 4;
      box-sizing: border-box; } }
  @media (min-width: 600px) and (min-width: 900px) and (max-width: 1199px) {
    .slider-wrapper .slider.slider-center {
      min-width: 0;
      grid-column-start: 1;
      grid-column-end: span 3;
      box-sizing: border-box; } }
  @media (min-width: 600px) and (min-width: 1200px) {
    .slider-wrapper .slider.slider-center {
      min-width: 0;
      grid-column-start: 1;
      grid-column-end: span 4;
      box-sizing: border-box; } }
  @media (min-width: 600px) and (min-width: 1800px) {
    .slider-wrapper .slider.slider-center {
      min-width: 0;
      grid-column-start: 1;
      grid-column-end: span 4;
      box-sizing: border-box; } }

@media (min-width: 1200px) and (max-width: 599px) {
  .slider-wrapper .slider.slider-center {
    min-width: 0;
    grid-column-start: 1;
    grid-column-end: span 2;
    box-sizing: border-box; } }

@media (min-width: 1200px) and (min-width: 600px) and (max-width: 899px) {
  .slider-wrapper .slider.slider-center {
    min-width: 0;
    grid-column-start: 1;
    grid-column-end: span 4;
    box-sizing: border-box; } }

@media (min-width: 1200px) and (min-width: 900px) and (max-width: 1199px) {
  .slider-wrapper .slider.slider-center {
    min-width: 0;
    grid-column-start: 1;
    grid-column-end: span 3;
    box-sizing: border-box; } }

@media (min-width: 1200px) and (min-width: 1200px) {
  .slider-wrapper .slider.slider-center {
    min-width: 0;
    grid-column-start: 2;
    grid-column-end: span 4;
    box-sizing: border-box; } }

@media (min-width: 1200px) and (min-width: 1800px) {
  .slider-wrapper .slider.slider-center {
    min-width: 0;
    grid-column-start: 3;
    grid-column-end: span 4;
    box-sizing: border-box; } }
  .slider-wrapper .slider.slider-left {
    min-width: 0;
    grid-column-start: 1;
    grid-column-end: span 4;
    box-sizing: border-box; }
    @media (max-width: 599px) {
      .slider-wrapper .slider.slider-left {
        min-width: 0;
        grid-column-start: 1;
        grid-column-end: span 2;
        box-sizing: border-box; } }
    @media (min-width: 600px) and (max-width: 899px) {
      .slider-wrapper .slider.slider-left {
        min-width: 0;
        grid-column-start: 1;
        grid-column-end: span 4;
        box-sizing: border-box; } }
    @media (min-width: 900px) and (max-width: 1199px) {
      .slider-wrapper .slider.slider-left {
        min-width: 0;
        grid-column-start: 1;
        grid-column-end: span 3;
        box-sizing: border-box; } }
    @media (min-width: 1200px) {
      .slider-wrapper .slider.slider-left {
        min-width: 0;
        grid-column-start: 1;
        grid-column-end: span 4;
        box-sizing: border-box; } }
    @media (min-width: 1800px) {
      .slider-wrapper .slider.slider-left {
        min-width: 0;
        grid-column-start: 1;
        grid-column-end: span 4;
        box-sizing: border-box; } }
  .slider-wrapper .slider.slider-right {
    min-width: 0;
    grid-column-start: 1;
    grid-column-end: span 4;
    box-sizing: border-box; }
    @media (max-width: 599px) {
      .slider-wrapper .slider.slider-right {
        min-width: 0;
        grid-column-start: 1;
        grid-column-end: span 2;
        box-sizing: border-box; } }
    @media (min-width: 600px) and (max-width: 899px) {
      .slider-wrapper .slider.slider-right {
        min-width: 0;
        grid-column-start: 1;
        grid-column-end: span 4;
        box-sizing: border-box; } }
    @media (min-width: 900px) and (max-width: 1199px) {
      .slider-wrapper .slider.slider-right {
        min-width: 0;
        grid-column-start: 1;
        grid-column-end: span 3;
        box-sizing: border-box; } }
    @media (min-width: 1200px) {
      .slider-wrapper .slider.slider-right {
        min-width: 0;
        grid-column-start: 1;
        grid-column-end: span 4;
        box-sizing: border-box; } }
    @media (min-width: 1800px) {
      .slider-wrapper .slider.slider-right {
        min-width: 0;
        grid-column-start: 1;
        grid-column-end: span 4;
        box-sizing: border-box; } }
  .slider-wrapper .Image-bottom {
    justify-content: space-between;
    -webkit-box-align: baseline;
    -moz-box-align: baseline;
    -ms-flex-align: baseline;
    -webkit-align-items: baseline;
    align-items: baseline;
    margin-top: 0.5em;
    height: 4em; }
    .slider-wrapper .Image-bottom .Image-caption {
      flex-basis: 80%; }
      @media (max-width: 899px) {
        .slider-wrapper .Image-bottom .Image-caption {
          font-family: 'Panama';
          font-size: 26px;
          line-height: 1.16;
          font-weight: normal;
          font-style: normal;
          font-stretch: normal;
          font-size: 21px;
          line-height: 1.24;
          letter-spacing: -0.6px; } }
      @media (min-width: 900px) {
        .slider-wrapper .Image-bottom .Image-caption {
          font-family: 'Panama';
          font-size: 26px;
          line-height: 1.16;
          font-weight: normal;
          font-style: normal;
          font-stretch: normal;
          font-size: 26px;
          line-height: 1.25;
          letter-spacing: -0.9px; } }
    @media (max-width: 899px) {
      .slider-wrapper .Image-bottom .Image-counter {
        font-family: 'Lars';
        font-size: 24px;
        line-height: 1.4;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 19px;
        line-height: 1.37;
        letter-spacing: -0.6px; } }
    @media (min-width: 900px) {
      .slider-wrapper .Image-bottom .Image-counter {
        font-family: 'Lars';
        font-size: 24px;
        line-height: 1.4;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 24px;
        line-height: 1.33;
        letter-spacing: -1px; } }

.Row-section, .news-item {
  width: 100vw;
  padding-left: 0;
  padding-right: 0;
  border-top: var(--border) solid #000;
  position: relative;
  overflow: hidden; }
  .Row-section.is-scrollable, .is-scrollable.news-item {
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap; }
    .Row-section.is-scrollable .moveRow, .is-scrollable.news-item .moveRow {
      display: inline-block;
      top: 0;
      height: 100%;
      width: 15%;
      z-index: 1;
      position: absolute; }
      .Row-section.is-scrollable .moveRow[data-type="left"], .is-scrollable.news-item .moveRow[data-type="left"] {
        left: 0; }
      .Row-section.is-scrollable .moveRow[data-type="right"], .is-scrollable.news-item .moveRow[data-type="right"] {
        right: 0; }
  .Row-section:hover svg, .news-item:hover svg {
    transform: scale(1.2); }
  .Row-section .Row-content, .news-item .Row-content {
    padding-top: 1rem;
    padding-bottom: 1rem;
    position: relative;
    overflow-x: hidden;
    pointer-events: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    box-sizing: content-box;
    overflow: -moz-scrollbars-none !important;
    -ms-overflow-style: none; }
    .Row-section .Row-content::-webkit-scrollbar, .news-item .Row-content::-webkit-scrollbar {
      width: 0 !important; }
    .Row-section .Row-content .Row-headline, .news-item .Row-content .Row-headline {
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 42px;
      line-height: 1.24;
      letter-spacing: -0.0642857em;
      display: -webkit-box;
      display: -ms-flexbox;
      display: block;
      transition: transform 3500ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s; }
      @media (min-width: 900px) {
        .Row-section .Row-content .Row-headline, .news-item .Row-content .Row-headline {
          font-family: 'Lars';
          font-size: 24px;
          line-height: 1.4;
          font-weight: normal;
          font-style: normal;
          font-stretch: normal;
          font-size: 72px;
          line-height: 1.11;
          letter-spacing: -3.4px; } }
      @media (max-width: 599px) {
        .Row-section .Row-content .Row-headline .alt-text, .news-item .Row-content .Row-headline .alt-text {
          font-family: 'Panama';
          font-size: 26px;
          line-height: 1.16;
          font-weight: normal;
          font-style: normal;
          font-stretch: normal;
          font-size: 32px;
          line-height: 1.25;
          letter-spacing: -0.9px; } }
      @media (min-width: 600px) {
        .Row-section .Row-content .Row-headline .alt-text, .news-item .Row-content .Row-headline .alt-text {
          font-family: 'Panama';
          font-size: 26px;
          line-height: 1.16;
          font-weight: normal;
          font-style: normal;
          font-stretch: normal;
          font-size: 45px;
          line-height: 1.16;
          letter-spacing: -2px; } }
      @media (min-width: 1200px) {
        .Row-section .Row-content .Row-headline .alt-text, .news-item .Row-content .Row-headline .alt-text {
          font-family: 'Panama';
          font-size: 26px;
          line-height: 1.16;
          font-weight: normal;
          font-style: normal;
          font-stretch: normal;
          font-size: 75px;
          line-height: 1.12;
          letter-spacing: -2.8px; } }
      .Row-section .Row-content .Row-headline svg, .news-item .Row-content .Row-headline svg {
        height: 60px;
        width: 60px;
        margin-left: 1em;
        transition: transform .2s linear; }
    .Row-section .Row-content div .icon_before, .news-item .Row-content div .icon_before {
      content: '';
      display: inline-block;
      width: 0.8em;
      height: 0.8em;
      background: url("/gfx/icons.png") no-repeat;
      background-size: auto 0.8em;
      background-position: -68px;
      top: 0em;
      left: 0; }

@media (max-width: 599px) {
  .partner-type h2 {
    padding: 4vw; } }

@media (min-width: 600px) and (max-width: 899px) {
  .partner-type h2 {
    padding: 5.46875vw; } }

@media (min-width: 900px) and (max-width: 1199px) {
  .partner-type h2 {
    padding: 5.46875vw; } }

@media (min-width: 1200px) and (max-width: 1799px) {
  .partner-type h2 {
    padding: 3.66013vw; } }

@media (min-width: 1800px) {
  .partner-type h2 {
    padding: 2.8646vw; } }

@media (max-width: 599px) {
  .partner-type h2 {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 24px;
    line-height: 1.33;
    letter-spacing: -1px; } }

@media (min-width: 600px) {
  .partner-type h2 {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 30px;
    line-height: 1.33;
    letter-spacing: -1.2px; } }

@media (min-width: 1200px) {
  .partner-type h2 {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 42px;
    line-height: 1.24;
    letter-spacing: -0.0642857em; } }

@media (max-width: 599px) {
  .partner-type h2 {
    padding-top: 12vw; } }

@media (min-width: 600px) and (max-width: 899px) {
  .partner-type h2 {
    padding-top: 16.40625vw; } }

@media (min-width: 900px) and (max-width: 1199px) {
  .partner-type h2 {
    padding-top: 16.40625vw; } }

@media (min-width: 1200px) and (max-width: 1799px) {
  .partner-type h2 {
    padding-top: 10.98039vw; } }

@media (min-width: 1800px) {
  .partner-type h2 {
    padding-top: 8.5938vw; } }

@media (max-width: 599px) {
  .partner-type h2 {
    padding-bottom: 2vw; } }

@media (min-width: 600px) and (max-width: 899px) {
  .partner-type h2 {
    padding-bottom: 2.73438vw; } }

@media (min-width: 900px) and (max-width: 1199px) {
  .partner-type h2 {
    padding-bottom: 2.73438vw; } }

@media (min-width: 1200px) and (max-width: 1799px) {
  .partner-type h2 {
    padding-bottom: 1.83007vw; } }

@media (min-width: 1800px) {
  .partner-type h2 {
    padding-bottom: 1.4323vw; } }

@media (max-width: 599px) and (max-width: 599px) {
  .partner-type h2 {
    padding-top: 16vw; } }

@media (max-width: 599px) and (min-width: 600px) and (max-width: 899px) {
  .partner-type h2 {
    padding-top: 21.875vw; } }

@media (max-width: 599px) and (min-width: 900px) and (max-width: 1199px) {
  .partner-type h2 {
    padding-top: 21.875vw; } }

@media (max-width: 599px) and (min-width: 1200px) and (max-width: 1799px) {
  .partner-type h2 {
    padding-top: 14.64052vw; } }

@media (max-width: 599px) and (min-width: 1800px) {
  .partner-type h2 {
    padding-top: 11.4584vw; } }

.linklist > .separator {
  padding: 1em var(--gutter);
  background-color: #dfdde1; }

.linklist > li .scrollcontainer.is-partner {
  padding: 1.2em 0;
  overflow-y: hidden; }

li .is-partner div.partner-content {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }

li .is-partner .partner-name {
  margin-right: 35px; }
  @media (max-width: 599px) {
    li .is-partner .partner-name {
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 30px;
      line-height: 1.33;
      letter-spacing: -1.2px; } }
  @media (min-width: 600px) {
    li .is-partner .partner-name {
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 42px;
      line-height: 1.24;
      letter-spacing: -0.0642857em; } }
  @media (min-width: 1200px) {
    li .is-partner .partner-name {
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 72px;
      line-height: 1.11;
      letter-spacing: -3.4px; } }

li .is-partner .partner-quote {
  margin-right: var(--gutter); }
  @media (max-width: 899px) {
    li .is-partner .partner-quote {
      font-family: 'Panama';
      font-size: 26px;
      line-height: 1.16;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 21px;
      line-height: 1.24;
      letter-spacing: -0.6px; } }
  @media (min-width: 900px) {
    li .is-partner .partner-quote {
      font-family: 'Panama';
      font-size: 26px;
      line-height: 1.16;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 26px;
      line-height: 1.25;
      letter-spacing: -0.9px; } }

li .is-partner .partner-logo {
  margin-right: calc(2 * var(--gutter)); }
  @media (min-width: 900px) {
    li .is-partner .partner-logo {
      min-width: 240px; } }

.program-item {
  border-bottom: var(--border) solid black; }
  @media (max-width: 899px) {
    .program-item {
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 19px;
      line-height: 1.37;
      letter-spacing: -0.6px; } }
  @media (min-width: 900px) {
    .program-item {
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 24px;
      line-height: 1.33;
      letter-spacing: -1px; } }
  .program-item .program-item-info {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 19px;
    line-height: 1.37;
    letter-spacing: -0.6px; }

@media (max-width: 599px) {
  .news-overview h2 {
    padding: 4vw; } }

@media (min-width: 600px) and (max-width: 899px) {
  .news-overview h2 {
    padding: 5.46875vw; } }

@media (min-width: 900px) and (max-width: 1199px) {
  .news-overview h2 {
    padding: 5.46875vw; } }

@media (min-width: 1200px) and (max-width: 1799px) {
  .news-overview h2 {
    padding: 3.66013vw; } }

@media (min-width: 1800px) {
  .news-overview h2 {
    padding: 2.8646vw; } }

@media (max-width: 599px) {
  .news-overview h2 {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 42px;
    line-height: 1.24;
    letter-spacing: -0.0642857em; } }

@media (min-width: 600px) {
  .news-overview h2 {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 72px;
    line-height: 1.11;
    letter-spacing: -3.4px; } }

@media (min-width: 1200px) {
  .news-overview h2 {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 84px;
    line-height: 1.1;
    letter-spacing: -0.045238em; } }

@media (max-width: 599px) {
  .news-overview h2 {
    padding-top: 12vw; } }

@media (min-width: 600px) and (max-width: 899px) {
  .news-overview h2 {
    padding-top: 16.40625vw; } }

@media (min-width: 900px) and (max-width: 1199px) {
  .news-overview h2 {
    padding-top: 16.40625vw; } }

@media (min-width: 1200px) and (max-width: 1799px) {
  .news-overview h2 {
    padding-top: 10.98039vw; } }

@media (min-width: 1800px) {
  .news-overview h2 {
    padding-top: 8.5938vw; } }

@media (max-width: 599px) {
  .news-overview h2 {
    padding-bottom: 2vw; } }

@media (min-width: 600px) and (max-width: 899px) {
  .news-overview h2 {
    padding-bottom: 2.73438vw; } }

@media (min-width: 900px) and (max-width: 1199px) {
  .news-overview h2 {
    padding-bottom: 2.73438vw; } }

@media (min-width: 1200px) and (max-width: 1799px) {
  .news-overview h2 {
    padding-bottom: 1.83007vw; } }

@media (min-width: 1800px) {
  .news-overview h2 {
    padding-bottom: 1.4323vw; } }

@media (max-width: 599px) and (max-width: 599px) {
  .news-overview h2 {
    padding-top: 16vw; } }

@media (max-width: 599px) and (min-width: 600px) and (max-width: 899px) {
  .news-overview h2 {
    padding-top: 21.875vw; } }

@media (max-width: 599px) and (min-width: 900px) and (max-width: 1199px) {
  .news-overview h2 {
    padding-top: 21.875vw; } }

@media (max-width: 599px) and (min-width: 1200px) and (max-width: 1799px) {
  .news-overview h2 {
    padding-top: 14.64052vw; } }

@media (max-width: 599px) and (min-width: 1800px) {
  .news-overview h2 {
    padding-top: 11.4584vw; } }

.news-item {
  margin: 0 !important; }
  .news-item .news-item-content {
    padding-top: 1em;
    padding-bottom: 1em;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; }
    @media (max-width: 899px) {
      .news-item .news-item-content {
        padding: 0px;
        padding: 0px;
        -webkit-box-align: start;
        -moz-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
        align-items: flex-start; }
        .news-item .news-item-content .news-item-image {
          flex-basis: 50%;
          overflow: hidden;
          height: 100%; }
          .news-item .news-item-content .news-item-image img {
            height: 100%;
            width: 100%;
            object-fit: cover;
            -o-object-fit: cover; }
        .news-item .news-item-content .news-item-text {
          flex-basis: 50%; } }
    @media (min-width: 900px) {
      .news-item .news-item-content {
        padding-left: var(--gutter);
        padding-right: var(--gutter);
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        padding-top: 0.78em;
        padding-bottom: 0.78em; } }
    @media (min-width: 900px) {
      .news-item .news-item-content .news-item-image {
        max-width: 200px;
        height: 2.5em;
        flex-grow: 2;
        overflow: hidden; }
        .news-item .news-item-content .news-item-image img {
          height: 100%;
          width: 80%;
          object-fit: cover;
          -o-object-fit: cover;
          transition: transform .3s ease; } }
    .news-item .news-item-content .news-item-text {
      overflow: hidden; }
      @media (min-width: 900px) {
        .news-item .news-item-content .news-item-text {
          height: 2.5em;
          flex-basis: 82%; } }
      @media (max-width: 899px) {
        .news-item .news-item-content .news-item-text {
          padding: 2vw var(--gutter);
          align-self: baseline;
          overflow: hidden;
          position: relative; } }
      @media (min-width: 900px) {
        .news-item .news-item-content .news-item-text {
          height: 2.5em;
          flex-basis: 82%; } }
      @media (min-width: 900px) {
        .news-item .news-item-content .news-item-text .news-item-headline {
          display: inline;
          padding: 0px;
          font-family: 'Lars';
          font-size: 24px;
          line-height: 1.4;
          font-weight: normal;
          font-style: normal;
          font-stretch: normal;
          font-size: 42px;
          line-height: 1.24;
          letter-spacing: -0.0642857em; } }
      @media (min-width: 600px) and (max-width: 899px) {
        .news-item .news-item-content .news-item-text .news-item-headline {
          font-family: 'Lars';
          font-size: 24px;
          line-height: 1.4;
          font-weight: normal;
          font-style: normal;
          font-stretch: normal;
          font-size: 30px;
          line-height: 1.33;
          letter-spacing: -1.2px;
          display: block; } }
      @media (max-width: 599px) {
        .news-item .news-item-content .news-item-text .news-item-headline {
          font-family: 'Lars';
          font-size: 24px;
          line-height: 1.4;
          font-weight: normal;
          font-style: normal;
          font-stretch: normal;
          font-size: 19px;
          line-height: 1.37;
          letter-spacing: -0.6px;
          display: block;
          margin-bottom: 10px; } }
    @media (min-width: 900px) {
      .news-item .news-item-content {
        font-family: 'Lars';
        font-size: 24px;
        line-height: 1.4;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 42px;
        line-height: 1.24;
        letter-spacing: -0.0642857em;
        position: relative;
        flex-basis: 50%;
        flex-grow: 1; } }
    @media (min-width: 900px) {
      .news-item .news-item-content .news-item-subline {
        font-family: 'Panama';
        font-size: 26px;
        line-height: 1.16;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 45px;
        line-height: 1.16;
        letter-spacing: -2px;
        overflow: hidden;
        display: inline-block;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 100%; } }
    @media (max-width: 899px) {
      .news-item .news-item-content .news-item-subline {
        font-family: 'Lars';
        font-size: 24px;
        line-height: 1.4;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 15px;
        line-height: 1.4;
        letter-spacing: -0.5px;
        display: none; } }

.story_section {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  width: 100%;
  position: relative;
  padding: var(--gutter); }
  @media (min-width: 1800px) {
    .story_section.max-width {
      max-width: calc(1542px - 2*var(--gutter));
      margin: auto; } }
  .story_section.is-reverse {
    -webkit-box-direction: reverse;
    -webkit-box-orient: horizontal;
    -moz-box-direction: reverse;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  .story_section:hover .story-headline span {
    text-decoration: underline; }
  .story_section .story-imagegradient {
    filter: blur(20px);
    top: 0;
    left: auto;
    right: 0;
    bottom: 0;
    width: 52%;
    pointer-events: none; }
    @media (max-width: 899px) {
      .story_section .story-imagegradient {
        margin-left: 0;
        height: 50%;
        width: 100%;
        opacity: 0.6; } }
  .story_section .story-image {
    overflow: hidden;
    display: block;
    height: auto;
    flex-shrink: 0;
    z-index: 2; }
    .story_section .story-image .story-image-descr {
      opacity: 0;
      transition: opacity 1s ease; }
  @media (max-width: 899px) {
    .story_section {
      -webkit-box-direction: reverse;
      -webkit-box-orient: vertical;
      -moz-box-direction: reverse;
      -moz-box-orient: vertical;
      -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -webkit-box-align: baseline;
      -moz-box-align: baseline;
      -ms-flex-align: baseline;
      -webkit-align-items: baseline;
      align-items: baseline; } }
  @media (min-width: 900px) {
    .story_section.is-reverse {
      -webkit-box-direction: reverse;
      -webkit-box-orient: horizontal;
      -moz-box-direction: reverse;
      -moz-box-orient: horizontal;
      -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; }
      .story_section.is-reverse .story-text {
        padding-left: var(--gutter);
        margin-right: 0; }
      .story_section.is-reverse .story-imagegradient {
        left: 0;
        right: auto; } }
  @media (max-width: 899px) {
    .story_section.is-reverse {
      -webkit-box-direction: reverse;
      -webkit-box-orient: vertical;
      -moz-box-direction: reverse;
      -moz-box-orient: vertical;
      -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse; } }
  .story_section.align-at-bottom .story-text {
    align-self: flex-end; }
  .story_section .slick-slide .story-image-descr {
    opacity: 1; }
  @media (min-width: 1200px) {
    .story_section.is-portrait .story-text {
      flex-basis: 75%;
      -ms-flex-preferred-size: 75%; } }
  @media (min-width: 900px) and (max-width: 1199px) {
    .story_section.is-portrait .story-text {
      flex-basis: 62%;
      -ms-flex-preferred-size: 62%; } }
  @media (max-width: 899px) {
    .story_section.is-portrait .story-text {
      flex-basis: 62%;
      -ms-flex-preferred-size: 62%;
      width: 100%; } }
  @media (min-width: 1200px) {
    .story_section.is-portrait .story-image {
      flex-basis: 25%;
      -ms-flex-preferred-size: 25%; } }
  @media (min-width: 900px) and (max-width: 1199px) {
    .story_section.is-portrait .story-image {
      flex-basis: 38%;
      -ms-flex-preferred-size: 38%; } }
  @media (max-width: 899px) {
    .story_section.is-portrait .story-image {
      flex-basis: 38%;
      -ms-flex-preferred-size: 38%;
      margin-top: 30px;
      margin-bottom: 60px;
      align-self: center;
      width: 42%; } }
  @media (max-width: 599px) {
    .story_section.is-portrait .story-image {
      flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
      width: 50%;
      margin-bottom: 30px;
      height: auto; } }
  .story_section.is-landscape > .story-image, .story_section.is-landscape .story-text {
    width: 50%;
    flex-basis: 50%;
    -ms-flex-preferred-size: 50%; }
  @media (max-width: 899px) {
    .story_section.is-landscape .story-image, .story_section.is-landscape .story-imagegradient {
      width: 100%; }
    .story_section.is-landscape .story-text {
      width: 100%;
      padding-top: .5em;
      padding-bottom: 1em; } }
  .story_section .story-date {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 24px;
    line-height: 1.33;
    letter-spacing: -1px; }
    @media (max-width: 899px) {
      .story_section .story-date {
        margin-top: 10px; } }
    @media (min-width: 900px) {
      .story_section .story-date {
        margin-top: 50px; } }
  .story_section .story-text {
    padding-right: var(--gutter);
    z-index: 2;
    position: relative; }
    @media (max-width: 899px) {
      .story_section .story-text.is-xs-grotesk .story-headline {
        font-family: 'Lars';
        font-size: 24px;
        line-height: 1.4;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 19px;
        line-height: 1.37;
        letter-spacing: -0.6px; } }
    @media (min-width: 900px) {
      .story_section .story-text.is-xs-grotesk .story-headline {
        font-family: 'Lars';
        font-size: 24px;
        line-height: 1.4;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 24px;
        line-height: 1.33;
        letter-spacing: -1px; } }
    @media (max-width: 599px) {
      .story_section .story-text.is-s-grotesk .story-headline {
        font-family: 'Lars';
        font-size: 24px;
        line-height: 1.4;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 19px;
        line-height: 1.37;
        letter-spacing: -0.6px; } }
    @media (min-width: 600px) {
      .story_section .story-text.is-s-grotesk .story-headline {
        font-family: 'Lars';
        font-size: 24px;
        line-height: 1.4;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 24px;
        line-height: 1.33;
        letter-spacing: -1px; } }
    @media (min-width: 1200px) {
      .story_section .story-text.is-s-grotesk .story-headline {
        font-family: 'Lars';
        font-size: 24px;
        line-height: 1.4;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 30px;
        line-height: 1.33;
        letter-spacing: -1.2px; } }
    @media (max-width: 599px) {
      .story_section .story-text.is-m-grotesk .story-headline {
        font-family: 'Lars';
        font-size: 24px;
        line-height: 1.4;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 24px;
        line-height: 1.33;
        letter-spacing: -1px; } }
    @media (min-width: 600px) {
      .story_section .story-text.is-m-grotesk .story-headline {
        font-family: 'Lars';
        font-size: 24px;
        line-height: 1.4;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 30px;
        line-height: 1.33;
        letter-spacing: -1.2px; } }
    @media (min-width: 1200px) {
      .story_section .story-text.is-m-grotesk .story-headline {
        font-family: 'Lars';
        font-size: 24px;
        line-height: 1.4;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 42px;
        line-height: 1.24;
        letter-spacing: -0.0642857em; } }
    .story_section .story-text.is-m-grotesk .story-summary {
      font-family: 'Panama';
      font-size: 26px;
      line-height: 1.16;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 21px;
      line-height: 1.24;
      letter-spacing: -0.6px; }
    @media (max-width: 599px) {
      .story_section .story-text.is-l-grotesk .story-headline {
        font-family: 'Lars';
        font-size: 24px;
        line-height: 1.4;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 42px;
        line-height: 1.24;
        letter-spacing: -0.0642857em; } }

@media (min-width: 600px) and (max-width: 599px) {
  .story_section .story-text.is-l-grotesk .story-headline {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 30px;
    line-height: 1.33;
    letter-spacing: -1.2px; } }

@media (min-width: 600px) and (min-width: 600px) {
  .story_section .story-text.is-l-grotesk .story-headline {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 42px;
    line-height: 1.24;
    letter-spacing: -0.0642857em; } }

@media (min-width: 600px) and (min-width: 1200px) {
  .story_section .story-text.is-l-grotesk .story-headline {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 72px;
    line-height: 1.11;
    letter-spacing: -3.4px; } }
    .story_section .story-text.is-l-grotesk .story-summary {
      font-family: 'Panama';
      font-size: 26px;
      line-height: 1.16;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 26px;
      line-height: 1.25;
      letter-spacing: -0.9px; }
    @media (max-width: 599px) {
      .story_section .story-text.is-m-serif .story-headline {
        font-family: 'Panama';
        font-size: 26px;
        line-height: 1.16;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 26px;
        line-height: 1.25;
        letter-spacing: -0.9px; } }
    @media (min-width: 600px) {
      .story_section .story-text.is-m-serif .story-headline {
        font-family: 'Panama';
        font-size: 26px;
        line-height: 1.16;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 32px;
        line-height: 1.25;
        letter-spacing: -0.9px; } }
    @media (min-width: 1200px) {
      .story_section .story-text.is-m-serif .story-headline {
        font-family: 'Panama';
        font-size: 26px;
        line-height: 1.16;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 45px;
        line-height: 1.16;
        letter-spacing: -2px; } }
    .story_section .story-text.is-m-serif .story-summary {
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 19px;
      line-height: 1.37;
      letter-spacing: -0.6px; }
    @media (max-width: 599px) {
      .story_section .story-text.is-l-serif .story-headline {
        font-family: 'Panama';
        font-size: 26px;
        line-height: 1.16;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 32px;
        line-height: 1.25;
        letter-spacing: -0.9px; } }
    @media (min-width: 600px) {
      .story_section .story-text.is-l-serif .story-headline {
        font-family: 'Panama';
        font-size: 26px;
        line-height: 1.16;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 45px;
        line-height: 1.16;
        letter-spacing: -2px; } }
    @media (min-width: 1200px) {
      .story_section .story-text.is-l-serif .story-headline {
        font-family: 'Panama';
        font-size: 26px;
        line-height: 1.16;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 75px;
        line-height: 1.12;
        letter-spacing: -2.8px; } }
    .story_section .story-text.is-l-serif .story-summary {
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 24px;
      line-height: 1.33;
      letter-spacing: -1px; }
    @media (max-width: 899px) {
      .story_section .story-text .story-headline {
        padding-top: .3em; } }
    .story_section .story-text .story-summary {
      padding-top: 1em; }
  .story_section .story-image.contain img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    -o-object-fit: contain; }
  .story_section .story-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    -o-object-fit: cover; }
  .story_section.bg-black button, body .story_section.msg button, .story_section.bg-black .button, body .story_section.msg .button {
    background-color: white; }
  .story_section button, .story_section .button {
    margin-top: 30px;
    margin-bottom: 30px; }

.inline-items_section a {
  text-decoration: none; }

.inline-items_section span {
  line-height: 1.7; }
  @media (max-width: 599px) {
    .inline-items_section span {
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 19px;
      line-height: 1.37;
      letter-spacing: -0.6px; } }
  @media (min-width: 600px) {
    .inline-items_section span {
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 24px;
      line-height: 1.33;
      letter-spacing: -1px; } }
  @media (min-width: 1200px) {
    .inline-items_section span {
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 30px;
      line-height: 1.33;
      letter-spacing: -1.2px; } }
  .inline-items_section span:not(:first-of-type) {
    margin-left: 15px; }

.inline-items_section .inline-items_item {
  padding: 0 10px; }
  .inline-items_section .inline-items_item:hover .inline-items_headline {
    text-decoration: underline; }

@media (max-width: 599px) {
  .inline-items_section .inline-items_intro {
    font-family: 'Panama';
    font-size: 26px;
    line-height: 1.16;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 21px;
    line-height: 1.24;
    letter-spacing: -0.6px; } }

@media (min-width: 600px) {
  .inline-items_section .inline-items_intro {
    font-family: 'Panama';
    font-size: 26px;
    line-height: 1.16;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 26px;
    line-height: 1.25;
    letter-spacing: -0.9px; } }

@media (min-width: 1200px) {
  .inline-items_section .inline-items_intro {
    font-family: 'Panama';
    font-size: 26px;
    line-height: 1.16;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 32px;
    line-height: 1.25;
    letter-spacing: -0.9px; } }

.inline-items_section .inline-items_image {
  height: 1em;
  margin-bottom: 5px; }

.tag-link {
  color: inherit; }
  .tag-link:hover {
    border-bottom: none;
    color: currentColor;
    text-decoration: none;
    background: transparent;
    background-image: linear-gradient(#000, #000);
    background-size: 1px 1px;
    background-repeat: repeat-x;
    background-position: 0% 100%; }
    .tag-link:hover:hover {
      background-image: linear-gradient(#ee0085, #ee0085); }

@media (max-width: 599px) {
  .TagCloud-section {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-column-gap: 8vw;
    padding: 4vw;
    margin: 0; } }

@media (min-width: 600px) and (max-width: 899px) {
  .TagCloud-section {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-column-gap: 10.9375vw;
    padding: 5.46875vw;
    margin: 0; } }

@media (min-width: 900px) and (max-width: 1199px) {
  .TagCloud-section {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-column-gap: 10.9375vw;
    padding: 5.46875vw;
    margin: 0; } }

@media (min-width: 1200px) and (max-width: 1799px) {
  .TagCloud-section {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    grid-column-gap: 7.32026vw;
    padding: 3.66013vw;
    margin: 0; } }

@media (min-width: 1800px) {
  .TagCloud-section {
    display: grid;
    grid-template-columns: repeat(8, minmax(0, 1fr));
    grid-column-gap: 5.7292vw;
    padding: 2.8646vw;
    margin: 0; } }

.TagCloud-main {
  min-width: 0;
  grid-column-start: auto;
  grid-column-end: span 3;
  box-sizing: border-box; }
  @media (max-width: 599px) {
    .TagCloud-main .TagCloud-title {
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 19px;
      line-height: 1.37;
      letter-spacing: -0.6px; } }
  @media (min-width: 600px) {
    .TagCloud-main .TagCloud-title {
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 24px;
      line-height: 1.33;
      letter-spacing: -1px; } }
  @media (min-width: 1200px) {
    .TagCloud-main .TagCloud-title {
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 30px;
      line-height: 1.33;
      letter-spacing: -1.2px; } }
  .TagCloud-main dd, .TagCloud-main span {
    margin-left: 0;
    margin-bottom: 4px;
    float: left; }
    @media (max-width: 599px) {
      .TagCloud-main dd, .TagCloud-main span {
        font-family: 'Panama';
        font-size: 26px;
        line-height: 1.16;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 21px;
        line-height: 1.24;
        letter-spacing: -0.6px; } }
    @media (min-width: 600px) {
      .TagCloud-main dd, .TagCloud-main span {
        font-family: 'Panama';
        font-size: 26px;
        line-height: 1.16;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 26px;
        line-height: 1.25;
        letter-spacing: -0.9px; } }
    @media (min-width: 1200px) {
      .TagCloud-main dd, .TagCloud-main span {
        font-family: 'Panama';
        font-size: 26px;
        line-height: 1.16;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 32px;
        line-height: 1.25;
        letter-spacing: -0.9px; } }
    .TagCloud-main dd:not(:last-child), .TagCloud-main span:not(:last-child) {
      margin-right: 18px; }
    .TagCloud-main dd a:before, .TagCloud-main span a:before {
      content: '#'; }
  .TagCloud-main .show-hidden, .TagCloud-main .hide-hidden, .TagCloud-main .profile-page .profile-data .profile-data-text .profile-info .show-hidden, .profile-page .profile-data .profile-data-text .profile-info .TagCloud-main .show-hidden, .TagCloud-main #profile-overlay---- .profile-data .profile-data-text .profile-info .show-hidden, #profile-overlay---- .profile-data .profile-data-text .profile-info .TagCloud-main .show-hidden, .TagCloud-main #content-overlay .profile-data .profile-data-text .profile-info .show-hidden, #content-overlay .profile-data .profile-data-text .profile-info .TagCloud-main .show-hidden {
    transition: letter-spacing .3s ease-in; }
    .TagCloud-main .show-hidden:hover, .TagCloud-main .hide-hidden:hover, .TagCloud-main .profile-page .profile-data .profile-data-text .profile-info .show-hidden:hover, .profile-page .profile-data .profile-data-text .profile-info .TagCloud-main .show-hidden:hover, .TagCloud-main #profile-overlay---- .profile-data .profile-data-text .profile-info .show-hidden:hover, #profile-overlay---- .profile-data .profile-data-text .profile-info .TagCloud-main .show-hidden:hover, .TagCloud-main #content-overlay .profile-data .profile-data-text .profile-info .show-hidden:hover, #content-overlay .profile-data .profile-data-text .profile-info .TagCloud-main .show-hidden:hover {
      letter-spacing: 2px; }

@media (min-width: 900px) {
  .container-fluid .container-fluid_header h2 {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 42px;
    line-height: 1.24;
    letter-spacing: -0.0642857em; } }

@media (max-width: 1199px) {
  .container-fluid .container-fluid_header h2 {
    border-bottom: 1px solid; } }

@media (max-width: 899px) {
  .container-fluid .container-fluid_header h2 {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 30px;
    line-height: 1.33;
    letter-spacing: -1.2px; } }

.container-fluid .container-fluid_content a.container-fluid_item {
  height: max-content;
  margin-bottom: 2em; }
  .container-fluid .container-fluid_content a.container-fluid_item img {
    filter: grayscale(100); }
  .container-fluid .container-fluid_content a.container-fluid_item:hover img {
    filter: grayscale(0);
    transform: scale(1.05); }
  .container-fluid .container-fluid_content a.container-fluid_item.i-20-percent {
    width: calc(20% - 20px); }
    @media (max-width: 899px) {
      .container-fluid .container-fluid_content a.container-fluid_item.i-20-percent {
        width: calc(50% - 20px); } }
    @media (max-width: 599px) {
      .container-fluid .container-fluid_content a.container-fluid_item.i-20-percent {
        width: 100%; } }
  .container-fluid .container-fluid_content a.container-fluid_item.i-30-percent {
    width: calc(30% - 20px); }
    @media (min-width: 600px) and (max-width: 899px) {
      .container-fluid .container-fluid_content a.container-fluid_item.i-30-percent {
        width: calc(50% - 20px); } }
    @media (max-width: 599px) {
      .container-fluid .container-fluid_content a.container-fluid_item.i-30-percent {
        width: 100%; } }
  .container-fluid .container-fluid_content a.container-fluid_item.i-33-percent {
    width: calc(33.3333% - 20px); }
    @media (min-width: 600px) and (max-width: 899px) {
      .container-fluid .container-fluid_content a.container-fluid_item.i-33-percent {
        width: calc(50% - 20px); } }
    @media (max-width: 599px) {
      .container-fluid .container-fluid_content a.container-fluid_item.i-33-percent {
        width: 100%; } }
  .container-fluid .container-fluid_content a.container-fluid_item.i-50-percent {
    width: calc(50% - 20px); }
    @media (min-width: 600px) and (max-width: 899px) {
      .container-fluid .container-fluid_content a.container-fluid_item.i-50-percent {
        width: calc(50% - 20px); } }
    @media (max-width: 599px) {
      .container-fluid .container-fluid_content a.container-fluid_item.i-50-percent {
        width: 100%; } }
  .container-fluid .container-fluid_content a.container-fluid_item.i-67-percent {
    width: calc(67.6666% - 20px); }
    @media (min-width: 600px) and (max-width: 899px) {
      .container-fluid .container-fluid_content a.container-fluid_item.i-67-percent {
        width: calc(50% - 20px); } }
    @media (max-width: 599px) {
      .container-fluid .container-fluid_content a.container-fluid_item.i-67-percent {
        width: 100%; } }
  .container-fluid .container-fluid_content a.container-fluid_item.i-70-percent {
    width: calc(70% - 20px); }
    @media (min-width: 600px) and (max-width: 899px) {
      .container-fluid .container-fluid_content a.container-fluid_item.i-70-percent {
        width: calc(50% - 20px); } }
    @media (max-width: 599px) {
      .container-fluid .container-fluid_content a.container-fluid_item.i-70-percent {
        width: 100%; } }
  .container-fluid .container-fluid_content a.container-fluid_item.i-80-percent {
    width: calc(80% - 20px); }
    @media (min-width: 600px) and (max-width: 899px) {
      .container-fluid .container-fluid_content a.container-fluid_item.i-80-percent {
        width: calc(50% - 20px); } }
    @media (max-width: 599px) {
      .container-fluid .container-fluid_content a.container-fluid_item.i-80-percent {
        width: 100%; } }
  .container-fluid .container-fluid_content a.container-fluid_item.grow {
    flex-grow: 1; }
  .container-fluid .container-fluid_content a.container-fluid_item.text-only {
    padding: 20px; }
  .container-fluid .container-fluid_content a.container-fluid_item .container-fluid_image {
    overflow: hidden; }
    .container-fluid .container-fluid_content a.container-fluid_item .container-fluid_image img {
      transition: transform .9s ease; }
  .container-fluid .container-fluid_content a.container-fluid_item .container-fluid_item_label {
    letter-spacing: 1px;
    font-size: 12px;
    text-transform: uppercase; }
    .container-fluid .container-fluid_content a.container-fluid_item .container-fluid_item_label span:first-child {
      height: 10px;
      width: 10px;
      background-color: black;
      margin-right: 10px;
      border-radius: 50%;
      display: block; }

.marquee-wrapper {
  border-bottom: var(--border) solid #000;
  border-top: none !important;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 1.8em;
  overflow: hidden; }
  @media (max-width: 899px) {
    .marquee-wrapper.serif-xs, .teaser-portrait .marquee-wrapper.country, .teaser-portrait .marquee-wrapper.profession, .teaser-project .marquee-wrapper.project-meta, #page-builder .related_articles-wrapper .related_articles-inner > div .marquee-wrapper.project-meta, #page-builder .related_articles-wrapper .related_articles-inner > div .marquee-wrapper.article-meta {
      font-family: 'Panama';
      font-size: 26px;
      line-height: 1.16;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 21px;
      line-height: 1.24;
      letter-spacing: -0.6px; } }
  @media (min-width: 900px) {
    .marquee-wrapper.serif-xs, .teaser-portrait .marquee-wrapper.country, .teaser-portrait .marquee-wrapper.profession, .teaser-project .marquee-wrapper.project-meta, #page-builder .related_articles-wrapper .related_articles-inner > div .marquee-wrapper.project-meta, #page-builder .related_articles-wrapper .related_articles-inner > div .marquee-wrapper.article-meta {
      font-family: 'Panama';
      font-size: 26px;
      line-height: 1.16;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 26px;
      line-height: 1.25;
      letter-spacing: -0.9px; } }
  @media (max-width: 599px) {
    .marquee-wrapper.serif-s, .talentpress-grid .teaser-article .marquee-wrapper.article-author, .teaser-portrait .marquee-wrapper.favorite, .profile-page .profile-data .profile-data-text dd.marquee-wrapper, .profile-page .profile-data .profile-data-text span.marquee-wrapper, #profile-overlay---- .profile-data .profile-data-text dd.marquee-wrapper, #profile-overlay---- .profile-data .profile-data-text span.marquee-wrapper, #content-overlay .profile-data .profile-data-text dd.marquee-wrapper, #content-overlay .profile-data .profile-data-text span.marquee-wrapper, .video-container .video-info .marquee-wrapper.video-meta, .gallery-container .gallery-info .marquee-wrapper.gallery-meta {
      font-family: 'Panama';
      font-size: 26px;
      line-height: 1.16;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 21px;
      line-height: 1.24;
      letter-spacing: -0.6px; } }
  @media (min-width: 600px) {
    .marquee-wrapper.serif-s, .talentpress-grid .teaser-article .marquee-wrapper.article-author, .teaser-portrait .marquee-wrapper.favorite, .profile-page .profile-data .profile-data-text dd.marquee-wrapper, .profile-page .profile-data .profile-data-text span.marquee-wrapper, #profile-overlay---- .profile-data .profile-data-text dd.marquee-wrapper, #profile-overlay---- .profile-data .profile-data-text span.marquee-wrapper, #content-overlay .profile-data .profile-data-text dd.marquee-wrapper, #content-overlay .profile-data .profile-data-text span.marquee-wrapper, .video-container .video-info .marquee-wrapper.video-meta, .gallery-container .gallery-info .marquee-wrapper.gallery-meta {
      font-family: 'Panama';
      font-size: 26px;
      line-height: 1.16;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 26px;
      line-height: 1.25;
      letter-spacing: -0.9px; } }
  @media (min-width: 1200px) {
    .marquee-wrapper.serif-s, .talentpress-grid .teaser-article .marquee-wrapper.article-author, .teaser-portrait .marquee-wrapper.favorite, .profile-page .profile-data .profile-data-text dd.marquee-wrapper, .profile-page .profile-data .profile-data-text span.marquee-wrapper, #profile-overlay---- .profile-data .profile-data-text dd.marquee-wrapper, #profile-overlay---- .profile-data .profile-data-text span.marquee-wrapper, #content-overlay .profile-data .profile-data-text dd.marquee-wrapper, #content-overlay .profile-data .profile-data-text span.marquee-wrapper, .video-container .video-info .marquee-wrapper.video-meta, .gallery-container .gallery-info .marquee-wrapper.gallery-meta {
      font-family: 'Panama';
      font-size: 26px;
      line-height: 1.16;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 32px;
      line-height: 1.25;
      letter-spacing: -0.9px; } }
  @media (max-width: 599px) {
    .marquee-wrapper.serif-m, #filter-persons .filter-persons-content input.marquee-wrapper.filter-input, .profile-page .profile-data .profile-data-text .marquee-wrapper.profile-fow, #profile-overlay---- .profile-data .profile-data-text .marquee-wrapper.profile-fow, #content-overlay .profile-data .profile-data-text .marquee-wrapper.profile-fow, .profile-page .marquee-wrapper.quote, #profile-overlay---- .marquee-wrapper.quote, #content-overlay .marquee-wrapper.quote {
      font-family: 'Panama';
      font-size: 26px;
      line-height: 1.16;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 26px;
      line-height: 1.25;
      letter-spacing: -0.9px; } }
  @media (min-width: 600px) {
    .marquee-wrapper.serif-m, #filter-persons .filter-persons-content input.marquee-wrapper.filter-input, .profile-page .profile-data .profile-data-text .marquee-wrapper.profile-fow, #profile-overlay---- .profile-data .profile-data-text .marquee-wrapper.profile-fow, #content-overlay .profile-data .profile-data-text .marquee-wrapper.profile-fow, .profile-page .marquee-wrapper.quote, #profile-overlay---- .marquee-wrapper.quote, #content-overlay .marquee-wrapper.quote {
      font-family: 'Panama';
      font-size: 26px;
      line-height: 1.16;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 32px;
      line-height: 1.25;
      letter-spacing: -0.9px; } }
  @media (min-width: 1200px) {
    .marquee-wrapper.serif-m, #filter-persons .filter-persons-content input.marquee-wrapper.filter-input, .profile-page .profile-data .profile-data-text .marquee-wrapper.profile-fow, #profile-overlay---- .profile-data .profile-data-text .marquee-wrapper.profile-fow, #content-overlay .profile-data .profile-data-text .marquee-wrapper.profile-fow, .profile-page .marquee-wrapper.quote, #profile-overlay---- .marquee-wrapper.quote, #content-overlay .marquee-wrapper.quote {
      font-family: 'Panama';
      font-size: 26px;
      line-height: 1.16;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 45px;
      line-height: 1.16;
      letter-spacing: -2px; } }
  @media (max-width: 599px) {
    .marquee-wrapper.serif-l {
      font-family: 'Panama';
      font-size: 26px;
      line-height: 1.16;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 32px;
      line-height: 1.25;
      letter-spacing: -0.9px; } }
  @media (min-width: 600px) {
    .marquee-wrapper.serif-l {
      font-family: 'Panama';
      font-size: 26px;
      line-height: 1.16;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 45px;
      line-height: 1.16;
      letter-spacing: -2px; } }
  @media (min-width: 1200px) {
    .marquee-wrapper.serif-l {
      font-family: 'Panama';
      font-size: 26px;
      line-height: 1.16;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 75px;
      line-height: 1.12;
      letter-spacing: -2.8px; } }
  @media (max-width: 899px) {
    .marquee-wrapper.grotesk-xs, .teaser-portrait .marquee-wrapper.fullname, .teaser-portrait .marquee-wrapper.contact {
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 19px;
      line-height: 1.37;
      letter-spacing: -0.6px; } }
  @media (min-width: 900px) {
    .marquee-wrapper.grotesk-xs, .teaser-portrait .marquee-wrapper.fullname, .teaser-portrait .marquee-wrapper.contact {
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 24px;
      line-height: 1.33;
      letter-spacing: -1px; } }
  @media (max-width: 599px) {
    .marquee-wrapper.grotesk-s, .talentpress-grid .teaser-article .marquee-wrapper.article-title, .teaser-project .marquee-wrapper.project-title, #page-builder .related_articles-wrapper .related_articles-inner > div .marquee-wrapper.project-title, #page-builder .related_articles-wrapper .related_articles-inner > div .marquee-wrapper.article-title, .profile-page .profile-data .profile-data-text dt.marquee-wrapper, #profile-overlay---- .profile-data .profile-data-text dt.marquee-wrapper, #content-overlay .profile-data .profile-data-text dt.marquee-wrapper, .video-container .video-info .marquee-wrapper.video-title, .gallery-container .gallery-info .marquee-wrapper.gallery-title, .marquee-wrapper.info-list, .project-page #page .project-information-details > div.marquee-wrapper, .project-page #page #content-overlay .project-information-details > div.marquee-wrapper, #content-overlay .project-information-details > div.marquee-wrapper, #content-overlay #content-overlay .project-information-details > div.marquee-wrapper {
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 19px;
      line-height: 1.37;
      letter-spacing: -0.6px; } }
  @media (min-width: 600px) {
    .marquee-wrapper.grotesk-s, .talentpress-grid .teaser-article .marquee-wrapper.article-title, .teaser-project .marquee-wrapper.project-title, #page-builder .related_articles-wrapper .related_articles-inner > div .marquee-wrapper.project-title, #page-builder .related_articles-wrapper .related_articles-inner > div .marquee-wrapper.article-title, .profile-page .profile-data .profile-data-text dt.marquee-wrapper, #profile-overlay---- .profile-data .profile-data-text dt.marquee-wrapper, #content-overlay .profile-data .profile-data-text dt.marquee-wrapper, .video-container .video-info .marquee-wrapper.video-title, .gallery-container .gallery-info .marquee-wrapper.gallery-title, .marquee-wrapper.info-list, .project-page #page .project-information-details > div.marquee-wrapper, .project-page #page #content-overlay .project-information-details > div.marquee-wrapper, #content-overlay .project-information-details > div.marquee-wrapper, #content-overlay #content-overlay .project-information-details > div.marquee-wrapper {
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 24px;
      line-height: 1.33;
      letter-spacing: -1px; } }
  @media (min-width: 1200px) {
    .marquee-wrapper.grotesk-s, .talentpress-grid .teaser-article .marquee-wrapper.article-title, .teaser-project .marquee-wrapper.project-title, #page-builder .related_articles-wrapper .related_articles-inner > div .marquee-wrapper.project-title, #page-builder .related_articles-wrapper .related_articles-inner > div .marquee-wrapper.article-title, .profile-page .profile-data .profile-data-text dt.marquee-wrapper, #profile-overlay---- .profile-data .profile-data-text dt.marquee-wrapper, #content-overlay .profile-data .profile-data-text dt.marquee-wrapper, .video-container .video-info .marquee-wrapper.video-title, .gallery-container .gallery-info .marquee-wrapper.gallery-title, .marquee-wrapper.info-list, .project-page #page .project-information-details > div.marquee-wrapper, .project-page #page #content-overlay .project-information-details > div.marquee-wrapper, #content-overlay .project-information-details > div.marquee-wrapper, #content-overlay #content-overlay .project-information-details > div.marquee-wrapper {
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 30px;
      line-height: 1.33;
      letter-spacing: -1.2px; } }
  @media (max-width: 599px) {
    .marquee-wrapper.grotesk-m, .topnav .topnav-right .marquee-wrapper.nav-menu-btn {
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 24px;
      line-height: 1.33;
      letter-spacing: -1px; } }
  @media (min-width: 600px) {
    .marquee-wrapper.grotesk-m, .topnav .topnav-right .marquee-wrapper.nav-menu-btn {
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 30px;
      line-height: 1.33;
      letter-spacing: -1.2px; } }
  @media (min-width: 1200px) {
    .marquee-wrapper.grotesk-m, .topnav .topnav-right .marquee-wrapper.nav-menu-btn {
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 42px;
      line-height: 1.24;
      letter-spacing: -0.0642857em; } }
  @media (max-width: 599px) {
    .marquee-wrapper.grotesk-l {
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 30px;
      line-height: 1.33;
      letter-spacing: -1.2px; } }
  @media (min-width: 600px) {
    .marquee-wrapper.grotesk-l {
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 42px;
      line-height: 1.24;
      letter-spacing: -0.0642857em; } }
  @media (min-width: 1200px) {
    .marquee-wrapper.grotesk-l {
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 72px;
      line-height: 1.11;
      letter-spacing: -3.4px; } }
  @media (max-width: 599px) {
    .marquee-wrapper.grotesk-xl {
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 42px;
      line-height: 1.24;
      letter-spacing: -0.0642857em; } }
  @media (min-width: 600px) {
    .marquee-wrapper.grotesk-xl {
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 72px;
      line-height: 1.11;
      letter-spacing: -3.4px; } }
  @media (min-width: 1200px) {
    .marquee-wrapper.grotesk-xl {
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 84px;
      line-height: 1.1;
      letter-spacing: -0.045238em; } }
  .marquee-wrapper:hover .marquee-text {
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused; }
  .marquee-wrapper .marquee-text {
    white-space: nowrap;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    line-height: 1;
    animation: marquee var(--speed) linear infinite;
    /*&.move-fast{
      animation: marquee 8s linear infinite;
    }
    &.move-medium{
      animation: marquee 18s linear infinite;
    }
    &.move-slow{
      animation: marquee 48s linear infinite;
    }*/ }
    .marquee-wrapper .marquee-text span {
      margin-right: 15px; }
      .marquee-wrapper .marquee-text span.logo-added {
        margin-left: 50px; }
        .marquee-wrapper .marquee-text span.logo-added:after {
          content: "";
          display: block;
          position: absolute;
          top: 10px;
          background-repeat: no-repeat;
          background-size: contain;
          background-image: url("/gfx/bt-logo-black.svg");
          width: 1em;
          height: 1em; }
      .marquee-wrapper .marquee-text span svg {
        height: 1em; }

@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }

.magenta-blink {
  animation: magenta-blink 1s linear infinite; }

@keyframes magenta-blink {
  from {
    color: currentColor; }
  to {
    color: red; } }

@keyframes cursor {
  from, to {
    background-color: transparent; }
  50% {
    background-color: black; } }

@-moz-keyframes cursor {
  from, to {
    background-color: transparent; }
  50% {
    background-color: black; } }

@-webkit-keyframes cursor {
  from, to {
    background-color: transparent; }
  50% {
    background-color: black; } }

@-ms-keyframes cursor {
  from, to {
    background-color: transparent; }
  50% {
    background-color: black; } }

@-o-keyframes cursor {
  from, to {
    background-color: transparent; }
  50% {
    background-color: black; } }

.mw811, .story_section .story-text .story-headline, .story_section .story-text .story-summary {
  max-width: 811px; }

select.fow, select.labs {
  appearence: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: white;
  color: black;
  font-family: 'arial';
  width: 100%;
  font-size: 19px;
  line-height: 1;
  letter-spacing: -0.2px;
  border-radius: 23px;
  height: 100%; }

.dropdown {
  height: 2.4em;
  position: relative;
  width: 100%;
  max-width: 400px; }
  .dropdown .caret {
    width: .5em;
    height: .5em;
    border-width: 2px 2px 0 0;
    position: absolute;
    right: 5%;
    top: 45%;
    transform: translateY(-50%) rotate(-225deg);
    border-color: black;
    border-style: solid;
    pointer-events: none; }
  .dropdown:hover .caret {
    border-color: #ee0085; }

section.content-module > .HTA_general, section.content-module > .HTA_labs {
  grid-column-start: auto;
  grid-column-end: span 5;
  margin: 1em 0; }
  @media (max-width: 1199px) {
    section.content-module > .HTA_general, section.content-module > .HTA_labs {
      grid-column-start: auto;
      grid-column-end: span -1; } }
  section.content-module > .HTA_general > div[data-toggle="collapse"], section.content-module > .HTA_labs > div[data-toggle="collapse"] {
    outline: none;
    justify-content: space-between;
    align-items: center; }
    section.content-module > .HTA_general > div[data-toggle="collapse"][aria-expanded="true"] svg, section.content-module > .HTA_labs > div[data-toggle="collapse"][aria-expanded="true"] svg {
      -webkit-transition: transform 0.3s cubic-bezier(1, 0, 0.29, 1);
      -moz-transition: transform 0.3s cubic-bezier(1, 0, 0.29, 1);
      -o-transition: transform 0.3s cubic-bezier(1, 0, 0.29, 1);
      -ms-transition: transform 0.3s cubic-bezier(1, 0, 0.29, 1);
      transition: transform 0.3s cubic-bezier(1, 0, 0.29, 1);
      transform: rotate(180deg); }
  section.content-module > .HTA_general .icon-drop-down, section.content-module > .HTA_labs .icon-drop-down {
    height: 100%; }
    section.content-module > .HTA_general .icon-drop-down svg, section.content-module > .HTA_labs .icon-drop-down svg {
      height: 1em; }

@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

.rotate-logo {
  -webkit-animation: rotating 6s linear infinite;
  -moz-animation: rotating 6s linear infinite;
  -ms-animation: rotating 6s linear infinite;
  -o-animation: rotating 6s linear infinite;
  animation: rotating 6s linear infinite; }

@keyframes tilt {
  0% {
    transform: rotate(0deg); }
  36% {
    transform: rotate(12deg); }
  50% {
    transform: rotate(3deg); }
  70% {
    transform: roatet(12deg); }
  100% {
    transform: translate(0); } }

.tilt, .link-out:hover:after {
  transform-origin: bottom right;
  -webkit-animation: tilt .4s linear;
  -moz-animation: tilt .4s linear;
  -ms-animation: tilt .4s linear;
  -o-animation: tilt .4s linear;
  animation: tilt .4s linear; }

.topnav-tp {
  background-color: #000;
  color: #fff;
  transition: all .3s ease-in;
  border-bottom: var(--border) solid #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 100;
  background-color: #000; }
  .topnav-tp button {
    color: #fff;
    border-color: #fff !important;
    display: inline-flex;
    align-items: center;
    border: none;
    color: black;
    margin: 0 0.5em 0 0;
    padding: 0.25em 0.8em 0.25em 0.8em;
    line-height: 1;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: white;
    box-shadow: 0 0.1rem 0.3rem rgba(0, 0, 0, 0.25);
    -webkit-tap-highlight-color: transparent;
    transition: box-shadow .3s ease;
    border-radius: 16px;
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 30px;
    line-height: 1.33;
    letter-spacing: -1.2px;
    padding: 0.24em 0.46em 0.23em 0.46em;
    border-radius: 16px;
    line-height: 1; }
    .topnav-tp button.border-white {
      border-color: #FFFFFF; }
    .topnav-tp button.bg-white {
      background-color: white; }
    .topnav-tp button:hover {
      color: #ee0085;
      box-shadow: 0 0.1rem 0.3rem #ee008578; }
      .topnav-tp button:hover svg *[fill='#000'] {
        fill: #ee0085; }
    .topnav-tp button:focus {
      outline: 1px solid #fff;
      outline-offset: -4px; }
    .topnav-tp button:active {
      color: currentColor; }
    .topnav-tp button:hover:active {
      color: #ee0085; }
    @media (max-width: 599px) {
      .topnav-tp button {
        display: inline-flex;
        align-items: center;
        border: none;
        color: black;
        margin: 0 0.5em 0 0;
        padding: 0.25em 0.8em 0.25em 0.8em;
        line-height: 1;
        text-decoration: none;
        cursor: pointer;
        text-align: center;
        -webkit-appearance: none;
        -moz-appearance: none;
        background-color: white;
        box-shadow: 0 0.1rem 0.3rem rgba(0, 0, 0, 0.25);
        -webkit-tap-highlight-color: transparent;
        transition: box-shadow .3s ease;
        border-radius: 16px;
        font-family: 'Lars';
        font-size: 24px;
        line-height: 1.4;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 24px;
        line-height: 1.33;
        letter-spacing: -1px;
        padding: 0.31em 0.875em 0.25em 0.875em;
        border-radius: 16px;
        line-height: 1; }
        .topnav-tp button.border-white {
          border-color: #FFFFFF; }
        .topnav-tp button.bg-white {
          background-color: white; }
        .topnav-tp button:hover {
          color: #ee0085;
          box-shadow: 0 0.1rem 0.3rem #ee008578; }
          .topnav-tp button:hover svg *[fill='#000'] {
            fill: #ee0085; }
        .topnav-tp button:focus {
          outline: 1px solid #fff;
          outline-offset: -4px; }
        .topnav-tp button:active {
          color: currentColor; }
        .topnav-tp button:hover:active {
          color: #ee0085; } }
    .topnav-tp button:hover {
      border-color: #ee0085 !important; }
  .topnav-tp .topnav-left {
    position: relative;
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    align-items: center;
    min-width: 0;
    overflow-x: hidden;
    padding-right: 0.75em; }
    .topnav-tp .topnav-left #ifb {
      display: none; }
      @media (min-width: 900px) {
        .topnav-tp .topnav-left #ifb {
          display: block; } }
    .topnav-tp .topnav-left .logo {
      display: inline-block;
      width: 57px;
      height: 58px;
      border-bottom: none;
      transition: all 0.1s ease;
      flex-shrink: 0; }
      .topnav-tp .topnav-left .logo.animate svg {
        will-change: transform; }
      .topnav-tp .topnav-left .logo svg {
        fill: #000;
        transition: transform 500ms ease; }
        .topnav-tp .topnav-left .logo svg:hover {
          transform: scale(0.95) !important; }
      @media (max-width: 599px) {
        .topnav-tp .topnav-left .logo {
          width: 34px;
          height: 34px; } }
    .topnav-tp .topnav-left #bt-logo {
      width: 90px;
      height: 60px; }
      @media (max-width: 599px) {
        .topnav-tp .topnav-left #bt-logo {
          display: none; } }
    @media (min-width: 600px) {
      .topnav-tp .topnav-left #bt-logo-abstract {
        display: none; } }
  .topnav-tp .topnav-main {
    flex-basis: 0;
    flex-grow: 2;
    overflow: hidden; }
    @media (max-width: 899px) {
      .topnav-tp .topnav-main .filter-header .search-parameter-placeholder {
        font-family: 'Lars';
        font-size: 24px;
        line-height: 1.4;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 19px;
        line-height: 1.37;
        letter-spacing: -0.6px; } }
    @media (min-width: 900px) {
      .topnav-tp .topnav-main .filter-header .search-parameter-placeholder {
        font-family: 'Lars';
        font-size: 24px;
        line-height: 1.4;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 24px;
        line-height: 1.33;
        letter-spacing: -1px; } }
    @media (max-width: 599px) {
      .topnav-tp .topnav-main .filter-header .search-parameter-placeholder {
        font-family: 'Lars';
        font-size: 24px;
        line-height: 1.4;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 19px;
        line-height: 1.37;
        letter-spacing: -0.6px; } }
  .topnav-tp .topnav-right {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    padding-left: 0.75em;
    text-align: right;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    /*.nav-menu-btn{
      @extend .grotesk-m;
      border-bottom:none;
      display:inline-block;
      margin-bottom:-0.25em;
      @include for-phone-only {
        & > span{
          display:none;
        }
      }
      #close-filter{
        display: inline-block;
        position: relative;
        z-index: 1;
        -webkit-user-select: none;
        user-select: none;
        width:0.75em;
        height:0.5em;
        display:none;
        span{
          display: inline-block;
          width: 100%;
          height: 3px;
          position: absolute;
          top: 0;
          left: 0;
          background:$white;
          z-index: 1;
          transform-origin: center center;
          &:nth-child(1){
            transform:rotate(45deg);
          };
          &:nth-child(2){
            transform:rotate(-45deg);
          };
        }
      }
    }*/ }
    .topnav-tp .topnav-right .dosearch {
      display: none; }
      @media (max-width: 599px) {
        .topnav-tp .topnav-right .dosearch:hover {
          background: initial;
          border: initial; } }
      .topnav-tp .topnav-right .dosearch .checkmark {
        display: none; }
  .topnav-tp .filter-header .search-parameter-placeholder {
    display: none; }

body #animation-logo-start-wrapper {
  padding-top: 70px;
  padding-bottom: 70px; }

.talentpress-grid {
  display: grid;
  grid-template-columns: repeat(var(--columns), minmax(0, 1fr));
  grid-column-gap: var(--column-gap);
  margin: var(--gutter) 0;
  margin-left: auto;
  padding: 0 var(--gutter);
  grid-row-gap: 7.32vw; }
  .talentpress-grid > .teaser-article {
    min-width: 0;
    grid-column-start: auto;
    grid-column-end: span 2;
    box-sizing: border-box; }
    @media (max-width: 1199px) {
      .talentpress-grid > .teaser-article {
        min-width: 0;
        grid-column-start: auto;
        grid-column-end: span 2;
        box-sizing: border-box; } }
    @media (min-width: 1800px) {
      .talentpress-grid > .teaser-article {
        min-width: 0;
        grid-column-start: auto;
        grid-column-end: span 2;
        box-sizing: border-box; } }

@media (max-width: 599px) {
  #animation-logo-start-wrapper {
    display: none; }
  #tp-logo-mobile {
    display: inherit;
    padding-top: 30px;
    padding-bottom: 30px; } }

@media (min-width: 600px) {
  #animation-logo-start-wrapper {
    transition: padding-top .3s ease; }
    #animation-logo-start-wrapper #img-animation-logo {
      transition: all 1s cubic-bezier(0.27, 1.91, 0.37, 0.33);
      height: calc(100vh - 170px); }
  #tp-logo-mobile {
    display: none; } }

.talentpress-grid .separator {
  height: 2px;
  width: 100vw;
  margin-top: 20px;
  margin-bottom: 60px;
  background-color: white; }
  @media (min-width: 600px) {
    .talentpress-grid .separator {
      display: none; } }

.talentpress-grid .teaser-article {
  position: relative; }
  .talentpress-grid .teaser-article:hover .label {
    opacity: 1; }
  .talentpress-grid .teaser-article .label {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 15px;
    line-height: 1.4;
    letter-spacing: -0.5px;
    color: white;
    position: absolute;
    bottom: 0;
    z-index: 22;
    padding: 5px;
    transition: left .3s ease;
    left: 0px; }
    @media (min-width: 1200px) {
      .talentpress-grid .teaser-article .label {
        opacity: 0; } }
  .talentpress-grid .teaser-article .img-landscape {
    position: relative; }
  @media (min-width: 1200px) {
    .talentpress-grid .teaser-article:hover .teaser-text {
      opacity: 1; } }
  @media (max-width: 599px) {
    .talentpress-grid .teaser-article {
      margin-bottom: 35px; } }
  .talentpress-grid .teaser-article .article-title {
    margin-top: 10px; }
    @media (max-width: 599px) {
      .talentpress-grid .teaser-article .article-title {
        font-family: 'Lars';
        font-size: 24px;
        line-height: 1.4;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 19px;
        line-height: 1.37;
        letter-spacing: -0.6px; } }
  @media (max-width: 599px) {
    .talentpress-grid .teaser-article .article-author {
      font-family: 'Panama';
      font-size: 26px;
      line-height: 1.16;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 21px;
      line-height: 1.24;
      letter-spacing: -0.6px; } }
  .talentpress-grid .teaser-article .teaser-text {
    margin-top: 10px; }

#teaser-container {
  display: none;
  border-radius: 50px;
  z-index: 99;
  background: black;
  color: white; }

.tp-introtext, .teaser-text {
  font-family: 'Lars';
  font-size: 24px;
  line-height: 1.4;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  font-size: 19px;
  line-height: 1.37;
  letter-spacing: -0.6px; }

@media (min-width: 1800px) {
  .tp-introtext {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 42px;
    line-height: 1.24;
    letter-spacing: -0.0642857em; } }

.blog-banner {
  position: relative; }
  .blog-banner img {
    border-radius: 50px; }
  .blog-banner .blog-wrapper {
    border-radius: 50px;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    padding: 20px;
    background-color: #ff5cc861;
    transition: all .3s ease-in;
    color: black; }
    .blog-banner .blog-wrapper:hover {
      background-color: #ee0085; }
    @media (max-width: 1199px) {
      .blog-banner .blog-wrapper .blog-title {
        font-family: 'Lars';
        font-size: 24px;
        line-height: 1.4;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 42px;
        line-height: 1.24;
        letter-spacing: -0.0642857em; } }
    @media (min-width: 1200px) {
      .blog-banner .blog-wrapper .blog-title {
        font-family: 'Lars';
        font-size: 24px;
        line-height: 1.4;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 84px;
        line-height: 1.1;
        letter-spacing: -0.045238em;
        font-size: 5vw !important; } }
    @media (max-width: 599px) {
      .blog-banner .blog-wrapper .blog-descr {
        font-family: 'Lars';
        font-size: 24px;
        line-height: 1.4;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 19px;
        line-height: 1.37;
        letter-spacing: -0.6px; } }
    @media (min-width: 600px) {
      .blog-banner .blog-wrapper .blog-descr {
        font-family: 'Lars';
        font-size: 24px;
        line-height: 1.4;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 24px;
        line-height: 1.33;
        letter-spacing: -1px; } }
    @media (min-width: 1200px) {
      .blog-banner .blog-wrapper .blog-descr {
        font-family: 'Lars';
        font-size: 24px;
        line-height: 1.4;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 30px;
        line-height: 1.33;
        letter-spacing: -1.2px; } }

.newsletter-section #nl-error-layer label {
  display: block; }

.newsletter-section .top {
  margin-top: 45px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between; }
  .newsletter-section .top label {
    position: absolute; }
    @media (max-width: 599px) {
      .newsletter-section .top label {
        font-family: 'Lars';
        font-size: 24px;
        line-height: 1.4;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 19px;
        line-height: 1.37;
        letter-spacing: -0.6px; } }
    @media (min-width: 600px) and (max-width: 899px) {
      .newsletter-section .top label {
        font-family: 'Lars';
        font-size: 24px;
        line-height: 1.4;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 19px;
        line-height: 1.37;
        letter-spacing: -0.6px; } }
    @media (min-width: 900px) {
      .newsletter-section .top label {
        font-family: 'Lars';
        font-size: 24px;
        line-height: 1.4;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 19px;
        line-height: 1.37;
        letter-spacing: -0.6px; } }
  .newsletter-section .top .newsletter-input {
    border-bottom: 1px solid white;
    border-radius: 0px;
    background: transparent;
    padding: 0;
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 19px;
    line-height: 1.37;
    letter-spacing: -0.6px;
    line-height: 2;
    flex: 1 0 auto; }
    .newsletter-section .top .newsletter-input::placeholder {
      color: #fff; }
    .newsletter-section .top .newsletter-input::-webkit-input-placeholder {
      color: #fff; }
  .newsletter-section .top a button.nl-submit-btn {
    background-color: transparent; }
    .newsletter-section .top a button.nl-submit-btn svg {
      height: 1em;
      width: 1em; }
      .newsletter-section .top a button.nl-submit-btn svg use {
        fill: white; }
    .newsletter-section .top a button.nl-submit-btn:hover {
      box-shadow: none; }

.newsletter-section .bottom .opt-in {
  margin-top: 2em; }
  .newsletter-section .bottom .opt-in fieldset legend {
    position: absolute;
    text-indent: -10000px; }
  .newsletter-section .bottom .opt-in fieldset label {
    display: block;
    position: relative;
    margin-right: 20px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid white;
    height: 1.3em;
    width: 1.3em;
    margin-top: 3px;
    border-radius: .4em; }
    .newsletter-section .bottom .opt-in fieldset label .opt-in-mark {
      position: absolute;
      top: 50%;
      left: -1px;
      height: .8em;
      width: .8em;
      border-radius: .4em;
      background: transparent;
      left: 50%;
      transform: translate(-50%, -50%); }
      @media (min-width: 1200px) {
        .newsletter-section .bottom .opt-in fieldset label .opt-in-mark:hover {
          background: rgba(0, 0, 0, 0.2); } }
    .newsletter-section .bottom .opt-in fieldset label input {
      position: absolute;
      opacity: 0;
      cursor: pointer;
      height: 20px;
      width: 20px; }
      .newsletter-section .bottom .opt-in fieldset label input:checked ~ .opt-in-mark {
        background: white; }
  .newsletter-section .bottom .opt-in .disclaimer {
    font-size: 12px;
    letter-spacing: -0.2888px; }

.linklist ~ .newsletter-section {
  border-top: 0px; }

.is-relative, .newsletter-section .top, .image-masonry > .media-block-row > div figure, body.filter-enabled .topnav .topnav-right .first-level-login, body:not(.talentpress) #mainnav .menutop .menutop-right, .programmes-overview .programme-info {
  position: relative; }

.is-absolute, .image-masonry > .media-block-row > div figure figcaption, body.filter-enabled .topnav .topnav-right .first-level-login:before {
  position: absolute; }

.is-blur {
  filter: blur(5px);
  pointer-events: none;
  user-select: none; }

.hta-overlay {
  top: var(--margin-top);
  left: var(--gutter); }
  .hta-overlay > div {
    display: inline-block; }
  .hta-overlay button {
    transition: transform 3s ease;
    transform: scale(0.9) translateY(-25px);
    display: inline-flex;
    align-items: center;
    border: none;
    color: black;
    margin: 0 0.5em 0 0;
    padding: 0.25em 0.8em 0.25em 0.8em;
    line-height: 1;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: white;
    box-shadow: 0 0.1rem 0.3rem rgba(0, 0, 0, 0.25);
    -webkit-tap-highlight-color: transparent;
    transition: box-shadow .3s ease;
    border-radius: 16px;
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 15px;
    line-height: 1.4;
    letter-spacing: -0.5px;
    padding: 0.45em 0.875em 0.45em 0.875em;
    border-radius: 12px;
    line-height: 1; }
    @media (min-width: 900px) {
      .hta-overlay button {
        display: inline-flex;
        align-items: center;
        border: none;
        color: black;
        margin: 0 0.5em 0 0;
        padding: 0.25em 0.8em 0.25em 0.8em;
        line-height: 1;
        text-decoration: none;
        cursor: pointer;
        text-align: center;
        -webkit-appearance: none;
        -moz-appearance: none;
        background-color: white;
        box-shadow: 0 0.1rem 0.3rem rgba(0, 0, 0, 0.25);
        -webkit-tap-highlight-color: transparent;
        transition: box-shadow .3s ease;
        border-radius: 16px;
        font-family: 'Lars';
        font-size: 24px;
        line-height: 1.4;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 30px;
        line-height: 1.33;
        letter-spacing: -1.2px;
        padding: 0.24em 0.46em 0.23em 0.46em;
        border-radius: 16px;
        line-height: 1; }
        .hta-overlay button.border-white {
          border-color: #FFFFFF; }
        .hta-overlay button.bg-white {
          background-color: white; }
        .hta-overlay button:hover {
          color: #ee0085;
          box-shadow: 0 0.1rem 0.3rem #ee008578; }
          .hta-overlay button:hover svg *[fill='#000'] {
            fill: #ee0085; }
        .hta-overlay button:focus {
          outline: 1px solid #fff;
          outline-offset: -4px; }
        .hta-overlay button:active {
          color: currentColor; }
        .hta-overlay button:hover:active {
          color: #ee0085; } }
    .hta-overlay button.border-white {
      border-color: #FFFFFF; }
    .hta-overlay button.bg-white {
      background-color: white; }
    .hta-overlay button:hover {
      color: #ee0085;
      box-shadow: 0 0.1rem 0.3rem #ee008578; }
      .hta-overlay button:hover svg *[fill='#000'] {
        fill: #ee0085; }
    .hta-overlay button:focus {
      outline: 1px solid #fff;
      outline-offset: -4px; }
    .hta-overlay button:active {
      color: currentColor; }
    .hta-overlay button:hover:active {
      color: #ee0085; }
  .hta-overlay:not(.hidden) button {
    transform: initial; }

#hta-content {
  margin-top: 6em; }
  #hta-content > div {
    opacity: 0;
    transition: all .3s ease-in;
    transform: translateY(100px); }
    #hta-content > div.showing {
      opacity: 1;
      transform: translateY(0); }
  @media (max-width: 899px) {
    #hta-content div {
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 19px;
      line-height: 1.37;
      letter-spacing: -0.6px; } }
  @media (min-width: 900px) {
    #hta-content div {
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 24px;
      line-height: 1.33;
      letter-spacing: -1px; } }

#hta-questions {
  font-family: 'Lars';
  font-size: 24px;
  line-height: 1.4;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  font-size: 19px;
  line-height: 1.37;
  letter-spacing: -0.6px;
  position: absolute;
  z-index: 22;
  width: 100%;
  left: 0;
  top: 0;
  border: var(--border) solid;
  border-radius: 18px;
  padding: 3em 2em 2em 1em;
  background-color: white;
  opacity: 0;
  pointer-events: none;
  transition: all .6s ease; }
  #hta-questions li {
    margin-bottom: 0.8em; }
  #hta-questions.showing {
    opacity: 1;
    pointer-events: all; }
  #hta-questions .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 1em;
    cursor: pointer; }
    #hta-questions .close svg {
      height: 1em;
      width: 1em; }

.fullwidth-list {
  margin-bottom: var(--margin-xl, 100px); }
  @media (max-width: 599px) {
    .fullwidth-list {
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 19px;
      line-height: 1.37;
      letter-spacing: -0.6px; } }
  @media (min-width: 600px) {
    .fullwidth-list {
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 24px;
      line-height: 1.33;
      letter-spacing: -1px; } }
  @media (min-width: 1200px) {
    .fullwidth-list {
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 30px;
      line-height: 1.33;
      letter-spacing: -1.2px; } }
  .fullwidth-list .fullwidth-list_item {
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .fullwidth-list .fullwidth-list_item:not(:first-of-type) {
      border-top: var(--border) solid black; }
    .fullwidth-list .fullwidth-list_item:last-of-type {
      border-bottom: var(--border) solid black; }
    .fullwidth-list .fullwidth-list_item .fullwidth-list_item-title {
      display: -webkit-box;
      display: -moz-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -moz-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      padding: 1.2em var(--gutter);
      outline: none;
      align-items: center; }
      .fullwidth-list .fullwidth-list_item .fullwidth-list_item-title > div {
        margin-right: var(--gutter); }
        @media (min-width: 1200px) {
          .fullwidth-list .fullwidth-list_item .fullwidth-list_item-title > div {
            flex: 82% 0 0; } }
      .fullwidth-list .fullwidth-list_item .fullwidth-list_item-title > span {
        text-align: right;
        align-self: baseline;
        flex: 15% 0 0; }
      .fullwidth-list .fullwidth-list_item .fullwidth-list_item-title svg {
        height: 1em;
        width: 1em; }
      .fullwidth-list .fullwidth-list_item .fullwidth-list_item-title[aria-expanded='false'] {
        cursor: s-resize; }
      .fullwidth-list .fullwidth-list_item .fullwidth-list_item-title[aria-expanded='true'] {
        cursor: n-resize; }
        .fullwidth-list .fullwidth-list_item .fullwidth-list_item-title[aria-expanded='true'] svg {
          transform: rotate(-180deg); }
    @media (max-width: 899px) {
      .fullwidth-list .fullwidth-list_item .fullwidth-list_item-content {
        font-family: 'Lars';
        font-size: 24px;
        line-height: 1.4;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 19px;
        line-height: 1.37;
        letter-spacing: -0.6px; } }
    @media (min-width: 900px) {
      .fullwidth-list .fullwidth-list_item .fullwidth-list_item-content {
        font-family: 'Lars';
        font-size: 24px;
        line-height: 1.4;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 24px;
        line-height: 1.33;
        letter-spacing: -1px; } }
    .fullwidth-list .fullwidth-list_item .fullwidth-list_item-content p {
      max-width: 811px; }

#page-builder .related_articles-wrapper {
  margin: 4em 0px; }
  #page-builder .related_articles-wrapper h2 a {
    border-bottom: none;
    color: currentColor;
    text-decoration: none;
    background: transparent;
    background-image: linear-gradient(white, white);
    background-size: 1px 1px;
    background-repeat: repeat-x;
    background-position: 0% 100%; }
    @media (max-width: 599px) {
      #page-builder .related_articles-wrapper h2 a {
        font-family: 'Panama';
        font-size: 26px;
        line-height: 1.16;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 26px;
        line-height: 1.25;
        letter-spacing: -0.9px; } }
    @media (min-width: 600px) {
      #page-builder .related_articles-wrapper h2 a {
        font-family: 'Panama';
        font-size: 26px;
        line-height: 1.16;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 32px;
        line-height: 1.25;
        letter-spacing: -0.9px; } }
    @media (min-width: 1200px) {
      #page-builder .related_articles-wrapper h2 a {
        font-family: 'Panama';
        font-size: 26px;
        line-height: 1.16;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 45px;
        line-height: 1.16;
        letter-spacing: -2px; } }
    #page-builder .related_articles-wrapper h2 a:hover {
      background-image: linear-gradient(#ee0085, #ee0085); }
  #page-builder .related_articles-wrapper .related_articles-inner {
    margin-top: 1em;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    #page-builder .related_articles-wrapper .related_articles-inner > div {
      width: calc(50% - var(--gutter)); }

#talent-slider {
  height: auto;
  opacity: 0;
  transition: opacity 0.7s ease-in; }
  #talent-slider .slick-list {
    padding: 0 var(--gutter) 0 0; }
    @media (max-width: 599px) {
      #talent-slider .slick-list {
        padding-right: 25vw; } }
  #talent-slider .slick-slide {
    padding: var(--gutter); }

.card-header {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 899px) {
    .card-header {
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -moz-box-direction: normal;
      -moz-box-orient: vertical;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; } }
  @media (min-width: 900px) {
    .card-header {
      justify-content: space-between;
      align-items: center; } }
  @media (max-width: 1199px) {
    .card-header .card-header-cta {
      margin-top: 1em; } }

.card-slider-top {
  align-items: baseline; }
  @media (max-width: 599px) {
    .card-slider-top {
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 42px;
      line-height: 1.24;
      letter-spacing: -0.0642857em; } }
  @media (min-width: 600px) {
    .card-slider-top {
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 72px;
      line-height: 1.11;
      letter-spacing: -3.4px; } }
  @media (min-width: 1200px) {
    .card-slider-top {
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 84px;
      line-height: 1.1;
      letter-spacing: -0.045238em; } }
  .card-slider-top .card-slider-headline {
    flex-grow: 1;
    padding: 1.78em 0 0.4em var(--gutter); }
    .card-slider-top .card-slider-headline a {
      background-size: 1px 1em;
      box-shadow: inset 0 -0.03em #000, inset 0 -0.03em #000;
      display: inline; }
      @media (max-width: 599px) {
        .card-slider-top .card-slider-headline a {
          font-family: 'Panama';
          font-size: 26px;
          line-height: 1.16;
          font-weight: normal;
          font-style: normal;
          font-stretch: normal;
          font-size: 45px;
          line-height: 1.16;
          letter-spacing: -2px; } }
      @media (min-width: 600px) {
        .card-slider-top .card-slider-headline a {
          font-family: 'Panama';
          font-size: 26px;
          line-height: 1.16;
          font-weight: normal;
          font-style: normal;
          font-stretch: normal;
          font-size: 75px;
          line-height: 1.12;
          letter-spacing: -2.8px; } }
      @media (min-width: 1200px) {
        .card-slider-top .card-slider-headline a {
          font-family: 'Panama';
          font-size: 26px;
          line-height: 1.16;
          font-weight: normal;
          font-style: normal;
          font-stretch: normal;
          font-size: 90px;
          line-height: 1.14;
          letter-spacing: -3.5px; } }
      .card-slider-top .card-slider-headline a:hover {
        box-shadow: inset 0 -0.03em #ee0085, inset 0 -0.03em #ee0085; }
  .card-slider-top .card-slider-cta {
    flex-basis: 25%;
    padding-right: var(--gutter);
    text-align: end; }
    .card-slider-top .card-slider-cta svg {
      height: 0.77em;
      cursor: pointer;
      margin-right: 12px; }
      .card-slider-top .card-slider-cta svg.arrow-next {
        transform: rotate(-90deg); }
      .card-slider-top .card-slider-cta svg.arrow-prev {
        transform: rotate(90deg); }
    .card-slider-top .card-slider-cta #move-slick {
      right: 0px;
      bottom: 0px; }

.card-section .card-wrapper .card-item {
  cursor: grab;
  border: 1px solid; }
  .card-section .card-wrapper .card-item:hover img {
    transform: scale(1.1); }
  .card-section .card-wrapper .card-item .card-title {
    white-space: initial; }
    @media (max-width: 599px) {
      .card-section .card-wrapper .card-item .card-title {
        font-family: 'Lars';
        font-size: 24px;
        line-height: 1.4;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 19px;
        line-height: 1.37;
        letter-spacing: -0.6px; } }
    @media (min-width: 600px) {
      .card-section .card-wrapper .card-item .card-title {
        font-family: 'Lars';
        font-size: 24px;
        line-height: 1.4;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 24px;
        line-height: 1.33;
        letter-spacing: -1px; } }
    @media (min-width: 1200px) {
      .card-section .card-wrapper .card-item .card-title {
        font-family: 'Lars';
        font-size: 24px;
        line-height: 1.4;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 30px;
        line-height: 1.33;
        letter-spacing: -1.2px; } }
  .card-section .card-wrapper .card-item .card-item-top {
    margin: auto;
    position: relative;
    overflow: hidden;
    width: 60%; }
    .card-section .card-wrapper .card-item .card-item-top img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      -o-object-fit: cover;
      transition: transform 1s ease; }
  .card-section .card-wrapper .card-item .card-item-bottom {
    margin-bottom: 4em;
    padding: 1em calc(var(--gutter)); }

.card-section .move-card-right {
  height: 100%;
  width: calc(var(--gutter) - 1px);
  top: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.9); }
  @media (max-width: 599px) {
    .card-section .move-card-right {
      width: 10%; } }
  .card-section .move-card-right:hover span {
    left: 55%; }
  .card-section .move-card-right span {
    color: black;
    position: absolute;
    font-size: 2em;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    margin-right: 10px;
    transition: all .3s ease; }
    .card-section .move-card-right span:hover {
      color: #ee0085; }

@media (max-width: 1199px) {
  .more-news h4 {
    padding: var(--gutter) 0; } }

@media (min-width: 1200px) {
  .more-news {
    padding: 0 !important; } }

.more-news a {
  width: 100%; }

@media (max-width: 1199px) {
  .more-news .more-news-outer .more-news-item {
    display: flex;
    width: 100%; } }

@media (min-width: 1200px) {
  .more-news .more-news-outer .more-news-item {
    padding: 0 var(--gutter);
    width: 50%; } }

.more-news .more-news-outer .more-news-item .more-news-itemimage {
  height: calc(33.333vw - var(--gutter)); }
  @media (max-width: 1199px) {
    .more-news .more-news-outer .more-news-item .more-news-itemimage {
      width: 27vw;
      height: calc(27vw / 1.5);
      margin-right: var(--gutter); } }

@media (max-width: 1199px) {
  .more-news .more-news-outer .more-news-item .more-news-itemtext {
    width: 70%; } }

.more-news .more-news-outer .more-news-item .more-news-itemtext .more-news-itemsub {
  letter-spacing: normal; }

@media (max-width: 1199px) {
  .more-news .more-news-item {
    width: 100%; }
    .more-news .more-news-item a {
      display: -webkit-box;
      display: -moz-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; } }

@media (max-width: 599px) {
  .more-news .more-news-itemsub {
    font-family: 'Panama';
    font-size: 26px;
    line-height: 1.16;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 16px;
    line-height: 1.31;
    letter-spacing: -0.5px; } }

#footer {
  flex-shrink: 0;
  padding: 45px var(--gutter);
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  @media (min-width: 900px) {
    #footer {
      -webkit-box-direction: normal;
      -webkit-box-orient: horizontal;
      -moz-box-direction: normal;
      -moz-box-orient: horizontal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row; } }
  @media (max-width: 899px) {
    #footer {
      -webkit-box-direction: reverse;
      -webkit-box-orient: vertical;
      -moz-box-direction: reverse;
      -moz-box-orient: vertical;
      -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse; } }
  @media (min-width: 900px) {
    #footer > div {
      width: 50%; } }
  @media (max-width: 899px) {
    #footer > div {
      width: 100%; } }
  #footer .footer-left {
    flex-wrap: wrap; }
    @media (max-width: 899px) {
      #footer .footer-left {
        justify-content: space-between;
        padding: 50px 0 15px 0; } }
    #footer .footer-left ul {
      flex: 1 0 50%; }
      @media (min-width: 900px) and (max-width: 1199px) {
        #footer .footer-left ul {
          flex-basis: 100%; } }
      #footer .footer-left ul a {
        display: inline-block;
        line-height: 1; }
        #footer .footer-left ul a:hover {
          border-bottom: 1px solid #ee0085; }

.no-results {
  margin: 100px var(--gutter); }
  @media (max-width: 599px) {
    .no-results {
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 24px;
      line-height: 1.33;
      letter-spacing: -1px; } }
  @media (min-width: 600px) {
    .no-results {
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 30px;
      line-height: 1.33;
      letter-spacing: -1.2px; } }
  @media (min-width: 1200px) {
    .no-results {
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 42px;
      line-height: 1.24;
      letter-spacing: -0.0642857em; } }

@media (max-width: 599px) {
  body:not(.program-index).filters-active #parameter-list-wrapper {
    display: none; }
  body:not(.program-index).filters-active #toggle-filter {
    -webkit-animation-name: button-blink;
    animation-name: button-blink;
    -webkit-animation-duration: 0.8s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-direction: alternate; } }

@media (max-width: 599px) {
  body:not(.program-index).filter-persons-open #parameter-list-wrapper {
    display: initial; } }

.article-header ~ .article-grid {
  margin-top: 50px; }

.image-masonry {
  margin-left: auto;
  margin-right: auto; }
  .image-masonry .media-block-row {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap; }
  .image-masonry > .media-block-row > div {
    height: 100%; }
    @media (min-width: 600px) {
      .image-masonry > .media-block-row > div.one-third {
        flex: 0.66 1 0px; } }
    @media (min-width: 600px) {
      .image-masonry > .media-block-row > div.two-third {
        flex: 1.24 1 0px; } }
    @media (min-width: 900px) {
      .image-masonry > .media-block-row > div.half {
        flex: 0 0 calc(50% - 10px); } }
    @media (min-width: 600px) and (max-width: 899px) {
      .image-masonry > .media-block-row > div.half {
        flex: 0 0 70%; }
        .image-masonry > .media-block-row > div.half:nth-child(even) {
          margin-left: 30%; } }
    @media (max-width: 899px) {
      .image-masonry > .media-block-row > div.half:nth-child(even) {
        margin-top: 1em; } }
    .image-masonry > .media-block-row > div.full {
      flex: 0 0 100%; }
    @media (max-width: 599px) {
      .image-masonry > .media-block-row > div {
        flex: 0 0 100%; } }
    @media (min-width: 600px) {
      .image-masonry > .media-block-row > div:nth-child(odd) {
        margin-right: 20px; } }
    .image-masonry > .media-block-row > div .caption-opener {
      display: none;
      text-align: end;
      margin-top: 5px; }
      @media (max-width: 1199px) {
        .image-masonry > .media-block-row > div .caption-opener {
          display: block; } }
    .image-masonry > .media-block-row > div figure {
      height: 100%;
      width: 100%;
      overflow: hidden; }
      .image-masonry > .media-block-row > div figure figcaption {
        font-family: 'Lars';
        font-size: 24px;
        line-height: 1.4;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 15px;
        line-height: 1.4;
        letter-spacing: -0.5px;
        bottom: 0px;
        padding: 1em;
        color: white;
        opacity: 0;
        transition: opacity .2s ease-in;
        width: 100%; }
        .image-masonry > .media-block-row > div figure figcaption:before {
          content: '';
          position: absolute;
          width: 100%;
          height: 300%;
          bottom: 0;
          left: 0;
          background: -webkit-gradient(linear, left top, left bottom, from(rgba(5, 5, 5, 0)), to(rgba(5, 5, 5, 0.2)));
          background: linear-gradient(to bottom, rgba(5, 5, 5, 0) 0%, rgba(5, 5, 5, 0.2) 100%); }
        .image-masonry > .media-block-row > div figure figcaption.show-on-mobile {
          opacity: 1; }
      @media (min-width: 600px) {
        .image-masonry > .media-block-row > div figure:hover figcaption {
          opacity: 1; } }

.grid-container {
  overflow-y: hidden;
  flex-wrap: wrap; }
  @media (max-width: 599px) {
    .grid-container {
      flex-wrap: nowrap;
      overflow: scroll;
      -webkit-overflow-scrolling: touch; } }
  .grid-container div.grid-container-item {
    display: flex !important;
    box-shadow: inset 0 -1px 0 #000; }
    @media (min-width: 600px) {
      .grid-container div.grid-container-item {
        flex-direction: column;
        justify-content: center; } }
    @media (max-width: 599px) {
      .grid-container div.grid-container-item {
        flex-direction: row; } }
    .grid-container div.grid-container-item > div {
      display: flex; }
      @media (max-width: 899px) {
        .grid-container div.grid-container-item > div {
          font-family: 'Lars';
          font-size: 24px;
          line-height: 1.4;
          font-weight: normal;
          font-style: normal;
          font-stretch: normal;
          font-size: 19px;
          line-height: 1.37;
          letter-spacing: -0.6px; } }
      @media (min-width: 900px) {
        .grid-container div.grid-container-item > div {
          font-family: 'Lars';
          font-size: 24px;
          line-height: 1.4;
          font-weight: normal;
          font-style: normal;
          font-stretch: normal;
          font-size: 24px;
          line-height: 1.33;
          letter-spacing: -1px; } }
      @media (min-width: 600px) {
        .grid-container div.grid-container-item > div {
          flex-direction: column;
          justify-content: center; } }
      @media (max-width: 599px) {
        .grid-container div.grid-container-item > div {
          height: 100%; } }
      @media (min-width: 600px) {
        .grid-container div.grid-container-item > div span {
          margin-top: 1em; } }
      @media (max-width: 599px) {
        .grid-container div.grid-container-item > div span {
          align-self: baseline;
          padding: 0.8em 0.5em; } }
    @media (min-width: 1200px) {
      .grid-container div.grid-container-item {
        width: 33.3333%;
        height: 33.3333vw; } }
    @media (max-width: 1199px) {
      .grid-container div.grid-container-item {
        width: 50%;
        height: 50vw; } }
    @media (min-width: 1200px) {
      .grid-container div.grid-container-item:not(:nth-child(3n)) {
        border-right: 1px solid; } }
    @media (max-width: 1199px) {
      .grid-container div.grid-container-item:not(:nth-child(2n)) {
        border-right: 1px solid; } }
    @media (max-width: 599px) {
      .grid-container div.grid-container-item {
        border-right: 1px solid; } }
    .grid-container div.grid-container-item img {
      width: 50%;
      height: 100%;
      object-fit: cover; }
  @media (min-width: 600px) and (max-width: 899px) {
    .grid-container div.grid-container-item:not(.headline) {
      width: 50vw;
      height: 50vw; } }
  @media (max-width: 599px) {
    .grid-container div.grid-container-item:not(.headline) {
      min-width: calc(100vw - var(--gutter));
      width: auto; } }
  .grid-container div.grid-container-item.headline {
    border-color: black !important; }
    @media (max-width: 899px) {
      .grid-container div.grid-container-item.headline {
        width: 100vw;
        height: 100vw; } }

.event-section {
  width: 100vw;
  background-image: url("../gfx/BT-KV2021-Assets/BT-Website-Background.png");
  background-size: cover;
  background-repeat: no-repeat; }
  @media (max-width: 599px) {
    .event-section h2 {
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 42px;
      line-height: 1.24;
      letter-spacing: -0.0642857em; } }
  @media (max-width: 599px) {
    .event-section h2.is-serif {
      font-family: 'Panama';
      font-size: 26px;
      line-height: 1.16;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 45px;
      line-height: 1.16;
      letter-spacing: -2px; } }
  .event-section .section-logged-in {
    opacity: 0;
    transition: opacity 1s ease .5s;
    margin-top: 5em; }

body.done-loading .section-logged-in {
  opacity: 1; }

.next-preview, .live-preview {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  flex-wrap: wrap; }
  .next-preview .preview-item, .live-preview .preview-item {
    cursor: pointer;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 599px) {
      .next-preview .preview-item, .live-preview .preview-item {
        padding: 20px;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -moz-box-direction: normal;
        -moz-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column; }
        .next-preview .preview-item img, .live-preview .preview-item img {
          width: 50%;
          margin-bottom: 1em; } }
    .next-preview .preview-item .label, .live-preview .preview-item .label {
      color: white; }
    @media (min-width: 1200px) {
      .next-preview .preview-item, .live-preview .preview-item {
        flex: 0 0 50%; } }
  .next-preview > a, .live-preview > a {
    border-left: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    border-right: 1px solid #FFF; }
    .next-preview > a:first-of-type, .live-preview > a:first-of-type {
      border-top: 1px solid #fff; }

.q-field__inner {
  padding: 0 !important; }

.content-module .a-col {
  grid-column: 1/-1; }
  .content-module .a-col > * {
    margin-bottom: var(--margin-xs); }

@media (min-width: 1800px) {
  .content-module .a-col:first-child {
    grid-column-start: 2; } }

@media (max-width: 599px) {
  .content-module .xs-colspan-2 {
    grid-column-start: auto;
    grid-column-end: span 2; } }

@media (max-width: 599px) {
  .content-module .xs-colspan-1 {
    grid-column-start: auto;
    grid-column-end: span 1; } }

@media (min-width: 600px) {
  .content-module .sm-colspan-4 {
    grid-column-start: auto;
    grid-column-end: span 4; } }

@media (min-width: 600px) {
  .content-module .sm-colspan-3 {
    grid-column-start: auto;
    grid-column-end: span 3; } }

@media (min-width: 600px) {
  .content-module .sm-colspan-2 {
    grid-column-start: auto;
    grid-column-end: span 2; } }

@media (min-width: 600px) {
  .content-module .sm-colspan-1 {
    grid-column-start: auto;
    grid-column-end: span 1; } }

@media (min-width: 900px) {
  .content-module .md-colspan-4 {
    grid-column-start: auto;
    grid-column-end: span 4; } }

@media (min-width: 900px) {
  .content-module .md-colspan-2 {
    grid-column-start: auto;
    grid-column-end: span 2; } }

@media (min-width: 900px) {
  .content-module .md-colspan-1 {
    grid-column-start: auto;
    grid-column-end: span 1; } }

@media (min-width: 1200px) {
  .content-module .lg-colspan-4 {
    grid-column-start: auto;
    grid-column-end: span 4; } }

@media (min-width: 1200px) {
  .content-module .lg-colspan-3 {
    grid-column-start: auto;
    grid-column-end: span 3; } }

@media (min-width: 1200px) {
  .content-module .lg-colspan-2 {
    grid-column-start: auto;
    grid-column-end: span 2; } }

@media (min-width: 1200px) {
  .content-module .lg-colspan-1 {
    grid-column-start: auto;
    grid-column-end: span 1; } }

@font-face {
  font-family: 'Panama';
  src: url("../fonts/Panama Regular.otf");
  src: url("../fonts/Panama Regular.woff?58533802") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Lars';
  src: url("../fonts/test/Lars-Regular.otf");
  src: url("../fonts/test/Lars-RegularWeb.woff?58533802") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'LarsBold';
  src: url("../fonts/Lars-Bold.otf");
  src: url("../fonts/Lars-BoldWeb.woff?58533802") format("woff");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'LarsThin';
  src: url("../fonts/Lars-ThinCondensed.otf");
  src: url("../fonts/Lars-ThinCondensedWeb.woff?58533802") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'LarsItalic';
  src: url("../fonts/Lars-BoldItalic.otf");
  src: url("../fonts/Lars-BoldItalicWeb.woff?58533802") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Lars-test';
  src: url("../fonts/test/Lars-Regular.otf");
  src: url("../fonts/test/Lars-RegularWeb.woff?58533802") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Panama';
  src: url("../fonts/Panama Regular.otf");
  src: url("../fonts/Panama Regular.woff?58533802") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Lars';
  src: url("../fonts/test/Lars-Regular.otf");
  src: url("../fonts/test/Lars-RegularWeb.woff?58533802") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'LarsBold';
  src: url("../fonts/Lars-Bold.otf");
  src: url("../fonts/Lars-BoldWeb.woff?58533802") format("woff");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'LarsThin';
  src: url("../fonts/Lars-ThinCondensed.otf");
  src: url("../fonts/Lars-ThinCondensedWeb.woff?58533802") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'LarsItalic';
  src: url("../fonts/Lars-BoldItalic.otf");
  src: url("../fonts/Lars-BoldItalicWeb.woff?58533802") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Lars-test';
  src: url("../fonts/test/Lars-Regular.otf");
  src: url("../fonts/test/Lars-RegularWeb.woff?58533802") format("woff");
  font-weight: normal;
  font-style: normal; }

/*
sections können margin-bottom 45, 60, 90, 120, 180, 240, 300 haben
*/
/*
custom-scroll-bar

styling (breite, farbe hintergrund, farbe balken, radien)
ist bisher nur bei webkit-browsern über prefixed selektoren möglich
achtung: das standardverhalten (scrollbar ist overlayed, 
transparent und wird nur beim scrollen sichtbar) wird dadurch unterbunden 
stattdessen ist der platz für die scrollbar immer reserviert, was besonders 
bei farbigen hintergründen oder durchgehenden borders auffällt.

in firefox: 
breite und hg/vg-farbe können mit
scrollbar-width
scrollbar-color
beeinflußt werden.
macOS notes:;
The auto-hiding semi-transparent scrollbars that are the macOS default cannot be colored with this rule 
(they still choose their own contrasting color based on the background). Only the permanently showing scrollbars 
(System Preferences > Show Scroll Bars > Always) are colored.

*/
.grotesk, h1, h2, h3, h4, h5 {
  font-family: 'Lars';
  font-size: 24px;
  line-height: 1.1;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal; }

.grotesk-alt {
  font-family: 'LarsThin';
  font-size: 24px;
  letter-spacing: normal !important;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal; }

.serif {
  font-family: 'Panama';
  font-size: 26px;
  line-height: 1.16;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal; }

@media (max-width: 599px) {
  .grotesk-largest {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 42px;
    line-height: 1.24;
    letter-spacing: -0.0642857em; } }

@media (min-width: 600px) {
  .grotesk-largest {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 72px;
    line-height: 1.11;
    letter-spacing: -3.4px; } }

@media (min-width: 1200px) {
  .grotesk-largest {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 148px;
    line-height: 1.11;
    letter-spacing: -0.047297em; } }

@media (max-width: 599px) {
  .grotesk-extralarge {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 42px;
    line-height: 1.24;
    letter-spacing: -0.0642857em; } }

@media (min-width: 600px) {
  .grotesk-extralarge {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 72px;
    line-height: 1.11;
    letter-spacing: -3.4px; } }

@media (min-width: 1200px) {
  .grotesk-extralarge {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 84px;
    line-height: 1.1;
    letter-spacing: -0.045238em; } }

@media (max-width: 599px) {
  .serif-extralarge {
    font-family: 'Panama';
    font-size: 26px;
    line-height: 1.16;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 45px;
    line-height: 1.16;
    letter-spacing: -2px; } }

@media (min-width: 600px) {
  .serif-extralarge {
    font-family: 'Panama';
    font-size: 26px;
    line-height: 1.16;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 75px;
    line-height: 1.12;
    letter-spacing: -2.8px; } }

@media (min-width: 1200px) {
  .serif-extralarge {
    font-family: 'Panama';
    font-size: 26px;
    line-height: 1.16;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 90px;
    line-height: 1.14;
    letter-spacing: -3.5px; } }

@media (max-width: 599px) {
  .grotesk-large, .news-overview h2 {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 30px;
    line-height: 1.33;
    letter-spacing: -1.2px; } }

@media (min-width: 600px) {
  .grotesk-large, .news-overview h2 {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 42px;
    line-height: 1.24;
    letter-spacing: -0.0642857em; } }

@media (min-width: 1200px) {
  .grotesk-large, .news-overview h2 {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 72px;
    line-height: 1.11;
    letter-spacing: -3.4px; } }

@media (max-width: 599px) {
  .serif-large {
    font-family: 'Panama';
    font-size: 26px;
    line-height: 1.16;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 32px;
    line-height: 1.25;
    letter-spacing: -0.9px; } }

@media (min-width: 600px) {
  .serif-large {
    font-family: 'Panama';
    font-size: 26px;
    line-height: 1.16;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 45px;
    line-height: 1.16;
    letter-spacing: -2px; } }

@media (min-width: 1200px) {
  .serif-large {
    font-family: 'Panama';
    font-size: 26px;
    line-height: 1.16;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 75px;
    line-height: 1.12;
    letter-spacing: -2.8px; } }

@media (max-width: 599px) {
  .grotesk-medium {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 24px;
    line-height: 1.33;
    letter-spacing: -1px; } }

@media (min-width: 600px) {
  .grotesk-medium {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 30px;
    line-height: 1.33;
    letter-spacing: -1.2px; } }

@media (min-width: 1200px) {
  .grotesk-medium {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 42px;
    line-height: 1.24;
    letter-spacing: -0.0642857em; } }

@media (max-width: 599px) {
  .serif-medium, .fullwidth-list .fullwidth-list_item .fullwidth-list_item-title[aria-expanded='true'] > div {
    font-family: 'Panama';
    font-size: 26px;
    line-height: 1.16;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 26px;
    line-height: 1.25;
    letter-spacing: -0.9px; } }

@media (min-width: 600px) {
  .serif-medium, .fullwidth-list .fullwidth-list_item .fullwidth-list_item-title[aria-expanded='true'] > div {
    font-family: 'Panama';
    font-size: 26px;
    line-height: 1.16;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 32px;
    line-height: 1.25;
    letter-spacing: -0.9px; } }

@media (min-width: 1200px) {
  .serif-medium, .fullwidth-list .fullwidth-list_item .fullwidth-list_item-title[aria-expanded='true'] > div {
    font-family: 'Panama';
    font-size: 26px;
    line-height: 1.16;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 45px;
    line-height: 1.16;
    letter-spacing: -2px; } }

@media (max-width: 599px) {
  .grotesk-small, .container-fluid .container-fluid_content a.container-fluid_item h3 {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 19px;
    line-height: 1.37;
    letter-spacing: -0.6px; } }

@media (min-width: 600px) {
  .grotesk-small, .container-fluid .container-fluid_content a.container-fluid_item h3 {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 24px;
    line-height: 1.33;
    letter-spacing: -1px; } }

@media (min-width: 1200px) {
  .grotesk-small, .container-fluid .container-fluid_content a.container-fluid_item h3 {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 30px;
    line-height: 1.33;
    letter-spacing: -1.2px; } }

@media (max-width: 599px) {
  .serif-small {
    font-family: 'Panama';
    font-size: 26px;
    line-height: 1.16;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 21px;
    line-height: 1.24;
    letter-spacing: -0.6px; } }

@media (min-width: 600px) {
  .serif-small {
    font-family: 'Panama';
    font-size: 26px;
    line-height: 1.16;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 26px;
    line-height: 1.25;
    letter-spacing: -0.9px; } }

@media (min-width: 1200px) {
  .serif-small {
    font-family: 'Panama';
    font-size: 26px;
    line-height: 1.16;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 32px;
    line-height: 1.25;
    letter-spacing: -0.9px; } }

@media (max-width: 899px) {
  .grotesk-smaller, #footer .footer-left, .event-section .section-logged-in, .next-preview .preview-item h2, .live-preview .preview-item h2 {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 19px;
    line-height: 1.37;
    letter-spacing: -0.6px; } }

@media (min-width: 900px) {
  .grotesk-smaller, #footer .footer-left, .event-section .section-logged-in, .next-preview .preview-item h2, .live-preview .preview-item h2 {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 24px;
    line-height: 1.33;
    letter-spacing: -1px; } }

@media (max-width: 899px) {
  .serif-smaller, .next-preview .preview-item .label, .live-preview .preview-item .label, .textblock .is-film-title, .hero2 .fs-hero-subline .is-film-title, .textblock-centered .is-film-title, #page section.grid.align-center > div .is-film-title, #page section.align-center.content-module > div .is-film-title, #page section.align-center.article-header--smaller > div .is-film-title, #page section.align-center.article-meta > div .is-film-title, .media-block-centered .is-film-title, .textblock-left .is-film-title, #page section.grid.align-left > div .is-film-title, #page section.align-left.content-module > div .is-film-title, #page section.align-left.article-header--smaller > div .is-film-title, #page section.align-left.article-meta > div .is-film-title, .media-block-left .is-film-title, .textblock-right .is-film-title, #page section.grid.align-right > div .is-film-title, #page section.align-right.content-module > div .is-film-title, #page section.align-right.article-header--smaller > div .is-film-title, #page section.align-right.article-meta > div .is-film-title, .media-block-right .is-film-title, .textblock-full .is-film-title, .media-block-full .is-film-title, .textblock .question, .hero2 .fs-hero-subline .question, .textblock-centered .question, #page section.grid.align-center > div .question, #page section.align-center.content-module > div .question, #page section.align-center.article-header--smaller > div .question, #page section.align-center.article-meta > div .question, .media-block-centered .question, .textblock-left .question, #page section.grid.align-left > div .question, #page section.align-left.content-module > div .question, #page section.align-left.article-header--smaller > div .question, #page section.align-left.article-meta > div .question, .media-block-left .question, .textblock-right .question, #page section.grid.align-right > div .question, #page section.align-right.content-module > div .question, #page section.align-right.article-header--smaller > div .question, #page section.align-right.article-meta > div .question, .media-block-right .question, .textblock-full .question, .media-block-full .question {
    font-family: 'Panama';
    font-size: 26px;
    line-height: 1.16;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 21px;
    line-height: 1.24;
    letter-spacing: -0.6px; } }

@media (min-width: 900px) {
  .serif-smaller, .next-preview .preview-item .label, .live-preview .preview-item .label, .textblock .is-film-title, .hero2 .fs-hero-subline .is-film-title, .textblock-centered .is-film-title, #page section.grid.align-center > div .is-film-title, #page section.align-center.content-module > div .is-film-title, #page section.align-center.article-header--smaller > div .is-film-title, #page section.align-center.article-meta > div .is-film-title, .media-block-centered .is-film-title, .textblock-left .is-film-title, #page section.grid.align-left > div .is-film-title, #page section.align-left.content-module > div .is-film-title, #page section.align-left.article-header--smaller > div .is-film-title, #page section.align-left.article-meta > div .is-film-title, .media-block-left .is-film-title, .textblock-right .is-film-title, #page section.grid.align-right > div .is-film-title, #page section.align-right.content-module > div .is-film-title, #page section.align-right.article-header--smaller > div .is-film-title, #page section.align-right.article-meta > div .is-film-title, .media-block-right .is-film-title, .textblock-full .is-film-title, .media-block-full .is-film-title, .textblock .question, .hero2 .fs-hero-subline .question, .textblock-centered .question, #page section.grid.align-center > div .question, #page section.align-center.content-module > div .question, #page section.align-center.article-header--smaller > div .question, #page section.align-center.article-meta > div .question, .media-block-centered .question, .textblock-left .question, #page section.grid.align-left > div .question, #page section.align-left.content-module > div .question, #page section.align-left.article-header--smaller > div .question, #page section.align-left.article-meta > div .question, .media-block-left .question, .textblock-right .question, #page section.grid.align-right > div .question, #page section.align-right.content-module > div .question, #page section.align-right.article-header--smaller > div .question, #page section.align-right.article-meta > div .question, .media-block-right .question, .textblock-full .question, .media-block-full .question {
    font-family: 'Panama';
    font-size: 26px;
    line-height: 1.16;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 26px;
    line-height: 1.25;
    letter-spacing: -0.9px; } }

.grotesk-xxxs, .HeroImage .HeroImage--cr, .container-fluid .container-fluid_content a.container-fluid_item .container-fluid_item_intro, .newsletter-section #nl-error-layer, .image-masonry > .media-block-row > div .caption-opener, .profile-page label.error, #profile-overlay---- label.error, #content-overlay label.error {
  font-family: 'Lars';
  font-size: 24px;
  line-height: 1.4;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: -0.5px; }

.grotesk-xxs, #filter-persons .filter-persons-content .filter-content .search-select-container > div.low-filter-warning, body.phone section.program-index .program-container .sidebar .mobile-tabs > div a, body.tablet-portrait section.program-index .program-container .sidebar .mobile-tabs > div a {
  font-family: 'Lars';
  font-size: 24px;
  line-height: 1.4;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  font-size: 19px;
  line-height: 1.37;
  letter-spacing: -0.6px; }

.grotesk-xs, .teaser-portrait .fullname, .teaser-portrait .contact {
  font-family: 'Lars';
  font-size: 24px;
  line-height: 1.4;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  font-size: 24px;
  line-height: 1.33;
  letter-spacing: -1px; }

.grotesk-xs a, .teaser-portrait .fullname a, .teaser-portrait .contact a, a.grotesk-xs, .teaser-portrait a.fullname, .teaser-portrait a.contact {
  border-bottom-width: 1px; }

.grotesk-s, .talentpress-grid .teaser-article .article-title, .teaser-project .project-title, #page-builder .related_articles-wrapper .related_articles-inner > div .project-title, #page-builder .related_articles-wrapper .related_articles-inner > div .article-title, .profile-page .profile-data .profile-data-text dt, #profile-overlay---- .profile-data .profile-data-text dt, #content-overlay .profile-data .profile-data-text dt, .video-container .video-info .video-title, .gallery-container .gallery-info .gallery-title, .info-list, .project-page #page .project-information-details > div, .project-page #page #content-overlay .project-information-details > div, #content-overlay .project-information-details > div, #content-overlay #content-overlay .project-information-details > div {
  font-family: 'Lars';
  font-size: 24px;
  line-height: 1.4;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  font-size: 30px;
  line-height: 1.33;
  letter-spacing: -1.2px; }

a.grotesk-s, .talentpress-grid .teaser-article a.article-title, .teaser-project a.project-title, #page-builder .related_articles-wrapper .related_articles-inner > div a.project-title, #page-builder .related_articles-wrapper .related_articles-inner > div a.article-title, .video-container .video-info a.video-title, .gallery-container .gallery-info a.gallery-title, a.info-list, .grotesk-s a, .talentpress-grid .teaser-article .article-title a, .teaser-project .project-title a, #page-builder .related_articles-wrapper .related_articles-inner > div .project-title a, #page-builder .related_articles-wrapper .related_articles-inner > div .article-title a, .profile-page .profile-data .profile-data-text dt a, #profile-overlay---- .profile-data .profile-data-text dt a, #content-overlay .profile-data .profile-data-text dt a, .video-container .video-info .video-title a, .gallery-container .gallery-info .gallery-title a, .info-list a, .project-page #page .project-information-details > div a, .project-page #page #content-overlay .project-information-details > div a, #content-overlay .project-information-details > div a, #content-overlay #content-overlay .project-information-details > div a {
  border-bottom-width: 2px; }

.grotesk-m, .topnav .topnav-right .nav-menu-btn {
  font-family: 'Lars';
  font-size: 24px;
  line-height: 1.4;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  font-size: 42px;
  line-height: 1.24;
  letter-spacing: -0.0642857em; }

a.grotesk-m, .topnav .topnav-right a.nav-menu-btn, .grotesk-m a, .topnav .topnav-right .nav-menu-btn a {
  border-bottom-width: 2px; }

.grotesk-l {
  font-family: 'Lars';
  font-size: 24px;
  line-height: 1.4;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  font-size: 72px;
  line-height: 1.11;
  letter-spacing: -3.4px; }

a.grotesk-l, .grotesk-l a {
  border-bottom-width: 3px; }

.grotesk-xl {
  font-family: 'Lars';
  font-size: 24px;
  line-height: 1.4;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  font-size: 84px;
  line-height: 1.1;
  letter-spacing: -0.045238em; }

a.grotesk-xl, .grotesk-xl a {
  border-bottom-width: 3px; }

.grotesk-xxl {
  font-family: 'Lars';
  font-size: 24px;
  line-height: 1.4;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  font-size: 148px;
  line-height: 1.11;
  letter-spacing: -0.047297em; }

a.grotesk-xxl, .grotesk-xxl a {
  border-bottom-width: 6px; }

.serif-xxxs, #page .event-recording .event-recording-top .info-area .quote-footer .next-slide {
  font-family: 'Panama';
  font-size: 26px;
  line-height: 1.16;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  font-size: 16px;
  line-height: 1.31;
  letter-spacing: -0.5px; }

.serif-xxs {
  font-family: 'Panama';
  font-size: 26px;
  line-height: 1.16;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  font-size: 21px;
  line-height: 1.24;
  letter-spacing: -0.6px; }

.serif-xs, .teaser-portrait .country, .teaser-portrait .profession, .teaser-project .project-meta, #page-builder .related_articles-wrapper .related_articles-inner > div .project-meta, #page-builder .related_articles-wrapper .related_articles-inner > div .article-meta {
  font-family: 'Panama';
  font-size: 26px;
  line-height: 1.16;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  font-size: 26px;
  line-height: 1.25;
  letter-spacing: -0.9px; }

a.serif-xs, .teaser-portrait a.country, .teaser-portrait a.profession, .teaser-project a.project-meta, #page-builder .related_articles-wrapper .related_articles-inner > div a.project-meta, #page-builder .related_articles-wrapper .related_articles-inner > div a.article-meta, .serif-xs a, .teaser-portrait .country a, .teaser-portrait .profession a, .teaser-project .project-meta a, #page-builder .related_articles-wrapper .related_articles-inner > div .project-meta a, #page-builder .related_articles-wrapper .related_articles-inner > div .article-meta a {
  border-bottom-width: 1px; }

.serif-s, .talentpress-grid .teaser-article .article-author, .teaser-portrait .favorite, .profile-page .profile-data .profile-data-text dd, .profile-page .profile-data .profile-data-text span, #profile-overlay---- .profile-data .profile-data-text dd, #profile-overlay---- .profile-data .profile-data-text span, #content-overlay .profile-data .profile-data-text dd, #content-overlay .profile-data .profile-data-text span, .video-container .video-info .video-meta, .gallery-container .gallery-info .gallery-meta {
  font-family: 'Panama';
  font-size: 26px;
  line-height: 1.16;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  font-size: 32px;
  line-height: 1.25;
  letter-spacing: -0.9px; }

a.serif-s, .talentpress-grid .teaser-article a.article-author, .teaser-portrait a.favorite, .video-container .video-info a.video-meta, .gallery-container .gallery-info a.gallery-meta, .serif-s a, .talentpress-grid .teaser-article .article-author a, .teaser-portrait .favorite a, .profile-page .profile-data .profile-data-text dd a, .profile-page .profile-data .profile-data-text span a, #profile-overlay---- .profile-data .profile-data-text dd a, #profile-overlay---- .profile-data .profile-data-text span a, #content-overlay .profile-data .profile-data-text dd a, #content-overlay .profile-data .profile-data-text span a, .video-container .video-info .video-meta a, .gallery-container .gallery-info .gallery-meta a {
  border-bottom-width: 1px; }

.serif-m, #filter-persons .filter-persons-content input.filter-input, .profile-page .profile-data .profile-data-text .profile-fow, #profile-overlay---- .profile-data .profile-data-text .profile-fow, #content-overlay .profile-data .profile-data-text .profile-fow, .profile-page .quote, #profile-overlay---- .quote, #content-overlay .quote {
  font-family: 'Panama';
  font-size: 26px;
  line-height: 1.16;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  font-size: 45px;
  line-height: 1.16;
  letter-spacing: -2px; }

a.serif-m, .profile-page .profile-data .profile-data-text a.profile-fow, #profile-overlay---- .profile-data .profile-data-text a.profile-fow, #content-overlay .profile-data .profile-data-text a.profile-fow, .profile-page a.quote, #profile-overlay---- a.quote, #content-overlay a.quote, .serif-m a, #filter-persons .filter-persons-content input.filter-input a, .profile-page .profile-data .profile-data-text .profile-fow a, #profile-overlay---- .profile-data .profile-data-text .profile-fow a, #content-overlay .profile-data .profile-data-text .profile-fow a, .profile-page .quote a, #profile-overlay---- .quote a, #content-overlay .quote a {
  border-bottom-width: 2px; }

.serif-l {
  font-family: 'Panama';
  font-size: 26px;
  line-height: 1.16;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  font-size: 75px;
  line-height: 1.12;
  letter-spacing: -2.8px; }

a.serif-l, .serif-l a {
  border-bottom-width: 3px; }

.serif-xl {
  font-family: 'Panama';
  font-size: 26px;
  line-height: 1.16;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  font-size: 90px;
  line-height: 1.14;
  letter-spacing: -3.5px; }

a.serif-xl, .serif-xl a {
  border-bottom-width: 3px; }

.serif-xxl {
  font-family: 'Panama';
  font-size: 26px;
  line-height: 1.16;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  font-size: 160px;
  line-height: 1.06;
  letter-spacing: -6px; }

a.serif-xxl, .serif-xxl a {
  border-bottom-width: 6px; }

@media (min-width: 900px) {
  .fs-project-header {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 84px;
    line-height: 1.1;
    letter-spacing: -0.045238em; } }

@media (max-width: 899px) {
  .fs-project-header {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 72px;
    line-height: 1.11;
    letter-spacing: -3.4px; } }

@media (max-width: 599px) {
  .fs-project-header {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 42px;
    line-height: 1.24;
    letter-spacing: -0.0642857em; } }

@media (min-width: 900px) {
  .fs-project-header-eng {
    font-family: 'Panama';
    font-size: 26px;
    line-height: 1.16;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 90px;
    line-height: 1.14;
    letter-spacing: -3.5px; } }

@media (max-width: 899px) {
  .fs-project-header-eng {
    font-family: 'Panama';
    font-size: 26px;
    line-height: 1.16;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 75px;
    line-height: 1.12;
    letter-spacing: -2.8px; } }

@media (max-width: 599px) {
  .fs-project-header-eng {
    font-family: 'Panama';
    font-size: 26px;
    line-height: 1.16;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 45px;
    line-height: 1.16;
    letter-spacing: -2px; } }

@media (max-width: 599px) {
  .fs-herotext {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 30px;
    line-height: 1.33;
    letter-spacing: -1.2px; }
    .fs-herotext a {
      font-family: 'Panama';
      font-size: 26px;
      line-height: 1.16;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 32px;
      line-height: 1.25;
      letter-spacing: -0.9px; } }

@media (min-width: 600px) and (max-width: 899px) {
  .fs-herotext {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 42px;
    line-height: 1.24;
    letter-spacing: -0.0642857em; }
    .fs-herotext a {
      font-family: 'Panama';
      font-size: 26px;
      line-height: 1.16;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 45px;
      line-height: 1.16;
      letter-spacing: -2px; } }

@media (min-width: 900px) and (max-width: 1199px) {
  .fs-herotext {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 72px;
    line-height: 1.11;
    letter-spacing: -3.4px; }
    .fs-herotext a {
      font-family: 'Panama';
      font-size: 26px;
      line-height: 1.16;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 75px;
      line-height: 1.12;
      letter-spacing: -2.8px; } }

@media (min-width: 1200px) {
  .fs-herotext {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 84px;
    line-height: 1.1;
    letter-spacing: -0.045238em; }
    .fs-herotext a {
      font-family: 'Panama';
      font-size: 26px;
      line-height: 1.16;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 90px;
      line-height: 1.14;
      letter-spacing: -3.5px; } }

@media (max-width: 599px) {
  .fs-herotext-alt {
    font-family: 'Panama';
    font-size: 26px;
    line-height: 1.16;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 32px;
    line-height: 1.25;
    letter-spacing: -0.9px; }
    .fs-herotext-alt a {
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 30px;
      line-height: 1.33;
      letter-spacing: -1.2px; } }

@media (min-width: 600px) {
  .fs-herotext-alt {
    font-family: 'Panama';
    font-size: 26px;
    line-height: 1.16;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 45px;
    line-height: 1.16;
    letter-spacing: -2px; }
    .fs-herotext-alt a {
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 42px;
      line-height: 1.24;
      letter-spacing: -0.0642857em; } }

@media (min-width: 900px) {
  .fs-herotext-alt {
    font-family: 'Panama';
    font-size: 26px;
    line-height: 1.16;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 75px;
    line-height: 1.12;
    letter-spacing: -2.8px; }
    .fs-herotext-alt a {
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 72px;
      line-height: 1.11;
      letter-spacing: -3.4px; } }

@media (min-width: 1200px) {
  .fs-herotext-alt {
    font-family: 'Panama';
    font-size: 26px;
    line-height: 1.16;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 90px;
    line-height: 1.14;
    letter-spacing: -3.5px; }
    .fs-herotext-alt a {
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 84px;
      line-height: 1.1;
      letter-spacing: -0.045238em; } }

@media (max-width: 599px) {
  .fs-hero-subline {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 19px;
    line-height: 1.37;
    letter-spacing: -0.6px; }
    .fs-hero-subline a {
      font-family: 'Panama';
      font-size: 26px;
      line-height: 1.16;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 21px;
      line-height: 1.24;
      letter-spacing: -0.6px; } }

@media (min-width: 600px) {
  .fs-hero-subline {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 24px;
    line-height: 1.33;
    letter-spacing: -1px; } }
  @media (min-width: 600px) and (max-width: 899px) {
    .fs-hero-subline a {
      font-family: 'Panama';
      font-size: 26px;
      line-height: 1.16;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 21px;
      line-height: 1.24;
      letter-spacing: -0.6px; } }
  @media (min-width: 600px) and (min-width: 900px) {
    .fs-hero-subline a {
      font-family: 'Panama';
      font-size: 26px;
      line-height: 1.16;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 26px;
      line-height: 1.25;
      letter-spacing: -0.9px; } }

h1,
h2,
h3,
h4,
h5 {
  margin: 0; }

@media (min-width: 900px) {
  h1 {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 148px;
    line-height: 1.11;
    letter-spacing: -0.047297em; } }

@media (min-width: 600px) and (max-width: 899px) {
  h1 {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 84px;
    line-height: 1.1;
    letter-spacing: -0.045238em; } }

@media (max-width: 599px) {
  h1 {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 72px;
    line-height: 1.11;
    letter-spacing: -3.4px; } }

@media (min-width: 900px) {
  h1.is-serif, h1 .is-serif {
    font-family: 'Panama';
    font-size: 26px;
    line-height: 1.16;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 160px;
    line-height: 1.06;
    letter-spacing: -6px; } }

@media (min-width: 600px) and (max-width: 899px) {
  h1.is-serif, h1 .is-serif {
    font-family: 'Panama';
    font-size: 26px;
    line-height: 1.16;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 90px;
    line-height: 1.14;
    letter-spacing: -3.5px; } }

@media (max-width: 599px) {
  h1.is-serif, h1 .is-serif {
    font-family: 'Panama';
    font-size: 26px;
    line-height: 1.16;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 75px;
    line-height: 1.12;
    letter-spacing: -2.8px; } }

@media (min-width: 900px) {
  h2 {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 84px;
    line-height: 1.1;
    letter-spacing: -0.045238em; } }

@media (min-width: 600px) and (max-width: 899px) {
  h2 {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 72px;
    line-height: 1.11;
    letter-spacing: -3.4px; } }

@media (max-width: 599px) {
  h2 {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 42px;
    line-height: 1.24;
    letter-spacing: -0.0642857em; } }

@media (min-width: 900px) {
  h2.is-serif, h2 .is-serif {
    font-family: 'Panama';
    font-size: 26px;
    line-height: 1.16;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 90px;
    line-height: 1.14;
    letter-spacing: -3.5px; } }

@media (min-width: 600px) and (max-width: 899px) {
  h2.is-serif, h2 .is-serif {
    font-family: 'Panama';
    font-size: 26px;
    line-height: 1.16;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 75px;
    line-height: 1.12;
    letter-spacing: -2.8px; } }

@media (max-width: 599px) {
  h2.is-serif, h2 .is-serif {
    font-family: 'Panama';
    font-size: 26px;
    line-height: 1.16;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 45px;
    line-height: 1.16;
    letter-spacing: -2px; } }

@media (min-width: 900px) {
  h3 {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 72px;
    line-height: 1.11;
    letter-spacing: -3.4px; } }

@media (min-width: 600px) and (max-width: 899px) {
  h3 {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 42px;
    line-height: 1.24;
    letter-spacing: -0.0642857em; } }

@media (max-width: 599px) {
  h3 {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 30px;
    line-height: 1.33;
    letter-spacing: -1.2px; } }

@media (min-width: 900px) {
  h3.is-serif, h3 .is-serif {
    font-family: 'Panama';
    font-size: 26px;
    line-height: 1.16;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 75px;
    line-height: 1.12;
    letter-spacing: -2.8px; } }

@media (min-width: 600px) and (max-width: 899px) {
  h3.is-serif, h3 .is-serif {
    font-family: 'Panama';
    font-size: 26px;
    line-height: 1.16;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 45px;
    line-height: 1.16;
    letter-spacing: -2px; } }

@media (max-width: 599px) {
  h3.is-serif, h3 .is-serif {
    font-family: 'Panama';
    font-size: 26px;
    line-height: 1.16;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 32px;
    line-height: 1.25;
    letter-spacing: -0.9px; } }

@media (min-width: 900px) {
  h4 {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 42px;
    line-height: 1.24;
    letter-spacing: -0.0642857em; } }

@media (min-width: 600px) and (max-width: 899px) {
  h4 {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 30px;
    line-height: 1.33;
    letter-spacing: -1.2px; } }

@media (max-width: 599px) {
  h4 {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 24px;
    line-height: 1.33;
    letter-spacing: -1px; } }

@media (min-width: 900px) {
  h4.is-serif, h4 .is-serif {
    font-family: 'Panama';
    font-size: 26px;
    line-height: 1.16;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 45px;
    line-height: 1.16;
    letter-spacing: -2px; } }

@media (min-width: 600px) and (max-width: 899px) {
  h4.is-serif, h4 .is-serif {
    font-family: 'Panama';
    font-size: 26px;
    line-height: 1.16;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 32px;
    line-height: 1.25;
    letter-spacing: -0.9px; } }

@media (max-width: 599px) {
  h4.is-serif, h4 .is-serif {
    font-family: 'Panama';
    font-size: 26px;
    line-height: 1.16;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 26px;
    line-height: 1.25;
    letter-spacing: -0.9px; } }

h5 {
  text-transform: uppercase; }
  @media (min-width: 600px) {
    h5 {
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 30px;
      line-height: 1.33;
      letter-spacing: -1.2px; } }
  @media (max-width: 599px) {
    h5 {
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 24px;
      line-height: 1.33;
      letter-spacing: -1px; } }
  @media (min-width: 600px) {
    h5.is-serif, h5 .is-serif {
      font-family: 'Panama';
      font-size: 26px;
      line-height: 1.16;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 32px;
      line-height: 1.25;
      letter-spacing: -0.9px; } }
  @media (max-width: 599px) {
    h5.is-serif, h5 .is-serif {
      font-family: 'Panama';
      font-size: 26px;
      line-height: 1.16;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 26px;
      line-height: 1.25;
      letter-spacing: -0.9px; } }

/*p, .rich-text{
  @extend .grotesk-smaller;
  .is-serif{
    @extend .serif-smaller;
  }
  a{
    text-decoration: underline;
  }
}*/
/*
 * Container style
 */
.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto; }

/*
 * Scrollbar rail styles
 */
.ps__rail-x {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  height: 15px;
  /* there must be 'bottom' or 'top' for ps__rail-x */
  bottom: 0px;
  /* please don't change 'position' */
  position: absolute; }

.ps__rail-y {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  width: 15px;
  /* there must be 'right' or 'left' for ps__rail-y */
  right: 0;
  /* please don't change 'position' */
  position: absolute; }

.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  display: block;
  background-color: transparent; }

.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
  opacity: 0.6; }

.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
  background-color: #eee;
  opacity: 0.9; }

/*
 * Scrollbar thumb styles
 */
.ps__thumb-x {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, height .2s ease-in-out;
  -webkit-transition: background-color .2s linear, height .2s ease-in-out;
  height: 6px;
  /* there must be 'bottom' for ps__thumb-x */
  bottom: 2px;
  /* please don't change 'position' */
  position: absolute; }

.ps__thumb-y {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, width .2s ease-in-out;
  -webkit-transition: background-color .2s linear, width .2s ease-in-out;
  width: 6px;
  /* there must be 'right' for ps__thumb-y */
  right: 2px;
  /* please don't change 'position' */
  position: absolute; }

.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
  background-color: #999;
  height: 11px; }

.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
  background-color: #999;
  width: 11px; }

/* MS supports */
@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important; } }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important; } }

* {
  box-sizing: border-box; }

html {
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

::-moz-selection {
  background: #000;
  color: #fff; }

::selection {
  background: #000;
  color: #fff; }

body, html {
  font-family: 'Lars', sans-serif;
  font-size: 24px;
  width: 100% !important;
  cursor: default;
  -webkit-transition: opacity 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955); }

body {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  overflow-x: hidden;
  /* mobile viewport bug fix */
  min-height: -webkit-fill-available; }
  body.loading * {
    cursor: wait !important; }
  body.loading .eventlist:before {
    opacity: 1 !important; }
  body.filter-enabled, body.program-index {
    padding-top: var(--margin-top); }
  @media (min-width: 900px) {
    body.program-index #toggle-filter {
      display: none; } }
  body:not(.talentpress) {
    background-color: #FFFFFF;
    color: #000000;
    cursor: url("../gfx/dot.svg") 12 12, auto; }
  body.talentpress {
    color: #FFFFFF;
    background-color: #000000; }
  body > #page section.fullwidth, body > #page section.Teaser-section, body > #page section.news-overview, body > #page section.fullwidth-list, body > #page section.programmes-overview, body .overlay #page > section.fullwidth, body .overlay #page > section.Teaser-section, body .overlay #page > section.news-overview, body .overlay #page > section.fullwidth-list, body .overlay #page > section.programmes-overview {
    max-width: none;
    margin-top: 0px;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 0;
    width: 100%; }
  body .msg {
    padding: 1em var(--gutter);
    border-bottom: 1px solid black;
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 15px;
    line-height: 1.4;
    letter-spacing: -0.5px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    body .msg.bg-a, body .container-fluid .container-fluid_content a.msg.container-fluid_item.text-only, .container-fluid .container-fluid_content body a.msg.container-fluid_item.text-only {
      color: black;
      background-color: #dfdde1; }
    body .msg.is-scrollable {
      overflow-x: auto;
      -webkit-overflow-scrolling: touch; }
  body .overlay #page > section.grid, body .overlay #page > section.content-module, body .overlay #page > section.article-header--smaller, body .overlay #page > section.article-meta {
    padding: 0 !important; }

#page {
  flex: 1 0 calc(100vh - var(--margin-top)); }

body:not(.filter-enabled):not(.program-index) #page {
  margin-top: var(--margin-top, 90px); }

body:not(.filter-enabled):not(.program-index):not(.landing-page) header {
  background: transparent;
  border: none; }

body:not(.filter-enabled):not(.program-index).landing-page header {
  background: transparent;
  mix-blend-mode: difference;
  color: white;
  border-bottom: none; }

.body-locked, body.mainnav-open {
  height: 100%;
  overflow: hidden;
  width: 100%;
  position: fixed; }

@media (max-width: 599px) {
  #page section.grid, #page section.content-module, #page section.article-header--smaller, #page section.article-meta {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-column-gap: 8vw;
    padding: 4vw;
    margin: 0; } }

@media (min-width: 600px) and (max-width: 899px) {
  #page section.grid, #page section.content-module, #page section.article-header--smaller, #page section.article-meta {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-column-gap: 10.9375vw;
    padding: 5.46875vw;
    margin: 0; } }

@media (min-width: 900px) and (max-width: 1199px) {
  #page section.grid, #page section.content-module, #page section.article-header--smaller, #page section.article-meta {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-column-gap: 10.9375vw;
    padding: 5.46875vw;
    margin: 0; } }

@media (min-width: 1200px) and (max-width: 1799px) {
  #page section.grid, #page section.content-module, #page section.article-header--smaller, #page section.article-meta {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    grid-column-gap: 7.32026vw;
    padding: 3.66013vw;
    margin: 0; } }

@media (min-width: 1800px) {
  #page section.grid, #page section.content-module, #page section.article-header--smaller, #page section.article-meta {
    display: grid;
    grid-template-columns: repeat(8, minmax(0, 1fr));
    grid-column-gap: 5.7292vw;
    padding: 2.8646vw;
    margin: 0; } }

#page section.grid .col, #page section.content-module .col, #page section.article-header--smaller .col, #page section.article-meta .col {
  min-width: 0;
  grid-column-start: auto;
  grid-column: 1/-1;
  box-sizing: border-box; }

#page section.grid:last-of-type, #page section.content-module:last-of-type, #page section.article-header--smaller:last-of-type, #page section.article-meta:last-of-type {
  margin-bottom: var(--margin-l, 100px); }

#content-overlay #page-builder section, #page-builder section {
  margin-top: 0px;
  margin-bottom: 60px; }

section {
  overflow: hidden;
  outline: none; }

figure figcaption {
  margin-top: 0.5em;
  font-family: 'Panama';
  font-size: 26px;
  line-height: 1.16;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  font-size: 16px;
  line-height: 1.31;
  letter-spacing: -0.5px; }
  @media (max-width: 599px) {
    figure figcaption {
      font-family: 'Panama';
      font-size: 26px;
      line-height: 1.16;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 16px;
      line-height: 1.31;
      letter-spacing: -0.5px; } }

input, textarea {
  color: var(--color);
  webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: 0;
  box-sizing: border-box;
  max-width: 100%;
  outline: none; }
  @media (max-width: 599px) {
    input, textarea {
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 19px;
      line-height: 1.37;
      letter-spacing: -0.6px; } }
  @media (min-width: 600px) {
    input, textarea {
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 24px;
      line-height: 1.33;
      letter-spacing: -1px; } }
  @media (min-width: 1200px) {
    input, textarea {
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 30px;
      line-height: 1.33;
      letter-spacing: -1.2px; } }
  input::placeholder, textarea::placeholder {
    color: #000; }
  input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #000; }

select {
  webkit-appearance: none;
  -moz-appearance: none;
  font-family: 'Lars';
  font-size: 24px;
  line-height: 1.4;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  font-size: 30px;
  line-height: 1.33;
  letter-spacing: -1.2px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 2em;
  text-indent: 5px;
  padding: 0 5px;
  outline: none;
  border: solid 1px #000000;
  line-height: 1;
  position: relative;
  cursor: context-menu;
  font-family: 'arial'; }

blockquote {
  margin: 0; }

textarea {
  resize: none; }

[contenteditable] {
  -webkit-user-select: text;
  user-select: text; }

input.noborder, textarea.noborder {
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0.25em 0 0.25em 0;
  background-color: transparent; }
  input.noborder:focus, textarea.noborder:focus {
    outline: none;
    border: none;
    border-bottom: 1px solid #000; }

.nobottompadding {
  padding-bottom: 0 !important; }

.nobottommargin {
  margin-bottom: 0 !important; }

.noscroll {
  overflow: hidden;
  /*
  position: fixed;
  left: 0;
  right: 0;
  overflow-y: scroll; //render disabled scroll bar to keep the same width 
  */ }

.nobreak, .tag-link {
  white-space: nowrap; }

.checkmark {
  right: -50%;
  cursor: pointer;
  border: none !important;
  display: inline-block; }
  .checkmark:before {
    content: '';
    display: block;
    position: absolute;
    right: 10px;
    top: 50%;
    width: 12px;
    height: 24px;
    border: solid;
    border-width: 0 2px 2px 0;
    transform: translateY(-50%) rotate(45deg);
    transform-origin: top center; }
  .checkmark:hover:before {
    border-color: #ee0085; }

p {
  margin: 0; }
  p a {
    text-decoration: underline; }
    p a:hover {
      text-decoration-color: #ee0085; }

/*******
list types
*******/
ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }

[class^='textblock'] ul li, ul.styled-list li {
  padding-left: 50px; }
  [class^='textblock'] ul li:before, ul.styled-list li:before {
    content: "•";
    position: absolute;
    margin-left: -50px; }

dl dd {
  margin-left: 0px; }

/********
link types
********/
a {
  color: inherit;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent; }
  a:hover {
    cursor: pointer !important; }
  a:active {
    position: relative;
    z-index: 20; }

.bg-black .link-out, body .msg .link-out {
  display: inline-block;
  padding-right: 1.1em;
  line-height: 1; }
  .bg-black .link-out:after, body .msg .link-out:after {
    content: url("../gfx/icon-out-white.svg");
    height: 0.7em;
    width: 0.7em;
    margin-left: 0.3em;
    position: absolute; }

.link-out {
  display: inline-block;
  padding-right: 1.1em;
  line-height: 1; }
  .link-out:after {
    content: url("../gfx/icon-out.svg");
    height: 0.7em;
    width: 0.7em;
    margin-left: 0.3em;
    position: absolute; }

.download {
  padding-left: 0.8em;
  position: relative; }
  .download:before {
    content: url("../gfx/icon-download.svg");
    height: 0.4em;
    width: 0.4em;
    left: 0;
    position: absolute; }
  .download:hover {
    color: #ee0085; }

.location-link {
  display: flex;
  align-items: center; }
  .location-link svg {
    height: 1em;
    width: 1em; }
  @media (max-width: 599px) {
    .location-link span {
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 19px;
      line-height: 1.37;
      letter-spacing: -0.6px; } }
  @media (min-width: 600px) {
    .location-link span {
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 24px;
      line-height: 1.33;
      letter-spacing: -1px; } }
  @media (min-width: 1200px) {
    .location-link span {
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 30px;
      line-height: 1.33;
      letter-spacing: -1.2px; } }
  @media (min-width: 1200px) {
    .location-link span {
      opacity: 0; } }
  .location-link:hover span {
    opacity: 1; }

.expand-down {
  padding-right: 1.1em; }
  .expand-down:after {
    content: url("../gfx/icon-down.svg");
    height: 0.4em;
    width: 0.4em;
    margin-left: 0.3em;
    position: absolute; }

/********
buttons
********/
.button:not('.slick-next') {
  line-height: 1; }

button, .button, .btn {
  display: inline-flex;
  align-items: center;
  border: none;
  color: black;
  margin: 0 0.5em 0 0;
  padding: 0.25em 0.8em 0.25em 0.8em;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: white;
  box-shadow: 0 0.1rem 0.3rem rgba(0, 0, 0, 0.25);
  -webkit-tap-highlight-color: transparent;
  transition: box-shadow .3s ease;
  border-radius: 16px;
  font-family: 'Lars';
  font-size: 24px;
  line-height: 1.4;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  font-size: 19px;
  line-height: 1.37;
  letter-spacing: -0.6px; }
  button.border-white, .button.border-white, .btn.border-white {
    border-color: #FFFFFF; }
  button.bg-white, .button.bg-white, .btn.bg-white {
    background-color: white; }
  button:hover, .button:hover, .btn:hover {
    color: #ee0085;
    box-shadow: 0 0.1rem 0.3rem #ee008578; }
    button:hover svg *[fill='#000'], .button:hover svg *[fill='#000'], .btn:hover svg *[fill='#000'] {
      fill: #ee0085; }
  button:focus, .button:focus, .btn:focus {
    outline: 1px solid #fff;
    outline-offset: -4px; }
  button:active, .button:active, .btn:active {
    color: currentColor; }
  button:hover:active, .button:hover:active, .btn:hover:active {
    color: #ee0085; }
  @media (max-width: 599px) {
    button, .button, .btn {
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 15px;
      line-height: 1.4;
      letter-spacing: -0.5px; } }

.back-button svg polygon {
  fill: currentColor; }

.reset_style:hover, .filter-header .dosearch:hover, .reset_style :focus, .filter-header .dosearch :focus {
  background: initial !important; }

button:hover,
button:focus .button:hover,
.button:focus {
  outline: none !important; }

button:focus,
.button:focus {
  outline-offset: -4px;
  outline: none !important; }

button:active,
.button:active {
  color: inherit; }

.button-xxs {
  display: inline-flex;
  align-items: center;
  border: none;
  color: black;
  margin: 0 0.5em 0 0;
  padding: 0.25em 0.8em 0.25em 0.8em;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: white;
  box-shadow: 0 0.1rem 0.3rem rgba(0, 0, 0, 0.25);
  -webkit-tap-highlight-color: transparent;
  transition: box-shadow .3s ease;
  border-radius: 16px;
  font-family: 'Lars';
  font-size: 24px;
  line-height: 1.4;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: -0.5px;
  padding: 0.45em 0.875em 0.45em 0.875em;
  border-radius: 12px;
  line-height: 1; }
  .button-xxs.border-white {
    border-color: #FFFFFF; }
  .button-xxs.bg-white {
    background-color: white; }
  .button-xxs:hover {
    color: #ee0085;
    box-shadow: 0 0.1rem 0.3rem #ee008578; }
    .button-xxs:hover svg *[fill='#000'] {
      fill: #ee0085; }
  .button-xxs:focus {
    outline: 1px solid #fff;
    outline-offset: -4px; }
  .button-xxs:active {
    color: currentColor; }
  .button-xxs:hover:active {
    color: #ee0085; }

.button-xs {
  display: inline-flex;
  align-items: center;
  border: none;
  color: black;
  margin: 0 0.5em 0 0;
  padding: 0.25em 0.8em 0.25em 0.8em;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: white;
  box-shadow: 0 0.1rem 0.3rem rgba(0, 0, 0, 0.25);
  -webkit-tap-highlight-color: transparent;
  transition: box-shadow .3s ease;
  border-radius: 16px;
  font-family: 'Lars';
  font-size: 24px;
  line-height: 1.4;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  font-size: 24px;
  line-height: 1.33;
  letter-spacing: -1px;
  padding: 0.31em 0.875em 0.25em 0.875em;
  border-radius: 16px;
  line-height: 1; }
  .button-xs.border-white {
    border-color: #FFFFFF; }
  .button-xs.bg-white {
    background-color: white; }
  .button-xs:hover {
    color: #ee0085;
    box-shadow: 0 0.1rem 0.3rem #ee008578; }
    .button-xs:hover svg *[fill='#000'] {
      fill: #ee0085; }
  .button-xs:focus {
    outline: 1px solid #fff;
    outline-offset: -4px; }
  .button-xs:active {
    color: currentColor; }
  .button-xs:hover:active {
    color: #ee0085; }

.button-s, .topnav-tp .topnav-right .dosearch, .filter-header .dosearch {
  display: inline-flex;
  align-items: center;
  border: none;
  color: black;
  margin: 0 0.5em 0 0;
  padding: 0.25em 0.8em 0.25em 0.8em;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: white;
  box-shadow: 0 0.1rem 0.3rem rgba(0, 0, 0, 0.25);
  -webkit-tap-highlight-color: transparent;
  transition: box-shadow .3s ease;
  border-radius: 16px;
  font-family: 'Lars';
  font-size: 24px;
  line-height: 1.4;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  font-size: 30px;
  line-height: 1.33;
  letter-spacing: -1.2px;
  padding: 0.24em 0.46em 0.23em 0.46em;
  border-radius: 16px;
  line-height: 1; }
  .button-s.border-white, .topnav-tp .topnav-right .border-white.dosearch, .filter-header .border-white.dosearch {
    border-color: #FFFFFF; }
  .button-s.bg-white, .topnav-tp .topnav-right .bg-white.dosearch, .filter-header .bg-white.dosearch {
    background-color: white; }
  .button-s:hover, .topnav-tp .topnav-right .dosearch:hover, .filter-header .dosearch:hover {
    color: #ee0085;
    box-shadow: 0 0.1rem 0.3rem #ee008578; }
    .button-s:hover svg *[fill='#000'], .topnav-tp .topnav-right .dosearch:hover svg *[fill='#000'], .filter-header .dosearch:hover svg *[fill='#000'] {
      fill: #ee0085; }
  .button-s:focus, .topnav-tp .topnav-right .dosearch:focus, .filter-header .dosearch:focus {
    outline: 1px solid #fff;
    outline-offset: -4px; }
  .button-s:active, .topnav-tp .topnav-right .dosearch:active, .filter-header .dosearch:active {
    color: currentColor; }
  .button-s:hover:active, .topnav-tp .topnav-right .dosearch:hover:active, .filter-header .dosearch:hover:active {
    color: #ee0085; }

.button-m {
  display: inline-flex;
  align-items: center;
  border: none;
  color: black;
  margin: 0 0.5em 0 0;
  padding: 0.25em 0.8em 0.25em 0.8em;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: white;
  box-shadow: 0 0.1rem 0.3rem rgba(0, 0, 0, 0.25);
  -webkit-tap-highlight-color: transparent;
  transition: box-shadow .3s ease;
  border-radius: 16px;
  font-family: 'Lars';
  font-size: 24px;
  line-height: 1.4;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  font-size: 42px;
  line-height: 1.24;
  letter-spacing: -0.0642857em;
  padding: 0.26em 0.74em;
  border-radius: 25px;
  line-height: 1; }
  .button-m.border-white {
    border-color: #FFFFFF; }
  .button-m.bg-white {
    background-color: white; }
  .button-m:hover {
    color: #ee0085;
    box-shadow: 0 0.1rem 0.3rem #ee008578; }
    .button-m:hover svg *[fill='#000'] {
      fill: #ee0085; }
  .button-m:focus {
    outline: 1px solid #fff;
    outline-offset: -4px; }
  .button-m:active {
    color: currentColor; }
  .button-m:hover:active {
    color: #ee0085; }

.button-l {
  display: inline-flex;
  align-items: center;
  border: none;
  color: black;
  margin: 0 0.5em 0 0;
  padding: 0.25em 0.8em 0.25em 0.8em;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: white;
  box-shadow: 0 0.1rem 0.3rem rgba(0, 0, 0, 0.25);
  -webkit-tap-highlight-color: transparent;
  transition: box-shadow .3s ease;
  border-radius: 16px;
  font-family: 'Lars';
  font-size: 24px;
  line-height: 1.4;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  font-size: 72px;
  line-height: 1.11;
  letter-spacing: -3.4px;
  padding: 0.27em 0.44em 0.22em 0.44em;
  border-radius: 40px;
  line-height: 1; }
  .button-l.border-white {
    border-color: #FFFFFF; }
  .button-l.bg-white {
    background-color: white; }
  .button-l:hover {
    color: #ee0085;
    box-shadow: 0 0.1rem 0.3rem #ee008578; }
    .button-l:hover svg *[fill='#000'] {
      fill: #ee0085; }
  .button-l:focus {
    outline: 1px solid #fff;
    outline-offset: -4px; }
  .button-l:active {
    color: currentColor; }
  .button-l:hover:active {
    color: #ee0085; }

.button-xl, .Teaser-section .Teaser-wrapper .Teaser-inner .Teaser-main > button {
  display: inline-flex;
  align-items: center;
  border: none;
  color: black;
  margin: 0 0.5em 0 0;
  padding: 0.25em 0.8em 0.25em 0.8em;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: white;
  box-shadow: 0 0.1rem 0.3rem rgba(0, 0, 0, 0.25);
  -webkit-tap-highlight-color: transparent;
  transition: box-shadow .3s ease;
  border-radius: 16px;
  font-family: 'Lars';
  font-size: 24px;
  line-height: 1.4;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  font-size: 84px;
  line-height: 1.1;
  letter-spacing: -0.045238em;
  padding: 0.15em 0.45em 0.15em 0.35em;
  border-radius: 40px;
  line-height: 1; }
  .button-xl.border-white, .Teaser-section .Teaser-wrapper .Teaser-inner .Teaser-main > button.border-white {
    border-color: #FFFFFF; }
  .button-xl.bg-white, .Teaser-section .Teaser-wrapper .Teaser-inner .Teaser-main > button.bg-white {
    background-color: white; }
  .button-xl:hover, .Teaser-section .Teaser-wrapper .Teaser-inner .Teaser-main > button:hover {
    color: #ee0085;
    box-shadow: 0 0.1rem 0.3rem #ee008578; }
    .button-xl:hover svg *[fill='#000'], .Teaser-section .Teaser-wrapper .Teaser-inner .Teaser-main > button:hover svg *[fill='#000'] {
      fill: #ee0085; }
  .button-xl:focus, .Teaser-section .Teaser-wrapper .Teaser-inner .Teaser-main > button:focus {
    outline: 1px solid #fff;
    outline-offset: -4px; }
  .button-xl:active, .Teaser-section .Teaser-wrapper .Teaser-inner .Teaser-main > button:active {
    color: currentColor; }
  .button-xl:hover:active, .Teaser-section .Teaser-wrapper .Teaser-inner .Teaser-main > button:hover:active {
    color: #ee0085; }

@media (max-width: 1199px) {
  .button-res-s {
    display: inline-flex;
    align-items: center;
    border: none;
    color: black;
    margin: 0 0.5em 0 0;
    padding: 0.25em 0.8em 0.25em 0.8em;
    line-height: 1;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: white;
    box-shadow: 0 0.1rem 0.3rem rgba(0, 0, 0, 0.25);
    -webkit-tap-highlight-color: transparent;
    transition: box-shadow .3s ease;
    border-radius: 16px;
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 24px;
    line-height: 1.33;
    letter-spacing: -1px;
    padding: 0.31em 0.875em 0.25em 0.875em;
    border-radius: 16px;
    line-height: 1; }
    .button-res-s.border-white {
      border-color: #FFFFFF; }
    .button-res-s.bg-white {
      background-color: white; }
    .button-res-s:hover {
      color: #ee0085;
      box-shadow: 0 0.1rem 0.3rem #ee008578; }
      .button-res-s:hover svg *[fill='#000'] {
        fill: #ee0085; }
    .button-res-s:focus {
      outline: 1px solid #fff;
      outline-offset: -4px; }
    .button-res-s:active {
      color: currentColor; }
    .button-res-s:hover:active {
      color: #ee0085; } }

@media (min-width: 1200px) {
  .button-res-s {
    display: inline-flex;
    align-items: center;
    border: none;
    color: black;
    margin: 0 0.5em 0 0;
    padding: 0.25em 0.8em 0.25em 0.8em;
    line-height: 1;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: white;
    box-shadow: 0 0.1rem 0.3rem rgba(0, 0, 0, 0.25);
    -webkit-tap-highlight-color: transparent;
    transition: box-shadow .3s ease;
    border-radius: 16px;
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 30px;
    line-height: 1.33;
    letter-spacing: -1.2px;
    padding: 0.24em 0.46em 0.23em 0.46em;
    border-radius: 16px;
    line-height: 1; }
    .button-res-s.border-white {
      border-color: #FFFFFF; }
    .button-res-s.bg-white {
      background-color: white; }
    .button-res-s:hover {
      color: #ee0085;
      box-shadow: 0 0.1rem 0.3rem #ee008578; }
      .button-res-s:hover svg *[fill='#000'] {
        fill: #ee0085; }
    .button-res-s:focus {
      outline: 1px solid #fff;
      outline-offset: -4px; }
    .button-res-s:active {
      color: currentColor; }
    .button-res-s:hover:active {
      color: #ee0085; } }

@media (max-width: 599px) {
  .button-res-s {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 19px;
    line-height: 1.37;
    letter-spacing: -0.6px; } }

@media (min-width: 600px) {
  .button-res-s {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 24px;
    line-height: 1.33;
    letter-spacing: -1px; } }

@media (min-width: 1200px) {
  .button-res-s {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 30px;
    line-height: 1.33;
    letter-spacing: -1.2px; } }

@media (max-width: 1199px) {
  .button-res-m {
    display: inline-flex;
    align-items: center;
    border: none;
    color: black;
    margin: 0 0.5em 0 0;
    padding: 0.25em 0.8em 0.25em 0.8em;
    line-height: 1;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: white;
    box-shadow: 0 0.1rem 0.3rem rgba(0, 0, 0, 0.25);
    -webkit-tap-highlight-color: transparent;
    transition: box-shadow .3s ease;
    border-radius: 16px;
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 30px;
    line-height: 1.33;
    letter-spacing: -1.2px;
    padding: 0.24em 0.46em 0.23em 0.46em;
    border-radius: 16px;
    line-height: 1; }
    .button-res-m.border-white {
      border-color: #FFFFFF; }
    .button-res-m.bg-white {
      background-color: white; }
    .button-res-m:hover {
      color: #ee0085;
      box-shadow: 0 0.1rem 0.3rem #ee008578; }
      .button-res-m:hover svg *[fill='#000'] {
        fill: #ee0085; }
    .button-res-m:focus {
      outline: 1px solid #fff;
      outline-offset: -4px; }
    .button-res-m:active {
      color: currentColor; }
    .button-res-m:hover:active {
      color: #ee0085; } }

@media (min-width: 1200px) {
  .button-res-m {
    display: inline-flex;
    align-items: center;
    border: none;
    color: black;
    margin: 0 0.5em 0 0;
    padding: 0.25em 0.8em 0.25em 0.8em;
    line-height: 1;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: white;
    box-shadow: 0 0.1rem 0.3rem rgba(0, 0, 0, 0.25);
    -webkit-tap-highlight-color: transparent;
    transition: box-shadow .3s ease;
    border-radius: 16px;
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 42px;
    line-height: 1.24;
    letter-spacing: -0.0642857em;
    padding: 0.26em 0.74em;
    border-radius: 25px;
    line-height: 1; }
    .button-res-m.border-white {
      border-color: #FFFFFF; }
    .button-res-m.bg-white {
      background-color: white; }
    .button-res-m:hover {
      color: #ee0085;
      box-shadow: 0 0.1rem 0.3rem #ee008578; }
      .button-res-m:hover svg *[fill='#000'] {
        fill: #ee0085; }
    .button-res-m:focus {
      outline: 1px solid #fff;
      outline-offset: -4px; }
    .button-res-m:active {
      color: currentColor; }
    .button-res-m:hover:active {
      color: #ee0085; } }

@media (max-width: 599px) {
  .button-res-m {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 24px;
    line-height: 1.33;
    letter-spacing: -1px; } }

@media (min-width: 600px) {
  .button-res-m {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 30px;
    line-height: 1.33;
    letter-spacing: -1.2px; } }

@media (min-width: 1200px) {
  .button-res-m {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 42px;
    line-height: 1.24;
    letter-spacing: -0.0642857em; } }

@media (max-width: 1199px) {
  .button-res-l {
    display: inline-flex;
    align-items: center;
    border: none;
    color: black;
    margin: 0 0.5em 0 0;
    padding: 0.25em 0.8em 0.25em 0.8em;
    line-height: 1;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: white;
    box-shadow: 0 0.1rem 0.3rem rgba(0, 0, 0, 0.25);
    -webkit-tap-highlight-color: transparent;
    transition: box-shadow .3s ease;
    border-radius: 16px;
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 42px;
    line-height: 1.24;
    letter-spacing: -0.0642857em;
    padding: 0.26em 0.74em;
    border-radius: 25px;
    line-height: 1; }
    .button-res-l.border-white {
      border-color: #FFFFFF; }
    .button-res-l.bg-white {
      background-color: white; }
    .button-res-l:hover {
      color: #ee0085;
      box-shadow: 0 0.1rem 0.3rem #ee008578; }
      .button-res-l:hover svg *[fill='#000'] {
        fill: #ee0085; }
    .button-res-l:focus {
      outline: 1px solid #fff;
      outline-offset: -4px; }
    .button-res-l:active {
      color: currentColor; }
    .button-res-l:hover:active {
      color: #ee0085; } }

@media (min-width: 1200px) {
  .button-res-l {
    display: inline-flex;
    align-items: center;
    border: none;
    color: black;
    margin: 0 0.5em 0 0;
    padding: 0.25em 0.8em 0.25em 0.8em;
    line-height: 1;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: white;
    box-shadow: 0 0.1rem 0.3rem rgba(0, 0, 0, 0.25);
    -webkit-tap-highlight-color: transparent;
    transition: box-shadow .3s ease;
    border-radius: 16px;
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 72px;
    line-height: 1.11;
    letter-spacing: -3.4px;
    padding: 0.27em 0.44em 0.22em 0.44em;
    border-radius: 40px;
    line-height: 1; }
    .button-res-l.border-white {
      border-color: #FFFFFF; }
    .button-res-l.bg-white {
      background-color: white; }
    .button-res-l:hover {
      color: #ee0085;
      box-shadow: 0 0.1rem 0.3rem #ee008578; }
      .button-res-l:hover svg *[fill='#000'] {
        fill: #ee0085; }
    .button-res-l:focus {
      outline: 1px solid #fff;
      outline-offset: -4px; }
    .button-res-l:active {
      color: currentColor; }
    .button-res-l:hover:active {
      color: #ee0085; } }

@media (max-width: 599px) {
  .button-res-xl {
    display: inline-flex;
    align-items: center;
    border: none;
    color: black;
    margin: 0 0.5em 0 0;
    padding: 0.25em 0.8em 0.25em 0.8em;
    line-height: 1;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: white;
    box-shadow: 0 0.1rem 0.3rem rgba(0, 0, 0, 0.25);
    -webkit-tap-highlight-color: transparent;
    transition: box-shadow .3s ease;
    border-radius: 16px;
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 42px;
    line-height: 1.24;
    letter-spacing: -0.0642857em;
    padding: 0.26em 0.74em;
    border-radius: 25px;
    line-height: 1; }
    .button-res-xl.border-white {
      border-color: #FFFFFF; }
    .button-res-xl.bg-white {
      background-color: white; }
    .button-res-xl:hover {
      color: #ee0085;
      box-shadow: 0 0.1rem 0.3rem #ee008578; }
      .button-res-xl:hover svg *[fill='#000'] {
        fill: #ee0085; }
    .button-res-xl:focus {
      outline: 1px solid #fff;
      outline-offset: -4px; }
    .button-res-xl:active {
      color: currentColor; }
    .button-res-xl:hover:active {
      color: #ee0085; } }

@media (min-width: 600px) {
  .button-res-xl {
    display: inline-flex;
    align-items: center;
    border: none;
    color: black;
    margin: 0 0.5em 0 0;
    padding: 0.25em 0.8em 0.25em 0.8em;
    line-height: 1;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: white;
    box-shadow: 0 0.1rem 0.3rem rgba(0, 0, 0, 0.25);
    -webkit-tap-highlight-color: transparent;
    transition: box-shadow .3s ease;
    border-radius: 16px;
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 72px;
    line-height: 1.11;
    letter-spacing: -3.4px;
    padding: 0.27em 0.44em 0.22em 0.44em;
    border-radius: 40px;
    line-height: 1; }
    .button-res-xl.border-white {
      border-color: #FFFFFF; }
    .button-res-xl.bg-white {
      background-color: white; }
    .button-res-xl:hover {
      color: #ee0085;
      box-shadow: 0 0.1rem 0.3rem #ee008578; }
      .button-res-xl:hover svg *[fill='#000'] {
        fill: #ee0085; }
    .button-res-xl:focus {
      outline: 1px solid #fff;
      outline-offset: -4px; }
    .button-res-xl:active {
      color: currentColor; }
    .button-res-xl:hover:active {
      color: #ee0085; } }

@media (min-width: 1200px) {
  .button-res-xl {
    display: inline-flex;
    align-items: center;
    border: none;
    color: black;
    margin: 0 0.5em 0 0;
    padding: 0.25em 0.8em 0.25em 0.8em;
    line-height: 1;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: white;
    box-shadow: 0 0.1rem 0.3rem rgba(0, 0, 0, 0.25);
    -webkit-tap-highlight-color: transparent;
    transition: box-shadow .3s ease;
    border-radius: 16px;
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 84px;
    line-height: 1.1;
    letter-spacing: -0.045238em;
    padding: 0.15em 0.45em 0.15em 0.35em;
    border-radius: 40px;
    line-height: 1; }
    .button-res-xl.border-white {
      border-color: #FFFFFF; }
    .button-res-xl.bg-white {
      background-color: white; }
    .button-res-xl:hover {
      color: #ee0085;
      box-shadow: 0 0.1rem 0.3rem #ee008578; }
      .button-res-xl:hover svg *[fill='#000'] {
        fill: #ee0085; }
    .button-res-xl:focus {
      outline: 1px solid #fff;
      outline-offset: -4px; }
    .button-res-xl:active {
      color: currentColor; }
    .button-res-xl:hover:active {
      color: #ee0085; } }

.full-width-section + .full-width-section {
  border-top: none; }

.container {
  max-width: auto;
  margin: 0 auto; }

.null_value {
  color: inherit;
  text-decoration: none;
  background-image: linear-gradient(#000, #000);
  background-size: 1px .05em;
  background-repeat: repeat-x;
  background-position: 0% 50%; }

figure {
  padding: 0;
  margin: 0; }

img {
  max-width: 100%;
  height: auto; }
  img.fit-to-screen {
    width: 100% !important;
    object-fit: cover; }

.icon {
  display: inline-block;
  text-align: center;
  width: 1.5em;
  height: 1.5em;
  fill: currentColor;
  -webkit-tap-highlight-color: transparent; }
  .icon svg {
    max-width: 100%;
    max-height: 100%; }
  .icon:not(.no-hover) svg:hover {
    fill: #ee0085; }
    .icon:not(.no-hover) svg:hover use * {
      fill: #ee0085; }

.icon-small {
  width: 0.6em;
  height: 0.6em;
  margin-right: 0.25em;
  margin-bottom: 0.25em; }

.icon-large {
  width: 2.4em;
  height: 2.4em;
  margin-right: 0.4em;
  margin-bottom: 0.4em; }

.toggle {
  cursor: pointer; }

.bg-black, body .msg {
  background-color: black;
  color: white; }
  .bg-black button.border-white, body .msg button.border-white {
    border-color: white; }

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

.bg-semi-white {
  background-color: #ffffffdb;
  color: black; }

.bg-a, .container-fluid .container-fluid_content a.container-fluid_item.text-only, .bg-gray, body.phone section.program-index .program-container .sidebar .mobile-tabs > div a.open, body.tablet-portrait section.program-index .program-container .sidebar .mobile-tabs > div a.open, body.phone section.program-index .program-container .sidebar .datelist .program-dates-list .program-date.selected, body.tablet-portrait section.program-index .program-container .sidebar .datelist .program-dates-list .program-date.selected {
  background-color: #dfdde1; }

.bg-b {
  /*magenta*/
  background-color: #ee0085; }

.bg-c {
  /*orange*/
  background-color: #ff7030; }

.bg-d {
  /*grün*/
  background-color: #3e80b0; }

.bg-e {
  /*lila*/
  background-color: #924eff; }

.bg-f, .bg-ind {
  /*rot*/
  background-color: #fe2020; }

.bg-offset-white {
  cursor: url("../gfx/dot_white.svg") 12 12, auto;
  border-color: white !important; }

.color-white, section.program-index .program-container .eventlist .resultlist .group-title {
  color: white; }

.color-black {
  color: black; }

.bt, .news-overview h2, body.phone section.program-index .program-container .sidebar .mobile-tabs, body.tablet-portrait section.program-index .program-container .sidebar .mobile-tabs, .programmes-overview .programme-info:nth-child(1), .linklist {
  border-top: var(--border) solid currentColor; }

.bb, section.program-index, section.program-index .program-container .eventlist .resultlist .result-item, .programmes-overview .programme-info:not(:last-child), #page .event-recording .event-recording-top .video-container, .linklist li {
  border-bottom: var(--border) solid currentColor; }

.btb, .bbt {
  border-top: var(--border) solid currentColor;
  border-bottom: var(--border) solid currentColor; }

.bl, section.program-index .program-container .eventlist, body.phone section.program-index .program-container .sidebar .mobile-tabs > div:not(:first-child), body.tablet-portrait section.program-index .program-container .sidebar .mobile-tabs > div:not(:first-child) {
  border-left: var(--border) solid currentColor; }

.br, #talent-slider .slick-slide, #page .event-recording .event-recording-top .title-area {
  border-right: var(--border) solid currentColor; }

.blr, .brl {
  border-left: var(--border) solid currentColor;
  border-right: var(--border) solid currentColor; }

.m-t-5, .container-fluid .container-fluid_content a.container-fluid_item .container-fluid_item_intro {
  margin-top: 5px !important; }

.p-t-5 {
  padding-top: 5px !important; }

.m-b-5 {
  margin-bottom: 5px !important; }

.p-b-5 {
  padding-bottom: 5px !important; }

.m-l-5 {
  margin-left: 5px !important; }

.p-l-5 {
  padding-left: 5px !important; }

.m-r-5 {
  margin-right: 5px !important; }

.p-r-5 {
  padding-right: 5px !important; }

.m-t-10 {
  margin-top: 10px !important; }

.p-t-10 {
  padding-top: 10px !important; }

.m-b-10 {
  margin-bottom: 10px !important; }

.p-b-10 {
  padding-bottom: 10px !important; }

.m-l-10 {
  margin-left: 10px !important; }

.p-l-10 {
  padding-left: 10px !important; }

.m-r-10 {
  margin-right: 10px !important; }

.p-r-10 {
  padding-right: 10px !important; }

.m-t-15 {
  margin-top: 15px !important; }

.p-t-15 {
  padding-top: 15px !important; }

.m-b-15 {
  margin-bottom: 15px !important; }

.p-b-15 {
  padding-bottom: 15px !important; }

.m-l-15 {
  margin-left: 15px !important; }

.p-l-15 {
  padding-left: 15px !important; }

.m-r-15 {
  margin-right: 15px !important; }

.p-r-15 {
  padding-right: 15px !important; }

.m-t-20 {
  margin-top: 20px !important; }

.p-t-20 {
  padding-top: 20px !important; }

.m-b-20 {
  margin-bottom: 20px !important; }

.p-b-20 {
  padding-bottom: 20px !important; }

.m-l-20 {
  margin-left: 20px !important; }

.p-l-20 {
  padding-left: 20px !important; }

.m-r-20 {
  margin-right: 20px !important; }

.p-r-20 {
  padding-right: 20px !important; }

.m-t-25 {
  margin-top: 25px !important; }

.p-t-25 {
  padding-top: 25px !important; }

.m-b-25 {
  margin-bottom: 25px !important; }

.p-b-25 {
  padding-bottom: 25px !important; }

.m-l-25 {
  margin-left: 25px !important; }

.p-l-25 {
  padding-left: 25px !important; }

.m-r-25 {
  margin-right: 25px !important; }

.p-r-25 {
  padding-right: 25px !important; }

.m-t-30 {
  margin-top: 30px !important; }

.p-t-30 {
  padding-top: 30px !important; }

.m-b-30 {
  margin-bottom: 30px !important; }

.p-b-30 {
  padding-bottom: 30px !important; }

.m-l-30 {
  margin-left: 30px !important; }

.p-l-30 {
  padding-left: 30px !important; }

.m-r-30 {
  margin-right: 30px !important; }

.p-r-30 {
  padding-right: 30px !important; }

.m-t-35 {
  margin-top: 35px !important; }

.p-t-35 {
  padding-top: 35px !important; }

.m-b-35 {
  margin-bottom: 35px !important; }

.p-b-35 {
  padding-bottom: 35px !important; }

.m-l-35 {
  margin-left: 35px !important; }

.p-l-35 {
  padding-left: 35px !important; }

.m-r-35 {
  margin-right: 35px !important; }

.p-r-35 {
  padding-right: 35px !important; }

.m-t-40 {
  margin-top: 40px !important; }

.p-t-40 {
  padding-top: 40px !important; }

.m-b-40 {
  margin-bottom: 40px !important; }

.p-b-40 {
  padding-bottom: 40px !important; }

.m-l-40 {
  margin-left: 40px !important; }

.p-l-40 {
  padding-left: 40px !important; }

.m-r-40 {
  margin-right: 40px !important; }

.p-r-40 {
  padding-right: 40px !important; }

.m-t-45 {
  margin-top: 45px !important; }

.p-t-45 {
  padding-top: 45px !important; }

.m-b-45 {
  margin-bottom: 45px !important; }

.p-b-45 {
  padding-bottom: 45px !important; }

.m-l-45 {
  margin-left: 45px !important; }

.p-l-45 {
  padding-left: 45px !important; }

.m-r-45 {
  margin-right: 45px !important; }

.p-r-45 {
  padding-right: 45px !important; }

.m-t-50 {
  margin-top: 50px !important; }

.p-t-50 {
  padding-top: 50px !important; }

.m-b-50 {
  margin-bottom: 50px !important; }

.p-b-50 {
  padding-bottom: 50px !important; }

.m-l-50 {
  margin-left: 50px !important; }

.p-l-50 {
  padding-left: 50px !important; }

.m-r-50 {
  margin-right: 50px !important; }

.p-r-50 {
  padding-right: 50px !important; }

.m-t-55 {
  margin-top: 55px !important; }

.p-t-55 {
  padding-top: 55px !important; }

.m-b-55 {
  margin-bottom: 55px !important; }

.p-b-55 {
  padding-bottom: 55px !important; }

.m-l-55 {
  margin-left: 55px !important; }

.p-l-55 {
  padding-left: 55px !important; }

.m-r-55 {
  margin-right: 55px !important; }

.p-r-55 {
  padding-right: 55px !important; }

.m-t-60 {
  margin-top: 60px !important; }

.p-t-60 {
  padding-top: 60px !important; }

.m-b-60 {
  margin-bottom: 60px !important; }

.p-b-60 {
  padding-bottom: 60px !important; }

.m-l-60 {
  margin-left: 60px !important; }

.p-l-60 {
  padding-left: 60px !important; }

.m-r-60 {
  margin-right: 60px !important; }

.p-r-60 {
  padding-right: 60px !important; }

.m-t-90 {
  margin-top: 90px !important; }

.p-t-90 {
  padding-top: 90px !important; }

.m-b-90 {
  margin-bottom: 90px !important; }

.p-b-90 {
  padding-bottom: 90px !important; }

.m-l-90 {
  margin-left: 90px !important; }

.p-l-90 {
  padding-left: 90px !important; }

.m-r-90 {
  margin-right: 90px !important; }

.p-r-90 {
  padding-right: 90px !important; }

.m-t-120 {
  margin-top: 120px !important; }

.p-t-120 {
  padding-top: 120px !important; }

.m-b-120 {
  margin-bottom: 120px !important; }

.p-b-120 {
  padding-bottom: 120px !important; }

.m-l-120 {
  margin-left: 120px !important; }

.p-l-120 {
  padding-left: 120px !important; }

.m-r-120 {
  margin-right: 120px !important; }

.p-r-120 {
  padding-right: 120px !important; }

.m-t-180 {
  margin-top: 180px !important; }

.p-t-180 {
  padding-top: 180px !important; }

.m-b-180 {
  margin-bottom: 180px !important; }

.p-b-180 {
  padding-bottom: 180px !important; }

.m-l-180 {
  margin-left: 180px !important; }

.p-l-180 {
  padding-left: 180px !important; }

.m-r-180 {
  margin-right: 180px !important; }

.p-r-180 {
  padding-right: 180px !important; }

.m-t-240 {
  margin-top: 240px !important; }

.p-t-240 {
  padding-top: 240px !important; }

.m-b-240 {
  margin-bottom: 240px !important; }

.p-b-240 {
  padding-bottom: 240px !important; }

.m-l-240 {
  margin-left: 240px !important; }

.p-l-240 {
  padding-left: 240px !important; }

.m-r-240 {
  margin-right: 240px !important; }

.p-r-240 {
  padding-right: 240px !important; }

.m-t-300 {
  margin-top: 300px !important; }

.p-t-300 {
  padding-top: 300px !important; }

.m-b-300 {
  margin-bottom: 300px !important; }

.p-b-300 {
  padding-bottom: 300px !important; }

.m-l-300 {
  margin-left: 300px !important; }

.p-l-300 {
  padding-left: 300px !important; }

.m-r-300 {
  margin-right: 300px !important; }

.p-r-300 {
  padding-right: 300px !important; }

.np {
  padding: none !important; }

.npt {
  padding-top: 0 !important; }

.npb {
  padding-bottom: 0 !important; }

.npl {
  padding-left: 0 !important; }

.npr {
  padding-right: 0 !important; }

.nm {
  margin: none !important; }

.nmt, section.program-index, section.program-index .program-container {
  margin-top: 0 !important; }

.nmb, section.program-index .program-container {
  margin-bottom: 0 !important; }

.nml {
  margin-left: 0 !important; }

.nmr {
  margin-right: 0 !important; }

.nb {
  border: none !important; }

.nbt, .find-index .linklist {
  border-top: 0 !important; }

.nbb {
  border-bottom: 0 !important; }

.nbl {
  border-left: 0 !important; }

.nbr {
  border-right: 0 !important; }

header {
  position: fixed;
  top: 0;
  transition: top 1.2s ease-in-out;
  width: 100%;
  height: var(--margin-top);
  transition: all .1s linear; }

/*body.topnav.nav-up {
  //@include for-phone-only{
  //  //background-color:#ffffffbd!important;
  //  //border-bottom-color:transparent!important;
  //}
  //@include for-tablet-portrait-up{
  //  //top: -100px;
  //  //background-color:transparent;
  //  //border-bottom-color:transparent;
  //}
  ////height:60px;
  ////@include for-tablet-portrait-up {
  ////  background: transparent!important;
  ////  border-bottom:3px solid transparent!important;
  ////  &:hover{
  ////    background: $white!important;
  ////    border-bottom:3px solid $black!important;
  ////  };
  ////}
}*/
.topnav {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 100;
  background-color: #fff;
  border-bottom: var(--border) solid #000; }
  .topnav button, .topnav .button {
    min-height: 2em; }
    .topnav button.back-button, .topnav .button.back-button {
      margin-left: 0.75em; }
      .topnav button.back-button svg, .topnav .button.back-button svg {
        margin-right: 5px; }
      .topnav button.back-button a, .topnav .button.back-button a {
        overflow: hidden;
        text-overflow: ellipsis; }
  .topnav .topnav-left {
    position: relative;
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    align-items: center;
    min-width: 0;
    overflow-x: hidden;
    padding-right: .5em;
    line-height: 1; }
    .topnav .topnav-left #welcome-msg {
      margin-left: 1em;
      display: block; }
      @media (max-width: 899px) {
        .topnav .topnav-left #welcome-msg {
          font-family: 'Panama';
          font-size: 26px;
          line-height: 1.16;
          font-weight: normal;
          font-style: normal;
          font-stretch: normal;
          font-size: 21px;
          line-height: 1.24;
          letter-spacing: -0.6px; } }
      @media (min-width: 900px) {
        .topnav .topnav-left #welcome-msg {
          font-family: 'Panama';
          font-size: 26px;
          line-height: 1.16;
          font-weight: normal;
          font-style: normal;
          font-stretch: normal;
          font-size: 26px;
          line-height: 1.25;
          letter-spacing: -0.9px; } }
    .topnav .topnav-left .logo {
      display: inline-block;
      width: 57px;
      height: 58px;
      border-bottom: none;
      transition: all 0.1s ease;
      flex-shrink: 0; }
      .topnav .topnav-left .logo svg {
        fill: #000;
        transition: transform 500ms ease; }
        .topnav .topnav-left .logo svg:hover {
          transform: scale(0.95) !important; }
      @media (max-width: 599px) {
        .topnav .topnav-left .logo {
          width: 34px;
          height: 34px; } }
    .topnav .topnav-left #bt-logo {
      width: 90px;
      height: 60px;
      transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 2.175); }
      @media (min-width: 600px) and (max-width: 899px) {
        .topnav .topnav-left #bt-logo {
          width: 60px;
          height: 40px; } }
      @media (max-width: 599px) {
        .topnav .topnav-left #bt-logo {
          display: none; } }
    .topnav .topnav-left #bt-logo-abstract {
      transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 2.175); }
      @media (min-width: 600px) {
        .topnav .topnav-left #bt-logo-abstract {
          display: none; } }
  .topnav .topnav-main {
    display: flex;
    flex-flow: row-reverse;
    justify-content: flex-end;
    align-items: center;
    flex-basis: 0;
    flex-grow: 2;
    height: 100%;
    overflow: hidden;
    padding-left: 5px; }
    .topnav .topnav-main #free-search-field {
      width: 100px;
      line-height: 1.4; }
      .topnav .topnav-main #free-search-field:hover {
        color: black; }
      .topnav .topnav-main #free-search-field:focus {
        width: auto; }
    .topnav .topnav-main .filter-btn {
      opacity: 1;
      pointer-events: all;
      width: initial; }
      .topnav .topnav-main .filter-btn button {
        min-height: 2em; }
      @media (max-width: 599px) {
        .topnav .topnav-main .filter-btn {
          margin-left: 0; } }
      .topnav .topnav-main .filter-btn .filter-shoutout {
        margin-right: 15px; }
        @media (max-width: 899px) {
          .topnav .topnav-main .filter-btn .filter-shoutout {
            font-family: 'Panama';
            font-size: 26px;
            line-height: 1.16;
            font-weight: normal;
            font-style: normal;
            font-stretch: normal;
            font-size: 21px;
            line-height: 1.24;
            letter-spacing: -0.6px; } }
        @media (min-width: 900px) {
          .topnav .topnav-main .filter-btn .filter-shoutout {
            font-family: 'Panama';
            font-size: 26px;
            line-height: 1.16;
            font-weight: normal;
            font-style: normal;
            font-stretch: normal;
            font-size: 26px;
            line-height: 1.25;
            letter-spacing: -0.9px; } }
        @media (max-width: 1199px) {
          .topnav .topnav-main .filter-btn .filter-shoutout {
            display: none; } }
    .topnav .topnav-main .btn-share, .topnav .topnav-main .share-button {
      display: none; }
      @media (min-width: 900px) {
        .topnav .topnav-main .btn-share, .topnav .topnav-main .share-button {
          display: none; } }
    .topnav .topnav-main .filter-header .search-parameter-placeholder {
      font-family: 'Panama';
      font-size: 26px;
      line-height: 1.16;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 26px;
      line-height: 1.25;
      letter-spacing: -0.9px; }
      @media (max-width: 599px) {
        .topnav .topnav-main .filter-header .search-parameter-placeholder {
          font-family: 'Panama';
          font-size: 26px;
          line-height: 1.16;
          font-weight: normal;
          font-style: normal;
          font-stretch: normal;
          font-size: 21px;
          line-height: 1.24;
          letter-spacing: -0.6px; } }
  .topnav .topnav-right {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    height: 100%;
    position: relative; }
    .topnav .topnav-right .nav-menu-btn {
      border-bottom: none;
      display: flex;
      align-items: center;
      /*
      &:after{
        content:'';
        width:0.75em;
        height:0.35em;
        margin-left:0.5em;
        display:inline-block;
        border-top:0.1em solid $black;
        border-bottom:0.1em solid $black;
      }
      */ }
      @media (max-width: 899px) {
        .topnav .topnav-right .nav-menu-btn > span {
          font-family: 'Lars';
          font-size: 24px;
          line-height: 1.4;
          font-weight: normal;
          font-style: normal;
          font-stretch: normal;
          font-size: 24px;
          line-height: 1.33;
          letter-spacing: -1px; } }
    .topnav .topnav-right .dosearch {
      display: none;
      min-width: 0.5em; }
      @media (max-width: 1199px) {
        .topnav .topnav-right .dosearch {
          display: inline-flex;
          align-items: center;
          border: none;
          color: black;
          margin: 0 0.5em 0 0;
          padding: 0.25em 0.8em 0.25em 0.8em;
          line-height: 1;
          text-decoration: none;
          cursor: pointer;
          text-align: center;
          -webkit-appearance: none;
          -moz-appearance: none;
          background-color: white;
          box-shadow: 0 0.1rem 0.3rem rgba(0, 0, 0, 0.25);
          -webkit-tap-highlight-color: transparent;
          transition: box-shadow .3s ease;
          border-radius: 16px;
          font-family: 'Lars';
          font-size: 24px;
          line-height: 1.4;
          font-weight: normal;
          font-style: normal;
          font-stretch: normal;
          font-size: 24px;
          line-height: 1.33;
          letter-spacing: -1px;
          padding: 0.31em 0.875em 0.25em 0.875em;
          border-radius: 16px;
          line-height: 1; }
          .topnav .topnav-right .dosearch.border-white {
            border-color: #FFFFFF; }
          .topnav .topnav-right .dosearch.bg-white {
            background-color: white; }
          .topnav .topnav-right .dosearch:hover {
            color: #ee0085;
            box-shadow: 0 0.1rem 0.3rem #ee008578; }
            .topnav .topnav-right .dosearch:hover svg *[fill='#000'] {
              fill: #ee0085; }
          .topnav .topnav-right .dosearch:focus {
            outline: 1px solid #fff;
            outline-offset: -4px; }
          .topnav .topnav-right .dosearch:active {
            color: currentColor; }
          .topnav .topnav-right .dosearch:hover:active {
            color: #ee0085; } }
      @media (min-width: 1200px) {
        .topnav .topnav-right .dosearch {
          display: inline-flex;
          align-items: center;
          border: none;
          color: black;
          margin: 0 0.5em 0 0;
          padding: 0.25em 0.8em 0.25em 0.8em;
          line-height: 1;
          text-decoration: none;
          cursor: pointer;
          text-align: center;
          -webkit-appearance: none;
          -moz-appearance: none;
          background-color: white;
          box-shadow: 0 0.1rem 0.3rem rgba(0, 0, 0, 0.25);
          -webkit-tap-highlight-color: transparent;
          transition: box-shadow .3s ease;
          border-radius: 16px;
          font-family: 'Lars';
          font-size: 24px;
          line-height: 1.4;
          font-weight: normal;
          font-style: normal;
          font-stretch: normal;
          font-size: 30px;
          line-height: 1.33;
          letter-spacing: -1.2px;
          padding: 0.24em 0.46em 0.23em 0.46em;
          border-radius: 16px;
          line-height: 1; }
          .topnav .topnav-right .dosearch.border-white {
            border-color: #FFFFFF; }
          .topnav .topnav-right .dosearch.bg-white {
            background-color: white; }
          .topnav .topnav-right .dosearch:hover {
            color: #ee0085;
            box-shadow: 0 0.1rem 0.3rem #ee008578; }
            .topnav .topnav-right .dosearch:hover svg *[fill='#000'] {
              fill: #ee0085; }
          .topnav .topnav-right .dosearch:focus {
            outline: 1px solid #fff;
            outline-offset: -4px; }
          .topnav .topnav-right .dosearch:active {
            color: currentColor; }
          .topnav .topnav-right .dosearch:hover:active {
            color: #ee0085; } }
      @media (max-width: 599px) {
        .topnav .topnav-right .dosearch:hover {
          background: initial;
          border: initial; } }
      .topnav .topnav-right .dosearch .checkmark {
        display: none; }
  .topnav .filter-header .search-parameter-placeholder {
    display: none; }

.program-index .topnav .filter-header .search-parameter-placeholder {
  display: inline-block; }

@media (max-width: 599px) {
  .topnav .topnav-main .logo {
    margin-right: 10px; }
  .topnav .filter-header .search-parameter-placeholder {
    display: none; } }

body.filter-enabled .gradient-spacer {
  width: var(--gutter);
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.52105) 29%, white 100%);
  position: absolute;
  left: calc(-1 * var(--gutter));
  pointer-events: none; }

body.filter-enabled .topnav .topnav-main .filter-btn {
  pointer-events: all;
  opacity: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center; }

@media (max-width: 1199px) {
  body.filter-enabled .topnav .topnav-right .first-level-login {
    display: none; } }

body.filter-enabled .topnav .topnav-right .first-level-login:before {
  content: '';
  background: transparent url("../gfx/icons.png") 0 0 no-repeat; }

body:not(.filter-persons-open) .topnav .topnav-right .dosearch {
  display: none; }

@media (max-width: 899px) {
  body:not(.filter-persons-open) section.program-index .program-container .sidebar {
    display: none; } }

@media (max-width: 599px) {
  body:not(.filter-persons-open) .sidebar_filters-wrapper {
    display: none; } }

.toggle-search {
  cursor: pointer;
  margin-left: 0.2em;
  margin-right: 0.7em; }

body.talentpress .topnav {
  background-color: #000;
  color: white;
  border-bottom-color: #fff; }
  @media (min-width: 600px) {
    body.talentpress .topnav .button:hover, body.talentpress .topnav .filter-btn #toggle-filter:hover, body.talentpress .topnav .topnav-right .dosearch:hover, body.talentpress .topnav .topnav-right #toggle-tp-about:hover {
      border-color: #ee0085;
      color: #ee0085; } }
  body.talentpress .topnav #menuToggle span {
    background: white; }

body.talentpress .search-overlay-buttons button {
  background: black;
  color: white;
  border-color: white; }

@media (min-width: 600px) {
  body.talentpress .button-num-results:hover {
    border-color: #ee0085;
    color: #ee0085; } }

body.content-overlay-open #toggle-tp-about {
  display: none; }

/*.topnav.modal{
  justify-content:flex-end;
  .topnav-right{
    align-self:flex-end;
    .close-btn{
      font-size:2em;
      width:1.4em;
      height:1.4em;
      background-color:red;
      border-bottom:none;
    }
  }
}*/
.navpanel, body:not(.talentpress) #mainnav, #filter-persons, #share-overlay, #content-overlay {
  position: fixed;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  left: 0;
  width: 100vw;
  z-index: 80;
  transition: transform 0.7s ease-in-out;
  height: calc(100vh - 100px);
  height: calc(var(--vh, 1vh) * 100)-100px;
  background-color: white; }

body:not(.talentpress) #mainnav {
  visibility: hidden;
  transition: none;
  z-index: 110;
  display: grid;
  overflow-x: hidden;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto auto auto auto;
  grid-template-areas: "menutop menutop" "navbox1  navbox2" "navbox3 navbox4" "navbox5 navbox6" "navbox7 navbox8";
  /*
  .navsidebarcontent{
    display:none;
    @include padding-gutter();
    @include padding-gutter("top", 0.6);
    grid-area:navsidebarcontent;
    background-color: $color-a;
    border-left:var(--border) solid $black;
    @include for-phone-only {
      border-top: var(--border) solid $black;
    }
    @include for-desktop-up {
      position:sticky;
      top:0;
      //height:calc(100vh - 100px);
      height:100vh;
    }

    #nsbswrapper{
      -webkit-overflow-scrolling: auto;
    }

    .featured-container{
        @extend .transform_all_03;
        opacity:0;
        overflow:auto;
        width:100%;
        &:not(:first-child){
          background: blue;
          margin-top:0px;
        }
        &>*{
          margin-bottom:2rem;
          &:last-child{
            margin-bottom:0;
          }
        }
        .no-image-item{
          display:block!important;
          white-space: initial;
          @include for-phone-only {
            max-width:300px;
          }
          @include for-tablet-portrait-up {
            max-width:400px;
          }
          @include grotesk-large;

          a{
            @include serif-large;
          }
        }
        .featured-item{
          flex-shrink: 0;

          .featured-image{
            margin:0 0 0.4em 0;

            img{
              width:100%;
              height:auto
            }
          }

          .featured-content{
            .headline{
              @extend .grotesk-s;
              //display:block;
            }
            .subline{
              @extend .serif-s;

            }
          }
        }
        
      }
  }*/
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }
  body:not(.talentpress) #mainnav .menutop {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: white;
    z-index: 99;
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    border-bottom: var(--border) solid #000;
    height: var(--margin-top);
    position: relative;
    grid-area: menutop; }
    @media (min-width: 600px) {
      body:not(.talentpress) #mainnav .menutop {
        font-family: 'Lars';
        font-size: 24px;
        line-height: 1.4;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 30px;
        line-height: 1.33;
        letter-spacing: -1.2px; } }
    @media (max-width: 1199px) {
      body:not(.talentpress) #mainnav .menutop {
        position: sticky;
        top: 0px; } }
    body:not(.talentpress) #mainnav .menutop .menutop-left {
      align-items: center; }
      body:not(.talentpress) #mainnav .menutop .menutop-left button {
        justify-content: center; }
    body:not(.talentpress) #mainnav .menutop .menutop-right {
      display: -webkit-box;
      display: -moz-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      align-items: center; }
      body:not(.talentpress) #mainnav .menutop .menutop-right > a {
        display: flex;
        height: 100%; }
        body:not(.talentpress) #mainnav .menutop .menutop-right > a .login-button {
          align-self: center; }
    body:not(.talentpress) #mainnav .menutop button {
      min-height: 2em; }
      body:not(.talentpress) #mainnav .menutop button .icon-large {
        height: 1.5em;
        margin: 0; }
      body:not(.talentpress) #mainnav .menutop button svg circle {
        fill: transparent; }
    body:not(.talentpress) #mainnav .menutop form {
      width: 100%;
      line-height: 1; }
      @media (min-width: 900px) {
        body:not(.talentpress) #mainnav .menutop form {
          padding-right: 1em; } }
      body:not(.talentpress) #mainnav .menutop form .global_search {
        display: block;
        width: 100%;
        padding: 0;
        padding-left: 0;
        color: inherit;
        text-align: center; }
        body:not(.talentpress) #mainnav .menutop form .global_search:focus {
          outline: none; }
        body:not(.talentpress) #mainnav .menutop form .global_search::-webkit-input-placeholder {
          color: #000;
          line-height: normal !important; }
        body:not(.talentpress) #mainnav .menutop form .global_search::-moz-placeholder {
          color: #000;
          line-height: normal !important; }
        body:not(.talentpress) #mainnav .menutop form .global_search:-ms-input-placeholder {
          color: #000;
          line-height: normal !important; }
        body:not(.talentpress) #mainnav .menutop form .global_search:-moz-placeholder {
          color: #000;
          line-height: normal !important; }
      body:not(.talentpress) #mainnav .menutop form .search-btn {
        position: absolute;
        right: 0; }
  body:not(.talentpress) #mainnav .navbox, body:not(.talentpress) #mainnav .navbox1, body:not(.talentpress) #mainnav .navbox2, body:not(.talentpress) #mainnav .navbox3, body:not(.talentpress) #mainnav .navbox4, body:not(.talentpress) #mainnav .navbox5, body:not(.talentpress) #mainnav .navbox6, body:not(.talentpress) #mainnav .navbox7, body:not(.talentpress) #mainnav .navbox8 {
    box-shadow: inset 1px -1px 0 #000;
    position: relative;
    left: -1px; }
    @media (max-width: 599px) {
      body:not(.talentpress) #mainnav .navbox, body:not(.talentpress) #mainnav .navbox1, body:not(.talentpress) #mainnav .navbox2, body:not(.talentpress) #mainnav .navbox3, body:not(.talentpress) #mainnav .navbox4, body:not(.talentpress) #mainnav .navbox5, body:not(.talentpress) #mainnav .navbox6, body:not(.talentpress) #mainnav .navbox7, body:not(.talentpress) #mainnav .navbox8 {
        font-family: 'Lars';
        font-size: 24px;
        line-height: 1.4;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 24px;
        line-height: 1.33;
        letter-spacing: -1px; } }
    @media (min-width: 600px) {
      body:not(.talentpress) #mainnav .navbox, body:not(.talentpress) #mainnav .navbox1, body:not(.talentpress) #mainnav .navbox2, body:not(.talentpress) #mainnav .navbox3, body:not(.talentpress) #mainnav .navbox4, body:not(.talentpress) #mainnav .navbox5, body:not(.talentpress) #mainnav .navbox6, body:not(.talentpress) #mainnav .navbox7, body:not(.talentpress) #mainnav .navbox8 {
        font-family: 'Lars';
        font-size: 24px;
        line-height: 1.4;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 30px;
        line-height: 1.33;
        letter-spacing: -1.2px; } }
    @media (min-width: 1200px) {
      body:not(.talentpress) #mainnav .navbox, body:not(.talentpress) #mainnav .navbox1, body:not(.talentpress) #mainnav .navbox2, body:not(.talentpress) #mainnav .navbox3, body:not(.talentpress) #mainnav .navbox4, body:not(.talentpress) #mainnav .navbox5, body:not(.talentpress) #mainnav .navbox6, body:not(.talentpress) #mainnav .navbox7, body:not(.talentpress) #mainnav .navbox8 {
        font-family: 'Lars';
        font-size: 24px;
        line-height: 1.4;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 42px;
        line-height: 1.24;
        letter-spacing: -0.0642857em; } }
    @media (max-width: 599px) {
      body:not(.talentpress) #mainnav .navbox, body:not(.talentpress) #mainnav .navbox1, body:not(.talentpress) #mainnav .navbox2, body:not(.talentpress) #mainnav .navbox3, body:not(.talentpress) #mainnav .navbox4, body:not(.talentpress) #mainnav .navbox5, body:not(.talentpress) #mainnav .navbox6, body:not(.talentpress) #mainnav .navbox7, body:not(.talentpress) #mainnav .navbox8 {
        padding: 4vw; } }
    @media (min-width: 600px) and (max-width: 899px) {
      body:not(.talentpress) #mainnav .navbox, body:not(.talentpress) #mainnav .navbox1, body:not(.talentpress) #mainnav .navbox2, body:not(.talentpress) #mainnav .navbox3, body:not(.talentpress) #mainnav .navbox4, body:not(.talentpress) #mainnav .navbox5, body:not(.talentpress) #mainnav .navbox6, body:not(.talentpress) #mainnav .navbox7, body:not(.talentpress) #mainnav .navbox8 {
        padding: 5.46875vw; } }
    @media (min-width: 900px) and (max-width: 1199px) {
      body:not(.talentpress) #mainnav .navbox, body:not(.talentpress) #mainnav .navbox1, body:not(.talentpress) #mainnav .navbox2, body:not(.talentpress) #mainnav .navbox3, body:not(.talentpress) #mainnav .navbox4, body:not(.talentpress) #mainnav .navbox5, body:not(.talentpress) #mainnav .navbox6, body:not(.talentpress) #mainnav .navbox7, body:not(.talentpress) #mainnav .navbox8 {
        padding: 5.46875vw; } }
    @media (min-width: 1200px) and (max-width: 1799px) {
      body:not(.talentpress) #mainnav .navbox, body:not(.talentpress) #mainnav .navbox1, body:not(.talentpress) #mainnav .navbox2, body:not(.talentpress) #mainnav .navbox3, body:not(.talentpress) #mainnav .navbox4, body:not(.talentpress) #mainnav .navbox5, body:not(.talentpress) #mainnav .navbox6, body:not(.talentpress) #mainnav .navbox7, body:not(.talentpress) #mainnav .navbox8 {
        padding: 3.66013vw; } }
    @media (min-width: 1800px) {
      body:not(.talentpress) #mainnav .navbox, body:not(.talentpress) #mainnav .navbox1, body:not(.talentpress) #mainnav .navbox2, body:not(.talentpress) #mainnav .navbox3, body:not(.talentpress) #mainnav .navbox4, body:not(.talentpress) #mainnav .navbox5, body:not(.talentpress) #mainnav .navbox6, body:not(.talentpress) #mainnav .navbox7, body:not(.talentpress) #mainnav .navbox8 {
        padding: 2.8646vw; } }
    @media (max-width: 599px) {
      body:not(.talentpress) #mainnav .navbox, body:not(.talentpress) #mainnav .navbox1, body:not(.talentpress) #mainnav .navbox2, body:not(.talentpress) #mainnav .navbox3, body:not(.talentpress) #mainnav .navbox4, body:not(.talentpress) #mainnav .navbox5, body:not(.talentpress) #mainnav .navbox6, body:not(.talentpress) #mainnav .navbox7, body:not(.talentpress) #mainnav .navbox8 {
        padding-top: 3vw; } }
    @media (min-width: 600px) and (max-width: 899px) {
      body:not(.talentpress) #mainnav .navbox, body:not(.talentpress) #mainnav .navbox1, body:not(.talentpress) #mainnav .navbox2, body:not(.talentpress) #mainnav .navbox3, body:not(.talentpress) #mainnav .navbox4, body:not(.talentpress) #mainnav .navbox5, body:not(.talentpress) #mainnav .navbox6, body:not(.talentpress) #mainnav .navbox7, body:not(.talentpress) #mainnav .navbox8 {
        padding-top: 4.10156vw; } }
    @media (min-width: 900px) and (max-width: 1199px) {
      body:not(.talentpress) #mainnav .navbox, body:not(.talentpress) #mainnav .navbox1, body:not(.talentpress) #mainnav .navbox2, body:not(.talentpress) #mainnav .navbox3, body:not(.talentpress) #mainnav .navbox4, body:not(.talentpress) #mainnav .navbox5, body:not(.talentpress) #mainnav .navbox6, body:not(.talentpress) #mainnav .navbox7, body:not(.talentpress) #mainnav .navbox8 {
        padding-top: 4.10156vw; } }
    @media (min-width: 1200px) and (max-width: 1799px) {
      body:not(.talentpress) #mainnav .navbox, body:not(.talentpress) #mainnav .navbox1, body:not(.talentpress) #mainnav .navbox2, body:not(.talentpress) #mainnav .navbox3, body:not(.talentpress) #mainnav .navbox4, body:not(.talentpress) #mainnav .navbox5, body:not(.talentpress) #mainnav .navbox6, body:not(.talentpress) #mainnav .navbox7, body:not(.talentpress) #mainnav .navbox8 {
        padding-top: 2.7451vw; } }
    @media (min-width: 1800px) {
      body:not(.talentpress) #mainnav .navbox, body:not(.talentpress) #mainnav .navbox1, body:not(.talentpress) #mainnav .navbox2, body:not(.talentpress) #mainnav .navbox3, body:not(.talentpress) #mainnav .navbox4, body:not(.talentpress) #mainnav .navbox5, body:not(.talentpress) #mainnav .navbox6, body:not(.talentpress) #mainnav .navbox7, body:not(.talentpress) #mainnav .navbox8 {
        padding-top: 2.14845vw; } }
  body:not(.talentpress) #mainnav .navbox1 {
    grid-area: navbox1; }
  body:not(.talentpress) #mainnav .navbox2 {
    grid-area: navbox2; }
  body:not(.talentpress) #mainnav .navbox3 {
    grid-area: navbox3; }
  body:not(.talentpress) #mainnav .navbox4 {
    grid-area: navbox4; }
  body:not(.talentpress) #mainnav .navbox5 {
    grid-area: navbox5; }
  body:not(.talentpress) #mainnav .navbox6 {
    grid-area: navbox6; }
  body:not(.talentpress) #mainnav .navbox7 {
    grid-area: navbox7; }
  body:not(.talentpress) #mainnav .navbox8 {
    grid-area: navbox8; }
  body:not(.talentpress) #mainnav .navheader > a {
    display: none; }
  @media (max-width: 599px) {
    body:not(.talentpress) #mainnav .navlist {
      font-family: 'Panama';
      font-size: 26px;
      line-height: 1.16;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 21px;
      line-height: 1.24;
      letter-spacing: -0.6px; } }
  @media (min-width: 600px) {
    body:not(.talentpress) #mainnav .navlist {
      font-family: 'Panama';
      font-size: 26px;
      line-height: 1.16;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 26px;
      line-height: 1.25;
      letter-spacing: -0.9px; } }
  @media (min-width: 1200px) {
    body:not(.talentpress) #mainnav .navlist {
      font-family: 'Panama';
      font-size: 26px;
      line-height: 1.16;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 32px;
      line-height: 1.25;
      letter-spacing: -0.9px; } }
  body:not(.talentpress) #mainnav .footernav {
    grid-area: footernav;
    margin-top: 3em;
    display: block;
    width: 100%; }
    @media (max-width: 599px) {
      body:not(.talentpress) #mainnav .footernav {
        padding: 4vw; } }
    @media (min-width: 600px) and (max-width: 899px) {
      body:not(.talentpress) #mainnav .footernav {
        padding: 5.46875vw; } }
    @media (min-width: 900px) and (max-width: 1199px) {
      body:not(.talentpress) #mainnav .footernav {
        padding: 5.46875vw; } }
    @media (min-width: 1200px) and (max-width: 1799px) {
      body:not(.talentpress) #mainnav .footernav {
        padding: 3.66013vw; } }
    @media (min-width: 1800px) {
      body:not(.talentpress) #mainnav .footernav {
        padding: 2.8646vw; } }
    body:not(.talentpress) #mainnav .footernav ul {
      display: flex;
      justify-content: space-between;
      width: 100%; }
      body:not(.talentpress) #mainnav .footernav ul li {
        display: inline-block;
        margin-right: 1.5em;
        font-family: 'Panama';
        font-size: 26px;
        line-height: 1.16;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 26px;
        line-height: 1.25;
        letter-spacing: -0.9px; }
      body:not(.talentpress) #mainnav .footernav ul li:last-child {
        margin-right: 0; }
    @media (max-width: 1199px) {
      body:not(.talentpress) #mainnav .footernav ul {
        justify-content: flex-start; } }
    @media (max-width: 599px) {
      body:not(.talentpress) #mainnav .footernav {
        background-color: #000;
        color: #fff;
        margin-top: 0; }
        body:not(.talentpress) #mainnav .footernav ul {
          display: block; }
          body:not(.talentpress) #mainnav .footernav ul li {
            display: list-item;
            font-family: 'Panama';
            font-size: 26px;
            line-height: 1.16;
            font-weight: normal;
            font-style: normal;
            font-stretch: normal;
            font-size: 16px;
            line-height: 1.31;
            letter-spacing: -0.5px;
            padding-bottom: 0.25em; } }
  body:not(.talentpress) #mainnav .navlist a:hover {
    border-bottom: none;
    color: currentColor;
    text-decoration: none;
    background: transparent;
    background-image: linear-gradient(black, black);
    background-size: 1px 1px;
    background-repeat: repeat-x;
    background-position: 0% 100%; }
    body:not(.talentpress) #mainnav .navlist a:hover:hover {
      background-image: linear-gradient(#ee0085, #ee0085); }
  @media (max-width: 1199px) {
    body:not(.talentpress) #mainnav {
      grid-template-columns: 50% 50%;
      grid-template-rows: auto auto auto auto auto;
      grid-template-areas: "menutop menutop" "navbox1  navbox2" "navbox3  navbox4" "navbox5  navbox6" "navbox7  navbox8";
      /*.navsidebarcontent{
      border-left:none;
      padding:0;
      border-top:var(--border) solid $black;
      border-bottom:var(--border) solid $black;
      overflow: initial;
      // overflow-x:hidden;
      // overflow-y:visible;

      cursor:move;
      
      .featured-container{
        overflow:visible;
        display:flex;
        // width:100%;
        padding-bottom: 1.875em;
        padding-top: 1.875em;
    
        &>*{
          margin-bottom:0;
        }
        
        .featured-item{
          display:flex;
          padding-left:var(--gutter);
          padding-right:var(--gutter);

          .featured-image{
            display: block;
            float: left;
            width: 33.333vw;
            margin-right:30px;

            img{
              width:100%;
              height:auto
            }
          }

          .featured-content{
            float:right;
            width: 33.333vw;
            .headline{
              display:block;
              
            }
            .subline{
              
            }
          }
        }
        .shoutout{
          flex-shrink:0;
        }
      }
    }*/ } }
  @media (min-width: 600px) and (max-width: 899px) {
    body:not(.talentpress) #mainnav {
      grid-template-areas: "menutop menutop" "navbox1  navbox2" "navbox3  navbox4" "navbox5  navbox6" "navbox7  navbox7" "navbox8  navbox8"; } }
  @media (max-width: 599px) {
    body:not(.talentpress) #mainnav {
      grid-template-columns: 100%;
      grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto;
      grid-template-areas: "menutop" "navbox1" "navbox2" "navbox3" "navbox4" "navbox5" "navbox6" "navbox7" "navbox8" "navsidebarcontent" "footernav";
      /*.navsidebarcontent{
      border-left:none;
      padding:0;

      .featured-container{
        padding-top:.75em;
        padding-bottom:.75em;
        figure{
          margin-right:15px;
        }
        .featured-item{

          .featured-image{
            width: 40vw;
          }

          .featured-content{
            width: 40vw;
            .headline{
              @include grotesk-xs;
            }
            .subline{
              @include serif-xxs;
            }
          }
        }
      }
    }*/ }
      body:not(.talentpress) #mainnav .menutop {
        font-family: 'Lars';
        font-size: 24px;
        line-height: 1.4;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 24px;
        line-height: 1.33;
        letter-spacing: -1px; }
      body:not(.talentpress) #mainnav .navbox, body:not(.talentpress) #mainnav .navbox1, body:not(.talentpress) #mainnav .navbox2, body:not(.talentpress) #mainnav .navbox3, body:not(.talentpress) #mainnav .navbox4, body:not(.talentpress) #mainnav .navbox5, body:not(.talentpress) #mainnav .navbox6, body:not(.talentpress) #mainnav .navbox7, body:not(.talentpress) #mainnav .navbox8 {
        font-family: 'Lars';
        font-size: 24px;
        line-height: 1.4;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 42px;
        line-height: 1.24;
        letter-spacing: -0.0642857em; } }
    @media (max-width: 599px) and (max-width: 599px) {
      body:not(.talentpress) #mainnav .navbox, body:not(.talentpress) #mainnav .navbox1, body:not(.talentpress) #mainnav .navbox2, body:not(.talentpress) #mainnav .navbox3, body:not(.talentpress) #mainnav .navbox4, body:not(.talentpress) #mainnav .navbox5, body:not(.talentpress) #mainnav .navbox6, body:not(.talentpress) #mainnav .navbox7, body:not(.talentpress) #mainnav .navbox8 {
        padding: 4vw; } }
    @media (max-width: 599px) and (min-width: 600px) and (max-width: 899px) {
      body:not(.talentpress) #mainnav .navbox, body:not(.talentpress) #mainnav .navbox1, body:not(.talentpress) #mainnav .navbox2, body:not(.talentpress) #mainnav .navbox3, body:not(.talentpress) #mainnav .navbox4, body:not(.talentpress) #mainnav .navbox5, body:not(.talentpress) #mainnav .navbox6, body:not(.talentpress) #mainnav .navbox7, body:not(.talentpress) #mainnav .navbox8 {
        padding: 5.46875vw; } }
    @media (max-width: 599px) and (min-width: 900px) and (max-width: 1199px) {
      body:not(.talentpress) #mainnav .navbox, body:not(.talentpress) #mainnav .navbox1, body:not(.talentpress) #mainnav .navbox2, body:not(.talentpress) #mainnav .navbox3, body:not(.talentpress) #mainnav .navbox4, body:not(.talentpress) #mainnav .navbox5, body:not(.talentpress) #mainnav .navbox6, body:not(.talentpress) #mainnav .navbox7, body:not(.talentpress) #mainnav .navbox8 {
        padding: 5.46875vw; } }
    @media (max-width: 599px) and (min-width: 1200px) and (max-width: 1799px) {
      body:not(.talentpress) #mainnav .navbox, body:not(.talentpress) #mainnav .navbox1, body:not(.talentpress) #mainnav .navbox2, body:not(.talentpress) #mainnav .navbox3, body:not(.talentpress) #mainnav .navbox4, body:not(.talentpress) #mainnav .navbox5, body:not(.talentpress) #mainnav .navbox6, body:not(.talentpress) #mainnav .navbox7, body:not(.talentpress) #mainnav .navbox8 {
        padding: 3.66013vw; } }
    @media (max-width: 599px) and (min-width: 1800px) {
      body:not(.talentpress) #mainnav .navbox, body:not(.talentpress) #mainnav .navbox1, body:not(.talentpress) #mainnav .navbox2, body:not(.talentpress) #mainnav .navbox3, body:not(.talentpress) #mainnav .navbox4, body:not(.talentpress) #mainnav .navbox5, body:not(.talentpress) #mainnav .navbox6, body:not(.talentpress) #mainnav .navbox7, body:not(.talentpress) #mainnav .navbox8 {
        padding: 2.8646vw; } }
  @media (max-width: 599px) {
        body:not(.talentpress) #mainnav .navbox a, body:not(.talentpress) #mainnav .navbox1 a, body:not(.talentpress) #mainnav .navbox2 a, body:not(.talentpress) #mainnav .navbox3 a, body:not(.talentpress) #mainnav .navbox4 a, body:not(.talentpress) #mainnav .navbox5 a, body:not(.talentpress) #mainnav .navbox6 a, body:not(.talentpress) #mainnav .navbox7 a, body:not(.talentpress) #mainnav .navbox8 a {
          white-space: normal; }
      body:not(.talentpress) #mainnav .navheader a {
        display: inline-block; }
      body:not(.talentpress) #mainnav .navheader label {
        display: none; }
      body:not(.talentpress) #mainnav .navlist {
        font-family: 'Panama';
        font-size: 26px;
        line-height: 1.16;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 32px;
        line-height: 1.25;
        letter-spacing: -0.9px; } }

body.mainnav-open #bt-logo, body.mainnav-open #bt-logo-abstract {
  transform: translateX(-10%); }

body.mainnav-open #mainnav {
  overflow-y: auto !important;
  transform: translateY(0);
  visibility: visible; }
  body.mainnav-open #mainnav:before, body.mainnav-open #mainnav:after {
    content: ' ';
    display: block;
    width: 100%;
    height: 100px;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: -1;
    top: -100px;
    left: 0; }
  body.mainnav-open #mainnav:after {
    bottom: -100px; }
  body.mainnav-open #mainnav.dragging {
    overflow-y: hidden !important; }
    body.mainnav-open #mainnav.dragging .navsidebarcontent {
      background-color: white; }

body.mainnav-open .search-overlay-buttons {
  display: none; }

.sidebar .filter-persons_toggler {
  height: 50px;
  padding: 0 var(--gutter);
  justify-content: space-between;
  align-items: center;
  position: sticky;
  top: 0;
  background-color: #fff;
  z-index: 99; }
  @media (min-width: 900px) {
    .sidebar .filter-persons_toggler {
      display: none; } }
  @media (min-width: 900px) {
    .sidebar .filter-persons_toggler {
      padding-right: calc(var(--gutter) / 2); } }
  .sidebar .filter-persons_toggler .filter-persons_toggler_controlls {
    padding-right: calc(var(--gutter) / 2);
    align-items: center; }

#filter-persons {
  user-select: none;
  transform: translateX(-100%);
  margin-top: var(--margin-top);
  height: 100%;
  z-index: 200;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden; }
  @media (min-width: 1200px) and (max-width: 1799px) {
    #filter-persons {
      max-width: 30%; } }
  @media (min-width: 1800px) {
    #filter-persons {
      max-width: 30%; } }
  @media (max-width: 1199px) {
    #filter-persons {
      width: 50%; } }
  @media (max-width: 599px) {
    #filter-persons {
      width: 100%; } }
  #filter-persons .filter-persons_toggler {
    height: 50px;
    padding: 0 calc(var(--gutter)/2) 0 var(--gutter);
    justify-content: space-between;
    align-items: center; }
    @media (min-width: 600px) {
      #filter-persons .filter-persons_toggler {
        border-right: 1px solid black; } }
    #filter-persons .filter-persons_toggler .filter-persons_toggler_controlls {
      padding-right: calc(var(--gutter) / 2);
      align-items: center; }
  #filter-persons .valuefield {
    white-space: nowrap; }
  #filter-persons .close-filter:after {
    display: inline-block;
    content: '\2715';
    top: 0;
    right: 0; }
  #filter-persons .filter-persons-content {
    position: relative;
    height: calc(100% - var(--margin-top, 100px) - 50px);
    overflow: hidden;
    display: flex; }
    #filter-persons .filter-persons-content > div {
      flex-grow: 1;
      flex-basis: 50%;
      box-sizing: border-box;
      height: 100%;
      overflow-y: auto; }
    #filter-persons .filter-persons-content .label {
      white-space: nowrap; }
    #filter-persons .filter-persons-content .filters-list {
      max-height: 100%;
      overflow-y: auto;
      -webkit-overflow-scrolling: touch;
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 30px;
      line-height: 1.33;
      letter-spacing: -1.2px;
      box-sizing: border-box; }
      #filter-persons .filter-persons-content .filters-list .filter-persons-panel {
        position: absolute;
        width: 50%;
        left: 50%;
        top: 0px;
        max-height: 101%;
        overflow-y: auto;
        box-sizing: border-box; }
      #filter-persons .filter-persons-content .filters-list > li, #filter-persons .filter-persons-content .filters-list > div {
        padding-top: 2.44vw;
        padding-bottom: 1.83vw;
        box-sizing: border-box;
        cursor: pointer;
        transition: background-color 0.3s cubic-bezier(0.77, 0.2, 0.05, 1); }
        @media screen and (max-width: 1024px) {
          #filter-persons .filter-persons-content .filters-list > li, #filter-persons .filter-persons-content .filters-list > div {
            padding: 2.44vw 1.83vw 1.83vw 1.83vw; } }
        @media screen and (max-width: 375px) {
          #filter-persons .filter-persons-content .filters-list > li, #filter-persons .filter-persons-content .filters-list > div {
            padding: 1.098vw 1.098vw 1.3908vw 1.098vw; } }
        #filter-persons .filter-persons-content .filters-list > li label, #filter-persons .filter-persons-content .filters-list > div label {
          display: inline-block; }
        #filter-persons .filter-persons-content .filters-list > li .selected-counter, #filter-persons .filter-persons-content .filters-list > div .selected-counter {
          font-family: 'Panama';
          font-size: 0.5714em;
          vertical-align: top;
          padding-left: 0.1em;
          display: none; }
      #filter-persons .filter-persons-content .filters-list .filter-persons-toggle {
        border-bottom: var(--border) solid #000;
        display: flex;
        align-items: center;
        flex-grow: 1; }
      #filter-persons .filter-persons-content .filters-list #filter-persons-toggle-default {
        display: none;
        width: 0;
        height: 0; }
      #filter-persons .filter-persons-content .filters-list .filter-persons-panel {
        border-bottom: var(--border) solid #000; }
      #filter-persons .filter-persons-content .filters-list #filter-persons-mystuff a {
        color: rgba(0, 0, 0, 0.33);
        border-bottom: none;
        margin-right: 3.66vw; }
    #filter-persons .filter-persons-content .filter-content {
      position: relative;
      overflow-x: hidden;
      overflow-y: auto;
      flex: 0 0 0;
      padding: 0;
      transition: flex .8s ease; }
      @media (max-width: 899px) {
        #filter-persons .filter-persons-content .filter-content {
          font-family: 'Lars';
          font-size: 24px;
          line-height: 1.4;
          font-weight: normal;
          font-style: normal;
          font-stretch: normal;
          font-size: 19px;
          line-height: 1.37;
          letter-spacing: -0.6px; } }
      @media (min-width: 900px) {
        #filter-persons .filter-persons-content .filter-content {
          font-family: 'Lars';
          font-size: 24px;
          line-height: 1.4;
          font-weight: normal;
          font-style: normal;
          font-stretch: normal;
          font-size: 24px;
          line-height: 1.33;
          letter-spacing: -1px; } }
      #filter-persons .filter-persons-content .filter-content:not(.press-content) {
        background: #dfdde1; }
      #filter-persons .filter-persons-content .filter-content.press-content {
        background: black; }
      #filter-persons .filter-persons-content .filter-content .filter-persons-panel {
        padding: 2em var(--gutter); }
        @media (min-width: 1200px) {
          #filter-persons .filter-persons-content .filter-content .filter-persons-panel .back-filter-wrapper {
            position: fixed;
            top: 1em;
            right: 1em; } }
      #filter-persons .filter-persons-content .filter-content .search-select-container > div {
        cursor: pointer;
        line-height: 1.45; }
        #filter-persons .filter-persons-content .filter-content .search-select-container > div .valueset, #filter-persons .filter-persons-content .filter-content .search-select-container > div .valuefield:last-of-type {
          margin-bottom: 15px; }
        #filter-persons .filter-persons-content .filter-content .search-select-container > div .valueset[data-status='active']:after {
          content: '↴';
          position: absolute;
          margin-left: 15px; }
        #filter-persons .filter-persons-content .filter-content .search-select-container > div > span.null_value .optionfacet {
          display: none; }
        @media (max-width: 599px) {
          #filter-persons .filter-persons-content .filter-content .search-select-container > div {
            margin-bottom: 10px; } }
      #filter-persons .filter-persons-content .filter-content .search-select-container > div.low-filter-warning {
        white-space: nowrap; }
        @media (min-width: 600px) {
          #filter-persons .filter-persons-content .filter-content .search-select-container > div.low-filter-warning {
            display: block; } }
      #filter-persons .filter-persons-content .filter-content .optionfacet {
        vertical-align: super;
        padding-left: 10px;
        margin-left: 0;
        text-decoration: none;
        font-family: 'Panama';
        font-size: 26px;
        line-height: 1.16;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 16px;
        line-height: 1.31;
        letter-spacing: -0.5px; }
        @media (max-width: 899px) {
          #filter-persons .filter-persons-content .filter-content .optionfacet {
            font-size: 12px; } }
      #filter-persons .filter-persons-content .filter-content #filter-persons-panel-name .tt-selectable {
        cursor: pointer; }
    #filter-persons .filter-persons-content input.filter-input {
      background: #dfdde1;
      margin-bottom: 0.5em; }
    #filter-persons .filter-persons-content .twitter-typeahead {
      width: 100%; }
    #filter-persons .filter-persons-content #name_field, #filter-persons .filter-persons-content #country_filter_input_field {
      width: 100%; }
  #filter-persons div.selected span:first-child {
    border-bottom: none;
    color: currentColor;
    text-decoration: none;
    background: transparent;
    background-image: linear-gradient(#000, #000);
    background-size: 1px 1px;
    background-repeat: repeat-x;
    background-position: 0% 100%; }
    #filter-persons div.selected span:first-child:hover {
      background-image: linear-gradient(#ee0085, #ee0085); }

#filter-persons.filter-press {
  background-color: #000; }
  #filter-persons.filter-press div {
    border-color: white !important; }
  #filter-persons.filter-press .filters-list .slick-list {
    padding: 0 !important; }
    #filter-persons.filter-press .filters-list .slick-list .slick-track {
      transform: translateX(0) !important;
      width: auto !important;
      display: flex;
      justify-content: center; }
      #filter-persons.filter-press .filters-list .slick-list .slick-track .slick-slide {
        flex-grow: 1;
        text-align: center; }
        #filter-persons.filter-press .filters-list .slick-list .slick-track .slick-slide:nth-child(1) .label {
          border-left: none; }
      #filter-persons.filter-press .filters-list .slick-list .slick-track .slick-current {
        color: black; }
      #filter-persons.filter-press .filters-list .slick-list .slick-track #filter-persons-toggle-default {
        display: none; }
  #filter-persons.filter-press div.selected span:first-child {
    border-bottom: none;
    color: currentColor;
    text-decoration: none;
    background: transparent;
    background-image: linear-gradient(#fff, #fff);
    background-size: 1px 2px;
    background-repeat: repeat-x;
    background-position: 0% 100%; }
    #filter-persons.filter-press div.selected span:first-child:hover {
      background-image: linear-gradient(#ee0085, #ee0085); }

#filter-persons.filter-persons .filters-list, #filter-persons.filter-projects .filters-list, #filter-persons.filter-press .filters-list {
  display: flex;
  flex-direction: column; }
  #filter-persons.filter-persons .filters-list .filter-persons-toggle, #filter-persons.filter-projects .filters-list .filter-persons-toggle, #filter-persons.filter-press .filters-list .filter-persons-toggle {
    flex-grow: 1;
    display: flex;
    align-items: center; }

#filter-persons.filter-talks .filters-list {
  display: flex;
  flex-direction: column; }
  #filter-persons.filter-talks .filters-list .filter-persons-toggle {
    flex-grow: 1;
    display: flex;
    align-items: center; }
  #filter-persons.filter-talks .filters-list .filter-persons-toggle:last-child {
    border-bottom: none; }

#filter-persons.filter-index .filters-list {
  display: flex;
  flex-direction: column; }
  #filter-persons.filter-index .filters-list .slick-list {
    padding: 0 !important; }
  #filter-persons.filter-index .filters-list .label {
    text-align: center; }
  #filter-persons.filter-index .filters-list .slick-slide:nth-child(1) .label {
    border-left: none !important; }

.filter-header {
  padding: 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  vertical-align: center;
  overflow-x: hidden; }
  .filter-header .placeholder-section {
    display: flex; }
  @media (max-width: 599px) {
    .filter-header .search-parameter-placeholder {
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 19px;
      line-height: 1.37;
      letter-spacing: -0.6px; } }
  @media (min-width: 600px) {
    .filter-header .search-parameter-placeholder {
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 24px;
      line-height: 1.33;
      letter-spacing: -1px; } }
  @media (min-width: 1200px) {
    .filter-header .search-parameter-placeholder {
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 30px;
      line-height: 1.33;
      letter-spacing: -1.2px; } }
  .filter-header #parameter-list-wrapper {
    position: relative;
    overflow-x: auto; }
  .filter-header #parameter-list {
    display: table-cell;
    white-space: nowrap;
    overflow: hidden; }
    @media (max-width: 899px) {
      .filter-header #parameter-list {
        font-family: 'Lars';
        font-size: 24px;
        line-height: 1.4;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 19px;
        line-height: 1.37;
        letter-spacing: -0.6px; } }
    @media (min-width: 900px) {
      .filter-header #parameter-list {
        font-family: 'Lars';
        font-size: 24px;
        line-height: 1.4;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 24px;
        line-height: 1.33;
        letter-spacing: -1px; } }
    @media (max-width: 599px) {
      .filter-header #parameter-list {
        font-family: 'Lars';
        font-size: 24px;
        line-height: 1.4;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 19px;
        line-height: 1.37;
        letter-spacing: -0.6px; } }
    .filter-header #parameter-list .slick-slide {
      padding: 0 0.75em 0 0; }
  .filter-header .nav-right-action {
    right: 50px;
    position: absolute; }
  .filter-header .search-value {
    position: relative;
    cursor: pointer;
    padding-right: 0.6em;
    margin-right: 0.5em;
    white-space: nowrap;
    display: inline-block; }
    @media (max-width: 599px) {
      .filter-header .search-value {
        padding-right: 1em; } }
    .filter-header .search-value span:after {
      font-size: 0.75em;
      display: inline-block;
      content: '\2715';
      position: absolute;
      top: -3px;
      right: -5px; }
      @media (max-width: 599px) {
        .filter-header .search-value span:after {
          font-size: 1em;
          top: 0;
          right: -10px;
          color: #ee0085;
          margin-left: 5px;
          margin-right: 10px; } }
  .filter-header .checkmark {
    display: none; }
  .filter-header .label {
    display: inline-block; }

#participations_ss_field, #specialprogramme_combined_ss_field, #years_ss_field {
  /*> div:not(.back-filter-wrapper) {
    @include for-tablet-portrait-up {
      @include row(2);
    }
    @include for-desktop-only {
      @include row(3);
    }
    @include for-big-desktop-up {
      @include row(4);
    }
    .valueset{
      @include for-tablet-portrait-up {
        @include col(2);
      }
      @include for-desktop-only {
        @include col(3);
      }
    }
    .valuefield{
      @include pull-into-gutter();
      @include for-tablet-portrait-up {
        @include col(2, 2);
      }
      @include for-desktop-only {
        @include col(2, 2);
      }
    }
  }*/ }

@media (max-width: 899px) {
  body.filter-persons-open {
    overflow: hidden; } }

body.filter-persons-open #filter-persons {
  transform: translateX(0);
  visibility: visible; }

@media (max-width: 899px) {
  body.filter-persons-open .program-index {
    overflow: hidden; } }

@media (max-width: 899px) {
  body.filter-persons-open .sidebar {
    display: block; } }

@media (min-width: 900px) {
  body.filter-persons-open .sidebar_filters-wrapper {
    pointer-events: all; } }

@media (max-width: 899px) {
  body.filter-persons-open .eventlist {
    opacity: .5; } }

body.filter-persons-open .topnav .topnav-left {
  display: none; }

body.filter-persons-open .topnav .topnav-main #toggle-filter, body.filter-persons-open .topnav .topnav-main .toggle-search {
  pointer-events: none;
  display: none; }

body.filter-persons-open .topnav .topnav-main .filter-btn {
  display: none;
  pointer-events: none; }

@media (max-width: 899px) {
  body.filter-persons-open .topnav .topnav-left #ifb {
    display: none; } }

body.filter-persons-open .topnav #logo {
  transform: translateY(200%);
  transition: transform .6s ease;
  margin-right: 0; }

body.filter-persons-open section.program-index .program-container .sidebar {
  flex: 0 0 30%; }
  @media (min-width: 600px) and (max-width: 899px) {
    body.filter-persons-open section.program-index .program-container .sidebar > div.sidebar_filters-wrapper {
      column-count: 2; } }

body.filter-persons-open .filter-header {
  max-width: 100%; }

body.filter-persons-open.filters-active .dosearch {
  display: inline-block !important; }

body.filter-persons-open.filters-active .search-parameter-placeholder {
  display: none; }

@media (max-width: 599px) {
  body.filter-persons-open.filters-active #global-toggle {
    display: none; } }

body:not(.filters-active):not('.filter-persons-open') .search-parameter-placeholder {
  display: none; }

.filter-persons-panel:not(.default-filter) {
  display: none;
  opacity: 1; }
  .filter-persons-panel:not(.default-filter)[aria-hidden="false"] {
    display: block; }
  .filter-persons-panel:not(.default-filter) .valuefield {
    margin-bottom: .2em; }
    .filter-persons-panel:not(.default-filter) .valuefield span:first-child {
      display: inline-block;
      line-height: 1; }
    .filter-persons-panel:not(.default-filter) .valuefield.nullresult {
      opacity: .5;
      pointer-events: none; }

body.filters-active .filter-shoutout, body.filters-active.filter-enabled .filter-shoutout {
  display: none; }

body.filters-active .topnav #welcome-msg, body.filters-active.filter-enabled .topnav #welcome-msg {
  display: none; }

@media (max-width: 899px) {
  body.filters-active .topnav .topnav-left, body.filters-active.filter-enabled .topnav .topnav-left {
    display: none; } }

body.filters-active .type-livestream, body.filters-active.filter-enabled .type-livestream {
  display: none; }

/* KEEP JUST IN CASE */
/*
#filter-persons.mobile{ 
  transform: translateX(-100%);
  @include grotesk-xxs();
  box-sizing: border-box;
  width:100%;
  height:100%;
  background-color:white;
  padding:0;
  overflow:hidden;
  margin-top:60px;
  z-index:200;

  .filter-header{
    // entfällt an dieser stelle
    position:relative;
    display:flex;
    width:100vw;
    height:60px;
    padding-left:15px;
    overflow-x:scroll;
    overflow-y:hidden;//hides scrollbar
    .placeholder-section{
      display:flex;
      justify-content:flex-start;
      align-items:center;
      #parameter-list{
        // margin-right:60px;
        margin-right: calc(10vw + 20px);
        &>div{
          @extend .fade_in;
        }
      }
      .search-parameter-placeholder{
        @extend .grotesk-xxs;
        //background-color:red;
      }
    }
    .nav-right-action{
      display: flex;
      align-items: center;
      padding-right:$gutter;
      height:100%;
      top:0px;
      right:0px;
      width:10vw;
      position:absolute;
      .dosearch{
        border:none;
        padding:0!important;
        //line-height:0;
        height:100%;
        width:100%;
        .checkmark{
          display: inline-block;
        }
        .label{
          display:none;
        }
      }
    }
  }

  .filter-persons-content{
    display: flex;
    flex-direction: column;
    height:calc(100% - var(--margin-top));
  
    .filters-list{
      flex: 1 auto;
      height:auto;

      
      border-bottom:var(--border) solid $black;
      max-height:auto;
      overflow-y: hidden;
      

      .filter-persons-toggle{
        border-bottom:none;
        position:relative;
        .label{
          @extend .grotesk-xxs;
          border-left:var(--border) solid #000;
          padding:16px 13.5px 18px 15px;
          //margin: 2px 0.25em 2px 0.25em;
          // margin-bottom: 0.5em;
          box-sizing: border-box;
        }
        .selected-counter{
          font-size:0.5em;
        }
      }

      .slick-current{
        .filter-persons-toggle{
          .label{
            background-color:$color-a;
          }
        }
      }
      .slick-slide{
        >div{
          line-height:0;
        }
      }
    }


    .filter-content{
      @extend .grotesk-xxs;
      flex-basis: auto;
      flex-grow:2;
      padding:0;
      border:none;
      position:relative;
      .filter-content-wrapper{
        position:absolute;
        height:100%;
        width:100%;
      }
      .slick-list{
        height:100%;
      }
      .slick-track{
        height:100%;
      }
      .slick-slide{
        height:100%;
        >div{
          height:100%;
        }
      }
      .filter-persons-panel{
        @extend .column;
        padding-top:0.75em;
        padding-bottom:0.75em;
        height:100%;
        overflow-y:scroll;
        box-sizing:border-box;
        .valueset{
          display:inline-block;
          margin-right:1em;
          position:relative;
          @include for-phone-only {
            width:100%;
          }
        }
        .valueset, .valuefield{
          display:inline-block;
        }
      }
      #filter-persons-panel-talentname{
        input{
          width:100%;
        }
      }
      #name_field, #country_filter_input_field{
        @extend .serif-xxs;
      }
    }

  }

  span.tag{

    margin-right: 0.5em;
    margin-bottom: 0.5em;
    // padding:0.5em;
    // border:2px solid black;
    // border-radius:1em;
    box-sizing: border-box;
    @extend .button-s;
  }

  #participations_ss_field, #specialprogramme_combined_ss_field{
    > div {
      .valuefield{
        margin-left:0;
        @include for-phone-only {
          margin-left:calc(var(--gutter) * 2);
        }
      }
    }
  }
}
*/
#filter-persons.filter-press {
  background-color: #000; }

.topnav .topnav-right {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center; }
  @media (max-width: 1199px) {
    .topnav .topnav-right #global-toggle button {
      display: inline-flex;
      align-items: center;
      border: none;
      color: black;
      margin: 0 0.5em 0 0;
      padding: 0.25em 0.8em 0.25em 0.8em;
      line-height: 1;
      text-decoration: none;
      cursor: pointer;
      text-align: center;
      -webkit-appearance: none;
      -moz-appearance: none;
      background-color: white;
      box-shadow: 0 0.1rem 0.3rem rgba(0, 0, 0, 0.25);
      -webkit-tap-highlight-color: transparent;
      transition: box-shadow .3s ease;
      border-radius: 16px;
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 24px;
      line-height: 1.33;
      letter-spacing: -1px;
      padding: 0.31em 0.875em 0.25em 0.875em;
      border-radius: 16px;
      line-height: 1; }
      .topnav .topnav-right #global-toggle button.border-white {
        border-color: #FFFFFF; }
      .topnav .topnav-right #global-toggle button.bg-white {
        background-color: white; }
      .topnav .topnav-right #global-toggle button:hover {
        color: #ee0085;
        box-shadow: 0 0.1rem 0.3rem #ee008578; }
        .topnav .topnav-right #global-toggle button:hover svg *[fill='#000'] {
          fill: #ee0085; }
      .topnav .topnav-right #global-toggle button:focus {
        outline: 1px solid #fff;
        outline-offset: -4px; }
      .topnav .topnav-right #global-toggle button:active {
        color: currentColor; }
      .topnav .topnav-right #global-toggle button:hover:active {
        color: #ee0085; } }
  @media (min-width: 1200px) {
    .topnav .topnav-right #global-toggle button {
      display: inline-flex;
      align-items: center;
      border: none;
      color: black;
      margin: 0 0.5em 0 0;
      padding: 0.25em 0.8em 0.25em 0.8em;
      line-height: 1;
      text-decoration: none;
      cursor: pointer;
      text-align: center;
      -webkit-appearance: none;
      -moz-appearance: none;
      background-color: white;
      box-shadow: 0 0.1rem 0.3rem rgba(0, 0, 0, 0.25);
      -webkit-tap-highlight-color: transparent;
      transition: box-shadow .3s ease;
      border-radius: 16px;
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 30px;
      line-height: 1.33;
      letter-spacing: -1.2px;
      padding: 0.24em 0.46em 0.23em 0.46em;
      border-radius: 16px;
      line-height: 1; }
      .topnav .topnav-right #global-toggle button.border-white {
        border-color: #FFFFFF; }
      .topnav .topnav-right #global-toggle button.bg-white {
        background-color: white; }
      .topnav .topnav-right #global-toggle button:hover {
        color: #ee0085;
        box-shadow: 0 0.1rem 0.3rem #ee008578; }
        .topnav .topnav-right #global-toggle button:hover svg *[fill='#000'] {
          fill: #ee0085; }
      .topnav .topnav-right #global-toggle button:focus {
        outline: 1px solid #fff;
        outline-offset: -4px; }
      .topnav .topnav-right #global-toggle button:active {
        color: currentColor; }
      .topnav .topnav-right #global-toggle button:hover:active {
        color: #ee0085; } }

body.content-overlay-open .topnav #global-toggle {
  display: flex;
  height: 100%; }

body.talentpress.filter-persons-open .topnav #toggle-tp-about {
  display: none; }

body.talentpress.filter-persons-open .topnav .btn-close {
  display: inline-block;
  color: white;
  stroke: currentColor;
  stroke-width: 3px;
  transition: transform .3s ease; }
  body.talentpress.filter-persons-open .topnav .btn-close:hover {
    transform: scale(1.1); }

body.talentpress.filter-persons-open.filters-active .topnav .btn-close {
  display: none; }

.topnav .btn-close {
  display: none;
  border: none;
  background-color: none;
  margin: 0;
  padding: 0; }
  @media (max-width: 599px) {
    .topnav .btn-close svg {
      width: 24px;
      height: 24px; } }
  .topnav .btn-close:hover {
    border: none !important;
    background: none !important; }

.filter-persons-open .search-overlay-buttons {
  display: none; }

.search-overlay-buttons {
  text-align: end;
  z-index: 21;
  bottom: 3.66vw;
  transform: translateY(0); }
  .search-overlay-buttons.fixed-bottom {
    position: -webkit-sticky;
    position: sticky;
    right: 0;
    bottom: 1em; }
  .search-overlay-buttons button, .search-overlay-buttons .share-button {
    margin-right: 0; }

body:not(.talentpress) .topnav button, body:not(.talentpress) .topnav .button {
  background-color: white; }

body:not(.talentpress) .search-overlay-buttons button, body:not(.talentpress) .search-overlay-buttons .share-button {
  background-color: white;
  min-height: 2em; }

body.talentpress .search-overlay-buttons button, body.talentpress .search-overlay-buttons .share-button {
  color: black;
  background-color: white;
  min-height: 2em; }

.find-index .search-head {
  position: relative;
  overflow-x: hidden; }
  @media (max-width: 599px) {
    .find-index .search-head {
      font-family: 'Panama';
      font-size: 26px;
      line-height: 1.16;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 21px;
      line-height: 1.24;
      letter-spacing: -0.6px; } }
  @media (min-width: 600px) {
    .find-index .search-head {
      font-family: 'Panama';
      font-size: 26px;
      line-height: 1.16;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 26px;
      line-height: 1.25;
      letter-spacing: -0.9px; } }
  @media (min-width: 1200px) {
    .find-index .search-head {
      font-family: 'Panama';
      font-size: 26px;
      line-height: 1.16;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 32px;
      line-height: 1.25;
      letter-spacing: -0.9px; } }
  .find-index .search-head:after {
    position: absolute;
    content: "";
    display: inline-block;
    height: 100%;
    width: 1em;
    top: 0;
    right: 0;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }

#share-overlay {
  z-index: 999;
  margin-top: 0;
  height: 100vh;
  top: 0;
  left: 0;
  transform: translateY(-100vh);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #dfdde1; }
  @media (max-width: 599px) {
    #share-overlay {
      margin-top: 0; } }
  #share-overlay .overlay-content {
    text-align: center;
    transform: translateY(-50%);
    transition: transform 1100ms ease;
    z-index: 20; }
    @media (max-width: 599px) {
      #share-overlay .overlay-content {
        font-family: 'Panama';
        font-size: 26px;
        line-height: 1.16;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 26px;
        line-height: 1.25;
        letter-spacing: -0.9px; } }
    @media (min-width: 600px) {
      #share-overlay .overlay-content {
        font-family: 'Panama';
        font-size: 26px;
        line-height: 1.16;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 32px;
        line-height: 1.25;
        letter-spacing: -0.9px; } }
    @media (min-width: 1200px) {
      #share-overlay .overlay-content {
        font-family: 'Panama';
        font-size: 26px;
        line-height: 1.16;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 45px;
        line-height: 1.16;
        letter-spacing: -2px; } }
    #share-overlay .overlay-content p {
      color: black;
      padding: 0 1em; }
      @media (max-width: 599px) {
        #share-overlay .overlay-content p {
          overflow-wrap: break-word;
          word-wrap: break-word;
          -ms-word-break: break-all;
          word-break: break-word; } }
  #share-overlay .bg-toggle {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10; }
    #share-overlay .bg-toggle svg {
      cursor: pointer;
      position: absolute;
      top: 0;
      right: 0;
      margin: var(--gutter); }
  #share-overlay .copy-url-button {
    display: inline-flex;
    align-items: center;
    border: none;
    color: black;
    margin: 0 0.5em 0 0;
    padding: 0.25em 0.8em 0.25em 0.8em;
    line-height: 1;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: white;
    box-shadow: 0 0.1rem 0.3rem rgba(0, 0, 0, 0.25);
    -webkit-tap-highlight-color: transparent;
    transition: box-shadow .3s ease;
    border-radius: 16px;
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 30px;
    line-height: 1.33;
    letter-spacing: -1.2px;
    padding: 0.24em 0.46em 0.23em 0.46em;
    border-radius: 16px;
    line-height: 1;
    margin-top: 1em !important; }
    #share-overlay .copy-url-button.border-white {
      border-color: #FFFFFF; }
    #share-overlay .copy-url-button.bg-white {
      background-color: white; }
    #share-overlay .copy-url-button:hover {
      color: #ee0085;
      box-shadow: 0 0.1rem 0.3rem #ee008578; }
      #share-overlay .copy-url-button:hover svg *[fill='#000'] {
        fill: #ee0085; }
    #share-overlay .copy-url-button:focus {
      outline: 1px solid #fff;
      outline-offset: -4px; }
    #share-overlay .copy-url-button:active {
      color: currentColor; }
    #share-overlay .copy-url-button:hover:active {
      color: #ee0085; }
    @media (min-width: 900px) {
      #share-overlay .copy-url-button {
        display: inline-flex;
        align-items: center;
        border: none;
        color: black;
        margin: 0 0.5em 0 0;
        padding: 0.25em 0.8em 0.25em 0.8em;
        line-height: 1;
        text-decoration: none;
        cursor: pointer;
        text-align: center;
        -webkit-appearance: none;
        -moz-appearance: none;
        background-color: white;
        box-shadow: 0 0.1rem 0.3rem rgba(0, 0, 0, 0.25);
        -webkit-tap-highlight-color: transparent;
        transition: box-shadow .3s ease;
        border-radius: 16px;
        font-family: 'Lars';
        font-size: 24px;
        line-height: 1.4;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 42px;
        line-height: 1.24;
        letter-spacing: -0.0642857em;
        padding: 0.26em 0.74em;
        border-radius: 25px;
        line-height: 1; }
        #share-overlay .copy-url-button.border-white {
          border-color: #FFFFFF; }
        #share-overlay .copy-url-button.bg-white {
          background-color: white; }
        #share-overlay .copy-url-button:hover {
          color: #ee0085;
          box-shadow: 0 0.1rem 0.3rem #ee008578; }
          #share-overlay .copy-url-button:hover svg *[fill='#000'] {
            fill: #ee0085; }
        #share-overlay .copy-url-button:focus {
          outline: 1px solid #fff;
          outline-offset: -4px; }
        #share-overlay .copy-url-button:active {
          color: currentColor; }
        #share-overlay .copy-url-button:hover:active {
          color: #ee0085; } }
  #share-overlay .close-btn, #share-overlay body:not(.talentpress) #mainnav .menutop .menutop-right #global-toggle, body:not(.talentpress) #mainnav .menutop .menutop-right #share-overlay #global-toggle {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    z-index: 30; }
    @media (max-width: 599px) {
      #share-overlay .close-btn, #share-overlay body:not(.talentpress) #mainnav .menutop .menutop-right #global-toggle, body:not(.talentpress) #mainnav .menutop .menutop-right #share-overlay #global-toggle {
        margin-top: 4vw; } }
    @media (min-width: 600px) and (max-width: 899px) {
      #share-overlay .close-btn, #share-overlay body:not(.talentpress) #mainnav .menutop .menutop-right #global-toggle, body:not(.talentpress) #mainnav .menutop .menutop-right #share-overlay #global-toggle {
        margin-top: 5.46875vw; } }
    @media (min-width: 900px) and (max-width: 1199px) {
      #share-overlay .close-btn, #share-overlay body:not(.talentpress) #mainnav .menutop .menutop-right #global-toggle, body:not(.talentpress) #mainnav .menutop .menutop-right #share-overlay #global-toggle {
        margin-top: 5.46875vw; } }
    @media (min-width: 1200px) and (max-width: 1799px) {
      #share-overlay .close-btn, #share-overlay body:not(.talentpress) #mainnav .menutop .menutop-right #global-toggle, body:not(.talentpress) #mainnav .menutop .menutop-right #share-overlay #global-toggle {
        margin-top: 3.66013vw; } }
    @media (min-width: 1800px) {
      #share-overlay .close-btn, #share-overlay body:not(.talentpress) #mainnav .menutop .menutop-right #global-toggle, body:not(.talentpress) #mainnav .menutop .menutop-right #share-overlay #global-toggle {
        margin-top: 2.8646vw; } }
    @media (max-width: 599px) {
      #share-overlay .close-btn, #share-overlay body:not(.talentpress) #mainnav .menutop .menutop-right #global-toggle, body:not(.talentpress) #mainnav .menutop .menutop-right #share-overlay #global-toggle {
        margin-right: 4vw; } }
    @media (min-width: 600px) and (max-width: 899px) {
      #share-overlay .close-btn, #share-overlay body:not(.talentpress) #mainnav .menutop .menutop-right #global-toggle, body:not(.talentpress) #mainnav .menutop .menutop-right #share-overlay #global-toggle {
        margin-right: 5.46875vw; } }
    @media (min-width: 900px) and (max-width: 1199px) {
      #share-overlay .close-btn, #share-overlay body:not(.talentpress) #mainnav .menutop .menutop-right #global-toggle, body:not(.talentpress) #mainnav .menutop .menutop-right #share-overlay #global-toggle {
        margin-right: 5.46875vw; } }
    @media (min-width: 1200px) and (max-width: 1799px) {
      #share-overlay .close-btn, #share-overlay body:not(.talentpress) #mainnav .menutop .menutop-right #global-toggle, body:not(.talentpress) #mainnav .menutop .menutop-right #share-overlay #global-toggle {
        margin-right: 3.66013vw; } }
    @media (min-width: 1800px) {
      #share-overlay .close-btn, #share-overlay body:not(.talentpress) #mainnav .menutop .menutop-right #global-toggle, body:not(.talentpress) #mainnav .menutop .menutop-right #share-overlay #global-toggle {
        margin-right: 2.8646vw; } }

body.share-overlay-open #share-overlay {
  transform: translateY(0) !important; }
  body.share-overlay-open #share-overlay .overlay-content {
    transform: translateY(0); }

.sticky-top {
  z-index: 200;
  position: fixed;
  top: 100px; }
  @media (max-width: 599px) {
    .sticky-top {
      margin-top: 4vw; } }
  @media (min-width: 600px) and (max-width: 899px) {
    .sticky-top {
      margin-top: 5.46875vw; } }
  @media (min-width: 900px) and (max-width: 1199px) {
    .sticky-top {
      margin-top: 5.46875vw; } }
  @media (min-width: 1200px) and (max-width: 1799px) {
    .sticky-top {
      margin-top: 3.66013vw; } }
  @media (min-width: 1800px) {
    .sticky-top {
      margin-top: 2.8646vw; } }
  @media (max-width: 599px) {
    .sticky-top {
      margin-left: 4vw; } }
  @media (min-width: 600px) and (max-width: 899px) {
    .sticky-top {
      margin-left: 5.46875vw; } }
  @media (min-width: 900px) and (max-width: 1199px) {
    .sticky-top {
      margin-left: 5.46875vw; } }
  @media (min-width: 1200px) and (max-width: 1799px) {
    .sticky-top {
      margin-left: 3.66013vw; } }
  @media (min-width: 1800px) {
    .sticky-top {
      margin-left: 2.8646vw; } }

#menuToggle, #menuClose {
  position: relative;
  z-index: 1;
  -webkit-user-select: none;
  user-select: none;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%; }
  #menuToggle .icon-close, #menuClose .icon-close {
    display: none; }
  #menuToggle svg, #menuClose svg {
    height: 40px;
    width: 40px; }
    #menuToggle svg:hover use *, #menuClose svg:hover use * {
      fill: black; }
    @media (min-width: 600px) and (max-width: 899px) {
      #menuToggle svg, #menuClose svg {
        height: 30px;
        width: 30px; } }
    @media (max-width: 599px) {
      #menuToggle svg, #menuClose svg {
        height: 24px;
        width: 24px; } }

/*
 * Just a quick hamburger
 */
#menuToggle span, #menuClose span {
  display: inline-block;
  width: 100%;
  height: var(--border);
  position: absolute;
  top: 0;
  left: 0;
  background: #232323;
  z-index: 1;
  transform-origin: center center; }

#menuToggle span:nth-child(1), #menuClose span:nth-child(1) {
  transform: translateY(0px); }

#menuToggle span:nth-child(2), #menuClose span:nth-child(1) {
  transform: translateY(16px); }

/*body.mainnav-open,*/
body.profile-overlay-open--- #menuToggle .icon-burger, body.filter-persons-open #menuToggle .icon-burger, body.content-overlay-open #menuToggle .icon-burger {
  display: none; }

body.profile-overlay-open--- #menuToggle .icon-close, body.filter-persons-open #menuToggle .icon-close, body.content-overlay-open #menuToggle .icon-close {
  display: block; }
  body.profile-overlay-open--- #menuToggle .icon-close:hover, body.filter-persons-open #menuToggle .icon-close:hover, body.content-overlay-open #menuToggle .icon-close:hover {
    fill: #ee0085; }

#menuClose {
  font-size: 42px; }
  #menuClose span:nth-child(1) {
    transform: translateY(12px) rotate(-45deg); }
    @media (max-width: 599px) {
      #menuClose span:nth-child(1) {
        transform: translateY(14px) rotate(-45deg); } }
  #menuClose span:nth-child(2) {
    transform: translateY(12px) rotate(45deg); }
    @media (max-width: 599px) {
      #menuClose span:nth-child(2) {
        transform: translateY(14px) rotate(45deg); } }

body.profile-overlay-open .topnav .topnav-main .btn-share, body.profile-overlay-open .topnav .topnav-main .share-button {
  display: inline-block; }

body.profile-overlay-open .topnav #parameter-list-wrapper {
  display: none; }

body.profile-overlay-open .topnav #parameter-list {
  display: none; }

body.profile-overlay-open .search-overlay-buttons {
  display: none; }

body.program-event .topnav .topnav-main .btn-share, body.program-event .topnav .topnav-main .share-button {
  display: inline-block; }

/**/
.close-gfx {
  cursor: pointer;
  width: 1.5em;
  height: 1.5em;
  display: inline-block;
  position: relative;
  transition: all 0.5s cubic-bezier(0.77, 0.2, 0.05, 1); }
  .close-gfx span, .close-gfx:before, .close-gfx:after {
    content: ' ';
    display: inline-block;
    width: 100%;
    height: 4px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--color);
    z-index: 1;
    transform-origin: center center;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1); }
  .close-gfx:before, .close-gfx span:nth-child(1) {
    opacity: 1;
    transform: translateY(0.75em) rotate(-45deg); }
  .close-gfx:after, .close-gfx span:nth-child(2) {
    transform: translateY(0.75em) rotate(45deg); }
  .close-gfx:hover {
    transform: scale(1.1); }

#page .teaser-grid {
  display: grid;
  grid-template-columns: repeat(var(--columns), minmax(0, 1fr));
  grid-column-gap: var(--column-gap);
  margin: var(--gutter) 0;
  margin-left: auto;
  padding: 0 var(--gutter);
  grid-row-gap: 7.32vw; }
  #page .teaser-grid .teaser-project img, #page .teaser-grid #page-builder .related_articles-wrapper .related_articles-inner > div img, #page-builder .related_articles-wrapper #page .teaser-grid .related_articles-inner > div img {
    transition: transform 1s ease; }
  #page .teaser-grid > div {
    min-width: 0;
    grid-column-start: auto;
    grid-column-end: span 2;
    box-sizing: border-box; }
    @media (max-width: 599px) {
      #page .teaser-grid > div {
        min-width: 0;
        grid-column-start: auto;
        grid-column-end: span 1;
        box-sizing: border-box; } }
    @media (max-width: 599px) {
      #page .teaser-grid > div.teaser-project, #page #page-builder .related_articles-wrapper .related_articles-inner.teaser-grid > div, #page-builder .related_articles-wrapper #page .related_articles-inner.teaser-grid > div {
        min-width: 0;
        grid-column-start: auto;
        grid-column-end: span 2;
        box-sizing: border-box; } }
    @media (min-width: 600px) {
      #page .teaser-grid > div.teaser-project, #page #page-builder .related_articles-wrapper .related_articles-inner.teaser-grid > div, #page-builder .related_articles-wrapper #page .related_articles-inner.teaser-grid > div {
        min-width: 0;
        grid-column-start: auto;
        grid-column-end: span 2;
        box-sizing: border-box; } }
    @media (min-width: 1200px) and (max-width: 1799px) {
      #page .teaser-grid > div.teaser-project, #page #page-builder .related_articles-wrapper .related_articles-inner.teaser-grid > div, #page-builder .related_articles-wrapper #page .related_articles-inner.teaser-grid > div {
        min-width: 0;
        grid-column-start: auto;
        grid-column-end: span 3;
        box-sizing: border-box; } }
    @media (min-width: 1800px) {
      #page .teaser-grid > div.teaser-project, #page #page-builder .related_articles-wrapper .related_articles-inner.teaser-grid > div, #page-builder .related_articles-wrapper #page .related_articles-inner.teaser-grid > div {
        min-width: 0;
        grid-column-start: auto;
        grid-column-end: span 4;
        box-sizing: border-box; } }

.img-portrait {
  /* 
  https://www.sitepoint.com/maintain-image-aspect-ratios-responsive-web-design/ 
  oder css-tricks
  */
  position: relative;
  height: 0;
  padding: 125% 0 0 0;
  overflow: hidden;
  /*@keyframes reveal {
    0% { transform: scale(1.05); opacity: 0; }
    100% { transform: scale(1); opacity: 1; }
}*/ }
  .img-portrait img {
    position: absolute;
    display: block;
    max-width: 100%;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 0; }
  .img-portrait img.preview {
    height: 100%; }
  .img-portrait img.reveal {
    position: absolute;
    left: 0;
    top: 0;
    will-change: transform, opacity; }
  .img-portrait a {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border: none; }

.img-landscape {
  overflow: hidden;
  position: relative;
  height: 0;
  padding: 67% 0 0 0;
  overflow: hidden; }
  .img-landscape:hover img {
    transform: scale(1.08); }
  .img-landscape.labs-label:after {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 15px;
    line-height: 1.4;
    letter-spacing: -0.5px;
    padding: 0.5em 1em;
    position: absolute;
    background: white;
    bottom: 0;
    right: 0;
    content: attr(data-label); }
  .img-landscape img {
    max-width: 100%;
    height: auto;
    transition: -webkit-transform 1s ease;
    transition: transform 1s ease;
    transition: transform 1s ease; }
  .img-landscape img {
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 0; }
  .img-landscape img.preview {
    height: 100%;
    transform: scale(1.05); }
  .img-landscape img.reveal {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    will-change: transform, opacity;
    animation: reveal 1s ease-out; }

@keyframes reveal {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
  .img-landscape a {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border: none; }

.drawer {
  border-top: var(--border) solid black;
  border-bottom: var(--border) solid #000; }
  .drawer .panel {
    display: none; }

.drawer.open .panel {
  display: block; }

.teaser-portrait:hover img {
  transform: scale(1.08); }

.teaser-portrait .img-portrait {
  margin-bottom: 0.4em; }
  .teaser-portrait .img-portrait img {
    transition: -webkit-transform 1s ease;
    transition: transform 1s ease;
    transition: transform 1s ease -webkit-transform 1s ease;
    height: 100%;
    object-fit: cover; }
  .teaser-portrait .img-portrait .favorite2 {
    z-index: 21;
    position: absolute;
    background: #dfdde1;
    top: 0;
    left: 0;
    height: 45px;
    width: 45px;
    transition: width .2s linear; }
    .teaser-portrait .img-portrait .favorite2:after {
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 19px;
      line-height: 1.37;
      letter-spacing: -0.6px;
      position: absolute;
      top: 12px;
      left: 15%;
      opacity: 0;
      content: attr(data-message); }
    .teaser-portrait .img-portrait .favorite2 svg {
      position: absolute;
      height: 23px;
      width: 23px;
      top: 11px;
      left: 11px; }

@media (max-width: 599px) {
  .teaser-portrait .fullname {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 19px;
    line-height: 1.37;
    letter-spacing: -0.6px; } }

@media (max-width: 599px) {
  .teaser-portrait .country {
    font-family: 'Panama';
    font-size: 26px;
    line-height: 1.16;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 21px;
    line-height: 1.24;
    letter-spacing: -0.6px; } }

@media (max-width: 599px) {
  .teaser-portrait .profession {
    font-family: 'Panama';
    font-size: 26px;
    line-height: 1.16;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 21px;
    line-height: 1.24;
    letter-spacing: -0.6px; } }

.teaser-portrait .contact {
  text-decoration: underline; }
  @media (max-width: 599px) {
    .teaser-portrait .contact {
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 19px;
      line-height: 1.37;
      letter-spacing: -0.6px; } }
  .teaser-portrait .contact:hover {
    color: #ee0085; }

.teaser-portrait .favorite {
  position: relative;
  padding-left: 1em;
  border-bottom: none; }
  .teaser-portrait .favorite:before {
    content: ' ';
    display: inline-block;
    width: 0.8em;
    height: 0.8em;
    background: url(../gfx/icons.png);
    background-repeat: none;
    background-size: auto 0.8em;
    position: absolute;
    top: 0em;
    left: 0; }

.teaser-portrait .isfavorite:before {
  background-position: -0.8em top; }

.project-teaser-grid {
  grid-row-gap: 3em;
  margin-right: 0 !important;
  margin-left: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important; }
  @media (max-width: 599px) {
    .project-teaser-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      grid-column-gap: 8vw;
      padding: 4vw;
      margin: 0; } }
  @media (min-width: 600px) and (max-width: 899px) {
    .project-teaser-grid {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      grid-column-gap: 10.9375vw;
      padding: 5.46875vw;
      margin: 0; } }
  @media (min-width: 900px) and (max-width: 1199px) {
    .project-teaser-grid {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      grid-column-gap: 10.9375vw;
      padding: 5.46875vw;
      margin: 0; } }
  @media (min-width: 1200px) and (max-width: 1799px) {
    .project-teaser-grid {
      display: grid;
      grid-template-columns: repeat(6, minmax(0, 1fr));
      grid-column-gap: 7.32026vw;
      padding: 3.66013vw;
      margin: 0; } }
  @media (min-width: 1800px) {
    .project-teaser-grid {
      display: grid;
      grid-template-columns: repeat(8, minmax(0, 1fr));
      grid-column-gap: 5.7292vw;
      padding: 2.8646vw;
      margin: 0; } }
  .project-teaser-grid > div {
    min-width: 0;
    grid-column-start: auto;
    grid-column-end: span 2;
    box-sizing: border-box; }
    @media (min-width: 1200px) and (max-width: 1799px) {
      .project-teaser-grid > div {
        min-width: 0;
        grid-column-start: auto;
        grid-column-end: span 3;
        box-sizing: border-box; } }
    @media (min-width: 1800px) {
      .project-teaser-grid > div {
        min-width: 0;
        grid-column-start: auto;
        grid-column-end: span 2;
        box-sizing: border-box; } }

.teaser-project .img-landscape, #page-builder .related_articles-wrapper .related_articles-inner > div .img-landscape {
  margin-bottom: 0.4em; }
  .teaser-project .img-landscape .marquee-wrapper, #page-builder .related_articles-wrapper .related_articles-inner > div .img-landscape .marquee-wrapper {
    bottom: 0; }
    .teaser-project .img-landscape .marquee-wrapper .marquee-text span, #page-builder .related_articles-wrapper .related_articles-inner > div .img-landscape .marquee-wrapper .marquee-text span {
      line-height: 1.2;
      margin: 0 5px; }

.teaser-project svg, #page-builder .related_articles-wrapper .related_articles-inner > div svg {
  height: .7em; }

.teaser-project p, #page-builder .related_articles-wrapper .related_articles-inner > div p {
  margin: 0; }

@media (max-width: 599px) {
  .teaser-project .project-title, #page-builder .related_articles-wrapper .related_articles-inner > div .project-title, #page-builder .related_articles-wrapper .related_articles-inner > div .article-title {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 19px;
    line-height: 1.37;
    letter-spacing: -0.6px; } }

@media (max-width: 599px) {
  .teaser-project .project-meta, #page-builder .related_articles-wrapper .related_articles-inner > div .project-meta, #page-builder .related_articles-wrapper .related_articles-inner > div .article-meta {
    font-family: 'Panama';
    font-size: 26px;
    line-height: 1.16;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 21px;
    line-height: 1.24;
    letter-spacing: -0.6px; } }

.profile-page .profile-data, #profile-overlay---- .profile-data, #content-overlay .profile-data {
  padding-top: 0;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  /*
    display: flex;
    & > div {
      flex-grow: 1;
      flex-basis: 50%;
      @include for-phone-only{
        flex-basis: 100%;
      }
    }
    */ }
  @media (max-width: 599px) {
    .profile-page .profile-data, #profile-overlay---- .profile-data, #content-overlay .profile-data {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      grid-column-gap: 8vw;
      padding: 4vw;
      margin: 0; } }
  @media (min-width: 600px) and (max-width: 899px) {
    .profile-page .profile-data, #profile-overlay---- .profile-data, #content-overlay .profile-data {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      grid-column-gap: 10.9375vw;
      padding: 5.46875vw;
      margin: 0; } }
  @media (min-width: 900px) and (max-width: 1199px) {
    .profile-page .profile-data, #profile-overlay---- .profile-data, #content-overlay .profile-data {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      grid-column-gap: 10.9375vw;
      padding: 5.46875vw;
      margin: 0; } }
  @media (min-width: 1200px) and (max-width: 1799px) {
    .profile-page .profile-data, #profile-overlay---- .profile-data, #content-overlay .profile-data {
      display: grid;
      grid-template-columns: repeat(6, minmax(0, 1fr));
      grid-column-gap: 7.32026vw;
      padding: 3.66013vw;
      margin: 0; } }
  @media (min-width: 1800px) {
    .profile-page .profile-data, #profile-overlay---- .profile-data, #content-overlay .profile-data {
      display: grid;
      grid-template-columns: repeat(8, minmax(0, 1fr));
      grid-column-gap: 5.7292vw;
      padding: 2.8646vw;
      margin: 0; } }
  .profile-page .profile-data a, #profile-overlay---- .profile-data a, #content-overlay .profile-data a {
    border-bottom: none;
    color: currentColor;
    text-decoration: none;
    background: transparent;
    background-image: linear-gradient(black, black);
    background-size: 1px 1px;
    background-repeat: repeat-x;
    background-position: 0% 100%; }
    .profile-page .profile-data a:hover, #profile-overlay---- .profile-data a:hover, #content-overlay .profile-data a:hover {
      background-image: linear-gradient(#ee0085, #ee0085); }
  .profile-page .profile-data > div, #profile-overlay---- .profile-data > div, #content-overlay .profile-data > div {
    min-width: 0;
    grid-column-start: auto;
    grid-column-end: span 2;
    box-sizing: border-box; }
    @media (max-width: 599px) {
      .profile-page .profile-data > div, #profile-overlay---- .profile-data > div, #content-overlay .profile-data > div {
        min-width: 0;
        grid-column-start: auto;
        grid-column-end: span 2;
        box-sizing: border-box; } }
    @media (min-width: 1200px) and (max-width: 1799px) {
      .profile-page .profile-data > div, #profile-overlay---- .profile-data > div, #content-overlay .profile-data > div {
        min-width: 0;
        grid-column-start: auto;
        grid-column-end: span 3;
        box-sizing: border-box; } }
    @media (min-width: 1800px) {
      .profile-page .profile-data > div, #profile-overlay---- .profile-data > div, #content-overlay .profile-data > div {
        min-width: 0;
        grid-column-start: auto;
        grid-column-end: span 4;
        box-sizing: border-box; } }
  @media (max-width: 599px) {
    .profile-page .profile-data .profile-data-image, #profile-overlay---- .profile-data .profile-data-image, #content-overlay .profile-data .profile-data-image {
      grid-row-start: 1;
      margin-bottom: 0.5em; } }
  .profile-page .profile-data .profile-data-text h1, #profile-overlay---- .profile-data .profile-data-text h1, #content-overlay .profile-data .profile-data-text h1 {
    font-weight: normal;
    margin-top: -6px;
    margin-bottom: 0; }
    @media (min-width: 600px) and (max-width: 899px) {
      .profile-page .profile-data .profile-data-text h1, #profile-overlay---- .profile-data .profile-data-text h1, #content-overlay .profile-data .profile-data-text h1 {
        font-family: 'Lars';
        font-size: 24px;
        line-height: 1.4;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 30px;
        line-height: 1.33;
        letter-spacing: -1.2px; } }
    @media (max-width: 599px) {
      .profile-page .profile-data .profile-data-text h1, #profile-overlay---- .profile-data .profile-data-text h1, #content-overlay .profile-data .profile-data-text h1 {
        font-family: 'Lars';
        font-size: 24px;
        line-height: 1.4;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 30px;
        line-height: 1.33;
        letter-spacing: -1.2px; } }
    @media (min-width: 600px) {
      .profile-page .profile-data .profile-data-text h1, #profile-overlay---- .profile-data .profile-data-text h1, #content-overlay .profile-data .profile-data-text h1 {
        font-family: 'Lars';
        font-size: 24px;
        line-height: 1.4;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 42px;
        line-height: 1.24;
        letter-spacing: -0.0642857em; } }
    @media (min-width: 1200px) {
      .profile-page .profile-data .profile-data-text h1, #profile-overlay---- .profile-data .profile-data-text h1, #content-overlay .profile-data .profile-data-text h1 {
        font-family: 'Lars';
        font-size: 24px;
        line-height: 1.4;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 72px;
        line-height: 1.11;
        letter-spacing: -3.4px; } }
  @media (max-width: 599px) {
    .profile-page .profile-data .profile-data-text .profile-info, #profile-overlay---- .profile-data .profile-data-text .profile-info, #content-overlay .profile-data .profile-data-text .profile-info {
      margin-top: 3rem; } }
  @media (min-width: 1200px) {
    .profile-page .profile-data .profile-data-text .profile-info, #profile-overlay---- .profile-data .profile-data-text .profile-info, #content-overlay .profile-data .profile-data-text .profile-info {
      margin-top: 75px; } }
  .profile-page .profile-data .profile-data-text .profile-info .hide-hidden, .profile-page .profile-data .profile-data-text .profile-info .show-hidden, .profile-page #profile-overlay---- .profile-data .profile-data-text .profile-info .show-hidden, #profile-overlay---- .profile-page .profile-data .profile-data-text .profile-info .show-hidden, .profile-page #content-overlay .profile-data .profile-data-text .profile-info .show-hidden, #content-overlay .profile-page .profile-data .profile-data-text .profile-info .show-hidden, #profile-overlay---- .profile-data .profile-data-text .profile-info .hide-hidden, #profile-overlay---- .profile-data .profile-data-text .profile-info .show-hidden, #content-overlay .profile-data .profile-data-text .profile-info .hide-hidden, #content-overlay .profile-data .profile-data-text .profile-info .show-hidden {
    position: relative;
    top: -20px; }
  @media (min-width: 600px) {
    .profile-page .profile-data .profile-data-text .profile-info.no-photo, #profile-overlay---- .profile-data .profile-data-text .profile-info.no-photo, #content-overlay .profile-data .profile-data-text .profile-info.no-photo {
      margin-top: 0 !important; } }
  @media (max-width: 1199px) {
    .profile-page .profile-data .profile-data-text .profile-fow, #profile-overlay---- .profile-data .profile-data-text .profile-fow, #content-overlay .profile-data .profile-data-text .profile-fow {
      font-family: 'Panama';
      font-size: 26px;
      line-height: 1.16;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 32px;
      line-height: 1.25;
      letter-spacing: -0.9px; } }
  @media (max-width: 599px) {
    .profile-page .profile-data .profile-data-text dt, #profile-overlay---- .profile-data .profile-data-text dt, #content-overlay .profile-data .profile-data-text dt {
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 24px;
      line-height: 1.33;
      letter-spacing: -1px; } }
  @media (min-width: 600px) and (max-width: 899px) {
    .profile-page .profile-data .profile-data-text dt, #profile-overlay---- .profile-data .profile-data-text dt, #content-overlay .profile-data .profile-data-text dt {
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 24px;
      line-height: 1.33;
      letter-spacing: -1px; } }
  .profile-page .profile-data .profile-data-text dd, .profile-page .profile-data .profile-data-text span, #profile-overlay---- .profile-data .profile-data-text dd, #profile-overlay---- .profile-data .profile-data-text span, #content-overlay .profile-data .profile-data-text dd, #content-overlay .profile-data .profile-data-text span {
    margin-left: 0;
    margin-bottom: 0.8em; }
    @media (max-width: 599px) {
      .profile-page .profile-data .profile-data-text dd, .profile-page .profile-data .profile-data-text span, #profile-overlay---- .profile-data .profile-data-text dd, #profile-overlay---- .profile-data .profile-data-text span, #content-overlay .profile-data .profile-data-text dd, #content-overlay .profile-data .profile-data-text span {
        font-family: 'Panama';
        font-size: 26px;
        line-height: 1.16;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 26px;
        line-height: 1.25;
        letter-spacing: -0.9px; } }
    @media (min-width: 600px) and (max-width: 899px) {
      .profile-page .profile-data .profile-data-text dd, .profile-page .profile-data .profile-data-text span, #profile-overlay---- .profile-data .profile-data-text dd, #profile-overlay---- .profile-data .profile-data-text span, #content-overlay .profile-data .profile-data-text dd, #content-overlay .profile-data .profile-data-text span {
        font-family: 'Panama';
        font-size: 26px;
        line-height: 1.16;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 26px;
        line-height: 1.25;
        letter-spacing: -0.9px; } }
    .profile-page .profile-data .profile-data-text dd a, .profile-page .profile-data .profile-data-text span a, #profile-overlay---- .profile-data .profile-data-text dd a, #profile-overlay---- .profile-data .profile-data-text span a, #content-overlay .profile-data .profile-data-text dd a, #content-overlay .profile-data .profile-data-text span a {
      margin-right: 0.4em; }

.profile-page .quote, #profile-overlay---- .quote, #content-overlay .quote {
  margin-left: 0 !important;
  margin-right: 0 !important;
  word-wrap: break-word; }
  @media (max-width: 599px) {
    .profile-page .quote, #profile-overlay---- .quote, #content-overlay .quote {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      grid-column-gap: 8vw;
      padding: 4vw;
      margin: 0; } }
  @media (min-width: 600px) and (max-width: 899px) {
    .profile-page .quote, #profile-overlay---- .quote, #content-overlay .quote {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      grid-column-gap: 10.9375vw;
      padding: 5.46875vw;
      margin: 0; } }
  @media (min-width: 900px) and (max-width: 1199px) {
    .profile-page .quote, #profile-overlay---- .quote, #content-overlay .quote {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      grid-column-gap: 10.9375vw;
      padding: 5.46875vw;
      margin: 0; } }
  @media (min-width: 1200px) and (max-width: 1799px) {
    .profile-page .quote, #profile-overlay---- .quote, #content-overlay .quote {
      display: grid;
      grid-template-columns: repeat(6, minmax(0, 1fr));
      grid-column-gap: 7.32026vw;
      padding: 3.66013vw;
      margin: 0; } }
  @media (min-width: 1800px) {
    .profile-page .quote, #profile-overlay---- .quote, #content-overlay .quote {
      display: grid;
      grid-template-columns: repeat(8, minmax(0, 1fr));
      grid-column-gap: 5.7292vw;
      padding: 2.8646vw;
      margin: 0; } }
  @media (min-width: 1200px) {
    .profile-page .quote, #profile-overlay---- .quote, #content-overlay .quote {
      margin-top: 2.4em;
      margin-bottom: 2em; } }
  .profile-page .quote > div, #profile-overlay---- .quote > div, #content-overlay .quote > div {
    min-width: 0;
    grid-column-start: auto;
    grid-column: 1/-1;
    box-sizing: border-box; }
    .profile-page .quote > div p, #profile-overlay---- .quote > div p, #content-overlay .quote > div p {
      display: inline; }
    .profile-page .quote > div:before, #profile-overlay---- .quote > div:before, #content-overlay .quote > div:before {
      content: '“';
      display: inline; }
    .profile-page .quote > div:after, #profile-overlay---- .quote > div:after, #content-overlay .quote > div:after {
      content: "”";
      display: inline; }
  @media (max-width: 899px) {
    .profile-page .quote, #profile-overlay---- .quote, #content-overlay .quote {
      font-family: 'Panama';
      font-size: 26px;
      line-height: 1.16;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 45px;
      line-height: 1.16;
      letter-spacing: -2px;
      margin-top: 85px;
      margin-bottom: 80px; } }

.profile-page .project-teaser-grid, #profile-overlay---- .project-teaser-grid, #content-overlay .project-teaser-grid {
  margin-top: 0; }
  @media (max-width: 599px) {
    .profile-page .project-teaser-grid, #profile-overlay---- .project-teaser-grid, #content-overlay .project-teaser-grid {
      margin-bottom: 80px;
      grid-row-gap: 1rem; } }

.profile-page .contact-form, #profile-overlay---- .contact-form, #content-overlay .contact-form {
  position: sticky;
  bottom: 0;
  text-align: left;
  /*.fs-email{
      .flexrow{
        display:flex;
        @include for-desktop-up {
          flex-flow:row;
        }
        flex-flow:column;
        @include for-tablet-landscape-down {
          flex-wrap: wrap;
          .input-email{ 
            line-height: 1;
            margin-bottom:0.5em 
          };
        }
        & > span{
          flex-grow:1;
          line-height:1.2;
        }
        & > span:nth-child(1){
          flex-basis:80%;

          // background-color:lightblue;
        }
        & > span:nth-child(2){
          flex-basis:20%;
          // background-color:orange;
        }
        .input-email{

          flex-grow:1;
          flex-shrink:1;
          flex-basis:20%;
          overflow:hidden;
          padding-bottom:0;
          border-bottom:var(--border) solid $black;
          margin-right:0.5em;
          min-width:0 !important;
          width:95%; // attr "size" unbedingt angeben, sonst wächst das ding raus
          
        }
        .button-email-continue{
          flex-grow:0;
          flex-shrink:1;
          //min-width:0;
          //margin-top:0.5em;
        }
      }
    }
    .fs-message{
      >div{
        flex-wrap:wrap;
      }
      .btn-continue{
        //margin-top:0.25em;
      }
      textarea{
        width:100%;
        flex:1 0 70%;
        // border:1px solid red;
        // border-bottom-right-radius: 10em;
        border-bottom:none;
      }
    }
    .btn-back, .btn-back:hover{
      @include grotesk-xxs();
      @extend .reset_style;
      padding:0;
      border:none;
      border-radius: 0;
      //border-bottom:1px solid $black;
      background-color:transparent;
    }*/ }
  .profile-page .contact-form *, #profile-overlay---- .contact-form *, #content-overlay .contact-form * {
    outline: none; }
  .profile-page .contact-form .contact-form-opener, #profile-overlay---- .contact-form .contact-form-opener, #content-overlay .contact-form .contact-form-opener {
    margin: auto;
    align-items: center; }
  .profile-page .contact-form .contact-form-opener[aria-expanded="true"]:after, #profile-overlay---- .contact-form .contact-form-opener[aria-expanded="true"]:after, #content-overlay .contact-form .contact-form-opener[aria-expanded="true"]:after {
    transform: rotate(180deg); }
  .profile-page .contact-form input, .profile-page .contact-form textarea, #profile-overlay---- .contact-form input, #profile-overlay---- .contact-form textarea, #content-overlay .contact-form input, #content-overlay .contact-form textarea {
    border-bottom: 1px solid #bfbfbf;
    border-radius: 0;
    width: 100%;
    color: #777; }
  .profile-page .contact-form textarea, #profile-overlay---- .contact-form textarea, #content-overlay .contact-form textarea {
    border: 1px solid #bfbfbf;
    padding: .5em; }
  .profile-page .contact-form #send-msg-form, #profile-overlay---- .contact-form #send-msg-form, #content-overlay .contact-form #send-msg-form {
    max-width: 500px;
    margin: auto; }
    .profile-page .contact-form #send-msg-form fieldset, #profile-overlay---- .contact-form #send-msg-form fieldset, #content-overlay .contact-form #send-msg-form fieldset {
      padding: 0; }
  .profile-page .contact-form input.honig, #profile-overlay---- .contact-form input.honig, #content-overlay .contact-form input.honig {
    position: absolute;
    left: -10000px; }
  .profile-page .contact-form .btn-reload-captcha, #profile-overlay---- .contact-form .btn-reload-captcha, #content-overlay .contact-form .btn-reload-captcha {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 15px;
    line-height: 1.4;
    letter-spacing: -0.5px;
    padding: 0;
    border: none;
    border-radius: 0;
    background-color: transparent; }
  .profile-page .contact-form .captcha-form, #profile-overlay---- .contact-form .captcha-form, #content-overlay .contact-form .captcha-form {
    flex-flow: row-reverse;
    flex-wrap: wrap; }
    .profile-page .contact-form .captcha-form img, #profile-overlay---- .contact-form .captcha-form img, #content-overlay .contact-form .captcha-form img {
      display: inline-block;
      flex: 0 0 30%; }
    .profile-page .contact-form .captcha-form input, #profile-overlay---- .contact-form .captcha-form input, #content-overlay .contact-form .captcha-form input {
      display: inline-block;
      padding-bottom: 0px;
      line-height: 1;
      flex: 0 0 70%; }
    .profile-page .contact-form .captcha-form #captcha-error, #profile-overlay---- .contact-form .captcha-form #captcha-error, #content-overlay .contact-form .captcha-form #captcha-error {
      flex: 0 0 100%; }
  .profile-page .contact-form .captcha-wrapper, #profile-overlay---- .contact-form .captcha-wrapper, #content-overlay .contact-form .captcha-wrapper {
    overflow: hidden; }
  .profile-page .contact-form .btn-reload-captcha, #profile-overlay---- .contact-form .btn-reload-captcha, #content-overlay .contact-form .btn-reload-captcha {
    display: flex;
    align-items: center;
    margin-top: 5px; }

.profile-page label.error, #profile-overlay---- label.error, #content-overlay label.error {
  font-size: 18px;
  color: red;
  margin-top: 0.5em; }

/*
#profile-overlay{

  @extend .navpanel;
  top:0;
  //height:100vh; führt zu problemen mit contact form position auf mobilgeräten;
  height:100%;
  margin-top:0;
  padding-top:100px;
  @include for-phone-only {
    padding-top:60px;
  }
  padding-bottom:5em;

  .content{
    // height:100%;  
    display:none;
  }

  .loader{
    height:100%; 
    width:100%;
    cursor: wait; 
    text-align:center;
    .loader-gfx{
      width:200px;
      height:auto;
      margin: 40vh auto;
    }
    display:block;
  }
  
}

body.profile-overlay-open{
  // overflow:hidden; 
  #profile-overlay{
    transform: translateX(0);
  }
}
*/
.full-width-button, .full-width-section {
  background-color: #dfdde1;
  border-top: var(--border) solid currentColor;
  border-bottom: var(--border) solid currentColor;
  padding: 0.4em 3.66vw 0.4em 3.66vw;
  margin: 2rem 0;
  color: black; }
  @media (max-width: 599px) {
    .full-width-button, .full-width-section {
      font-family: 'Panama';
      font-size: 26px;
      line-height: 1.16;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 26px;
      line-height: 1.25;
      letter-spacing: -0.9px; } }
  @media (min-width: 600px) {
    .full-width-button, .full-width-section {
      font-family: 'Panama';
      font-size: 26px;
      line-height: 1.16;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 32px;
      line-height: 1.25;
      letter-spacing: -0.9px; } }
  @media (min-width: 1200px) {
    .full-width-button, .full-width-section {
      font-family: 'Panama';
      font-size: 26px;
      line-height: 1.16;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 45px;
      line-height: 1.16;
      letter-spacing: -2px; } }
  @media (max-width: 599px) {
    .full-width-button a, .full-width-section a {
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 24px;
      line-height: 1.33;
      letter-spacing: -1px; } }
  @media (min-width: 600px) {
    .full-width-button a, .full-width-section a {
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 30px;
      line-height: 1.33;
      letter-spacing: -1.2px; } }
  @media (min-width: 1200px) {
    .full-width-button a, .full-width-section a {
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 42px;
      line-height: 1.24;
      letter-spacing: -0.0642857em; } }
  @media (max-width: 599px) {
    .full-width-button, .full-width-section {
      font-family: 'Panama';
      font-size: 26px;
      line-height: 1.16;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 45px;
      line-height: 1.16;
      letter-spacing: -2px; }
      .full-width-button a, .full-width-section a {
        font-family: 'Lars';
        font-size: 24px;
        line-height: 1.4;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 42px;
        line-height: 1.24;
        letter-spacing: -0.0642857em; } }

.project-page #page .project-header h1, #content-overlay .project-header h1 {
  margin-top: 40px; }
  @media (max-width: 599px) {
    .project-page #page .project-header h1, #content-overlay .project-header h1 {
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 30px;
      line-height: 1.33;
      letter-spacing: -1.2px; } }
  @media (min-width: 600px) {
    .project-page #page .project-header h1, #content-overlay .project-header h1 {
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 42px;
      line-height: 1.24;
      letter-spacing: -0.0642857em; } }
  @media (min-width: 1200px) {
    .project-page #page .project-header h1, #content-overlay .project-header h1 {
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 72px;
      line-height: 1.11;
      letter-spacing: -3.4px; } }
  @media (max-width: 599px) {
    .project-page #page .project-header h1, #content-overlay .project-header h1 {
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 42px;
      line-height: 1.24;
      letter-spacing: -0.0642857em; } }
  @media (max-width: 599px) {
    .project-page #page .project-header h1 .title-english, #content-overlay .project-header h1 .title-english {
      font-family: 'Panama';
      font-size: 26px;
      line-height: 1.16;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 32px;
      line-height: 1.25;
      letter-spacing: -0.9px; } }
  @media (min-width: 600px) {
    .project-page #page .project-header h1 .title-english, #content-overlay .project-header h1 .title-english {
      font-family: 'Panama';
      font-size: 26px;
      line-height: 1.16;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 45px;
      line-height: 1.16;
      letter-spacing: -2px; } }
  @media (min-width: 1200px) {
    .project-page #page .project-header h1 .title-english, #content-overlay .project-header h1 .title-english {
      font-family: 'Panama';
      font-size: 26px;
      line-height: 1.16;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 75px;
      line-height: 1.12;
      letter-spacing: -2.8px; } }
  @media (max-width: 599px) {
    .project-page #page .project-header h1 .title-english, #content-overlay .project-header h1 .title-english {
      font-family: 'Panama';
      font-size: 26px;
      line-height: 1.16;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 45px;
      line-height: 1.16;
      letter-spacing: -2px; } }

@media (max-width: 599px) {
  .project-page #page .project-information-details, .project-page #page #content-overlay .project-information-details, #content-overlay .project-information-details, #content-overlay #content-overlay .project-information-details {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-column-gap: 8vw;
    padding: 4vw;
    margin: 0; } }

@media (min-width: 600px) and (max-width: 899px) {
  .project-page #page .project-information-details, .project-page #page #content-overlay .project-information-details, #content-overlay .project-information-details, #content-overlay #content-overlay .project-information-details {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-column-gap: 10.9375vw;
    padding: 5.46875vw;
    margin: 0; } }

@media (min-width: 900px) and (max-width: 1199px) {
  .project-page #page .project-information-details, .project-page #page #content-overlay .project-information-details, #content-overlay .project-information-details, #content-overlay #content-overlay .project-information-details {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-column-gap: 10.9375vw;
    padding: 5.46875vw;
    margin: 0; } }

@media (min-width: 1200px) and (max-width: 1799px) {
  .project-page #page .project-information-details, .project-page #page #content-overlay .project-information-details, #content-overlay .project-information-details, #content-overlay #content-overlay .project-information-details {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    grid-column-gap: 7.32026vw;
    padding: 3.66013vw;
    margin: 0; } }

@media (min-width: 1800px) {
  .project-page #page .project-information-details, .project-page #page #content-overlay .project-information-details, #content-overlay .project-information-details, #content-overlay #content-overlay .project-information-details {
    display: grid;
    grid-template-columns: repeat(8, minmax(0, 1fr));
    grid-column-gap: 5.7292vw;
    padding: 2.8646vw;
    margin: 0; } }

.project-page #page .project-information-details > div, .project-page #page #content-overlay .project-information-details > div, #content-overlay .project-information-details > div, #content-overlay #content-overlay .project-information-details > div {
  min-width: 0;
  grid-column-start: auto;
  grid-column-end: span 2;
  box-sizing: border-box; }
  @media (min-width: 1200px) {
    .project-page #page .project-information-details > div, .project-page #page #content-overlay .project-information-details > div, #content-overlay .project-information-details > div, #content-overlay #content-overlay .project-information-details > div {
      min-width: 0;
      grid-column-start: auto;
      grid-column-end: span 3;
      box-sizing: border-box; } }
  @media (min-width: 600px) {
    .project-page #page .project-information-details > div, .project-page #page #content-overlay .project-information-details > div, #content-overlay .project-information-details > div, #content-overlay #content-overlay .project-information-details > div {
      margin-bottom: 50px; } }

.project-page #page .project-information-details a, .project-page #page #content-overlay .project-information-details a, #content-overlay .project-information-details a, #content-overlay #content-overlay .project-information-details a {
  border-bottom: none;
  color: currentColor;
  text-decoration: none;
  background: transparent;
  background-image: linear-gradient(black, black);
  background-size: 1px 1px;
  background-repeat: repeat-x;
  background-position: 0% 100%; }
  .project-page #page .project-information-details a:hover, .project-page #page #content-overlay .project-information-details a:hover, #content-overlay .project-information-details a:hover, #content-overlay #content-overlay .project-information-details a:hover {
    background-image: linear-gradient(#ee0085, #ee0085); }

.project-page #page .project-information-details .project-information h2, .project-page #page .project-information-details .production-details h2, .project-page #page #content-overlay .project-information-details .project-information h2, .project-page #page #content-overlay .project-information-details .production-details h2, #content-overlay .project-information-details .project-information h2, #content-overlay .project-information-details .production-details h2, #content-overlay #content-overlay .project-information-details .project-information h2, #content-overlay #content-overlay .project-information-details .production-details h2 {
  margin-top: 1em; }

@media (min-width: 1800px) {
  .project-page #page .project-information-details .project-information, .project-page #page .project-information-details .production-details, .project-page #page #content-overlay .project-information-details .project-information, .project-page #page #content-overlay .project-information-details .production-details, #content-overlay .project-information-details .project-information, #content-overlay .project-information-details .production-details, #content-overlay #content-overlay .project-information-details .project-information, #content-overlay #content-overlay .project-information-details .production-details {
    min-width: 0;
    grid-column-start: auto;
    grid-column-end: span 4;
    box-sizing: border-box; } }

.project-page #page .project-information-details .project-festivals-list, .project-page #page #content-overlay .project-information-details .project-festivals-list, #content-overlay .project-information-details .project-festivals-list, #content-overlay #content-overlay .project-information-details .project-festivals-list {
  margin-top: 1em; }
  @media (max-width: 899px) {
    .project-page #page .project-information-details .project-festivals-list, .project-page #page #content-overlay .project-information-details .project-festivals-list, #content-overlay .project-information-details .project-festivals-list, #content-overlay #content-overlay .project-information-details .project-festivals-list {
      font-family: 'Panama';
      font-size: 26px;
      line-height: 1.16;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 21px;
      line-height: 1.24;
      letter-spacing: -0.6px; } }
  @media (min-width: 900px) {
    .project-page #page .project-information-details .project-festivals-list, .project-page #page #content-overlay .project-information-details .project-festivals-list, #content-overlay .project-information-details .project-festivals-list, #content-overlay #content-overlay .project-information-details .project-festivals-list {
      font-family: 'Panama';
      font-size: 26px;
      line-height: 1.16;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 26px;
      line-height: 1.25;
      letter-spacing: -0.9px; } }

@media (min-width: 1200px) and (max-width: 599px) {
  .project-page #page .project-information-details .project-festivals-list, .project-page #page #content-overlay .project-information-details .project-festivals-list, #content-overlay .project-information-details .project-festivals-list, #content-overlay #content-overlay .project-information-details .project-festivals-list {
    font-family: 'Panama';
    font-size: 26px;
    line-height: 1.16;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 21px;
    line-height: 1.24;
    letter-spacing: -0.6px; } }

@media (min-width: 1200px) and (min-width: 600px) {
  .project-page #page .project-information-details .project-festivals-list, .project-page #page #content-overlay .project-information-details .project-festivals-list, #content-overlay .project-information-details .project-festivals-list, #content-overlay #content-overlay .project-information-details .project-festivals-list {
    font-family: 'Panama';
    font-size: 26px;
    line-height: 1.16;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 26px;
    line-height: 1.25;
    letter-spacing: -0.9px; } }

@media (min-width: 1200px) and (min-width: 1200px) {
  .project-page #page .project-information-details .project-festivals-list, .project-page #page #content-overlay .project-information-details .project-festivals-list, #content-overlay .project-information-details .project-festivals-list, #content-overlay #content-overlay .project-information-details .project-festivals-list {
    font-family: 'Panama';
    font-size: 26px;
    line-height: 1.16;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 32px;
    line-height: 1.25;
    letter-spacing: -0.9px; } }

.project-page #page .project-information-details .project-longtext, .project-page #page #content-overlay .project-information-details .project-longtext, #content-overlay .project-information-details .project-longtext, #content-overlay #content-overlay .project-information-details .project-longtext {
  margin-top: var(--margin-m, 80px);
  margin-bottom: var(--margin-xl, 120px);
  min-width: 0;
  grid-column-start: auto;
  grid-column-end: span 4;
  box-sizing: border-box; }
  @media (max-width: 599px) {
    .project-page #page .project-information-details .project-longtext, .project-page #page #content-overlay .project-information-details .project-longtext, #content-overlay .project-information-details .project-longtext, #content-overlay #content-overlay .project-information-details .project-longtext {
      font-family: 'Panama';
      font-size: 26px;
      line-height: 1.16;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 21px;
      line-height: 1.24;
      letter-spacing: -0.6px; } }
  @media (min-width: 600px) {
    .project-page #page .project-information-details .project-longtext, .project-page #page #content-overlay .project-information-details .project-longtext, #content-overlay .project-information-details .project-longtext, #content-overlay #content-overlay .project-information-details .project-longtext {
      font-family: 'Panama';
      font-size: 26px;
      line-height: 1.16;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 26px;
      line-height: 1.25;
      letter-spacing: -0.9px; } }
  @media (min-width: 1200px) {
    .project-page #page .project-information-details .project-longtext, .project-page #page #content-overlay .project-information-details .project-longtext, #content-overlay .project-information-details .project-longtext, #content-overlay #content-overlay .project-information-details .project-longtext {
      font-family: 'Panama';
      font-size: 26px;
      line-height: 1.16;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 32px;
      line-height: 1.25;
      letter-spacing: -0.9px; } }
  .project-page #page .project-information-details .project-longtext h2, .project-page #page #content-overlay .project-information-details .project-longtext h2, #content-overlay .project-information-details .project-longtext h2, #content-overlay #content-overlay .project-information-details .project-longtext h2 {
    margin: 1.5em 0 0.5em 0; }
  @media (max-width: 599px) {
    .project-page #page .project-information-details .project-longtext h3, .project-page #page #content-overlay .project-information-details .project-longtext h3, #content-overlay .project-information-details .project-longtext h3, #content-overlay #content-overlay .project-information-details .project-longtext h3 {
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 19px;
      line-height: 1.37;
      letter-spacing: -0.6px; } }
  @media (min-width: 600px) {
    .project-page #page .project-information-details .project-longtext h3, .project-page #page #content-overlay .project-information-details .project-longtext h3, #content-overlay .project-information-details .project-longtext h3, #content-overlay #content-overlay .project-information-details .project-longtext h3 {
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 24px;
      line-height: 1.33;
      letter-spacing: -1px; } }
  @media (min-width: 1200px) {
    .project-page #page .project-information-details .project-longtext h3, .project-page #page #content-overlay .project-information-details .project-longtext h3, #content-overlay .project-information-details .project-longtext h3, #content-overlay #content-overlay .project-information-details .project-longtext h3 {
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 30px;
      line-height: 1.33;
      letter-spacing: -1.2px; } }
  @media (min-width: 1200px) {
    .project-page #page .project-information-details .project-longtext, .project-page #page #content-overlay .project-information-details .project-longtext, #content-overlay .project-information-details .project-longtext, #content-overlay #content-overlay .project-information-details .project-longtext {
      min-width: 0;
      grid-column-start: 3;
      grid-column-end: span 4;
      box-sizing: border-box; } }
  @media (max-width: 599px) {
    .project-page #page .project-information-details .project-longtext, .project-page #page #content-overlay .project-information-details .project-longtext, #content-overlay .project-information-details .project-longtext, #content-overlay #content-overlay .project-information-details .project-longtext {
      min-width: 0;
      grid-column-start: auto;
      grid-column-end: span 2;
      box-sizing: border-box; } }

.project-page #page .project-information-details .teaser, .project-page #page #content-overlay .project-information-details .teaser, #content-overlay .project-information-details .teaser, #content-overlay #content-overlay .project-information-details .teaser {
  min-width: 0;
  grid-column-start: auto;
  grid-column: 1/-1;
  box-sizing: border-box;
  margin: 3em 0 2em 0; }
  .project-page #page .project-information-details .teaser .video-info, .project-page #page #content-overlay .project-information-details .teaser .video-info, #content-overlay .project-information-details .teaser .video-info, #content-overlay #content-overlay .project-information-details .teaser .video-info {
    position: relative; }
    @media (max-width: 599px) {
      .project-page #page .project-information-details .teaser .video-info, .project-page #page #content-overlay .project-information-details .teaser .video-info, #content-overlay .project-information-details .teaser .video-info, #content-overlay #content-overlay .project-information-details .teaser .video-info {
        display: flex; }
        .project-page #page .project-information-details .teaser .video-info div:first-child, .project-page #page #content-overlay .project-information-details .teaser .video-info div:first-child, #content-overlay .project-information-details .teaser .video-info div:first-child, #content-overlay #content-overlay .project-information-details .teaser .video-info div:first-child {
          padding-right: 0.5em;
          flex-grow: 1; } }
  .project-page #page .project-information-details .teaser .video-play-btn, .project-page #page #content-overlay .project-information-details .teaser .video-play-btn, #content-overlay .project-information-details .teaser .video-play-btn, #content-overlay #content-overlay .project-information-details .teaser .video-play-btn {
    display: inline-flex;
    align-items: center;
    border: none;
    color: black;
    margin: 0 0.5em 0 0;
    padding: 0.25em 0.8em 0.25em 0.8em;
    line-height: 1;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: white;
    box-shadow: 0 0.1rem 0.3rem rgba(0, 0, 0, 0.25);
    -webkit-tap-highlight-color: transparent;
    transition: box-shadow .3s ease;
    border-radius: 16px;
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 42px;
    line-height: 1.24;
    letter-spacing: -0.0642857em;
    padding: 0.26em 0.74em;
    border-radius: 25px;
    line-height: 1;
    margin-top: 0.5em; }
    .project-page #page .project-information-details .teaser .video-play-btn.border-white, .project-page #page #content-overlay .project-information-details .teaser .video-play-btn.border-white, #content-overlay .project-information-details .teaser .video-play-btn.border-white, #content-overlay #content-overlay .project-information-details .teaser .video-play-btn.border-white {
      border-color: #FFFFFF; }
    .project-page #page .project-information-details .teaser .video-play-btn.bg-white, .project-page #page #content-overlay .project-information-details .teaser .video-play-btn.bg-white, #content-overlay .project-information-details .teaser .video-play-btn.bg-white, #content-overlay #content-overlay .project-information-details .teaser .video-play-btn.bg-white {
      background-color: white; }
    .project-page #page .project-information-details .teaser .video-play-btn:hover, .project-page #page #content-overlay .project-information-details .teaser .video-play-btn:hover, #content-overlay .project-information-details .teaser .video-play-btn:hover, #content-overlay #content-overlay .project-information-details .teaser .video-play-btn:hover {
      color: #ee0085;
      box-shadow: 0 0.1rem 0.3rem #ee008578; }
      .project-page #page .project-information-details .teaser .video-play-btn:hover svg *[fill='#000'], .project-page #page #content-overlay .project-information-details .teaser .video-play-btn:hover svg *[fill='#000'], #content-overlay .project-information-details .teaser .video-play-btn:hover svg *[fill='#000'], #content-overlay #content-overlay .project-information-details .teaser .video-play-btn:hover svg *[fill='#000'] {
        fill: #ee0085; }
    .project-page #page .project-information-details .teaser .video-play-btn:focus, .project-page #page #content-overlay .project-information-details .teaser .video-play-btn:focus, #content-overlay .project-information-details .teaser .video-play-btn:focus, #content-overlay #content-overlay .project-information-details .teaser .video-play-btn:focus {
      outline: 1px solid #fff;
      outline-offset: -4px; }
    .project-page #page .project-information-details .teaser .video-play-btn:active, .project-page #page #content-overlay .project-information-details .teaser .video-play-btn:active, #content-overlay .project-information-details .teaser .video-play-btn:active, #content-overlay #content-overlay .project-information-details .teaser .video-play-btn:active {
      color: currentColor; }
    .project-page #page .project-information-details .teaser .video-play-btn:hover:active, .project-page #page #content-overlay .project-information-details .teaser .video-play-btn:hover:active, #content-overlay .project-information-details .teaser .video-play-btn:hover:active, #content-overlay #content-overlay .project-information-details .teaser .video-play-btn:hover:active {
      color: #ee0085; }
    @media (max-width: 599px) {
      .project-page #page .project-information-details .teaser .video-play-btn, .project-page #page #content-overlay .project-information-details .teaser .video-play-btn, #content-overlay .project-information-details .teaser .video-play-btn, #content-overlay #content-overlay .project-information-details .teaser .video-play-btn {
        display: inline-flex;
        align-items: center;
        border: none;
        color: black;
        margin: 0 0.5em 0 0;
        padding: 0.25em 0.8em 0.25em 0.8em;
        line-height: 1;
        text-decoration: none;
        cursor: pointer;
        text-align: center;
        -webkit-appearance: none;
        -moz-appearance: none;
        background-color: white;
        box-shadow: 0 0.1rem 0.3rem rgba(0, 0, 0, 0.25);
        -webkit-tap-highlight-color: transparent;
        transition: box-shadow .3s ease;
        border-radius: 16px;
        font-family: 'Lars';
        font-size: 24px;
        line-height: 1.4;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 24px;
        line-height: 1.33;
        letter-spacing: -1px;
        padding: 0.31em 0.875em 0.25em 0.875em;
        border-radius: 16px;
        line-height: 1; }
        .project-page #page .project-information-details .teaser .video-play-btn.border-white, .project-page #page #content-overlay .project-information-details .teaser .video-play-btn.border-white, #content-overlay .project-information-details .teaser .video-play-btn.border-white, #content-overlay #content-overlay .project-information-details .teaser .video-play-btn.border-white {
          border-color: #FFFFFF; }
        .project-page #page .project-information-details .teaser .video-play-btn.bg-white, .project-page #page #content-overlay .project-information-details .teaser .video-play-btn.bg-white, #content-overlay .project-information-details .teaser .video-play-btn.bg-white, #content-overlay #content-overlay .project-information-details .teaser .video-play-btn.bg-white {
          background-color: white; }
        .project-page #page .project-information-details .teaser .video-play-btn:hover, .project-page #page #content-overlay .project-information-details .teaser .video-play-btn:hover, #content-overlay .project-information-details .teaser .video-play-btn:hover, #content-overlay #content-overlay .project-information-details .teaser .video-play-btn:hover {
          color: #ee0085;
          box-shadow: 0 0.1rem 0.3rem #ee008578; }
          .project-page #page .project-information-details .teaser .video-play-btn:hover svg *[fill='#000'], .project-page #page #content-overlay .project-information-details .teaser .video-play-btn:hover svg *[fill='#000'], #content-overlay .project-information-details .teaser .video-play-btn:hover svg *[fill='#000'], #content-overlay #content-overlay .project-information-details .teaser .video-play-btn:hover svg *[fill='#000'] {
            fill: #ee0085; }
        .project-page #page .project-information-details .teaser .video-play-btn:focus, .project-page #page #content-overlay .project-information-details .teaser .video-play-btn:focus, #content-overlay .project-information-details .teaser .video-play-btn:focus, #content-overlay #content-overlay .project-information-details .teaser .video-play-btn:focus {
          outline: 1px solid #fff;
          outline-offset: -4px; }
        .project-page #page .project-information-details .teaser .video-play-btn:active, .project-page #page #content-overlay .project-information-details .teaser .video-play-btn:active, #content-overlay .project-information-details .teaser .video-play-btn:active, #content-overlay #content-overlay .project-information-details .teaser .video-play-btn:active {
          color: currentColor; }
        .project-page #page .project-information-details .teaser .video-play-btn:hover:active, .project-page #page #content-overlay .project-information-details .teaser .video-play-btn:hover:active, #content-overlay .project-information-details .teaser .video-play-btn:hover:active, #content-overlay #content-overlay .project-information-details .teaser .video-play-btn:hover:active {
          color: #ee0085; } }

@media (min-width: 1800px) {
  .project-page #page .project-information-details .project-cast, .project-page #page .project-information-details .project-sales, .project-page #page .project-information-details .project-festivals, .project-page #page .project-information-details .project-crew, .project-page #page #content-overlay .project-information-details .project-cast, .project-page #page #content-overlay .project-information-details .project-sales, .project-page #page #content-overlay .project-information-details .project-festivals, .project-page #page #content-overlay .project-information-details .project-crew, #content-overlay .project-information-details .project-cast, #content-overlay .project-information-details .project-sales, #content-overlay .project-information-details .project-festivals, #content-overlay .project-information-details .project-crew, #content-overlay #content-overlay .project-information-details .project-cast, #content-overlay #content-overlay .project-information-details .project-sales, #content-overlay #content-overlay .project-information-details .project-festivals, #content-overlay #content-overlay .project-information-details .project-crew {
    min-width: 0;
    grid-column-start: auto;
    grid-column-end: span 2;
    box-sizing: border-box; } }

@media (max-width: 599px) {
  .project-page #page section, .project-page #page .fullwidth, .project-page #page .Teaser-section, .project-page #page .news-overview, .project-page #page .fullwidth-list, .project-page #page .programmes-overview, .project-page #page .project-information-details, #content-overlay section, #content-overlay .fullwidth, #content-overlay .Teaser-section, #content-overlay .news-overview, #content-overlay .fullwidth-list, #content-overlay .programmes-overview, #content-overlay .project-information-details {
    margin-bottom: var(--margin-l, 80px); }
  .project-page #page dl, #content-overlay dl {
    margin-bottom: 0; }
  .project-page #page .project-information-details h3, .project-page #page .project-information-details .project-information h3, .project-page #page .project-information-details .production-details h3, .project-page #page .project-information-details .synopsis h3, .project-page #page .project-information-details > div h3, #content-overlay .project-information-details h3, #content-overlay .project-information-details .project-information h3, #content-overlay .project-information-details .production-details h3, #content-overlay .project-information-details .synopsis h3, #content-overlay .project-information-details > div h3 {
    margin-top: 2.4em !important;
    margin-bottom: 1em !important; }
  .project-page #page .project-information-details .video-container, #content-overlay .project-information-details .video-container {
    height: calc(100vh - var(--margin-top));
    margin-top: 2.4em !important;
    margin-bottom: 0; } }

@media (max-width: 599px) {
  .project-slider .video-js {
    height: calc(92vw * 0.677777); } }

#content-overlay {
  display: none;
  top: 0;
  height: 100%;
  margin-top: 0;
  padding-top: var(--margin-top);
  padding-bottom: 5em; }
  @media (max-width: 599px) {
    #content-overlay {
      padding-top: 60px; } }

body.talentpress #content-overlay {
  background-color: black; }

body.content-overlay-open {
  /* */ }
  body.content-overlay-open #content-overlay {
    transform: translateX(0); }
  body.content-overlay-open .search-overlay-buttons {
    display: none; }
  body.content-overlay-open .topnav .topnav-main .btn-share, body.content-overlay-open .topnav .topnav-main .share-button {
    display: inline-block; }
  body.content-overlay-open .topnav #parameter-list-wrapper {
    display: none; }
  body.content-overlay-open .topnav #parameter-list {
    display: none; }

.talents-only_message {
  padding: 10px var(--gutter);
  font-family: 'Lars';
  font-size: 24px;
  line-height: 1.4;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  font-size: 19px;
  line-height: 1.37;
  letter-spacing: -0.6px;
  background-color: black;
  color: white;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center; }
  .talents-only_message svg {
    height: 1em;
    margin-bottom: 3px;
    margin-right: 10px;
    flex-shrink: 0; }
    .talents-only_message svg use {
      fill: white; }

.program-event .event-header-wrapper {
  margin-top: -3px !important; }

.program-event .event-header .title-area {
  position: relative;
  hyphens: auto; }
  .program-event .event-header .title-area:before {
    content: '';
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    width: calc(var(--gutter) / 4); }
  .program-event .event-header .title-area .event-type {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 24px;
    line-height: 1.33;
    letter-spacing: -1px;
    line-height: 1.1; }
  .program-event .event-header .title-area .title-english {
    hyphens: none; }
  @media (max-width: 899px) {
    .program-event .event-header .title-area {
      padding-top: 30px;
      border-right: none; } }
  @media (min-width: 600px) {
    .program-event .event-header .title-area {
      padding-top: 30px; } }
  @media (min-width: 1200px) {
    .program-event .event-header .title-area {
      padding-top: 47px; } }
  .program-event .event-header .title-area div {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    .program-event .event-header .title-area div h1 {
      margin-top: 40px;
      margin-bottom: 1.8em; }
      @media (max-width: 599px) {
        .program-event .event-header .title-area div h1 {
          font-family: 'Lars';
          font-size: 24px;
          line-height: 1.4;
          font-weight: normal;
          font-style: normal;
          font-stretch: normal;
          font-size: 30px;
          line-height: 1.33;
          letter-spacing: -1.2px; } }
      @media (min-width: 600px) and (max-width: 899px) {
        .program-event .event-header .title-area div h1 {
          font-family: 'Lars';
          font-size: 24px;
          line-height: 1.4;
          font-weight: normal;
          font-style: normal;
          font-stretch: normal;
          font-size: 42px;
          line-height: 1.24;
          letter-spacing: -0.0642857em; } }
      @media (min-width: 900px) {
        .program-event .event-header .title-area div h1 {
          font-family: 'Lars';
          font-size: 24px;
          line-height: 1.4;
          font-weight: normal;
          font-style: normal;
          font-stretch: normal;
          font-size: 72px;
          line-height: 1.11;
          letter-spacing: -3.4px; } }
    @media (max-width: 899px) {
      .program-event .event-header .title-area div {
        -webkit-box-direction: reverse;
        -webkit-box-orient: vertical;
        -moz-box-direction: reverse;
        -moz-box-orient: vertical;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse; }
        .program-event .event-header .title-area div h1 {
          margin-top: 15px;
          margin-bottom: 15px; }
        .program-event .event-header .title-area div .event-type {
          margin-bottom: 3em;
          font-family: 'Lars';
          font-size: 24px;
          line-height: 1.4;
          font-weight: normal;
          font-style: normal;
          font-stretch: normal;
          font-size: 19px;
          line-height: 1.37;
          letter-spacing: -0.6px; } }

.program-event .event-header figure .img-wrapper {
  border-bottom: var(--border) solid black; }

.program-event .event-header figure figcaption {
  margin-top: 0.5em; }
  @media (max-width: 899px) {
    .program-event .event-header figure figcaption {
      font-family: 'Panama';
      font-size: 26px;
      line-height: 1.16;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 21px;
      line-height: 1.24;
      letter-spacing: -0.6px; } }
  @media (min-width: 900px) {
    .program-event .event-header figure figcaption {
      font-family: 'Panama';
      font-size: 26px;
      line-height: 1.16;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 26px;
      line-height: 1.25;
      letter-spacing: -0.9px; } }

.program-event .event-header .actions a {
  margin-right: 0.5em; }

.program-event .event-header .actions .icon {
  width: 1.25em;
  height: 1.25em; }

@media (max-width: 899px) {
  .program-event .event-header .info-area {
    border-bottom: none;
    border-top: none;
    border-left: none; } }

.program-event div.event-header.grid, .program-event div.event-header.article-header--smaller, .program-event div.event-header.article-meta {
  display: grid;
  grid-template-columns: 50% 50%;
  grid-template-rows: auto;
  grid-template-areas: "left_col right_col" "image image"; }

@media (min-width: 600px) and (max-width: 599px) {
  .program-event div.event-header.grid .title-area h1, .program-event div.event-header.article-header--smaller .title-area h1, .program-event div.event-header.article-meta .title-area h1, .program-event div.event-header.grid .info-area h1, .program-event div.event-header.article-header--smaller .info-area h1, .program-event div.event-header.article-meta .info-area h1 {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 30px;
    line-height: 1.33;
    letter-spacing: -1.2px; } }

@media (min-width: 600px) and (min-width: 600px) {
  .program-event div.event-header.grid .title-area h1, .program-event div.event-header.article-header--smaller .title-area h1, .program-event div.event-header.article-meta .title-area h1, .program-event div.event-header.grid .info-area h1, .program-event div.event-header.article-header--smaller .info-area h1, .program-event div.event-header.article-meta .info-area h1 {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 42px;
    line-height: 1.24;
    letter-spacing: -0.0642857em; } }

@media (min-width: 600px) and (min-width: 1200px) {
  .program-event div.event-header.grid .title-area h1, .program-event div.event-header.article-header--smaller .title-area h1, .program-event div.event-header.article-meta .title-area h1, .program-event div.event-header.grid .info-area h1, .program-event div.event-header.article-header--smaller .info-area h1, .program-event div.event-header.article-meta .info-area h1 {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 72px;
    line-height: 1.11;
    letter-spacing: -3.4px; } }
  .program-event div.event-header.grid .title-area, .program-event div.event-header.article-header--smaller .title-area, .program-event div.event-header.article-meta .title-area {
    grid-area: left_col;
    margin: 0; }
    @media (max-width: 599px) {
      .program-event div.event-header.grid .title-area, .program-event div.event-header.article-header--smaller .title-area, .program-event div.event-header.article-meta .title-area {
        padding: 4vw; } }
    @media (min-width: 600px) and (max-width: 899px) {
      .program-event div.event-header.grid .title-area, .program-event div.event-header.article-header--smaller .title-area, .program-event div.event-header.article-meta .title-area {
        padding: 5.46875vw; } }
    @media (min-width: 900px) and (max-width: 1199px) {
      .program-event div.event-header.grid .title-area, .program-event div.event-header.article-header--smaller .title-area, .program-event div.event-header.article-meta .title-area {
        padding: 5.46875vw; } }
    @media (min-width: 1200px) and (max-width: 1799px) {
      .program-event div.event-header.grid .title-area, .program-event div.event-header.article-header--smaller .title-area, .program-event div.event-header.article-meta .title-area {
        padding: 3.66013vw; } }
    @media (min-width: 1800px) {
      .program-event div.event-header.grid .title-area, .program-event div.event-header.article-header--smaller .title-area, .program-event div.event-header.article-meta .title-area {
        padding: 2.8646vw; } }
    @media (max-width: 599px) {
      .program-event div.event-header.grid .title-area, .program-event div.event-header.article-header--smaller .title-area, .program-event div.event-header.article-meta .title-area {
        padding-bottom: 6vw; } }
    @media (min-width: 600px) and (max-width: 899px) {
      .program-event div.event-header.grid .title-area, .program-event div.event-header.article-header--smaller .title-area, .program-event div.event-header.article-meta .title-area {
        padding-bottom: 8.20312vw; } }
    @media (min-width: 900px) and (max-width: 1199px) {
      .program-event div.event-header.grid .title-area, .program-event div.event-header.article-header--smaller .title-area, .program-event div.event-header.article-meta .title-area {
        padding-bottom: 8.20312vw; } }
    @media (min-width: 1200px) and (max-width: 1799px) {
      .program-event div.event-header.grid .title-area, .program-event div.event-header.article-header--smaller .title-area, .program-event div.event-header.article-meta .title-area {
        padding-bottom: 5.49019vw; } }
    @media (min-width: 1800px) {
      .program-event div.event-header.grid .title-area, .program-event div.event-header.article-header--smaller .title-area, .program-event div.event-header.article-meta .title-area {
        padding-bottom: 4.2969vw; } }

@media (max-width: 599px) and (max-width: 599px) {
  .program-event div.event-header.grid .title-area, .program-event div.event-header.article-header--smaller .title-area, .program-event div.event-header.article-meta .title-area {
    padding-top: 8vw; } }

@media (max-width: 599px) and (min-width: 600px) and (max-width: 899px) {
  .program-event div.event-header.grid .title-area, .program-event div.event-header.article-header--smaller .title-area, .program-event div.event-header.article-meta .title-area {
    padding-top: 10.9375vw; } }

@media (max-width: 599px) and (min-width: 900px) and (max-width: 1199px) {
  .program-event div.event-header.grid .title-area, .program-event div.event-header.article-header--smaller .title-area, .program-event div.event-header.article-meta .title-area {
    padding-top: 10.9375vw; } }

@media (max-width: 599px) and (min-width: 1200px) and (max-width: 1799px) {
  .program-event div.event-header.grid .title-area, .program-event div.event-header.article-header--smaller .title-area, .program-event div.event-header.article-meta .title-area {
    padding-top: 7.32026vw; } }

@media (max-width: 599px) and (min-width: 1800px) {
  .program-event div.event-header.grid .title-area, .program-event div.event-header.article-header--smaller .title-area, .program-event div.event-header.article-meta .title-area {
    padding-top: 5.7292vw; } }
  .program-event div.event-header.grid .info-area, .program-event div.event-header.article-header--smaller .info-area, .program-event div.event-header.article-meta .info-area {
    grid-area: right_col;
    margin: 0; }
    @media (max-width: 599px) {
      .program-event div.event-header.grid .info-area, .program-event div.event-header.article-header--smaller .info-area, .program-event div.event-header.article-meta .info-area {
        padding: 4vw; } }
    @media (min-width: 600px) and (max-width: 899px) {
      .program-event div.event-header.grid .info-area, .program-event div.event-header.article-header--smaller .info-area, .program-event div.event-header.article-meta .info-area {
        padding: 5.46875vw; } }
    @media (min-width: 900px) and (max-width: 1199px) {
      .program-event div.event-header.grid .info-area, .program-event div.event-header.article-header--smaller .info-area, .program-event div.event-header.article-meta .info-area {
        padding: 5.46875vw; } }
    @media (min-width: 1200px) and (max-width: 1799px) {
      .program-event div.event-header.grid .info-area, .program-event div.event-header.article-header--smaller .info-area, .program-event div.event-header.article-meta .info-area {
        padding: 3.66013vw; } }
    @media (min-width: 1800px) {
      .program-event div.event-header.grid .info-area, .program-event div.event-header.article-header--smaller .info-area, .program-event div.event-header.article-meta .info-area {
        padding: 2.8646vw; } }
    @media (max-width: 599px) {
      .program-event div.event-header.grid .info-area, .program-event div.event-header.article-header--smaller .info-area, .program-event div.event-header.article-meta .info-area {
        padding-bottom: 6vw; } }
    @media (min-width: 600px) and (max-width: 899px) {
      .program-event div.event-header.grid .info-area, .program-event div.event-header.article-header--smaller .info-area, .program-event div.event-header.article-meta .info-area {
        padding-bottom: 8.20312vw; } }
    @media (min-width: 900px) and (max-width: 1199px) {
      .program-event div.event-header.grid .info-area, .program-event div.event-header.article-header--smaller .info-area, .program-event div.event-header.article-meta .info-area {
        padding-bottom: 8.20312vw; } }
    @media (min-width: 1200px) and (max-width: 1799px) {
      .program-event div.event-header.grid .info-area, .program-event div.event-header.article-header--smaller .info-area, .program-event div.event-header.article-meta .info-area {
        padding-bottom: 5.49019vw; } }
    @media (min-width: 1800px) {
      .program-event div.event-header.grid .info-area, .program-event div.event-header.article-header--smaller .info-area, .program-event div.event-header.article-meta .info-area {
        padding-bottom: 4.2969vw; } }
    .program-event div.event-header.grid .info-area .bottom-line, .program-event div.event-header.article-header--smaller .info-area .bottom-line, .program-event div.event-header.article-meta .info-area .bottom-line, .program-event div.event-header.grid .info-area .past-event, .program-event div.event-header.article-header--smaller .info-area .past-event, .program-event div.event-header.article-meta .info-area .past-event {
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 24px;
      line-height: 1.33;
      letter-spacing: -1px; }
  .program-event div.event-header.grid figure, .program-event div.event-header.article-header--smaller figure, .program-event div.event-header.article-meta figure {
    grid-area: image; }
  @media (max-width: 899px) {
    .program-event div.event-header.grid, .program-event div.event-header.article-header--smaller, .program-event div.event-header.article-meta {
      grid-template-columns: 100%;
      grid-template-areas: "left_col" "image" "right_col"; }
      .program-event div.event-header.grid .info-area, .program-event div.event-header.article-header--smaller .info-area, .program-event div.event-header.article-meta .info-area {
        margin-bottom: 0;
        margin-top: 1em; }
        .program-event div.event-header.grid .info-area .bottom-line, .program-event div.event-header.article-header--smaller .info-area .bottom-line, .program-event div.event-header.article-meta .info-area .bottom-line {
          font-family: 'Lars';
          font-size: 24px;
          line-height: 1.4;
          font-weight: normal;
          font-style: normal;
          font-stretch: normal;
          font-size: 19px;
          line-height: 1.37;
          letter-spacing: -0.6px; }
      .program-event div.event-header.grid .info-list, .program-event div.event-header.article-header--smaller .info-list, .program-event div.event-header.article-meta .info-list, .program-event div.event-header.grid .project-page #page .project-information-details > div, .project-page #page .program-event div.event-header.grid .project-information-details > div, .program-event div.event-header.article-header--smaller .project-page #page .project-information-details > div, .project-page #page .program-event div.event-header.article-header--smaller .project-information-details > div, .program-event div.event-header.article-meta .project-page #page .project-information-details > div, .project-page #page .program-event div.event-header.article-meta .project-information-details > div, .program-event div.event-header.grid .project-page #page #content-overlay .project-information-details > div, .project-page #page #content-overlay .program-event div.event-header.grid .project-information-details > div, .program-event div.event-header.article-header--smaller .project-page #page #content-overlay .project-information-details > div, .project-page #page #content-overlay .program-event div.event-header.article-header--smaller .project-information-details > div, .program-event div.event-header.article-meta .project-page #page #content-overlay .project-information-details > div, .project-page #page #content-overlay .program-event div.event-header.article-meta .project-information-details > div, .program-event div.event-header.grid #content-overlay .project-information-details > div, #content-overlay .program-event div.event-header.grid .project-information-details > div, .program-event div.event-header.article-header--smaller #content-overlay .project-information-details > div, #content-overlay .program-event div.event-header.article-header--smaller .project-information-details > div, .program-event div.event-header.article-meta #content-overlay .project-information-details > div, #content-overlay .program-event div.event-header.article-meta .project-information-details > div, .program-event div.event-header.grid #content-overlay #content-overlay .project-information-details > div, #content-overlay #content-overlay .program-event div.event-header.grid .project-information-details > div, .program-event div.event-header.article-header--smaller #content-overlay #content-overlay .project-information-details > div, #content-overlay #content-overlay .program-event div.event-header.article-header--smaller .project-information-details > div, .program-event div.event-header.article-meta #content-overlay #content-overlay .project-information-details > div, #content-overlay #content-overlay .program-event div.event-header.article-meta .project-information-details > div {
        margin-bottom: 1.5em !important; }
        .program-event div.event-header.grid .info-list dt, .program-event div.event-header.article-header--smaller .info-list dt, .program-event div.event-header.article-meta .info-list dt, .program-event div.event-header.grid .project-page #page .project-information-details > div dt, .project-page #page .program-event div.event-header.grid .project-information-details > div dt, .program-event div.event-header.article-header--smaller .project-page #page .project-information-details > div dt, .project-page #page .program-event div.event-header.article-header--smaller .project-information-details > div dt, .program-event div.event-header.article-meta .project-page #page .project-information-details > div dt, .project-page #page .program-event div.event-header.article-meta .project-information-details > div dt, .program-event div.event-header.grid .project-page #page #content-overlay .project-information-details > div dt, .project-page #page #content-overlay .program-event div.event-header.grid .project-information-details > div dt, .program-event div.event-header.article-header--smaller .project-page #page #content-overlay .project-information-details > div dt, .project-page #page #content-overlay .program-event div.event-header.article-header--smaller .project-information-details > div dt, .program-event div.event-header.article-meta .project-page #page #content-overlay .project-information-details > div dt, .project-page #page #content-overlay .program-event div.event-header.article-meta .project-information-details > div dt, .program-event div.event-header.grid #content-overlay .project-information-details > div dt, #content-overlay .program-event div.event-header.grid .project-information-details > div dt, .program-event div.event-header.article-header--smaller #content-overlay .project-information-details > div dt, #content-overlay .program-event div.event-header.article-header--smaller .project-information-details > div dt, .program-event div.event-header.article-meta #content-overlay .project-information-details > div dt, #content-overlay .program-event div.event-header.article-meta .project-information-details > div dt, .program-event div.event-header.grid #content-overlay #content-overlay .project-information-details > div dt, #content-overlay #content-overlay .program-event div.event-header.grid .project-information-details > div dt, .program-event div.event-header.article-header--smaller #content-overlay #content-overlay .project-information-details > div dt, #content-overlay #content-overlay .program-event div.event-header.article-header--smaller .project-information-details > div dt, .program-event div.event-header.article-meta #content-overlay #content-overlay .project-information-details > div dt, #content-overlay #content-overlay .program-event div.event-header.article-meta .project-information-details > div dt {
          font-family: 'Lars';
          font-size: 24px;
          line-height: 1.4;
          font-weight: normal;
          font-style: normal;
          font-stretch: normal;
          font-size: 24px;
          line-height: 1.33;
          letter-spacing: -1px; }
        .program-event div.event-header.grid .info-list dd, .program-event div.event-header.article-header--smaller .info-list dd, .program-event div.event-header.article-meta .info-list dd, .program-event div.event-header.grid .project-page #page .project-information-details > div dd, .project-page #page .program-event div.event-header.grid .project-information-details > div dd, .program-event div.event-header.article-header--smaller .project-page #page .project-information-details > div dd, .project-page #page .program-event div.event-header.article-header--smaller .project-information-details > div dd, .program-event div.event-header.article-meta .project-page #page .project-information-details > div dd, .project-page #page .program-event div.event-header.article-meta .project-information-details > div dd, .program-event div.event-header.grid .project-page #page #content-overlay .project-information-details > div dd, .project-page #page #content-overlay .program-event div.event-header.grid .project-information-details > div dd, .program-event div.event-header.article-header--smaller .project-page #page #content-overlay .project-information-details > div dd, .project-page #page #content-overlay .program-event div.event-header.article-header--smaller .project-information-details > div dd, .program-event div.event-header.article-meta .project-page #page #content-overlay .project-information-details > div dd, .project-page #page #content-overlay .program-event div.event-header.article-meta .project-information-details > div dd, .program-event div.event-header.grid #content-overlay .project-information-details > div dd, #content-overlay .program-event div.event-header.grid .project-information-details > div dd, .program-event div.event-header.article-header--smaller #content-overlay .project-information-details > div dd, #content-overlay .program-event div.event-header.article-header--smaller .project-information-details > div dd, .program-event div.event-header.article-meta #content-overlay .project-information-details > div dd, #content-overlay .program-event div.event-header.article-meta .project-information-details > div dd, .program-event div.event-header.grid #content-overlay #content-overlay .project-information-details > div dd, #content-overlay #content-overlay .program-event div.event-header.grid .project-information-details > div dd, .program-event div.event-header.article-header--smaller #content-overlay #content-overlay .project-information-details > div dd, #content-overlay #content-overlay .program-event div.event-header.article-header--smaller .project-information-details > div dd, .program-event div.event-header.article-meta #content-overlay #content-overlay .project-information-details > div dd, #content-overlay #content-overlay .program-event div.event-header.article-meta .project-information-details > div dd {
          font-family: 'Panama';
          font-size: 26px;
          line-height: 1.16;
          font-weight: normal;
          font-style: normal;
          font-stretch: normal;
          font-size: 26px;
          line-height: 1.25;
          letter-spacing: -0.9px; } }

.program-event section.event-header.nogrid {
  margin-top: -3px; }
  .program-event section.event-header.nogrid > .row, .program-event section.event-header.nogrid > .container-fluid, .program-event section.event-header.nogrid > .topnav-tp, .program-event section.event-header.nogrid > .topnav {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
    @media (max-width: 599px) {
      .program-event section.event-header.nogrid > .row, .program-event section.event-header.nogrid > .container-fluid, .program-event section.event-header.nogrid > .topnav-tp, .program-event section.event-header.nogrid > .topnav {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-column-gap: 8vw;
        padding: 4vw;
        margin: 0; } }
    @media (min-width: 600px) and (max-width: 899px) {
      .program-event section.event-header.nogrid > .row, .program-event section.event-header.nogrid > .container-fluid, .program-event section.event-header.nogrid > .topnav-tp, .program-event section.event-header.nogrid > .topnav {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        grid-column-gap: 10.9375vw;
        padding: 5.46875vw;
        margin: 0; } }
    @media (min-width: 900px) and (max-width: 1199px) {
      .program-event section.event-header.nogrid > .row, .program-event section.event-header.nogrid > .container-fluid, .program-event section.event-header.nogrid > .topnav-tp, .program-event section.event-header.nogrid > .topnav {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        grid-column-gap: 10.9375vw;
        padding: 5.46875vw;
        margin: 0; } }
    @media (min-width: 1200px) and (max-width: 1799px) {
      .program-event section.event-header.nogrid > .row, .program-event section.event-header.nogrid > .container-fluid, .program-event section.event-header.nogrid > .topnav-tp, .program-event section.event-header.nogrid > .topnav {
        display: grid;
        grid-template-columns: repeat(6, minmax(0, 1fr));
        grid-column-gap: 7.32026vw;
        padding: 3.66013vw;
        margin: 0; } }
    @media (min-width: 1800px) {
      .program-event section.event-header.nogrid > .row, .program-event section.event-header.nogrid > .container-fluid, .program-event section.event-header.nogrid > .topnav-tp, .program-event section.event-header.nogrid > .topnav {
        display: grid;
        grid-template-columns: repeat(8, minmax(0, 1fr));
        grid-column-gap: 5.7292vw;
        padding: 2.8646vw;
        margin: 0; } }

.program-event .title-area {
  /*
    @include edge-to-edge();
    @include for-phone-only {
      border-right:none;
    }
    @include for-tablet-portrait-only {
      border-right:none;
    }
    */
  border-right: var(--border) solid black;
  border-bottom: var(--border) solid black;
  border-top: var(--border) solid black; }
  @media (max-width: 599px) {
    .program-event .title-area {
      border-right: none; } }

.program-event .workshop .title-area:before {
  background-color: #3e80b0; }

.program-event .film-screening .title-area:before {
  background-color: #924eff; }

.program-event .talks .title-area:before {
  background-color: #ee0085; }

.program-event .network .title-area:before {
  background-color: #ff7030; }

.program-event .info-area {
  box-sizing: border-box;
  border-left: 2px solid black;
  border-bottom: var(--border) solid black;
  border-top: var(--border) solid black; }
  @media (max-width: 599px) {
    .program-event .info-area {
      margin-left: -4vw;
      margin-right: -4vw;
      padding: 4vw; } }
  @media (min-width: 600px) and (max-width: 899px) {
    .program-event .info-area {
      margin-left: -5.46875vw;
      margin-right: -5.46875vw;
      padding: 5.46875vw; } }
  @media (min-width: 900px) and (max-width: 1199px) {
    .program-event .info-area {
      margin-left: -5.46875vw;
      margin-right: -5.46875vw;
      padding: 5.46875vw; } }
  @media (min-width: 1200px) and (max-width: 1799px) {
    .program-event .info-area {
      margin-left: -3.66013vw;
      margin-right: -3.66013vw;
      padding: 3.66013vw; } }
  @media (min-width: 1800px) {
    .program-event .info-area {
      margin-left: -2.8646vw;
      margin-right: -2.8646vw;
      padding: 2.8646vw; } }
  @media (min-width: 600px) {
    .program-event .info-area {
      border-left: none; } }
  @media (min-width: 600px) {
    .program-event .info-area {
      border-left: none; } }
  @media (max-width: 899px) {
    .program-event .info-area .main-info {
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 24px;
      line-height: 1.33;
      letter-spacing: -1px; } }
  @media (min-width: 900px) {
    .program-event .info-area .main-info {
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 30px;
      line-height: 1.33;
      letter-spacing: -1.2px; } }
  @media (min-width: 1200px) {
    .program-event .info-area .main-info {
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 30px;
      line-height: 1.33;
      letter-spacing: -1.2px; } }

.program-event .info-list, .program-event .project-page #page .project-information-details > div, .project-page #page .program-event .project-information-details > div, .program-event .project-page #page #content-overlay .project-information-details > div, .project-page #page #content-overlay .program-event .project-information-details > div, .program-event #content-overlay .project-information-details > div, #content-overlay .program-event .project-information-details > div, .program-event #content-overlay #content-overlay .project-information-details > div, #content-overlay #content-overlay .program-event .project-information-details > div {
  justify-content: space-between; }

.program-event [class^='textblock'] {
  margin: 2em 0; }

@media (max-width: 599px) {
  .program-event .textblock-left, .program-event #page section.grid.align-left > div, #page .program-event section.grid.align-left > div, .program-event #page section.align-left.content-module > div, #page .program-event section.align-left.content-module > div, .program-event #page section.align-left.article-header--smaller > div, #page .program-event section.align-left.article-header--smaller > div, .program-event #page section.align-left.article-meta > div, #page .program-event section.align-left.article-meta > div {
    margin-top: 0; } }

.person-info-section {
  border-bottom: var(--border) solid #000;
  margin: 0px !important; }
  .person-info-section:first-of-type {
    border-top: var(--border) solid #000; }
  .person-info-section .person-info-content {
    box-sizing: border-box; }
    @media (max-width: 599px) {
      .person-info-section .person-info-content {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-column-gap: 8vw;
        padding: 4vw;
        margin: 0; } }
    @media (min-width: 600px) and (max-width: 899px) {
      .person-info-section .person-info-content {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        grid-column-gap: 10.9375vw;
        padding: 5.46875vw;
        margin: 0; } }
    @media (min-width: 900px) and (max-width: 1199px) {
      .person-info-section .person-info-content {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        grid-column-gap: 10.9375vw;
        padding: 5.46875vw;
        margin: 0; } }
    @media (min-width: 1200px) and (max-width: 1799px) {
      .person-info-section .person-info-content {
        display: grid;
        grid-template-columns: repeat(6, minmax(0, 1fr));
        grid-column-gap: 7.32026vw;
        padding: 3.66013vw;
        margin: 0; } }
    @media (min-width: 1800px) {
      .person-info-section .person-info-content {
        display: grid;
        grid-template-columns: repeat(8, minmax(0, 1fr));
        grid-column-gap: 5.7292vw;
        padding: 2.8646vw;
        margin: 0; } }
    @media (max-width: 899px) {
      .person-info-section .person-info-content {
        margin-top: 0; } }
  .person-info-section .person-info-name {
    line-height: 1; }
    @media (max-width: 599px) {
      .person-info-section .person-info-name {
        font-family: 'Panama';
        font-size: 26px;
        line-height: 1.16;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 21px;
        line-height: 1.24;
        letter-spacing: -0.6px; } }
    @media (min-width: 600px) {
      .person-info-section .person-info-name {
        font-family: 'Panama';
        font-size: 26px;
        line-height: 1.16;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 26px;
        line-height: 1.25;
        letter-spacing: -0.9px; } }
    @media (min-width: 1200px) {
      .person-info-section .person-info-name {
        font-family: 'Panama';
        font-size: 26px;
        line-height: 1.16;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 32px;
        line-height: 1.25;
        letter-spacing: -0.9px; } }
    @media (max-width: 899px) {
      .person-info-section .person-info-name {
        display: none;
        cursor: pointer; } }
  .person-info-section .person-info {
    min-width: 0;
    grid-column-start: auto;
    grid-column-end: span 4;
    box-sizing: border-box; }
    @media (max-width: 1199px) {
      .person-info-section .person-info {
        min-width: 0;
        grid-column-start: auto;
        grid-column-end: span 2;
        box-sizing: border-box; } }
    @media (max-width: 899px) {
      .person-info-section .person-info {
        min-width: 0;
        grid-column-start: auto;
        grid-column-end: span 4;
        box-sizing: border-box; } }
  .person-info-section .person-info-image {
    min-width: 0;
    grid-column-start: auto;
    grid-column-end: span 2;
    box-sizing: border-box; }
    @media (max-width: 899px) {
      .person-info-section .person-info-image {
        min-width: 0;
        grid-column-start: auto;
        grid-column-end: span 4;
        box-sizing: border-box; } }
    .person-info-section .person-info-image .cr-info {
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 15px;
      line-height: 1.4;
      letter-spacing: -0.5px;
      margin-top: 5px; }
      .person-info-section .person-info-image .cr-info span {
        display: none; }
      .person-info-section .person-info-image .cr-info:before {
        content: '© ';
        cursor: pointer; }
  .person-info-section .person-info-text p {
    margin-top: 22px; }
    @media (max-width: 899px) {
      .person-info-section .person-info-text p {
        font-family: 'Lars';
        font-size: 24px;
        line-height: 1.4;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 19px;
        line-height: 1.37;
        letter-spacing: -0.6px; } }
    @media (min-width: 900px) {
      .person-info-section .person-info-text p {
        font-family: 'Lars';
        font-size: 24px;
        line-height: 1.4;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 24px;
        line-height: 1.33;
        letter-spacing: -1px; } }
  .person-info-section .collapse-toggle.person-info-name {
    display: none; }
    @media (max-width: 599px) {
      .person-info-section .collapse-toggle.person-info-name {
        padding: 4vw; } }
    @media (min-width: 600px) and (max-width: 899px) {
      .person-info-section .collapse-toggle.person-info-name {
        padding: 5.46875vw; } }
    @media (min-width: 900px) and (max-width: 1199px) {
      .person-info-section .collapse-toggle.person-info-name {
        padding: 5.46875vw; } }
    @media (min-width: 1200px) and (max-width: 1799px) {
      .person-info-section .collapse-toggle.person-info-name {
        padding: 3.66013vw; } }
    @media (min-width: 1800px) {
      .person-info-section .collapse-toggle.person-info-name {
        padding: 2.8646vw; } }
    @media (max-width: 899px) {
      .person-info-section .collapse-toggle.person-info-name {
        display: inline-block; } }
  @media (max-width: 899px) {
    .person-info-section .person-info-image {
      text-align: center;
      padding: 0.7em 0.5em 0.7em 0.5em; }
      .person-info-section .person-info-image img {
        width: 49%; } }

#collapse-form {
  box-shadow: 0 0.1rem 0.3rem rgba(0, 0, 0, 0.25); }

section.program-index {
  padding: 0px !important; }
  @media (min-width: 900px) {
    section.program-index {
      height: calc(100vh - var(--margin-top, 100px));
      position: fixed; }
      section.program-index .program-container {
        height: 100%;
        width: 100vw; }
      section.program-index .sidebar {
        flex: 1 1 0;
        height: calc(100vh - var(--margin-top));
        overflow-y: scroll;
        padding: 0;
        scrollbar-width: thin;
        scrollbar-color: #999 white; }
        section.program-index .sidebar::-webkit-scrollbar {
          border-radius: 10px;
          height: 10px;
          width: 10px; }
        section.program-index .sidebar::-webkit-scrollbar-thumb {
          background: #999;
          border-radius: 5px;
          border: 2px solid white; }
        section.program-index .sidebar::-webkit-scrollbar-track {
          background: white;
          border-radius: 5px; }
        section.program-index .sidebar .sidebar_filters-wrapper {
          padding: 0 var(--gutter); }
      section.program-index .eventlist {
        height: calc(100vh - var(--margin-top));
        overflow-y: scroll;
        scrollbar-width: thin; } }
  section.program-index .sidebar {
    background-color: #fff;
    z-index: 99; }
    section.program-index .sidebar.is-active {
      min-height: auto; }
      section.program-index .sidebar.is-active > div {
        pointer-events: all;
        transform: translateX(0); }
    @media (max-width: 899px) {
      section.program-index .sidebar .sidebar_filters-wrapper {
        padding: var(--gutter);
        transition: all .4s ease; } }
    section.program-index .sidebar .valuefield {
      display: inline-flex;
      line-height: 1; }
  section.program-index .program-container {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: nowrap; }
    @media (max-width: 899px) {
      section.program-index .program-container {
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -moz-box-direction: normal;
        -moz-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column; } }
    section.program-index .program-container #icon-helper {
      height: auto;
      cursor: default;
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 15px;
      line-height: 1.4;
      letter-spacing: -0.5px; }
      section.program-index .program-container #icon-helper #close-icon-helper {
        text-align: right; }
        section.program-index .program-container #icon-helper #close-icon-helper .icon-drop-down {
          cursor: pointer;
          transform: rotate(180deg); }
      section.program-index .program-container #icon-helper .icon-type {
        padding: 10px 0;
        align-items: center; }
    section.program-index .program-container .sidebar {
      /*@include for-phone-only{
        //@include col(2);
        //width:100%;
        min-height: 0;
        height:0;
        //flex:0;
      }
      @include for-tablet-portrait-only{
        //@include col(4);
        //width:100%;
        min-height: 0;
        height:0;
        //flex:0 0 0;
      }*/
      /*@include for-tablet-landscape-only{
        //@include col(1);
        //width:35%;
        //flex:0 0 0;
      }
      @include for-desktop-up{
        //@include col(1);
        //width:30%;
        //flex:0 0 0;
      }*/
      padding-bottom: 0 !important; }
      @media (min-width: 1200px) {
        section.program-index .program-container .sidebar {
          flex: 0 1 30%; } }
      @media (min-width: 900px) and (max-width: 1199px) {
        section.program-index .program-container .sidebar {
          flex: 0 1 40%; } }
      @media (max-width: 899px) {
        section.program-index .program-container .sidebar.show-sidebar {
          height: 100vh; } }
      @media (max-width: 899px) {
        section.program-index .program-container .sidebar {
          font-family: 'Lars';
          font-size: 24px;
          line-height: 1.4;
          font-weight: normal;
          font-style: normal;
          font-stretch: normal;
          font-size: 19px;
          line-height: 1.37;
          letter-spacing: -0.6px; } }
      @media (min-width: 900px) {
        section.program-index .program-container .sidebar {
          font-family: 'Lars';
          font-size: 24px;
          line-height: 1.4;
          font-weight: normal;
          font-style: normal;
          font-stretch: normal;
          font-size: 24px;
          line-height: 1.33;
          letter-spacing: -1px; } }
      section.program-index .program-container .sidebar .datelist, section.program-index .program-container .sidebar #typeslist, section.program-index .program-container .sidebar #taglist, section.program-index .program-container .sidebar .programme-favorites {
        display: block;
        margin-bottom: 2em; }
      @media (max-width: 899px) {
        section.program-index .program-container .sidebar input {
          font-family: 'Panama';
          font-size: 26px;
          line-height: 1.16;
          font-weight: normal;
          font-style: normal;
          font-stretch: normal;
          font-size: 21px;
          line-height: 1.24;
          letter-spacing: -0.6px; } }
      @media (min-width: 900px) {
        section.program-index .program-container .sidebar input {
          font-family: 'Panama';
          font-size: 26px;
          line-height: 1.16;
          font-weight: normal;
          font-style: normal;
          font-stretch: normal;
          font-size: 26px;
          line-height: 1.25;
          letter-spacing: -0.9px; } }
      @media (max-width: 899px) {
        section.program-index .program-container .sidebar h3 {
          font-family: 'Panama';
          font-size: 26px;
          line-height: 1.16;
          font-weight: normal;
          font-style: normal;
          font-stretch: normal;
          font-size: 21px;
          line-height: 1.24;
          letter-spacing: -0.6px; } }
      @media (min-width: 900px) {
        section.program-index .program-container .sidebar h3 {
          font-family: 'Panama';
          font-size: 26px;
          line-height: 1.16;
          font-weight: normal;
          font-style: normal;
          font-stretch: normal;
          font-size: 26px;
          line-height: 1.25;
          letter-spacing: -0.9px; } }
      section.program-index .program-container .sidebar .mobile-tabs {
        display: none; }
      section.program-index .program-container .sidebar .programme-parameter {
        align-items: center; }
        section.program-index .program-container .sidebar .programme-parameter.type-online span:nth-child(2) {
          height: 0.7em;
          width: 0.7em;
          border-radius: 50%;
          background-color: #CC142A;
          margin-left: 10px; }
        @media (max-width: 599px) {
          section.program-index .program-container .sidebar .programme-parameter.selected span {
            border-bottom: none;
            color: currentColor;
            text-decoration: none;
            background: transparent;
            background-image: linear-gradient(#000, #000);
            background-size: 1px 1px;
            background-repeat: repeat-x;
            background-position: 0% 100%; }
            section.program-index .program-container .sidebar .programme-parameter.selected span:hover {
              background-image: linear-gradient(#ee0085, #ee0085); } }
        @media (min-width: 600px) {
          section.program-index .program-container .sidebar .programme-parameter.selected span {
            border-bottom: none;
            color: currentColor;
            text-decoration: none;
            background: transparent;
            background-image: linear-gradient(#000, #000);
            background-size: 1px 1px;
            background-repeat: repeat-x;
            background-position: 0% 100%; }
            section.program-index .program-container .sidebar .programme-parameter.selected span:hover {
              background-image: linear-gradient(#ee0085, #ee0085); } }
      section.program-index .program-container .sidebar .programme-favorites.active {
        text-decoration: underline; }
    @media (max-width: 599px) {
      section.program-index .program-container .more-info {
        font-family: 'Panama';
        font-size: 26px;
        line-height: 1.16;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 21px;
        line-height: 1.24;
        letter-spacing: -0.6px; } }
    @media (min-width: 600px) {
      section.program-index .program-container .more-info {
        font-family: 'Panama';
        font-size: 26px;
        line-height: 1.16;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 26px;
        line-height: 1.25;
        letter-spacing: -0.9px; } }
    @media (min-width: 1200px) {
      section.program-index .program-container .more-info {
        font-family: 'Panama';
        font-size: 26px;
        line-height: 1.16;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 32px;
        line-height: 1.25;
        letter-spacing: -0.9px; } }
    @media (max-width: 599px) {
      section.program-index .program-container .more-info {
        padding-bottom: 4vw; } }
    @media (min-width: 600px) and (max-width: 899px) {
      section.program-index .program-container .more-info {
        padding-bottom: 5.46875vw; } }
    @media (min-width: 900px) and (max-width: 1199px) {
      section.program-index .program-container .more-info {
        padding-bottom: 5.46875vw; } }
    @media (min-width: 1200px) and (max-width: 1799px) {
      section.program-index .program-container .more-info {
        padding-bottom: 3.66013vw; } }
    @media (min-width: 1800px) {
      section.program-index .program-container .more-info {
        padding-bottom: 2.8646vw; } }
    section.program-index .program-container .more-info a {
      border-bottom: none;
      color: currentColor;
      text-decoration: none;
      background: transparent;
      background-image: linear-gradient(#000, #000);
      background-size: 1px 2px;
      background-repeat: repeat-x;
      background-position: 0% 100%; }
      @media (max-width: 599px) {
        section.program-index .program-container .more-info a {
          font-family: 'Lars';
          font-size: 24px;
          line-height: 1.4;
          font-weight: normal;
          font-style: normal;
          font-stretch: normal;
          font-size: 19px;
          line-height: 1.37;
          letter-spacing: -0.6px; } }
      @media (min-width: 600px) {
        section.program-index .program-container .more-info a {
          font-family: 'Lars';
          font-size: 24px;
          line-height: 1.4;
          font-weight: normal;
          font-style: normal;
          font-stretch: normal;
          font-size: 24px;
          line-height: 1.33;
          letter-spacing: -1px; } }
      @media (min-width: 1200px) {
        section.program-index .program-container .more-info a {
          font-family: 'Lars';
          font-size: 24px;
          line-height: 1.4;
          font-weight: normal;
          font-style: normal;
          font-stretch: normal;
          font-size: 30px;
          line-height: 1.33;
          letter-spacing: -1.2px; } }
      section.program-index .program-container .more-info a:hover {
        background-image: linear-gradient(#ee0085, #ee0085); }
    section.program-index .program-container .eventlist {
      flex: 1 0 auto;
      position: relative;
      min-height: calc(100vh - var(--margin-top));
      padding: 0 !important; }
      section.program-index .program-container .eventlist:before {
        font-family: 'Lars';
        font-size: 24px;
        line-height: 1.4;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 15px;
        line-height: 1.4;
        letter-spacing: -0.5px;
        content: 'Loading';
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        opacity: 0;
        pointer-events: none; }
      @media (max-width: 599px) {
        section.program-index .program-container .eventlist {
          width: 100%;
          border-left: none !important; } }
      @media (min-width: 600px) and (max-width: 899px) {
        section.program-index .program-container .eventlist {
          flex: 1 1 100%;
          border-left: none !important; } }
      @media (min-width: 900px) and (max-width: 1199px) {
        section.program-index .program-container .eventlist {
          flex: 1 1 70%; } }
      @media (min-width: 1200px) {
        section.program-index .program-container .eventlist {
          flex: 1 1 70%; } }
      section.program-index .program-container .eventlist .resultlist .result-item.no-result {
        height: calc(100vh - var(--margin-top)); }
        @media (max-width: 599px) {
          section.program-index .program-container .eventlist .resultlist .result-item.no-result {
            font-family: 'Lars';
            font-size: 24px;
            line-height: 1.4;
            font-weight: normal;
            font-style: normal;
            font-stretch: normal;
            font-size: 19px;
            line-height: 1.37;
            letter-spacing: -0.6px; } }
        @media (min-width: 600px) {
          section.program-index .program-container .eventlist .resultlist .result-item.no-result {
            font-family: 'Lars';
            font-size: 24px;
            line-height: 1.4;
            font-weight: normal;
            font-style: normal;
            font-stretch: normal;
            font-size: 24px;
            line-height: 1.33;
            letter-spacing: -1px; } }
        @media (min-width: 1200px) {
          section.program-index .program-container .eventlist .resultlist .result-item.no-result {
            font-family: 'Lars';
            font-size: 24px;
            line-height: 1.4;
            font-weight: normal;
            font-style: normal;
            font-stretch: normal;
            font-size: 30px;
            line-height: 1.33;
            letter-spacing: -1.2px; } }
      section.program-index .program-container .eventlist .resultlist .result-item {
        position: relative;
        padding: 1em var(--gutter);
        /*
          a.full-area{
            display:block;
            position:absolute;
            width:100%;
            height:100%;
            top:0;
            left:0;
          }
          
          & > a{
            display:block;
            &:before{
              content:"";
              display:block;
              position:absolute;
              width:100%;
              height:100%;
              top:0;
              left:0;
            }
          }
          */ }
        @media (max-width: 599px) {
          section.program-index .program-container .eventlist .resultlist .result-item {
            font-family: 'Panama';
            font-size: 26px;
            line-height: 1.16;
            font-weight: normal;
            font-style: normal;
            font-stretch: normal;
            font-size: 21px;
            line-height: 1.24;
            letter-spacing: -0.6px; } }
        @media (min-width: 600px) {
          section.program-index .program-container .eventlist .resultlist .result-item {
            font-family: 'Panama';
            font-size: 26px;
            line-height: 1.16;
            font-weight: normal;
            font-style: normal;
            font-stretch: normal;
            font-size: 26px;
            line-height: 1.25;
            letter-spacing: -0.9px; } }
        @media (min-width: 1200px) {
          section.program-index .program-container .eventlist .resultlist .result-item {
            font-family: 'Panama';
            font-size: 26px;
            line-height: 1.16;
            font-weight: normal;
            font-style: normal;
            font-stretch: normal;
            font-size: 32px;
            line-height: 1.25;
            letter-spacing: -0.9px; } }

@media (min-width: 900px) and (max-width: 599px) {
  section.program-index .program-container .eventlist .resultlist .result-item {
    padding-top: 2.4vw; } }

@media (min-width: 900px) and (min-width: 600px) and (max-width: 899px) {
  section.program-index .program-container .eventlist .resultlist .result-item {
    padding-top: 3.28125vw; } }

@media (min-width: 900px) and (min-width: 900px) and (max-width: 1199px) {
  section.program-index .program-container .eventlist .resultlist .result-item {
    padding-top: 3.28125vw; } }

@media (min-width: 900px) and (min-width: 1200px) and (max-width: 1799px) {
  section.program-index .program-container .eventlist .resultlist .result-item {
    padding-top: 2.19608vw; } }

@media (min-width: 900px) and (min-width: 1800px) {
  section.program-index .program-container .eventlist .resultlist .result-item {
    padding-top: 1.71876vw; } }

@media (min-width: 900px) and (max-width: 599px) {
  section.program-index .program-container .eventlist .resultlist .result-item {
    padding-bottom: 2.4vw; } }

@media (min-width: 900px) and (min-width: 600px) and (max-width: 899px) {
  section.program-index .program-container .eventlist .resultlist .result-item {
    padding-bottom: 3.28125vw; } }

@media (min-width: 900px) and (min-width: 900px) and (max-width: 1199px) {
  section.program-index .program-container .eventlist .resultlist .result-item {
    padding-bottom: 3.28125vw; } }

@media (min-width: 900px) and (min-width: 1200px) and (max-width: 1799px) {
  section.program-index .program-container .eventlist .resultlist .result-item {
    padding-bottom: 2.19608vw; } }

@media (min-width: 900px) and (min-width: 1800px) {
  section.program-index .program-container .eventlist .resultlist .result-item {
    padding-bottom: 1.71876vw; } }
        section.program-index .program-container .eventlist .resultlist .result-item .result-item_main {
          display: -webkit-box;
          display: -moz-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex; }
          @media (min-width: 900px) and (max-width: 1199px) {
            section.program-index .program-container .eventlist .resultlist .result-item .result-item_main {
              -webkit-box-direction: reverse;
              -webkit-box-orient: vertical;
              -moz-box-direction: reverse;
              -moz-box-orient: vertical;
              -webkit-flex-direction: column-reverse;
              -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; } }
          section.program-index .program-container .eventlist .resultlist .result-item .result-item_main .result-item_main_image {
            flex: 1 0 150px;
            max-width: 150px;
            margin-right: var(--gutter);
            align-self: flex-start; }
            @media (min-width: 900px) and (max-width: 1199px) {
              section.program-index .program-container .eventlist .resultlist .result-item .result-item_main .result-item_main_image {
                margin-top: 1em; } }
        section.program-index .program-container .eventlist .resultlist .result-item h3 {
          margin-top: 1em; }
          @media (max-width: 599px) {
            section.program-index .program-container .eventlist .resultlist .result-item h3 {
              font-family: 'Lars';
              font-size: 24px;
              line-height: 1.4;
              font-weight: normal;
              font-style: normal;
              font-stretch: normal;
              font-size: 19px;
              line-height: 1.37;
              letter-spacing: -0.6px; } }
          @media (min-width: 600px) {
            section.program-index .program-container .eventlist .resultlist .result-item h3 {
              font-family: 'Lars';
              font-size: 24px;
              line-height: 1.4;
              font-weight: normal;
              font-style: normal;
              font-stretch: normal;
              font-size: 24px;
              line-height: 1.33;
              letter-spacing: -1px; } }
          @media (min-width: 1200px) {
            section.program-index .program-container .eventlist .resultlist .result-item h3 {
              font-family: 'Lars';
              font-size: 24px;
              line-height: 1.4;
              font-weight: normal;
              font-style: normal;
              font-stretch: normal;
              font-size: 30px;
              line-height: 1.33;
              letter-spacing: -1.2px; } }
        section.program-index .program-container .eventlist .resultlist .result-item .short-text {
          margin-top: 0.5em; }
        section.program-index .program-container .eventlist .resultlist .result-item .actions {
          float: right;
          font-size: 0.65em;
          margin-left: 0.5em;
          z-index: 20; }
        section.program-index .program-container .eventlist .resultlist .result-item a.event-overlay-load {
          z-index: 10; }
      section.program-index .program-container .eventlist .resultlist .group-title {
        position: sticky;
        top: 0;
        z-index: 22; }
        section.program-index .program-container .eventlist .resultlist .group-title.type-1 {
          background-color: #400900; }
        section.program-index .program-container .eventlist .resultlist .group-title.type-2 {
          background-color: #dd004f; }
        section.program-index .program-container .eventlist .resultlist .group-title.type-3 {
          background-color: #c9041b; }
        section.program-index .program-container .eventlist .resultlist .group-title h3 {
          margin-top: 0; }
      section.program-index .program-container .eventlist .resultlist .result-item:last-child {
        margin-bottom: -3px; }
      section.program-index .program-container .eventlist .resultlist .workshop, section.program-index .program-container .eventlist .resultlist .film-screening, section.program-index .program-container .eventlist .resultlist .talks, section.program-index .program-container .eventlist .resultlist .network, section.program-index .program-container .eventlist .resultlist .lab-studio {
        position: relative; }
        section.program-index .program-container .eventlist .resultlist .workshop:after, section.program-index .program-container .eventlist .resultlist .film-screening:after, section.program-index .program-container .eventlist .resultlist .talks:after, section.program-index .program-container .eventlist .resultlist .network:after, section.program-index .program-container .eventlist .resultlist .lab-studio:after {
          position: absolute;
          right: 0;
          top: 0;
          width: 8px;
          height: 100%;
          content: '';
          display: inline-block; }
      section.program-index .program-container .eventlist .resultlist .workshop:after {
        border-right: 6px solid #3e80b0; }
      section.program-index .program-container .eventlist .resultlist .film-screening:after {
        border-right: 6px solid #924eff; }
      section.program-index .program-container .eventlist .resultlist .talks:after {
        border-right: 6px solid #ee0085; }
      section.program-index .program-container .eventlist .resultlist .network:after {
        border-right: 6px solid #ff7030; }
      section.program-index .program-container .eventlist .resultlist .lab-studio:after {
        border-right: 6px solid #3e80b0; }

.is-online {
  color: #CC142A;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  align-items: baseline; }
  .is-online > span:nth-child(1) {
    height: .8em;
    width: .8em;
    margin-right: 10px;
    background-color: #CC142A;
    border-radius: 50%;
    display: inline-block; }

body.phone.filter-persons-open section.program-index .program-container .sidebar, body.tablet-portrait.filter-persons-open section.program-index .program-container .sidebar {
  position: fixed;
  top: var(--margin-top);
  height: auto;
  overflow: auto;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-overflow-scrolling: touch; }

body.phone section.program-index .program-container .sidebar, body.tablet-portrait section.program-index .program-container .sidebar {
  /*
        @include keyframes("slide-down"){
            0% { opacity: 0; -webkit-transform: translateY(-100%); }   
          100% { opacity: 1; -webkit-transform: translateY(0); }
        }
        @include keyframes("slide-up"){
            0% { opacity: 1; -webkit-transform: translateY(0); }
          100% { opacity: 0; -webkit-transform: translateY(-100%); } 
        }
  */ }
  @media (max-width: 899px) {
    body.phone section.program-index .program-container .sidebar, body.tablet-portrait section.program-index .program-container .sidebar {
      border-bottom: 1px solid black;
      position: relative;
      width: 100%; } }
  body.phone section.program-index .program-container .sidebar .programme-favorites.active, body.tablet-portrait section.program-index .program-container .sidebar .programme-favorites.active {
    text-decoration: none; }
  body.phone section.program-index .program-container .sidebar .mobile-tabs, body.tablet-portrait section.program-index .program-container .sidebar .mobile-tabs {
    display: flex;
    margin-bottom: 0; }
    body.phone section.program-index .program-container .sidebar .mobile-tabs > div, body.tablet-portrait section.program-index .program-container .sidebar .mobile-tabs > div {
      flex-grow: 1;
      text-align: center; }
      body.phone section.program-index .program-container .sidebar .mobile-tabs > div a.open, body.tablet-portrait section.program-index .program-container .sidebar .mobile-tabs > div a.open {
        border-bottom-color: #dfdde1; }
      body.phone section.program-index .program-container .sidebar .mobile-tabs > div a.selected span, body.tablet-portrait section.program-index .program-container .sidebar .mobile-tabs > div a.selected span {
        border-bottom: none;
        color: currentColor;
        text-decoration: none;
        background: transparent;
        background-image: linear-gradient(#000, #000);
        background-size: 1px 1px;
        background-repeat: repeat-x;
        background-position: 0% 100%; }
        body.phone section.program-index .program-container .sidebar .mobile-tabs > div a.selected span:hover, body.tablet-portrait section.program-index .program-container .sidebar .mobile-tabs > div a.selected span:hover {
          background-image: linear-gradient(#ee0085, #ee0085); }
      body.phone section.program-index .program-container .sidebar .mobile-tabs > div a.programme-favorites.active, body.tablet-portrait section.program-index .program-container .sidebar .mobile-tabs > div a.programme-favorites.active {
        background: transparent; }
        @media (max-width: 599px) {
          body.phone section.program-index .program-container .sidebar .mobile-tabs > div a.programme-favorites.active span, body.tablet-portrait section.program-index .program-container .sidebar .mobile-tabs > div a.programme-favorites.active span {
            border-bottom: none;
            color: currentColor;
            text-decoration: none;
            background: transparent;
            background-image: linear-gradient(#000, #000);
            background-size: 1px 1px;
            background-repeat: repeat-x;
            background-position: 0% 100%; }
            body.phone section.program-index .program-container .sidebar .mobile-tabs > div a.programme-favorites.active span:hover, body.tablet-portrait section.program-index .program-container .sidebar .mobile-tabs > div a.programme-favorites.active span:hover {
              background-image: linear-gradient(#ee0085, #ee0085); } }
        @media (min-width: 600px) {
          body.phone section.program-index .program-container .sidebar .mobile-tabs > div a.programme-favorites.active span, body.tablet-portrait section.program-index .program-container .sidebar .mobile-tabs > div a.programme-favorites.active span {
            border-bottom: none;
            color: currentColor;
            text-decoration: none;
            background: transparent;
            background-image: linear-gradient(#000, #000);
            background-size: 1px 2px;
            background-repeat: repeat-x;
            background-position: 0% 100%; }
            body.phone section.program-index .program-container .sidebar .mobile-tabs > div a.programme-favorites.active span:hover, body.tablet-portrait section.program-index .program-container .sidebar .mobile-tabs > div a.programme-favorites.active span:hover {
              background-image: linear-gradient(#ee0085, #ee0085); } }
      body.phone section.program-index .program-container .sidebar .mobile-tabs > div h3, body.tablet-portrait section.program-index .program-container .sidebar .mobile-tabs > div h3 {
        width: 100%; }
      body.phone section.program-index .program-container .sidebar .mobile-tabs > div a, body.tablet-portrait section.program-index .program-container .sidebar .mobile-tabs > div a {
        display: inline-block;
        width: 100%; }
    body.phone section.program-index .program-container .sidebar .mobile-tabs h3, body.phone section.program-index .program-container .sidebar .mobile-tabs .programme-favorites, body.tablet-portrait section.program-index .program-container .sidebar .mobile-tabs h3, body.tablet-portrait section.program-index .program-container .sidebar .mobile-tabs .programme-favorites {
      display: inline-block;
      margin-bottom: 0; }
  body.phone section.program-index .program-container .sidebar .inactive, body.tablet-portrait section.program-index .program-container .sidebar .inactive {
    color: #cccccc;
    cursor: not-allowed; }
  body.phone section.program-index .program-container .sidebar .toggledcontent, body.tablet-portrait section.program-index .program-container .sidebar .toggledcontent {
    display: none;
    -webkit-animation: slide-up .3s ease-out;
    -moz-animation: slide-up .3s ease-out; }
  body.phone section.program-index .program-container .sidebar .toggledcontent.on, body.tablet-portrait section.program-index .program-container .sidebar .toggledcontent.on {
    display: block !important; }
  body.phone section.program-index .program-container .sidebar .datelist, body.tablet-portrait section.program-index .program-container .sidebar .datelist {
    max-height: auto;
    overflow-y: hidden; }
    body.phone section.program-index .program-container .sidebar .datelist .program-dates-list .program-date, body.tablet-portrait section.program-index .program-container .sidebar .datelist .program-dates-list .program-date {
      border-bottom: none;
      position: relative; }
      body.phone section.program-index .program-container .sidebar .datelist .program-dates-list .program-date a, body.tablet-portrait section.program-index .program-container .sidebar .datelist .program-dates-list .program-date a {
        box-sizing: border-box; }
        body.phone section.program-index .program-container .sidebar .datelist .program-dates-list .program-date a:focus, body.tablet-portrait section.program-index .program-container .sidebar .datelist .program-dates-list .program-date a:focus {
          outline: none !important; }
      @media (min-width: 900px) {
        body.phone section.program-index .program-container .sidebar .datelist .program-dates-list .program-date .mobile-only, body.tablet-portrait section.program-index .program-container .sidebar .datelist .program-dates-list .program-date .mobile-only {
          background-color: orange;
          display: none; } }

@media (max-width: 599px) {
  body.phone section.program-index .more-info, body.tablet-portrait section.program-index .more-info {
    padding: 4vw; } }

@media (min-width: 600px) and (max-width: 899px) {
  body.phone section.program-index .more-info, body.tablet-portrait section.program-index .more-info {
    padding: 5.46875vw; } }

@media (min-width: 900px) and (max-width: 1199px) {
  body.phone section.program-index .more-info, body.tablet-portrait section.program-index .more-info {
    padding: 5.46875vw; } }

@media (min-width: 1200px) and (max-width: 1799px) {
  body.phone section.program-index .more-info, body.tablet-portrait section.program-index .more-info {
    padding: 3.66013vw; } }

@media (min-width: 1800px) {
  body.phone section.program-index .more-info, body.tablet-portrait section.program-index .more-info {
    padding: 2.8646vw; } }

.programmes-overview .programme-info {
  display: flex; }
  @media (max-width: 1199px) {
    .programmes-overview .programme-info {
      flex-wrap: wrap; } }
  @media (max-width: 899px) {
    .programmes-overview .programme-info {
      flex-flow: column; } }
  .programmes-overview .programme-info > h3 {
    flex-shrink: 0; }
    @media (min-width: 1200px) {
      .programmes-overview .programme-info > h3 {
        font-family: 'Lars';
        font-size: 24px;
        line-height: 1.4;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 42px;
        line-height: 1.24;
        letter-spacing: -0.0642857em;
        flex: 0 0 30%; } }
    @media (max-width: 1199px) {
      .programmes-overview .programme-info > h3 {
        font-family: 'Lars';
        font-size: 24px;
        line-height: 1.4;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 42px;
        line-height: 1.24;
        letter-spacing: -0.0642857em;
        flex: 0 0 100%;
        position: absolute;
        z-index: 2;
        color: white;
        text-shadow: 0 2px 10px rgba(0, 0, 0, 0.6); } }
  .programmes-overview .programme-info > div.infotext, .programmes-overview .programme-info > h3 {
    padding-top: 40px;
    padding-bottom: 40px; }
    @media (max-width: 599px) {
      .programmes-overview .programme-info > div.infotext, .programmes-overview .programme-info > h3 {
        padding-right: 4vw; } }
    @media (min-width: 600px) and (max-width: 899px) {
      .programmes-overview .programme-info > div.infotext, .programmes-overview .programme-info > h3 {
        padding-right: 5.46875vw; } }
    @media (min-width: 900px) and (max-width: 1199px) {
      .programmes-overview .programme-info > div.infotext, .programmes-overview .programme-info > h3 {
        padding-right: 5.46875vw; } }
    @media (min-width: 1200px) and (max-width: 1799px) {
      .programmes-overview .programme-info > div.infotext, .programmes-overview .programme-info > h3 {
        padding-right: 3.66013vw; } }
    @media (min-width: 1800px) {
      .programmes-overview .programme-info > div.infotext, .programmes-overview .programme-info > h3 {
        padding-right: 2.8646vw; } }
  @media (max-width: 599px) {
    .programmes-overview .programme-info > h3 {
      padding-left: 4vw; } }
  @media (min-width: 600px) and (max-width: 899px) {
    .programmes-overview .programme-info > h3 {
      padding-left: 5.46875vw; } }
  @media (min-width: 900px) and (max-width: 1199px) {
    .programmes-overview .programme-info > h3 {
      padding-left: 5.46875vw; } }
  @media (min-width: 1200px) and (max-width: 1799px) {
    .programmes-overview .programme-info > h3 {
      padding-left: 3.66013vw; } }
  @media (min-width: 1800px) {
    .programmes-overview .programme-info > h3 {
      padding-left: 2.8646vw; } }
  @media (min-width: 1200px) {
    .programmes-overview .programme-info div.infotext {
      flex: 0 1 811px; } }
  @media (max-width: 1199px) {
    .programmes-overview .programme-info div.infotext {
      flex-flow: column;
      flex: 0 0 100%;
      padding-top: 1em; } }
  .programmes-overview .programme-info .img-wrapper {
    max-height: none; }
    .programmes-overview .programme-info .img-wrapper img {
      max-width: none;
      width: 400px;
      height: auto; }
      @media (max-width: 599px) {
        .programmes-overview .programme-info .img-wrapper img {
          width: 100%; } }
      @media (min-width: 900px) and (max-width: 1199px) {
        .programmes-overview .programme-info .img-wrapper img {
          width: 300px; } }
  @media (min-width: 900px) and (max-width: 1199px) and (max-width: 599px) {
    .programmes-overview .programme-info .img-wrapper img {
      padding-left: 4vw; } }
  @media (min-width: 900px) and (max-width: 1199px) and (min-width: 600px) and (max-width: 899px) {
    .programmes-overview .programme-info .img-wrapper img {
      padding-left: 5.46875vw; } }
  @media (min-width: 900px) and (max-width: 1199px) and (min-width: 900px) and (max-width: 1199px) {
    .programmes-overview .programme-info .img-wrapper img {
      padding-left: 5.46875vw; } }
  @media (min-width: 900px) and (max-width: 1199px) and (min-width: 1200px) and (max-width: 1799px) {
    .programmes-overview .programme-info .img-wrapper img {
      padding-left: 3.66013vw; } }
  @media (min-width: 900px) and (max-width: 1199px) and (min-width: 1800px) {
    .programmes-overview .programme-info .img-wrapper img {
      padding-left: 2.8646vw; } }
      @media (min-width: 1200px) {
        .programmes-overview .programme-info .img-wrapper img {
          width: 100%; } }
      @media (min-width: 1800px) {
        .programmes-overview .programme-info .img-wrapper img {
          width: 600px; } }
      @media (min-width: 1200px) {
        .programmes-overview .programme-info .img-wrapper img {
          padding-top: 40px;
          padding-bottom: 40px; } }
  @media (min-width: 1200px) and (max-width: 599px) {
    .programmes-overview .programme-info .img-wrapper img {
      padding-right: 4vw; } }
  @media (min-width: 1200px) and (min-width: 600px) and (max-width: 899px) {
    .programmes-overview .programme-info .img-wrapper img {
      padding-right: 5.46875vw; } }
  @media (min-width: 1200px) and (min-width: 900px) and (max-width: 1199px) {
    .programmes-overview .programme-info .img-wrapper img {
      padding-right: 5.46875vw; } }
  @media (min-width: 1200px) and (min-width: 1200px) and (max-width: 1799px) {
    .programmes-overview .programme-info .img-wrapper img {
      padding-right: 3.66013vw; } }
  @media (min-width: 1200px) and (min-width: 1800px) {
    .programmes-overview .programme-info .img-wrapper img {
      padding-right: 2.8646vw; } }
    @media (min-width: 1200px) {
      .programmes-overview .programme-info .img-wrapper {
        flex: 0 1 400px; } }
    @media (min-width: 600px) and (max-width: 1199px) {
      .programmes-overview .programme-info .img-wrapper {
        flex-shrink: 0;
        flex-grow: 2;
        width: calc(100%-12px);
        display: block;
        border-bottom: var(--border) solid currentColor;
        padding: 0;
        overflow: hidden;
        height: 39vw;
        display: flex;
        flex-direction: column;
        align-items: center; }
        .programmes-overview .programme-info .img-wrapper img {
          padding: 0;
          width: 100%;
          flex-shrink: 0;
          position: relative; } }
  @media (max-width: 899px) {
    .programmes-overview .programme-info .infotext {
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 19px;
      line-height: 1.37;
      letter-spacing: -0.6px; } }
  @media (min-width: 900px) {
    .programmes-overview .programme-info .infotext {
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 24px;
      line-height: 1.33;
      letter-spacing: -1px; } }
  @media (max-width: 899px) {
    .programmes-overview .programme-info .infotext {
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 19px;
      line-height: 1.37;
      letter-spacing: -0.6px; } }
  @media (max-width: 899px) and (max-width: 599px) {
    .programmes-overview .programme-info .infotext {
      padding-left: 4vw; } }
  @media (max-width: 899px) and (min-width: 600px) and (max-width: 899px) {
    .programmes-overview .programme-info .infotext {
      padding-left: 5.46875vw; } }
  @media (max-width: 899px) and (min-width: 900px) and (max-width: 1199px) {
    .programmes-overview .programme-info .infotext {
      padding-left: 5.46875vw; } }
  @media (max-width: 899px) and (min-width: 1200px) and (max-width: 1799px) {
    .programmes-overview .programme-info .infotext {
      padding-left: 3.66013vw; } }
  @media (max-width: 899px) and (min-width: 1800px) {
    .programmes-overview .programme-info .infotext {
      padding-left: 2.8646vw; } }
  @media (min-width: 900px) and (max-width: 1199px) {
    .programmes-overview .programme-info .infotext {
      display: flex; } }
  @media (min-width: 900px) and (max-width: 1199px) and (max-width: 599px) {
    .programmes-overview .programme-info .infotext > div {
      padding-left: 4vw; } }
  @media (min-width: 900px) and (max-width: 1199px) and (min-width: 600px) and (max-width: 899px) {
    .programmes-overview .programme-info .infotext > div {
      padding-left: 5.46875vw; } }
  @media (min-width: 900px) and (max-width: 1199px) and (min-width: 900px) and (max-width: 1199px) {
    .programmes-overview .programme-info .infotext > div {
      padding-left: 5.46875vw; } }
  @media (min-width: 900px) and (max-width: 1199px) and (min-width: 1200px) and (max-width: 1799px) {
    .programmes-overview .programme-info .infotext > div {
      padding-left: 3.66013vw; } }
  @media (min-width: 900px) and (max-width: 1199px) and (min-width: 1800px) {
    .programmes-overview .programme-info .infotext > div {
      padding-left: 2.8646vw; } }

.programmes-overview .programme-info-summit:before {
  background-color: #ee0085; }

.programmes-overview .programme-info-summit .infotext {
  border-left-color: #ee0085; }

.programmes-overview .programme-info-workshop:before {
  background-color: #3e80b0; }

.programmes-overview .programme-info-workshop .infotext {
  border-left-color: #3e80b0; }

.programmes-overview .programme-info-network:before {
  background-color: #ff7030; }

.programmes-overview .programme-info-network .infotext {
  border-left-color: #ff7030; }

#page .event-recording {
  margin-top: -3px !important; }
  #page .event-recording .event-recording-top {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: auto;
    grid-template-areas: "video video" "left_col right_col"; }
    #page .event-recording .event-recording-top .video-container {
      grid-area: video; }
      #page .event-recording .event-recording-top .video-container .videoplayer {
        margin: 0; }
      @media (max-width: 899px) {
        #page .event-recording .event-recording-top .video-container {
          border-top: var(--border) solid currentColor; } }
      #page .event-recording .event-recording-top .video-container .video-placeholder {
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        justify-content: center;
        height: auto;
        background-size: cover;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-position: 50%;
        background-size: cover;
        opacity: 1;
        visibility: visible;
        text-align: center;
        transition: opacity .3s ease;
        opacity: 1;
        pointer-events: all;
        z-index: 2; }
        #page .event-recording .event-recording-top .video-container .video-placeholder button {
          display: inline-flex;
          align-items: center;
          border: none;
          color: black;
          margin: 0 0.5em 0 0;
          padding: 0.25em 0.8em 0.25em 0.8em;
          line-height: 1;
          text-decoration: none;
          cursor: pointer;
          text-align: center;
          -webkit-appearance: none;
          -moz-appearance: none;
          background-color: white;
          box-shadow: 0 0.1rem 0.3rem rgba(0, 0, 0, 0.25);
          -webkit-tap-highlight-color: transparent;
          transition: box-shadow .3s ease;
          border-radius: 16px;
          font-family: 'Lars';
          font-size: 24px;
          line-height: 1.4;
          font-weight: normal;
          font-style: normal;
          font-stretch: normal;
          font-size: 72px;
          line-height: 1.11;
          letter-spacing: -3.4px;
          padding: 0.27em 0.44em 0.22em 0.44em;
          border-radius: 40px;
          line-height: 1;
          background-color: white !important;
          align-self: center; }
          #page .event-recording .event-recording-top .video-container .video-placeholder button.border-white {
            border-color: #FFFFFF; }
          #page .event-recording .event-recording-top .video-container .video-placeholder button.bg-white {
            background-color: white; }
          #page .event-recording .event-recording-top .video-container .video-placeholder button:hover {
            color: #ee0085;
            box-shadow: 0 0.1rem 0.3rem #ee008578; }
            #page .event-recording .event-recording-top .video-container .video-placeholder button:hover svg *[fill='#000'] {
              fill: #ee0085; }
          #page .event-recording .event-recording-top .video-container .video-placeholder button:focus {
            outline: 1px solid #fff;
            outline-offset: -4px; }
          #page .event-recording .event-recording-top .video-container .video-placeholder button:active {
            color: currentColor; }
          #page .event-recording .event-recording-top .video-container .video-placeholder button:hover:active {
            color: #ee0085; }
          @media (max-width: 899px) {
            #page .event-recording .event-recording-top .video-container .video-placeholder button {
              display: inline-flex;
              align-items: center;
              border: none;
              color: black;
              margin: 0 0.5em 0 0;
              padding: 0.25em 0.8em 0.25em 0.8em;
              line-height: 1;
              text-decoration: none;
              cursor: pointer;
              text-align: center;
              -webkit-appearance: none;
              -moz-appearance: none;
              background-color: white;
              box-shadow: 0 0.1rem 0.3rem rgba(0, 0, 0, 0.25);
              -webkit-tap-highlight-color: transparent;
              transition: box-shadow .3s ease;
              border-radius: 16px;
              font-family: 'Lars';
              font-size: 24px;
              line-height: 1.4;
              font-weight: normal;
              font-style: normal;
              font-stretch: normal;
              font-size: 42px;
              line-height: 1.24;
              letter-spacing: -0.0642857em;
              padding: 0.26em 0.74em;
              border-radius: 25px;
              line-height: 1; }
              #page .event-recording .event-recording-top .video-container .video-placeholder button.border-white {
                border-color: #FFFFFF; }
              #page .event-recording .event-recording-top .video-container .video-placeholder button.bg-white {
                background-color: white; }
              #page .event-recording .event-recording-top .video-container .video-placeholder button:hover {
                color: #ee0085;
                box-shadow: 0 0.1rem 0.3rem #ee008578; }
                #page .event-recording .event-recording-top .video-container .video-placeholder button:hover svg *[fill='#000'] {
                  fill: #ee0085; }
              #page .event-recording .event-recording-top .video-container .video-placeholder button:focus {
                outline: 1px solid #fff;
                outline-offset: -4px; }
              #page .event-recording .event-recording-top .video-container .video-placeholder button:active {
                color: currentColor; }
              #page .event-recording .event-recording-top .video-container .video-placeholder button:hover:active {
                color: #ee0085; } }
        #page .event-recording .event-recording-top .video-container .video-placeholder.faded-out {
          opacity: 0;
          pointer-events: none; }
    #page .event-recording .event-recording-top .title-area {
      grid-area: left_col;
      margin: 0; }
      @media (max-width: 599px) {
        #page .event-recording .event-recording-top .title-area {
          padding: 4vw; } }
      @media (min-width: 600px) and (max-width: 899px) {
        #page .event-recording .event-recording-top .title-area {
          padding: 5.46875vw; } }
      @media (min-width: 900px) and (max-width: 1199px) {
        #page .event-recording .event-recording-top .title-area {
          padding: 5.46875vw; } }
      @media (min-width: 1200px) and (max-width: 1799px) {
        #page .event-recording .event-recording-top .title-area {
          padding: 3.66013vw; } }
      @media (min-width: 1800px) {
        #page .event-recording .event-recording-top .title-area {
          padding: 2.8646vw; } }
      @media (max-width: 899px) {
        #page .event-recording .event-recording-top .title-area {
          border-right: none !important; } }
      #page .event-recording .event-recording-top .title-area a {
        border-bottom: none;
        color: currentColor;
        text-decoration: none;
        background: transparent;
        background-image: linear-gradient(black, black);
        background-size: 1px 1px;
        background-repeat: repeat-x;
        background-position: 0% 100%; }
        #page .event-recording .event-recording-top .title-area a:hover {
          background-image: linear-gradient(#ee0085, #ee0085); }

@media (min-width: 600px) and (max-width: 599px) {
  #page .event-recording .event-recording-top .title-area h1 {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 30px;
    line-height: 1.33;
    letter-spacing: -1.2px; } }

@media (min-width: 600px) and (min-width: 600px) {
  #page .event-recording .event-recording-top .title-area h1 {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 42px;
    line-height: 1.24;
    letter-spacing: -0.0642857em; } }

@media (min-width: 600px) and (min-width: 1200px) {
  #page .event-recording .event-recording-top .title-area h1 {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 72px;
    line-height: 1.11;
    letter-spacing: -3.4px; } }
      @media (max-width: 599px) {
        #page .event-recording .event-recording-top .title-area h1 {
          font-family: 'Lars';
          font-size: 24px;
          line-height: 1.4;
          font-weight: normal;
          font-style: normal;
          font-stretch: normal;
          font-size: 42px;
          line-height: 1.24;
          letter-spacing: -0.0642857em; } }
    #page .event-recording .event-recording-top .info-area {
      grid-area: right_col;
      margin: 0; }
      @media (max-width: 599px) {
        #page .event-recording .event-recording-top .info-area {
          padding: 4vw; } }
      @media (min-width: 600px) and (max-width: 899px) {
        #page .event-recording .event-recording-top .info-area {
          padding: 5.46875vw; } }
      @media (min-width: 900px) and (max-width: 1199px) {
        #page .event-recording .event-recording-top .info-area {
          padding: 5.46875vw; } }
      @media (min-width: 1200px) and (max-width: 1799px) {
        #page .event-recording .event-recording-top .info-area {
          padding: 3.66013vw; } }
      @media (min-width: 1800px) {
        #page .event-recording .event-recording-top .info-area {
          padding: 2.8646vw; } }
      @media (max-width: 599px) {
        #page .event-recording .event-recording-top .info-area {
          padding-bottom: 6vw; } }
      @media (min-width: 600px) and (max-width: 899px) {
        #page .event-recording .event-recording-top .info-area {
          padding-bottom: 8.20312vw; } }
      @media (min-width: 900px) and (max-width: 1199px) {
        #page .event-recording .event-recording-top .info-area {
          padding-bottom: 8.20312vw; } }
      @media (min-width: 1200px) and (max-width: 1799px) {
        #page .event-recording .event-recording-top .info-area {
          padding-bottom: 5.49019vw; } }
      @media (min-width: 1800px) {
        #page .event-recording .event-recording-top .info-area {
          padding-bottom: 4.2969vw; } }
      #page .event-recording .event-recording-top .info-area .info-list, .project-page #page .event-recording .event-recording-top .info-area .project-information-details > div, .project-page #page #content-overlay .event-recording .event-recording-top .info-area .project-information-details > div, #page .event-recording .event-recording-top .info-area #content-overlay .project-information-details > div, #content-overlay #page .event-recording .event-recording-top .info-area .project-information-details > div, #page .event-recording .event-recording-top .info-area #content-overlay #content-overlay .project-information-details > div {
        margin-top: 0; }
      #page .event-recording .event-recording-top .info-area .quote-footer {
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        justify-content: space-between; }
        @media (max-width: 599px) {
          #page .event-recording .event-recording-top .info-area .quote-footer .cta {
            display: block;
            margin-top: 10px; } }
        @media (min-width: 900px) and (max-width: 1199px) {
          #page .event-recording .event-recording-top .info-area .quote-footer .cta {
            display: block;
            margin-top: 10px; } }
        #page .event-recording .event-recording-top .info-area .quote-footer .next-slide {
          line-height: 1;
          align-self: end;
          border-bottom: none;
          color: currentColor;
          text-decoration: none;
          background: transparent;
          background-image: linear-gradient(black, black);
          background-size: 1px 1px;
          background-repeat: repeat-x;
          background-position: 0% 100%; }
          #page .event-recording .event-recording-top .info-area .quote-footer .next-slide:hover {
            background-image: linear-gradient(#ee0085, #ee0085); }
    #page .event-recording .event-recording-top .quotes-slider .quote-slide .quote-content {
      margin-bottom: 1em;
      cursor: move; }
      @media (max-width: 599px) {
        #page .event-recording .event-recording-top .quotes-slider .quote-slide .quote-content {
          font-family: 'Panama';
          font-size: 26px;
          line-height: 1.16;
          font-weight: normal;
          font-style: normal;
          font-stretch: normal;
          font-size: 26px;
          line-height: 1.25;
          letter-spacing: -0.9px; } }
      @media (min-width: 600px) {
        #page .event-recording .event-recording-top .quotes-slider .quote-slide .quote-content {
          font-family: 'Panama';
          font-size: 26px;
          line-height: 1.16;
          font-weight: normal;
          font-style: normal;
          font-stretch: normal;
          font-size: 32px;
          line-height: 1.25;
          letter-spacing: -0.9px; } }
      @media (min-width: 1200px) {
        #page .event-recording .event-recording-top .quotes-slider .quote-slide .quote-content {
          font-family: 'Panama';
          font-size: 26px;
          line-height: 1.16;
          font-weight: normal;
          font-style: normal;
          font-stretch: normal;
          font-size: 45px;
          line-height: 1.16;
          letter-spacing: -2px; } }
    @media (max-width: 899px) {
      #page .event-recording .event-recording-top {
        grid-template-columns: 100%;
        grid-template-areas: "left_col" "video" "right_col"; }
        #page .event-recording .event-recording-top .info-area {
          margin-bottom: 0;
          margin-top: 0; } }
    @media (max-width: 899px) and (max-width: 599px) {
      #page .event-recording .event-recording-top .info-area {
        border-left: 0px; } }
    @media (max-width: 899px) {
        #page .event-recording .event-recording-top .info-list, .project-page #page .event-recording .event-recording-top .project-information-details > div, .project-page #page #content-overlay .event-recording .event-recording-top .project-information-details > div, #page .event-recording .event-recording-top #content-overlay .project-information-details > div, #content-overlay #page .event-recording .event-recording-top .project-information-details > div, #page .event-recording .event-recording-top #content-overlay #content-overlay .project-information-details > div {
          margin-bottom: 1.5em; }
          #page .event-recording .event-recording-top .info-list dt, .project-page #page .event-recording .event-recording-top .project-information-details > div dt, .project-page #page #content-overlay .event-recording .event-recording-top .project-information-details > div dt, #page .event-recording .event-recording-top #content-overlay .project-information-details > div dt, #content-overlay #page .event-recording .event-recording-top .project-information-details > div dt, #page .event-recording .event-recording-top #content-overlay #content-overlay .project-information-details > div dt {
            font-family: 'Lars';
            font-size: 24px;
            line-height: 1.4;
            font-weight: normal;
            font-style: normal;
            font-stretch: normal;
            font-size: 24px;
            line-height: 1.33;
            letter-spacing: -1px; }
          #page .event-recording .event-recording-top .info-list dd, .project-page #page .event-recording .event-recording-top .project-information-details > div dd, .project-page #page #content-overlay .event-recording .event-recording-top .project-information-details > div dd, #page .event-recording .event-recording-top #content-overlay .project-information-details > div dd, #content-overlay #page .event-recording .event-recording-top .project-information-details > div dd, #page .event-recording .event-recording-top #content-overlay #content-overlay .project-information-details > div dd {
            font-family: 'Panama';
            font-size: 26px;
            line-height: 1.16;
            font-weight: normal;
            font-style: normal;
            font-stretch: normal;
            font-size: 26px;
            line-height: 1.25;
            letter-spacing: -0.9px; } }

@media (max-width: 599px) {
  .related-content-header {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 24px;
    line-height: 1.33;
    letter-spacing: -1px; } }

@media (min-width: 600px) {
  .related-content-header {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 30px;
    line-height: 1.33;
    letter-spacing: -1.2px; } }

@media (min-width: 1200px) {
  .related-content-header {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 42px;
    line-height: 1.24;
    letter-spacing: -0.0642857em; } }

.linklist li {
  position: relative;
  white-space: nowrap;
  vertical-align: middle;
  overflow-x: hidden; }
  .linklist li .scrollcontainer {
    max-width: 100%;
    display: flex;
    overflow-x: hidden; }
  .linklist li .scrollcontent {
    flex-shrink: 0;
    display: flex;
    align-items: center; }
    @media (max-width: 599px) {
      .linklist li .scrollcontent {
        padding-left: 4vw; } }
    @media (min-width: 600px) and (max-width: 899px) {
      .linklist li .scrollcontent {
        padding-left: 5.46875vw; } }
    @media (min-width: 900px) and (max-width: 1199px) {
      .linklist li .scrollcontent {
        padding-left: 5.46875vw; } }
    @media (min-width: 1200px) and (max-width: 1799px) {
      .linklist li .scrollcontent {
        padding-left: 3.66013vw; } }
    @media (min-width: 1800px) {
      .linklist li .scrollcontent {
        padding-left: 2.8646vw; } }
  .linklist li a {
    display: block;
    display: flex;
    align-items: center;
    z-index: 10;
    height: 2em; }
    @media (max-width: 599px) {
      .linklist li a {
        font-family: 'Lars';
        font-size: 24px;
        line-height: 1.4;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 24px;
        line-height: 1.33;
        letter-spacing: -1px; } }
    @media (min-width: 600px) {
      .linklist li a {
        font-family: 'Lars';
        font-size: 24px;
        line-height: 1.4;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 30px;
        line-height: 1.33;
        letter-spacing: -1.2px; } }
    @media (min-width: 1200px) {
      .linklist li a {
        font-family: 'Lars';
        font-size: 24px;
        line-height: 1.4;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 42px;
        line-height: 1.24;
        letter-spacing: -0.0642857em; } }
    @media (max-width: 599px) {
      .linklist li a {
        height: 1.5em; } }
  .linklist li > div {
    padding: 0.8em 0 0.7em 0;
    display: flex;
    align-items: center;
    width: auto;
    overflow-x: scroll;
    max-width: 100%; }
    @media (max-width: 599px) {
      .linklist li > div {
        padding: 0.65em 0 0.5em 0; } }
  .linklist li .ll-type {
    color: rgba(0, 0, 0, 0.33);
    margin-right: 0.5em; }
    @media (max-width: 599px) {
      .linklist li .ll-type {
        font-family: 'Lars';
        font-size: 24px;
        line-height: 1.4;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 24px;
        line-height: 1.33;
        letter-spacing: -1px; } }
    @media (min-width: 600px) {
      .linklist li .ll-type {
        font-family: 'Lars';
        font-size: 24px;
        line-height: 1.4;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 30px;
        line-height: 1.33;
        letter-spacing: -1.2px; } }
    @media (min-width: 1200px) {
      .linklist li .ll-type {
        font-family: 'Lars';
        font-size: 24px;
        line-height: 1.4;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 42px;
        line-height: 1.24;
        letter-spacing: -0.0642857em; } }
  .linklist li .ll-title {
    margin-right: 0.5em; }
    @media (max-width: 599px) {
      .linklist li .ll-title {
        font-family: 'Lars';
        font-size: 24px;
        line-height: 1.4;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 24px;
        line-height: 1.33;
        letter-spacing: -1px; } }
    @media (min-width: 600px) {
      .linklist li .ll-title {
        font-family: 'Lars';
        font-size: 24px;
        line-height: 1.4;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 30px;
        line-height: 1.33;
        letter-spacing: -1.2px; } }
    @media (min-width: 1200px) {
      .linklist li .ll-title {
        font-family: 'Lars';
        font-size: 24px;
        line-height: 1.4;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 42px;
        line-height: 1.24;
        letter-spacing: -0.0642857em; } }
    .linklist li .ll-title.is-partner {
      margin-right: 0.5em; }
      @media (max-width: 599px) {
        .linklist li .ll-title.is-partner {
          font-family: 'Lars';
          font-size: 24px;
          line-height: 1.4;
          font-weight: normal;
          font-style: normal;
          font-stretch: normal;
          font-size: 30px;
          line-height: 1.33;
          letter-spacing: -1.2px; } }
      @media (min-width: 600px) {
        .linklist li .ll-title.is-partner {
          font-family: 'Lars';
          font-size: 24px;
          line-height: 1.4;
          font-weight: normal;
          font-style: normal;
          font-stretch: normal;
          font-size: 42px;
          line-height: 1.24;
          letter-spacing: -0.0642857em; } }
      @media (min-width: 1200px) {
        .linklist li .ll-title.is-partner {
          font-family: 'Lars';
          font-size: 24px;
          line-height: 1.4;
          font-weight: normal;
          font-style: normal;
          font-stretch: normal;
          font-size: 72px;
          line-height: 1.11;
          letter-spacing: -3.4px; } }
  @media (max-width: 599px) {
    .linklist li .ll-content {
      font-family: 'Panama';
      font-size: 26px;
      line-height: 1.16;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 26px;
      line-height: 1.25;
      letter-spacing: -0.9px; } }
  @media (min-width: 600px) {
    .linklist li .ll-content {
      font-family: 'Panama';
      font-size: 26px;
      line-height: 1.16;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 32px;
      line-height: 1.25;
      letter-spacing: -0.9px; } }
  @media (min-width: 1200px) {
    .linklist li .ll-content {
      font-family: 'Panama';
      font-size: 26px;
      line-height: 1.16;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 45px;
      line-height: 1.16;
      letter-spacing: -2px; } }
  @media (max-width: 599px) {
    .linklist li .ll-content {
      padding-right: 4vw; } }
  @media (min-width: 600px) and (max-width: 899px) {
    .linklist li .ll-content {
      padding-right: 5.46875vw; } }
  @media (min-width: 900px) and (max-width: 1199px) {
    .linklist li .ll-content {
      padding-right: 5.46875vw; } }
  @media (min-width: 1200px) and (max-width: 1799px) {
    .linklist li .ll-content {
      padding-right: 3.66013vw; } }
  @media (min-width: 1800px) {
    .linklist li .ll-content {
      padding-right: 2.8646vw; } }
  .linklist li img {
    height: 100%;
    width: auto;
    margin-right: 0.5em; }
    @media (max-width: 599px) {
      .linklist li img {
        height: 1.15em; } }
  .linklist li:after {
    position: absolute;
    top: 0;
    right: 0;
    padding: 3px;
    font-size: 10px;
    background-color: rgba(255, 255, 0, 0.5); }

#search-container {
  border-top: none;
  min-height: calc(100% - var(--margin-top));
  max-width: 100%;
  transition: max-width .4s ease-in-out; }

.linklist [data-horizontal-drag] .scrollcontainer {
  cursor: move;
  display: block;
  overflow: hidden; }

.linklist [data-horizontal-buttons] .scrollcontent {
  display: flex;
  align-items: center; }

.linklist [data-horizontal-buttons] .left-overlay-button, .linklist [data-horizontal-buttons] .right-overlay-button {
  display: inline-block;
  height: 100%;
  width: 15%;
  position: absolute;
  top: 0;
  z-index: 20; }

.linklist [data-horizontal-buttons] .left-overlay-button {
  left: 0;
  cursor: w-resize; }

.linklist [data-horizontal-buttons]:not(.animating) .right-overlay-button {
  background: white;
  background: linear-gradient(270deg, white 0%, rgba(255, 255, 255, 0.04) 45%, rgba(255, 255, 255, 0) 100%); }
  .linklist [data-horizontal-buttons]:not(.animating) .right-overlay-button:hover {
    background: transparent; }

.linklist [data-horizontal-buttons] .right-overlay-button {
  right: 0;
  cursor: e-resize; }

.left-right {
  right: calc(var(--gutter) * 1.3);
  -webkit-animation: left-right 4s infinite; }

@-webkit-keyframes left-right {
  50% {
    right: var(--gutter); } }

.up-down {
  transform: translateY(0);
  -webkit-animation: up-down 4s infinite; }

@-webkit-keyframes up-down {
  50% {
    transform: translateY(-10%); } }

.pulse {
  opacity: 0;
  -webkit-animation: pulse 2s infinite; }

@-webkit-keyframes pulse {
  50% {
    opacity: 1; } }

.newsletter-section {
  position: relative; }

.video-container {
  padding: 0 !important; }
  @media (max-width: 599px) {
    .video-container .video-info .video-title {
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 19px;
      line-height: 1.37;
      letter-spacing: -0.6px; } }
  @media (max-width: 599px) {
    .video-container .video-info .video-meta {
      font-family: 'Panama';
      font-size: 26px;
      line-height: 1.16;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 21px;
      line-height: 1.24;
      letter-spacing: -0.6px; } }
  .video-container .videoplayer {
    margin-bottom: 0.4em; }

.videoplayer {
  position: relative;
  width: 100%; }
  .videoplayer video {
    width: 100%;
    max-height: 100%; }
    @media (min-width: 1200px) {
      .videoplayer video.video-js.vjs-fill {
        height: calc(100vh - var(--margin-top)); } }

.gallery-container {
  padding: 0 !important; }
  .gallery-container .gallery {
    position: relative;
    width: 100%;
    margin-bottom: 0.4em;
    max-height: 100%; }
    .gallery-container .gallery .slick-arrow {
      width: 20%;
      height: 100%;
      z-index: 2; }

.gallery figure img, .fullwidth figure img, .Teaser-section figure img, .news-overview figure img, .fullwidth-list figure img, .programmes-overview figure img {
  position: relative;
  margin: 0 auto;
  width: 100%;
  flex-shrink: 0; }

.gallery figure figcaption, .fullwidth figure figcaption, .Teaser-section figure figcaption, .news-overview figure figcaption, .fullwidth-list figure figcaption, .programmes-overview figure figcaption {
  width: 100%; }

.aspect-ratio-box, .aspect-ratio-box-3-2, .aspect-ratio-box-16-9, .aspect-ratio-box-5-4, .aspect-ratio-box-1-1 {
  height: 0;
  overflow: hidden;
  padding-top: 66.66667%;
  background: black;
  position: relative; }
  .aspect-ratio-box .aspect-ratio-box-inside, .aspect-ratio-box-3-2 .aspect-ratio-box-inside, .aspect-ratio-box-16-9 .aspect-ratio-box-inside, .aspect-ratio-box-5-4 .aspect-ratio-box-inside, .aspect-ratio-box-1-1 .aspect-ratio-box-inside {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .aspect-ratio-box .aspect-ratio-box-inside .flexbox-centering, .aspect-ratio-box-3-2 .aspect-ratio-box-inside .flexbox-centering, .aspect-ratio-box-16-9 .aspect-ratio-box-inside .flexbox-centering, .aspect-ratio-box-5-4 .aspect-ratio-box-inside .flexbox-centering, .aspect-ratio-box-1-1 .aspect-ratio-box-inside .flexbox-centering {
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: center; }
      .aspect-ratio-box .aspect-ratio-box-inside .flexbox-centering img, .aspect-ratio-box-3-2 .aspect-ratio-box-inside .flexbox-centering img, .aspect-ratio-box-16-9 .aspect-ratio-box-inside .flexbox-centering img, .aspect-ratio-box-5-4 .aspect-ratio-box-inside .flexbox-centering img, .aspect-ratio-box-1-1 .aspect-ratio-box-inside .flexbox-centering img {
        width: 100%;
        height: auto; }
    .aspect-ratio-box .aspect-ratio-box-inside .viewport-sizing, .aspect-ratio-box-3-2 .aspect-ratio-box-inside .viewport-sizing, .aspect-ratio-box-16-9 .aspect-ratio-box-inside .viewport-sizing, .aspect-ratio-box-5-4 .aspect-ratio-box-inside .viewport-sizing, .aspect-ratio-box-1-1 .aspect-ratio-box-inside .viewport-sizing {
      font-size: 5vw; }

.aspect-ratio-box-3-2 {
  /*
  &:before{
    display: block;
    content: "";
    width: 100%;
    padding-top: ($h / $w) * 100%;
  }
  */
  padding-top: 66.66667%; }

.aspect-ratio-box-16-9 {
  /*
  &:before{
    display: block;
    content: "";
    width: 100%;
    padding-top: ($h / $w) * 100%;
  }
  */
  padding-top: 56.25%; }

.aspect-ratio-box-5-4 {
  /*
  &:before{
    display: block;
    content: "";
    width: 100%;
    padding-top: ($h / $w) * 100%;
  }
  */
  padding-top: 80%; }

.aspect-ratio-box-1-1 {
  /*
  &:before{
    display: block;
    content: "";
    width: 100%;
    padding-top: ($h / $w) * 100%;
  }
  */
  padding-top: 100%; }

@media (max-width: 599px) {
  .singleimage {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-column-gap: 8vw;
    padding: 4vw;
    margin: 0; } }

@media (min-width: 600px) and (max-width: 899px) {
  .singleimage {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-column-gap: 10.9375vw;
    padding: 5.46875vw;
    margin: 0; } }

@media (min-width: 900px) and (max-width: 1199px) {
  .singleimage {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-column-gap: 10.9375vw;
    padding: 5.46875vw;
    margin: 0; } }

@media (min-width: 1200px) and (max-width: 1799px) {
  .singleimage {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    grid-column-gap: 7.32026vw;
    padding: 3.66013vw;
    margin: 0; } }

@media (min-width: 1800px) {
  .singleimage {
    display: grid;
    grid-template-columns: repeat(8, minmax(0, 1fr));
    grid-column-gap: 5.7292vw;
    padding: 2.8646vw;
    margin: 0; } }

figure .img-wrapper {
  max-height: calc(100vh - 100px);
  overflow: hidden;
  position: relative;
  width: 100%;
  display: flex !important;
  align-items: center;
  text-align: center; }
  @media (max-width: 599px) {
    figure .img-wrapper {
      max-height: calc(100vh - 60px); } }
  figure .img-wrapper img {
    width: 100%;
    z-index: 20; }
  figure .img-wrapper .lds-grid {
    z-index: 5;
    position: absolut;
    left: 50%;
    transform: translateX(-50%); }

#somefancyid {
  min-width: 0;
  grid-column-start: auto;
  grid-column-end: span 5;
  box-sizing: border-box; }
  @media (max-width: 599px) {
    #somefancyid {
      min-width: 0;
      grid-column-start: 1;
      grid-column-end: span 2;
      box-sizing: border-box; } }
  @media (min-width: 600px) {
    #somefancyid {
      min-width: 0;
      grid-column-start: 2;
      grid-column-end: span 2;
      box-sizing: border-box; } }
  @media (min-width: 1200px) {
    #somefancyid {
      min-width: 0;
      grid-column-start: 2;
      grid-column-end: span 4;
      box-sizing: border-box; } }
  @media (min-width: 1800px) {
    #somefancyid {
      min-width: 0;
      grid-column-start: 2;
      grid-column-end: span 6;
      box-sizing: border-box; } }

.image-centered, .align-center {
  min-width: 0;
  grid-column-start: 2;
  grid-column-end: span 4;
  box-sizing: border-box; }
  @media (max-width: 599px) {
    .image-centered, .align-center {
      min-width: 0;
      grid-column-start: 1;
      grid-column-end: span 2;
      box-sizing: border-box; } }
  @media (min-width: 600px) {
    .image-centered, .align-center {
      min-width: 0;
      grid-column-start: 1;
      grid-column-end: span 4;
      box-sizing: border-box; } }
  @media (min-width: 1200px) {
    .image-centered, .align-center {
      min-width: 0;
      grid-column-start: 2;
      grid-column-end: span 4;
      box-sizing: border-box; } }
  @media (min-width: 1800px) {
    .image-centered, .align-center {
      min-width: 0;
      grid-column-start: 3;
      grid-column-end: span 4;
      box-sizing: border-box; } }

@media (max-width: 599px) {
  .block-align-center {
    min-width: 0;
    grid-column-start: 1;
    grid-column-end: span 2;
    box-sizing: border-box; } }

@media (min-width: 600px) and (max-width: 899px) {
  .block-align-center {
    min-width: 0;
    grid-column-start: 1;
    grid-column-end: span 4;
    box-sizing: border-box; } }

@media (min-width: 900px) and (max-width: 1199px) {
  .block-align-center {
    min-width: 0;
    grid-column-start: 1;
    grid-column-end: span 3;
    box-sizing: border-box; } }

@media (min-width: 1200px) {
  .block-align-center {
    min-width: 0;
    grid-column-start: 2;
    grid-column-end: span 4;
    box-sizing: border-box; } }

@media (min-width: 1800px) {
  .block-align-center {
    min-width: 0;
    grid-column-start: 3;
    grid-column-end: span 4;
    box-sizing: border-box; } }

.block-align-left {
  min-width: 0;
  grid-column-start: 1;
  grid-column-end: span 4;
  box-sizing: border-box; }
  @media (max-width: 599px) {
    .block-align-left {
      min-width: 0;
      grid-column-start: 1;
      grid-column-end: span 2;
      box-sizing: border-box; } }
  @media (min-width: 600px) and (max-width: 899px) {
    .block-align-left {
      min-width: 0;
      grid-column-start: 1;
      grid-column-end: span 4;
      box-sizing: border-box; } }
  @media (min-width: 900px) and (max-width: 1199px) {
    .block-align-left {
      min-width: 0;
      grid-column-start: 1;
      grid-column-end: span 3;
      box-sizing: border-box; } }
  @media (min-width: 1200px) {
    .block-align-left {
      min-width: 0;
      grid-column-start: 1;
      grid-column-end: span 4;
      box-sizing: border-box; } }
  @media (min-width: 1800px) {
    .block-align-left {
      min-width: 0;
      grid-column-start: 1;
      grid-column-end: span 4;
      box-sizing: border-box; } }

.block-align-right {
  min-width: 0;
  grid-column-start: 3;
  grid-column-end: span 4;
  box-sizing: border-box;
  min-width: 0;
  grid-column-start: 1;
  grid-column-end: span 4;
  box-sizing: border-box; }
  @media (max-width: 599px) {
    .block-align-right {
      min-width: 0;
      grid-column-start: 1;
      grid-column-end: span 2;
      box-sizing: border-box; } }
  @media (min-width: 600px) {
    .block-align-right {
      min-width: 0;
      grid-column-start: 2;
      grid-column-end: span 3;
      box-sizing: border-box; } }
  @media (min-width: 1200px) {
    .block-align-right {
      min-width: 0;
      grid-column-start: 3;
      grid-column-end: span 4;
      box-sizing: border-box; } }
  @media (min-width: 1800px) {
    .block-align-right {
      min-width: 0;
      grid-column-start: 4;
      grid-column-end: span 4;
      box-sizing: border-box; } }

.textblock, .hero2 .fs-hero-subline, .textblock-centered, #page section.grid.align-center > div, #page section.align-center.content-module > div, #page section.align-center.article-header--smaller > div, #page section.align-center.article-meta > div, .media-block-centered, .textblock-left, #page section.grid.align-left > div, #page section.align-left.content-module > div, #page section.align-left.article-header--smaller > div, #page section.align-left.article-meta > div, .media-block-left, .textblock-right, #page section.grid.align-right > div, #page section.align-right.content-module > div, #page section.align-right.article-header--smaller > div, #page section.align-right.article-meta > div, .media-block-right, .textblock-full, .media-block-full {
  min-width: 0;
  grid-column-start: auto;
  grid-column: 1/-1;
  box-sizing: border-box; }
  @media (max-width: 899px) {
    .textblock, .hero2 .fs-hero-subline, .textblock-centered, #page section.grid.align-center > div, #page section.align-center.content-module > div, #page section.align-center.article-header--smaller > div, #page section.align-center.article-meta > div, .media-block-centered, .textblock-left, #page section.grid.align-left > div, #page section.align-left.content-module > div, #page section.align-left.article-header--smaller > div, #page section.align-left.article-meta > div, .media-block-left, .textblock-right, #page section.grid.align-right > div, #page section.align-right.content-module > div, #page section.align-right.article-header--smaller > div, #page section.align-right.article-meta > div, .media-block-right, .textblock-full, .media-block-full {
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 19px;
      line-height: 1.37;
      letter-spacing: -0.6px; } }
  @media (min-width: 900px) {
    .textblock, .hero2 .fs-hero-subline, .textblock-centered, #page section.grid.align-center > div, #page section.align-center.content-module > div, #page section.align-center.article-header--smaller > div, #page section.align-center.article-meta > div, .media-block-centered, .textblock-left, #page section.grid.align-left > div, #page section.align-left.content-module > div, #page section.align-left.article-header--smaller > div, #page section.align-left.article-meta > div, .media-block-left, .textblock-right, #page section.grid.align-right > div, #page section.align-right.content-module > div, #page section.align-right.article-header--smaller > div, #page section.align-right.article-meta > div, .media-block-right, .textblock-full, .media-block-full {
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 24px;
      line-height: 1.33;
      letter-spacing: -1px; } }
  .textblock.small-font p, .hero2 .small-font.fs-hero-subline p, .small-font.textblock-centered p, #page section.grid.align-center > div.small-font p, #page section.align-center.content-module > div.small-font p, #page section.align-center.article-header--smaller > div.small-font p, #page section.align-center.article-meta > div.small-font p, .small-font.media-block-centered p, .small-font.textblock-left p, #page section.grid.align-left > div.small-font p, #page section.align-left.content-module > div.small-font p, #page section.align-left.article-header--smaller > div.small-font p, #page section.align-left.article-meta > div.small-font p, .small-font.media-block-left p, .small-font.textblock-right p, #page section.grid.align-right > div.small-font p, #page section.align-right.content-module > div.small-font p, #page section.align-right.article-header--smaller > div.small-font p, #page section.align-right.article-meta > div.small-font p, .small-font.media-block-right p, .small-font.textblock-full p, .small-font.media-block-full p, .textblock p.small-font, .hero2 .fs-hero-subline p.small-font, .textblock-centered p.small-font, #page section.grid.align-center > div p.small-font, #page section.align-center.content-module > div p.small-font, #page section.align-center.article-header--smaller > div p.small-font, #page section.align-center.article-meta > div p.small-font, .media-block-centered p.small-font, .textblock-left p.small-font, #page section.grid.align-left > div p.small-font, #page section.align-left.content-module > div p.small-font, #page section.align-left.article-header--smaller > div p.small-font, #page section.align-left.article-meta > div p.small-font, .media-block-left p.small-font, .textblock-right p.small-font, #page section.grid.align-right > div p.small-font, #page section.align-right.content-module > div p.small-font, #page section.align-right.article-header--smaller > div p.small-font, #page section.align-right.article-meta > div p.small-font, .media-block-right p.small-font, .textblock-full p.small-font, .media-block-full p.small-font {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 19px;
    line-height: 1.37;
    letter-spacing: -0.6px; }
    .textblock.small-font p strong, .hero2 .small-font.fs-hero-subline p strong, .small-font.textblock-centered p strong, #page section.grid.align-center > div.small-font p strong, #page section.align-center.content-module > div.small-font p strong, #page section.align-center.article-header--smaller > div.small-font p strong, #page section.align-center.article-meta > div.small-font p strong, .small-font.media-block-centered p strong, .small-font.textblock-left p strong, #page section.grid.align-left > div.small-font p strong, #page section.align-left.content-module > div.small-font p strong, #page section.align-left.article-header--smaller > div.small-font p strong, #page section.align-left.article-meta > div.small-font p strong, .small-font.media-block-left p strong, .small-font.textblock-right p strong, #page section.grid.align-right > div.small-font p strong, #page section.align-right.content-module > div.small-font p strong, #page section.align-right.article-header--smaller > div.small-font p strong, #page section.align-right.article-meta > div.small-font p strong, .small-font.media-block-right p strong, .small-font.textblock-full p strong, .small-font.media-block-full p strong, .textblock.small-font p em, .hero2 .small-font.fs-hero-subline p em, .small-font.textblock-centered p em, #page section.grid.align-center > div.small-font p em, #page section.align-center.content-module > div.small-font p em, #page section.align-center.article-header--smaller > div.small-font p em, #page section.align-center.article-meta > div.small-font p em, .small-font.media-block-centered p em, .small-font.textblock-left p em, #page section.grid.align-left > div.small-font p em, #page section.align-left.content-module > div.small-font p em, #page section.align-left.article-header--smaller > div.small-font p em, #page section.align-left.article-meta > div.small-font p em, .small-font.media-block-left p em, .small-font.textblock-right p em, #page section.grid.align-right > div.small-font p em, #page section.align-right.content-module > div.small-font p em, #page section.align-right.article-header--smaller > div.small-font p em, #page section.align-right.article-meta > div.small-font p em, .small-font.media-block-right p em, .small-font.textblock-full p em, .small-font.media-block-full p em, .textblock p.small-font strong, .hero2 .fs-hero-subline p.small-font strong, .textblock-centered p.small-font strong, #page section.grid.align-center > div p.small-font strong, #page section.align-center.content-module > div p.small-font strong, #page section.align-center.article-header--smaller > div p.small-font strong, #page section.align-center.article-meta > div p.small-font strong, .media-block-centered p.small-font strong, .textblock-left p.small-font strong, #page section.grid.align-left > div p.small-font strong, #page section.align-left.content-module > div p.small-font strong, #page section.align-left.article-header--smaller > div p.small-font strong, #page section.align-left.article-meta > div p.small-font strong, .media-block-left p.small-font strong, .textblock-right p.small-font strong, #page section.grid.align-right > div p.small-font strong, #page section.align-right.content-module > div p.small-font strong, #page section.align-right.article-header--smaller > div p.small-font strong, #page section.align-right.article-meta > div p.small-font strong, .media-block-right p.small-font strong, .textblock-full p.small-font strong, .media-block-full p.small-font strong, .textblock p.small-font em, .hero2 .fs-hero-subline p.small-font em, .textblock-centered p.small-font em, #page section.grid.align-center > div p.small-font em, #page section.align-center.content-module > div p.small-font em, #page section.align-center.article-header--smaller > div p.small-font em, #page section.align-center.article-meta > div p.small-font em, .media-block-centered p.small-font em, .textblock-left p.small-font em, #page section.grid.align-left > div p.small-font em, #page section.align-left.content-module > div p.small-font em, #page section.align-left.article-header--smaller > div p.small-font em, #page section.align-left.article-meta > div p.small-font em, .media-block-left p.small-font em, .textblock-right p.small-font em, #page section.grid.align-right > div p.small-font em, #page section.align-right.content-module > div p.small-font em, #page section.align-right.article-header--smaller > div p.small-font em, #page section.align-right.article-meta > div p.small-font em, .media-block-right p.small-font em, .textblock-full p.small-font em, .media-block-full p.small-font em {
      font-family: 'Panama';
      font-size: 26px;
      line-height: 1.16;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 21px;
      line-height: 1.24;
      letter-spacing: -0.6px; }
  @media (max-width: 599px) {
    .textblock .intro, .hero2 .fs-hero-subline .intro, .textblock-centered .intro, #page section.grid.align-center > div .intro, #page section.align-center.content-module > div .intro, #page section.align-center.article-header--smaller > div .intro, #page section.align-center.article-meta > div .intro, .media-block-centered .intro, .textblock-left .intro, #page section.grid.align-left > div .intro, #page section.align-left.content-module > div .intro, #page section.align-left.article-header--smaller > div .intro, #page section.align-left.article-meta > div .intro, .media-block-left .intro, .textblock-right .intro, #page section.grid.align-right > div .intro, #page section.align-right.content-module > div .intro, #page section.align-right.article-header--smaller > div .intro, #page section.align-right.article-meta > div .intro, .media-block-right .intro, .textblock-full .intro, .media-block-full .intro {
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 19px;
      line-height: 1.37;
      letter-spacing: -0.6px; } }
  @media (min-width: 600px) {
    .textblock .intro, .hero2 .fs-hero-subline .intro, .textblock-centered .intro, #page section.grid.align-center > div .intro, #page section.align-center.content-module > div .intro, #page section.align-center.article-header--smaller > div .intro, #page section.align-center.article-meta > div .intro, .media-block-centered .intro, .textblock-left .intro, #page section.grid.align-left > div .intro, #page section.align-left.content-module > div .intro, #page section.align-left.article-header--smaller > div .intro, #page section.align-left.article-meta > div .intro, .media-block-left .intro, .textblock-right .intro, #page section.grid.align-right > div .intro, #page section.align-right.content-module > div .intro, #page section.align-right.article-header--smaller > div .intro, #page section.align-right.article-meta > div .intro, .media-block-right .intro, .textblock-full .intro, .media-block-full .intro {
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 24px;
      line-height: 1.33;
      letter-spacing: -1px; } }
  @media (min-width: 1200px) {
    .textblock .intro, .hero2 .fs-hero-subline .intro, .textblock-centered .intro, #page section.grid.align-center > div .intro, #page section.align-center.content-module > div .intro, #page section.align-center.article-header--smaller > div .intro, #page section.align-center.article-meta > div .intro, .media-block-centered .intro, .textblock-left .intro, #page section.grid.align-left > div .intro, #page section.align-left.content-module > div .intro, #page section.align-left.article-header--smaller > div .intro, #page section.align-left.article-meta > div .intro, .media-block-left .intro, .textblock-right .intro, #page section.grid.align-right > div .intro, #page section.align-right.content-module > div .intro, #page section.align-right.article-header--smaller > div .intro, #page section.align-right.article-meta > div .intro, .media-block-right .intro, .textblock-full .intro, .media-block-full .intro {
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 30px;
      line-height: 1.33;
      letter-spacing: -1.2px; } }
  @media (min-width: 900px) {
    .textblock .intro-serif, .hero2 .fs-hero-subline .intro-serif, .textblock-centered .intro-serif, #page section.grid.align-center > div .intro-serif, #page section.align-center.content-module > div .intro-serif, #page section.align-center.article-header--smaller > div .intro-serif, #page section.align-center.article-meta > div .intro-serif, .media-block-centered .intro-serif, .textblock-left .intro-serif, #page section.grid.align-left > div .intro-serif, #page section.align-left.content-module > div .intro-serif, #page section.align-left.article-header--smaller > div .intro-serif, #page section.align-left.article-meta > div .intro-serif, .media-block-left .intro-serif, .textblock-right .intro-serif, #page section.grid.align-right > div .intro-serif, #page section.align-right.content-module > div .intro-serif, #page section.align-right.article-header--smaller > div .intro-serif, #page section.align-right.article-meta > div .intro-serif, .media-block-right .intro-serif, .textblock-full .intro-serif, .media-block-full .intro-serif {
      font-family: 'Panama';
      font-size: 26px;
      line-height: 1.16;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 32px;
      line-height: 1.25;
      letter-spacing: -0.9px; } }
  @media (max-width: 899px) {
    .textblock .intro-serif, .hero2 .fs-hero-subline .intro-serif, .textblock-centered .intro-serif, #page section.grid.align-center > div .intro-serif, #page section.align-center.content-module > div .intro-serif, #page section.align-center.article-header--smaller > div .intro-serif, #page section.align-center.article-meta > div .intro-serif, .media-block-centered .intro-serif, .textblock-left .intro-serif, #page section.grid.align-left > div .intro-serif, #page section.align-left.content-module > div .intro-serif, #page section.align-left.article-header--smaller > div .intro-serif, #page section.align-left.article-meta > div .intro-serif, .media-block-left .intro-serif, .textblock-right .intro-serif, #page section.grid.align-right > div .intro-serif, #page section.align-right.content-module > div .intro-serif, #page section.align-right.article-header--smaller > div .intro-serif, #page section.align-right.article-meta > div .intro-serif, .media-block-right .intro-serif, .textblock-full .intro-serif, .media-block-full .intro-serif {
      font-family: 'Panama';
      font-size: 26px;
      line-height: 1.16;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 26px;
      line-height: 1.25;
      letter-spacing: -0.9px; } }
  .textblock h2, .hero2 .fs-hero-subline h2, .textblock-centered h2, #page section.grid.align-center > div h2, #page section.align-center.content-module > div h2, #page section.align-center.article-header--smaller > div h2, #page section.align-center.article-meta > div h2, .media-block-centered h2, .textblock-left h2, #page section.grid.align-left > div h2, #page section.align-left.content-module > div h2, #page section.align-left.article-header--smaller > div h2, #page section.align-left.article-meta > div h2, .media-block-left h2, .textblock-right h2, #page section.grid.align-right > div h2, #page section.align-right.content-module > div h2, #page section.align-right.article-header--smaller > div h2, #page section.align-right.article-meta > div h2, .media-block-right h2, .textblock-full h2, .media-block-full h2, .textblock h3, .hero2 .fs-hero-subline h3, .textblock-centered h3, #page section.grid.align-center > div h3, #page section.align-center.content-module > div h3, #page section.align-center.article-header--smaller > div h3, #page section.align-center.article-meta > div h3, .media-block-centered h3, .textblock-left h3, #page section.grid.align-left > div h3, #page section.align-left.content-module > div h3, #page section.align-left.article-header--smaller > div h3, #page section.align-left.article-meta > div h3, .media-block-left h3, .textblock-right h3, #page section.grid.align-right > div h3, #page section.align-right.content-module > div h3, #page section.align-right.article-header--smaller > div h3, #page section.align-right.article-meta > div h3, .media-block-right h3, .textblock-full h3, .media-block-full h3 {
    margin-bottom: 10px; }
  .textblock h4 + p, .hero2 .fs-hero-subline h4 + p, .textblock-centered h4 + p, #page section.grid.align-center > div h4 + p, #page section.align-center.content-module > div h4 + p, #page section.align-center.article-header--smaller > div h4 + p, #page section.align-center.article-meta > div h4 + p, .media-block-centered h4 + p, .textblock-left h4 + p, #page section.grid.align-left > div h4 + p, #page section.align-left.content-module > div h4 + p, #page section.align-left.article-header--smaller > div h4 + p, #page section.align-left.article-meta > div h4 + p, .media-block-left h4 + p, .textblock-right h4 + p, #page section.grid.align-right > div h4 + p, #page section.align-right.content-module > div h4 + p, #page section.align-right.article-header--smaller > div h4 + p, #page section.align-right.article-meta > div h4 + p, .media-block-right h4 + p, .textblock-full h4 + p, .media-block-full h4 + p {
    margin-top: 0.4em; }
  .textblock h3 + p, .hero2 .fs-hero-subline h3 + p, .textblock-centered h3 + p, #page section.grid.align-center > div h3 + p, #page section.align-center.content-module > div h3 + p, #page section.align-center.article-header--smaller > div h3 + p, #page section.align-center.article-meta > div h3 + p, .media-block-centered h3 + p, .textblock-left h3 + p, #page section.grid.align-left > div h3 + p, #page section.align-left.content-module > div h3 + p, #page section.align-left.article-header--smaller > div h3 + p, #page section.align-left.article-meta > div h3 + p, .media-block-left h3 + p, .textblock-right h3 + p, #page section.grid.align-right > div h3 + p, #page section.align-right.content-module > div h3 + p, #page section.align-right.article-header--smaller > div h3 + p, #page section.align-right.article-meta > div h3 + p, .media-block-right h3 + p, .textblock-full h3 + p, .media-block-full h3 + p {
    margin-top: 1em; }
  .textblock > *, .hero2 .fs-hero-subline > *, .textblock-centered > *, #page section.grid.align-center > div > *, #page section.align-center.content-module > div > *, #page section.align-center.article-header--smaller > div > *, #page section.align-center.article-meta > div > *, .media-block-centered > *, .textblock-left > *, #page section.grid.align-left > div > *, #page section.align-left.content-module > div > *, #page section.align-left.article-header--smaller > div > *, #page section.align-left.article-meta > div > *, .media-block-left > *, .textblock-right > *, #page section.grid.align-right > div > *, #page section.align-right.content-module > div > *, #page section.align-right.article-header--smaller > div > *, #page section.align-right.article-meta > div > *, .media-block-right > *, .textblock-full > *, .media-block-full > * {
    margin-bottom: 1em; }
  @media (max-width: 899px) {
    .textblock strong, .hero2 .fs-hero-subline strong, .textblock-centered strong, #page section.grid.align-center > div strong, #page section.align-center.content-module > div strong, #page section.align-center.article-header--smaller > div strong, #page section.align-center.article-meta > div strong, .media-block-centered strong, .textblock-left strong, #page section.grid.align-left > div strong, #page section.align-left.content-module > div strong, #page section.align-left.article-header--smaller > div strong, #page section.align-left.article-meta > div strong, .media-block-left strong, .textblock-right strong, #page section.grid.align-right > div strong, #page section.align-right.content-module > div strong, #page section.align-right.article-header--smaller > div strong, #page section.align-right.article-meta > div strong, .media-block-right strong, .textblock-full strong, .media-block-full strong, .textblock b, .hero2 .fs-hero-subline b, .textblock-centered b, #page section.grid.align-center > div b, #page section.align-center.content-module > div b, #page section.align-center.article-header--smaller > div b, #page section.align-center.article-meta > div b, .media-block-centered b, .textblock-left b, #page section.grid.align-left > div b, #page section.align-left.content-module > div b, #page section.align-left.article-header--smaller > div b, #page section.align-left.article-meta > div b, .media-block-left b, .textblock-right b, #page section.grid.align-right > div b, #page section.align-right.content-module > div b, #page section.align-right.article-header--smaller > div b, #page section.align-right.article-meta > div b, .media-block-right b, .textblock-full b, .media-block-full b {
      font-family: 'Panama';
      font-size: 26px;
      line-height: 1.16;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 21px;
      line-height: 1.24;
      letter-spacing: -0.6px; } }
  @media (min-width: 900px) {
    .textblock strong, .hero2 .fs-hero-subline strong, .textblock-centered strong, #page section.grid.align-center > div strong, #page section.align-center.content-module > div strong, #page section.align-center.article-header--smaller > div strong, #page section.align-center.article-meta > div strong, .media-block-centered strong, .textblock-left strong, #page section.grid.align-left > div strong, #page section.align-left.content-module > div strong, #page section.align-left.article-header--smaller > div strong, #page section.align-left.article-meta > div strong, .media-block-left strong, .textblock-right strong, #page section.grid.align-right > div strong, #page section.align-right.content-module > div strong, #page section.align-right.article-header--smaller > div strong, #page section.align-right.article-meta > div strong, .media-block-right strong, .textblock-full strong, .media-block-full strong, .textblock b, .hero2 .fs-hero-subline b, .textblock-centered b, #page section.grid.align-center > div b, #page section.align-center.content-module > div b, #page section.align-center.article-header--smaller > div b, #page section.align-center.article-meta > div b, .media-block-centered b, .textblock-left b, #page section.grid.align-left > div b, #page section.align-left.content-module > div b, #page section.align-left.article-header--smaller > div b, #page section.align-left.article-meta > div b, .media-block-left b, .textblock-right b, #page section.grid.align-right > div b, #page section.align-right.content-module > div b, #page section.align-right.article-header--smaller > div b, #page section.align-right.article-meta > div b, .media-block-right b, .textblock-full b, .media-block-full b {
      font-family: 'Panama';
      font-size: 26px;
      line-height: 1.16;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 26px;
      line-height: 1.25;
      letter-spacing: -0.9px; } }
  .textblock strong + p, .hero2 .fs-hero-subline strong + p, .textblock-centered strong + p, #page section.grid.align-center > div strong + p, #page section.align-center.content-module > div strong + p, #page section.align-center.article-header--smaller > div strong + p, #page section.align-center.article-meta > div strong + p, .media-block-centered strong + p, .textblock-left strong + p, #page section.grid.align-left > div strong + p, #page section.align-left.content-module > div strong + p, #page section.align-left.article-header--smaller > div strong + p, #page section.align-left.article-meta > div strong + p, .media-block-left strong + p, .textblock-right strong + p, #page section.grid.align-right > div strong + p, #page section.align-right.content-module > div strong + p, #page section.align-right.article-header--smaller > div strong + p, #page section.align-right.article-meta > div strong + p, .media-block-right strong + p, .textblock-full strong + p, .media-block-full strong + p {
    margin-top: 0.4em; }
  .textblock .question, .hero2 .fs-hero-subline .question, .textblock-centered .question, #page section.grid.align-center > div .question, #page section.align-center.content-module > div .question, #page section.align-center.article-header--smaller > div .question, #page section.align-center.article-meta > div .question, .media-block-centered .question, .textblock-left .question, #page section.grid.align-left > div .question, #page section.align-left.content-module > div .question, #page section.align-left.article-header--smaller > div .question, #page section.align-left.article-meta > div .question, .media-block-left .question, .textblock-right .question, #page section.grid.align-right > div .question, #page section.align-right.content-module > div .question, #page section.align-right.article-header--smaller > div .question, #page section.align-right.article-meta > div .question, .media-block-right .question, .textblock-full .question, .media-block-full .question {
    margin-left: var(--gutter); }
  .textblock button:not(.slick-arrow), .hero2 .fs-hero-subline button:not(.slick-arrow), .textblock-centered button:not(.slick-arrow), #page section.grid.align-center > div button:not(.slick-arrow), #page section.align-center.content-module > div button:not(.slick-arrow), #page section.align-center.article-header--smaller > div button:not(.slick-arrow), #page section.align-center.article-meta > div button:not(.slick-arrow), .media-block-centered button:not(.slick-arrow), .textblock-left button:not(.slick-arrow), #page section.grid.align-left > div button:not(.slick-arrow), #page section.align-left.content-module > div button:not(.slick-arrow), #page section.align-left.article-header--smaller > div button:not(.slick-arrow), #page section.align-left.article-meta > div button:not(.slick-arrow), .media-block-left button:not(.slick-arrow), .textblock-right button:not(.slick-arrow), #page section.grid.align-right > div button:not(.slick-arrow), #page section.align-right.content-module > div button:not(.slick-arrow), #page section.align-right.article-header--smaller > div button:not(.slick-arrow), #page section.align-right.article-meta > div button:not(.slick-arrow), .media-block-right button:not(.slick-arrow), .textblock-full button:not(.slick-arrow), .media-block-full button:not(.slick-arrow), .textblock .button, .hero2 .fs-hero-subline .button, .textblock-centered .button, #page section.grid.align-center > div .button, #page section.align-center.content-module > div .button, #page section.align-center.article-header--smaller > div .button, #page section.align-center.article-meta > div .button, .media-block-centered .button, .textblock-left .button, #page section.grid.align-left > div .button, #page section.align-left.content-module > div .button, #page section.align-left.article-header--smaller > div .button, #page section.align-left.article-meta > div .button, .media-block-left .button, .textblock-right .button, #page section.grid.align-right > div .button, #page section.align-right.content-module > div .button, #page section.align-right.article-header--smaller > div .button, #page section.align-right.article-meta > div .button, .media-block-right .button, .textblock-full .button, .media-block-full .button {
    margin: 1em 0; }
    @media (min-width: 1200px) {
      .textblock button:not(.slick-arrow), .hero2 .fs-hero-subline button:not(.slick-arrow), .textblock-centered button:not(.slick-arrow), #page section.grid.align-center > div button:not(.slick-arrow), #page section.align-center.content-module > div button:not(.slick-arrow), #page section.align-center.article-header--smaller > div button:not(.slick-arrow), #page section.align-center.article-meta > div button:not(.slick-arrow), .media-block-centered button:not(.slick-arrow), .textblock-left button:not(.slick-arrow), #page section.grid.align-left > div button:not(.slick-arrow), #page section.align-left.content-module > div button:not(.slick-arrow), #page section.align-left.article-header--smaller > div button:not(.slick-arrow), #page section.align-left.article-meta > div button:not(.slick-arrow), .media-block-left button:not(.slick-arrow), .textblock-right button:not(.slick-arrow), #page section.grid.align-right > div button:not(.slick-arrow), #page section.align-right.content-module > div button:not(.slick-arrow), #page section.align-right.article-header--smaller > div button:not(.slick-arrow), #page section.align-right.article-meta > div button:not(.slick-arrow), .media-block-right button:not(.slick-arrow), .textblock-full button:not(.slick-arrow), .media-block-full button:not(.slick-arrow), .textblock .button, .hero2 .fs-hero-subline .button, .textblock-centered .button, #page section.grid.align-center > div .button, #page section.align-center.content-module > div .button, #page section.align-center.article-header--smaller > div .button, #page section.align-center.article-meta > div .button, .media-block-centered .button, .textblock-left .button, #page section.grid.align-left > div .button, #page section.align-left.content-module > div .button, #page section.align-left.article-header--smaller > div .button, #page section.align-left.article-meta > div .button, .media-block-left .button, .textblock-right .button, #page section.grid.align-right > div .button, #page section.align-right.content-module > div .button, #page section.align-right.article-header--smaller > div .button, #page section.align-right.article-meta > div .button, .media-block-right .button, .textblock-full .button, .media-block-full .button {
        display: inline-flex;
        align-items: center;
        border: none;
        color: black;
        margin: 0 0.5em 0 0;
        padding: 0.25em 0.8em 0.25em 0.8em;
        line-height: 1;
        text-decoration: none;
        cursor: pointer;
        text-align: center;
        -webkit-appearance: none;
        -moz-appearance: none;
        background-color: white;
        box-shadow: 0 0.1rem 0.3rem rgba(0, 0, 0, 0.25);
        -webkit-tap-highlight-color: transparent;
        transition: box-shadow .3s ease;
        border-radius: 16px;
        font-family: 'Lars';
        font-size: 24px;
        line-height: 1.4;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 24px;
        line-height: 1.33;
        letter-spacing: -1px;
        padding: 0.31em 0.875em 0.25em 0.875em;
        border-radius: 16px;
        line-height: 1; }
        .textblock button:not(.slick-arrow).border-white, .hero2 .fs-hero-subline button:not(.slick-arrow).border-white, .textblock-centered button:not(.slick-arrow).border-white, #page section.grid.align-center > div button:not(.slick-arrow).border-white, #page section.align-center.content-module > div button:not(.slick-arrow).border-white, #page section.align-center.article-header--smaller > div button:not(.slick-arrow).border-white, #page section.align-center.article-meta > div button:not(.slick-arrow).border-white, .media-block-centered button:not(.slick-arrow).border-white, .textblock-left button:not(.slick-arrow).border-white, #page section.grid.align-left > div button:not(.slick-arrow).border-white, #page section.align-left.content-module > div button:not(.slick-arrow).border-white, #page section.align-left.article-header--smaller > div button:not(.slick-arrow).border-white, #page section.align-left.article-meta > div button:not(.slick-arrow).border-white, .media-block-left button:not(.slick-arrow).border-white, .textblock-right button:not(.slick-arrow).border-white, #page section.grid.align-right > div button:not(.slick-arrow).border-white, #page section.align-right.content-module > div button:not(.slick-arrow).border-white, #page section.align-right.article-header--smaller > div button:not(.slick-arrow).border-white, #page section.align-right.article-meta > div button:not(.slick-arrow).border-white, .media-block-right button:not(.slick-arrow).border-white, .textblock-full button:not(.slick-arrow).border-white, .media-block-full button:not(.slick-arrow).border-white, .textblock .button.border-white, .hero2 .fs-hero-subline .button.border-white, .textblock-centered .button.border-white, #page section.grid.align-center > div .button.border-white, #page section.align-center.content-module > div .button.border-white, #page section.align-center.article-header--smaller > div .button.border-white, #page section.align-center.article-meta > div .button.border-white, .media-block-centered .button.border-white, .textblock-left .button.border-white, #page section.grid.align-left > div .button.border-white, #page section.align-left.content-module > div .button.border-white, #page section.align-left.article-header--smaller > div .button.border-white, #page section.align-left.article-meta > div .button.border-white, .media-block-left .button.border-white, .textblock-right .button.border-white, #page section.grid.align-right > div .button.border-white, #page section.align-right.content-module > div .button.border-white, #page section.align-right.article-header--smaller > div .button.border-white, #page section.align-right.article-meta > div .button.border-white, .media-block-right .button.border-white, .textblock-full .button.border-white, .media-block-full .button.border-white {
          border-color: #FFFFFF; }
        .textblock button:not(.slick-arrow).bg-white, .hero2 .fs-hero-subline button:not(.slick-arrow).bg-white, .textblock-centered button:not(.slick-arrow).bg-white, #page section.grid.align-center > div button:not(.slick-arrow).bg-white, #page section.align-center.content-module > div button:not(.slick-arrow).bg-white, #page section.align-center.article-header--smaller > div button:not(.slick-arrow).bg-white, #page section.align-center.article-meta > div button:not(.slick-arrow).bg-white, .media-block-centered button:not(.slick-arrow).bg-white, .textblock-left button:not(.slick-arrow).bg-white, #page section.grid.align-left > div button:not(.slick-arrow).bg-white, #page section.align-left.content-module > div button:not(.slick-arrow).bg-white, #page section.align-left.article-header--smaller > div button:not(.slick-arrow).bg-white, #page section.align-left.article-meta > div button:not(.slick-arrow).bg-white, .media-block-left button:not(.slick-arrow).bg-white, .textblock-right button:not(.slick-arrow).bg-white, #page section.grid.align-right > div button:not(.slick-arrow).bg-white, #page section.align-right.content-module > div button:not(.slick-arrow).bg-white, #page section.align-right.article-header--smaller > div button:not(.slick-arrow).bg-white, #page section.align-right.article-meta > div button:not(.slick-arrow).bg-white, .media-block-right button:not(.slick-arrow).bg-white, .textblock-full button:not(.slick-arrow).bg-white, .media-block-full button:not(.slick-arrow).bg-white, .textblock .button.bg-white, .hero2 .fs-hero-subline .button.bg-white, .textblock-centered .button.bg-white, #page section.grid.align-center > div .button.bg-white, #page section.align-center.content-module > div .button.bg-white, #page section.align-center.article-header--smaller > div .button.bg-white, #page section.align-center.article-meta > div .button.bg-white, .media-block-centered .button.bg-white, .textblock-left .button.bg-white, #page section.grid.align-left > div .button.bg-white, #page section.align-left.content-module > div .button.bg-white, #page section.align-left.article-header--smaller > div .button.bg-white, #page section.align-left.article-meta > div .button.bg-white, .media-block-left .button.bg-white, .textblock-right .button.bg-white, #page section.grid.align-right > div .button.bg-white, #page section.align-right.content-module > div .button.bg-white, #page section.align-right.article-header--smaller > div .button.bg-white, #page section.align-right.article-meta > div .button.bg-white, .media-block-right .button.bg-white, .textblock-full .button.bg-white, .media-block-full .button.bg-white {
          background-color: white; }
        .textblock button:not(.slick-arrow):hover, .hero2 .fs-hero-subline button:not(.slick-arrow):hover, .textblock-centered button:not(.slick-arrow):hover, #page section.grid.align-center > div button:not(.slick-arrow):hover, #page section.align-center.content-module > div button:not(.slick-arrow):hover, #page section.align-center.article-header--smaller > div button:not(.slick-arrow):hover, #page section.align-center.article-meta > div button:not(.slick-arrow):hover, .media-block-centered button:not(.slick-arrow):hover, .textblock-left button:not(.slick-arrow):hover, #page section.grid.align-left > div button:not(.slick-arrow):hover, #page section.align-left.content-module > div button:not(.slick-arrow):hover, #page section.align-left.article-header--smaller > div button:not(.slick-arrow):hover, #page section.align-left.article-meta > div button:not(.slick-arrow):hover, .media-block-left button:not(.slick-arrow):hover, .textblock-right button:not(.slick-arrow):hover, #page section.grid.align-right > div button:not(.slick-arrow):hover, #page section.align-right.content-module > div button:not(.slick-arrow):hover, #page section.align-right.article-header--smaller > div button:not(.slick-arrow):hover, #page section.align-right.article-meta > div button:not(.slick-arrow):hover, .media-block-right button:not(.slick-arrow):hover, .textblock-full button:not(.slick-arrow):hover, .media-block-full button:not(.slick-arrow):hover, .textblock .button:hover, .hero2 .fs-hero-subline .button:hover, .textblock-centered .button:hover, #page section.grid.align-center > div .button:hover, #page section.align-center.content-module > div .button:hover, #page section.align-center.article-header--smaller > div .button:hover, #page section.align-center.article-meta > div .button:hover, .media-block-centered .button:hover, .textblock-left .button:hover, #page section.grid.align-left > div .button:hover, #page section.align-left.content-module > div .button:hover, #page section.align-left.article-header--smaller > div .button:hover, #page section.align-left.article-meta > div .button:hover, .media-block-left .button:hover, .textblock-right .button:hover, #page section.grid.align-right > div .button:hover, #page section.align-right.content-module > div .button:hover, #page section.align-right.article-header--smaller > div .button:hover, #page section.align-right.article-meta > div .button:hover, .media-block-right .button:hover, .textblock-full .button:hover, .media-block-full .button:hover {
          color: #ee0085;
          box-shadow: 0 0.1rem 0.3rem #ee008578; }
          .textblock button:not(.slick-arrow):hover svg *[fill='#000'], .hero2 .fs-hero-subline button:not(.slick-arrow):hover svg *[fill='#000'], .textblock-centered button:not(.slick-arrow):hover svg *[fill='#000'], #page section.grid.align-center > div button:not(.slick-arrow):hover svg *[fill='#000'], #page section.align-center.content-module > div button:not(.slick-arrow):hover svg *[fill='#000'], #page section.align-center.article-header--smaller > div button:not(.slick-arrow):hover svg *[fill='#000'], #page section.align-center.article-meta > div button:not(.slick-arrow):hover svg *[fill='#000'], .media-block-centered button:not(.slick-arrow):hover svg *[fill='#000'], .textblock-left button:not(.slick-arrow):hover svg *[fill='#000'], #page section.grid.align-left > div button:not(.slick-arrow):hover svg *[fill='#000'], #page section.align-left.content-module > div button:not(.slick-arrow):hover svg *[fill='#000'], #page section.align-left.article-header--smaller > div button:not(.slick-arrow):hover svg *[fill='#000'], #page section.align-left.article-meta > div button:not(.slick-arrow):hover svg *[fill='#000'], .media-block-left button:not(.slick-arrow):hover svg *[fill='#000'], .textblock-right button:not(.slick-arrow):hover svg *[fill='#000'], #page section.grid.align-right > div button:not(.slick-arrow):hover svg *[fill='#000'], #page section.align-right.content-module > div button:not(.slick-arrow):hover svg *[fill='#000'], #page section.align-right.article-header--smaller > div button:not(.slick-arrow):hover svg *[fill='#000'], #page section.align-right.article-meta > div button:not(.slick-arrow):hover svg *[fill='#000'], .media-block-right button:not(.slick-arrow):hover svg *[fill='#000'], .textblock-full button:not(.slick-arrow):hover svg *[fill='#000'], .media-block-full button:not(.slick-arrow):hover svg *[fill='#000'], .textblock .button:hover svg *[fill='#000'], .hero2 .fs-hero-subline .button:hover svg *[fill='#000'], .textblock-centered .button:hover svg *[fill='#000'], #page section.grid.align-center > div .button:hover svg *[fill='#000'], #page section.align-center.content-module > div .button:hover svg *[fill='#000'], #page section.align-center.article-header--smaller > div .button:hover svg *[fill='#000'], #page section.align-center.article-meta > div .button:hover svg *[fill='#000'], .media-block-centered .button:hover svg *[fill='#000'], .textblock-left .button:hover svg *[fill='#000'], #page section.grid.align-left > div .button:hover svg *[fill='#000'], #page section.align-left.content-module > div .button:hover svg *[fill='#000'], #page section.align-left.article-header--smaller > div .button:hover svg *[fill='#000'], #page section.align-left.article-meta > div .button:hover svg *[fill='#000'], .media-block-left .button:hover svg *[fill='#000'], .textblock-right .button:hover svg *[fill='#000'], #page section.grid.align-right > div .button:hover svg *[fill='#000'], #page section.align-right.content-module > div .button:hover svg *[fill='#000'], #page section.align-right.article-header--smaller > div .button:hover svg *[fill='#000'], #page section.align-right.article-meta > div .button:hover svg *[fill='#000'], .media-block-right .button:hover svg *[fill='#000'], .textblock-full .button:hover svg *[fill='#000'], .media-block-full .button:hover svg *[fill='#000'] {
            fill: #ee0085; }
        .textblock button:not(.slick-arrow):focus, .hero2 .fs-hero-subline button:not(.slick-arrow):focus, .textblock-centered button:not(.slick-arrow):focus, #page section.grid.align-center > div button:not(.slick-arrow):focus, #page section.align-center.content-module > div button:not(.slick-arrow):focus, #page section.align-center.article-header--smaller > div button:not(.slick-arrow):focus, #page section.align-center.article-meta > div button:not(.slick-arrow):focus, .media-block-centered button:not(.slick-arrow):focus, .textblock-left button:not(.slick-arrow):focus, #page section.grid.align-left > div button:not(.slick-arrow):focus, #page section.align-left.content-module > div button:not(.slick-arrow):focus, #page section.align-left.article-header--smaller > div button:not(.slick-arrow):focus, #page section.align-left.article-meta > div button:not(.slick-arrow):focus, .media-block-left button:not(.slick-arrow):focus, .textblock-right button:not(.slick-arrow):focus, #page section.grid.align-right > div button:not(.slick-arrow):focus, #page section.align-right.content-module > div button:not(.slick-arrow):focus, #page section.align-right.article-header--smaller > div button:not(.slick-arrow):focus, #page section.align-right.article-meta > div button:not(.slick-arrow):focus, .media-block-right button:not(.slick-arrow):focus, .textblock-full button:not(.slick-arrow):focus, .media-block-full button:not(.slick-arrow):focus, .textblock .button:focus, .hero2 .fs-hero-subline .button:focus, .textblock-centered .button:focus, #page section.grid.align-center > div .button:focus, #page section.align-center.content-module > div .button:focus, #page section.align-center.article-header--smaller > div .button:focus, #page section.align-center.article-meta > div .button:focus, .media-block-centered .button:focus, .textblock-left .button:focus, #page section.grid.align-left > div .button:focus, #page section.align-left.content-module > div .button:focus, #page section.align-left.article-header--smaller > div .button:focus, #page section.align-left.article-meta > div .button:focus, .media-block-left .button:focus, .textblock-right .button:focus, #page section.grid.align-right > div .button:focus, #page section.align-right.content-module > div .button:focus, #page section.align-right.article-header--smaller > div .button:focus, #page section.align-right.article-meta > div .button:focus, .media-block-right .button:focus, .textblock-full .button:focus, .media-block-full .button:focus {
          outline: 1px solid #fff;
          outline-offset: -4px; }
        .textblock button:not(.slick-arrow):active, .hero2 .fs-hero-subline button:not(.slick-arrow):active, .textblock-centered button:not(.slick-arrow):active, #page section.grid.align-center > div button:not(.slick-arrow):active, #page section.align-center.content-module > div button:not(.slick-arrow):active, #page section.align-center.article-header--smaller > div button:not(.slick-arrow):active, #page section.align-center.article-meta > div button:not(.slick-arrow):active, .media-block-centered button:not(.slick-arrow):active, .textblock-left button:not(.slick-arrow):active, #page section.grid.align-left > div button:not(.slick-arrow):active, #page section.align-left.content-module > div button:not(.slick-arrow):active, #page section.align-left.article-header--smaller > div button:not(.slick-arrow):active, #page section.align-left.article-meta > div button:not(.slick-arrow):active, .media-block-left button:not(.slick-arrow):active, .textblock-right button:not(.slick-arrow):active, #page section.grid.align-right > div button:not(.slick-arrow):active, #page section.align-right.content-module > div button:not(.slick-arrow):active, #page section.align-right.article-header--smaller > div button:not(.slick-arrow):active, #page section.align-right.article-meta > div button:not(.slick-arrow):active, .media-block-right button:not(.slick-arrow):active, .textblock-full button:not(.slick-arrow):active, .media-block-full button:not(.slick-arrow):active, .textblock .button:active, .hero2 .fs-hero-subline .button:active, .textblock-centered .button:active, #page section.grid.align-center > div .button:active, #page section.align-center.content-module > div .button:active, #page section.align-center.article-header--smaller > div .button:active, #page section.align-center.article-meta > div .button:active, .media-block-centered .button:active, .textblock-left .button:active, #page section.grid.align-left > div .button:active, #page section.align-left.content-module > div .button:active, #page section.align-left.article-header--smaller > div .button:active, #page section.align-left.article-meta > div .button:active, .media-block-left .button:active, .textblock-right .button:active, #page section.grid.align-right > div .button:active, #page section.align-right.content-module > div .button:active, #page section.align-right.article-header--smaller > div .button:active, #page section.align-right.article-meta > div .button:active, .media-block-right .button:active, .textblock-full .button:active, .media-block-full .button:active {
          color: currentColor; }
        .textblock button:not(.slick-arrow):hover:active, .hero2 .fs-hero-subline button:not(.slick-arrow):hover:active, .textblock-centered button:not(.slick-arrow):hover:active, #page section.grid.align-center > div button:not(.slick-arrow):hover:active, #page section.align-center.content-module > div button:not(.slick-arrow):hover:active, #page section.align-center.article-header--smaller > div button:not(.slick-arrow):hover:active, #page section.align-center.article-meta > div button:not(.slick-arrow):hover:active, .media-block-centered button:not(.slick-arrow):hover:active, .textblock-left button:not(.slick-arrow):hover:active, #page section.grid.align-left > div button:not(.slick-arrow):hover:active, #page section.align-left.content-module > div button:not(.slick-arrow):hover:active, #page section.align-left.article-header--smaller > div button:not(.slick-arrow):hover:active, #page section.align-left.article-meta > div button:not(.slick-arrow):hover:active, .media-block-left button:not(.slick-arrow):hover:active, .textblock-right button:not(.slick-arrow):hover:active, #page section.grid.align-right > div button:not(.slick-arrow):hover:active, #page section.align-right.content-module > div button:not(.slick-arrow):hover:active, #page section.align-right.article-header--smaller > div button:not(.slick-arrow):hover:active, #page section.align-right.article-meta > div button:not(.slick-arrow):hover:active, .media-block-right button:not(.slick-arrow):hover:active, .textblock-full button:not(.slick-arrow):hover:active, .media-block-full button:not(.slick-arrow):hover:active, .textblock .button:hover:active, .hero2 .fs-hero-subline .button:hover:active, .textblock-centered .button:hover:active, #page section.grid.align-center > div .button:hover:active, #page section.align-center.content-module > div .button:hover:active, #page section.align-center.article-header--smaller > div .button:hover:active, #page section.align-center.article-meta > div .button:hover:active, .media-block-centered .button:hover:active, .textblock-left .button:hover:active, #page section.grid.align-left > div .button:hover:active, #page section.align-left.content-module > div .button:hover:active, #page section.align-left.article-header--smaller > div .button:hover:active, #page section.align-left.article-meta > div .button:hover:active, .media-block-left .button:hover:active, .textblock-right .button:hover:active, #page section.grid.align-right > div .button:hover:active, #page section.align-right.content-module > div .button:hover:active, #page section.align-right.article-header--smaller > div .button:hover:active, #page section.align-right.article-meta > div .button:hover:active, .media-block-right .button:hover:active, .textblock-full .button:hover:active, .media-block-full .button:hover:active {
          color: #ee0085; } }
    @media (max-width: 1199px) {
      .textblock button:not(.slick-arrow), .hero2 .fs-hero-subline button:not(.slick-arrow), .textblock-centered button:not(.slick-arrow), #page section.grid.align-center > div button:not(.slick-arrow), #page section.align-center.content-module > div button:not(.slick-arrow), #page section.align-center.article-header--smaller > div button:not(.slick-arrow), #page section.align-center.article-meta > div button:not(.slick-arrow), .media-block-centered button:not(.slick-arrow), .textblock-left button:not(.slick-arrow), #page section.grid.align-left > div button:not(.slick-arrow), #page section.align-left.content-module > div button:not(.slick-arrow), #page section.align-left.article-header--smaller > div button:not(.slick-arrow), #page section.align-left.article-meta > div button:not(.slick-arrow), .media-block-left button:not(.slick-arrow), .textblock-right button:not(.slick-arrow), #page section.grid.align-right > div button:not(.slick-arrow), #page section.align-right.content-module > div button:not(.slick-arrow), #page section.align-right.article-header--smaller > div button:not(.slick-arrow), #page section.align-right.article-meta > div button:not(.slick-arrow), .media-block-right button:not(.slick-arrow), .textblock-full button:not(.slick-arrow), .media-block-full button:not(.slick-arrow), .textblock .button, .hero2 .fs-hero-subline .button, .textblock-centered .button, #page section.grid.align-center > div .button, #page section.align-center.content-module > div .button, #page section.align-center.article-header--smaller > div .button, #page section.align-center.article-meta > div .button, .media-block-centered .button, .textblock-left .button, #page section.grid.align-left > div .button, #page section.align-left.content-module > div .button, #page section.align-left.article-header--smaller > div .button, #page section.align-left.article-meta > div .button, .media-block-left .button, .textblock-right .button, #page section.grid.align-right > div .button, #page section.align-right.content-module > div .button, #page section.align-right.article-header--smaller > div .button, #page section.align-right.article-meta > div .button, .media-block-right .button, .textblock-full .button, .media-block-full .button {
        display: inline-flex;
        align-items: center;
        border: none;
        color: black;
        margin: 0 0.5em 0 0;
        padding: 0.25em 0.8em 0.25em 0.8em;
        line-height: 1;
        text-decoration: none;
        cursor: pointer;
        text-align: center;
        -webkit-appearance: none;
        -moz-appearance: none;
        background-color: white;
        box-shadow: 0 0.1rem 0.3rem rgba(0, 0, 0, 0.25);
        -webkit-tap-highlight-color: transparent;
        transition: box-shadow .3s ease;
        border-radius: 16px;
        font-family: 'Lars';
        font-size: 24px;
        line-height: 1.4;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 24px;
        line-height: 1.33;
        letter-spacing: -1px;
        padding: 0.31em 0.875em 0.25em 0.875em;
        border-radius: 16px;
        line-height: 1; }
        .textblock button:not(.slick-arrow).border-white, .hero2 .fs-hero-subline button:not(.slick-arrow).border-white, .textblock-centered button:not(.slick-arrow).border-white, #page section.grid.align-center > div button:not(.slick-arrow).border-white, #page section.align-center.content-module > div button:not(.slick-arrow).border-white, #page section.align-center.article-header--smaller > div button:not(.slick-arrow).border-white, #page section.align-center.article-meta > div button:not(.slick-arrow).border-white, .media-block-centered button:not(.slick-arrow).border-white, .textblock-left button:not(.slick-arrow).border-white, #page section.grid.align-left > div button:not(.slick-arrow).border-white, #page section.align-left.content-module > div button:not(.slick-arrow).border-white, #page section.align-left.article-header--smaller > div button:not(.slick-arrow).border-white, #page section.align-left.article-meta > div button:not(.slick-arrow).border-white, .media-block-left button:not(.slick-arrow).border-white, .textblock-right button:not(.slick-arrow).border-white, #page section.grid.align-right > div button:not(.slick-arrow).border-white, #page section.align-right.content-module > div button:not(.slick-arrow).border-white, #page section.align-right.article-header--smaller > div button:not(.slick-arrow).border-white, #page section.align-right.article-meta > div button:not(.slick-arrow).border-white, .media-block-right button:not(.slick-arrow).border-white, .textblock-full button:not(.slick-arrow).border-white, .media-block-full button:not(.slick-arrow).border-white, .textblock .button.border-white, .hero2 .fs-hero-subline .button.border-white, .textblock-centered .button.border-white, #page section.grid.align-center > div .button.border-white, #page section.align-center.content-module > div .button.border-white, #page section.align-center.article-header--smaller > div .button.border-white, #page section.align-center.article-meta > div .button.border-white, .media-block-centered .button.border-white, .textblock-left .button.border-white, #page section.grid.align-left > div .button.border-white, #page section.align-left.content-module > div .button.border-white, #page section.align-left.article-header--smaller > div .button.border-white, #page section.align-left.article-meta > div .button.border-white, .media-block-left .button.border-white, .textblock-right .button.border-white, #page section.grid.align-right > div .button.border-white, #page section.align-right.content-module > div .button.border-white, #page section.align-right.article-header--smaller > div .button.border-white, #page section.align-right.article-meta > div .button.border-white, .media-block-right .button.border-white, .textblock-full .button.border-white, .media-block-full .button.border-white {
          border-color: #FFFFFF; }
        .textblock button:not(.slick-arrow).bg-white, .hero2 .fs-hero-subline button:not(.slick-arrow).bg-white, .textblock-centered button:not(.slick-arrow).bg-white, #page section.grid.align-center > div button:not(.slick-arrow).bg-white, #page section.align-center.content-module > div button:not(.slick-arrow).bg-white, #page section.align-center.article-header--smaller > div button:not(.slick-arrow).bg-white, #page section.align-center.article-meta > div button:not(.slick-arrow).bg-white, .media-block-centered button:not(.slick-arrow).bg-white, .textblock-left button:not(.slick-arrow).bg-white, #page section.grid.align-left > div button:not(.slick-arrow).bg-white, #page section.align-left.content-module > div button:not(.slick-arrow).bg-white, #page section.align-left.article-header--smaller > div button:not(.slick-arrow).bg-white, #page section.align-left.article-meta > div button:not(.slick-arrow).bg-white, .media-block-left button:not(.slick-arrow).bg-white, .textblock-right button:not(.slick-arrow).bg-white, #page section.grid.align-right > div button:not(.slick-arrow).bg-white, #page section.align-right.content-module > div button:not(.slick-arrow).bg-white, #page section.align-right.article-header--smaller > div button:not(.slick-arrow).bg-white, #page section.align-right.article-meta > div button:not(.slick-arrow).bg-white, .media-block-right button:not(.slick-arrow).bg-white, .textblock-full button:not(.slick-arrow).bg-white, .media-block-full button:not(.slick-arrow).bg-white, .textblock .button.bg-white, .hero2 .fs-hero-subline .button.bg-white, .textblock-centered .button.bg-white, #page section.grid.align-center > div .button.bg-white, #page section.align-center.content-module > div .button.bg-white, #page section.align-center.article-header--smaller > div .button.bg-white, #page section.align-center.article-meta > div .button.bg-white, .media-block-centered .button.bg-white, .textblock-left .button.bg-white, #page section.grid.align-left > div .button.bg-white, #page section.align-left.content-module > div .button.bg-white, #page section.align-left.article-header--smaller > div .button.bg-white, #page section.align-left.article-meta > div .button.bg-white, .media-block-left .button.bg-white, .textblock-right .button.bg-white, #page section.grid.align-right > div .button.bg-white, #page section.align-right.content-module > div .button.bg-white, #page section.align-right.article-header--smaller > div .button.bg-white, #page section.align-right.article-meta > div .button.bg-white, .media-block-right .button.bg-white, .textblock-full .button.bg-white, .media-block-full .button.bg-white {
          background-color: white; }
        .textblock button:not(.slick-arrow):hover, .hero2 .fs-hero-subline button:not(.slick-arrow):hover, .textblock-centered button:not(.slick-arrow):hover, #page section.grid.align-center > div button:not(.slick-arrow):hover, #page section.align-center.content-module > div button:not(.slick-arrow):hover, #page section.align-center.article-header--smaller > div button:not(.slick-arrow):hover, #page section.align-center.article-meta > div button:not(.slick-arrow):hover, .media-block-centered button:not(.slick-arrow):hover, .textblock-left button:not(.slick-arrow):hover, #page section.grid.align-left > div button:not(.slick-arrow):hover, #page section.align-left.content-module > div button:not(.slick-arrow):hover, #page section.align-left.article-header--smaller > div button:not(.slick-arrow):hover, #page section.align-left.article-meta > div button:not(.slick-arrow):hover, .media-block-left button:not(.slick-arrow):hover, .textblock-right button:not(.slick-arrow):hover, #page section.grid.align-right > div button:not(.slick-arrow):hover, #page section.align-right.content-module > div button:not(.slick-arrow):hover, #page section.align-right.article-header--smaller > div button:not(.slick-arrow):hover, #page section.align-right.article-meta > div button:not(.slick-arrow):hover, .media-block-right button:not(.slick-arrow):hover, .textblock-full button:not(.slick-arrow):hover, .media-block-full button:not(.slick-arrow):hover, .textblock .button:hover, .hero2 .fs-hero-subline .button:hover, .textblock-centered .button:hover, #page section.grid.align-center > div .button:hover, #page section.align-center.content-module > div .button:hover, #page section.align-center.article-header--smaller > div .button:hover, #page section.align-center.article-meta > div .button:hover, .media-block-centered .button:hover, .textblock-left .button:hover, #page section.grid.align-left > div .button:hover, #page section.align-left.content-module > div .button:hover, #page section.align-left.article-header--smaller > div .button:hover, #page section.align-left.article-meta > div .button:hover, .media-block-left .button:hover, .textblock-right .button:hover, #page section.grid.align-right > div .button:hover, #page section.align-right.content-module > div .button:hover, #page section.align-right.article-header--smaller > div .button:hover, #page section.align-right.article-meta > div .button:hover, .media-block-right .button:hover, .textblock-full .button:hover, .media-block-full .button:hover {
          color: #ee0085;
          box-shadow: 0 0.1rem 0.3rem #ee008578; }
          .textblock button:not(.slick-arrow):hover svg *[fill='#000'], .hero2 .fs-hero-subline button:not(.slick-arrow):hover svg *[fill='#000'], .textblock-centered button:not(.slick-arrow):hover svg *[fill='#000'], #page section.grid.align-center > div button:not(.slick-arrow):hover svg *[fill='#000'], #page section.align-center.content-module > div button:not(.slick-arrow):hover svg *[fill='#000'], #page section.align-center.article-header--smaller > div button:not(.slick-arrow):hover svg *[fill='#000'], #page section.align-center.article-meta > div button:not(.slick-arrow):hover svg *[fill='#000'], .media-block-centered button:not(.slick-arrow):hover svg *[fill='#000'], .textblock-left button:not(.slick-arrow):hover svg *[fill='#000'], #page section.grid.align-left > div button:not(.slick-arrow):hover svg *[fill='#000'], #page section.align-left.content-module > div button:not(.slick-arrow):hover svg *[fill='#000'], #page section.align-left.article-header--smaller > div button:not(.slick-arrow):hover svg *[fill='#000'], #page section.align-left.article-meta > div button:not(.slick-arrow):hover svg *[fill='#000'], .media-block-left button:not(.slick-arrow):hover svg *[fill='#000'], .textblock-right button:not(.slick-arrow):hover svg *[fill='#000'], #page section.grid.align-right > div button:not(.slick-arrow):hover svg *[fill='#000'], #page section.align-right.content-module > div button:not(.slick-arrow):hover svg *[fill='#000'], #page section.align-right.article-header--smaller > div button:not(.slick-arrow):hover svg *[fill='#000'], #page section.align-right.article-meta > div button:not(.slick-arrow):hover svg *[fill='#000'], .media-block-right button:not(.slick-arrow):hover svg *[fill='#000'], .textblock-full button:not(.slick-arrow):hover svg *[fill='#000'], .media-block-full button:not(.slick-arrow):hover svg *[fill='#000'], .textblock .button:hover svg *[fill='#000'], .hero2 .fs-hero-subline .button:hover svg *[fill='#000'], .textblock-centered .button:hover svg *[fill='#000'], #page section.grid.align-center > div .button:hover svg *[fill='#000'], #page section.align-center.content-module > div .button:hover svg *[fill='#000'], #page section.align-center.article-header--smaller > div .button:hover svg *[fill='#000'], #page section.align-center.article-meta > div .button:hover svg *[fill='#000'], .media-block-centered .button:hover svg *[fill='#000'], .textblock-left .button:hover svg *[fill='#000'], #page section.grid.align-left > div .button:hover svg *[fill='#000'], #page section.align-left.content-module > div .button:hover svg *[fill='#000'], #page section.align-left.article-header--smaller > div .button:hover svg *[fill='#000'], #page section.align-left.article-meta > div .button:hover svg *[fill='#000'], .media-block-left .button:hover svg *[fill='#000'], .textblock-right .button:hover svg *[fill='#000'], #page section.grid.align-right > div .button:hover svg *[fill='#000'], #page section.align-right.content-module > div .button:hover svg *[fill='#000'], #page section.align-right.article-header--smaller > div .button:hover svg *[fill='#000'], #page section.align-right.article-meta > div .button:hover svg *[fill='#000'], .media-block-right .button:hover svg *[fill='#000'], .textblock-full .button:hover svg *[fill='#000'], .media-block-full .button:hover svg *[fill='#000'] {
            fill: #ee0085; }
        .textblock button:not(.slick-arrow):focus, .hero2 .fs-hero-subline button:not(.slick-arrow):focus, .textblock-centered button:not(.slick-arrow):focus, #page section.grid.align-center > div button:not(.slick-arrow):focus, #page section.align-center.content-module > div button:not(.slick-arrow):focus, #page section.align-center.article-header--smaller > div button:not(.slick-arrow):focus, #page section.align-center.article-meta > div button:not(.slick-arrow):focus, .media-block-centered button:not(.slick-arrow):focus, .textblock-left button:not(.slick-arrow):focus, #page section.grid.align-left > div button:not(.slick-arrow):focus, #page section.align-left.content-module > div button:not(.slick-arrow):focus, #page section.align-left.article-header--smaller > div button:not(.slick-arrow):focus, #page section.align-left.article-meta > div button:not(.slick-arrow):focus, .media-block-left button:not(.slick-arrow):focus, .textblock-right button:not(.slick-arrow):focus, #page section.grid.align-right > div button:not(.slick-arrow):focus, #page section.align-right.content-module > div button:not(.slick-arrow):focus, #page section.align-right.article-header--smaller > div button:not(.slick-arrow):focus, #page section.align-right.article-meta > div button:not(.slick-arrow):focus, .media-block-right button:not(.slick-arrow):focus, .textblock-full button:not(.slick-arrow):focus, .media-block-full button:not(.slick-arrow):focus, .textblock .button:focus, .hero2 .fs-hero-subline .button:focus, .textblock-centered .button:focus, #page section.grid.align-center > div .button:focus, #page section.align-center.content-module > div .button:focus, #page section.align-center.article-header--smaller > div .button:focus, #page section.align-center.article-meta > div .button:focus, .media-block-centered .button:focus, .textblock-left .button:focus, #page section.grid.align-left > div .button:focus, #page section.align-left.content-module > div .button:focus, #page section.align-left.article-header--smaller > div .button:focus, #page section.align-left.article-meta > div .button:focus, .media-block-left .button:focus, .textblock-right .button:focus, #page section.grid.align-right > div .button:focus, #page section.align-right.content-module > div .button:focus, #page section.align-right.article-header--smaller > div .button:focus, #page section.align-right.article-meta > div .button:focus, .media-block-right .button:focus, .textblock-full .button:focus, .media-block-full .button:focus {
          outline: 1px solid #fff;
          outline-offset: -4px; }
        .textblock button:not(.slick-arrow):active, .hero2 .fs-hero-subline button:not(.slick-arrow):active, .textblock-centered button:not(.slick-arrow):active, #page section.grid.align-center > div button:not(.slick-arrow):active, #page section.align-center.content-module > div button:not(.slick-arrow):active, #page section.align-center.article-header--smaller > div button:not(.slick-arrow):active, #page section.align-center.article-meta > div button:not(.slick-arrow):active, .media-block-centered button:not(.slick-arrow):active, .textblock-left button:not(.slick-arrow):active, #page section.grid.align-left > div button:not(.slick-arrow):active, #page section.align-left.content-module > div button:not(.slick-arrow):active, #page section.align-left.article-header--smaller > div button:not(.slick-arrow):active, #page section.align-left.article-meta > div button:not(.slick-arrow):active, .media-block-left button:not(.slick-arrow):active, .textblock-right button:not(.slick-arrow):active, #page section.grid.align-right > div button:not(.slick-arrow):active, #page section.align-right.content-module > div button:not(.slick-arrow):active, #page section.align-right.article-header--smaller > div button:not(.slick-arrow):active, #page section.align-right.article-meta > div button:not(.slick-arrow):active, .media-block-right button:not(.slick-arrow):active, .textblock-full button:not(.slick-arrow):active, .media-block-full button:not(.slick-arrow):active, .textblock .button:active, .hero2 .fs-hero-subline .button:active, .textblock-centered .button:active, #page section.grid.align-center > div .button:active, #page section.align-center.content-module > div .button:active, #page section.align-center.article-header--smaller > div .button:active, #page section.align-center.article-meta > div .button:active, .media-block-centered .button:active, .textblock-left .button:active, #page section.grid.align-left > div .button:active, #page section.align-left.content-module > div .button:active, #page section.align-left.article-header--smaller > div .button:active, #page section.align-left.article-meta > div .button:active, .media-block-left .button:active, .textblock-right .button:active, #page section.grid.align-right > div .button:active, #page section.align-right.content-module > div .button:active, #page section.align-right.article-header--smaller > div .button:active, #page section.align-right.article-meta > div .button:active, .media-block-right .button:active, .textblock-full .button:active, .media-block-full .button:active {
          color: currentColor; }
        .textblock button:not(.slick-arrow):hover:active, .hero2 .fs-hero-subline button:not(.slick-arrow):hover:active, .textblock-centered button:not(.slick-arrow):hover:active, #page section.grid.align-center > div button:not(.slick-arrow):hover:active, #page section.align-center.content-module > div button:not(.slick-arrow):hover:active, #page section.align-center.article-header--smaller > div button:not(.slick-arrow):hover:active, #page section.align-center.article-meta > div button:not(.slick-arrow):hover:active, .media-block-centered button:not(.slick-arrow):hover:active, .textblock-left button:not(.slick-arrow):hover:active, #page section.grid.align-left > div button:not(.slick-arrow):hover:active, #page section.align-left.content-module > div button:not(.slick-arrow):hover:active, #page section.align-left.article-header--smaller > div button:not(.slick-arrow):hover:active, #page section.align-left.article-meta > div button:not(.slick-arrow):hover:active, .media-block-left button:not(.slick-arrow):hover:active, .textblock-right button:not(.slick-arrow):hover:active, #page section.grid.align-right > div button:not(.slick-arrow):hover:active, #page section.align-right.content-module > div button:not(.slick-arrow):hover:active, #page section.align-right.article-header--smaller > div button:not(.slick-arrow):hover:active, #page section.align-right.article-meta > div button:not(.slick-arrow):hover:active, .media-block-right button:not(.slick-arrow):hover:active, .textblock-full button:not(.slick-arrow):hover:active, .media-block-full button:not(.slick-arrow):hover:active, .textblock .button:hover:active, .hero2 .fs-hero-subline .button:hover:active, .textblock-centered .button:hover:active, #page section.grid.align-center > div .button:hover:active, #page section.align-center.content-module > div .button:hover:active, #page section.align-center.article-header--smaller > div .button:hover:active, #page section.align-center.article-meta > div .button:hover:active, .media-block-centered .button:hover:active, .textblock-left .button:hover:active, #page section.grid.align-left > div .button:hover:active, #page section.align-left.content-module > div .button:hover:active, #page section.align-left.article-header--smaller > div .button:hover:active, #page section.align-left.article-meta > div .button:hover:active, .media-block-left .button:hover:active, .textblock-right .button:hover:active, #page section.grid.align-right > div .button:hover:active, #page section.align-right.content-module > div .button:hover:active, #page section.align-right.article-header--smaller > div .button:hover:active, #page section.align-right.article-meta > div .button:hover:active, .media-block-right .button:hover:active, .textblock-full .button:hover:active, .media-block-full .button:hover:active {
          color: #ee0085; } }
    @media (max-width: 599px) {
      .textblock button:not(.slick-arrow), .hero2 .fs-hero-subline button:not(.slick-arrow), .textblock-centered button:not(.slick-arrow), #page section.grid.align-center > div button:not(.slick-arrow), #page section.align-center.content-module > div button:not(.slick-arrow), #page section.align-center.article-header--smaller > div button:not(.slick-arrow), #page section.align-center.article-meta > div button:not(.slick-arrow), .media-block-centered button:not(.slick-arrow), .textblock-left button:not(.slick-arrow), #page section.grid.align-left > div button:not(.slick-arrow), #page section.align-left.content-module > div button:not(.slick-arrow), #page section.align-left.article-header--smaller > div button:not(.slick-arrow), #page section.align-left.article-meta > div button:not(.slick-arrow), .media-block-left button:not(.slick-arrow), .textblock-right button:not(.slick-arrow), #page section.grid.align-right > div button:not(.slick-arrow), #page section.align-right.content-module > div button:not(.slick-arrow), #page section.align-right.article-header--smaller > div button:not(.slick-arrow), #page section.align-right.article-meta > div button:not(.slick-arrow), .media-block-right button:not(.slick-arrow), .textblock-full button:not(.slick-arrow), .media-block-full button:not(.slick-arrow), .textblock .button, .hero2 .fs-hero-subline .button, .textblock-centered .button, #page section.grid.align-center > div .button, #page section.align-center.content-module > div .button, #page section.align-center.article-header--smaller > div .button, #page section.align-center.article-meta > div .button, .media-block-centered .button, .textblock-left .button, #page section.grid.align-left > div .button, #page section.align-left.content-module > div .button, #page section.align-left.article-header--smaller > div .button, #page section.align-left.article-meta > div .button, .media-block-left .button, .textblock-right .button, #page section.grid.align-right > div .button, #page section.align-right.content-module > div .button, #page section.align-right.article-header--smaller > div .button, #page section.align-right.article-meta > div .button, .media-block-right .button, .textblock-full .button, .media-block-full .button {
        display: inline-flex;
        align-items: center;
        border: none;
        color: black;
        margin: 0 0.5em 0 0;
        padding: 0.25em 0.8em 0.25em 0.8em;
        line-height: 1;
        text-decoration: none;
        cursor: pointer;
        text-align: center;
        -webkit-appearance: none;
        -moz-appearance: none;
        background-color: white;
        box-shadow: 0 0.1rem 0.3rem rgba(0, 0, 0, 0.25);
        -webkit-tap-highlight-color: transparent;
        transition: box-shadow .3s ease;
        border-radius: 16px;
        font-family: 'Lars';
        font-size: 24px;
        line-height: 1.4;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        font-size: 15px;
        line-height: 1.4;
        letter-spacing: -0.5px;
        padding: 0.45em 0.875em 0.45em 0.875em;
        border-radius: 12px;
        line-height: 1; }
        .textblock button:not(.slick-arrow).border-white, .hero2 .fs-hero-subline button:not(.slick-arrow).border-white, .textblock-centered button:not(.slick-arrow).border-white, #page section.grid.align-center > div button:not(.slick-arrow).border-white, #page section.align-center.content-module > div button:not(.slick-arrow).border-white, #page section.align-center.article-header--smaller > div button:not(.slick-arrow).border-white, #page section.align-center.article-meta > div button:not(.slick-arrow).border-white, .media-block-centered button:not(.slick-arrow).border-white, .textblock-left button:not(.slick-arrow).border-white, #page section.grid.align-left > div button:not(.slick-arrow).border-white, #page section.align-left.content-module > div button:not(.slick-arrow).border-white, #page section.align-left.article-header--smaller > div button:not(.slick-arrow).border-white, #page section.align-left.article-meta > div button:not(.slick-arrow).border-white, .media-block-left button:not(.slick-arrow).border-white, .textblock-right button:not(.slick-arrow).border-white, #page section.grid.align-right > div button:not(.slick-arrow).border-white, #page section.align-right.content-module > div button:not(.slick-arrow).border-white, #page section.align-right.article-header--smaller > div button:not(.slick-arrow).border-white, #page section.align-right.article-meta > div button:not(.slick-arrow).border-white, .media-block-right button:not(.slick-arrow).border-white, .textblock-full button:not(.slick-arrow).border-white, .media-block-full button:not(.slick-arrow).border-white, .textblock .button.border-white, .hero2 .fs-hero-subline .button.border-white, .textblock-centered .button.border-white, #page section.grid.align-center > div .button.border-white, #page section.align-center.content-module > div .button.border-white, #page section.align-center.article-header--smaller > div .button.border-white, #page section.align-center.article-meta > div .button.border-white, .media-block-centered .button.border-white, .textblock-left .button.border-white, #page section.grid.align-left > div .button.border-white, #page section.align-left.content-module > div .button.border-white, #page section.align-left.article-header--smaller > div .button.border-white, #page section.align-left.article-meta > div .button.border-white, .media-block-left .button.border-white, .textblock-right .button.border-white, #page section.grid.align-right > div .button.border-white, #page section.align-right.content-module > div .button.border-white, #page section.align-right.article-header--smaller > div .button.border-white, #page section.align-right.article-meta > div .button.border-white, .media-block-right .button.border-white, .textblock-full .button.border-white, .media-block-full .button.border-white {
          border-color: #FFFFFF; }
        .textblock button:not(.slick-arrow).bg-white, .hero2 .fs-hero-subline button:not(.slick-arrow).bg-white, .textblock-centered button:not(.slick-arrow).bg-white, #page section.grid.align-center > div button:not(.slick-arrow).bg-white, #page section.align-center.content-module > div button:not(.slick-arrow).bg-white, #page section.align-center.article-header--smaller > div button:not(.slick-arrow).bg-white, #page section.align-center.article-meta > div button:not(.slick-arrow).bg-white, .media-block-centered button:not(.slick-arrow).bg-white, .textblock-left button:not(.slick-arrow).bg-white, #page section.grid.align-left > div button:not(.slick-arrow).bg-white, #page section.align-left.content-module > div button:not(.slick-arrow).bg-white, #page section.align-left.article-header--smaller > div button:not(.slick-arrow).bg-white, #page section.align-left.article-meta > div button:not(.slick-arrow).bg-white, .media-block-left button:not(.slick-arrow).bg-white, .textblock-right button:not(.slick-arrow).bg-white, #page section.grid.align-right > div button:not(.slick-arrow).bg-white, #page section.align-right.content-module > div button:not(.slick-arrow).bg-white, #page section.align-right.article-header--smaller > div button:not(.slick-arrow).bg-white, #page section.align-right.article-meta > div button:not(.slick-arrow).bg-white, .media-block-right button:not(.slick-arrow).bg-white, .textblock-full button:not(.slick-arrow).bg-white, .media-block-full button:not(.slick-arrow).bg-white, .textblock .button.bg-white, .hero2 .fs-hero-subline .button.bg-white, .textblock-centered .button.bg-white, #page section.grid.align-center > div .button.bg-white, #page section.align-center.content-module > div .button.bg-white, #page section.align-center.article-header--smaller > div .button.bg-white, #page section.align-center.article-meta > div .button.bg-white, .media-block-centered .button.bg-white, .textblock-left .button.bg-white, #page section.grid.align-left > div .button.bg-white, #page section.align-left.content-module > div .button.bg-white, #page section.align-left.article-header--smaller > div .button.bg-white, #page section.align-left.article-meta > div .button.bg-white, .media-block-left .button.bg-white, .textblock-right .button.bg-white, #page section.grid.align-right > div .button.bg-white, #page section.align-right.content-module > div .button.bg-white, #page section.align-right.article-header--smaller > div .button.bg-white, #page section.align-right.article-meta > div .button.bg-white, .media-block-right .button.bg-white, .textblock-full .button.bg-white, .media-block-full .button.bg-white {
          background-color: white; }
        .textblock button:not(.slick-arrow):hover, .hero2 .fs-hero-subline button:not(.slick-arrow):hover, .textblock-centered button:not(.slick-arrow):hover, #page section.grid.align-center > div button:not(.slick-arrow):hover, #page section.align-center.content-module > div button:not(.slick-arrow):hover, #page section.align-center.article-header--smaller > div button:not(.slick-arrow):hover, #page section.align-center.article-meta > div button:not(.slick-arrow):hover, .media-block-centered button:not(.slick-arrow):hover, .textblock-left button:not(.slick-arrow):hover, #page section.grid.align-left > div button:not(.slick-arrow):hover, #page section.align-left.content-module > div button:not(.slick-arrow):hover, #page section.align-left.article-header--smaller > div button:not(.slick-arrow):hover, #page section.align-left.article-meta > div button:not(.slick-arrow):hover, .media-block-left button:not(.slick-arrow):hover, .textblock-right button:not(.slick-arrow):hover, #page section.grid.align-right > div button:not(.slick-arrow):hover, #page section.align-right.content-module > div button:not(.slick-arrow):hover, #page section.align-right.article-header--smaller > div button:not(.slick-arrow):hover, #page section.align-right.article-meta > div button:not(.slick-arrow):hover, .media-block-right button:not(.slick-arrow):hover, .textblock-full button:not(.slick-arrow):hover, .media-block-full button:not(.slick-arrow):hover, .textblock .button:hover, .hero2 .fs-hero-subline .button:hover, .textblock-centered .button:hover, #page section.grid.align-center > div .button:hover, #page section.align-center.content-module > div .button:hover, #page section.align-center.article-header--smaller > div .button:hover, #page section.align-center.article-meta > div .button:hover, .media-block-centered .button:hover, .textblock-left .button:hover, #page section.grid.align-left > div .button:hover, #page section.align-left.content-module > div .button:hover, #page section.align-left.article-header--smaller > div .button:hover, #page section.align-left.article-meta > div .button:hover, .media-block-left .button:hover, .textblock-right .button:hover, #page section.grid.align-right > div .button:hover, #page section.align-right.content-module > div .button:hover, #page section.align-right.article-header--smaller > div .button:hover, #page section.align-right.article-meta > div .button:hover, .media-block-right .button:hover, .textblock-full .button:hover, .media-block-full .button:hover {
          color: #ee0085;
          box-shadow: 0 0.1rem 0.3rem #ee008578; }
          .textblock button:not(.slick-arrow):hover svg *[fill='#000'], .hero2 .fs-hero-subline button:not(.slick-arrow):hover svg *[fill='#000'], .textblock-centered button:not(.slick-arrow):hover svg *[fill='#000'], #page section.grid.align-center > div button:not(.slick-arrow):hover svg *[fill='#000'], #page section.align-center.content-module > div button:not(.slick-arrow):hover svg *[fill='#000'], #page section.align-center.article-header--smaller > div button:not(.slick-arrow):hover svg *[fill='#000'], #page section.align-center.article-meta > div button:not(.slick-arrow):hover svg *[fill='#000'], .media-block-centered button:not(.slick-arrow):hover svg *[fill='#000'], .textblock-left button:not(.slick-arrow):hover svg *[fill='#000'], #page section.grid.align-left > div button:not(.slick-arrow):hover svg *[fill='#000'], #page section.align-left.content-module > div button:not(.slick-arrow):hover svg *[fill='#000'], #page section.align-left.article-header--smaller > div button:not(.slick-arrow):hover svg *[fill='#000'], #page section.align-left.article-meta > div button:not(.slick-arrow):hover svg *[fill='#000'], .media-block-left button:not(.slick-arrow):hover svg *[fill='#000'], .textblock-right button:not(.slick-arrow):hover svg *[fill='#000'], #page section.grid.align-right > div button:not(.slick-arrow):hover svg *[fill='#000'], #page section.align-right.content-module > div button:not(.slick-arrow):hover svg *[fill='#000'], #page section.align-right.article-header--smaller > div button:not(.slick-arrow):hover svg *[fill='#000'], #page section.align-right.article-meta > div button:not(.slick-arrow):hover svg *[fill='#000'], .media-block-right button:not(.slick-arrow):hover svg *[fill='#000'], .textblock-full button:not(.slick-arrow):hover svg *[fill='#000'], .media-block-full button:not(.slick-arrow):hover svg *[fill='#000'], .textblock .button:hover svg *[fill='#000'], .hero2 .fs-hero-subline .button:hover svg *[fill='#000'], .textblock-centered .button:hover svg *[fill='#000'], #page section.grid.align-center > div .button:hover svg *[fill='#000'], #page section.align-center.content-module > div .button:hover svg *[fill='#000'], #page section.align-center.article-header--smaller > div .button:hover svg *[fill='#000'], #page section.align-center.article-meta > div .button:hover svg *[fill='#000'], .media-block-centered .button:hover svg *[fill='#000'], .textblock-left .button:hover svg *[fill='#000'], #page section.grid.align-left > div .button:hover svg *[fill='#000'], #page section.align-left.content-module > div .button:hover svg *[fill='#000'], #page section.align-left.article-header--smaller > div .button:hover svg *[fill='#000'], #page section.align-left.article-meta > div .button:hover svg *[fill='#000'], .media-block-left .button:hover svg *[fill='#000'], .textblock-right .button:hover svg *[fill='#000'], #page section.grid.align-right > div .button:hover svg *[fill='#000'], #page section.align-right.content-module > div .button:hover svg *[fill='#000'], #page section.align-right.article-header--smaller > div .button:hover svg *[fill='#000'], #page section.align-right.article-meta > div .button:hover svg *[fill='#000'], .media-block-right .button:hover svg *[fill='#000'], .textblock-full .button:hover svg *[fill='#000'], .media-block-full .button:hover svg *[fill='#000'] {
            fill: #ee0085; }
        .textblock button:not(.slick-arrow):focus, .hero2 .fs-hero-subline button:not(.slick-arrow):focus, .textblock-centered button:not(.slick-arrow):focus, #page section.grid.align-center > div button:not(.slick-arrow):focus, #page section.align-center.content-module > div button:not(.slick-arrow):focus, #page section.align-center.article-header--smaller > div button:not(.slick-arrow):focus, #page section.align-center.article-meta > div button:not(.slick-arrow):focus, .media-block-centered button:not(.slick-arrow):focus, .textblock-left button:not(.slick-arrow):focus, #page section.grid.align-left > div button:not(.slick-arrow):focus, #page section.align-left.content-module > div button:not(.slick-arrow):focus, #page section.align-left.article-header--smaller > div button:not(.slick-arrow):focus, #page section.align-left.article-meta > div button:not(.slick-arrow):focus, .media-block-left button:not(.slick-arrow):focus, .textblock-right button:not(.slick-arrow):focus, #page section.grid.align-right > div button:not(.slick-arrow):focus, #page section.align-right.content-module > div button:not(.slick-arrow):focus, #page section.align-right.article-header--smaller > div button:not(.slick-arrow):focus, #page section.align-right.article-meta > div button:not(.slick-arrow):focus, .media-block-right button:not(.slick-arrow):focus, .textblock-full button:not(.slick-arrow):focus, .media-block-full button:not(.slick-arrow):focus, .textblock .button:focus, .hero2 .fs-hero-subline .button:focus, .textblock-centered .button:focus, #page section.grid.align-center > div .button:focus, #page section.align-center.content-module > div .button:focus, #page section.align-center.article-header--smaller > div .button:focus, #page section.align-center.article-meta > div .button:focus, .media-block-centered .button:focus, .textblock-left .button:focus, #page section.grid.align-left > div .button:focus, #page section.align-left.content-module > div .button:focus, #page section.align-left.article-header--smaller > div .button:focus, #page section.align-left.article-meta > div .button:focus, .media-block-left .button:focus, .textblock-right .button:focus, #page section.grid.align-right > div .button:focus, #page section.align-right.content-module > div .button:focus, #page section.align-right.article-header--smaller > div .button:focus, #page section.align-right.article-meta > div .button:focus, .media-block-right .button:focus, .textblock-full .button:focus, .media-block-full .button:focus {
          outline: 1px solid #fff;
          outline-offset: -4px; }
        .textblock button:not(.slick-arrow):active, .hero2 .fs-hero-subline button:not(.slick-arrow):active, .textblock-centered button:not(.slick-arrow):active, #page section.grid.align-center > div button:not(.slick-arrow):active, #page section.align-center.content-module > div button:not(.slick-arrow):active, #page section.align-center.article-header--smaller > div button:not(.slick-arrow):active, #page section.align-center.article-meta > div button:not(.slick-arrow):active, .media-block-centered button:not(.slick-arrow):active, .textblock-left button:not(.slick-arrow):active, #page section.grid.align-left > div button:not(.slick-arrow):active, #page section.align-left.content-module > div button:not(.slick-arrow):active, #page section.align-left.article-header--smaller > div button:not(.slick-arrow):active, #page section.align-left.article-meta > div button:not(.slick-arrow):active, .media-block-left button:not(.slick-arrow):active, .textblock-right button:not(.slick-arrow):active, #page section.grid.align-right > div button:not(.slick-arrow):active, #page section.align-right.content-module > div button:not(.slick-arrow):active, #page section.align-right.article-header--smaller > div button:not(.slick-arrow):active, #page section.align-right.article-meta > div button:not(.slick-arrow):active, .media-block-right button:not(.slick-arrow):active, .textblock-full button:not(.slick-arrow):active, .media-block-full button:not(.slick-arrow):active, .textblock .button:active, .hero2 .fs-hero-subline .button:active, .textblock-centered .button:active, #page section.grid.align-center > div .button:active, #page section.align-center.content-module > div .button:active, #page section.align-center.article-header--smaller > div .button:active, #page section.align-center.article-meta > div .button:active, .media-block-centered .button:active, .textblock-left .button:active, #page section.grid.align-left > div .button:active, #page section.align-left.content-module > div .button:active, #page section.align-left.article-header--smaller > div .button:active, #page section.align-left.article-meta > div .button:active, .media-block-left .button:active, .textblock-right .button:active, #page section.grid.align-right > div .button:active, #page section.align-right.content-module > div .button:active, #page section.align-right.article-header--smaller > div .button:active, #page section.align-right.article-meta > div .button:active, .media-block-right .button:active, .textblock-full .button:active, .media-block-full .button:active {
          color: currentColor; }
        .textblock button:not(.slick-arrow):hover:active, .hero2 .fs-hero-subline button:not(.slick-arrow):hover:active, .textblock-centered button:not(.slick-arrow):hover:active, #page section.grid.align-center > div button:not(.slick-arrow):hover:active, #page section.align-center.content-module > div button:not(.slick-arrow):hover:active, #page section.align-center.article-header--smaller > div button:not(.slick-arrow):hover:active, #page section.align-center.article-meta > div button:not(.slick-arrow):hover:active, .media-block-centered button:not(.slick-arrow):hover:active, .textblock-left button:not(.slick-arrow):hover:active, #page section.grid.align-left > div button:not(.slick-arrow):hover:active, #page section.align-left.content-module > div button:not(.slick-arrow):hover:active, #page section.align-left.article-header--smaller > div button:not(.slick-arrow):hover:active, #page section.align-left.article-meta > div button:not(.slick-arrow):hover:active, .media-block-left button:not(.slick-arrow):hover:active, .textblock-right button:not(.slick-arrow):hover:active, #page section.grid.align-right > div button:not(.slick-arrow):hover:active, #page section.align-right.content-module > div button:not(.slick-arrow):hover:active, #page section.align-right.article-header--smaller > div button:not(.slick-arrow):hover:active, #page section.align-right.article-meta > div button:not(.slick-arrow):hover:active, .media-block-right button:not(.slick-arrow):hover:active, .textblock-full button:not(.slick-arrow):hover:active, .media-block-full button:not(.slick-arrow):hover:active, .textblock .button:hover:active, .hero2 .fs-hero-subline .button:hover:active, .textblock-centered .button:hover:active, #page section.grid.align-center > div .button:hover:active, #page section.align-center.content-module > div .button:hover:active, #page section.align-center.article-header--smaller > div .button:hover:active, #page section.align-center.article-meta > div .button:hover:active, .media-block-centered .button:hover:active, .textblock-left .button:hover:active, #page section.grid.align-left > div .button:hover:active, #page section.align-left.content-module > div .button:hover:active, #page section.align-left.article-header--smaller > div .button:hover:active, #page section.align-left.article-meta > div .button:hover:active, .media-block-left .button:hover:active, .textblock-right .button:hover:active, #page section.grid.align-right > div .button:hover:active, #page section.align-right.content-module > div .button:hover:active, #page section.align-right.article-header--smaller > div .button:hover:active, #page section.align-right.article-meta > div .button:hover:active, .media-block-right .button:hover:active, .textblock-full .button:hover:active, .media-block-full .button:hover:active {
          color: #ee0085; } }
  .textblock a:not(.no-ul):not(.download):not(.expand-down), .hero2 .fs-hero-subline a:not(.no-ul):not(.download):not(.expand-down), .textblock-centered a:not(.no-ul):not(.download):not(.expand-down), #page section.grid.align-center > div a:not(.no-ul):not(.download):not(.expand-down), #page section.align-center.content-module > div a:not(.no-ul):not(.download):not(.expand-down), #page section.align-center.article-header--smaller > div a:not(.no-ul):not(.download):not(.expand-down), #page section.align-center.article-meta > div a:not(.no-ul):not(.download):not(.expand-down), .media-block-centered a:not(.no-ul):not(.download):not(.expand-down), .textblock-left a:not(.no-ul):not(.download):not(.expand-down), #page section.grid.align-left > div a:not(.no-ul):not(.download):not(.expand-down), #page section.align-left.content-module > div a:not(.no-ul):not(.download):not(.expand-down), #page section.align-left.article-header--smaller > div a:not(.no-ul):not(.download):not(.expand-down), #page section.align-left.article-meta > div a:not(.no-ul):not(.download):not(.expand-down), .media-block-left a:not(.no-ul):not(.download):not(.expand-down), .textblock-right a:not(.no-ul):not(.download):not(.expand-down), #page section.grid.align-right > div a:not(.no-ul):not(.download):not(.expand-down), #page section.align-right.content-module > div a:not(.no-ul):not(.download):not(.expand-down), #page section.align-right.article-header--smaller > div a:not(.no-ul):not(.download):not(.expand-down), #page section.align-right.article-meta > div a:not(.no-ul):not(.download):not(.expand-down), .media-block-right a:not(.no-ul):not(.download):not(.expand-down), .textblock-full a:not(.no-ul):not(.download):not(.expand-down), .media-block-full a:not(.no-ul):not(.download):not(.expand-down) {
    text-decoration: underline; }
    .textblock a:not(.no-ul):not(.download):not(.expand-down):hover, .hero2 .fs-hero-subline a:not(.no-ul):not(.download):not(.expand-down):hover, .textblock-centered a:not(.no-ul):not(.download):not(.expand-down):hover, #page section.grid.align-center > div a:not(.no-ul):not(.download):not(.expand-down):hover, #page section.align-center.content-module > div a:not(.no-ul):not(.download):not(.expand-down):hover, #page section.align-center.article-header--smaller > div a:not(.no-ul):not(.download):not(.expand-down):hover, #page section.align-center.article-meta > div a:not(.no-ul):not(.download):not(.expand-down):hover, .media-block-centered a:not(.no-ul):not(.download):not(.expand-down):hover, .textblock-left a:not(.no-ul):not(.download):not(.expand-down):hover, #page section.grid.align-left > div a:not(.no-ul):not(.download):not(.expand-down):hover, #page section.align-left.content-module > div a:not(.no-ul):not(.download):not(.expand-down):hover, #page section.align-left.article-header--smaller > div a:not(.no-ul):not(.download):not(.expand-down):hover, #page section.align-left.article-meta > div a:not(.no-ul):not(.download):not(.expand-down):hover, .media-block-left a:not(.no-ul):not(.download):not(.expand-down):hover, .textblock-right a:not(.no-ul):not(.download):not(.expand-down):hover, #page section.grid.align-right > div a:not(.no-ul):not(.download):not(.expand-down):hover, #page section.align-right.content-module > div a:not(.no-ul):not(.download):not(.expand-down):hover, #page section.align-right.article-header--smaller > div a:not(.no-ul):not(.download):not(.expand-down):hover, #page section.align-right.article-meta > div a:not(.no-ul):not(.download):not(.expand-down):hover, .media-block-right a:not(.no-ul):not(.download):not(.expand-down):hover, .textblock-full a:not(.no-ul):not(.download):not(.expand-down):hover, .media-block-full a:not(.no-ul):not(.download):not(.expand-down):hover {
      text-decoration-color: #ee0085; }

@media (max-width: 599px) {
  .textblock-centered, #page section.grid.align-center > div, #page section.align-center.content-module > div, #page section.align-center.article-header--smaller > div, #page section.align-center.article-meta > div, .media-block-centered {
    min-width: 0;
    grid-column-start: 1;
    grid-column-end: span 2;
    box-sizing: border-box; } }

@media (min-width: 600px) and (max-width: 899px) {
  .textblock-centered, #page section.grid.align-center > div, #page section.align-center.content-module > div, #page section.align-center.article-header--smaller > div, #page section.align-center.article-meta > div, .media-block-centered {
    min-width: 0;
    grid-column-start: 1;
    grid-column-end: span 4;
    box-sizing: border-box; } }

@media (min-width: 900px) and (max-width: 1199px) {
  .textblock-centered, #page section.grid.align-center > div, #page section.align-center.content-module > div, #page section.align-center.article-header--smaller > div, #page section.align-center.article-meta > div, .media-block-centered {
    min-width: 0;
    grid-column-start: 1;
    grid-column-end: span 3;
    box-sizing: border-box; } }

@media (min-width: 1200px) {
  .textblock-centered, #page section.grid.align-center > div, #page section.align-center.content-module > div, #page section.align-center.article-header--smaller > div, #page section.align-center.article-meta > div, .media-block-centered {
    min-width: 0;
    grid-column-start: 2;
    grid-column-end: span 4;
    box-sizing: border-box; } }

@media (min-width: 1800px) {
  .textblock-centered, #page section.grid.align-center > div, #page section.align-center.content-module > div, #page section.align-center.article-header--smaller > div, #page section.align-center.article-meta > div, .media-block-centered {
    min-width: 0;
    grid-column-start: 3;
    grid-column-end: span 4;
    box-sizing: border-box; } }

.textblock-left, #page section.grid.align-left > div, #page section.align-left.content-module > div, #page section.align-left.article-header--smaller > div, #page section.align-left.article-meta > div, .media-block-left {
  min-width: 0;
  grid-column-start: 1;
  grid-column-end: span 4;
  box-sizing: border-box; }
  @media (max-width: 599px) {
    .textblock-left, #page section.grid.align-left > div, #page section.align-left.content-module > div, #page section.align-left.article-header--smaller > div, #page section.align-left.article-meta > div, .media-block-left {
      min-width: 0;
      grid-column-start: 1;
      grid-column-end: span 2;
      box-sizing: border-box; } }
  @media (min-width: 600px) and (max-width: 899px) {
    .textblock-left, #page section.grid.align-left > div, #page section.align-left.content-module > div, #page section.align-left.article-header--smaller > div, #page section.align-left.article-meta > div, .media-block-left {
      min-width: 0;
      grid-column-start: 1;
      grid-column-end: span 4;
      box-sizing: border-box; } }
  @media (min-width: 900px) and (max-width: 1199px) {
    .textblock-left, #page section.grid.align-left > div, #page section.align-left.content-module > div, #page section.align-left.article-header--smaller > div, #page section.align-left.article-meta > div, .media-block-left {
      min-width: 0;
      grid-column-start: 1;
      grid-column-end: span 3;
      box-sizing: border-box; } }
  @media (min-width: 1200px) {
    .textblock-left, #page section.grid.align-left > div, #page section.align-left.content-module > div, #page section.align-left.article-header--smaller > div, #page section.align-left.article-meta > div, .media-block-left {
      min-width: 0;
      grid-column-start: 1;
      grid-column-end: span 4;
      box-sizing: border-box; } }
  @media (min-width: 1800px) {
    .textblock-left, #page section.grid.align-left > div, #page section.align-left.content-module > div, #page section.align-left.article-header--smaller > div, #page section.align-left.article-meta > div, .media-block-left {
      min-width: 0;
      grid-column-start: 1;
      grid-column-end: span 4;
      box-sizing: border-box; } }

.textblock-right, #page section.grid.align-right > div, #page section.align-right.content-module > div, #page section.align-right.article-header--smaller > div, #page section.align-right.article-meta > div, .media-block-right {
  min-width: 0;
  grid-column-start: 3;
  grid-column-end: span 4;
  box-sizing: border-box;
  min-width: 0;
  grid-column-start: 1;
  grid-column-end: span 4;
  box-sizing: border-box; }
  @media (max-width: 599px) {
    .textblock-right, #page section.grid.align-right > div, #page section.align-right.content-module > div, #page section.align-right.article-header--smaller > div, #page section.align-right.article-meta > div, .media-block-right {
      min-width: 0;
      grid-column-start: 1;
      grid-column-end: span 2;
      box-sizing: border-box; } }
  @media (min-width: 600px) {
    .textblock-right, #page section.grid.align-right > div, #page section.align-right.content-module > div, #page section.align-right.article-header--smaller > div, #page section.align-right.article-meta > div, .media-block-right {
      min-width: 0;
      grid-column-start: 2;
      grid-column-end: span 3;
      box-sizing: border-box; } }
  @media (min-width: 1200px) {
    .textblock-right, #page section.grid.align-right > div, #page section.align-right.content-module > div, #page section.align-right.article-header--smaller > div, #page section.align-right.article-meta > div, .media-block-right {
      min-width: 0;
      grid-column-start: 3;
      grid-column-end: span 4;
      box-sizing: border-box; } }
  @media (min-width: 1800px) {
    .textblock-right, #page section.grid.align-right > div, #page section.align-right.content-module > div, #page section.align-right.article-header--smaller > div, #page section.align-right.article-meta > div, .media-block-right {
      min-width: 0;
      grid-column-start: 4;
      grid-column-end: span 4;
      box-sizing: border-box; } }

.textblock-full, .media-block-full {
  grid-column-end: -1; }

.fullwidth figure, .Teaser-section figure, .news-overview figure, .fullwidth-list figure, .programmes-overview figure {
  width: 100%;
  margin: 0; }

.info-list h2, .project-page #page .project-information-details > div h2, .project-page #page #content-overlay .project-information-details > div h2, #content-overlay .project-information-details > div h2, #content-overlay #content-overlay .project-information-details > div h2 {
  margin: 1.5em 0 0.75em 0; }

@media (max-width: 599px) {
  .info-list dt, .project-page #page .project-information-details > div dt, .project-page #page #content-overlay .project-information-details > div dt, #content-overlay .project-information-details > div dt, #content-overlay #content-overlay .project-information-details > div dt {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 19px;
    line-height: 1.37;
    letter-spacing: -0.6px; } }

@media (min-width: 600px) {
  .info-list dt, .project-page #page .project-information-details > div dt, .project-page #page #content-overlay .project-information-details > div dt, #content-overlay .project-information-details > div dt, #content-overlay #content-overlay .project-information-details > div dt {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 24px;
    line-height: 1.33;
    letter-spacing: -1px; } }

@media (min-width: 1200px) {
  .info-list dt, .project-page #page .project-information-details > div dt, .project-page #page #content-overlay .project-information-details > div dt, #content-overlay .project-information-details > div dt, #content-overlay #content-overlay .project-information-details > div dt {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 30px;
    line-height: 1.33;
    letter-spacing: -1.2px; } }

.info-list dd, .project-page #page .project-information-details > div dd, .project-page #page #content-overlay .project-information-details > div dd, #content-overlay .project-information-details > div dd, #content-overlay #content-overlay .project-information-details > div dd {
  margin-left: 0;
  margin-bottom: 1em; }
  @media (max-width: 599px) {
    .info-list dd, .project-page #page .project-information-details > div dd, .project-page #page #content-overlay .project-information-details > div dd, #content-overlay .project-information-details > div dd, #content-overlay #content-overlay .project-information-details > div dd {
      font-family: 'Panama';
      font-size: 26px;
      line-height: 1.16;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 21px;
      line-height: 1.24;
      letter-spacing: -0.6px; } }
  @media (min-width: 600px) {
    .info-list dd, .project-page #page .project-information-details > div dd, .project-page #page #content-overlay .project-information-details > div dd, #content-overlay .project-information-details > div dd, #content-overlay #content-overlay .project-information-details > div dd {
      font-family: 'Panama';
      font-size: 26px;
      line-height: 1.16;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 26px;
      line-height: 1.25;
      letter-spacing: -0.9px; } }
  @media (min-width: 1200px) {
    .info-list dd, .project-page #page .project-information-details > div dd, .project-page #page #content-overlay .project-information-details > div dd, #content-overlay .project-information-details > div dd, #content-overlay #content-overlay .project-information-details > div dd {
      font-family: 'Panama';
      font-size: 26px;
      line-height: 1.16;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 32px;
      line-height: 1.25;
      letter-spacing: -0.9px; } }

.info-list dd:last-child, .project-page #page .project-information-details > div dd:last-child, .project-page #page #content-overlay .project-information-details > div dd:last-child, #content-overlay .project-information-details > div dd:last-child, #content-overlay #content-overlay .project-information-details > div dd:last-child {
  margin-bottom: 0; }

@media (max-width: 899px) {
  .info-list, .project-page #page .project-information-details > div, .project-page #page #content-overlay .project-information-details > div, #content-overlay .project-information-details > div, #content-overlay #content-overlay .project-information-details > div {
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 19px;
    line-height: 1.37;
    letter-spacing: -0.6px; }
    .info-list dt, .project-page #page .project-information-details > div dt, .project-page #page #content-overlay .project-information-details > div dt, #content-overlay .project-information-details > div dt, #content-overlay #content-overlay .project-information-details > div dt {
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 19px;
      line-height: 1.37;
      letter-spacing: -0.6px; }
    .info-list dd, .project-page #page .project-information-details > div dd, .project-page #page #content-overlay .project-information-details > div dd, #content-overlay .project-information-details > div dd, #content-overlay #content-overlay .project-information-details > div dd {
      font-family: 'Panama';
      font-size: 26px;
      line-height: 1.16;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 21px;
      line-height: 1.24;
      letter-spacing: -0.6px; } }

.info-list .info-list_action p, .project-page #page .project-information-details > div .info-list_action p, .project-page #page #content-overlay .project-information-details > div .info-list_action p, #content-overlay .project-information-details > div .info-list_action p, #content-overlay #content-overlay .project-information-details > div .info-list_action p {
  max-width: 400px; }

.search-select-container {
  overflow-x: hidden;
  overflow-y: auto;
  white-space: nowrap; }
  .search-select-container .optionfacet {
    margin-left: 10px; }

/*
.slideshow kann im layout dargestellt werden
.slideshow.lightbox ist eine fullscreen slideshow
*/
.lightbox {
  background-color: #dfdde1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  visibility: hidden;
  transition: visibility 0.1s linear 0.5s;
  z-index: 200; }
  .lightbox .embed-container {
    height: 100%;
    width: 100%;
    position: relative; }
    @media (max-width: 899px) {
      .lightbox .embed-container {
        transform: translateY(25%); } }
    @media (min-width: 1200px) {
      .lightbox .embed-container {
        padding: 5% 12.5%; } }
  .lightbox .slideshowimages {
    opacity: 0;
    transition: opacity .5s linear; }
  .lightbox .slideshowcaptions-wrapper {
    opacity: 0;
    transition: opacity .5s linear;
    background-color: white; }
  .lightbox .close-gfx {
    display: inline-block;
    position: absolute;
    right: calc(var(--gutter) /2);
    top: calc(var(--gutter) / 2);
    cursor: pointer;
    z-index: 30; }
    .lightbox .close-gfx:before, .lightbox .close-gfx:after {
      height: 2px; }

.lightbox.on {
  visibility: visible;
  transition: visibility 0s; }
  .lightbox.on .slideshowimages {
    opacity: 1; }
  .lightbox.on .slideshowcaptions-wrapper {
    opacity: 1;
    background-color: white; }

.open-lightbox {
  margin-bottom: 1em; }

.slideshow {
  display: flex;
  flex-direction: column;
  width: 100%; }
  @media (min-width: 1200px) {
    .slideshow.medium-width {
      width: 64%; } }
  @media (min-width: 1800px) {
    .slideshow.medium-width {
      width: 73%; } }
  .slideshow .slideshowimages {
    height: 0 !important;
    padding-top: 56.25%;
    padding-top: 66.66667%;
    flex-grow: 1;
    position: relative; }
    .slideshow .slideshowimages .slick-list {
      position: absolute;
      top: 0;
      width: 100%;
      height: 100%; }
    .slideshow .slideshowimages .slick-track,
    .slideshow .slideshowimages .slick-slide,
    .slideshow .slideshowimages .slick-slide > div {
      height: 100%;
      overflow: hidden; }
    .slideshow .slideshowimages .img-wrapper {
      display: flex;
      flex-direction: column;
      align-items: center;
      height: 100%;
      overflow: hidden; }
      .slideshow .slideshowimages .img-wrapper img {
        flex-grow: 0;
        object-fit: contain;
        width: 100%;
        height: 100%; }
  .slideshow .slideshowcaptions-wrapper {
    bottom: 0;
    left: 0;
    width: 100%;
    flex-grow: 0;
    position: relative; }
    .slideshow .slideshowcaptions-wrapper .slideshowcaptions {
      background: white;
      width: 90%;
      padding: 0.5em;
      padding-left: 0;
      padding-right: 0;
      font-family: 'Panama';
      font-size: 26px;
      line-height: 1.16;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 21px;
      line-height: 1.24;
      letter-spacing: -0.6px; }
    .slideshow .slideshowcaptions-wrapper .slideshowcounter {
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 19px;
      line-height: 1.37;
      letter-spacing: -0.6px;
      position: absolute;
      top: .5em;
      right: 0; }
  .slideshow .slick-prev {
    cursor: url("../gfx/arrow-prev.svg") 12 12, auto; }
  .slideshow .slick-next {
    cursor: url("../gfx/arrow-next.svg") 12 12, auto; }
  .slideshow .slick-prev, .slideshow .slick-next {
    margin: 0;
    width: 33%;
    height: 100%;
    z-index: 20;
    box-shadow: none; }
    .slideshow .slick-prev:before, .slideshow .slick-next:before {
      display: none; }
  .slideshow .slick-dots {
    bottom: 0.5em; }
    .slideshow .slick-dots button:before {
      color: gray;
      font-size: 10px;
      opacity: 0.4; }
    .slideshow .slick-dots .slick-active button:before {
      color: gray;
      opacity: 0.8; }
  .slideshow .slick-dotted.slick-slider {
    margin-bottom: 0; }
  .slideshow .close-gfx {
    display: none; }

.slideshow.lightbox-enabled .img-wrapper {
  cursor: zoom-in; }

.slideshow.lightbox {
  height: 100vh;
  width: 100%; }
  @media (max-width: 599px) {
    .slideshow.lightbox {
      height: 100%; } }
  .slideshow.lightbox .slideshowimages {
    height: auto;
    padding-top: 0; }
  .slideshow.lightbox .slick-slide > div > div {
    height: 100%; }
  .slideshow.lightbox .slideshowcaptions-wrapper .slideshowcaptions {
    padding-right: 5em;
    min-height: 80px; }
    @media (max-width: 599px) {
      .slideshow.lightbox .slideshowcaptions-wrapper .slideshowcaptions {
        padding-left: 4vw; } }
    @media (min-width: 600px) and (max-width: 899px) {
      .slideshow.lightbox .slideshowcaptions-wrapper .slideshowcaptions {
        padding-left: 5.46875vw; } }
    @media (min-width: 900px) and (max-width: 1199px) {
      .slideshow.lightbox .slideshowcaptions-wrapper .slideshowcaptions {
        padding-left: 5.46875vw; } }
    @media (min-width: 1200px) and (max-width: 1799px) {
      .slideshow.lightbox .slideshowcaptions-wrapper .slideshowcaptions {
        padding-left: 3.66013vw; } }
    @media (min-width: 1800px) {
      .slideshow.lightbox .slideshowcaptions-wrapper .slideshowcaptions {
        padding-left: 2.8646vw; } }
  .slideshow.lightbox .close-gfx {
    display: inline-block;
    transition: transform .3s ease; }
    .slideshow.lightbox .close-gfx:before, .slideshow.lightbox .close-gfx:after {
      background: black; }

.slideshow-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0 !important;
  margin-right: 0 !important; }
  @media (max-width: 599px) {
    .slideshow-wrapper .slideshow {
      min-width: 0;
      grid-column-start: 1;
      grid-column-end: span 2;
      box-sizing: border-box; } }
  @media (min-width: 600px) and (max-width: 899px) {
    .slideshow-wrapper .slideshow {
      min-width: 0;
      grid-column-start: 1;
      grid-column-end: span 4;
      box-sizing: border-box; } }
  @media (min-width: 900px) and (max-width: 1199px) {
    .slideshow-wrapper .slideshow {
      min-width: 0;
      grid-column-start: 1;
      grid-column-end: span 3;
      box-sizing: border-box; } }
  @media (min-width: 1200px) {
    .slideshow-wrapper .slideshow {
      min-width: 0;
      grid-column-start: 2;
      grid-column-end: span 4;
      box-sizing: border-box; } }
  @media (min-width: 1800px) {
    .slideshow-wrapper .slideshow {
      min-width: 0;
      grid-column-start: 3;
      grid-column-end: span 4;
      box-sizing: border-box; } }

/*
.slideshow.align-center{
  @include block-align-center();
  padding:0 !important;

  button.slick-arrow{
    box-shadow:none;
    width:75%;
    opacity:0.5;
    height:100%;
  }
}
.slideshow.align-left{
  @include block-align-left();
  padding:0 !important;
}
.slideshow.align-right{
  @include block-align-right();
  padding:0 !important;
}
.slideshow.left{
  grid-column-start:1;
}
.slideshow.right{
  @include for-phone-only{
    grid-column-start:1;
  }
  @include for-tablet-landscape-down{
    grid-column-start:1;
  }
  @include for-desktop-only{
    grid-column-start:2;
  }
  @include for-big-desktop-up{
    grid-column-start:3;
  }
}
.slideshow.large{
    @include for-tablet-portrait-up{
      grid-column-end:span 4;
    }
    @include for-desktop-only{
      grid-column-end:span 5;
    }
    @include for-big-desktop-up{
      grid-column-end:span 6;
    }
    @include for-phone-only{
      grid-column-end:span 2;
    }
}



#sample-slideshow-4_slideshow{
  @include col(2, 1);
  // height:500px;
  padding:0 !important;
  .slideshowcaptions-wrapper .slideshowcaptions{
    @include grotesk_smaller;
  }
}
#sample-slideshow-5_slideshow{
  @include col(2, 3);
  // height:500px;
  padding:0 !important;
  .slideshowcaptions-wrapper .slideshowcaptions{
    @include grotesk_smaller;
  }
}
#sample-slideshow-6_slideshow{
  @include col(2, 5);
  // height:500px;
  padding:0 !important;
  .slideshowcaptions-wrapper .slideshowcaptions{
    @include grotesk_smaller;
  }
}
*/
.shoutout {
  line-height: 1 !important; }
  @media (max-width: 599px) {
    .shoutout {
      font-family: 'Panama';
      font-size: 26px;
      line-height: 1.16;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 45px;
      line-height: 1.16;
      letter-spacing: -2px; } }
  @media (min-width: 600px) {
    .shoutout {
      font-family: 'Panama';
      font-size: 26px;
      line-height: 1.16;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 75px;
      line-height: 1.12;
      letter-spacing: -2.8px; } }
  @media (min-width: 1200px) {
    .shoutout {
      font-family: 'Panama';
      font-size: 26px;
      line-height: 1.16;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 90px;
      line-height: 1.14;
      letter-spacing: -3.5px; } }
  @media (max-width: 599px) {
    .shoutout a {
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 42px;
      line-height: 1.24;
      letter-spacing: -0.0642857em; } }
  @media (min-width: 600px) {
    .shoutout a {
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 72px;
      line-height: 1.11;
      letter-spacing: -3.4px; } }
  @media (min-width: 1200px) {
    .shoutout a {
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 84px;
      line-height: 1.1;
      letter-spacing: -0.045238em; } }

#mainnav .shoutout a {
  border-bottom: 3px solid currentColor; }

.contact-form #error-layer {
  font-family: 'Panama';
  font-size: 26px;
  line-height: 1.16;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  font-size: 45px;
  line-height: 1.16;
  letter-spacing: -2px;
  z-index: 2;
  display: none;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  background: #a3a3a3a8;
  transition: opacity .3s ease; }
  .contact-form #error-layer label.error {
    color: black;
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 24px;
    line-height: 1.33;
    letter-spacing: -1px;
    display: block !important; }

/*.schriftdefinitionen{
  > div{
    margin-bottom: 3rem;
    > span{
      display:inline-block;
      margin-bottom: -0.25em;
    }
  }
}

.linkdefinitionen{
  a{
    margin-right: 2rem;
  }
}*/
.row, .container-fluid, .topnav-tp, .topnav {
  display: flex; }

.column, .Teaser-intro, .Row-section .Row-content .Row-headline, .news-item .Row-content .Row-headline, .topnav-tp, body > #page section, body .overlay #page > section, .topnav, #filter-persons .filter-persons-content .filters-list .filter-persons-panel, #filter-persons .filter-persons-content .filters-list > li, #filter-persons .filter-persons-content .filters-list > div, .fullwidth .video-container .video-info, .Teaser-section .video-container .video-info, .news-overview .video-container .video-info, .fullwidth-list .video-container .video-info, .programmes-overview .video-container .video-info, .fullwidth .gallery-container .gallery-info, .Teaser-section .gallery-container .gallery-info, .news-overview .gallery-container .gallery-info, .fullwidth-list .gallery-container .gallery-info, .programmes-overview .gallery-container .gallery-info {
  padding-left: 3.66vw;
  padding-right: 3.66vw;
  /**/ }
  @media (max-width: 599px) {
    .column, .Teaser-intro, .Row-section .Row-content .Row-headline, .news-item .Row-content .Row-headline, .topnav-tp, body > #page section, body .overlay #page > section, .topnav, #filter-persons .filter-persons-content .filters-list .filter-persons-panel, #filter-persons .filter-persons-content .filters-list > li, #filter-persons .filter-persons-content .filters-list > div, .fullwidth .video-container .video-info, .Teaser-section .video-container .video-info, .news-overview .video-container .video-info, .fullwidth-list .video-container .video-info, .programmes-overview .video-container .video-info, .fullwidth .gallery-container .gallery-info, .Teaser-section .gallery-container .gallery-info, .news-overview .gallery-container .gallery-info, .fullwidth-list .gallery-container .gallery-info, .programmes-overview .gallery-container .gallery-info {
      padding-left: 4vw;
      padding-right: 4vw; } }
  @media (min-width: 600px) and (max-width: 899px) {
    .column, .Teaser-intro, .Row-section .Row-content .Row-headline, .news-item .Row-content .Row-headline, .topnav-tp, body > #page section, body .overlay #page > section, .topnav, #filter-persons .filter-persons-content .filters-list .filter-persons-panel, #filter-persons .filter-persons-content .filters-list > li, #filter-persons .filter-persons-content .filters-list > div, .fullwidth .video-container .video-info, .Teaser-section .video-container .video-info, .news-overview .video-container .video-info, .fullwidth-list .video-container .video-info, .programmes-overview .video-container .video-info, .fullwidth .gallery-container .gallery-info, .Teaser-section .gallery-container .gallery-info, .news-overview .gallery-container .gallery-info, .fullwidth-list .gallery-container .gallery-info, .programmes-overview .gallery-container .gallery-info {
      padding-left: 5.46875vw;
      padding-right: 5.46875vw; } }
  @media (min-width: 900px) and (max-width: 1199px) {
    .column, .Teaser-intro, .Row-section .Row-content .Row-headline, .news-item .Row-content .Row-headline, .topnav-tp, body > #page section, body .overlay #page > section, .topnav, #filter-persons .filter-persons-content .filters-list .filter-persons-panel, #filter-persons .filter-persons-content .filters-list > li, #filter-persons .filter-persons-content .filters-list > div, .fullwidth .video-container .video-info, .Teaser-section .video-container .video-info, .news-overview .video-container .video-info, .fullwidth-list .video-container .video-info, .programmes-overview .video-container .video-info, .fullwidth .gallery-container .gallery-info, .Teaser-section .gallery-container .gallery-info, .news-overview .gallery-container .gallery-info, .fullwidth-list .gallery-container .gallery-info, .programmes-overview .gallery-container .gallery-info {
      padding-left: 5.46875vw;
      padding-right: 5.46875vw; } }
  @media (min-width: 1200px) and (max-width: 1799px) {
    .column, .Teaser-intro, .Row-section .Row-content .Row-headline, .news-item .Row-content .Row-headline, .topnav-tp, body > #page section, body .overlay #page > section, .topnav, #filter-persons .filter-persons-content .filters-list .filter-persons-panel, #filter-persons .filter-persons-content .filters-list > li, #filter-persons .filter-persons-content .filters-list > div, .fullwidth .video-container .video-info, .Teaser-section .video-container .video-info, .news-overview .video-container .video-info, .fullwidth-list .video-container .video-info, .programmes-overview .video-container .video-info, .fullwidth .gallery-container .gallery-info, .Teaser-section .gallery-container .gallery-info, .news-overview .gallery-container .gallery-info, .fullwidth-list .gallery-container .gallery-info, .programmes-overview .gallery-container .gallery-info {
      padding-left: 3.66013vw;
      padding-right: 3.66013vw; } }
  @media (min-width: 1800px) {
    .column, .Teaser-intro, .Row-section .Row-content .Row-headline, .news-item .Row-content .Row-headline, .topnav-tp, body > #page section, body .overlay #page > section, .topnav, #filter-persons .filter-persons-content .filters-list .filter-persons-panel, #filter-persons .filter-persons-content .filters-list > li, #filter-persons .filter-persons-content .filters-list > div, .fullwidth .video-container .video-info, .Teaser-section .video-container .video-info, .news-overview .video-container .video-info, .fullwidth-list .video-container .video-info, .programmes-overview .video-container .video-info, .fullwidth .gallery-container .gallery-info, .Teaser-section .gallery-container .gallery-info, .news-overview .gallery-container .gallery-info, .fullwidth-list .gallery-container .gallery-info, .programmes-overview .gallery-container .gallery-info {
      padding-left: 2.8646vw;
      padding-right: 2.8646vw; } }
  .column.has-border, .has-border.Teaser-intro, .Row-section .Row-content .has-border.Row-headline, .news-item .Row-content .has-border.Row-headline, .has-border.topnav-tp, body > #page section.has-border, body .overlay #page > section.has-border, .has-border.topnav, #filter-persons .filter-persons-content .filters-list .has-border.filter-persons-panel, #filter-persons .filter-persons-content .filters-list > li.has-border, #filter-persons .filter-persons-content .filters-list > div.has-border, .fullwidth .video-container .has-border.video-info, .Teaser-section .video-container .has-border.video-info, .news-overview .video-container .has-border.video-info, .fullwidth-list .video-container .has-border.video-info, .programmes-overview .video-container .has-border.video-info, .fullwidth .gallery-container .has-border.gallery-info, .Teaser-section .gallery-container .has-border.gallery-info, .news-overview .gallery-container .has-border.gallery-info, .fullwidth-list .gallery-container .has-border.gallery-info, .programmes-overview .gallery-container .has-border.gallery-info {
    border-bottom: var(--border) solid #000; }

.text-shadow {
  text-shadow: -2px -2px white, -2px 2px white, 2px -2px white, 2px 2px white; }

.testschriftstil {
  font-family: "Panama";
  font-size: 2rem;
  line-height: 1.4;
  letter-spacing: 3px; }
  .testschriftstil a {
    border-bottom-width: 3px; }

.show-hidden, .hide-hidden, .profile-page .profile-data .profile-data-text .profile-info .show-hidden, #profile-overlay---- .profile-data .profile-data-text .profile-info .show-hidden, #content-overlay .profile-data .profile-data-text .profile-info .show-hidden, .show-all {
  cursor: pointer;
  transition: letter-spacing 0.3s ease; }
  .show-hidden:hover, .hide-hidden:hover, .profile-page .profile-data .profile-data-text .profile-info .show-hidden:hover, #profile-overlay---- .profile-data .profile-data-text .profile-info .show-hidden:hover, #content-overlay .profile-data .profile-data-text .profile-info .show-hidden:hover, .show-all:hover {
    letter-spacing: 2px; }

.display-block {
  display: block; }

.faded_out {
  opacity: 0 !important; }

.fade_out {
  animation: fade_out .45s linear; }

.fade_in {
  animation: fade_in .45s linear; }

@keyframes fade_in {
  0% {
    transform: scale(1);
    opacity: 0; }
  50% {
    transform: scale(1.02); }
  100% {
    transform: scale(1);
    opacity: 1; } }

@-webkit-keyframes fade_in {
  0% {
    opacity: 0; }
  50% {
    opacity: .5; } }

@keyframes button-blink {
  from {
    background-color: #fff; }
  to {
    background-color: #dfdde1; } }

@-webkit-keyframes button-blink {
  from {
    background-color: #fff; }
  to {
    background-color: #dfdde1; } }

.button-blink {
  -webkit-animation-name: button-blink;
  animation-name: button-blink;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-direction: alternate; }

@keyframes text-blink {
  from {
    opacity: 1; }
  to {
    opacity: .6; } }

@-webkit-keyframes text-blink {
  from {
    opacity: 1; }
  to {
    opacity: .6; } }

.line-animation {
  -webkit-animation-name: line-animation;
  animation-name: line-animation;
  -webkit-animation-duration: 0.8s;
  -webkit-animation-timing-function: ease-in; }

@keyframes line-animation {
  from {
    color: black; }
  to {
    color: red; } }

@-webkit-keyframes line-animation {
  from {
    color: black; }
  to {
    color: red; } }

.text-blink {
  text-decoration: blink;
  animation-name: text-blink;
  -webkit-animation-name: text-blink;
  -webkit-animation-duration: 0.4s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-direction: alternate; }

.opacity_fade03 {
  -webkit-transition: opacity 0.3s cubic-bezier(1, 0, 0.29, 1);
  -moz-transition: opacity 0.3s cubic-bezier(1, 0, 0.29, 1);
  -o-transition: opacity 0.3s cubic-bezier(1, 0, 0.29, 1);
  -ms-transition: opacity 0.3s cubic-bezier(1, 0, 0.29, 1);
  transition: opacity 0.3s cubic-bezier(1, 0, 0.29, 1); }

.opacity_fade06 {
  -webkit-transition: opacity 0.6s cubic-bezier(1, 0, 0.29, 1);
  -moz-transition: opacity 0.6s cubic-bezier(1, 0, 0.29, 1);
  -o-transition: opacity 0.6s cubic-bezier(1, 0, 0.29, 1);
  -ms-transition: opacity 0.6s cubic-bezier(1, 0, 0.29, 1);
  transition: opacity 0.6s cubic-bezier(1, 0, 0.29, 1); }

.opacity_fade_1 {
  -webkit-transition: opacity 1s cubic-bezier(1, 0, 0.29, 1);
  -moz-transition: opacity 1s cubic-bezier(1, 0, 0.29, 1);
  -o-transition: opacity 1s cubic-bezier(1, 0, 0.29, 1);
  -ms-transition: opacity 1s cubic-bezier(1, 0, 0.29, 1);
  transition: opacity 1s cubic-bezier(1, 0, 0.29, 1); }

.transform_all_03, .media-block .media-placeholder, .HeroVideo .HeroVideo-text, .inline-items_section .inline-items_item, .talentpress-grid .teaser-article {
  -webkit-transition: all 0.3s cubic-bezier(1, 0, 0.29, 1);
  -moz-transition: all 0.3s cubic-bezier(1, 0, 0.29, 1);
  -o-transition: all 0.3s cubic-bezier(1, 0, 0.29, 1);
  -ms-transition: all 0.3s cubic-bezier(1, 0, 0.29, 1);
  transition: all 0.3s cubic-bezier(1, 0, 0.29, 1); }

.transform_all_06, .hero2 h2 .inline-img {
  -webkit-transition: all 0.6s cubic-bezier(1, 0, 0.29, 1);
  -moz-transition: all 0.6s cubic-bezier(1, 0, 0.29, 1);
  -o-transition: all 0.6s cubic-bezier(1, 0, 0.29, 1);
  -ms-transition: all 0.6s cubic-bezier(1, 0, 0.29, 1);
  transition: all 0.6s cubic-bezier(1, 0, 0.29, 1); }

.transform_all_1 {
  -webkit-transition: all 1s cubic-bezier(1, 0, 0.29, 1);
  -moz-transition: all 1s cubic-bezier(1, 0, 0.29, 1);
  -o-transition: all 1s cubic-bezier(1, 0, 0.29, 1);
  -ms-transition: all 1s cubic-bezier(1, 0, 0.29, 1);
  transition: all 1s cubic-bezier(1, 0, 0.29, 1); }

.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important; }

.svg-sprite {
  display: none; }

.grid-overlay {
  position: fixed;
  box-sizing: border-box;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  margin-top: 0 !important;
  margin-bottom: 0;
  z-index: 200;
  pointer-events: none;
  display: none !important; }
  @media (max-width: 599px) {
    .grid-overlay {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      grid-column-gap: 8vw;
      padding: 4vw;
      margin: 0; } }
  @media (min-width: 600px) and (max-width: 899px) {
    .grid-overlay {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      grid-column-gap: 10.9375vw;
      padding: 5.46875vw;
      margin: 0; } }
  @media (min-width: 900px) and (max-width: 1199px) {
    .grid-overlay {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      grid-column-gap: 10.9375vw;
      padding: 5.46875vw;
      margin: 0; } }
  @media (min-width: 1200px) and (max-width: 1799px) {
    .grid-overlay {
      display: grid;
      grid-template-columns: repeat(6, minmax(0, 1fr));
      grid-column-gap: 7.32026vw;
      padding: 3.66013vw;
      margin: 0; } }
  @media (min-width: 1800px) {
    .grid-overlay {
      display: grid;
      grid-template-columns: repeat(8, minmax(0, 1fr));
      grid-column-gap: 5.7292vw;
      padding: 2.8646vw;
      margin: 0; } }
  .grid-overlay > div {
    color: transparent;
    min-width: 0;
    grid-column-start: auto;
    grid-column-end: span 1;
    box-sizing: border-box;
    background-color: rgba(255, 0, 50, 0.2);
    min-height: 200vh; }
    .grid-overlay > div:before {
      display: block;
      content: " "; }
  .grid-overlay:before {
    position: absolute;
    top: 0;
    left: 0;
    font-family: 'Lars';
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 15px;
    line-height: 1.4;
    letter-spacing: -0.5px;
    padding: 0.25em 0.5em;
    background-color: rgba(255, 255, 255, 0.5); }
    @media (max-width: 599px) {
      .grid-overlay:before {
        content: 'phone'; } }
    @media (min-width: 600px) and (max-width: 899px) {
      .grid-overlay:before {
        content: 'tablet-portrait'; } }
    @media (min-width: 900px) and (max-width: 1199px) {
      .grid-overlay:before {
        content: 'tablet-landscape'; } }
    @media (min-width: 1200px) and (max-width: 1799px) {
      .grid-overlay:before {
        content: 'desktop'; } }
    @media (min-width: 1800px) {
      .grid-overlay:before {
        content: 'big-desktop'; } }

body.show-dev-grid .grid-overlay {
  display: grid !important; }

/**
 * @section Breakpoints
 * These values will not show up in content, but can be queried by JavaScript to know which breakpoint is active. 
*/
body:before {
  content: "";
  display: none;
  visibility: hidden; }
  @media (max-width: 599px) {
    body:before {
      content: 'phone'; } }
  @media (min-width: 600px) and (max-width: 899px) {
    body:before {
      content: 'tablet-portrait'; } }
  @media (min-width: 900px) and (max-width: 1199px) {
    body:before {
      content: 'tablet-landscape'; } }
  @media (min-width: 1200px) and (max-width: 1799px) {
    body:before {
      content: 'desktop'; } }
  @media (min-width: 1800px) {
    body:before {
      content: 'big-desktop'; } }

svg use {
  fill: black; }

svg:hover use {
  fill: #ee0085; }

body.talentpress svg use {
  fill: white;
  stroke: white; }

body.talentpress svg:hover use {
  fill: #ee0085; }

#BT_Logo_R_Black_sRGB-BoundingBox {
  fill: none; }

#drop-up-Path, #drop-down-Path {
  fill: none; }

[id~=BoundingBox] {
  fill: transparent; }
  [id~=BoundingBox] rect {
    fill: transparent; }

.vjs-talents .vjs-poster {
  background-size: cover; }

.vjs-talents .vjs-paused.vjs-has-started .vjs-big-play-button {
  display: block; }

.vjs-talents .vjs-big-play-button {
  transition: background 250ms ease !important;
  width: auto;
  height: auto;
  transform: translateX(-50%) translateY(-50%); }
  @media (max-width: 599px) {
    .vjs-talents .vjs-big-play-button {
      display: inline-flex;
      align-items: center;
      border: none;
      color: black;
      margin: 0 0.5em 0 0;
      padding: 0.25em 0.8em 0.25em 0.8em;
      line-height: 1;
      text-decoration: none;
      cursor: pointer;
      text-align: center;
      -webkit-appearance: none;
      -moz-appearance: none;
      background-color: white;
      box-shadow: 0 0.1rem 0.3rem rgba(0, 0, 0, 0.25);
      -webkit-tap-highlight-color: transparent;
      transition: box-shadow .3s ease;
      border-radius: 16px;
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 24px;
      line-height: 1.33;
      letter-spacing: -1px;
      padding: 0.31em 0.875em 0.25em 0.875em;
      border-radius: 16px;
      line-height: 1;
      border-color: white; }
      .vjs-talents .vjs-big-play-button.border-white {
        border-color: #FFFFFF; }
      .vjs-talents .vjs-big-play-button.bg-white {
        background-color: white; }
      .vjs-talents .vjs-big-play-button:hover {
        color: #ee0085;
        box-shadow: 0 0.1rem 0.3rem #ee008578; }
        .vjs-talents .vjs-big-play-button:hover svg *[fill='#000'] {
          fill: #ee0085; }
      .vjs-talents .vjs-big-play-button:focus {
        outline: 1px solid #fff;
        outline-offset: -4px; }
      .vjs-talents .vjs-big-play-button:active {
        color: currentColor; }
      .vjs-talents .vjs-big-play-button:hover:active {
        color: #ee0085; } }
  @media (min-width: 600px) {
    .vjs-talents .vjs-big-play-button {
      display: inline-flex;
      align-items: center;
      border: none;
      color: black;
      margin: 0 0.5em 0 0;
      padding: 0.25em 0.8em 0.25em 0.8em;
      line-height: 1;
      text-decoration: none;
      cursor: pointer;
      text-align: center;
      -webkit-appearance: none;
      -moz-appearance: none;
      background-color: white;
      box-shadow: 0 0.1rem 0.3rem rgba(0, 0, 0, 0.25);
      -webkit-tap-highlight-color: transparent;
      transition: box-shadow .3s ease;
      border-radius: 16px;
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 30px;
      line-height: 1.33;
      letter-spacing: -1.2px;
      padding: 0.24em 0.46em 0.23em 0.46em;
      border-radius: 16px;
      line-height: 1;
      border-color: white; }
      .vjs-talents .vjs-big-play-button.border-white {
        border-color: #FFFFFF; }
      .vjs-talents .vjs-big-play-button.bg-white {
        background-color: white; }
      .vjs-talents .vjs-big-play-button:hover {
        color: #ee0085;
        box-shadow: 0 0.1rem 0.3rem #ee008578; }
        .vjs-talents .vjs-big-play-button:hover svg *[fill='#000'] {
          fill: #ee0085; }
      .vjs-talents .vjs-big-play-button:focus {
        outline: 1px solid #fff;
        outline-offset: -4px; }
      .vjs-talents .vjs-big-play-button:active {
        color: currentColor; }
      .vjs-talents .vjs-big-play-button:hover:active {
        color: #ee0085; } }
  @media (min-width: 1200px) {
    .vjs-talents .vjs-big-play-button {
      display: inline-flex;
      align-items: center;
      border: none;
      color: black;
      margin: 0 0.5em 0 0;
      padding: 0.25em 0.8em 0.25em 0.8em;
      line-height: 1;
      text-decoration: none;
      cursor: pointer;
      text-align: center;
      -webkit-appearance: none;
      -moz-appearance: none;
      background-color: white;
      box-shadow: 0 0.1rem 0.3rem rgba(0, 0, 0, 0.25);
      -webkit-tap-highlight-color: transparent;
      transition: box-shadow .3s ease;
      border-radius: 16px;
      font-family: 'Lars';
      font-size: 24px;
      line-height: 1.4;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      font-size: 42px;
      line-height: 1.24;
      letter-spacing: -0.0642857em;
      padding: 0.26em 0.74em;
      border-radius: 25px;
      line-height: 1;
      border-color: white; }
      .vjs-talents .vjs-big-play-button.border-white {
        border-color: #FFFFFF; }
      .vjs-talents .vjs-big-play-button.bg-white {
        background-color: white; }
      .vjs-talents .vjs-big-play-button:hover {
        color: #ee0085;
        box-shadow: 0 0.1rem 0.3rem #ee008578; }
        .vjs-talents .vjs-big-play-button:hover svg *[fill='#000'] {
          fill: #ee0085; }
      .vjs-talents .vjs-big-play-button:focus {
        outline: 1px solid #fff;
        outline-offset: -4px; }
      .vjs-talents .vjs-big-play-button:active {
        color: currentColor; }
      .vjs-talents .vjs-big-play-button:hover:active {
        color: #ee0085; } }
  .vjs-talents .vjs-big-play-button:before {
    content: 'Play';
    display: inline-block; }
  .vjs-talents .vjs-big-play-button .vjs-icon-placeholder {
    display: none; }

.vjs-has-started .vjs-big-play-button {
  display: none !important; }
