@charset "UTF-8";
/*
* Vendors (dev)
*/
/*
* Vendors (build)
*/
/*! normalize.css v7.0.0 | 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
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          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
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 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 style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 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;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

/**
 * 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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

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

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          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 and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

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

/**
 * Swiper 4.5.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 13, 2019
 */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

/*! lightgallery - v1.10.0 - 2020-11-07
* http://sachinchoolur.github.io/lightGallery/
* Copyright (c) 2020 Sachin N; Licensed GPLv3 */
@font-face {
  font-family: "lg";
  src: url("../fonts/lg.ttf?22t19m") format("truetype"), url("../fonts/lg.woff?22t19m") format("woff"), url("../fonts/lg.svg?22t19m#lg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.lg-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "lg" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lg-actions .lg-next, .lg-actions .lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;
  border: none;
  outline: none;
}

.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: 0.5;
}

.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
  color: #FFF;
}

.lg-actions .lg-next {
  right: 20px;
}

.lg-actions .lg-next:before {
  content: "\e095";
}

.lg-actions .lg-prev {
  left: 20px;
}

.lg-actions .lg-prev:after {
  content: "\e094";
}

@-webkit-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative;
}

.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative;
}

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.45);
}

.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  background: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

.lg-toolbar .lg-icon:hover {
  color: #FFF;
}

.lg-toolbar .lg-close:after {
  content: "\e070";
}

.lg-toolbar .lg-download:after {
  content: "\e0f2";
}

.lg-sub-html {
  background-color: rgba(0, 0, 0, 0.45);
  bottom: 0;
  color: #EEE;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080;
}

.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}

.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}

#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle;
}

.lg-toolbar, .lg-prev, .lg-next {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -webkit-transition: opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}

.lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
}

.lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -webkit-transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.lg-outer .lg-thumb-outer {
  background-color: #0D0A0A;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}

.lg-outer.lg-thumb-open .lg-thumb-outer {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0);
}

.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px;
}

.lg-outer .lg-thumb-item {
  border-radius: 5px;
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #FFF;
  border-radius: 4px;
  margin-bottom: 5px;
}

@media (min-width: 1025px) {
  .lg-outer .lg-thumb-item {
    -webkit-transition: border-color 0.25s ease;
    transition: border-color 0.25s ease;
  }
}
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: #a90707;
}

.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px;
}

.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}

.lg-outer.lg-pull-caption-up .lg-sub-html {
  -webkit-transition: bottom 0.25s ease;
  transition: bottom 0.25s ease;
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px;
}

.lg-outer .lg-toogle-thumb {
  background-color: #0D0A0A;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px;
  outline: medium none;
  border: none;
}

.lg-outer .lg-toogle-thumb:after {
  content: "\e1ff";
}

.lg-outer .lg-toogle-thumb:hover {
  color: #FFF;
}

.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px;
}

.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}

.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer;
}

.lg-outer .lg-has-iframe .lg-video {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}

.lg-outer .lg-has-vimeo .lg-video-play {
  background: url("../img/vimeo-play.png") no-repeat scroll 0 0 transparent;
}

.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url("../img/vimeo-play.png") no-repeat scroll 0 -58px transparent;
}

.lg-outer .lg-has-html5 .lg-video-play {
  background: transparent url("../img/video-play.png") no-repeat scroll 0 0;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: 0.8;
}

.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1;
}

.lg-outer .lg-has-youtube .lg-video-play {
  background: url("../img/youtube-play.png") no-repeat scroll 0 0 transparent;
}

.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url("../img/youtube-play.png") no-repeat scroll 0 -60px transparent;
}

.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden;
}

.lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none;
}

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible;
}

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  -webkit-transition: opacity 0.08s ease 0s;
  transition: opacity 0.08s ease 0s;
}

.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0;
}

.lg-progress-bar.lg-start .lg-progress {
  width: 100%;
}

.lg-show-autoplay .lg-progress-bar {
  opacity: 1;
}

.lg-autoplay-button:after {
  content: "\e01d";
}

.lg-show-autoplay .lg-autoplay-button:after {
  content: "\e01a";
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -webkit-transition: opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#lg-zoom-in:after {
  content: "\e311";
}

#lg-actual-size {
  font-size: 20px;
}

#lg-actual-size:after {
  content: "\e033";
}

#lg-zoom-out {
  opacity: 0.5;
  pointer-events: none;
}

#lg-zoom-out:after {
  content: "\e312";
}

.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}

.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px;
}

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible;
}

.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px;
}

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  -webkit-box-shadow: 0 0 0 2px white inset;
          box-shadow: 0 0 0 2px white inset;
}

.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #FFF;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
}

.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%;
}

.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
          box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  -webkit-transition: box-shadow 0.3s ease 0s;
  -webkit-transition: -webkit-box-shadow 0.3s ease 0s;
  transition: -webkit-box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s, -webkit-box-shadow 0.3s ease 0s;
  width: 12px;
}

.lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus {
  -webkit-box-shadow: 0 0 0 8px white inset;
          box-shadow: 0 0 0 8px white inset;
}

.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0;
}

.lg-fullscreen:after {
  content: "\e20c";
}

.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d";
}

.lg-outer #lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}

.lg-outer.lg-dropdown-active .lg-dropdown, .lg-outer.lg-dropdown-active #lg-dropdown-overlay {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
  opacity: 1;
  visibility: visible;
}

.lg-outer.lg-dropdown-active #lg-share {
  color: #FFF;
}

.lg-outer .lg-dropdown {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  -webkit-transition: -webkit-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -webkit-transition: visibility 0s linear 0.5s, opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s;
  transition: visibility 0s linear 0.5s, opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s;
}

.lg-outer .lg-dropdown:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: #FFF;
  right: 16px;
  top: -16px;
}

.lg-outer .lg-dropdown > li:last-child {
  margin-bottom: 0px;
}

.lg-outer .lg-dropdown > li:hover a, .lg-outer .lg-dropdown > li:hover .lg-icon {
  color: #333;
}

.lg-outer .lg-dropdown a {
  color: #333;
  display: block;
  white-space: pre;
  padding: 4px 12px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
}

.lg-outer .lg-dropdown a:hover {
  background-color: rgba(0, 0, 0, 0.07);
}

.lg-outer .lg-dropdown .lg-dropdown-text {
  display: inline-block;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle;
}

.lg-outer .lg-dropdown .lg-icon {
  color: #333;
  display: inline-block;
  float: none;
  font-size: 20px;
  height: auto;
  line-height: 1;
  margin-right: 8px;
  padding: 0;
  vertical-align: middle;
  width: auto;
}

.lg-outer #lg-share {
  position: relative;
}

.lg-outer #lg-share:after {
  content: "\e80d";
}

.lg-outer #lg-share-facebook .lg-icon {
  color: #3b5998;
}

.lg-outer #lg-share-facebook .lg-icon:after {
  content: "\e904";
}

.lg-outer #lg-share-twitter .lg-icon {
  color: #00aced;
}

.lg-outer #lg-share-twitter .lg-icon:after {
  content: "\e907";
}

.lg-outer #lg-share-googleplus .lg-icon {
  color: #dd4b39;
}

.lg-outer #lg-share-googleplus .lg-icon:after {
  content: "\e905";
}

.lg-outer #lg-share-pinterest .lg-icon {
  color: #cb2027;
}

.lg-outer #lg-share-pinterest .lg-icon:after {
  content: "\e906";
}

.lg-outer .lg-img-rotate {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.32, 0, 0.67, 0) 0s;
  transition: -webkit-transform 0.3s cubic-bezier(0.32, 0, 0.67, 0) 0s;
  transition: transform 0.3s cubic-bezier(0.32, 0, 0.67, 0) 0s;
  transition: transform 0.3s cubic-bezier(0.32, 0, 0.67, 0) 0s, -webkit-transform 0.3s cubic-bezier(0.32, 0, 0.67, 0) 0s;
}

.lg-rotate-left:after {
  content: "\e900";
}

.lg-rotate-right:after {
  content: "\e901";
}

.lg-icon.lg-flip-hor, .lg-icon.lg-flip-ver {
  font-size: 26px;
}

.lg-flip-ver:after {
  content: "\e903";
}

.lg-flip-hor:after {
  content: "\e902";
}

.lg-group:after {
  content: "";
  display: table;
  clear: both;
}

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  text-align: left;
  opacity: 0;
  outline: none;
  -webkit-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}

.lg-outer * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.lg-outer.lg-visible {
  opacity: 1;
}

.lg-outer.lg-css3 .lg-item.lg-prev-slide, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-current {
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1;
}

.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}

.lg-outer .lg-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
}

.lg-outer .lg-item {
  background: url("../img/loading.gif") no-repeat scroll center center transparent;
  display: none !important;
}

.lg-outer.lg-css3 .lg-prev-slide, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important;
}

.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}

.lg-outer .lg-item, .lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}

.lg-outer .lg-item:before, .lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

.lg-outer .lg-img-wrap {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.lg-outer .lg-item.lg-complete {
  background-image: none;
}

.lg-outer .lg-item.lg-current {
  z-index: 1060;
}

.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
}

.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1;
}

.lg-outer .lg-empty-html {
  display: none;
}

.lg-outer.lg-hide-download #lg-download {
  display: none;
}

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}

.lg-backdrop.in {
  opacity: 1;
}

.lg-css3.lg-no-trans .lg-prev-slide, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-current {
  -webkit-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important;
}

.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-css3.lg-fade .lg-item {
  opacity: 0;
}

.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}

.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
  -webkit-transition: opacity 0.1s ease 0s;
  transition: opacity 0.1s ease 0s;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -webkit-transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

/*
* Config
*/
/*
* Accoutement Type:
* https://github.com/oddbird/accoutement-type/
*/
/*
* Typi Font Sizes
* https://www.npmjs.com/package/typi
* @include typi('h1');
*
*/
/*
* Color additions and overrides
* Override any color values - find them in vendor/numiko/color.scss
*/
/*
* Breakpoints 
*/
/*
* Unison: http://bjork24.github.io/Unison/
*/
@media screen and (min-width: 320px) {
  head {
    font-family: "tiny 320px";
  }
  body:after {
    content: "tiny - min-width: 320px";
  }
}
@media screen and (min-width: 480px) {
  head {
    font-family: "small 480px";
  }
  body:after {
    content: "small - min-width: 480px";
  }
}
@media screen and (min-width: 768px) {
  head {
    font-family: "medium 768px";
  }
  body:after {
    content: "medium - min-width: 768px";
  }
}
@media screen and (min-width: 1155px) {
  head {
    font-family: "large 1155px";
  }
  body:after {
    content: "large - min-width: 1155px";
  }
}
@media screen and (min-width: 1400px) {
  head {
    font-family: "huge 1400px";
  }
  body:after {
    content: "huge - min-width: 1400px";
  }
}
@media screen and (min-width: 1800px) {
  head {
    font-family: "mega 1800px";
  }
  body:after {
    content: "mega - min-width: 1800px";
  }
}
head {
  clear: both;
}

head title {
  font-family: "tiny 320px, small 480px, medium 768px, large 1155px, huge 1400px, mega 1800px";
}

body:after {
  display: none;
}

*[data-usn-if] {
  display: none;
}

/*
* Container
*/
/*
* Z-index levels
* @include z-index('alpha');
*/
/*
* Borders
*/
/*
* Transtions
*/
/*
* Borders
*/
/*
* Spacing
*/
@media screen and (prefers-reduced-motion: reduce), (update: slow) {
  *,
  *::after,
  *::before {
    -webkit-animation-duration: 0.001ms !important;
            animation-duration: 0.001ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important; /* Hat tip Nick/cssemedy (https://css-tricks.com/revisiting-prefers-reduced-motion-the-reduced-motion-media-query/#comment-1700170) */
    -webkit-transition-duration: 0.001ms !important;
            transition-duration: 0.001ms !important;
  }
}
@-webkit-keyframes hero-cta {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes hero-cta {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes hero-title {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2.5em);
            transform: translateY(2.5em);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes hero-title {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2.5em);
            transform: translateY(2.5em);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/*
* Theme values in sass map
* To add new themes:
*  1. Copy the bottom theme
*  2. Then replace color values as defined by site owner
*  3. Note: the taxonomy-ID value will be best created in prod and then replicated in local
*  4. Note: when copying, ensure you check the semi-colon placement (which needs to be on the last value of the last theme - the others are all comma separated).
*
*/
/*
* Core
*/
/*
* Clearfix
*/
/*
* Hides an element visually, but makes it still available for screenreaders
*/
/*
* Visually hidden Focusable (Accessibility)
*/
/*
* Theming
*/
/*
* Basic utility classes
*/
.u-visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.u-visually-hidden-focusable:active, .u-visually-hidden-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.u-hidden {
  display: none;
}

.u-invisible {
  visibility: hidden;
}

.u-clear {
  clear: both;
}

.u-list-reset {
  margin: 0;
  padding: 0;
  list-style: none;
}

.u-content-visibility {
  content-visibility: auto;
}

/*
* Site styles below
*/
/*
* Import @font-face declarions https://github.com/oddbird/accoutement-type/
* Option 1 - Import font stack locally
* Option 2 - Import front stack from google fonts
* @import 'https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i';
*/
/*
* Global box-sizing method
*/
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-wrap: break-word;
}

html {
  font-family: "urw-din", sans-serif;
  min-height: 100%;
  font-size: 100%;
  line-height: 1.4;
}

@media all and (min-width: 768px) {
  html .o-page > :not(#toolbar-administration) {
    font-size: 112.5%;
  }
}
@media all and (min-width: 1155px) {
  html .o-page > :not(#toolbar-administration) {
    font-size: 125%;
  }
}
@media all and (min-width: 1800px) {
  html .o-page > :not(#toolbar-administration) {
    font-size: 137.5%;
  }
}
body {
  min-height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #ffffff;
  color: #141414;
}

h1,
h2,
h3,
h4,
h5,
h6,
.o-type-h1,
.o-type-h2,
.o-type-h3,
.o-type-h4,
.o-type-h5,
.o-type-h6 {
  margin: 0 0 0.5em;
  font-family: "urw-din", sans-serif;
  font-weight: 500;
}

h1,
.o-type-h1 {
  font-size: 2.25em;
  line-height: 1.2;
}

@media all and (min-width: 768px) {
  h1,
  .o-type-h1 {
    font-size: 3.11em;
  }
}
@media all and (min-width: 1155px) {
  h1,
  .o-type-h1 {
    font-size: 3em;
  }
}
@media all and (min-width: 1800px) {
  h1,
  .o-type-h1 {
    font-size: 3.18em;
  }
}
h2,
.o-type-h2 {
  font-size: 1.75em;
  line-height: 1.2;
}

@media all and (min-width: 768px) {
  h2,
  .o-type-h2 {
    font-size: 2.22em;
  }
}
@media all and (min-width: 1155px) {
  h2,
  .o-type-h2 {
    font-size: 2em;
  }
}
@media all and (min-width: 1800px) {
  h2,
  .o-type-h2 {
    font-size: 2.27em;
  }
}
h3,
.o-type-h3 {
  font-size: 1.5em;
  line-height: 1.2;
}

@media all and (min-width: 768px) {
  h3,
  .o-type-h3 {
    font-size: 1.67em;
  }
}
@media all and (min-width: 1155px) {
  h3,
  .o-type-h3 {
    font-size: 1.8em;
  }
}
@media all and (min-width: 1800px) {
  h3,
  .o-type-h3 {
    font-size: 1.909em;
  }
}
h4,
.o-type-h4 {
  font-size: 1.25em;
  line-height: 1.2;
}

@media all and (min-width: 768px) {
  h4,
  .o-type-h4 {
    font-size: 1.22em;
  }
}
@media all and (min-width: 1155px) {
  h4,
  .o-type-h4 {
    font-size: 1.2em;
  }
}
@media all and (min-width: 1800px) {
  h4,
  .o-type-h4 {
    font-size: 1.27em;
  }
}
p {
  margin: 0 0 1em;
}

ul,
ol,
dl {
  margin: 0 0 1em;
}

ul ul,
ul ol,
ol ul,
ol ol {
  margin-top: 0;
  margin-bottom: 0;
}

a {
  color: currentColor;
  text-decoration: underline;
  text-decoration-color: #007bc7;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
}

.node-has-theme a {
  text-decoration-color: #ffe72d;
}

@supports (--custom-properties: 1) {
  .node-has-theme a {
    text-decoration-color: var(--theme-primary, #ffe72d);
  }
}
a:hover, a:focus {
  outline: 0;
  text-decoration: none;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
}

hr {
  border-bottom: 1px solid #000000;
  border-left: none;
  border-right: none;
  border-top: none;
  margin: 1em 0;
}

img,
picture,
svg {
  margin: 0;
  max-width: 100%;
}

figure {
  margin: 0;
  padding: 0;
}

figcaption {
  font-size: 1em;
  line-height: 1.2;
  margin: 0.5em 0;
}

@media all and (min-width: 768px) {
  figcaption {
    font-size: 0.89em;
  }
}
@media all and (min-width: 1155px) {
  figcaption {
    font-size: 0.8em;
  }
}
@media all and (min-width: 1800px) {
  figcaption {
    font-size: 0.81em;
  }
}
strong {
  font-weight: bold;
}

blockquote {
  color: inherit;
  margin: 1em 0;
  padding-left: 2em;
}

blockquote p {
  position: relative;
}

cite {
  color: inherit;
  font-style: italic;
}

cite:before {
  content: "— ";
}

code {
  padding: 4px 6px;
}

/*
* Form defaults
*/
form {
  zoom: 1;
}

form:before, form:after {
  content: "";
  display: table;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

form:after {
  clear: both;
}

fieldset {
  zoom: 1;
  border: 0px;
  padding: 0px;
}

fieldset:before, fieldset:after {
  content: "";
  display: table;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

fieldset:after {
  clear: both;
}

legend {
  margin-bottom: 1em;
}

label {
  display: block;
  margin-bottom: 1em;
}

input,
textarea,
select {
  display: block;
  width: 100%;
  outline: 0;
  padding: 1em 0.5em;
  border: 1px solid #b3b3b3;
  background-color: #ffffff;
  color: inherit;
  color: #000000;
  margin-bottom: 1em;
  font-size: 1em;
  line-height: 1.2;
}

@media all and (min-width: 768px) {
  input,
  textarea,
  select {
    font-size: 0.89em;
  }
}
@media all and (min-width: 1155px) {
  input,
  textarea,
  select {
    font-size: 0.8em;
  }
}
@media all and (min-width: 1800px) {
  input,
  textarea,
  select {
    font-size: 0.81em;
  }
}
input:not([type=checkbox]):not([type=radio]),
textarea:not([type=checkbox]):not([type=radio]),
select:not([type=checkbox]):not([type=radio]) {
  border-radius: 0;
}

.o-slice--grey input,
.o-slice--grey textarea,
.o-slice--grey select {
  border-color: transparent;
}

.node-has-theme .paragraph--type--slice-form input:not([type=checkbox]):not([type=radio]):not([type=submit]),
.node-has-theme .paragraph--type--slice-form textarea,
.node-has-theme .paragraph--type--slice-form select {
  background-size: 99%;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), -webkit-gradient(linear, left top, right top, from(#011a2f), to(#011a2f));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(to right, #011a2f, #011a2f);
  border-color: transparent;
}

@supports (--custom-properties: 1) {
  .node-has-theme .paragraph--type--slice-form input:not([type=checkbox]):not([type=radio]):not([type=submit]),
  .node-has-theme .paragraph--type--slice-form textarea,
  .node-has-theme .paragraph--type--slice-form select {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), -webkit-gradient(linear, left top, right top, from(RGBA(var(--theme-secondary, #011a2f), 1)), to(RGBA(var(--theme-secondary, #011a2f), 1)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(to right, RGBA(var(--theme-secondary, #011a2f), 1), RGBA(var(--theme-secondary, #011a2f), 1));
  }
}
select::-ms-expand {
  display: none;
}

textarea {
  min-height: 100px;
  resize: vertical;
  -webkit-overflow-scrolling: touch;
}

input[type=button],
input[type=submit],
button {
  font-family: "urw-din", sans-serif;
  width: auto;
  display: inline-block;
  vertical-align: middle;
  border: 0;
}

input[type=checkbox],
input[type=radio] {
  width: 15px;
  height: 15px;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #cccccc;
  position: static;
  background-color: #ffffff;
  margin-right: 0.5em;
}

@media (max-width: 767px) {
  input[type=checkbox],
  input[type=radio] {
    width: 30px;
    height: 30px;
  }
}
input[type=checkbox] + label,
input[type=radio] + label {
  display: inline-block;
  vertical-align: middle;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 60px white inset;
}

::-webkit-input-placeholder {
  font-size: 0.87em;
  line-height: 1.2;
}

@media all and (min-width: 768px) {
  ::-webkit-input-placeholder {
    font-size: 0.78em;
  }
}
@media all and (min-width: 1155px) {
  ::-webkit-input-placeholder {
    font-size: 0.7em;
  }
}
@media all and (min-width: 1800px) {
  ::-webkit-input-placeholder {
    font-size: 0.72em;
  }
}
:-moz-placeholder {
  font-size: 0.87em;
  line-height: 1.2;
}

@media all and (min-width: 768px) {
  :-moz-placeholder {
    font-size: 0.78em;
  }
}
@media all and (min-width: 1155px) {
  :-moz-placeholder {
    font-size: 0.7em;
  }
}
@media all and (min-width: 1800px) {
  :-moz-placeholder {
    font-size: 0.72em;
  }
}
::-moz-placeholder {
  font-size: 0.87em;
  line-height: 1.2;
}

@media all and (min-width: 768px) {
  ::-moz-placeholder {
    font-size: 0.78em;
  }
}
@media all and (min-width: 1155px) {
  ::-moz-placeholder {
    font-size: 0.7em;
  }
}
@media all and (min-width: 1800px) {
  ::-moz-placeholder {
    font-size: 0.72em;
  }
}
:-ms-input-placeholder {
  font-size: 0.87em;
  line-height: 1.2;
}

@media all and (min-width: 768px) {
  :-ms-input-placeholder {
    font-size: 0.78em;
  }
}
@media all and (min-width: 1155px) {
  :-ms-input-placeholder {
    font-size: 0.7em;
  }
}
@media all and (min-width: 1800px) {
  :-ms-input-placeholder {
    font-size: 0.72em;
  }
}
::-ms-input-placeholder { /* Edge */
  font-size: 0.87em;
  line-height: 1.2;
}

@media all and (min-width: 768px) {
  ::-ms-input-placeholder {
    font-size: 0.78em;
  }
}
@media all and (min-width: 1155px) {
  ::-ms-input-placeholder {
    font-size: 0.7em;
  }
}
@media all and (min-width: 1800px) {
  ::-ms-input-placeholder {
    font-size: 0.72em;
  }
}
/*
* Objects
*/
/*
 * The global container
 * Will restrict width - resuse everytime you want to lock content into the grid.
 */
.o-container,
.o-container-fluid {
  margin: 0 auto;
  max-width: 1550px;
  padding: 0 10px;
}

@media (min-width: 480px) {
  .o-container,
  .o-container-fluid {
    padding: 0 10px;
  }
}
@media (min-width: 768px) {
  .o-container,
  .o-container-fluid {
    padding: 0 20px;
  }
}
@media (min-width: 1155px) {
  .o-container,
  .o-container-fluid {
    padding: 0 55px;
  }
}
.o-container-fluid {
  max-width: none;
}

.o-spacer {
  margin-bottom: 2.2em;
}

.o-grid-root {
  display: grid;
  grid-gap: 0;
  grid-template-columns: 1fr;
  grid-template-areas: "header" "main" "footer";
}

.o-grid-main {
  display: grid;
  grid-gap: 40px 40px;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto;
  grid-template-areas: "sidebar" "content";
}

@media (min-width: 768px) {
  .o-grid-main {
    grid-template-columns: 200px 1fr;
    grid-template-rows: auto;
    grid-template-areas: "sidebar content";
  }
}
/*
* Demo code
*/
.section-header {
  grid-area: header;
  background-color: #aaaaaa;
  padding: 1em;
}

.section-main {
  grid-area: main;
}

.section-footer {
  grid-area: footer;
  background-color: #888888;
  padding: 1em;
}

.section-sidebar {
  grid-area: sidebar;
  background-color: #dddddd;
  padding: 1em;
}

.section-content {
  grid-area: content;
  padding: 1em;
}

.o-title {
  text-transform: uppercase;
  font-weight: 500;
}

.o-slice-title {
  margin-bottom: 2em;
}

.o-slice-title--uppercase {
  text-transform: uppercase;
}

.o-meta {
  font-size: 0.87em;
  line-height: 1.2;
  letter-spacing: 1px;
  display: block;
  position: relative;
}

@media all and (min-width: 768px) {
  .o-meta {
    font-size: 0.78em;
  }
}
@media all and (min-width: 1155px) {
  .o-meta {
    font-size: 0.7em;
  }
}
@media all and (min-width: 1800px) {
  .o-meta {
    font-size: 0.72em;
  }
}
.o-meta--uppercase {
  text-transform: uppercase;
}

.o-publication-cite {
  font-size: 1.25em;
  line-height: 1.2;
  display: block;
}

@media all and (min-width: 768px) {
  .o-publication-cite {
    font-size: 1.22em;
  }
}
@media all and (min-width: 1155px) {
  .o-publication-cite {
    font-size: 1.2em;
  }
}
@media all and (min-width: 1800px) {
  .o-publication-cite {
    font-size: 1.27em;
  }
}
.o-taxonomy {
  margin-right: 10px;
  margin-bottom: 10px;
  font-size: 70%;
}

.o-taxonomy a,
.o-taxonomy > span {
  text-transform: uppercase;
  color: #007bc7;
  padding: 0 5px;
  display: inline-block;
  text-decoration: none;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  background-color: rgb(233.25, 233.25, 233.25);
}

.o-taxonomy a:hover,
.o-taxonomy > span:hover {
  background-color: rgb(220.5, 220.5, 220.5);
}

.node-has-theme .o-taxonomy a,
.node-has-theme .o-taxonomy > span {
  color: #ffe72d;
  background-size: 99%;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), -webkit-gradient(linear, left top, right top, from(#011a2f), to(#011a2f));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(to right, #011a2f, #011a2f);
}

@supports (--custom-properties: 1) {
  .node-has-theme .o-taxonomy a,
  .node-has-theme .o-taxonomy > span {
    color: var(--theme-primary, #ffe72d);
  }
}
@supports (--custom-properties: 1) {
  .node-has-theme .o-taxonomy a,
  .node-has-theme .o-taxonomy > span {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), -webkit-gradient(linear, left top, right top, from(RGBA(var(--theme-secondary, #011a2f), 1)), to(RGBA(var(--theme-secondary, #011a2f), 1)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(to right, RGBA(var(--theme-secondary, #011a2f), 1), RGBA(var(--theme-secondary, #011a2f), 1));
  }
}
.o-button,
.js-webform-webform-buttons .ui-button {
  width: 100%;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1em;
  line-height: 1.2;
  text-decoration: none;
  text-align: center;
  border: 0;
  padding: 1em;
  display: inline-block;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  outline: 0;
  cursor: pointer;
  background-color: transparent;
  position: relative;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
}

@media all and (min-width: 768px) {
  .o-button,
  .js-webform-webform-buttons .ui-button {
    font-size: 0.89em;
  }
}
@media all and (min-width: 1155px) {
  .o-button,
  .js-webform-webform-buttons .ui-button {
    font-size: 0.8em;
  }
}
@media all and (min-width: 1800px) {
  .o-button,
  .js-webform-webform-buttons .ui-button {
    font-size: 0.81em;
  }
}
.o-button:before,
.js-webform-webform-buttons .ui-button:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
          transform-origin: 0 50%;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}

@media (min-width: 768px) {
  .o-button,
  .js-webform-webform-buttons .ui-button {
    width: auto;
    text-align: left;
  }
}
.form-actions .o-button:not(:first-child) {
  margin-left: 1em;
}

.o-button--primary,
.js-webform-webform-buttons .ui-button {
  background-color: #ffe72d;
  color: #000000;
}

.o-button--primary:before,
.js-webform-webform-buttons .ui-button:before {
  background-color: #e6d029;
}

.o-button--primary:hover:before, .o-button--primary:focus:before,
.js-webform-webform-buttons .ui-button:hover:before,
.js-webform-webform-buttons .ui-button:focus:before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.o-button--primary.form-submit,
.js-webform-webform-buttons .ui-button.form-submit {
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.o-button--primary.form-submit:hover, .o-button--primary.form-submit:focus,
.js-webform-webform-buttons .ui-button.form-submit:hover,
.js-webform-webform-buttons .ui-button.form-submit:focus {
  background-color: #e6d029;
}

.node-has-theme main .o-button--primary:before,
.node-has-theme main .js-webform-webform-buttons .ui-button:before {
  background-color: #000000;
  opacity: 0.1;
}

.node-has-theme main .o-button--primary.form-submit:hover, .node-has-theme main .o-button--primary.form-submit:focus,
.node-has-theme main .js-webform-webform-buttons .ui-button.form-submit:hover,
.node-has-theme main .js-webform-webform-buttons .ui-button.form-submit:focus {
  background-color: #ffe72d;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.12))), -webkit-gradient(linear, left top, right top, from(#ffe72d), to(#ffe72d));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.12)), linear-gradient(to right, #ffe72d, #ffe72d);
}

@supports (--custom-properties: 1) {
  .node-has-theme main .o-button--primary.form-submit:hover, .node-has-theme main .o-button--primary.form-submit:focus,
  .node-has-theme main .js-webform-webform-buttons .ui-button.form-submit:hover,
  .node-has-theme main .js-webform-webform-buttons .ui-button.form-submit:focus {
    background-color: var(--theme-primary, #ffe72d);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1))), -webkit-gradient(linear, left top, right top, from(var(--theme-primary, #ffe72d)), to(var(--theme-primary, #ffe72d)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), linear-gradient(to right, var(--theme-primary, #ffe72d), var(--theme-primary, #ffe72d));
  }
}
.o-button--secondary {
  background-color: #9bd0f0;
  color: #000000;
}

.o-button--secondary:before {
  background-color: #8bb9d6;
}

.o-button--secondary:hover:before, .o-button--secondary:focus:before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.o-button--black {
  background-color: #000000;
  color: #ffffff;
}

.o-button--black:before {
  background-color: #ffffff;
}

.o-button--black:hover, .o-button--black:focus {
  color: #000000;
}

.o-button--black:hover:before, .o-button--black:focus:before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.o-button--menu {
  width: 100%;
  position: relative;
  cursor: pointer;
  padding: 25px;
  text-align: left;
}

@media (min-width: 1155px) {
  .o-button--menu {
    display: none;
  }
}
.o-button--menu .o-icon {
  right: 28px;
  fill: #000000;
}

.o-button--menu .o-block-title {
  margin-bottom: 0;
  font-size: 1em;
  line-height: 1.2;
}

@media all and (min-width: 768px) {
  .o-button--menu .o-block-title {
    font-size: 0.89em;
  }
}
@media all and (min-width: 1155px) {
  .o-button--menu .o-block-title {
    font-size: 0.8em;
  }
}
@media all and (min-width: 1800px) {
  .o-button--menu .o-block-title {
    font-size: 0.81em;
  }
}
.o-button--menu.-active {
  display: block;
}

.o-button--menu.-active .o-icon {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
}

.o-slice {
  position: relative;
  z-index: 0;
  margin: 2em 0;
}

@media (min-width: 768px) {
  .o-slice {
    margin: 4em 0;
  }
}
@media (min-width: 1155px) {
  .o-slice {
    margin: 55px 20px;
  }
}
.o-slice:first-child {
  margin-top: 1em;
}

.o-slice .o-container {
  position: relative;
}

.node-has-theme .paragraph--type--slice-featured-content .o-container .o-panel {
  background-image: none;
  background-color: transparent;
}

.node-has-theme .paragraph--type--slice-featured-content .o-container .o-panel .o-slice-title {
  display: none;
}

.node-has-theme .region-pre-footer .o-slice--grey {
  background-color: #f6f6f6;
}

.o-page-container > .paragraph--type--slice-content:first-child,
.o-page-container > .o-slice--wysiwyg:first-child {
  padding-top: 2em;
  margin-top: 0;
}

@media (min-width: 768px) {
  .o-page-container > .paragraph--type--slice-content:first-child,
  .o-page-container > .o-slice--wysiwyg:first-child {
    padding-top: 2.5em;
    margin-top: 0;
  }
}
@media (min-width: 1155px) {
  .o-page-container > .paragraph--type--slice-content:first-child,
  .o-page-container > .o-slice--wysiwyg:first-child {
    padding-top: 2.5em;
    margin-top: 0;
  }
}
.o-slice--wysiwyg.o-slice--body-content.no-body-news:nth-child(1) {
  margin: 0;
}

.o-slice--wysiwyg.o-slice--body-content.no-body-news + .paragraph {
  margin-top: 1em;
}

@media (min-width: 768px) {
  .o-slice--wysiwyg.o-slice--body-content.no-body-news + .paragraph {
    margin-top: 2.5em;
  }
}
@media (min-width: 1155px) {
  .o-slice--wysiwyg.o-slice--body-content.no-body-news + .paragraph {
    margin-top: 2.5em;
  }
}
.o-slice .o-wysiwyg h2,
.o-slice .o-wysiwyg h3,
.o-slice .o-wysiwyg h4,
.o-slice .o-wysiwyg h5,
.o-slice .o-wysiwyg h6 {
  padding-top: 0.5em;
}

.o-slice--wysiwyg .o-container .o-wysiwyg-embed--outer:nth-last-child(2) {
  margin-bottom: 1.5em;
}

.o-slice--wysiwyg .o-wysiwyg-no-body .o-wysiwyg-embed--outer:nth-last-child(2) {
  margin-bottom: 0;
}

.o-slice--wysiwyg-reverse .o-slice__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 768px) {
  .o-slice--wysiwyg-reverse .o-slice__inner {
    display: block;
  }
}
.o-slice--wysiwyg-reverse .o-wysiwyg {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.o-slice--wysiwyg-reverse .o-wysiwyg-embed--outer {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.o-slice--wysiwyg-reverse .o-grid__item:not(:last-child) {
  margin-bottom: 30px;
}

@media (min-width: 1155px) {
  .o-slice--wysiwyg-reverse .o-grid__item:not(:last-child) {
    margin-bottom: 50px;
  }
}
.o-slice--exhibition-body {
  margin-top: 0 !important;
}

.o-slice--exhibition-body:after {
  content: "";
  display: block;
  background-color: #ffe72d;
  height: 50px;
  width: 10px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  z-index: 1;
}

@supports (--custom-properties: 1) {
  .o-slice--exhibition-body:after {
    background-color: var(--theme-primary, #ffe72d);
  }
}
.o-slice--body-content .o-slice__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.o-slice--body-content .o-slice__inner .o-wysiwyg {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.o-slice--body-content .o-slice__inner .o-wysiwyg-embed {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

@media (min-width: 768px) {
  .o-slice--body-content .o-slice__inner {
    display: block;
  }
}
.o-slice--body-content .o-grid__item:not(:last-child) {
  margin-bottom: 30px;
}

@media (min-width: 1155px) {
  .o-slice--body-content .o-grid__item:not(:last-child) {
    margin-bottom: 50px;
  }
}
.o-slice--grey {
  margin: 10px;
  background-color: #f6f6f6;
  padding: 2em 0;
}

@media (min-width: 768px) {
  .o-slice--grey {
    margin: 20px;
  }
}
@media (min-width: 768px) {
  .o-slice--grey {
    padding: 2.5em 0;
  }
}
@media (min-width: 1155px) {
  .o-slice--grey {
    padding: 2.5em 0;
  }
}
.o-page-container + .o-slice--grey {
  margin-top: -1em;
}

@media (min-width: 768px) {
  .o-page-container + .o-slice--grey {
    margin-top: -2em;
  }
}
@media (min-width: 1155px) {
  .o-page-container + .o-slice--grey {
    margin-top: -2.5em;
  }
}
.o-slice--grey + .o-slice--grey {
  margin-top: -10px;
  padding-top: 0;
}

@media (min-width: 768px) {
  .o-slice--grey + .o-slice--grey {
    margin-top: -20px;
  }
}
.o-slice--flush {
  margin-bottom: -1em;
}

.o-slice__shard {
  position: absolute;
  top: 0;
  width: 100%;
  max-height: 500px;
}

.o-slice__shard img {
  display: block;
  width: 100%;
  opacity: 0.3;
}

.o-slice__shard .o-shard-svg {
  width: 1em;
  height: 1em;
  display: inline-block;
  fill: currentColor;
  width: 100vw;
  height: 28em;
  position: absolute;
  top: 10em;
  fill: #f6f6f6;
  opacity: 0.5;
}

.node-has-theme .o-shard-svg {
  fill: var(--accent-background);
}

.o-slice__btn {
  margin-top: 1em;
}

@media (min-width: 1155px) {
  .o-slice__btn {
    margin-top: 0;
    position: absolute;
    top: 0;
    right: 75px;
  }
  .node-has-theme .o-slice__btn {
    top: 0.7em;
    right: calc(75px + 2.2em);
  }
}
.o-slice__inner {
  margin-bottom: 2em;
}

.o-slice__inner:last-of-type {
  margin-bottom: 0;
}

.o-menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.o-menu__item {
  margin-bottom: 0.5em;
  display: block;
}

.o-menu__item span {
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
}

.o-block {
  position: relative;
  width: 100%;
}

.o-block-mainpagecontent .paragraph--type--slice-featured-content:first-child .keyline {
  display: none;
}

.o-logo .o-logo__bg {
  fill: #000000;
}

.o-logo .o-logo__letter {
  fill: #ffffff;
}

.o-logo-inverted .o-logo__bg {
  fill: #ffffff;
}

.o-logo-inverted .o-logo__letter {
  fill: #000000;
}

.o-list-links a {
  text-decoration: none;
}

.o-list-links a > span {
  -webkit-box-shadow: inset 0 -2px 0 0 #007bc7, inset 0 -4px 0 0 #ffffff;
          box-shadow: inset 0 -2px 0 0 #007bc7, inset 0 -4px 0 0 #ffffff;
  text-shadow: 1px 2px 0 #ffffff, -1px 2px 0 #ffffff, 2px 0 0 #ffffff, -2px 0 0 #ffffff;
}

.o-list-links a:hover span, .o-list-links a:focus span {
  -webkit-box-shadow: inset 0 -2px 0 0 transparent, inset 0 -4px 0 0 transparent;
          box-shadow: inset 0 -2px 0 0 transparent, inset 0 -4px 0 0 transparent;
}

.o-list-links li {
  margin-bottom: 0.5em;
}

.o-list-links--profile {
  font-size: 1.12em;
  line-height: 1.4;
}

@media all and (min-width: 768px) {
  .o-list-links--profile {
    font-size: 1em;
  }
}
@media all and (min-width: 1155px) {
  .o-list-links--profile {
    font-size: 1em;
  }
}
@media all and (min-width: 1800px) {
  .o-list-links--profile {
    font-size: 1.09em;
  }
}
.o-list-links--profile li {
  padding: 5px 0;
}

.o-list-links--profile li .profile-label {
  color: rgba(20, 20, 20, 0.6);
  margin-right: 0.25em;
  margin-left: 0.25em;
}

.o-list-links--profile li .roles {
  font-size: 1em;
  line-height: 1.2;
  color: rgba(20, 20, 20, 0.6);
  margin-left: 1em;
}

@media all and (min-width: 768px) {
  .o-list-links--profile li .roles {
    font-size: 0.89em;
  }
}
@media all and (min-width: 1155px) {
  .o-list-links--profile li .roles {
    font-size: 0.8em;
  }
}
@media all and (min-width: 1800px) {
  .o-list-links--profile li .roles {
    font-size: 0.81em;
  }
}
@media (min-width: 768px) {
  .o-list-links--profile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .o-list-links--profile li {
    margin-right: 1em;
  }
  .o-list-links--profile li.full-width {
    width: 100%;
  }
}
.o-list-image li {
  margin-bottom: 2.2em;
}

.o-list-image li:last-of-type {
  margin-bottom: 0;
}

.o-img-slanted {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 62.5%;
  position: relative;
}

.o-img-slanted svg {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  left: 0;
}

.o-img-slanted.-hero {
  padding-top: 56.25%;
}

.o-video-slanted,
.o-video-slanted-flat-bottom {
  width: 100%;
  z-index: 0;
  outline: 1px solid transparent;
  clip-path: polygon(0% 0%, 100% 5%, 100% 95%, 0 100%);
}

@media (min-width: 768px) {
  .o-video-slanted::before, .o-video-slanted::after,
  .o-video-slanted-flat-bottom::before,
  .o-video-slanted-flat-bottom::after {
    content: "";
    position: absolute;
    left: -1px;
    right: -1px;
    height: 10%;
    background-color: #ffffff;
    z-index: 1;
  }
  .o-video-slanted::before,
  .o-video-slanted-flat-bottom::before {
    top: 0;
    -webkit-transform: skewY(1.6deg) translateY(-50%);
            transform: skewY(1.6deg) translateY(-50%);
  }
  .o-video-slanted::after,
  .o-video-slanted-flat-bottom::after {
    bottom: 0;
    -webkit-transform: skewY(-1.6deg) translateY(50%);
            transform: skewY(-1.6deg) translateY(50%);
  }
  @supports (clip-path: polygon(0% 0%, 100% 5%, 100% 95%, 0 100%)) {
    .o-video-slanted::before, .o-video-slanted::after,
    .o-video-slanted-flat-bottom::before,
    .o-video-slanted-flat-bottom::after {
      content: normal;
    }
  }
}
.o-video-slanted iframe,
.o-video-slanted-flat-bottom iframe {
  z-index: -1;
}

@media (min-width: 768px) {
  .o-video-slanted iframe,
  .o-video-slanted-flat-bottom iframe {
    min-width: 100%;
  }
}
.o-video-slanted-flat-bottom {
  clip-path: polygon(0% 0%, 100% 5%, 100% 100%, 0 100%);
}

.o-image-slanted-right {
  clip-path: polygon(0 0%, 100% 2%, 100% 98%, 0 100%);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -webkit-perspective: 1px;
          perspective: 1px;
}

@media (min-width: 768px) {
  .o-image-slanted-right {
    clip-path: polygon(0% 0%, 100% 5%, 100% 95%, 0 100%);
  }
}
.o-image-slanted-right img {
  display: block;
  width: 100%;
}

.o-img-container img {
  height: auto;
}

.o-icon {
  width: 1em;
  height: 1em;
  display: inline-block;
  fill: currentColor;
}

.o-icon-menu {
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  fill: #ffffff;
}

.o-icon-menu--down {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.o-icon-menu--right {
  -webkit-transform: rotate(-90deg) translate(50%, -50%);
          transform: rotate(-90deg) translate(50%, -50%);
}

.svg-symbols {
  display: none;
}

@media (min-width: 768px) {
  .o-wysiwyg {
    width: 70%;
  }
}
.o-wysiwyg ul,
.o-wysiwyg ol {
  padding: 0 25px;
}

.o-wysiwyg img {
  height: auto;
  display: block;
  width: 100%;
}

.o-wysiwyg iframe {
  width: 100%;
}

.o-wysiwyg hr {
  overflow: hidden;
}

.o-wysiwyg .embedded-entity {
  margin: 1em 0;
}

.o-wysiwyg .embedded-entity .media-soundcloud,
.o-wysiwyg .embedded-entity .media-twitter,
.o-wysiwyg .embedded-entity .media--type-image,
.o-wysiwyg .embedded-entity .media--type-video {
  margin-bottom: 0;
}

.o-wysiwyg .embedded-entity .media-soundcloud + figcaption,
.o-wysiwyg .embedded-entity .media-twitter + figcaption,
.o-wysiwyg .embedded-entity .media--type-image + figcaption,
.o-wysiwyg .embedded-entity .media--type-video + figcaption {
  margin-top: 0;
}

.node-has-theme .o-wysiwyg .embedded-entity .media-soundcloud,
.node-has-theme .o-wysiwyg .embedded-entity .media-twitter,
.node-has-theme .o-wysiwyg .embedded-entity .media--type-image,
.node-has-theme .o-wysiwyg .embedded-entity .media--type-video {
  background-size: 99%;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), -webkit-gradient(linear, left top, right top, from(#011a2f), to(#011a2f));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(to right, #011a2f, #011a2f);
}

@supports (--custom-properties: 1) {
  .node-has-theme .o-wysiwyg .embedded-entity .media-soundcloud,
  .node-has-theme .o-wysiwyg .embedded-entity .media-twitter,
  .node-has-theme .o-wysiwyg .embedded-entity .media--type-image,
  .node-has-theme .o-wysiwyg .embedded-entity .media--type-video {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), -webkit-gradient(linear, left top, right top, from(RGBA(var(--theme-secondary, #011a2f), 1)), to(RGBA(var(--theme-secondary, #011a2f), 1)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(to right, RGBA(var(--theme-secondary, #011a2f), 1), RGBA(var(--theme-secondary, #011a2f), 1));
  }
}
.node-has-theme .o-wysiwyg .embedded-entity .media-soundcloud.view-mode-main-column,
.node-has-theme .o-wysiwyg .embedded-entity .media-twitter.view-mode-main-column,
.node-has-theme .o-wysiwyg .embedded-entity .media--type-image.view-mode-main-column,
.node-has-theme .o-wysiwyg .embedded-entity .media--type-video.view-mode-main-column {
  padding: 1em;
}

.node-has-theme .o-wysiwyg .embedded-entity .media-soundcloud.view-mode-right-column,
.node-has-theme .o-wysiwyg .embedded-entity .media-twitter.view-mode-right-column,
.node-has-theme .o-wysiwyg .embedded-entity .media--type-image.view-mode-right-column,
.node-has-theme .o-wysiwyg .embedded-entity .media--type-video.view-mode-right-column {
  padding: 1em;
}

@media (min-width: 768px) {
  .node-has-theme .o-wysiwyg .embedded-entity .media-soundcloud.view-mode-right-column,
  .node-has-theme .o-wysiwyg .embedded-entity .media-twitter.view-mode-right-column,
  .node-has-theme .o-wysiwyg .embedded-entity .media--type-image.view-mode-right-column,
  .node-has-theme .o-wysiwyg .embedded-entity .media--type-video.view-mode-right-column {
    padding: 2.2em;
  }
}
.node-has-theme .o-wysiwyg .embedded-entity .media-twitter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.o-wysiwyg .embedded-entity .media--type-image + figcaption,
.o-wysiwyg .embedded-entity .media--type-video + figcaption,
.o-wysiwyg .embedded-entity .media-soundcloud + figcaption,
.o-wysiwyg .embedded-entity .media--type-pull-out + figcaption,
.o-wysiwyg .embedded-entity .media--type-promo-item.view-mode-right-column + figcaption,
.o-wysiwyg .embedded-entity .media-twitter.view-mode-right-column + figcaption {
  background-color: #f6f6f6;
}

.node-has-theme .o-wysiwyg .embedded-entity .media--type-image + figcaption,
.node-has-theme .o-wysiwyg .embedded-entity .media--type-video + figcaption,
.node-has-theme .o-wysiwyg .embedded-entity .media-soundcloud + figcaption,
.node-has-theme .o-wysiwyg .embedded-entity .media--type-pull-out + figcaption,
.node-has-theme .o-wysiwyg .embedded-entity .media--type-promo-item.view-mode-right-column + figcaption,
.node-has-theme .o-wysiwyg .embedded-entity .media-twitter.view-mode-right-column + figcaption {
  background-size: 99%;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), -webkit-gradient(linear, left top, right top, from(#011a2f), to(#011a2f));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(to right, #011a2f, #011a2f);
}

@supports (--custom-properties: 1) {
  .node-has-theme .o-wysiwyg .embedded-entity .media--type-image + figcaption,
  .node-has-theme .o-wysiwyg .embedded-entity .media--type-video + figcaption,
  .node-has-theme .o-wysiwyg .embedded-entity .media-soundcloud + figcaption,
  .node-has-theme .o-wysiwyg .embedded-entity .media--type-pull-out + figcaption,
  .node-has-theme .o-wysiwyg .embedded-entity .media--type-promo-item.view-mode-right-column + figcaption,
  .node-has-theme .o-wysiwyg .embedded-entity .media-twitter.view-mode-right-column + figcaption {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), -webkit-gradient(linear, left top, right top, from(RGBA(var(--theme-secondary, #011a2f), 1)), to(RGBA(var(--theme-secondary, #011a2f), 1)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(to right, RGBA(var(--theme-secondary, #011a2f), 1), RGBA(var(--theme-secondary, #011a2f), 1));
  }
}
.o-wysiwyg .embedded-entity figcaption {
  padding: 1em;
  margin-bottom: 1em;
  font-size: 1em;
  line-height: 1.2;
}

@media all and (min-width: 768px) {
  .o-wysiwyg .embedded-entity figcaption {
    font-size: 0.89em;
  }
}
@media all and (min-width: 1155px) {
  .o-wysiwyg .embedded-entity figcaption {
    font-size: 0.8em;
  }
}
@media all and (min-width: 1800px) {
  .o-wysiwyg .embedded-entity figcaption {
    font-size: 0.81em;
  }
}
.o-wysiwyg .embedded-entity ul:not(.list-reset) {
  line-height: 1.4;
}

.o-wysiwyg .embedded-entity ul:not(.list-reset) > li:not(:last-child) {
  margin-bottom: 1em;
}

.o-wysiwyg .embedded-entity.align-right {
  background-color: #f6f6f6;
  padding: 1em;
  margin-bottom: 1em;
  float: none;
  font-size: 1em;
  line-height: 1.2;
}

@media all and (min-width: 768px) {
  .o-wysiwyg .embedded-entity.align-right {
    font-size: 0.89em;
  }
}
@media all and (min-width: 1155px) {
  .o-wysiwyg .embedded-entity.align-right {
    font-size: 0.8em;
  }
}
@media all and (min-width: 1800px) {
  .o-wysiwyg .embedded-entity.align-right {
    font-size: 0.81em;
  }
}
@media (min-width: 768px) {
  .o-wysiwyg .embedded-entity.align-right {
    padding: 2.2em;
    clear: right;
    float: right;
    width: 65%;
    margin: 0 0 1em 2.2em;
    margin-right: -42.8571428571%;
  }
}
.node-has-theme .o-wysiwyg .embedded-entity.align-right {
  background-size: 99%;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), -webkit-gradient(linear, left top, right top, from(#011a2f), to(#011a2f));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(to right, #011a2f, #011a2f);
}

@supports (--custom-properties: 1) {
  .node-has-theme .o-wysiwyg .embedded-entity.align-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), -webkit-gradient(linear, left top, right top, from(RGBA(var(--theme-secondary, #011a2f), 1)), to(RGBA(var(--theme-secondary, #011a2f), 1)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(to right, RGBA(var(--theme-secondary, #011a2f), 1), RGBA(var(--theme-secondary, #011a2f), 1));
  }
}
.o-wysiwyg .embedded-entity.align-left {
  float: none;
}

@media (min-width: 768px) {
  .o-wysiwyg.-full-width {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .o-wysiwyg .view-mode-right-column.media--type-image + figcaption, .o-wysiwyg .view-mode-right-column.media--type-video + figcaption {
    clear: right;
    float: right;
    width: 65%;
    margin-right: -42.8571428571%;
  }
}
.o-wysiwyg-embed,
.o-wysiwyg__callout {
  font-size: 100%;
  background-color: #f6f6f6;
  padding: 1em;
  margin-bottom: 1em;
}

@media (min-width: 768px) {
  .o-wysiwyg-embed,
  .o-wysiwyg__callout {
    padding: 2.2em;
    clear: right;
    float: right;
  }
}
.node-has-theme .o-wysiwyg-embed,
.node-has-theme .o-wysiwyg__callout {
  background-size: 99%;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), -webkit-gradient(linear, left top, right top, from(#011a2f), to(#011a2f));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(to right, #011a2f, #011a2f);
}

@supports (--custom-properties: 1) {
  .node-has-theme .o-wysiwyg-embed,
  .node-has-theme .o-wysiwyg__callout {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), -webkit-gradient(linear, left top, right top, from(RGBA(var(--theme-secondary, #011a2f), 1)), to(RGBA(var(--theme-secondary, #011a2f), 1)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(to right, RGBA(var(--theme-secondary, #011a2f), 1), RGBA(var(--theme-secondary, #011a2f), 1));
  }
}
.o-wysiwyg-embed--no-bg {
  padding: 0;
  background-color: transparent;
}

@media (min-width: 768px) {
  .o-wysiwyg-no-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
}
.o-wysiwyg-no-body .o-wysiwyg-embed {
  clear: none;
  float: none;
  margin: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  border: 1px solid #ffffff;
}

@media (min-width: 768px) {
  .o-wysiwyg-embed--inner,
  .o-wysiwyg__callout {
    width: 65%;
    margin: 0 0 1em 2.2em;
    margin-right: -42.8571428571%;
  }
  .o-wysiwyg-embed--inner.media--type-video,
  .o-wysiwyg__callout.media--type-video {
    width: 65%;
    padding-bottom: 36.5625%;
  }
  .o-wysiwyg-embed--inner + figcaption,
  .o-wysiwyg__callout + figcaption {
    clear: right;
    float: right;
    width: 65%;
    margin: 0 0 1em 2.2em;
    margin-right: -42.8571428571%;
  }
}
.o-wysiwyg__intro-text {
  font-size: 1.25em;
  line-height: 1.2;
}

@media all and (min-width: 768px) {
  .o-wysiwyg__intro-text {
    font-size: 1.22em;
  }
}
@media all and (min-width: 1155px) {
  .o-wysiwyg__intro-text {
    font-size: 1.2em;
  }
}
@media all and (min-width: 1800px) {
  .o-wysiwyg__intro-text {
    font-size: 1.27em;
  }
}
.o-wysiwyg-embed--outer {
  margin-bottom: 1px;
}

@media (min-width: 768px) {
  .o-wysiwyg-embed--outer {
    width: 45.5%;
    margin: 0 0 1px 2.2em;
  }
}
.o-wysiwyg-embed--full {
  margin-bottom: 2.2em;
  width: 100%;
  float: none;
}

@media (min-width: 768px) {
  .o-wysiwyg-embed--full ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.o-wysiwyg-embed--full li {
  font-size: 100%;
}

@media (min-width: 768px) {
  .o-wysiwyg-embed--full li {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}
.o-col-main {
  margin-bottom: 2.2em;
}

@media (min-width: 768px) {
  .o-col-main {
    width: 70%;
  }
}
/*
* Teaser node embed - on theme
* (Wasnt a nicer way to do this without a new view mode - Backend said it would be too troublesome - See AndyW/AdamR)
*/
.o-wysiwyg .embedded-entity.align-left .c-teaser--listing {
  padding: 1em;
  background-size: 99%;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), -webkit-gradient(linear, left top, right top, from(#011a2f), to(#011a2f));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(to right, #011a2f, #011a2f);
}

@supports (--custom-properties: 1) {
  .o-wysiwyg .embedded-entity.align-left .c-teaser--listing {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), -webkit-gradient(linear, left top, right top, from(RGBA(var(--theme-secondary, #011a2f), 1)), to(RGBA(var(--theme-secondary, #011a2f), 1)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(to right, RGBA(var(--theme-secondary, #011a2f), 1), RGBA(var(--theme-secondary, #011a2f), 1));
  }
}
.o-wysiwyg a,
.c-media-timeline__content a,
.o-person-meta a {
  text-decoration-color: var(--accent-background);
}

.o-wysiwyg a[href^="https://"], .o-wysiwyg a[href^="http://"],
.c-media-timeline__content a[href^="https://"],
.c-media-timeline__content a[href^="http://"],
.o-person-meta a[href^="https://"],
.o-person-meta a[href^="http://"] {
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  position: relative;
  margin-right: 0.2em;
}

.o-wysiwyg a[href^="https://"]::after, .o-wysiwyg a[href^="http://"]::after,
.c-media-timeline__content a[href^="https://"]::after,
.c-media-timeline__content a[href^="http://"]::after,
.o-person-meta a[href^="https://"]::after,
.o-person-meta a[href^="http://"]::after {
  content: "";
  border-radius: 4px;
  height: 1em;
  width: 1em;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  position: relative;
  display: inline-block;
  margin-left: 0.2em;
  -webkit-mask: url("../img/svg/icon-external.svg");
          mask: url("../img/svg/icon-external.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: #007bc7;
  background-color: var(--background, #007bc7);
}

.o-wysiwyg a[href^="https://"]:hover, .o-wysiwyg a[href^="http://"]:hover,
.c-media-timeline__content a[href^="https://"]:hover,
.c-media-timeline__content a[href^="http://"]:hover,
.o-person-meta a[href^="https://"]:hover,
.o-person-meta a[href^="http://"]:hover {
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}

.o-wysiwyg a[href^="https://"]:hover::after, .o-wysiwyg a[href^="http://"]:hover::after,
.c-media-timeline__content a[href^="https://"]:hover::after,
.c-media-timeline__content a[href^="http://"]:hover::after,
.o-person-meta a[href^="https://"]:hover::after,
.o-person-meta a[href^="http://"]:hover::after {
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  -webkit-transform: translateX(2px);
          transform: translateX(2px);
}

.o-wysiwyg .media a::after,
.c-media-timeline__content .media a::after,
.o-person-meta .media a::after {
  content: none;
}

.has-dark-theme a,
.o-grid .has-dark-theme a {
  text-decoration-color: #ffe72d;
  text-decoration-color: var(--accent-background);
}

.has-dark-theme a[href^="https://"]::after, .has-dark-theme a[href^="http://"]::after,
.o-grid .has-dark-theme a[href^="https://"]::after,
.o-grid .has-dark-theme a[href^="http://"]::after {
  background-color: #ffe72d;
  background-color: var(--accent-background);
}

.has-neutral-theme a,
.has-light-theme a,
.has-default-theme a {
  text-decoration-color: #007bc7;
  text-decoration-color: var(--accent-background);
}

.has-neutral-theme a[href^="https://"]::after, .has-neutral-theme a[href^="http://"]::after,
.has-light-theme a[href^="https://"]::after,
.has-light-theme a[href^="http://"]::after,
.has-default-theme a[href^="https://"]::after,
.has-default-theme a[href^="http://"]::after {
  background-color: #007bc7;
  background-color: var(--accent-background);
}

a.o-button--primary[href^="https://"]::after, a.o-button--primary[href^="http://"]::after,
a.o-button--black[href^="https://"]::after,
a.o-button--black[href^="http://"]::after {
  background-color: #000000;
}

/*
* Exhibition slices have a bg to all slices
*/
.o-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}

@media (min-width: 768px) {
  .o-grid {
    margin-left: -30px;
    margin-top: -30px;
  }
}
@media (min-width: 1155px) {
  .o-grid {
    margin-left: -50px;
    margin-top: -50px;
  }
}
@supports (display: grid) {
  @media (min-width: 768px) {
    .o-grid {
      display: grid;
      grid-template-rows: auto;
      grid-template-columns: 1fr;
      grid-gap: 30px;
      margin-left: 0;
      margin-top: 0;
    }
  }
  @media (min-width: 1155px) {
    .o-grid {
      grid-gap: 50px;
    }
  }
}
@media (min-width: 768px) {
  .o-grid {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
}
.o-grid__item {
  width: 100%;
}

@media (min-width: 768px) {
  .o-grid__item {
    padding-left: 30px;
    padding-top: 30px;
  }
}
@media (min-width: 1155px) {
  .o-grid__item {
    padding-left: 50px;
    padding-top: 50px;
  }
}
@supports (display: grid) {
  @media (min-width: 768px) {
    .o-grid__item {
      padding-top: 0;
      padding-left: 0;
    }
  }
}
@media (min-width: 768px) {
  .o-grid--2-col .o-grid__item {
    width: 50%;
  }
}
@supports (display: grid) {
  @media (min-width: 768px) {
    .o-grid--2-col {
      grid-template-columns: 1fr 1fr;
    }
  }
}
@media (min-width: 768px) {
  .o-grid--3-col .o-grid__item {
    width: 33.333%;
  }
}
@supports (display: grid) {
  @media (min-width: 768px) {
    .o-grid--3-col {
      grid-template-columns: 1fr 1fr 1fr;
    }
  }
}
@media (min-width: 768px) {
  .o-grid--4-col .o-grid__item {
    width: 50%;
  }
}
@media (min-width: 1155px) {
  .o-grid--4-col .o-grid__item {
    width: 25%;
  }
}
@supports (display: grid) {
  @media (min-width: 768px) {
    .o-grid--4-col {
      grid-template-columns: 1fr 1fr;
    }
  }
  @media (min-width: 1155px) {
    .o-grid--4-col {
      grid-template-columns: 1fr 1fr 1fr 1fr;
    }
  }
}
@media (min-width: 480px) {
  .o-grid--5-col .o-grid__item {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .o-grid--5-col .o-grid__item {
    width: 33.3333333333%;
  }
}
@media (min-width: 1155px) {
  .o-grid--5-col .o-grid__item {
    width: 20%;
  }
}
@supports (display: grid) {
  @media (max-width: 479px) {
    .o-grid--5-col.pub-author-list {
      display: grid;
      grid-template-columns: 1fr 1fr;
    }
    .o-grid--5-col.pub-author-list .o-grid__item {
      width: 100%;
    }
  }
  @media (min-width: 480px) {
    .o-grid--5-col {
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-gap: 30px;
    }
  }
  @media (min-width: 768px) {
    .o-grid--5-col {
      grid-template-columns: 1fr 1fr 1fr;
    }
  }
  @media (min-width: 1155px) {
    .o-grid--5-col {
      grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    }
  }
}
@media (min-width: 480px) {
  .o-grid--6-col .o-grid__item {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .o-grid--6-col .o-grid__item {
    width: 33.3333333333%;
  }
}
@media (min-width: 1400px) {
  .o-grid--6-col .o-grid__item {
    width: 16.6666666667%;
  }
}
@supports (display: grid) {
  @media (min-width: 480px) {
    .o-grid--6-col {
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-gap: 30px;
    }
  }
  @media (min-width: 768px) {
    .o-grid--6-col {
      grid-template-columns: 1fr 1fr 1fr;
    }
  }
  @media (min-width: 1400px) {
    .o-grid--6-col {
      grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    }
  }
}
@media (min-width: 480px) {
  .o-grid--7-col .o-grid__item {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .o-grid--7-col .o-grid__item {
    width: 25%;
  }
}
@media (min-width: 1400px) {
  .o-grid--7-col .o-grid__item {
    width: 14.2857142857%;
  }
}
@supports (display: grid) {
  @media (min-width: 480px) {
    .o-grid--7-col {
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-gap: 30px;
    }
  }
  @media (min-width: 768px) {
    .o-grid--7-col {
      grid-template-columns: 1fr 1fr 1fr 1fr;
    }
  }
  @media (min-width: 1400px) {
    .o-grid--7-col {
      grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    }
  }
}
@media (min-width: 480px) {
  .o-grid--two-thirds-col .o-grid__item:nth-child(odd) {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .o-grid--two-thirds-col .o-grid__item:nth-child(odd) {
    width: 66%;
  }
}
@supports (display: grid) {
  .o-grid--two-thirds-col .o-grid__item:nth-child(odd) {
    width: 100%;
  }
}
@media (min-width: 480px) {
  .o-grid--two-thirds-col .o-grid__item:nth-child(even) {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .o-grid--two-thirds-col .o-grid__item:nth-child(even) {
    width: 33%;
  }
}
@supports (display: grid) {
  .o-grid--two-thirds-col .o-grid__item:nth-child(even) {
    width: 100%;
  }
}
@supports (display: grid) {
  @media (min-width: 768px) {
    .o-grid--two-thirds-col {
      display: grid;
      grid-gap: 30px;
      grid-template-columns: 2fr 1fr;
    }
  }
}
@media (min-width: 480px) {
  .o-grid--one-third-col .o-grid__item:nth-child(odd) {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .o-grid--one-third-col .o-grid__item:nth-child(odd) {
    width: 33%;
  }
}
@supports (display: grid) {
  .o-grid--one-third-col .o-grid__item:nth-child(odd) {
    width: 100%;
  }
}
@media (min-width: 480px) {
  .o-grid--one-third-col .o-grid__item:nth-child(odd) .o-grid__item:nth-child(even) {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .o-grid--one-third-col .o-grid__item:nth-child(odd) .o-grid__item:nth-child(even) {
    width: 66%;
  }
}
@supports (display: grid) {
  .o-grid--one-third-col .o-grid__item:nth-child(odd) .o-grid__item:nth-child(even) {
    width: 100%;
  }
}
@supports (display: grid) {
  @media (min-width: 768px) {
    .o-grid--one-third-col {
      grid-template-columns: 1fr 2fr;
      grid-gap: 30px;
      display: grid;
    }
  }
}
@supports (display: grid) {
  .o-grid .o-grid__item {
    width: 100%;
  }
}
/*
* Components
*/
.c-nav {
  margin: 0 10px;
  display: none;
  padding-top: 120px;
}

@media (min-width: 768px) {
  .c-nav {
    margin: 0 20px;
  }
}
@media (min-width: 1155px) {
  .c-nav {
    margin: 0;
    display: block;
    padding-top: 0;
  }
}
.c-nav.-active {
  display: block;
}

.c-nav[aria-hidden=false] {
  pointer-events: auto;
}

@media (min-width: 1155px) {
  .c-nav__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.c-nav__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-nav__item a,
.c-nav__item button {
  text-decoration: none;
}

.c-nav__item a:hover, .c-nav__item a:focus,
.c-nav__item button:hover,
.c-nav__item button:focus {
  text-decoration: none;
}

.c-nav__item a:hover > span, .c-nav__item a:focus > span,
.c-nav__item button:hover > span,
.c-nav__item button:focus > span {
  background-size: 100% 100%;
}

.c-nav__item a > span,
.c-nav__item button > span {
  position: relative;
  width: 100%;
  background-image: linear-gradient(transparent calc(100% - 2px), currentColor 2px);
  background-repeat: no-repeat;
  background-size: 0% 100%;
  -webkit-transition: background-size 0.3s;
  transition: background-size 0.3s;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
}

.nav-is-active .c-nav__item a > span,
.nav-is-active .c-nav__item button > span {
  background-image: linear-gradient(transparent calc(100% - 2px), #fff 2px);
}

.c-nav__item:last-child a {
  border-bottom: 1px solid #2d2d2d;
}

@media (min-width: 1155px) {
  .c-nav__item:last-child a {
    border-bottom: 0;
  }
}
@media (min-width: 1155px) {
  .c-nav__item {
    display: block;
  }
  .c-nav__item:hover .c-mega-menu, .c-nav__item:focus .c-mega-menu, .c-nav__item:focus-within .c-mega-menu {
    display: block;
  }
}
.c-nav__item a {
  font-size: 1em;
  line-height: 1.2;
  text-decoration: none;
  position: relative;
  color: #ffffff;
  border-top: 1px solid #2d2d2d;
  padding: 25px 10px;
  z-index: 2;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  display: block;
}

@media all and (min-width: 768px) {
  .c-nav__item a {
    font-size: 0.89em;
  }
}
@media all and (min-width: 1155px) {
  .c-nav__item a {
    font-size: 0.8em;
  }
}
@media all and (min-width: 1800px) {
  .c-nav__item a {
    font-size: 0.81em;
  }
}
@media (min-width: 1155px) {
  .c-nav__item a {
    color: #000000;
    padding: 15px;
    border-top: 0;
  }
}
.c-nav__item > a {
  text-transform: uppercase;
  font-weight: 500;
}

.c-nav__btn {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70px;
          flex: 0 0 70px;
  position: relative;
  border-left: 1px solid #2d2d2d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-top: 1px solid #2d2d2d;
}

@media (min-width: 1155px) {
  .c-nav__btn {
    display: none;
  }
}
.c-nav__item--active-trail > a span {
  background-size: 100% 100%;
}

.nav-is-active:before,
.search-is-active:before {
  content: "";
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000000;
  z-index: 1;
  z-index: 2;
}

@media (min-width: 1155px) {
  .nav-is-active:before,
  .search-is-active:before {
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2;
  }
}
.nav-is-active .c-nav__content,
.search-is-active .c-nav__content {
  color: #ffffff;
}

.nav-is-active .c-nav__item a,
.search-is-active .c-nav__item a {
  color: #ffffff;
}

.nav-is-active .c-header__logo-hover,
.search-is-active .c-header__logo-hover {
  display: block;
}

.nav-is-active .c-header,
.search-is-active .c-header {
  background-color: #000000;
}

@media (min-width: 1155px) {
  .nav-is-active .c-header,
  .search-is-active .c-header {
    background-color: #ffffff;
  }
}
.nav-is-active.node-has-theme .c-header,
.search-is-active.node-has-theme .c-header {
  background-color: #000000;
}

@media (min-width: 1155px) {
  .nav-is-active.node-has-theme .c-header,
  .search-is-active.node-has-theme .c-header {
    background-color: #ffffff;
  }
}
.nav-is-active .o-logo .o-logo__bg,
.search-is-active .o-logo .o-logo__bg {
  fill: #ffffff;
}

.nav-is-active .o-logo .o-logo__letter,
.search-is-active .o-logo .o-logo__letter {
  fill: #000000;
}

@media (min-width: 1155px) {
  .nav-is-active .o-logo .o-logo__bg,
  .search-is-active .o-logo .o-logo__bg {
    fill: #000000;
  }
  .nav-is-active .o-logo .o-logo__letter,
  .search-is-active .o-logo .o-logo__letter {
    fill: #ffffff;
  }
}
.nav-is-active .c-header__slant,
.search-is-active .c-header__slant {
  display: none;
}

@media (min-width: 1155px) {
  .c-mega-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: -35px;
    right: -45px;
    margin-top: -95px;
    padding: 2.2em;
    padding-top: 120px;
    z-index: 1;
  }
  .c-mega-menu:before {
    content: "";
    position: absolute;
    background-color: #000000;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
    bottom: 0;
  }
}
@media (min-width: 1800px) {
  .c-mega-menu {
    margin-top: -99px;
  }
}
.c-mega-menu.-active {
  display: block;
}

@media (min-width: 1155px) {
  .c-mega-menu__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.c-mega-menu__links {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 67%;
          flex: 0 0 67%;
  margin-bottom: 2.2em;
}

@media (min-width: 1155px) {
  .c-mega-menu__links a {
    padding: 10px 0;
  }
}
@media (min-width: 1155px) {
  .c-mega-menu__links {
    margin-bottom: 0;
  }
}
.c-mega-menu__featured {
  color: #ffffff;
}

.c-mega-menu__featured a.c-teaser__link {
  text-decoration: none;
  padding: 0;
}

.c-mega-menu__featured a.c-teaser__link .c-teaser__title h3 {
  font-size: 125%;
  color: #ffffff !important;
}

.c-mega-menu__featured a.c-teaser__link .c-teaser__desc {
  font-size: 100%;
}

.c-mega-menu__featured a.c-teaser__link:hover .c-teaser__title h3, .c-mega-menu__featured a.c-teaser__link:focus .c-teaser__title h3 {
  -webkit-box-shadow: inset 0 -2px 0 0 #9bd0f0, inset 0 -4px 0 0 #000000 !important;
          box-shadow: inset 0 -2px 0 0 #9bd0f0, inset 0 -4px 0 0 #000000 !important;
  text-shadow: 1px 2px 0 #000000, -1px 2px 0 #000000, 2px 0 0 #000000, -2px 0 0 #000000;
}

@media (min-width: 768px) {
  .c-mega-menu__featured {
    width: 50%;
  }
}
@media (min-width: 1155px) {
  .c-mega-menu__featured {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
  }
}
.c-mega-menu__featured-title {
  font-size: 1.25em;
  line-height: 1.2;
  margin-bottom: 1em;
  display: block;
}

@media all and (min-width: 768px) {
  .c-mega-menu__featured-title {
    font-size: 1.22em;
  }
}
@media all and (min-width: 1155px) {
  .c-mega-menu__featured-title {
    font-size: 1.2em;
  }
}
@media all and (min-width: 1800px) {
  .c-mega-menu__featured-title {
    font-size: 1.27em;
  }
}
.c-mega-menu__title {
  display: none;
  font-size: 1.5em;
  line-height: 1.2;
  color: #ffffff;
  margin-bottom: 1em;
}

@media all and (min-width: 768px) {
  .c-mega-menu__title {
    font-size: 1.67em;
  }
}
@media all and (min-width: 1155px) {
  .c-mega-menu__title {
    font-size: 1.8em;
  }
}
@media all and (min-width: 1800px) {
  .c-mega-menu__title {
    font-size: 1.909em;
  }
}
@media (min-width: 1155px) {
  .c-mega-menu__title {
    display: block;
  }
}
.c-nav-in-section {
  margin-top: -35px;
}

@media (min-width: 1155px) {
  .c-nav-in-section {
    margin-top: 0;
  }
}
.c-nav-in-section .o-button--menu {
  background-color: #2d2d2d;
  color: #ffffff;
}

.c-nav-in-section .o-button--menu:before {
  background-color: #000000;
}

.c-nav-in-section .o-button--menu .o-icon {
  fill: #ffffff;
}

.c-nav-in-section__wrapper {
  display: none;
}

.c-nav-in-section__wrapper.-active {
  display: block;
}

@media (min-width: 1155px) {
  .c-nav-in-section__wrapper {
    display: block;
  }
}
.c-nav-in-section__content {
  background-color: #000000;
}

@media (min-width: 1155px) {
  .c-nav-in-section__content {
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    background-color: #9bd0f0;
    color: #141414;
  }
}
.c-nav-in-section__content.-active {
  display: block;
}

.c-nav-in-section__item a,
.c-nav-in-section__item button {
  text-decoration: none;
}

.c-nav-in-section__item a:hover, .c-nav-in-section__item a:focus,
.c-nav-in-section__item button:hover,
.c-nav-in-section__item button:focus {
  text-decoration: none;
}

.c-nav-in-section__item a:hover > span, .c-nav-in-section__item a:focus > span,
.c-nav-in-section__item button:hover > span,
.c-nav-in-section__item button:focus > span {
  background-size: 100% 100%;
}

.c-nav-in-section__item a > span,
.c-nav-in-section__item button > span {
  position: relative;
  width: 100%;
  background-image: linear-gradient(transparent calc(100% - 2px), currentColor 2px);
  background-repeat: no-repeat;
  background-size: 0% 100%;
  -webkit-transition: background-size 0.3s;
  transition: background-size 0.3s;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
}

.c-nav-in-section__item a {
  font-size: 1em;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 500;
  color: inherit;
  padding: 25px;
  display: block;
  border-bottom: 1px solid #b3b3b3;
}

@media all and (min-width: 768px) {
  .c-nav-in-section__item a {
    font-size: 0.89em;
  }
}
@media all and (min-width: 1155px) {
  .c-nav-in-section__item a {
    font-size: 0.8em;
  }
}
@media all and (min-width: 1800px) {
  .c-nav-in-section__item a {
    font-size: 0.81em;
  }
}
@media (min-width: 1155px) {
  .c-nav-in-section__item {
    display: inline-block;
  }
  .c-nav-in-section__item a {
    padding: 20px 15px;
    border-bottom: 0;
  }
}
.c-nav-in-section__item--active-trail > a span {
  background-size: 100% 100%;
}

.c-nav-lab {
  margin-top: -35px;
  top: -100px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media (min-width: 1155px) {
  .c-nav-lab {
    margin-top: 0;
  }
}
.c-nav-lab.is-sticky {
  position: fixed;
  width: 100%;
  z-index: 10;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

.c-nav-lab.is-in-view {
  top: 35px;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

@media (min-width: 1155px) {
  .c-nav-lab.is-in-view {
    top: 0;
  }
}
.region-hero--without-img .c-nav-lab.is-in-view {
  top: 0;
}

.c-nav-lab .o-button--menu {
  background-color: #2d2d2d;
  color: #ffffff;
}

.node-has-theme .c-nav-lab .o-button--menu {
  background-color: #ffe72d;
  color: #2E2E2E;
}

@supports (--custom-properties: 1) {
  .node-has-theme .c-nav-lab .o-button--menu {
    background-color: var(--theme-primary, #ffe72d);
  }
}
.c-nav-lab .o-button--menu::before {
  content: normal;
}

.c-nav-lab .o-button--menu .o-icon {
  fill: currentColor;
}

.c-nav-lab__wrapper {
  display: none;
}

.c-nav-lab__wrapper.-active {
  display: block;
}

@media (min-width: 1155px) {
  .c-nav-lab__wrapper {
    display: block;
  }
}
.c-nav-lab__content {
  background-color: #000000;
}

.c-nav-lab__content--level-0 {
  color: #000000;
}

@media (min-width: 1155px) {
  .c-nav-lab__content--level-0 {
    padding: 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    background-color: #2d2d2d;
  }
}
@media (min-width: 1155px) {
  .node-has-theme .c-nav-lab__content--level-0 {
    background-size: 99%;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), -webkit-gradient(linear, left top, right top, from(#011a2f), to(#011a2f));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(to right, #011a2f, #011a2f);
  }
  @supports (--custom-properties: 1) {
    .node-has-theme .c-nav-lab__content--level-0 {
      background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), -webkit-gradient(linear, left top, right top, from(RGBA(var(--theme-secondary, #011a2f), 1)), to(RGBA(var(--theme-secondary, #011a2f), 1)));
      background-image: linear-gradient(to right, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(to right, RGBA(var(--theme-secondary, #011a2f), 1), RGBA(var(--theme-secondary, #011a2f), 1));
    }
  }
}
.c-nav-lab__content--level-1 {
  width: 100%;
}

@media (min-width: 1155px) {
  .c-nav-lab__content--level-1 {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    padding: 20px;
    display: none;
    z-index: 1;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .c-nav-lab__content--level-1 > .c-nav-lab__item {
    width: 100%;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
  }
  .c-nav-lab__content--level-1 > .c-nav-lab__item a {
    padding: 5px;
  }
}
.c-nav-lab__content--level-1.is-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 1155px) {
  .c-nav-lab__content--level-2 {
    margin-left: 20px;
  }
  .c-nav-lab__content--level-2 > .c-nav-lab__item a {
    font-size: 0.87em;
    line-height: 1.2;
    padding: 5px;
  }
}
@media (min-width: 1155px) and (min-width: 768px) {
  .c-nav-lab__content--level-2 > .c-nav-lab__item a {
    font-size: 0.78em;
  }
}
@media (min-width: 1155px) and (min-width: 1155px) {
  .c-nav-lab__content--level-2 > .c-nav-lab__item a {
    font-size: 0.7em;
  }
}
@media (min-width: 1155px) and (min-width: 1800px) {
  .c-nav-lab__content--level-2 > .c-nav-lab__item a {
    font-size: 0.72em;
  }
}
.c-nav-lab__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #2d2d2d;
}

.c-nav-lab__item a,
.c-nav-lab__item button {
  text-decoration: none;
}

.c-nav-lab__item a:hover, .c-nav-lab__item a:focus,
.c-nav-lab__item button:hover,
.c-nav-lab__item button:focus {
  text-decoration: none;
}

.c-nav-lab__item a:hover > span, .c-nav-lab__item a:focus > span,
.c-nav-lab__item button:hover > span,
.c-nav-lab__item button:focus > span {
  background-size: 100% 100%;
}

.c-nav-lab__item a > span,
.c-nav-lab__item button > span {
  position: relative;
  width: 100%;
  background-image: linear-gradient(transparent calc(100% - 2px), currentColor 2px);
  background-repeat: no-repeat;
  background-size: 0% 100%;
  -webkit-transition: background-size 0.3s;
  transition: background-size 0.3s;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
}

.c-nav-lab__item a {
  font-size: 1em;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 500;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  color: #ffffff;
  padding: 25px;
  display: block;
}

@media all and (min-width: 768px) {
  .c-nav-lab__item a {
    font-size: 0.89em;
  }
}
@media all and (min-width: 1155px) {
  .c-nav-lab__item a {
    font-size: 0.8em;
  }
}
@media all and (min-width: 1800px) {
  .c-nav-lab__item a {
    font-size: 0.81em;
  }
}
@media (min-width: 1155px) {
  .c-nav-lab__item {
    border-bottom: 0;
    display: block;
  }
  .c-nav-lab__item a {
    padding: 25px 15px;
  }
  .node-has-theme .c-nav-lab__item a {
    color: #ffe72d;
  }
  @supports (--custom-properties: 1) {
    .node-has-theme .c-nav-lab__item a {
      color: var(--theme-primary, #ffe72d);
    }
  }
  .node-has-theme .c-nav-lab__item a:hover, .node-has-theme .c-nav-lab__item a:focus {
    color: #ffffff;
  }
  .node-has-theme .c-nav-lab__item a span {
    background-image: linear-gradient(transparent calc(100% - 2px), #ffe72d 2px);
    background-image: linear-gradient(transparent calc(100% - 2px), var(--theme-primary, #ffe72d) 2px);
  }
}
.c-nav-lab__btn {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70px;
          flex: 0 0 70px;
  position: relative;
  border-left: 1px solid #2d2d2d;
}

@media (min-width: 1155px) {
  .c-nav-lab__btn {
    display: none;
  }
}
@media (min-width: 1155px) {
  .c-nav-lab__item--expanded:focus-within .c-nav-lab__content--level-1, .c-nav-lab__item--expanded:hover .c-nav-lab__content--level-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .c-nav-lab__item--expanded:focus-within .c-nav-lab__content--level-2, .c-nav-lab__item--expanded:hover .c-nav-lab__content--level-2 {
    display: block;
  }
}
.c-nav-lab__item--expanded a {
  position: relative;
  padding-right: 30px;
}

.c-nav-lab__item--expanded a .o-icon-menu {
  display: none;
}

@media (min-width: 1155px) {
  .c-nav-lab__item--expanded a .o-icon-menu {
    display: block;
    right: 5px;
  }
}
.c-nav-lab__item--active-trail > a span {
  background-size: 100%;
}

/*
* Jumplink
*/
@media (min-width: 1155px) {
  .o-block-jumplinkblock {
    position: absolute;
    bottom: 0;
  }
}
@media (max-width: 1155px) {
  .js-drilldown {
    overflow: hidden;
  }
}
@media (max-width: 1155px) {
  .js-drilldown__sub {
    display: none;
  }
}
.js-drilldown__back {
  position: relative;
  background-color: #2d2d2d;
}

.js-drilldown__back .o-button {
  font-size: 1em;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 500;
  color: #ffffff;
  padding: 25px 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  text-align: left;
}

@media all and (min-width: 768px) {
  .js-drilldown__back .o-button {
    font-size: 0.89em;
  }
}
@media all and (min-width: 1155px) {
  .js-drilldown__back .o-button {
    font-size: 0.8em;
  }
}
@media all and (min-width: 1800px) {
  .js-drilldown__back .o-button {
    font-size: 0.81em;
  }
}
.js-drilldown__back .o-icon {
  -webkit-transform: rotate(90deg) translate(-50%, -50%);
          transform: rotate(90deg) translate(-50%, -50%);
}

.js-drilldown__back span {
  margin-left: 30px;
}

@media (min-width: 1155px) {
  .js-drilldown__back {
    display: none !important;
  }
}
.c-hamburger {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 0;
  z-index: 3;
}

@media (min-width: 768px) {
  .c-hamburger {
    top: 20px;
    right: 20px;
  }
}
@media (min-width: 1155px) {
  .c-hamburger {
    display: none;
  }
}
.c-hamburger__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.c-hamburger--active .c-hamburger__lines {
  background-color: transparent;
}

.c-hamburger--active .c-hamburger__lines:before {
  -webkit-transform: translateY(7px) rotate(45deg);
          transform: translateY(7px) rotate(45deg);
}

.c-hamburger--active .c-hamburger__lines:after {
  -webkit-transform: translateY(-7px) rotate(-45deg);
          transform: translateY(-7px) rotate(-45deg);
}

.c-hamburger__lines {
  width: 20px;
  height: 3px;
  background-color: #000000;
  position: relative;
  display: block;
}

.c-hamburger__lines:before, .c-hamburger__lines:after {
  content: "";
  display: block;
  width: 20px;
  height: 3px;
  background-color: currentColor;
  position: absolute;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.c-hamburger__lines:before {
  top: -7px;
}

.c-hamburger__lines:after {
  bottom: -7px;
}

.c-breadcrumb {
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  background-color: #f6f6f6;
  color: #141414;
  padding: 10px;
}

.c-breadcrumb .o-icon {
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
          transform: translate(-50%, -50%) rotate(-90deg);
  position: absolute;
  right: -5px;
  top: 50%;
  width: 8px;
  height: 10px;
}

@media (min-width: 768px) {
  .c-breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.c-breadcrumb__item {
  position: relative;
}

.c-breadcrumb__item a,
.c-breadcrumb__item button {
  text-decoration: none;
}

.c-breadcrumb__item a:hover, .c-breadcrumb__item a:focus,
.c-breadcrumb__item button:hover,
.c-breadcrumb__item button:focus {
  text-decoration: none;
}

.c-breadcrumb__item a:hover > span, .c-breadcrumb__item a:focus > span,
.c-breadcrumb__item button:hover > span,
.c-breadcrumb__item button:focus > span {
  background-size: 100% 100%;
}

.c-breadcrumb__item a > span,
.c-breadcrumb__item button > span {
  position: relative;
  width: 100%;
  background-image: linear-gradient(transparent calc(100% - 2px), currentColor 2px);
  background-repeat: no-repeat;
  background-size: 0% 100%;
  -webkit-transition: background-size 0.3s;
  transition: background-size 0.3s;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
}

.c-breadcrumb__item a,
.c-breadcrumb__item .c-breadcrumb__current-page {
  font-size: 1em;
  line-height: 1.2;
  padding: 20px 15px;
  display: block;
  font-weight: 500;
  text-transform: uppercase;
}

@media all and (min-width: 768px) {
  .c-breadcrumb__item a,
  .c-breadcrumb__item .c-breadcrumb__current-page {
    font-size: 0.89em;
  }
}
@media all and (min-width: 1155px) {
  .c-breadcrumb__item a,
  .c-breadcrumb__item .c-breadcrumb__current-page {
    font-size: 0.8em;
  }
}
@media all and (min-width: 1800px) {
  .c-breadcrumb__item a,
  .c-breadcrumb__item .c-breadcrumb__current-page {
    font-size: 0.81em;
  }
}
.c-breadcrumb__current-page {
  color: rgba(20, 20, 20, 0.6);
}

.c-search-results .c-breadcrumb-container {
  padding-left: calc(15% + 1em);
  padding-right: 0;
  margin-top: 1em;
}

.c-search-results .c-breadcrumb {
  padding: 0;
  background: none;
}

.c-search-results .c-breadcrumb__item {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}

.c-search-results .c-breadcrumb__item:first-child {
  padding-left: 0;
}

.c-search-results .c-breadcrumb__item:first-child a,
.c-search-results .c-breadcrumb__item:first-child .c-breadcrumb__current-page {
  padding-left: 0;
}

.c-search-results .c-breadcrumb__item a,
.c-search-results .c-breadcrumb__item .c-breadcrumb__current-page {
  padding-top: 0;
  padding-bottom: 0;
  font-size: 0.87em;
  line-height: 1.2;
}

@media all and (min-width: 768px) {
  .c-search-results .c-breadcrumb__item a,
  .c-search-results .c-breadcrumb__item .c-breadcrumb__current-page {
    font-size: 0.78em;
  }
}
@media all and (min-width: 1155px) {
  .c-search-results .c-breadcrumb__item a,
  .c-search-results .c-breadcrumb__item .c-breadcrumb__current-page {
    font-size: 0.7em;
  }
}
@media all and (min-width: 1800px) {
  .c-search-results .c-breadcrumb__item a,
  .c-search-results .c-breadcrumb__item .c-breadcrumb__current-page {
    font-size: 0.72em;
  }
}
.c-pagination {
  margin: 2.2em 0;
}

.c-pagination__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  border: 1px solid #cccccc;
  padding: 0 1em;
}

.c-pagination__item {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1em;
  line-height: 1.2;
}

@media all and (min-width: 768px) {
  .c-pagination__item {
    font-size: 0.89em;
  }
}
@media all and (min-width: 1155px) {
  .c-pagination__item {
    font-size: 0.8em;
  }
}
@media all and (min-width: 1800px) {
  .c-pagination__item {
    font-size: 0.81em;
  }
}
.c-pagination__item a {
  padding: 20px 10px;
  text-decoration: none;
  display: block;
}

.c-pagination__item a:hover, .c-pagination__item a:focus {
  text-decoration: none;
}

.c-pagination__item a:hover span, .c-pagination__item a:focus span {
  -webkit-box-shadow: inset 0 -2px 0 0 #007bc7, inset 0 -4px 0 0 #ffffff;
          box-shadow: inset 0 -2px 0 0 #007bc7, inset 0 -4px 0 0 #ffffff;
  text-shadow: 1px 2px 0 #ffffff, -1px 2px 0 #ffffff, 2px 0 0 #ffffff, -2px 0 0 #ffffff;
}

.c-pagination__item > span {
  padding: 20px 10px;
  display: block;
}

.c-pagination__item.is-active a span {
  -webkit-box-shadow: inset 0 -2px 0 0 #007bc7, inset 0 -4px 0 0 #ffffff;
          box-shadow: inset 0 -2px 0 0 #007bc7, inset 0 -4px 0 0 #ffffff;
  text-shadow: 1px 2px 0 #ffffff, -1px 2px 0 #ffffff, 2px 0 0 #ffffff, -2px 0 0 #ffffff;
}

.c-pagination__item--next,
.c-pagination__item--last {
  display: none;
}

@media (min-width: 768px) {
  .c-pagination__item--next,
  .c-pagination__item--last {
    display: block;
  }
}
.c-filter {
  margin-bottom: 2.2em;
}

@media (min-width: 1155px) {
  .c-filter:not(.c-filter--a-z) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 3em;
  }
}
.c-filter .form-item {
  position: relative;
}

.c-filter .form-item label {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.c-filter .form-select {
  padding: 20px;
  padding-right: 40px;
  border-radius: 0;
  overflow: hidden;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin-bottom: 0;
  text-transform: uppercase;
  font-family: inherit;
  font-weight: 500;
  font-size: 1em;
  line-height: 1.2;
  cursor: pointer;
  background-image: url("../img/svg/icon-arrow-accordion.svg");
  background-position: calc(100% - 20px) 50%;
  background-repeat: no-repeat;
  background-size: 10px auto;
}

@media all and (min-width: 768px) {
  .c-filter .form-select {
    font-size: 0.89em;
  }
}
@media all and (min-width: 1155px) {
  .c-filter .form-select {
    font-size: 0.8em;
  }
}
@media all and (min-width: 1800px) {
  .c-filter .form-select {
    font-size: 0.81em;
  }
}
.c-filter--view .form-item {
  border: 1px solid #cccccc;
  margin-bottom: 1em;
}

@media (min-width: 768px) {
  .c-filter--view .form-item {
    margin-bottom: 0;
    -ms-flex-preferred-size: 35%;
        flex-basis: 35%;
    border: 0;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
  }
  .c-filter--view .form-item:before {
    content: "";
    height: 30px;
    width: 1px;
    background-color: #cccccc;
    position: absolute;
    right: 0;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    top: 50%;
  }
  .c-filter--view .form-item:first-child {
    border-left: 1px solid #cccccc;
  }
  .c-filter--view .form-item:nth-last-child(2) {
    border-right: 1px solid #cccccc;
  }
  .c-filter--view .form-item:nth-last-child(2):before {
    content: none;
  }
}
.c-filter--a-z {
  border: 1px solid #cccccc;
  font-size: 1em;
  line-height: 1.2;
  font-weight: 500;
}

@media all and (min-width: 768px) {
  .c-filter--a-z {
    font-size: 0.89em;
  }
}
@media all and (min-width: 1155px) {
  .c-filter--a-z {
    font-size: 0.8em;
  }
}
@media all and (min-width: 1800px) {
  .c-filter--a-z {
    font-size: 0.81em;
  }
}
@media (min-width: 1450px) {
  .c-filter--a-z {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 3em;
  }
}
.c-filter--a-z .form-item:before {
  content: "";
  height: 1px;
  width: 100%;
  background-color: #cccccc;
  position: absolute;
  bottom: 0;
}

@media (min-width: 1450px) {
  .c-filter--a-z .form-item:before {
    height: 30px;
    width: 1px;
    right: 0;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    top: 50%;
    bottom: auto;
  }
}
@media (min-width: 768px) {
  .c-filter--a-z .form-item {
    margin-bottom: 0;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}
.c-filter--a-z__letters {
  padding: 0 10px;
}

@media (min-width: 1450px) {
  .c-filter--a-z__letters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
}
.c-filter--a-z__letters a {
  display: inline-block;
  padding: 20px 10px;
  text-decoration: none;
}

.c-filter--a-z__letters a:hover span, .c-filter--a-z__letters a:focus span, .c-filter--a-z__letters a.active span {
  -webkit-box-shadow: inset 0 -2px 0 0 #007bc7, inset 0 -4px 0 0 #ffffff;
          box-shadow: inset 0 -2px 0 0 #007bc7, inset 0 -4px 0 0 #ffffff;
  text-shadow: 1px 2px 0 #ffffff, -1px 2px 0 #ffffff, 2px 0 0 #ffffff, -2px 0 0 #ffffff;
}

.c-header {
  position: relative;
  width: 100%;
  padding-top: 1.5em;
  background-color: #ffffff;
  z-index: 2;
}

@media (min-width: 1155px) {
  .c-header {
    background-color: transparent;
    padding-top: 2.2em;
    position: relative;
    z-index: auto;
    z-index: 2;
  }
  .c-header:before {
    z-index: 0;
  }
}
.node-has-theme .c-header {
  background-color: #ffffff;
}

.c-header__slant {
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 1;
  display: block;
  margin-top: -1px;
}

@media (min-width: 1155px) {
  .c-header__logo {
    position: relative;
    display: block;
    z-index: 2;
  }
}
.c-header__logo .o-logo {
  width: 90px;
  height: 90px;
  position: absolute;
  top: 0;
  left: 10px;
  z-index: 3;
}

@media (min-width: 768px) {
  .c-header__logo .o-logo {
    left: 20px;
  }
}
@media (min-width: 1155px) {
  .c-header__logo .o-logo {
    top: auto;
    left: auto;
    width: 100px;
    height: 100px;
  }
}
.c-header__logo .o-logo__full {
  width: 187px;
  position: absolute;
  left: -63px;
  top: -41px;
  display: none;
}

@media (min-width: 1156px) {
  .c-header__logo .o-logo__full {
    display: block;
  }
}
.js-logo-animate {
  opacity: 0;
}

.c-header__menu {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 2;
  pointer-events: none;
}

@media (min-width: 1155px) {
  .c-header__menu {
    position: relative;
    margin-left: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    pointer-events: auto;
  }
}
@media (min-width: 1400px) {
  .c-header__menu {
    margin-left: 200px;
  }
}
@media (min-width: 1800px) {
  .c-header__menu {
    margin-left: 350px;
  }
}
.o-block-newsletter {
  background-color: #9bd0f0;
  position: relative;
  padding: 1em;
}

@media (min-width: 768px) {
  .o-block-newsletter {
    padding: 2.2em;
  }
}
@media (min-width: 1155px) {
  .o-block-newsletter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-right: 0;
  }
}
.node-has-theme .o-block-newsletter {
  background-color: #ffe72d;
}

@supports (--custom-properties: 1) {
  .node-has-theme .o-block-newsletter {
    background-color: var(--theme-primary, #ffe72d);
  }
}
@media (min-width: 1155px) {
  .node-has-theme .o-block-newsletter {
    padding-right: 2.2em;
  }
}
.o-block-newsletter .o-newsletter__slant {
  position: absolute;
  right: -1px;
  top: 0;
  height: calc(100% + 1px);
  display: none;
}

@media (min-width: 1155px) {
  .o-block-newsletter .o-newsletter__slant {
    display: block;
  }
}
.node-has-theme .o-block-newsletter .o-newsletter__slant {
  display: none;
}

.o-block-newsletter .o-block-title {
  font-size: 1.25em;
  line-height: 1.2;
}

@media all and (min-width: 768px) {
  .o-block-newsletter .o-block-title {
    font-size: 1.22em;
  }
}
@media all and (min-width: 1155px) {
  .o-block-newsletter .o-block-title {
    font-size: 1.2em;
  }
}
@media all and (min-width: 1800px) {
  .o-block-newsletter .o-block-title {
    font-size: 1.27em;
  }
}
@media (min-width: 768px) {
  .o-block-newsletter__content {
    margin-right: 1em;
  }
}
.o-block-newsletter__content p {
  font-size: 1em;
  line-height: 1.2;
}

@media all and (min-width: 768px) {
  .o-block-newsletter__content p {
    font-size: 0.89em;
  }
}
@media all and (min-width: 1155px) {
  .o-block-newsletter__content p {
    font-size: 0.8em;
  }
}
@media all and (min-width: 1800px) {
  .o-block-newsletter__content p {
    font-size: 0.81em;
  }
}
@media (min-width: 1155px) {
  .o-block-newsletter__content p:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 1155px) {
  .o-block-newsletter__btn {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 30%;
            flex: 1 0 30%;
    z-index: 1;
  }
}
@media (min-width: 1155px) {
  .o-block-newsletter__btn .o-button {
    width: 100%;
  }
}
.o-block-newsletter__btn .o-button:before {
  background-color: #ddd;
}

.paragraph.paragraph--type--slice-featured-content.o-slice {
  margin-bottom: 2em;
}

@media (min-width: 769px) {
  .paragraph.paragraph--type--slice-featured-content.o-slice .o-container {
    padding-top: 0;
  }
}
.paragraph.paragraph--type--slice-featured-content.o-slice h2 {
  text-transform: initial;
}

.paragraph.paragraph--type--slice-featured-content.o-slice .swiper-navigation .o-icon--chevron {
  width: 1em;
  height: 1em;
}

.paragraph.paragraph--type--slice-featured-content.o-slice .o-slice-title {
  display: none;
}

.swiper-carousel-container {
  position: relative;
  z-index: 0;
}

.swiper-slide {
  opacity: 0 !important;
}

.swiper-slide.swiper-slide-active {
  opacity: 1 !important;
}

.swiper-navigation-container {
  position: absolute;
  display: none;
}

@media (max-width: 767px) {
  .swiper-navigation-container {
    top: 0px;
    right: 0;
    padding-top: 62%;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .swiper-active .swiper-navigation-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 768px) {
  .swiper-navigation-container {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    right: auto;
    -webkit-transform: translate(-20%, -50%);
            transform: translate(-20%, -50%);
    color: inherit;
    left: -30px;
    top: 50%;
    z-index: 1;
  }
  .swiper-active .swiper-navigation-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

@media (min-width: 768px) {
  .swiper-pagination {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.swiper-navigation .o-icon--chevron {
  width: 1em;
  height: 1em;
}

/*
* Left side swiper navigation container (carousel)
*/
@media (min-width: 768px) {
  .swiper-navigation-container--left {
    right: auto;
    left: -45px;
  }
}
@media (min-width: 768px) {
  .node-has-theme .swiper-navigation-container--left {
    left: 0;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}
/*
* Left side swiper navigation container (gallery)
*/
@media (min-width: 768px) {
  .swiper-navigation-container--right {
    right: -60px;
    left: auto;
  }
}
.swiper-navigation {
  display: none;
  cursor: pointer;
  outline: 0;
  color: var(--foreground);
}

@media (min-width: 1155px) {
  .swiper-navigation {
    display: block;
  }
}
.swiper-navigation .o-icon--chevron {
  width: 1em;
  height: 1em;
}

@media (max-width: 767px) {
  .swiper-navigation--next {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
}
@media (max-width: 767px) {
  .swiper-navigation--prev {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
@media (min-width: 768px) {
  .swiper-navigation--prev {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
.o-bullet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  outline: none;
  cursor: pointer;
  margin-bottom: 0.2em;
}

@media (max-width: 767px) {
  .o-bullet {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.o-bullet span {
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.o-bullet:hover .o-bullet__number, .o-bullet:focus .o-bullet__number {
  color: var(--background);
}

.o-bullet:hover .o-bullet__number:before, .o-bullet:focus .o-bullet__number:before {
  background-color: currentColor;
  background: var(--accent-background);
}

.o-bullet:hover .o-bullet__progress, .o-bullet:focus .o-bullet__progress {
  background: var(--accent-background);
}

.o-bullet:hover.is-active .o-bullet__progress, .o-bullet:focus.is-active .o-bullet__progress {
  background-color: #ffe72d;
  background: var(--accent-background);
}

.o-bullet.is-active .o-bullet__progress {
  background-color: #ffe72d;
  -webkit-box-shadow: 0px 8px 10px 1px rgba(0, 0, 0, 0.29);
          box-shadow: 0px 8px 10px 1px rgba(0, 0, 0, 0.29);
  background-color: var(--accent-background);
}

@media (max-width: 767px) {
  .o-bullet.is-active .o-bullet__progress {
    height: 30px;
  }
}
@media (min-width: 768px) {
  .o-bullet.is-active .o-bullet__progress {
    width: 90px;
  }
}
.o-bullet.is-active .o-bullet__number span {
  opacity: 1;
}

.o-bullet__progress {
  display: block;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  position: absolute;
  transition: 0.2s ease-in-out;
  top: 1em;
}

@media (max-width: 767px) {
  .o-bullet__progress {
    width: 20px;
    height: 30px;
    bottom: 30px;
  }
}
@media (min-width: 768px) {
  .o-bullet__progress {
    width: 0;
    right: 20px;
    height: 1em;
    top: inherit;
  }
}
@media (min-width: 768px) {
  .swiper-navigation-container--left .o-bullet__progress {
    right: auto;
    left: 0;
    width: 90px;
  }
}
.o-bullet__number {
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--background);
}

@media (max-width: 767px) {
  .o-bullet__number {
    width: 10px;
    height: 10px;
    margin: 0px 7px;
  }
}
@media (min-width: 768px) {
  .o-bullet__number {
    margin: 0;
  }
}
.o-bullet__number:before {
  content: "";
  border-radius: 0;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  position: absolute;
  width: 1em;
  height: 1em;
  background-color: #000000;
  color: var(--background);
  background: var(--accent-background);
}

.o-bullet__number span {
  display: block;
  color: #ffffff;
  color: var(--background);
  z-index: 1;
  font-size: 0.8em;
}

/*
* Featured content version tweaks (Carousel)
* Just simple pips over the image on mobile.
*/
@media (max-width: 767px) {
  .paragraph--type--slice-featured-content .swiper-navigation-container {
    padding-top: 0;
    width: auto;
    right: 10px;
    top: -1em;
  }
}
.node-has-theme .paragraph--type--slice-featured-content .swiper-navigation-container .o-container .o-panel {
  background-image: none;
  background-color: transparent;
}

.paragraph--type--slice-featured-content .swiper-container {
  overflow: initial;
}

@media (min-width: 1155px) {
  .paragraph--type--slice-featured-content .swiper-container {
    overflow: hidden;
    margin: 0;
  }
}
@media (min-width: 768px) {
  .node-has-theme .paragraph--type--slice-featured-content .swiper-container {
    padding-left: 45px;
  }
}
.paragraph--type--slice-featured-content .o-bullet.is-active .o-bullet__number:before {
  background-color: #ffe72d;
  border: none;
  opacity: 1;
  border-radius: 0;
  color: var(--background);
  background: var(--accent-background);
}

@media (max-width: 767px) {
  .paragraph--type--slice-featured-content .o-bullet.is-active .o-bullet__number:before {
    content: "";
    display: block;
    opacity: 1;
    background-color: var(--accent-background);
  }
}
.paragraph--type--slice-featured-content .o-bullet.is-active .o-bullet__number span {
  color: #000000;
  color: var(--background);
}

.paragraph--type--slice-featured-content .o-video-container {
  background-color: rgba(0, 0, 0, 0.356);
}

@media (min-width: 1155px) {
  .paragraph--type--slice-featured-content .o-video-container {
    width: 72%;
  }
}
@media (max-width: 767px) {
  .paragraph--type--slice-featured-content .o-video-container + .c-featured__content {
    margin-top: -1em;
  }
}
.paragraph--type--slice-featured-content .c-featured__content {
  width: 80%;
  margin-left: 2em;
  background: var(--background);
  color: var(--foreground);
  -webkit-box-shadow: 0px 8px 10px 1px rgba(0, 0, 0, 0.29);
          box-shadow: 0px 8px 10px 1px rgba(0, 0, 0, 0.29);
}

@media (min-width: 1155px) {
  .paragraph--type--slice-featured-content .c-featured__content {
    width: 45%;
    margin-left: 0;
    margin-right: 1em;
  }
}
@media (min-width: 1400px) {
  .paragraph--type--slice-featured-content .c-featured__content {
    width: 30%;
  }
}
.paragraph--type--slice-featured-content .c-featured__content .o-button--primary {
  background: var(--accent-background);
  color: var(--background);
  -webkit-box-shadow: 0px 8px 10px 1px rgba(0, 0, 0, 0.29);
          box-shadow: 0px 8px 10px 1px rgba(0, 0, 0, 0.29);
}

.paragraph--type--slice-featured-content .c-featured__content .o-button--primary:hover {
  background: none;
  color: var(--foreground);
  background: var(--accent-foreground);
}

.paragraph--type--slice-featured-content .c-featured__content .o-button--primary::before {
  background-color: transparent;
}

.paragraph--type--slice-gallery {
  background-color: var(--background);
  color: var(--foreground);
}

@media (min-width: 768px) {
  .c-gallery .media--type-image {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .c-gallery .swiper-navigation-container {
    right: calc(30% - 45px);
  }
}
@media (min-width: 768px) {
  .c-gallery__figure {
    width: 70%;
    margin-bottom: 0;
  }
}
.c-gallery__caption {
  font-weight: bold;
  color: var(--foreground);
}

@media (max-width: 767px) {
  .c-gallery__caption {
    padding-top: 2em;
  }
}
@media (min-width: 768px) {
  .c-gallery__caption {
    position: absolute;
    left: 80%;
    bottom: 0;
    font-weight: bold;
    border-left: 2px solid #9bd0f0;
    border-color: var(--accent-background);
    padding-left: 1em;
  }
}
@media (min-width: 1155px) {
  .c-gallery__caption {
    left: 85%;
  }
}
@media (min-width: 768px) {
  .node-has-theme .c-gallery__caption {
    border-color: #ffe72d;
  }
  @supports (--custom-properties: 1) {
    .node-has-theme .c-gallery__caption {
      border-color: var(--theme-primary, #ffe72d);
    }
  }
}
.c-hero {
  position: relative;
}

.c-hero__wrapper {
  position: relative;
}

.c-hero__wrapper.node--type-publication h1 {
  font-size: 1.75em;
  line-height: 1.2;
}

@media all and (min-width: 768px) {
  .c-hero__wrapper.node--type-publication h1 {
    font-size: 2.22em;
  }
}
@media all and (min-width: 1155px) {
  .c-hero__wrapper.node--type-publication h1 {
    font-size: 2em;
  }
}
@media all and (min-width: 1800px) {
  .c-hero__wrapper.node--type-publication h1 {
    font-size: 2.27em;
  }
}
.c-hero__img {
  position: relative;
  min-height: 340px;
  overflow: hidden;
}

.c-hero__img:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(40%, transparent), color-stop(80%, rgba(0, 0, 0, 0.4)));
  background-image: linear-gradient(to bottom, transparent, transparent 40%, rgba(0, 0, 0, 0.4) 80%);
  pointer-events: none;
}

.c-hero__img img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  height: 100%;
  z-index: -1;
  width: 100%;
  font-family: "object-fit: cover;";
}

.c-hero__img .region-hero--with-additional-info ::before {
  content: inherit;
}

@media (min-width: 768px) {
  .c-hero__img {
    min-height: 500px;
  }
}
@media (min-width: 1155px) {
  .c-hero__img {
    min-height: 550px;
  }
}
@media (min-width: 1800px) {
  .c-hero__img {
    min-height: 700px;
  }
}
/*
* Clicable caption
*/
.c-caption-reveal {
  display: none;
}

@media (min-width: 768px) {
  .c-caption-reveal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 100%;
    position: absolute;
    right: 0;
    top: 6em;
    z-index: 2;
    pointer-events: none;
  }
}
@media (min-width: 1155px) {
  .c-caption-reveal {
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    bottom: 0;
    top: inherit;
  }
}
.c-caption-reveal__btn {
  background-color: #2d2d2d;
  color: white;
  width: auto;
  z-index: 0;
  pointer-events: auto;
}

.c-caption-reveal__btn .o-icon {
  display: block;
}

.c-caption-reveal__btn .o-icon--info {
  fill: #ffffff;
  width: 1.2em;
  height: 1.2em;
}

.c-caption-reveal__btn:hover, .c-caption-reveal__btn:focus, .c-caption-reveal__btn.-active {
  background-color: rgb(19.5, 19.5, 19.5);
}

.node-has-theme .c-caption-reveal__btn {
  background-size: 99%;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), -webkit-gradient(linear, left top, right top, from(#011a2f), to(#011a2f));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(to right, #011a2f, #011a2f);
  color: #ffe72d;
}

@supports (--custom-properties: 1) {
  .node-has-theme .c-caption-reveal__btn {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), -webkit-gradient(linear, left top, right top, from(RGBA(var(--theme-secondary, #011a2f), 1)), to(RGBA(var(--theme-secondary, #011a2f), 1)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(to right, RGBA(var(--theme-secondary, #011a2f), 1), RGBA(var(--theme-secondary, #011a2f), 1));
  }
}
@supports (--custom-properties: 1) {
  .node-has-theme .c-caption-reveal__btn {
    color: var(--theme-primary, #ffe72d);
  }
}
.node-has-theme .c-caption-reveal__btn .o-icon--info {
  fill: #ffe72d;
}

@supports (--custom-properties: 1) {
  .node-has-theme .c-caption-reveal__btn .o-icon--info {
    fill: var(--theme-primary, #ffe72d);
  }
}
.c-caption-reveal__text {
  font-size: 1em;
  line-height: 1.2;
  position: absolute;
  background-color: rgb(19.5, 19.5, 19.5);
  right: 0;
  padding: 15px;
  padding-right: calc(3em + 15px);
  top: 50%;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  -webkit-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
  -webkit-transform: translate(100%, 0);
          transform: translate(100%, 0);
  display: none;
  max-width: 90%;
  z-index: 0;
  pointer-events: auto;
  top: 0;
}

@media all and (min-width: 768px) {
  .c-caption-reveal__text {
    font-size: 0.89em;
  }
}
@media all and (min-width: 1155px) {
  .c-caption-reveal__text {
    font-size: 0.8em;
  }
}
@media all and (min-width: 1800px) {
  .c-caption-reveal__text {
    font-size: 0.81em;
  }
}
.c-caption-reveal__text.-active, .c-caption-reveal__text.-is-focused:focus {
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.c-caption-reveal__text.-is-focused:focus-within {
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

@media (min-width: 768px) {
  .c-caption-reveal__text {
    display: block;
    max-width: 35%;
  }
}
@media (min-width: 1155px) {
  .c-caption-reveal__text {
    max-width: 25%;
    top: inherit;
    bottom: 0;
  }
}
@media (min-width: 768px) {
  .c-caption-reveal__text {
    display: block;
  }
}
.c-caption-reveal__text a {
  text-decoration-color: currentColor;
}

.c-caption-reveal__text a:hover, .c-caption-reveal__text a:focus {
  text-decoration: none;
}

.c-hero__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: absolute;
  bottom: 100%;
  width: 100%;
  margin-bottom: 1.5em;
}

@media (min-width: 1155px) {
  .c-hero__main {
    position: relative;
    bottom: auto;
    width: 100%;
  }
}
.c-hero__main .o-container {
  width: 100%;
}

.c-hero__main h1 {
  text-transform: uppercase;
  font-weight: 500;
  font-weight: normal;
  margin-bottom: 0;
  width: 100%;
  -webkit-animation: hero-title 0.5s ease;
          animation: hero-title 0.5s ease;
}

.c-hero__main h1 .post-title {
  font-size: 1.25em;
  line-height: 1.2;
  margin-left: 1em;
}

@media all and (min-width: 768px) {
  .c-hero__main h1 .post-title {
    font-size: 1.22em;
  }
}
@media all and (min-width: 1155px) {
  .c-hero__main h1 .post-title {
    font-size: 1.2em;
  }
}
@media all and (min-width: 1800px) {
  .c-hero__main h1 .post-title {
    font-size: 1.27em;
  }
}
.node-has-theme .c-hero__main h1 {
  color: #ffffff;
  text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3);
  color: #ffe72d;
  text-shadow: none;
}

@supports (--custom-properties: 1) {
  .node-has-theme .c-hero__main h1 {
    color: var(--theme-primary, #ffe72d);
  }
}
.c-hero__main h1 p {
  margin-bottom: 0;
}

.region-hero--with-img .c-hero__main h1 {
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}

.region-hero--without-img .c-hero__main h1 {
  color: #000000;
}

@media (min-width: 1155px) {
  .c-hero__main h1 {
    width: 70%;
  }
}
.c-hero__secondary-title {
  font-size: 1.25em;
  line-height: 1.2;
  display: block;
  text-transform: initial;
  font-weight: 500;
  margin: 5px 0;
}

@media all and (min-width: 768px) {
  .c-hero__secondary-title {
    font-size: 1.22em;
  }
}
@media all and (min-width: 1155px) {
  .c-hero__secondary-title {
    font-size: 1.2em;
  }
}
@media all and (min-width: 1800px) {
  .c-hero__secondary-title {
    font-size: 1.27em;
  }
}
.c-hero__content {
  position: relative;
}

.c-hero__sub {
  font-size: 1.25em;
  line-height: 1.2;
  padding: 2.2em 0 4em;
}

@media all and (min-width: 768px) {
  .c-hero__sub {
    font-size: 1.22em;
  }
}
@media all and (min-width: 1155px) {
  .c-hero__sub {
    font-size: 1.2em;
  }
}
@media all and (min-width: 1800px) {
  .c-hero__sub {
    font-size: 1.27em;
  }
}
@media (min-width: 1155px) {
  .c-hero__sub {
    padding: 2.2em 0;
  }
}
.c-hero__sub span + .c-news-info {
  padding-top: 20px;
}

.c-hero__profile {
  margin-bottom: 3em;
}

@media (min-width: 768px) {
  .c-hero__profile--without-img .c-hero__profile-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .c-hero__profile--without-img .c-hero__profile-content h1,
  .c-hero__profile--without-img .c-hero__profile-content ul {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
  }
  .c-hero__profile--without-img .c-hero__profile-content h1 {
    border-right: 1px solid #cccccc;
    padding-right: 30px;
    margin-right: 30px;
  }
}
@media (min-width: 768px) {
  .c-hero__profile--with-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.c-hero__profile--with-img .c-hero__profile-content {
  margin-bottom: 2.2em;
}

@media (min-width: 768px) {
  .c-hero__profile--with-img .c-hero__profile-content {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    margin-bottom: 0;
    margin-right: 30px;
  }
}
.c-hero__profile--with-img .c-hero__profile-content h2 {
  margin-bottom: 1em;
}

@media (min-width: 768px) {
  .c-hero__profile--with-img .c-hero__profile-img {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
  }
}
body .region-hero {
  /*-------------------------------------------------set baseline styles ---------------*/
  padding-bottom: 2.2em;
  padding-top: 0;
  z-index: 0;
  overflow: hidden;
  /*------------------------------------------------------------- overrides for hero with image ----------*/
  /*------------------------------------------------------------- overrides for hero without subtitle ----------*/
}

body .region-hero .c-hero__content {
  z-index: 1;
  position: relative;
}

body .region-hero .c-hero__content .c-hero__main {
  padding-top: 5em;
  width: 100%;
  bottom: 100%;
  position: relative;
}

@media (min-width: 1400px) {
  body .region-hero .c-hero__content .c-hero__main {
    padding-top: 6em;
    padding-bottom: 2.2em;
    margin-bottom: 0;
  }
}
body .region-hero .c-hero__content .c-hero__main h1 {
  color: #000000;
  line-height: 1.1;
  font-size: 2.9em;
  text-transform: inherit;
  width: 100%;
  padding-bottom: 10px;
}

@media (min-width: 1155px) {
  body .region-hero .c-hero__content .c-hero__main h1 {
    width: 80%;
  }
}
@media (min-width: 1400px) {
  body .region-hero .c-hero__content .c-hero__main h1 {
    width: 70%;
  }
}
body .region-hero .c-hero__content .c-nav-in-section {
  background-color: transparent;
}

body .region-hero .c-hero__content .c-nav-in-section + .c-hero__sub .o-container::before {
  background-color: #2d2d2d;
}

body .region-hero .c-hero__content .c-hero__sub {
  background-color: transparent;
  background-image: none;
  margin: 0;
  padding: 20px 10px;
  color: #000000;
}

@media (min-width: 768px) {
  body .region-hero .c-hero__content .c-hero__sub {
    margin-bottom: 0;
    padding: 20px;
  }
}
@media (min-width: 1155px) {
  body .region-hero .c-hero__content .c-hero__sub {
    padding: 40px 75px;
  }
}
body .region-hero .c-hero__content .c-hero__sub .o-container {
  padding: 0 0 0 2.2em;
  position: relative;
}

body .region-hero .c-hero__content .c-hero__sub .o-container::before {
  content: "";
  position: absolute;
  background-color: #b3b3b3;
  left: 0;
  top: 0;
  width: 0.6em;
  height: 100%;
}

body .region-hero .c-hero__content .c-hero__sub .o-container .c-hero__subtitle {
  padding-bottom: 1em;
  position: relative;
  line-height: 1.3;
  -webkit-animation: hero-title 1s ease;
          animation: hero-title 1s ease;
}

@media (min-width: 768px) {
  body .region-hero .c-hero__content .c-hero__sub .o-container .c-hero__subtitle {
    width: 100%;
    display: block;
  }
}
@media (min-width: 768px) and (min-width: 1155px) {
  body .region-hero .c-hero__content .c-hero__sub .o-container .c-hero__subtitle {
    width: 80%;
  }
}
@media (min-width: 768px) and (min-width: 1400px) {
  body .region-hero .c-hero__content .c-hero__sub .o-container .c-hero__subtitle {
    width: 70%;
  }
}
body .region-hero .c-hero__content .c-hero__sub .o-container .c-hero__subtitle + .c.c-news-info {
  padding-top: 20px;
}

body .region-hero .c-hero__content .c-hero__sub .o-container .c-news-info .c-news-info__date {
  color: #000000;
  text-shadow: initial;
}

body .region-hero .c-hero__content .c-hero__sub .o-container .c-news-info .o-taxonomy span {
  background-color: #f6f6f6;
  padding: 0.2em;
  border: 1px solid #2d2d2d;
}

body .region-hero .c-hero__content .c-hero__sub .o-container .c-news-info .o-taxonomy span a {
  color: #000000;
}

body .region-hero .c-hero__content .c-hero__sub .o-container .c-news-info .o-taxonomy span:hover {
  background-color: #2d2d2d;
}

body .region-hero .c-hero__content .c-hero__sub .o-container .c-news-info .o-taxonomy span:hover a {
  color: #ffffff;
}

body .region-hero .c-hero__content .c-hero__sub .o-container .c-news-info .o-taxonomy a {
  background-color: transparent;
  padding: 0;
}

body .region-hero .c-hero__content .c-hero__sub .o-container .c-news-info .o-taxonomy a:hover {
  background-color: transparent;
}

body .region-hero .o-block-crick-breadcrumbs .c-breadcrumb {
  background-color: transparent;
  background-image: initial;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 3.5em;
}

@media (min-width: 1156px) {
  body .region-hero .o-block-crick-breadcrumbs .c-breadcrumb {
    height: auto;
  }
}
body .region-hero .o-block-crick-breadcrumbs .c-breadcrumb .c-breadcrumb__item:nth-child(1) a {
  padding-left: 0;
}

body .region-hero .o-block-crick-breadcrumbs .c-breadcrumb .c-breadcrumb__item a {
  color: #000000;
}

body .region-hero .o-block-crick-breadcrumbs .c-breadcrumb .c-breadcrumb__item .c-breadcrumb__current-page {
  color: "dark-grey";
}

body .region-hero.region-hero--with-img .c-hero__img::before {
  z-index: 1;
}

body .region-hero.region-hero--with-img .c-hero__img img {
  z-index: 0;
}

body .region-hero.region-hero--with-img .c-hero__content .c-hero__main {
  position: absolute;
}

@media (min-width: 1400px) {
  body .region-hero.region-hero--with-img .c-hero__content .c-hero__main {
    padding-bottom: 1em;
  }
}
body .region-hero.region-hero--with-img .c-hero__content .c-hero__main h1 {
  color: #ffffff;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  text-transform: inherit;
}

body .region-hero.region-hero--with-img .c-nav-in-section {
  background-color: #2d2d2d;
}

@media (min-width: 1156px) {
  body .region-hero.region-hero--without-additional-info .o-block-crick-breadcrumbs .c-breadcrumb {
    height: auto;
    margin-top: 40px;
  }
}
body.node-has-theme .region-hero .c-hero__img .c-caption-reveal__text {
  background-size: 99%;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), -webkit-gradient(linear, left top, right top, from(#011a2f), to(#011a2f));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(to right, #011a2f, #011a2f);
  color: #ffe72d;
}

@supports (--custom-properties: 1) {
  body.node-has-theme .region-hero .c-hero__img .c-caption-reveal__text {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), -webkit-gradient(linear, left top, right top, from(RGBA(var(--theme-secondary, #011a2f), 1)), to(RGBA(var(--theme-secondary, #011a2f), 1)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(to right, RGBA(var(--theme-secondary, #011a2f), 1), RGBA(var(--theme-secondary, #011a2f), 1));
  }
}
@supports (--custom-properties: 1) {
  body.node-has-theme .region-hero .c-hero__img .c-caption-reveal__text {
    color: var(--theme-primary, #ffe72d);
  }
}
body.node-has-theme .region-hero .c-hero__content .c-hero__main h1 {
  color: #ffe72d;
}

@supports (--custom-properties: 1) {
  body.node-has-theme .region-hero .c-hero__content .c-hero__main h1 {
    color: var(--theme-primary, #ffe72d);
  }
}
body.node-has-theme .region-hero .c-hero__content .c-nav-in-section {
  background-color: transparent;
}

body.node-has-theme .region-hero .c-hero__content .c-hero__sub {
  color: #ffe72d;
}

@supports (--custom-properties: 1) {
  body.node-has-theme .region-hero .c-hero__content .c-hero__sub {
    color: var(--theme-primary, #ffe72d);
  }
}
body.node-has-theme .region-hero .c-hero__content .c-hero__sub .o-container::before {
  background-color: #ffe72d;
}

@supports (--custom-properties: 1) {
  body.node-has-theme .region-hero .c-hero__content .c-hero__sub .o-container::before {
    background-color: var(--theme-primary, #ffe72d);
  }
}
body.node-has-theme .region-hero ~ .region-post-content {
  padding-bottom: 1em;
}

body.node-has-theme .region-hero.region-hero--exhibition.region-hero--with-bg-img {
  background-color: transparent;
  background-image: none;
  z-index: 1;
  z-index: auto;
}

body.node-has-theme .region-hero.region-hero--exhibition.region-hero--with-bg-img .c-hero__img::before {
  content: none;
}

body.path-frontpage .region-hero {
  background-color: transparent;
  padding-bottom: 0;
}

body .region-hero .o-donate-wrapper + .o-block-entityview-herocontent .c-hero__content .c-hero__main {
  padding-top: 4em;
}

@media (min-width: 1400px) {
  body .region-hero .o-donate-wrapper + .o-block-entityview-herocontent .c-hero__content .c-hero__main {
    padding-top: 5em;
  }
}
.c-hero-video {
  width: 100%;
  position: relative;
  background-color: #f6f6f6;
}

.c-hero-video__controls {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 1;
}

@media (min-width: 768px) and (max-width: 1154px) {
  .c-hero-video__controls {
    right: 20px;
  }
}
.c-hero-video__controls .play,
.c-hero-video__controls .pause {
  display: none;
}

.c-hero-video__controls.is-active {
  opacity: 1;
}

.c-hero-video__controls .o-button {
  width: 50px;
  height: 50px;
  padding: 0;
  text-align: center;
  position: absolute;
  top: -4em;
  right: 0;
  z-index: 2;
}

.c-media-with-overlay--home .c-media-with-overlay__bg {
  background-image: url(../../src/img/raster/hero_video_placeholder2024.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: 50% 50%;
}

@media (min-width: 769px) {
  .c-media-with-overlay--home .c-media-with-overlay__bg {
    background-size: 100% auto;
  }
}
.c-news-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-news-info__date {
  margin-right: 10px;
  margin-bottom: 0.5em;
}

@media (min-width: 768px) {
  .c-news-info__date {
    margin-bottom: 0;
  }
}
.node-has-theme .c-news-info__date {
  color: #ffffff;
  text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3);
}

.c-event-info {
  background-color: #000000;
  color: #ffffff;
  font-size: 1.25em;
  line-height: 1.2;
  padding: 2.2em 0;
  margin-bottom: 2em;
}

.c-event-info a {
  text-decoration: none;
}

.c-event-info a > span {
  -webkit-box-shadow: inset 0 -2px 0 0 #9bd0f0, inset 0 -4px 0 0 #000000;
          box-shadow: inset 0 -2px 0 0 #9bd0f0, inset 0 -4px 0 0 #000000;
  text-shadow: 1px 2px 0 #000000, -1px 2px 0 #000000, 2px 0 0 #000000, -2px 0 0 #000000;
}

.c-event-info a:hover span, .c-event-info a:focus span {
  -webkit-box-shadow: inset 0 -2px 0 0 transparent, inset 0 -4px 0 0 transparent;
          box-shadow: inset 0 -2px 0 0 transparent, inset 0 -4px 0 0 transparent;
}

@media all and (min-width: 768px) {
  .c-event-info {
    font-size: 1.22em;
  }
}
@media all and (min-width: 1155px) {
  .c-event-info {
    font-size: 1.2em;
  }
}
@media all and (min-width: 1800px) {
  .c-event-info {
    font-size: 1.27em;
  }
}
.c-event-info + .c-hero__sub {
  border-top: 1px solid #2d2d2d;
}

@media (min-width: 768px) {
  .c-event-info {
    margin-bottom: 2.5em;
  }
}
@media (min-width: 1155px) {
  .c-event-info {
    margin-bottom: 2.5em;
    padding: 1em 0;
  }
}
@media (min-width: 768px) {
  .c-event-info__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.c-event-info__list {
  margin-bottom: 2.2em;
}

@media (min-width: 768px) {
  .c-event-info__list {
    margin-bottom: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
  }
}
@media (min-width: 1155px) {
  .c-event-info__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.c-event-info__item {
  margin-right: 1em;
  font-size: 1em;
  line-height: 1.2;
  margin-bottom: 0.5em;
}

@media all and (min-width: 768px) {
  .c-event-info__item {
    font-size: 0.89em;
  }
}
@media all and (min-width: 1155px) {
  .c-event-info__item {
    font-size: 0.8em;
  }
}
@media all and (min-width: 1800px) {
  .c-event-info__item {
    font-size: 0.81em;
  }
}
.c-event-info__item.-date {
  font-size: 1.12em;
  line-height: 1.4;
  text-transform: uppercase;
  font-weight: 500;
  width: 100%;
}

@media all and (min-width: 768px) {
  .c-event-info__item.-date {
    font-size: 1em;
  }
}
@media all and (min-width: 1155px) {
  .c-event-info__item.-date {
    font-size: 1em;
  }
}
@media all and (min-width: 1800px) {
  .c-event-info__item.-date {
    font-size: 1.09em;
  }
}
.page-node-type-page .region-hero,
.page-node-type-section-lead .region-hero,
.page-node-type-lab .region-hero,
.page-node-type-article .region-hero {
  background-color: transparent;
  margin-bottom: 0;
  padding-bottom: 0;
}

.page-node-type-page .region-hero a,
.page-node-type-section-lead .region-hero a,
.page-node-type-lab .region-hero a,
.page-node-type-article .region-hero a {
  text-decoration-color: var(--accent-background);
}

@media (max-width: 767px) {
  .page-node-type-page .c-hero__extra,
  .page-node-type-section-lead .c-hero__extra,
  .page-node-type-lab .c-hero__extra,
  .page-node-type-article .c-hero__extra {
    padding-bottom: 0.5em;
  }
}
.c-hero__wrapper {
  z-index: 0;
  background-color: #f6f6f6;
}

.c-hero__wrapper.has-neutral {
  --background: #f6f6f6;
  --foreground: #000000;
  --accent-background: #007bc7;
  --accent-foreground: #9bd0f0;
  --background-2: #2d2d2d;
  --foreground-2: #ffffff;
  background-color: var(--background);
}

.c-hero__wrapper.has-dark {
  --background: #000000;
  --foreground: #ffffff;
  --accent-background: #ffe72d;
  --accent-foreground: #007bc7;
  --background-2: #2d2d2d;
  --foreground-2: #ffffff;
  background-color: var(--background);
}

.c-hero__wrapper.has-light {
  --background: #ffffff;
  --foreground: #000000;
  --accent-background: #007bc7;
  --accent-foreground: #9bd0f0;
  --background-2: #2d2d2d;
  --foreground-2: #ffffff;
  background-color: var(--background);
}

.c-hero__wrapper.has-neutral.has-none.has-hero-image .c-flex-hero__sub,
.c-hero__wrapper.has-neutral.has-none.has-hero-image .c-flex-hero__title h1,
.c-hero__wrapper.has-neutral.has-none.has-hero-image .c-logo__strapline,
.c-hero__wrapper.has-neutral.has-none.has-hero-image .c-news-info__date {
  color: #ffffff;
  color: var(--background);
}

.has-text-overlay {
  margin: 0 auto;
  max-width: 1550px;
  padding: 0 10px;
}

@media (min-width: 480px) {
  .has-text-overlay {
    padding: 0 10px;
  }
}
@media (min-width: 768px) {
  .has-text-overlay {
    padding: 0 20px;
  }
}
@media (min-width: 1155px) {
  .has-text-overlay {
    padding: 0 75px;
  }
}
.has-text-overlay.c-hero__wrapper {
  padding-bottom: 2em;
}

.has-text-overlay .c-hero__flexible {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  padding-top: 5em;
}

@media (min-width: 768px) {
  .has-text-overlay .c-hero__flexible {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 5em;
  }
  .has-text-overlay .c-hero__flexible .c-hero__core {
    width: 55%;
  }
  .has-text-overlay .c-hero__flexible .c-hero__extra {
    width: 40%;
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
  .has-text-overlay .c-hero__flexible .c-hero__extra .c-flex-hero__nav {
    margin-bottom: 1em;
  }
}
.has-text-overlay .c-flex-hero__title h1 {
  color: #000000;
  color: var(--foreground);
}

@media (min-width: 768px) {
  .has-text-overlay .c-flex-hero__title h1 {
    line-height: 1.1;
  }
}
.has-text-overlay .c-flex-hero__title .c-hero__secondary-title {
  font-size: 0.6em;
  line-height: 1.2;
}

@media all and (min-width: 768px) {
  .has-text-overlay .c-flex-hero__title .c-hero__secondary-title {
    font-size: 0.6em;
  }
}
@media all and (min-width: 1155px) {
  .has-text-overlay .c-flex-hero__title .c-hero__secondary-title {
    font-size: 0.6em;
  }
}
@media all and (min-width: 1800px) {
  .has-text-overlay .c-flex-hero__title .c-hero__secondary-title {
    font-size: 0.6em;
  }
}
.has-text-overlay .c-flex-hero__title .c-lab__subtitle {
  font-size: 1.12em;
  line-height: 1.4;
  opacity: 0.8;
  font-weight: 900;
  display: block;
  line-height: 1;
}

@media all and (min-width: 768px) {
  .has-text-overlay .c-flex-hero__title .c-lab__subtitle {
    font-size: 1em;
  }
}
@media all and (min-width: 1155px) {
  .has-text-overlay .c-flex-hero__title .c-lab__subtitle {
    font-size: 1em;
  }
}
@media all and (min-width: 1800px) {
  .has-text-overlay .c-flex-hero__title .c-lab__subtitle {
    font-size: 1.09em;
  }
}
.has-text-overlay .c-flex-hero__sub {
  padding-bottom: 1.5em;
  font-size: 1.25em;
  line-height: 1.2;
  color: #000000;
  color: var(--foreground);
}

@media all and (min-width: 768px) {
  .has-text-overlay .c-flex-hero__sub {
    font-size: 1.22em;
  }
}
@media all and (min-width: 1155px) {
  .has-text-overlay .c-flex-hero__sub {
    font-size: 1.2em;
  }
}
@media all and (min-width: 1800px) {
  .has-text-overlay .c-flex-hero__sub {
    font-size: 1.27em;
  }
}
.region-hero--without-img .has-text-overlay.has-hero-image.image-from-lab, .region-hero--without-img .has-text-overlay.has-hero-image.hero-video {
  margin: 0 auto;
  max-width: 1550px;
  padding: 0 10px;
}

@media (min-width: 480px) {
  .region-hero--without-img .has-text-overlay.has-hero-image.image-from-lab, .region-hero--without-img .has-text-overlay.has-hero-image.hero-video {
    padding: 0 10px;
  }
}
@media (min-width: 768px) {
  .region-hero--without-img .has-text-overlay.has-hero-image.image-from-lab, .region-hero--without-img .has-text-overlay.has-hero-image.hero-video {
    padding: 0 10px;
    padding: 0 20px;
  }
}
@media (min-width: 1155px) {
  .region-hero--without-img .has-text-overlay.has-hero-image.image-from-lab, .region-hero--without-img .has-text-overlay.has-hero-image.hero-video {
    padding: 0 55px;
  }
}
@media (min-width: 1800px) {
  .region-hero--without-img .has-text-overlay.has-hero-image.image-from-lab, .region-hero--without-img .has-text-overlay.has-hero-image.hero-video {
    padding: 0 75px;
  }
}
@media (min-width: 1155px) {
  .region-hero--without-img .has-text-overlay.has-hero-image.image-from-lab, .region-hero--without-img .has-text-overlay.has-hero-image.hero-video {
    margin: 10px;
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (min-width: 1155px) and (min-width: 768px) {
  .region-hero--without-img .has-text-overlay.has-hero-image.image-from-lab, .region-hero--without-img .has-text-overlay.has-hero-image.hero-video {
    margin: 20px;
    margin-top: 0;
  }
}
@media (min-width: 1650px) {
  .region-hero--without-img .has-text-overlay.has-hero-image.image-from-lab, .region-hero--without-img .has-text-overlay.has-hero-image.hero-video {
    margin-left: auto;
    margin-right: auto;
    margin: 0 auto;
    max-width: 1550px;
    padding: 0 10px;
  }
}
@media (min-width: 1650px) and (min-width: 480px) {
  .region-hero--without-img .has-text-overlay.has-hero-image.image-from-lab, .region-hero--without-img .has-text-overlay.has-hero-image.hero-video {
    padding: 0 10px;
  }
}
@media (min-width: 1650px) and (min-width: 768px) {
  .region-hero--without-img .has-text-overlay.has-hero-image.image-from-lab, .region-hero--without-img .has-text-overlay.has-hero-image.hero-video {
    padding: 0 20px;
  }
}
@media (min-width: 1650px) and (min-width: 1155px) {
  .region-hero--without-img .has-text-overlay.has-hero-image.image-from-lab, .region-hero--without-img .has-text-overlay.has-hero-image.hero-video {
    padding: 0 75px;
  }
}
.has-text-overlay.has-hero-image {
  margin: 0 auto;
  max-width: 1550px;
  padding: 0 10px;
}

@media (min-width: 480px) {
  .has-text-overlay.has-hero-image {
    padding: 0 10px;
  }
}
@media (min-width: 768px) {
  .has-text-overlay.has-hero-image {
    padding: 0 10px;
    padding: 0 20px;
  }
}
@media (min-width: 1155px) {
  .has-text-overlay.has-hero-image {
    padding: 0 55px;
  }
}
@media (min-width: 1800px) {
  .has-text-overlay.has-hero-image {
    padding: 0 75px;
  }
}
.has-text-overlay.has-hero-image .c-flex-hero__img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: -1;
  min-height: 450px;
  min-height: 35em;
}

@media (min-width: 768px) {
  .has-text-overlay.has-hero-image .c-flex-hero__img {
    width: calc(100% + 110px);
    left: -55px;
  }
}
@media (min-width: 1800px) {
  .has-text-overlay.has-hero-image .c-flex-hero__img {
    width: calc(100% + 150px);
    left: -75px;
  }
}
@media (min-width: 768px) {
  .has-text-overlay.has-hero-image .c-flex-hero__img {
    min-height: 690px;
  }
}
@media (min-width: 1155px) {
  .has-text-overlay.has-hero-image .c-flex-hero__img {
    min-height: 710px;
  }
}
@media (min-width: 1800px) {
  .has-text-overlay.has-hero-image .c-flex-hero__img {
    min-height: 790px;
  }
}
.has-text-overlay.has-hero-image .c-flex-hero__img::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(40%, transparent), color-stop(80%, rgba(0, 0, 0, 0.8)));
  background-image: linear-gradient(to bottom, transparent, transparent 40%, rgba(0, 0, 0, 0.8) 80%);
  pointer-events: none;
  z-index: 1;
}

.has-text-overlay.has-hero-image .c-hero__flexible {
  min-height: 525px;
}

.has-text-overlay.has-hero-image .c-flex-hero__title h1 {
  color: #ffffff;
  color: var(--foreground);
  text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3);
}

.has-text-overlay.has-hero-image .c-hero__core {
  padding-left: 1em;
  padding-right: 1em;
  min-height: 25em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (min-width: 768px) {
  .has-text-overlay.has-hero-image .c-hero__core {
    min-height: 23em;
    padding-left: 0;
    padding-bottom: 2em;
  }
}
.has-text-overlay.has-hero-image .c-flex-hero__sub {
  padding-bottom: 1.5em;
  color: #ffffff;
  color: var(--foreground);
  text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3);
}

.has-text-overlay.has-hero-image .c-logo__strapline {
  text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3);
}

.has-text-overlay.has-hero-image .c-flex-hero__breadcrumb .o-block--breadcrumb .c-breadcrumb-container .c-breadcrumb {
  color: #9bd0f0;
  color: var(--accent-foreground);
}

.has-text-overlay.has-hero-image .c-breadcrumb__item {
  background-color: #000000;
  background-color: var(--foreground);
}

.has-text-overlay.has-hero-image .c-breadcrumb__item:nth-child(1) {
  padding-left: 15px;
}

.has-text-overlay.has-hero-image .c-flex-hero__video-controls {
  position: absolute;
  top: 6em;
  right: 1em;
  pointer-events: none;
  opacity: 0;
  -webkit-animation: hero-title 1s 4.5s ease forwards;
          animation: hero-title 1s 4.5s ease forwards;
}

@media (min-width: 768px) {
  .has-text-overlay.has-hero-image .c-flex-hero__video-controls {
    margin-bottom: 1em;
    position: inherit;
  }
}
.has-text-overlay.has-hero-image .c-flex-hero__video-controls .o-button--black {
  position: inherit;
  top: inherit;
  pointer-events: all;
  background-color: var(--foreground);
  color: var(--accent-foreground);
}

.has-text-overlay.has-hero-image .c-flex-hero__video-controls .o-button--black::before {
  background-color: var(--accent-foreground);
}

.has-text-overlay.has-hero-image .c-flex-hero__video-controls .o-button--black:hover {
  color: var(--foreground);
}

.has-text-overlay.has-hero-image .c-flex-hero__video-controls .o-button--black:focus {
  color: var(--foreground);
}

.has-text-overlay.has-hero-image.hero-video .c-hero__flexible {
  padding-top: 0;
}

@media (min-width: 768px) {
  .has-text-overlay.has-hero-image.hero-video .c-hero__flexible {
    margin-top: 0;
  }
}
@media (min-width: 1155px) {
  .has-text-overlay.has-hero-image.hero-video .c-hero__flexible {
    min-height: 650px;
  }
}
.has-text-overlay.has-hero-image.hero-video .c-hero__core {
  padding-top: 9em;
  min-height: 23em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.has-text-overlay.has-hero-image.hero-video .c-flex-hero__img {
  overflow: hidden;
}

.has-text-overlay.has-hero-image.hero-video .c-flex-hero__img::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(20%, transparent), color-stop(80%, rgba(0, 0, 0, 0.8)));
  background-image: linear-gradient(to bottom, transparent, transparent 20%, rgba(0, 0, 0, 0.8) 80%);
  pointer-events: none;
  z-index: 1;
}

.has-text-overlay.has-hero-image.hero-video .c-flex-hero__cta {
  opacity: 0;
  -webkit-animation: hero-title 1s 4s ease forwards;
          animation: hero-title 1s 4s ease forwards;
}

.has-text-overlay.has-hero-image.hero-video .c-flex-hero__video {
  bottom: 0;
}

.has-text-overlay.has-hero-image.hero-video .media--type-video {
  min-height: 600px;
  bottom: 0;
  padding: 0;
}

@media (min-width: 768px) {
  .has-text-overlay.has-hero-image.hero-video .media--type-video {
    min-width: calc(100% + 10em);
    left: -5em;
    top: -1em;
    min-height: 66.25vw;
    min-width: calc(100% + 2em);
    left: 0;
    top: -2em;
    min-height: 56.25vw;
    height: calc(100% + 6em);
  }
}
@media (min-width: 1155px) {
  .has-text-overlay.has-hero-image.hero-video .media--type-video {
    min-width: calc(100% + 2em);
    left: 0;
    top: -2em;
    top: 0;
    min-height: 56.25vw;
    height: calc(100% + 6em);
  }
}
.has-text-overlay.has-hero-image.hero-video .media--type-video iframe {
  margin: 0;
  height: 56.25%;
  width: 100%;
  -webkit-transform: scale(1.9);
          transform: scale(1.9);
}

@media (min-width: 768px) {
  .has-text-overlay.has-hero-image.hero-video .media--type-video iframe {
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 56.25%;
    height: 95%;
    -webkit-transform: none;
            transform: none;
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
}
@media (min-width: 1155px) {
  .has-text-overlay.has-hero-image.hero-video .media--type-video iframe {
    width: 100%;
    height: 56.25%;
    -webkit-transform: scale(1.45);
            transform: scale(1.45);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
}
@media (min-width: 1400px) {
  .has-text-overlay.has-hero-image.hero-video .media--type-video iframe {
    width: 100%;
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
    -webkit-transform: scale(1.45);
            transform: scale(1.45);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
}
@media (min-width: 1800px) {
  .has-text-overlay.has-hero-image.hero-video .media--type-video iframe {
    width: 1550px;
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}
.has-image-above {
  margin: 0 auto;
  max-width: 1550px;
  padding: 0 10px;
}

@media (min-width: 480px) {
  .has-image-above {
    padding: 0 10px;
  }
}
@media (min-width: 768px) {
  .has-image-above {
    padding: 0 10px;
    padding: 0 20px;
  }
}
@media (min-width: 1155px) {
  .has-image-above {
    padding: 0 55px;
  }
}
@media (min-width: 1800px) {
  .has-image-above {
    padding: 0 75px;
  }
}
.has-image-above .c-hero__flexible {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  padding-top: 20em;
}

.has-image-above .c-hero__flexible .c-hero__core {
  margin-top: -2.3em;
}

@media (min-width: 768px) {
  .has-image-above .c-hero__flexible {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 14em;
  }
  .has-image-above .c-hero__flexible .c-hero__core {
    width: 55%;
    margin-top: -2em;
    padding-bottom: 2em;
  }
  .has-image-above .c-hero__flexible .c-hero__extra {
    width: 40%;
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
  .has-image-above .c-hero__flexible.has-hero-cta .c-flex-hero__nav {
    margin-top: 1em;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .has-image-above .c-hero__flexible.has-hero-cta .c-flex-hero__cta {
    margin-top: -6em;
  }
}
.has-image-above .c-flex-hero__title h1 {
  color: #000000;
  color: var(--foreground);
}

@media (min-width: 768px) {
  .has-image-above .c-flex-hero__title h1 {
    line-height: 1.1;
    padding-top: 3em;
  }
}
.has-image-above .c-flex-hero__breadcrumb .o-block--breadcrumb .c-breadcrumb-container .c-breadcrumb {
  color: #9bd0f0;
  color: var(--accent-foreground);
}

.has-image-above .c-breadcrumb__item {
  background-color: #000000;
  background-color: var(--foreground);
}

.has-image-above .c-breadcrumb__item:nth-child(1) {
  padding-left: 15px;
}

.has-image-above .c-flex-hero__img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: -1;
  height: 20em;
  overflow: hidden;
  min-height: inherit;
}

@media (min-width: 768px) {
  .has-image-above .c-flex-hero__img {
    width: calc(100% + 110px);
    left: -55px;
  }
}
@media (min-width: 1800px) {
  .has-image-above .c-flex-hero__img {
    width: calc(100% + 150px);
    left: -75px;
  }
}
@media (min-width: 768px) {
  .has-image-above .c-flex-hero__img {
    height: 14em;
    height: 17em;
  }
  .has-image-above .c-flex-hero__img img {
    -o-object-position: center 10%;
       object-position: center 10%;
  }
}
.has-image-above .c-flex-hero__img::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  border-style: solid;
  z-index: 1;
  left: 0px;
  border-color: transparent;
  border-top-color: var(--background);
  top: 0;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
          transform: matrix(1, 0, 0, 1, 0, 0);
  border-width: 100px 0px 0px 190vw;
  overflow: hidden;
  border-top-color: transparent;
  border-right-color: var(--background);
  top: 0;
  top: initial;
  bottom: 0em;
  border-width: 194px 200vw 0px 0px;
}

@media (min-width: 768px) {
  .has-image-above .c-flex-hero__img::before {
    border-width: 190px 0px 0px 190vw;
  }
}
@media (min-width: 768px) {
  .has-image-above .c-flex-hero__img::before {
    border-width: 194px 200vw 0px 0px;
  }
}
.has-image-above .c-flex-hero__sub {
  padding-bottom: 1.5em;
  font-size: 1.25em;
  line-height: 1.2;
  color: #000000;
  color: var(--foreground);
}

@media all and (min-width: 768px) {
  .has-image-above .c-flex-hero__sub {
    font-size: 1.22em;
  }
}
@media all and (min-width: 1155px) {
  .has-image-above .c-flex-hero__sub {
    font-size: 1.2em;
  }
}
@media all and (min-width: 1800px) {
  .has-image-above .c-flex-hero__sub {
    font-size: 1.27em;
  }
}
.has-image-below {
  margin: 0 auto;
  max-width: 1550px;
  padding: 0 10px;
  padding-bottom: 0;
}

@media (min-width: 480px) {
  .has-image-below {
    padding: 0 10px;
  }
}
@media (min-width: 768px) {
  .has-image-below {
    padding: 0 10px;
    padding: 0 20px;
  }
}
@media (min-width: 1155px) {
  .has-image-below {
    padding: 0 55px;
  }
}
@media (min-width: 1800px) {
  .has-image-below {
    padding: 0 75px;
  }
}
.has-image-below .c-hero__flexible {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  padding-top: 5em;
  padding-bottom: 19em;
}

@media (min-width: 768px) {
  .has-image-below .c-hero__flexible {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 3em;
    padding-bottom: 15em;
  }
  .has-image-below .c-hero__flexible .c-hero__core {
    width: 55%;
  }
  .has-image-below .c-hero__flexible .c-hero__core .c-flex-hero__nav {
    margin-bottom: -3em;
    margin-left: 15px;
  }
  .has-image-below .c-hero__flexible .c-hero__extra {
    width: 40%;
    -ms-flex-item-align: end;
        align-self: flex-end;
    margin-bottom: -9em;
    margin-right: 15px;
  }
  .has-image-below .c-hero__flexible.has-hero-cta .c-flex-hero__nav {
    margin-top: 1em;
  }
}
.has-image-below .c-hero__flexible .c-flex-hero__nav {
  margin-bottom: -2em;
}

@media (min-width: 768px) {
  .has-image-below .c-hero__flexible .c-flex-hero__nav {
    width: 100%;
    margin: 0;
    margin-bottom: -1em;
  }
}
.has-image-below .c-flex-hero__title h1 {
  color: #000000;
  color: var(--foreground);
}

.has-image-below .c-flex-hero__breadcrumb .o-block--breadcrumb .c-breadcrumb-container .c-breadcrumb {
  color: #007bc7;
  color: var(--accent-background);
}

.has-image-below .c-flex-hero__img {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: -1;
  height: 19em;
  overflow: hidden;
  min-height: inherit;
}

@media (min-width: 768px) {
  .has-image-below .c-flex-hero__img {
    width: calc(100% + 110px);
    left: -55px;
  }
}
@media (min-width: 1800px) {
  .has-image-below .c-flex-hero__img {
    width: calc(100% + 150px);
    left: -75px;
  }
}
@media (min-width: 768px) {
  .has-image-below .c-flex-hero__img {
    height: 15em;
  }
}
.has-image-below .c-flex-hero__img::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  border-style: solid;
  z-index: 1;
  left: 0px;
  border-color: transparent;
  border-top-color: var(--background);
  top: 0;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
          transform: matrix(1, 0, 0, 1, 0, 0);
  border-width: 100px 0px 0px 190vw;
  overflow: hidden;
}

@media (min-width: 768px) {
  .has-image-below .c-flex-hero__img::before {
    border-width: 190px 0px 0px 190vw;
  }
}
.has-image-below .c-flex-hero__sub {
  padding-bottom: 1.5em;
  font-size: 1.25em;
  line-height: 1.2;
  color: #000000;
  color: var(--foreground);
}

@media all and (min-width: 768px) {
  .has-image-below .c-flex-hero__sub {
    font-size: 1.22em;
  }
}
@media all and (min-width: 1155px) {
  .has-image-below .c-flex-hero__sub {
    font-size: 1.2em;
  }
}
@media all and (min-width: 1800px) {
  .has-image-below .c-flex-hero__sub {
    font-size: 1.27em;
  }
}
.has-image-faded-behind {
  margin: 0 auto;
  max-width: 1550px;
  padding: 0 10px;
  padding-bottom: 0;
}

@media (min-width: 480px) {
  .has-image-faded-behind {
    padding: 0 10px;
  }
}
@media (min-width: 768px) {
  .has-image-faded-behind {
    padding: 0 10px;
    padding: 0 20px;
  }
}
@media (min-width: 1155px) {
  .has-image-faded-behind {
    padding: 0 55px;
  }
}
@media (min-width: 1800px) {
  .has-image-faded-behind {
    padding: 0 75px;
  }
}
.has-image-faded-behind .c-hero__flexible {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  padding-top: 5em;
}

.has-image-faded-behind .c-hero__flexible .c-hero__core {
  min-height: 20em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (min-width: 768px) {
  .has-image-faded-behind .c-hero__flexible {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 8em;
    min-height: 550px;
  }
  .has-image-faded-behind .c-hero__flexible .c-hero__core {
    width: 55%;
    padding-bottom: 2em;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .has-image-faded-behind .c-hero__flexible .c-hero__extra {
    width: 40%;
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
  .has-image-faded-behind .c-hero__flexible.has-hero-cta .c-flex-hero__nav {
    margin-top: 1em;
  }
}
.has-image-faded-behind .c-hero__flexible .c-flex-hero__nav {
  margin-bottom: -1em;
  width: 80%;
  margin-left: 10%;
}

@media (min-width: 768px) {
  .has-image-faded-behind .c-hero__flexible .c-flex-hero__nav {
    width: 100%;
    margin-left: 0;
    margin-bottom: 1em;
  }
}
.has-image-faded-behind .c-flex-hero__title h1 {
  color: #ffffff;
  color: var(--foreground);
}

.has-image-faded-behind .c-flex-hero__breadcrumb .o-block--breadcrumb .c-breadcrumb-container .c-breadcrumb {
  color: #007bc7;
  color: var(--accent-foreground);
}

.has-image-faded-behind .c-flex-hero__breadcrumb .o-block--breadcrumb .c-breadcrumb-container .c-breadcrumb .c-breadcrumb__item {
  background-color: #000000;
  background-color: var(--foreground);
}

.has-image-faded-behind .c-flex-hero__breadcrumb .o-block--breadcrumb .c-breadcrumb-container .c-breadcrumb .c-breadcrumb__item:nth-child(1) {
  padding-left: 15px;
}

.has-image-faded-behind .c-flex-hero__img {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  overflow: hidden;
  min-height: 35em;
  width: 100%;
}

@media (min-width: 768px) {
  .has-image-faded-behind .c-flex-hero__img {
    width: calc(100% + 110px);
    left: -55px;
  }
}
@media (min-width: 1800px) {
  .has-image-faded-behind .c-flex-hero__img {
    width: calc(100% + 150px);
    left: -75px;
  }
}
.has-image-faded-behind .c-flex-hero__img::before {
  background: linear-gradient(10deg, var(--background) 52%, rgba(249, 249, 249, 0) 100%);
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
}

@media (min-width: 768px) {
  .has-image-faded-behind .c-flex-hero__img::before {
    background: linear-gradient(18deg, var(--background) 32%, rgba(249, 249, 249, 0) 100%);
  }
}
.has-image-faded-behind .c-flex-hero__sub {
  padding-bottom: 1.5em;
  font-size: 1.25em;
  line-height: 1.2;
  color: #ffffff;
  color: var(--foreground);
}

@media all and (min-width: 768px) {
  .has-image-faded-behind .c-flex-hero__sub {
    font-size: 1.22em;
  }
}
@media all and (min-width: 1155px) {
  .has-image-faded-behind .c-flex-hero__sub {
    font-size: 1.2em;
  }
}
@media all and (min-width: 1800px) {
  .has-image-faded-behind .c-flex-hero__sub {
    font-size: 1.27em;
  }
}
.c-hero__flexible .c-flex-hero__breadcrumb {
  padding-bottom: 1em;
}

.c-hero__flexible .c-flex-hero__breadcrumb .o-block--breadcrumb .c-breadcrumb {
  margin: 0;
  color: #007bc7;
  color: var(--accent-background);
  height: 2.3em;
}

@media (min-width: 768px) {
  .c-hero__flexible .c-flex-hero__breadcrumb .o-block--breadcrumb .c-breadcrumb {
    height: auto;
  }
}
.c-hero__flexible .c-flex-hero__breadcrumb .o-block--breadcrumb .c-breadcrumb-container .c-breadcrumb a {
  color: currentColor;
  padding: 10px 15px;
  text-transform: none;
}

.c-hero__flexible .c-flex-hero__breadcrumb .o-block--breadcrumb .c-breadcrumb-container .c-breadcrumb a .o-icon {
  top: 50%;
}

@media (min-width: 768px) {
  .c-hero__flexible .c-flex-hero__breadcrumb .o-block--breadcrumb .c-breadcrumb-container .c-breadcrumb a .o-icon {
    top: 50%;
  }
}
.c-hero__flexible .c-breadcrumb-container {
  padding: 0;
}

@media (min-width: 768px) {
  .c-hero__flexible .c-flex-hero__nav {
    margin-top: 1em;
    margin-bottom: 1em;
  }
}
.c-hero__flexible .c-flex-hero__nav .o-section-title {
  font-size: 1.25em;
  line-height: 1.2;
  color: var(--background);
}

@media all and (min-width: 768px) {
  .c-hero__flexible .c-flex-hero__nav .o-section-title {
    font-size: 1.22em;
  }
}
@media all and (min-width: 1155px) {
  .c-hero__flexible .c-flex-hero__nav .o-section-title {
    font-size: 1.2em;
  }
}
@media all and (min-width: 1800px) {
  .c-hero__flexible .c-flex-hero__nav .o-section-title {
    font-size: 1.27em;
  }
}
.c-hero__flexible .c-flex-hero__nav .o-container {
  margin: 0;
  padding: 0;
}

.c-hero__flexible .c-flex-hero__nav .o-button--menu {
  display: none;
}

.c-hero__flexible .c-flex-hero__nav div.c-nav-in-section {
  margin-top: 0.5em;
  background-color: transparent;
}

.c-hero__flexible .c-flex-hero__nav .c-nav-in-section__wrapper,
.c-hero__flexible .c-flex-hero__nav .c-nav-lab {
  background-color: #000000;
  color: #ffffff;
  background-color: var(--foreground);
  color: var(--background);
  padding: 0.5em;
  display: block;
  margin: 0;
}

.c-hero__flexible .c-flex-hero__nav .c-nav-lab__wrapper {
  display: block;
}

.c-hero__flexible .c-flex-hero__nav .c-nav-in-section .c-nav-in-section__wrapper .c-nav-in-section__content,
.c-hero__flexible .c-flex-hero__nav .c-nav-lab .c-nav-lab__wrapper .c-nav-lab__content {
  background-color: transparent;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: currentColor;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.c-hero__flexible .c-flex-hero__nav .c-nav-in-section__item,
.c-hero__flexible .c-flex-hero__nav .c-nav-lab__item {
  width: 48%;
  margin-bottom: 1em;
  min-height: 1.2em;
}

@media (min-width: 768px) {
  .c-hero__flexible .c-flex-hero__nav .c-nav-in-section__item,
  .c-hero__flexible .c-flex-hero__nav .c-nav-lab__item {
    margin-bottom: 0.5em;
  }
}
.c-hero__flexible .c-flex-hero__nav .c-nav-in-section__item a,
.c-hero__flexible .c-flex-hero__nav .c-nav-lab__item a {
  padding: 0;
  color: currentColor;
  text-transform: none;
  border: none;
}

.c-hero__flexible .c-flex-hero__nav .c-nav-in-section__item .o-icon,
.c-hero__flexible .c-flex-hero__nav .c-nav-lab__item .o-icon {
  margin-bottom: -0.2em;
}

.c-hero__flexible .c-flex-hero__nav .c-nav-lab__item--active-trail,
.c-hero__flexible .c-flex-hero__nav .c-nav-in-section__item--active-trail {
  color: #9bd0f0;
  color: var(--accent-foreground);
}

.c-hero__flexible .c-breadcrumb-container {
  padding: 0;
}

.has-dark .c-hero__flexible .c-flex-hero__nav .c-nav-lab__item--active-trail,
.has-dark .c-hero__flexible .c-flex-hero__nav .c-nav-in-section__item--active-trail {
  color: #007bc7;
  color: var(--accent-foreground);
}

.c-hero__flexible .c-flex-hero__nav .c-nav-lab .c-nav-lab__wrapper .c-nav-lab__content.c-nav-lab__content--level-1 {
  position: inherit;
  color: var(--background);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

.c-hero__flexible .c-flex-hero__nav .c-nav-lab .c-nav-lab__wrapper .c-nav-lab__content.c-nav-lab__content--level-1 .c-nav-lab__item {
  width: 100%;
}

.c-hero__flexible .c-flex-hero__nav .c-nav-lab .c-nav-lab__wrapper .c-nav-lab__content .c-nav-lab__item--expanded {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 100%;
  margin-top: -0.3em;
}

.c-hero__flexible .c-flex-hero__nav .c-nav-lab .c-nav-lab__wrapper .c-nav-lab__content .c-nav-lab__item--expanded > a {
  background-color: var(--foreground);
  display: inline-block;
  padding: 0 0.4em 0 0;
  margin-left: 0;
}

.c-hero__flexible .c-flex-hero__nav .c-nav-lab .c-nav-lab__wrapper .c-nav-lab__content .c-nav-lab__item--expanded > a span {
  background-size: 0 100%;
}

.c-hero__flexible .c-flex-hero__nav .c-nav-lab .c-nav-lab__wrapper .c-nav-lab__content .c-nav-lab__item--expanded > a .o-icon {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.c-hero__flexible .c-flex-hero__nav .c-nav-lab .c-nav-lab__wrapper .c-nav-lab__content .c-nav-lab__item--expanded .c-nav-lab__content--level-1 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  border: 2px solid #9bd0f0;
  border-color: var(--accent-foreground);
  margin-top: -12px;
  padding: 0.8em;
  padding-top: 1.2em;
  padding-bottom: 0.3em;
}

.c-hero__flexible .c-flex-hero__nav .c-nav-lab .c-nav-lab__wrapper .c-nav-lab__content .c-nav-lab__item--expanded .c-nav-lab__content--level-1 .c-nav-lab__item {
  width: 48%;
}

.c-flex-hero__cta {
  background-color: #000000;
  color: #ffffff;
  background-color: var(--foreground);
  color: var(--background);
  padding: 1em;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  border-top: 6px solid var(--accent-foreground);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

@media (min-width: 768px) {
  .c-flex-hero__cta {
    margin-left: 0;
    margin-right: 0;
  }
}
.c-flex-hero__cta .c-cta-title {
  font-size: 1.25em;
  line-height: 1.2;
  color: #ffe72d;
  color: var(--accent-foreground);
  font-family: var(--theme-font);
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 50%;
  -ms-flex-item-align: center;
      align-self: center;
  margin: 0;
}

@media all and (min-width: 768px) {
  .c-flex-hero__cta .c-cta-title {
    font-size: 1.22em;
  }
}
@media all and (min-width: 1155px) {
  .c-flex-hero__cta .c-cta-title {
    font-size: 1.2em;
  }
}
@media all and (min-width: 1800px) {
  .c-flex-hero__cta .c-cta-title {
    font-size: 1.27em;
  }
}
.c-flex-hero__cta .c-cta-summary {
  margin: 0;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  width: 100%;
  padding-top: 0.5em;
}

.c-flex-hero__cta .o-button.o-button--primary {
  color: #ffe72d;
  color: var(--accent-foreground);
  background-color: #000000;
  background-color: var(--foreground);
  width: 100%;
  padding-left: 0;
  padding-bottom: 0;
  background-color: var(--accent-foreground);
  color: var(--foreground);
  padding: 1em;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 50%;
  margin-bottom: auto;
}

.c-flex-hero__cta .o-button.o-button--primary:hover {
  background: var(--background);
  color: var(--foreground);
}

.c-flex-hero__cta .o-button.o-button--primary:hover .o-icon {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  background-color: var(--accent-foreground);
  fill: var(--foreground);
}

.c-flex-hero__cta .o-button.o-button--primary::before {
  content: none;
}

.c-flex-hero__cta .o-button.o-button--primary .o-icon {
  margin-bottom: -0.2em;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  border-radius: 50%;
}

@media (min-width: 768px) {
  .c-flex-hero__cta + .c-flex-hero__video-controls {
    margin-top: -50px;
    margin-left: calc(30% - 1em - 50px);
    margin-left: calc(-50px - 1em);
  }
}
@media (min-width: 1400px) {
  .c-flex-hero__cta + .c-flex-hero__video-controls {
    margin-left: calc(40% - 1em - 50px);
    margin-left: calc(-50px - 1em);
  }
}
.hero-video .c-flex-hero__cta {
  margin-left: auto;
}

.c-flex-hero__caption {
  -webkit-transform: none;
          transform: none;
  position: absolute;
  top: inherit;
  bottom: 0;
}

.c-flex-hero__caption .c-caption-reveal__btn {
  padding: 0.5em;
  border-radius: 50%;
  background-color: var(--foreground);
  margin-bottom: 2px;
  opacity: 0.8;
}

@media (min-width: 1155px) {
  .c-flex-hero__caption .c-caption-reveal__btn {
    margin-right: -55px;
  }
}
@media (min-width: 1800px) {
  .c-flex-hero__caption .c-caption-reveal__btn {
    margin-right: -75px;
  }
}
.c-flex-hero__caption .c-caption-reveal__btn .o-icon {
  fill: var(--background);
}

.c-flex-hero__caption .c-caption-reveal__btn.-active {
  background-color: var(--background);
}

.c-flex-hero__caption .c-caption-reveal__btn.-active .o-icon {
  fill: var(--foreground);
}

.c-flex-hero__caption .c-caption-reveal__text {
  -webkit-transform: none;
          transform: none;
  position: absolute;
  background-color: var(--foreground);
  color: var(--background);
  opacity: 0;
  right: -55px;
  bottom: 0;
  top: inherit;
  padding-right: calc(2em + 55px);
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

@media (min-width: 1155px) {
  .c-flex-hero__caption .c-caption-reveal__text {
    right: -55px;
    padding-right: calc(2em + 35px);
  }
}
@media (min-width: 1800px) {
  .c-flex-hero__caption .c-caption-reveal__text {
    right: -75px;
  }
}
.c-flex-hero__caption .c-caption-reveal__text.-active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.3411764706);
          box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.3411764706);
}

.c-flex-hero__lab-status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: var(--foreground);
  color: var(--background);
  padding: 0.5em;
  margin-bottom: 1em;
}

.c-flex-hero__lab-status p {
  margin-bottom: 0.2em;
}

.c-flex-hero__lab-status .c-lab-status__tag {
  font-weight: 900;
  display: inline-block;
}

.c-flex-hero__lab-status .c-lab-status__description {
  width: 80%;
  font-size: 0.8em;
}

.c-flex-hero__lab-status .c-lab-status__logo {
  width: 18%;
}

.c-flex-hero__lab-status .c-lab-status__logo .media {
  margin-bottom: 0;
}

.c-flex-hero__lab-status .c-lab-status__logo svg {
  height: auto;
  fill: #ffffff;
  fill: var(--background);
}

.c-flex-hero__lab-status .c-lab-status__link .o-icon {
  fill: #9bd0f0;
  fill: var(--accent-foreground);
}

.c-flex-hero__news-meta {
  margin-top: 1em;
}

.c-flex-hero__news-meta .c-news-info__date {
  width: 100%;
  margin-bottom: 0.5em;
  color: var(--foreground);
  font-size: 1.25em;
  line-height: 1.2;
}

@media all and (min-width: 768px) {
  .c-flex-hero__news-meta .c-news-info__date {
    font-size: 1.22em;
  }
}
@media all and (min-width: 1155px) {
  .c-flex-hero__news-meta .c-news-info__date {
    font-size: 1.2em;
  }
}
@media all and (min-width: 1800px) {
  .c-flex-hero__news-meta .c-news-info__date {
    font-size: 1.27em;
  }
}
.c-flex-hero__news-meta .c-news-info__date .c-year {
  opacity: 0.7;
}

.c-flex-hero__news-meta .o-taxonomy span,
.c-flex-hero__news-meta .o-taxonomy a {
  background-color: transparent;
  text-transform: none;
  padding: 0;
}

.c-flex-hero__news-meta .o-taxonomy a {
  border: 2px solid var(--foreground);
  color: var(--foreground);
  padding: 0.4em;
}

.c-flex-hero__news-meta .o-taxonomy a:hover {
  background-color: var(--foreground);
  color: var(--background);
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}

.node--type-article {
  margin-bottom: 1em;
}

.node--type-article .c-flex-hero__title h1 {
  font-size: 1.75em;
  line-height: 1.2;
}

@media all and (min-width: 768px) {
  .node--type-article .c-flex-hero__title h1 {
    font-size: 2.22em;
  }
}
@media all and (min-width: 1155px) {
  .node--type-article .c-flex-hero__title h1 {
    font-size: 2em;
  }
}
@media all and (min-width: 1800px) {
  .node--type-article .c-flex-hero__title h1 {
    font-size: 2.27em;
  }
}
@media (min-width: 768px) {
  .node--type-article .c-hero__flexible {
    padding-top: 3em;
  }
}
@media (min-width: 768px) {
  .node--type-article .c-hero__flexible .c-hero__extra {
    padding-top: 2em;
    -ms-flex-item-align: center;
        align-self: center;
  }
}
.node--type-article.has-hero-image {
  margin-bottom: 3.5em;
}

@media (min-width: 768px) {
  .node--type-article.has-hero-image .c-hero__flexible .c-hero__extra {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
}
.node--type-article.has-hero-image .c-flex-hero__news-meta .c-news-info__date {
  color: var(--foreground);
  text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3);
}

.node--type-article.has-hero-image .c-flex-hero__news-meta .o-taxonomy a {
  background-color: var(--background);
}

.node--type-article.has-hero-image .c-flex-hero__news-meta .o-taxonomy a:hover {
  background-color: var(--foreground);
}

.c-flex-hero__title h1 {
  font-family: var(--theme-font);
  word-wrap: initial;
}

.c-flex-hero__title .c-logo__strapline {
  color: var(--foreground);
  font-family: var(--theme-font);
}

.c-flex-hero__logo {
  position: relative;
  margin: 1em 0 1em 0;
}

.c-flex-hero__logo svg,
.c-flex-hero__logo img {
  height: auto;
  max-height: 18em;
  min-height: 9em;
  width: auto;
}

.c-flex-hero__logo svg {
  fill: #ffffff;
  fill: var(--foreground);
}

.c-flex-hero__share {
  position: absolute;
  bottom: -3em;
  left: 0;
  right: 0;
}

.c-flex-hero__share .c-social__list {
  background-color: var(--foreground);
  margin: auto;
  padding: 0.5em;
  width: 8em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.c-flex-hero__share .c-social__list li {
  color: var(--background);
}

.c-flex-hero__share .c-social__list li a:hover {
  color: #ffe72d;
  color: var(--accent-foreground);
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}

.c-flex-hero__campaign {
  margin-top: 0.5em;
}

@media (min-width: 768px) {
  .c-flex-hero__campaign {
    margin-top: 1em;
  }
}
.c-flex-hero__campaign .c-campaign__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #ffffff;
  background-color: #000000;
  background-color: var(--foreground);
  color: var(--background);
  padding: 0.5em;
  position: relative;
}

.c-flex-hero__campaign .c-campaign__inner a {
  text-decoration-color: var(--accent-foreground);
}

.c-flex-hero__campaign .c-campaign__summary {
  width: calc(100% - 1em - 150px);
}

.c-flex-hero__campaign .c-campaign__summary p {
  font-size: 0.8em;
}

.c-flex-hero__campaign .c-campaign__summary .o-icon {
  color: #007bc7;
  color: var(--accent-foreground);
}

.c-flex-hero__campaign .c-campaign__summary .c-part {
  position: absolute;
  left: 0;
  background-color: #000000;
  background-color: var(--foreground);
  padding: 0.2em;
  top: 0;
}

.c-flex-hero__campaign .c-campaign__logo {
  width: 150px;
  margin: auto 0;
}

.c-flex-hero__campaign .c-campaign__logo img {
  width: 100%;
  height: auto;
}

.c-campaign__teaser {
  margin-top: 1em;
  padding-top: 1em;
  border-top: 1px solid #000000;
}

@media (min-width: 768px) {
  .c-campaign__teaser {
    width: 80%;
    max-width: 40em;
    margin: auto;
  }
}
.c-campaign__teaser .c-teaser__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.c-campaign__teaser .c-teaser__link .c-teaser__image {
  width: 30%;
}

.c-campaign__teaser .c-teaser__link .c-teaser__image img {
  max-width: inherit;
  height: auto;
  width: 100%;
}

.c-campaign__teaser .c-teaser__link .c-teaser__content {
  width: 65%;
  padding: 0 1em;
}

.c-campaign__teaser .c-teaser__link .c-teaser__content .c-teaser__title h3 {
  line-height: 1.2;
}

.c-featured {
  position: relative;
}

.c-featured__content {
  background-color: #000000;
  padding: 1em 1em 2.2em;
  margin-top: -2.2em;
  color: #ffffff;
  margin-bottom: 3em;
  position: relative;
}

@media (min-width: 1155px) {
  .c-featured__content {
    padding: 2.2em;
    margin-bottom: 0;
    width: 45%;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    margin-top: 0;
  }
}
@media (min-width: 1400px) {
  .c-featured__content {
    width: 35%;
  }
}
.c-featured__content .o-meta-text {
  color: #ffe72d;
}

@media (min-width: 1400px) {
  .c-featured__content {
    width: 30%;
  }
}
.c-featured__content h2,
.c-featured__content h1 {
  margin-bottom: 0.5em;
  line-height: 1;
}

.c-featured__content span {
  margin-bottom: 0.5em;
  display: block;
}

.c-featured__img .o-img-slanted {
  z-index: -1;
}

@media (min-width: 1155px) {
  .c-featured__img {
    width: 80%;
  }
  .c-featured__img .o-img-slanted {
    z-index: 0;
  }
}
.c-featured__cta {
  position: absolute;
  top: 100%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.c-cookie-notification {
  background-color: #000000;
  color: #ffffff;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  font-size: 1em;
  line-height: 1.2;
  display: none;
}

@media all and (min-width: 768px) {
  .c-cookie-notification {
    font-size: 0.89em;
  }
}
@media all and (min-width: 1155px) {
  .c-cookie-notification {
    font-size: 0.8em;
  }
}
@media all and (min-width: 1800px) {
  .c-cookie-notification {
    font-size: 0.81em;
  }
}
.c-cookie-notification__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 1.25em;
}

.c-cookie-notification__text {
  margin-bottom: 0;
  margin-right: auto;
  padding-right: 2.2em;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 70%;
          flex: 1 0 70%;
  padding-bottom: 1.25em;
}

.c-cookie-notification__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  padding-left: 0;
  padding-bottom: 1.25em;
  margin-bottom: 0;
}

.c-cookie-notification__controls a,
.c-cookie-notification__controls button {
  text-decoration: none;
}

.c-cookie-notification__controls a:hover, .c-cookie-notification__controls a:focus,
.c-cookie-notification__controls button:hover,
.c-cookie-notification__controls button:focus {
  text-decoration: none;
}

.c-cookie-notification__controls a:hover > span, .c-cookie-notification__controls a:focus > span,
.c-cookie-notification__controls button:hover > span,
.c-cookie-notification__controls button:focus > span {
  background-size: 100% 100%;
}

.c-cookie-notification__controls a > span,
.c-cookie-notification__controls button > span {
  position: relative;
  width: 100%;
  background-image: linear-gradient(transparent calc(100% - 2px), currentColor 2px);
  background-repeat: no-repeat;
  background-size: 0% 100%;
  -webkit-transition: background-size 0.3s;
  transition: background-size 0.3s;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
}

.c-cookie-notification__controls > li + li {
  margin-left: 1em;
}

.c-cookie-notification__cta {
  background: none;
  border: 0;
  padding: 0;
  text-transform: inherit;
  color: inherit;
  cursor: pointer;
  display: block;
  white-space: nowrap;
}

.c-search {
  color: #ffffff;
  z-index: 1;
  margin: 0 10px;
  padding-top: 120px;
}

@media (min-width: 768px) {
  .c-search {
    margin: 0 20px;
  }
}
@media (min-width: 1155px) {
  .c-search {
    display: block;
    position: static;
    margin: 0;
    padding-top: 0;
  }
  .c-search:focus-within .c-search__wrapper, .c-search:hover .c-search__wrapper {
    display: block;
  }
}
.c-search__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 10px;
  right: 70px;
  width: 50px;
  height: 50px;
  padding: 0;
  pointer-events: auto;
}

@media (min-width: 768px) {
  .c-search__btn {
    top: 20px;
    right: 80px;
  }
}
@media (min-width: 1155px) {
  .c-search__btn {
    position: relative;
    top: auto;
    right: auto;
  }
}
.c-search__btn .o-icon {
  width: 100%;
}

.c-search__form {
  margin-bottom: 2.2em;
}

@media (min-width: 768px) {
  .c-search__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.c-search__form label {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.c-search__form input {
  color: #141414;
}

@media (min-width: 768px) {
  .c-search__form input {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 85%;
            flex: 0 0 85%;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .c-search__form button {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
.c-search__wrapper {
  display: none;
}

@media (min-width: 1155px) {
  .c-search__wrapper {
    position: absolute;
    top: 100%;
    left: -35px;
    right: -45px;
    z-index: -1;
    overflow: hidden;
    margin-top: -95px;
    padding: 2.2em;
    padding-top: 120px;
  }
  .c-search__wrapper:before {
    content: "";
    position: absolute;
    background-color: #000000;
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
    z-index: -1;
    bottom: 0;
  }
}
@media (min-width: 1800px) {
  .c-search__wrapper {
    margin-top: -99px;
  }
}
.c-search__wrapper.-active {
  display: block;
}

.c-search__wrapper[aria-hidden=false] {
  pointer-events: auto;
}

@media (min-width: 1155px) {
  .c-search__suggestions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 1155px) {
  .c-search__suggestions ul {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 65%;
            flex: 0 0 65%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
}
.c-search__suggestions li a,
.c-search__suggestions li button {
  text-decoration: none;
}

.c-search__suggestions li a:hover, .c-search__suggestions li a:focus,
.c-search__suggestions li button:hover,
.c-search__suggestions li button:focus {
  text-decoration: none;
}

.c-search__suggestions li a:hover > span, .c-search__suggestions li a:focus > span,
.c-search__suggestions li button:hover > span,
.c-search__suggestions li button:focus > span {
  background-size: 100% 100%;
}

.c-search__suggestions li a > span,
.c-search__suggestions li button > span {
  position: relative;
  width: 100%;
  background-image: linear-gradient(transparent calc(100% - 2px), currentColor 2px);
  background-repeat: no-repeat;
  background-size: 0% 100%;
  -webkit-transition: background-size 0.3s;
  transition: background-size 0.3s;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
}

@media (min-width: 1155px) {
  .c-search__suggestions li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
            flex: 0 0 45%;
  }
}
.c-search__suggestions a {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1em;
  line-height: 1.2;
  border-top: 1px solid #2d2d2d;
  padding: 25px 10px;
  display: block;
}

@media all and (min-width: 768px) {
  .c-search__suggestions a {
    font-size: 0.89em;
  }
}
@media all and (min-width: 1155px) {
  .c-search__suggestions a {
    font-size: 0.8em;
  }
}
@media all and (min-width: 1800px) {
  .c-search__suggestions a {
    font-size: 0.81em;
  }
}
@media (min-width: 1155px) {
  .c-search__suggestions a {
    padding: 0;
    margin-bottom: 1em;
    border-top: 0;
  }
}
.c-search__title {
  font-size: 1.25em;
  line-height: 1.2;
  display: block;
  margin-bottom: 2.2em;
}

@media all and (min-width: 768px) {
  .c-search__title {
    font-size: 1.22em;
  }
}
@media all and (min-width: 1155px) {
  .c-search__title {
    font-size: 1.2em;
  }
}
@media all and (min-width: 1800px) {
  .c-search__title {
    font-size: 1.27em;
  }
}
@media (min-width: 1155px) {
  .c-search__title {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
  }
}
.c-search-results li:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

.c-search-results li .c-teaser--search {
  padding-bottom: 1.5em;
  margin-bottom: 1.5em;
  border-bottom: 1px solid #cccccc;
}

.c-search-view {
  margin-top: 6em;
  margin-bottom: 3em;
}

@media (min-width: 1155px) {
  .c-search-view {
    margin-top: 5em;
  }
}
.c-search-view__header {
  margin-bottom: 3em;
}

.c-search-view__search-bar {
  margin-bottom: 1em;
}

@media (min-width: 1155px) {
  .c-search-view__search-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 1155px) {
  .c-search-view__title {
    margin-bottom: 0;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}
.c-search-view__form {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

@media (min-width: 768px) {
  .c-search-view__form form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.c-search-view__form input[type=text] {
  background-color: #f6f6f6;
  font-size: 1.12em;
  line-height: 1.4;
  margin-bottom: 0;
  border: 0;
  padding: 0.85em;
}

@media all and (min-width: 768px) {
  .c-search-view__form input[type=text] {
    font-size: 1em;
  }
}
@media all and (min-width: 1155px) {
  .c-search-view__form input[type=text] {
    font-size: 1em;
  }
}
@media all and (min-width: 1800px) {
  .c-search-view__form input[type=text] {
    font-size: 1.09em;
  }
}
@media (min-width: 1155px) {
  .c-search-view__form input[type=text] {
    padding: 0.78em;
  }
}
.c-search-view__form input[type=submit] {
  width: 100%;
  margin-bottom: 0;
}

.c-search-view__form .form-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 75%;
          flex: 1 0 75%;
}

.c-search-view__form label {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.c-teaser {
  margin-bottom: 2.2em;
}

@media (min-width: 768px) {
  .c-teaser {
    margin-bottom: 0;
  }
}
.c-teaser__link {
  display: block;
}

body:not(.no-js) .js-fade-in-trigger .c-teaser {
  opacity: 0;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 30);
          transform: matrix(1, 0, 0, 1, 0, 30);
}

a.c-teaser__link {
  text-decoration: none;
}

a.c-teaser__link .c-teaser__title h3,
a.c-teaser__link .c-teaser__title h2 {
  display: inline;
}

a.c-teaser__link:hover, a.c-teaser__link:focus {
  text-decoration: none;
}

a.c-teaser__link:hover .c-teaser__title h3,
a.c-teaser__link:hover .c-teaser__title h2, a.c-teaser__link:focus .c-teaser__title h3,
a.c-teaser__link:focus .c-teaser__title h2 {
  -webkit-box-shadow: inset 0 -2px 0 0 #007bc7, inset 0 -4px 0 0 #ffffff;
          box-shadow: inset 0 -2px 0 0 #007bc7, inset 0 -4px 0 0 #ffffff;
  text-shadow: 1px 2px 0 #ffffff, -1px 2px 0 #ffffff, 2px 0 0 #ffffff, -2px 0 0 #ffffff;
}

.c-teaser__title {
  position: relative;
  margin-bottom: 0.5em;
}

.c-teaser__title h3,
.c-teaser__title h2 {
  font-size: 1.12em;
  line-height: 1.4;
  font-weight: 500;
  background-repeat: no-repeat;
  display: initial;
}

@media all and (min-width: 768px) {
  .c-teaser__title h3,
  .c-teaser__title h2 {
    font-size: 1em;
  }
}
@media all and (min-width: 1155px) {
  .c-teaser__title h3,
  .c-teaser__title h2 {
    font-size: 1em;
  }
}
@media all and (min-width: 1800px) {
  .c-teaser__title h3,
  .c-teaser__title h2 {
    font-size: 1.09em;
  }
}
.c-teaser__desc {
  font-size: 1em;
  line-height: 1.2;
  margin-bottom: 0.5em;
}

@media all and (min-width: 768px) {
  .c-teaser__desc {
    font-size: 0.89em;
  }
}
@media all and (min-width: 1155px) {
  .c-teaser__desc {
    font-size: 0.8em;
  }
}
@media all and (min-width: 1800px) {
  .c-teaser__desc {
    font-size: 0.81em;
  }
}
.c-teaser__desc:last-child,
.c-teaser__desc li:last-child {
  margin-bottom: 0;
}

.o-wysiwyg .c-teaser__desc ul,
.o-wysiwyg .c-teaser__desc ol {
  padding: 0;
}

.c-teaser__desc li {
  margin-bottom: 10px;
}

.c-teaser__img {
  margin-bottom: 0.5em;
  will-change: transform;
}

.c-teaser__img .o-img-slanted {
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -webkit-transform: perspective(500px) rotateX(0deg) scale(1) rotateY(0deg);
          transform: perspective(500px) rotateX(0deg) scale(1) rotateY(0deg);
}

.c-teaser__img.-is-active .o-img-slanted {
  -webkit-transform: perspective(500px) scale(0.9) rotateX(0deg) rotateY(7.5deg);
          transform: perspective(500px) scale(0.9) rotateX(0deg) rotateY(7.5deg);
}

.c-teaser__content {
  position: relative;
  z-index: 1;
}

.c-teaser__event-date {
  position: absolute;
  bottom: 100%;
  margin-bottom: 10px;
  background-color: #000000;
  color: #ffffff;
  padding: 10px;
  left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

@media (min-width: 1400px) {
  .c-teaser__event-date {
    padding: 15px;
  }
}
.c-teaser__event-date .day {
  font-size: 1.12em;
  line-height: 1.4;
  display: block;
  font-weight: bold;
  line-height: 1;
}

@media all and (min-width: 768px) {
  .c-teaser__event-date .day {
    font-size: 1em;
  }
}
@media all and (min-width: 1155px) {
  .c-teaser__event-date .day {
    font-size: 1em;
  }
}
@media all and (min-width: 1800px) {
  .c-teaser__event-date .day {
    font-size: 1.09em;
  }
}
@media (min-width: 768px) and (max-width: 1399px) {
  .c-teaser__event-date .day {
    line-height: 0.5;
  }
}
.c-teaser__event-date .month {
  font-size: 0.87em;
  line-height: 1.2;
  letter-spacing: 1px;
  text-transform: uppercase;
}

@media all and (min-width: 768px) {
  .c-teaser__event-date .month {
    font-size: 0.78em;
  }
}
@media all and (min-width: 1155px) {
  .c-teaser__event-date .month {
    font-size: 0.7em;
  }
}
@media all and (min-width: 1800px) {
  .c-teaser__event-date .month {
    font-size: 0.72em;
  }
}
.c-teaser__event-date-wrapper {
  padding: 5px;
  padding-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-teaser__category {
  margin-bottom: 0.5em;
  display: inline-block;
}

.c-teaser__category:not(:last-child) span:not(.u-visually-hidden):not(.visually-hidden)::after {
  content: ",";
  margin-left: -0.25em;
}

.c-teaser__desc .roles {
  display: none;
}

.c-teaser--search .c-teaser__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (min-width: 1155px) {
  .c-teaser--search .c-teaser__link {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.c-teaser--search .c-teaser__content {
  margin-left: 1em;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 55%;
          flex: 1 0 55%;
}

@media (min-width: 768px) {
  .c-teaser--search .c-teaser__content {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 85%;
            flex: 1 0 85%;
  }
}
.c-teaser--search .c-teaser__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80px;
          flex: 0 0 80px;
  margin-top: 5px;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .c-teaser--search .c-teaser__img {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 15%;
            flex: 1 0 15%;
    margin-top: 0;
  }
}
.c-teaser--search .o-img-slanted {
  padding-top: 100%;
}

@media (min-width: 768px) {
  .c-teaser--search .o-img-slanted {
    padding-top: 80%;
  }
}
.c-teaser--listing .c-teaser__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (min-width: 1155px) {
  .c-teaser--listing .c-teaser__link {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.c-teaser--listing .c-teaser__content {
  margin-left: 1em;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 55%;
          flex: 1 0 55%;
}

.c-teaser--listing .c-teaser__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80px;
          flex: 0 0 80px;
  margin-top: 5px;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .c-teaser--listing .c-teaser__img {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 45%;
            flex: 1 0 45%;
    margin-top: 0;
  }
}
.c-teaser--lab-listing .o-img-slanted {
  padding-top: 80%;
}

@media (min-width: 768px) {
  .c-teaser--lab-listing .o-img-slanted {
    padding-top: 62.5%;
  }
}
.c-teaser--person-listing .o-img-slanted {
  padding-top: 100%;
}

@media (min-width: 768px) {
  .c-teaser--person-listing .o-img-slanted {
    padding-top: 80%;
  }
}
.c-teaser--person-listing a.c-teaser__link {
  text-decoration: none;
}

.c-teaser--person-listing a.c-teaser__link .c-teaser__title h3 {
  -webkit-box-shadow: inset 0 -2px 0 0 #007bc7, inset 0 -4px 0 0 #ffffff;
          box-shadow: inset 0 -2px 0 0 #007bc7, inset 0 -4px 0 0 #ffffff;
  text-shadow: 1px 2px 0 #ffffff, -1px 2px 0 #ffffff, 2px 0 0 #ffffff, -2px 0 0 #ffffff;
}

.node-has-theme .c-teaser--person-listing a.c-teaser__link .c-teaser__title h3 {
  text-shadow: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.c-teaser--person-listing a.c-teaser__link:hover, .c-teaser--person-listing a.c-teaser__link:focus {
  text-decoration: none;
}

.c-teaser--person-listing a.c-teaser__link:hover .c-teaser__title h3, .c-teaser--person-listing a.c-teaser__link:focus .c-teaser__title h3 {
  -webkit-box-shadow: inset 0 -2px 0 0 transparent, inset 0 -4px 0 0 transparent;
          box-shadow: inset 0 -2px 0 0 transparent, inset 0 -4px 0 0 transparent;
}

.node-has-theme .c-teaser--person-listing a.c-teaser__link:hover .c-teaser__title h3, .node-has-theme .c-teaser--person-listing a.c-teaser__link:focus .c-teaser__title h3 {
  -webkit-box-shadow: inset 0 -2px 0 0 var(--theme-primary, #ffe72d);
          box-shadow: inset 0 -2px 0 0 var(--theme-primary, #ffe72d);
}

.c-teaser--listing-publication {
  margin-bottom: 2.2em;
  border-bottom: 1px solid #cccccc;
}

.c-teaser--listing-publication .c-teaser__link {
  margin-bottom: 2.2em;
}

@media (min-width: 1155px) {
  .c-teaser--listing-publication .c-teaser__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.c-teaser--listing-publication .c-teaser__author {
  font-size: 1.12em;
  line-height: 1.4;
  font-weight: 500;
  display: block;
  margin-bottom: 0.5em;
}

@media all and (min-width: 768px) {
  .c-teaser--listing-publication .c-teaser__author {
    font-size: 1em;
  }
}
@media all and (min-width: 1155px) {
  .c-teaser--listing-publication .c-teaser__author {
    font-size: 1em;
  }
}
@media all and (min-width: 1800px) {
  .c-teaser--listing-publication .c-teaser__author {
    font-size: 1.09em;
  }
}
@media (min-width: 1155px) {
  .c-teaser--listing-publication .c-teaser__author {
    margin-right: 50px;
    margin-bottom: 0;
  }
}
@media (min-width: 1155px) {
  .c-teaser--listing-publication .c-teaser__content-left {
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
  }
}
@media (min-width: 1155px) {
  .c-teaser--listing-publication .c-teaser__content-right {
    -ms-flex-preferred-size: 70%;
        flex-basis: 70%;
  }
}
.paragraph.paragraph--type--slice-column-content.o-slice .o-grid__item.c-teaser-item {
  background-color: transparent;
}

@supports (display: grid) {
  .paragraph.paragraph--type--slice-column-content.o-slice .o-grid__item.c-teaser-item {
    padding: 0;
  }
}
.paragraph.paragraph--type--slice-column-content.o-slice .o-grid__item.c-teaser-item .c-teaser__content {
  margin-top: -2em;
  padding: 1em;
}

.paragraph.paragraph--type--slice-column-content.o-slice .o-grid__item.c-teaser-item ul li::before {
  content: none;
}

.paragraph.paragraph--type--slice-column-content.o-slice .o-grid__item.c-teaser-item .c-teaser__img {
  width: calc(100% - 1px);
}

.paragraph.paragraph--type--slice-column-content.o-slice .o-grid__item.c-teaser-item .c-teaser__link {
  text-decoration-color: var(--foreground);
}

.paragraph.paragraph--type--slice-column-content.o-slice .o-grid__item.c-teaser-item .c-teaser__link:hover {
  text-decoration: underline;
  text-decoration-color: var(--foreground);
}

.paragraph.paragraph--type--slice-column-content.o-slice .o-grid__item.c-teaser-item .c-teaser__link:hover h3 {
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
}

.paragraph.paragraph--type--slice-column-content.o-slice .o-grid__item.c-teaser-item .c-teaser__content {
  background: var(--background);
  color: var(--foreground);
}

.paragraph.paragraph--type--slice-column-content.o-slice .o-grid__item.c-teaser-item .c-teaser__content .c-teaser__title {
  color: currentColor;
}

.paragraph.paragraph--type--slice-column-content.o-slice .o-grid__item.c-teaser-item .c-teaser__content .c-teaser__title h3 {
  font-size: 1.25em;
  line-height: 1.2;
}

@media all and (min-width: 768px) {
  .paragraph.paragraph--type--slice-column-content.o-slice .o-grid__item.c-teaser-item .c-teaser__content .c-teaser__title h3 {
    font-size: 1.22em;
  }
}
@media all and (min-width: 1155px) {
  .paragraph.paragraph--type--slice-column-content.o-slice .o-grid__item.c-teaser-item .c-teaser__content .c-teaser__title h3 {
    font-size: 1.2em;
  }
}
@media all and (min-width: 1800px) {
  .paragraph.paragraph--type--slice-column-content.o-slice .o-grid__item.c-teaser-item .c-teaser__content .c-teaser__title h3 {
    font-size: 1.27em;
  }
}
.paragraph--type--content-exhibition-teaser .c-media-with-overlay--exhibition .c-logo-exhibition::before, .paragraph--type--content-exhibition-teaser .c-media-with-overlay--exhibition .c-logo-exhibition::after {
  background: var(--accent-background);
}

.paragraph--type--content-exhibition-teaser .c-media-with-overlay--exhibition .c-logo-exhibition svg {
  max-height: 20em;
}

.paragraph--type--content-exhibition-teaser .c-media-with-overlay--exhibition .c-media-with-overlay__panel {
  background: var(--background);
  color: var(--foreground);
  -webkit-box-shadow: 0px 8px 10px 1px rgba(0, 0, 0, 0.29);
          box-shadow: 0px 8px 10px 1px rgba(0, 0, 0, 0.29);
}

@media (min-width: 768px) {
  .paragraph--type--content-exhibition-teaser .c-media-with-overlay--exhibition .c-media-with-overlay__panel {
    margin-bottom: 1em;
  }
}
.paragraph--type--content-exhibition-teaser .c-media-with-overlay--exhibition .c-media-with-overlay__panel .c-media-overlay__title {
  color: currentColor;
}

.paragraph--type--content-exhibition-teaser .c-media-with-overlay--exhibition .c-media-with-overlay__panel .o-button--primary {
  background: var(--accent-background);
  color: var(--background);
  -webkit-box-shadow: 0px 8px 10px 1px rgba(0, 0, 0, 0.29);
          box-shadow: 0px 8px 10px 1px rgba(0, 0, 0, 0.29);
}

.paragraph--type--content-exhibition-teaser .c-media-with-overlay--exhibition .c-media-with-overlay__panel .o-button--primary:hover {
  background: none;
  color: var(--foreground);
  background: var(--accent-foreground);
}

.paragraph--type--content-exhibition-teaser .c-media-with-overlay--exhibition .c-media-with-overlay__panel .o-button--primary::before {
  background-color: transparent;
}

@media (min-width: 1155px) {
  .paragraph--type--content-exhibition-teaser .c-media-with-overlay--exhibition .c-media-with-overlay__bg .c-shard-overlay {
    background: var(--accent-background);
  }
}
.c-media-with-overlay .c-times-dates {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 0.5em;
}

.c-media-with-overlay .c-times-dates .c-exhibition-date__item--range {
  border: none;
  padding: 0 1em 0 0;
}

.c-media-with-overlay .c-times-dates .c-exhibition-dates {
  margin: auto;
}

.c-media-with-overlay .c-times-dates .c-opening-times {
  width: 100%;
}

.c-media-with-overlay .c-times-dates .c-opening-times .c-opening-times__inner {
  border: none;
  padding-left: 0;
  margin: 0;
}

.c-media-with-overlay .c-times-dates .c-opening-times .o-opening-time {
  border-left: 3px solid currentColor;
  margin: 0;
}

.c-media-with-overlay .c-times-dates .c-opening-times .day {
  width: auto;
  padding-right: 0.5em;
  padding-left: 1em;
  border-left: none;
}

.c-media-with-overlay .c-times-dates .c-opening-times .time {
  width: auto;
}

.c-media-with-overlay .c-times-dates .c-opening-times .reason {
  padding-left: 1em;
}

.node-has-theme .c-content-column__link {
  color: #ffe72d;
  text-decoration: none;
}

@supports (--custom-properties: 1) {
  .node-has-theme .c-content-column__link {
    color: var(--theme-primary, #ffe72d);
  }
}
.node-has-theme .c-content-column__link:focus, .node-has-theme .c-content-column__link:hover {
  color: inherit;
  text-decoration: underline;
  text-decoration-color: #ffe72d;
}

@supports (--custom-properties: 1) {
  .node-has-theme .c-content-column__link:focus, .node-has-theme .c-content-column__link:hover {
    border-color: var(--theme-primary, #ffe72d);
  }
}
.node-has-theme .c-content-column__title {
  color: #ffe72d;
}

@supports (--custom-properties: 1) {
  .node-has-theme .c-content-column__title {
    color: var(--theme-primary, #ffe72d);
  }
}
.paragraph--type--slice-column-content .c-content-column .o-grid__item {
  margin-bottom: 1em;
}

@media (min-width: 769px) {
  .paragraph--type--slice-column-content .c-content-column .o-grid__item {
    margin-bottom: 0;
  }
}
@supports (display: grid) {
  .paragraph--type--slice-column-content.o-slice--grey .c-content-column .o-grid__item.o-column__white, .paragraph--type--slice-column-content.o-slice--grey .c-content-column .o-grid__item.o-column__grey {
    border: 1px solid #b3b3b3;
  }
  .node-has-theme .paragraph--type--slice-column-content.o-slice--grey .c-content-column .o-grid__item.o-column__white, .node-has-theme .paragraph--type--slice-column-content.o-slice--grey .c-content-column .o-grid__item.o-column__grey {
    border-color: #ffe72d;
  }
  @supports (--custom-properties: 1) {
    .node-has-theme .paragraph--type--slice-column-content.o-slice--grey .c-content-column .o-grid__item.o-column__white, .node-has-theme .paragraph--type--slice-column-content.o-slice--grey .c-content-column .o-grid__item.o-column__grey {
      border-color: var(--theme-primary, #ffe72d);
    }
  }
}
.o-flex-col {
  background-color: var(--background);
  color: var(--foreground);
}

.o-flex-col .c-content-column__title {
  color: var(--foreground);
}

.has-card.has-link .c-content-column__title::after {
  background-color: var(--accent-background);
}

.o-grid--2-col.c-content-column .o-flex-col.has-wide-width {
  z-index: 1;
}

@supports (display: grid) {
  @media (min-width: 769px) {
    .o-grid--2-col.c-content-column .o-flex-col.has-wide-width {
      width: calc(100% + 6em);
    }
    .o-grid--2-col.c-content-column .o-flex-col.has-wide-width.has-no-media {
      width: calc(100% + 6em - 1.5em);
    }
    .o-grid--2-col.c-content-column .o-flex-col.has-wide-width:nth-child(odd) {
      margin-right: -6em;
    }
    .o-grid--2-col.c-content-column .o-flex-col.has-wide-width:nth-child(even) {
      margin-left: -6em;
    }
    .o-grid--2-col.c-content-column .o-flex-col.has-wide-width:nth-child(even) .o-img-container {
      position: relative;
    }
    .o-grid--2-col.c-content-column .o-flex-col.has-wide-width:nth-child(even) .o-img-container .o-icon {
      left: inherit;
      right: 0.5em;
      position: absolute;
      bottom: 1em;
      top: inherit;
    }
    .o-grid--2-col.c-content-column .o-flex-col.has-wide-width:nth-child(even) .o-img-container .c-image-caption {
      text-align: right;
      position: absolute;
      right: 2.5em;
      bottom: 0;
      top: inherit;
      left: inherit;
    }
  }
  @media (min-width: 1156px) {
    .o-grid--2-col.c-content-column .o-flex-col.has-wide-width {
      width: calc(100% + 10em);
    }
    .o-grid--2-col.c-content-column .o-flex-col.has-wide-width.has-no-media {
      width: calc(100% + 10em - 2.5em);
      z-index: 0;
    }
    .o-grid--2-col.c-content-column .o-flex-col.has-wide-width:nth-child(odd) {
      margin-right: -10em;
    }
    .o-grid--2-col.c-content-column .o-flex-col.has-wide-width:nth-child(odd).has-no-media {
      margin-right: -7em;
    }
    .o-grid--2-col.c-content-column .o-flex-col.has-wide-width:nth-child(even) {
      margin-left: -10em;
    }
    .o-grid--2-col.c-content-column .o-flex-col.has-wide-width:nth-child(even).has-no-media {
      margin-left: -7em;
    }
  }
}
/*
 * Narrow columns
 * Apply only on two column grids */
.o-grid--2-col.c-content-column .o-flex-col.has-narrow-width {
  z-index: 1;
  /* Stop theming for IE
   * (as this uses margins and padding for column positioning) */
}

@supports (display: grid) {
  .o-grid--2-col.c-content-column .o-flex-col.has-narrow-width {
    width: 80%;
    margin: auto;
    padding-bottom: 1.5em;
    margin-bottom: 1em;
    /* Medium screens */
    /* Large screens */
  }
  @media (min-width: 769px) {
    .o-grid--2-col.c-content-column .o-flex-col.has-narrow-width {
      width: calc(100% - 6em);
      margin: 0 auto;
      height: -webkit-max-content;
      height: -moz-max-content;
      height: max-content;
      /* Reset negative top-bottom margins */
    }
  }
  @media (min-width: 1156px) {
    .o-grid--2-col.c-content-column .o-flex-col.has-narrow-width {
      width: calc(100% - 10em);
      margin: 0 auto;
    }
  }
}
/* Overide
 * This override stops the narrowness
 * of narrow nested items when the wrapper iself is narrow. */
@supports (display: grid) {
  @media (min-width: 769px) {
    .has-narrow-width .o-grid--2-col.c-content-column .o-flex-col.has-narrow-width {
      width: 100%;
    }
  }
}
/* Overide
 * This override allows a nested item
 * in a single column layout to have narrow styling */
@supports (display: grid) {
  @media (min-width: 769px) {
    .paragraph--type--slice-column-content .o-grid--1-col.c-content-column .o-flex-col.has-narrow-width {
      margin: auto;
      padding-bottom: 1.5em;
      width: calc(100% - 10em);
    }
  }
  @media (min-width: 1156px) {
    .paragraph--type--slice-column-content .o-grid--1-col.c-content-column .o-flex-col.has-narrow-width {
      margin: auto;
      padding-bottom: 1.5em;
      width: calc(100% - 20em);
    }
  }
}
/* Overide
 * This override allows a nested narrow item
 * in a single column layout to have narrow styling on mobile */
@supports (display: grid) {
  @media (max-width: 767px) {
    .c-content-column .o-flex-col.has-narrow-width {
      width: 80%;
      margin: auto;
      margin-bottom: 1em;
    }
  }
}
/* Overide
 * Set no-media columns to a higher z-index
 * in a single column layout to have narrow styling on mobile */
.paragraph--type--slice-column-content .o-grid .o-flex-col.has-no-media {
  z-index: 2;
}

/* Overide
 * This override allows a nested item
 * in any column layout to have narrow styling */
@supports (display: grid) {
  @media (min-width: 769px) {
    .paragraph--type--slice-column-content .c-content-column .o-flex-col.has-narrow-width {
      margin: 0 auto;
      padding-bottom: 1.5em;
      width: calc(100% - 6em);
    }
  }
}
.c-column-item .o-meta-text {
  font-weight: 900;
  font-size: 0.87em;
  line-height: 1.2;
  text-transform: uppercase;
}

@media all and (min-width: 768px) {
  .c-column-item .o-meta-text {
    font-size: 0.78em;
  }
}
@media all and (min-width: 1155px) {
  .c-column-item .o-meta-text {
    font-size: 0.7em;
  }
}
@media all and (min-width: 1800px) {
  .c-column-item .o-meta-text {
    font-size: 0.72em;
  }
}
.c-column-item.has-card .o-meta-text {
  display: none;
}

.c-column-item .o-img-container img {
  width: 100%;
}

.c-column-item .o-wysiwyg h3 {
  padding-top: 0;
}

/* Sets text alignment
* Applied in IE - one of the few styles
* which won't mess with IE grids */
.c-content-column .o-grid__item.has-left-text {
  text-align: left;
}

.c-content-column .o-grid__item.has-center-text {
  text-align: center;
}

.c-content-column .o-grid__item.has-right-text {
  text-align: right;
}

@media (min-width: 1156px) {
  .c-content-column .o-grid__item.has-center-text .o-button.o-button--primary {
    display: block;
    text-align: center;
    margin: auto;
    max-width: 13em;
  }
  @supports (display: grid) {
    .c-content-column .o-grid__item.has-center-text .o-button.o-button--primary {
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      max-width: inherit;
    }
  }
}
/* Sets column height alignment
 */
.c-content-column .o-grid__item.has-top-height {
  -ms-flex-item-align: start;
      align-self: start;
}

.c-content-column .o-grid__item.has-center-height {
  -ms-flex-item-align: center;
      align-self: center;
}

.c-content-column .o-grid__item.has-bottom-height {
  -ms-flex-item-align: end;
      align-self: end;
}

@media (min-width: 1156px) {
  .c-content-column .o-grid__item.has-center-text .o-button.o-button--primary {
    display: block;
    text-align: center;
    margin: auto;
    max-width: 13em;
  }
  @supports (display: grid) {
    .c-content-column .o-grid__item.has-center-text .o-button.o-button--primary {
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      max-width: inherit;
    }
  }
}
/* Animation
* This controls the animation in for each individual column
* the trigger is the same as that used for the column wrapper  */
@supports (display: grid) {
  .o-flex-col.js-paragraph-in-trigger {
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: translateY(4em);
            transform: translateY(4em);
  }
  .o-flex-col.js-faded-in {
    opacity: 1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* Background colors
* This controls the background of the column items
* it will only target non-IE browsers  */
@supports (display: grid) {
  .o-slice .o-grid.c-content-column .o-flex-col {
    padding: 0.8em 0.8em 1.2em 0.8em;
  }
}
.paragraph--type--slice-column-content {
  /* Overide
   * This overrides a nested item
   * which has been given a wide setting so that it always displays as whitebox black color  */
  /* Overide
   * This overrides pushes image and video columns
   * behind any text columns  */
  /* End of selectors */
}

@supports (display: grid) {
  .paragraph--type--slice-column-content .c-column-item.has-wide-width.has-no-media {
    z-index: 1;
    background-color: #ffffff;
    color: #000000;
    padding: 0.8em;
    margin-top: 0;
    margin-bottom: 0;
  }
}
@supports (display: grid) {
  .paragraph--type--slice-column-content .o-grid__item.c-column-item {
    z-index: 1;
  }
  .paragraph--type--slice-column-content .o-grid__item.c-column-item.has-image, .paragraph--type--slice-column-content .o-grid__item.c-column-item.has-video {
    z-index: 0;
  }
}
@supports (display: grid) {
  .o-grid__item {
    -webkit-transition: ease 0.5s;
    transition: ease 0.5s;
    /*
         * If grid item is set as a card
         */
    /*
         * If grid item has a link added to it
         * hover over image will cause animation
         */
    /*
         * If grid item has a link added to it and is a card
         * change padding so that div has 0em and the href has 1em
         * also provide card like hover animations
         */
    /*
         * If grid item has a call to action added to it
         * reset all card like animations
         */
  }
  .o-grid__item.has-card .o-img-container {
    margin: -0.8em -0.8em 0.8em -0.8em;
  }
  .o-grid__item.has-card .o-img-container img {
    -webkit-transition: ease 0.5s;
    transition: ease 0.5s;
  }
  .o-grid__item.has-link .o-img-container img {
    -webkit-transition: ease 0.5s;
    transition: ease 0.5s;
  }
  .o-grid__item.has-link .o-img-container:hover img {
    -webkit-transition: ease 0.5s;
    transition: ease 0.5s;
    opacity: 0.8;
  }
  .o-grid__item.has-card.has-link {
    padding: 0;
  }
  .o-grid__item.has-card.has-link .c-content-column__title,
  .o-grid__item.has-card.has-link h3,
  .o-grid__item.has-card.has-link h4,
  .o-grid__item.has-card.has-link h5 {
    position: relative;
    padding-bottom: 0.5em;
  }
  .o-grid__item.has-card.has-link .c-content-column__title::after,
  .o-grid__item.has-card.has-link h3::after,
  .o-grid__item.has-card.has-link h4::after,
  .o-grid__item.has-card.has-link h5::after {
    content: "";
    width: 0;
    background-color: #ffe72d;
    background-color: var(--accent-background);
    height: 0.4em;
    bottom: -0.4em;
    position: absolute;
    -webkit-transition: ease 0.5s;
    transition: ease 0.5s;
    z-index: 1;
  }
  .o-grid__item.has-card.has-link.has-left-text h3::after,
  .o-grid__item.has-card.has-link.has-left-text h4::after,
  .o-grid__item.has-card.has-link.has-left-text h5::after {
    left: 0;
  }
  .o-grid__item.has-card.has-link.has-right-text {
    left: inherit;
  }
  .o-grid__item.has-card.has-link.has-right-text h3::after,
  .o-grid__item.has-card.has-link.has-right-text h4::after,
  .o-grid__item.has-card.has-link.has-right-text h5::after {
    right: 0;
  }
  .o-grid__item.has-card.has-link.has-center-text h3::after,
  .o-grid__item.has-card.has-link.has-center-text h4::after,
  .o-grid__item.has-card.has-link.has-center-text h5::after {
    left: calc(50% - 1.5em);
  }
  .o-grid__item.has-card.has-link .o-grid__item-linked {
    padding: 0.8em 0.8em 1.2em 0.8em;
    width: 100%;
    height: 100%;
    display: block;
    text-decoration: none;
  }
  .o-grid__item.has-card.has-link .o-grid__item-linked .o-wysiwyg {
    text-decoration: none;
  }
  .o-grid__item.has-card.has-link:hover, .o-grid__item.has-card.has-link:focus {
    -webkit-transition: ease 0.5s;
    transition: ease 0.5s;
    -webkit-box-shadow: 0px 13px 10px 5px rgba(0, 0, 0, 0.3019607843);
            box-shadow: 0px 13px 10px 5px rgba(0, 0, 0, 0.3019607843);
  }
  .o-grid__item.has-card.has-link:hover h3::after,
  .o-grid__item.has-card.has-link:hover h4::after,
  .o-grid__item.has-card.has-link:hover h5::after, .o-grid__item.has-card.has-link:focus h3::after,
  .o-grid__item.has-card.has-link:focus h4::after,
  .o-grid__item.has-card.has-link:focus h5::after {
    width: 3em;
    -webkit-transition: ease 0.5s;
    transition: ease 0.5s;
  }
  .o-grid__item.has-card.has-link:hover .o-img-container img, .o-grid__item.has-card.has-link:focus .o-img-container img {
    -webkit-transition: ease 0.5s;
    transition: ease 0.5s;
    opacity: 0.8;
  }
  .o-grid__item.has-link.has-cta {
    padding: 0.8em 0.8em 1.2em 0.8em;
  }
  .o-grid__item.has-link.has-cta .c-content-column__title {
    padding-bottom: 0.5em;
  }
  .o-grid__item.has-link.has-cta .c-content-column__title::after {
    content: none;
  }
  .o-grid__item.has-link.has-cta:hover .o-img-container img {
    opacity: 1;
  }
}
/*
   * Override the card display hover
   * If there are no gaps between cards then emove box shadow hover
   */
@supports (display: grid) {
  .has-no-spaces-display .o-grid .o-grid__item.has-card.has-link:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.c-column-item .o-img-container {
  position: relative;
}

.c-column-item .o-img-container .o-icon {
  border-radius: 50%;
  background-color: #000000;
  background-color: var(--foreground);
  color: #ffffff;
  border: 2px solid #000000;
  border-color: var(--foreground);
  width: 1.2em;
  height: 1.2em;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
  left: 0.5em;
  position: absolute;
  bottom: 1em;
  fill: var(--background);
}

.c-column-item .o-img-container .o-icon:hover {
  cursor: pointer;
  color: #ffe72d;
  background-color: var(--accent-background);
  border-color: var(--accent-background);
}

.c-column-item .o-img-container .o-icon.-is-active {
  color: #ffe72d;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
  background-color: var(--accent-background);
  border-color: var(--accent-background);
}

.c-column-item .o-img-container .c-image-caption {
  display: none;
  margin-bottom: 1em;
  position: absolute;
  bottom: 0;
  left: 2.5em;
  background-color: #f6f6f6;
  color: #000000;
  padding: 0.3em;
  font-size: 0.87em;
  line-height: 1.2;
  max-width: 20em;
}

@media all and (min-width: 768px) {
  .c-column-item .o-img-container .c-image-caption {
    font-size: 0.78em;
  }
}
@media all and (min-width: 1155px) {
  .c-column-item .o-img-container .c-image-caption {
    font-size: 0.7em;
  }
}
@media all and (min-width: 1800px) {
  .c-column-item .o-img-container .c-image-caption {
    font-size: 0.72em;
  }
}
.c-column-item .c-graphic__overlay svg {
  fill: #ffffff;
  fill: var(--foreground);
}

.o-img-container .c-graphic__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  max-height: 90%;
  width: auto;
  height: 100%;
}

.o-img-container .c-graphic__overlay svg,
.o-img-container .c-graphic__overlay img {
  margin: auto;
  height: 100%;
  width: auto;
  display: block;
}

.o-slice {
  margin-bottom: 0;
}

@supports (display: grid) {
  .o-slice.js-paragraph-in-trigger {
    opacity: 0;
    -webkit-transition: ease 0.5s;
    transition: ease 0.5s;
    -webkit-transform: translateY(4em);
            transform: translateY(4em);
  }
  .o-slice.js-faded-in {
    opacity: 1;
    -webkit-transition: ease 0.5s;
    transition: ease 0.5s;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.o-slice.paragraph--type--slice-column-content {
  background-color: var(--background);
  color: var(--foreground);
}

.o-slice.paragraph--type--slice-column-content.o-slice--grey {
  background-color: transparent;
  background-color: var(--background);
}

.o-slice.has-default {
  background-color: transparent;
  --background: #ffffff;
  --foreground: #000000;
  --accent-background: #007bc7;
  --accent-foreground: #9bd0f0;
}

.o-slice.has-no-theme {
  --background: #ffffff;
  --foreground: #000000;
  --accent-background: #007bc7;
  --accent-foreground: #9bd0f0;
}

.o-slice[data-entity-context-position="1"] .o-container {
  padding-top: 1em;
}

.o-slice .o-panel {
  padding: 10px 0;
}

@media (min-width: 1156px) {
  .o-slice .o-panel {
    padding: 15px 0;
  }
}
@media (min-width: 1401px) {
  .o-slice .o-panel {
    padding: 20px 0;
  }
}
.o-page-container section[class*=theme].o-slice.paragraph--type--slice-column-content .o-container {
  padding-top: 0;
  padding-bottom: 1em;
}

.o-page-container section[class*=theme].o-slice.paragraph--type--slice-column-content .o-container .o-slice-title {
  padding-top: 2em;
}

.o-page-container section[class*=theme].o-slice.paragraph--type--slice-column-content .o-container .o-meta-text + .o-slice-title {
  padding-top: 1em;
}

.o-page-container section[class*=theme].o-slice.paragraph--type--slice-column-content .o-container .o-slice-title + .o-grid,
.o-page-container section[class*=theme].o-slice.paragraph--type--slice-column-content .o-container .c-paragraph-introduction + .o-grid {
  padding-top: 1.5em;
}

.o-page-container section:nth-child(1),
.o-page-container section:nth-child(1) .o-flex-col:nth-child(1) {
  opacity: 1;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.o-page-container section:last-child {
  margin-bottom: 3em;
}

.o-slice.has-left-text {
  text-align: left;
}

.o-slice.has-left-text .c-paragraph-introduction {
  margin: auto;
  margin-left: 0;
}

.o-slice.has-center-text {
  text-align: center;
}

.o-slice.has-center-text .c-paragraph-introduction {
  margin: auto;
  margin-center: 0;
}

.o-slice.has-right-text {
  text-align: right;
}

.o-slice.has-right-text .c-paragraph-introduction {
  margin: auto;
  margin-right: 0;
}

@media (min-width: 769px) {
  .o-slice .o-slice-title {
    margin-bottom: 0;
  }
}
.o-slice .c-paragraph-introduction {
  font-size: 1.25em;
  line-height: 1.2;
  padding-bottom: 1.5em;
  font-weight: 400;
  position: relative;
  padding-top: 1em;
}

@media all and (min-width: 768px) {
  .o-slice .c-paragraph-introduction {
    font-size: 1.22em;
  }
}
@media all and (min-width: 1155px) {
  .o-slice .c-paragraph-introduction {
    font-size: 1.2em;
  }
}
@media all and (min-width: 1800px) {
  .o-slice .c-paragraph-introduction {
    font-size: 1.27em;
  }
}
@media (min-width: 769px) {
  .o-slice .c-paragraph-introduction {
    width: 60%;
  }
}
@media (min-width: 769px) {
  .o-slice.has-center-text .o-slice-title {
    width: 70%;
    margin: auto;
  }
}
@media (min-width: 769px) {
  .o-slice.has-center-text .c-paragraph-introduction {
    margin: auto;
  }
}
.o-slice.has-center-text .c-paragraph-introduction::after {
  content: "";
  width: 3em;
  background-color: #ffe72d;
  background-color: var(--theme-accent);
  height: 0.4em;
  bottom: 0;
  left: calc(50% - 1.5em);
  position: absolute;
}

.o-slice .o-meta-text {
  font-weight: 900;
  font-size: 0.87em;
  line-height: 1.2;
  text-transform: uppercase;
  color: var(--accent-background);
}

@media all and (min-width: 768px) {
  .o-slice .o-meta-text {
    font-size: 0.78em;
  }
}
@media all and (min-width: 1155px) {
  .o-slice .o-meta-text {
    font-size: 0.7em;
  }
}
@media all and (min-width: 1800px) {
  .o-slice .o-meta-text {
    font-size: 0.72em;
  }
}
.o-slice .o-button--primary,
.o-slice .form-actions input.o-button.o-button--primary.form-submit {
  background: var(--accent-background);
  color: var(--background);
}

.o-slice .o-button--primary:hover,
.o-slice .form-actions input.o-button.o-button--primary.form-submit:hover {
  background: none;
  color: var(--foreground);
  background: var(--accent-foreground);
}

.o-slice .o-button--primary::before,
.o-slice .form-actions input.o-button.o-button--primary.form-submit::before {
  background: var(--accent-foreground);
}

@media (min-width: 769px) {
  .o-slice.has-narrow-width {
    margin: 0 auto;
    width: calc(100% - 10em);
  }
  .o-slice.has-narrow-width .c-paragraph-introduction {
    width: 100%;
  }
  .o-slice.has-wide-width {
    width: 100%;
    margin: 0;
  }
}
@media (min-width: 1156px) {
  .o-slice.has-narrow-width {
    width: calc(100% - 16em);
  }
}
@media (min-width: 1401px) {
  .o-slice.has-narrow-width {
    width: calc(100% - 30em);
  }
}
.o-slice.has-narrow-width + .o-slice {
  margin-top: 55px;
}

.o-slice.has-narrow-width + .has-narrow-width {
  margin-top: 0;
}

.o-slice.has-wide-width + .o-slice {
  margin-top: 55px;
}

.o-slice.has-wide-width + .has-wide-width {
  margin-top: 0;
}

.o-slice.has-default-width + .o-slice {
  margin-top: 55px;
}

.o-slice.has-default-width + .has-default-width {
  margin-top: 0;
}

@supports (display: grid) {
  @media (min-width: 769px) {
    .paragraph--type--slice-column-content.has-no-spaces-display .o-grid {
      grid-gap: 0;
      margin-right: -20px;
      margin-left: -20px;
    }
  }
  @media (min-width: 769px) and (min-width: 1400px) {
    .paragraph--type--slice-column-content.has-no-spaces-display .o-grid {
      margin-right: -75px;
      margin-left: -75px;
    }
  }
}
.paragraph--type--public-engag-metadata .o-panel {
  background: transparent;
  background-color: #ffffff;
  background-color: var(--background);
  color: #000000;
  color: var(--foreground);
  padding: 1em;
}

.paragraph--type--public-engag-metadata .o-panel .o-panel__title {
  color: currentColor;
}

.paragraph--type--public-engag-metadata .c-public-engagement-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

@media (min-width: 768px) {
  .paragraph--type--public-engag-metadata .c-public-engagement-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
  }
}
.paragraph--type--public-engag-metadata .c-public-engagement-wrapper .o-panel__title {
  font-size: 1.7em;
}

.paragraph--type--public-engag-metadata .c-public-engagement-wrapper .c-item {
  width: 6em;
  position: relative;
}

.paragraph--type--public-engag-metadata .c-public-engagement-wrapper .c-item svg {
  width: 4em;
  height: 4em;
  margin: 0 auto;
  display: block;
  fill: #000000;
  fill: var(--foreground);
}

.paragraph--type--public-engag-metadata .c-public-engagement-wrapper .c-item .o-meta__title {
  text-align: center;
  text-transform: uppercase;
  font-size: 0.9em;
  padding-top: 0.3em;
  color: #ffffff;
  color: var(--foreground);
}

.paragraph--type--public-engag-metadata .c-public-engagement-wrapper .c-item .c-time {
  position: absolute;
  left: calc(50% - 0.65em);
  font-size: 1.3em;
  color: #000000;
  color: var(--background);
  font-weight: 900;
  top: 0.6em;
}

.paragraph--type--public-engag-metadata .c-public-engagement-wrapper .c-item .c-ages__wrapper {
  border-radius: 5px;
  width: 4em;
  height: 4em;
  margin: 0 auto;
  display: block;
  background-color: #000000;
  background-color: var(--foreground);
}

.paragraph--type--public-engag-metadata .c-public-engagement-wrapper .c-item .c-ages__wrapper .c-ages {
  font-weight: 900;
  text-align: center;
  margin: auto;
  display: block;
  text-align: center;
  padding-top: 1em;
  color: #ffffff;
  color: var(--background);
  font-size: 1.4em;
}

.teaser--view-mode-pub-eng-activites .c-teaser__content {
  background: var(--background);
  margin-top: -3em;
  padding: 1em;
}

.teaser--view-mode-pub-eng-activites .c-teaser__title {
  color: var(--foreground);
}

.teaser--view-mode-pub-eng-activites a.c-teaser__link {
  text-decoration-color: var(--foreground);
}

.teaser--view-mode-pub-eng-activites a.c-teaser__link:hover,
.teaser--view-mode-pub-eng-activites a.c-teaser__link :focus {
  text-decoration: underline;
  text-decoration-color: var(--foreground);
}

.teaser--view-mode-pub-eng-activites a.c-teaser__link:hover h3,
.teaser--view-mode-pub-eng-activites a.c-teaser__link :focus h3 {
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
}

.teaser--view-mode-pub-eng-activites .c-pub-eng-activity-teaser__metadata > :not(.paragraph--type--public-engag-metadata) {
  display: none;
}

.teaser--view-mode-pub-eng-activites .paragraph--type--public-engag-metadata {
  margin-bottom: 0 !important;
  margin: 0;
  margin-top: -0.5em;
}

.teaser--view-mode-pub-eng-activites .paragraph--type--public-engag-metadata .o-container {
  padding: 0;
  margin: 0;
}

.teaser--view-mode-pub-eng-activites .paragraph--type--public-engag-metadata .c-public-engagement-wrapper {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.teaser--view-mode-pub-eng-activites .paragraph--type--public-engag-metadata .c-public-engagement-wrapper .c-item {
  width: 3em;
  height: 3em;
}

.teaser--view-mode-pub-eng-activites .paragraph--type--public-engag-metadata .c-public-engagement-wrapper .c-item svg {
  width: 2.2em;
  height: 2.2em;
  fill: #000000;
  margin: 0 0.5em 0.5em 0;
  display: block;
  fill: var(--foreground);
}

.teaser--view-mode-pub-eng-activites .paragraph--type--public-engag-metadata .c-public-engagement-wrapper .c-item .c-ages__wrapper {
  width: 2.2em;
  height: 2.2em;
  margin: 0 0.5em 0.5em 0;
  background-color: #000000;
  background-color: var(--foreground);
}

.teaser--view-mode-pub-eng-activites .paragraph--type--public-engag-metadata .c-public-engagement-wrapper .c-item .c-ages__wrapper .c-ages {
  color: #ffffff;
  font-size: 0.8em;
  padding-top: 0.5em;
  color: var(--background);
}

.teaser--view-mode-pub-eng-activites .paragraph--type--public-engag-metadata .c-public-engagement-wrapper .c-item .o-meta__title {
  color: var(--foreground);
}

.teaser--view-mode-pub-eng-activites .paragraph--type--public-engag-metadata .c-public-engagement-wrapper .c-item .c-time {
  left: calc(50% - 0.7em);
  color: #ffffff;
  top: 0.3em;
  font-size: 0.6em;
  color: var(--background);
}

.teaser--view-mode-pub-eng-activites .paragraph--type--public-engag-metadata .c-public-engagement-wrapper .c-item .o-pdf {
  position: relative;
  top: -2.1em;
  background: #000000;
  padding: 0 0.4em;
  font-size: 0.8em;
  background-color: var(--background);
}

.o-pub-eng-activites-views-listing {
  color: var(--foreground);
}

.o-pub-eng-activites-views-listing header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  opacity: 0;
  -webkit-animation: hero-title 0.5s forwards;
          animation: hero-title 0.5s forwards;
  background-color: var(--background);
  padding: 1em;
}

.o-pub-eng-activites-views-listing .o-grid {
  padding-top: 3em;
}

.o-pub-eng-activites-views-listing .c-pagination {
  background-color: var(--theme-background);
}

.o-pub-eng-activites-views-listing .c-pagination .c-pagination__items {
  border-color: var(--foreground);
  padding: 0;
}

.o-pub-eng-activites-views-listing .c-pagination .c-pagination__items a span {
  text-shadow: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.o-pub-eng-activites-views-listing .c-pagination .c-pagination__items .c-pagination__item {
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  background-color: var(--background);
  color: var(--foreground);
  min-width: 3em;
  text-align: center;
  margin-right: 0.5em;
}

.o-pub-eng-activites-views-listing .c-pagination .c-pagination__items .c-pagination__item.is-active {
  background-color: var(--accent-foreground);
  color: var(--background);
}

.o-pub-eng-activites-views-listing .c-pagination .c-pagination__items .c-pagination__item:hover {
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  background-color: var(--accent-foreground);
  opacity: 0.9;
}

.c-public-engagement-activity-teaser .c-teaser__content .c-teaser__title {
  bottom: 1em;
}

.c-public-engagement-activity-teaser .c-teaser__content .c-teaser__title .c-work-exp__label {
  font-size: 1em;
  display: block;
}

.c-public-engagement-activity-teaser .c-teaser__content .c-pub-eng__teaser-image .c-vac__lab-image {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}

.c-public-engagement-activity-teaser .c-teaser__content .c-pub-eng__teaser-image .c-vac__lab-image img {
  height: 150%;
  width: auto;
  display: block;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 768px) {
  .c-public-engagement-activity-teaser .c-teaser__content .c-pub-eng__teaser-image .c-vac__lab-image img {
    height: 110%;
  }
}
.c-public-engagement-activity-teaser .c-teaser__content .c-pub-eng__teaser-image .c-vac__lab-image::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: purple;
  opacity: 0.4;
  z-index: 0;
}

.c-public-engagement-activity-teaser .c-teaser__content .o-meta__date-posted {
  top: 0;
}

.c-public-engagement-activity-teaser .c-teaser__content .o-meta__vacancy-ages {
  font-weight: 900;
  position: absolute;
  bottom: 0;
  padding: 0 0.3em;
  color: #ffffff;
  text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3);
}

.c-figure-item {
  font-weight: 500;
  padding: 1em 0;
}

.c-figure-item .c-figure .c-figure--data {
  font-size: 2.25em;
  line-height: 1.2;
  color: var(--accent-background);
}

@media all and (min-width: 768px) {
  .c-figure-item .c-figure .c-figure--data {
    font-size: 3.11em;
  }
}
@media all and (min-width: 1155px) {
  .c-figure-item .c-figure .c-figure--data {
    font-size: 3em;
  }
}
@media all and (min-width: 1800px) {
  .c-figure-item .c-figure .c-figure--data {
    font-size: 3.18em;
  }
}
.c-figure-item .c-figure .c-figure--label {
  font-size: 1.5em;
  line-height: 1.2;
  color: var(--accent-background);
}

@media all and (min-width: 768px) {
  .c-figure-item .c-figure .c-figure--label {
    font-size: 1.67em;
  }
}
@media all and (min-width: 1155px) {
  .c-figure-item .c-figure .c-figure--label {
    font-size: 1.8em;
  }
}
@media all and (min-width: 1800px) {
  .c-figure-item .c-figure .c-figure--label {
    font-size: 1.909em;
  }
}
.c-figure-item .c-figure--content {
  font-style: italic;
  font-size: 1.1em;
}

.c-figure-item + .c-figure-item {
  border-top: 1px solid;
}

.paragraph--type--slice-accordion {
  background-color: transparent;
}

.paragraph--type--slice-accordion .o-panel {
  padding: 0 1em;
}

.paragraph--type--slice-accordion .o-panel .c-accordion__btn .c-accordion__icon {
  height: 0.8em;
  width: 0.8em;
}

.c-accordion__item {
  margin-bottom: 0.5em;
}

.c-accordion__tab {
  font-size: 0.87em;
  line-height: 1.2;
  padding: 0.5em 0;
  width: 100%;
  text-transform: initial;
  text-align: left;
  position: relative;
  color: var(--foreground);
}

@media all and (min-width: 768px) {
  .c-accordion__tab {
    font-size: 0.78em;
  }
}
@media all and (min-width: 1155px) {
  .c-accordion__tab {
    font-size: 0.7em;
  }
}
@media all and (min-width: 1800px) {
  .c-accordion__tab {
    font-size: 0.72em;
  }
}
.c-accordion__tab:hover .c-accordion__btn:before, .c-accordion__tab:focus .c-accordion__btn:before {
  background-color: rgb(66.3043478261, 166.3130434783, 226.6956521739);
  left: 0;
}

.c-accordion__tab.-is-active {
  background-color: #9bd0f0;
  margin-left: -0.5em;
  padding-left: 0.5em;
  width: calc(100% + 0.5em);
  background: var(--foreground);
  background: var(--accent-foreground);
}

.c-accordion__tab.-is-active .c-accordion__icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.c-accordion__tab.-is-active .c-accordion__btn:before {
  left: 0;
  background: var(--accent-background);
}

.c-accordion__tab.-is-active::after {
  left: 0;
  width: 100%;
}

.c-accordion__tab::after {
  position: absolute;
  content: "";
  top: 0;
  left: -0.5em;
  width: calc(100% + 0.5em);
  height: 100%;
  opacity: 0.9;
  background-color: var(--background);
  pointer-events: none;
  z-index: -1;
}

.c-accordion__icon {
  width: 8px;
  height: 8px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  z-index: 1;
  fill: var(--foreground);
  fill: var(--background);
}

.c-accordion__content {
  display: none;
  margin-bottom: 1em;
  position: relative;
  margin: -0.5em;
  padding: 0.5em;
  width: calc(100% + 0.5em - 1px);
  background-color: var(--background);
}

.c-accordion__content .o-button--primary {
  background: var(--accent-background);
  color: var(--background);
}

.c-accordion__content .o-button--primary:hover {
  background: none;
  color: var(--foreground);
  background: var(--accent-foreground);
}

.c-accordion__content .o-button--primary::before {
  content: none;
}

.c-accordion__content,
.c-accordion__content .o-wysiwyg {
  color: var(--foreground);
}

.c-accordion__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 50px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  background: var(--accent-background);
  color: var(--foreground);
}

.c-accordion__btn:before {
  content: "";
  background-color: #9bd0f0;
  position: absolute;
  top: 0;
  left: 100%;
  right: 0;
  bottom: 0;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  background-color: var(--accent-foreground);
}

.c-accordion__title {
  margin-bottom: 0.5em;
  color: var(--foreground);
}

.webform-submission-form {
  /* Avoid bold text for labels on checkboxes and radios */
}

.webform-submission-form .form-required::after {
  content: " *";
  top: -0.5em;
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  color: #007bc7;
}

.node-has-theme .paragraph--type--slice-form .webform-submission-form .form-required::after {
  color: inherit;
  color: #ffe72d;
}

@supports (--custom-properties: 1) {
  .node-has-theme .paragraph--type--slice-form .webform-submission-form .form-required::after {
    color: var(--theme-primary, #ffe72d);
  }
}
.webform-submission-form .o-container {
  padding-left: 0px;
}

.webform-submission-form .o-container div[role=alert] {
  color: red;
}

.webform-submission-form .form-item .error {
  border: 1px solid red;
}

.webform-submission-form .webform-multiple-add .form-item input {
  display: none;
}

.webform-submission-form .webform-preview summary {
  font-size: 1.25em;
  line-height: 1.2;
}

@media all and (min-width: 768px) {
  .webform-submission-form .webform-preview summary {
    font-size: 1.22em;
  }
}
@media all and (min-width: 1155px) {
  .webform-submission-form .webform-preview summary {
    font-size: 1.2em;
  }
}
@media all and (min-width: 1800px) {
  .webform-submission-form .webform-preview summary {
    font-size: 1.27em;
  }
}
.webform-submission-form .webform-preview label {
  margin-bottom: 0px;
  font-weight: bold;
}

.webform-submission-form .webform-preview .form-item {
  margin-top: 1em;
}

.webform-submission-form label,
.webform-submission-form legend {
  font-weight: 600;
  padding-top: 0.5em;
  font-size: 1.25em;
}

@media all and (min-width: 768px) {
  .webform-submission-form label,
  .webform-submission-form legend {
    font-size: 1.22em;
  }
}
@media all and (min-width: 1155px) {
  .webform-submission-form label,
  .webform-submission-form legend {
    font-size: 1.2em;
  }
}
@media all and (min-width: 1800px) {
  .webform-submission-form label,
  .webform-submission-form legend {
    font-size: 1.27em;
  }
}
.webform-submission-form fieldset label {
  font-weight: normal;
  padding-top: 0;
  font-size: inherit;
}

.webform-submission-form fieldset.fieldgroup.form-wrapper legend {
  margin-bottom: 1em;
}

.webform-submission-form fieldset.fieldgroup.form-wrapper.c-webform-description legend {
  margin-bottom: 0;
}

.webform-submission-form fieldset.fieldgroup.form-wrapper.c-webform-description .description {
  margin-bottom: 1em;
}

.webform-submission-form details {
  margin-bottom: 1em;
}

.webform-submission-form .description {
  margin-bottom: 1em;
}

.webform-submission-form .webform-counter-message {
  text-align: right;
}

.webform-submission-form .webform-counter-message,
.webform-submission-form .description {
  color: #2d2d2d;
}

.webform-submission-form .webform-element-more {
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}

.webform-submission-form .webform-element-more .webform-element-more--link {
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}

.webform-submission-form .webform-element-more .webform-element-more--link a {
  padding-left: 0.5em;
}

.webform-submission-form .webform-element-more .webform-element-more--link::before {
  color: #007bc7;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #007bc7;
  content: "";
  display: inline-block;
}

.webform-submission-form .webform-element-more .webform-element-more--content {
  padding: 0 0 0 1em;
}

.webform-submission-form .webform-element-more.is-open {
  background-color: #e0e0e0;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  padding-bottom: 1em;
}

.webform-submission-form .webform-element-more.is-open .webform-element-more--link::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  content: "";
}

.webform-submission-form .webform-element-help {
  border-color: #007bc7;
  background-color: #007bc7;
}

.webform-submission-form .js-webform-buttons legend {
  margin-bottom: 1em;
}

.webform-submission-form .js-webform-buttons .js-form-type-radio .ui-checkboxradio.ui-helper-hidden-accessible {
  display: none;
}

.webform-submission-form .js-webform-buttons .js-form-type-radio .ui-checkboxradio-label.ui-corner-all.ui-button {
  border-radius: 0%;
  margin: 0;
  font-family: inherit;
}

.webform-submission-form .js-webform-buttons .js-form-type-radio .ui-checkboxradio-label.ui-corner-all.ui-button.ui-checkboxradio-checked.ui-state-active {
  color: #000000;
  text-decoration: underline;
  font-weight: 600;
  border: none;
}

.webform-submission-form .js-webform-buttons .js-form-type-radio .ui-checkboxradio-label.ui-corner-all.ui-button.ui-checkboxradio-checked.ui-state-active::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.webform-submission-form .ajax-progress.ajax-progress-throbber {
  border: 4px solid #007bc7;
  border-top: 4px solid #ffe72d;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  -webkit-animation: spin 2s linear infinite;
          animation: spin 2s linear infinite;
  margin: 0 0.5em;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.webform-submission-work-experience-teacher-form-form .form-actions {
  margin-top: 20px;
}

.webform-progress-tracker {
  text-align: center;
  list-style: none;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  position: relative;
}

.webform-progress-tracker::before {
  content: "";
  border: 1px solid #000000;
  position: absolute;
  top: 0.75em;
  left: 0;
  right: 0;
  z-index: -1;
}

.webform-progress-tracker > li {
  padding: 0 1em;
}

.webform-progress-tracker .progress-marker {
  width: 1.5em;
  height: 1.5em;
  line-height: 1.4;
  border: 1px solid #000000;
  border-radius: 50%;
  display: inline-block;
  background-color: #ffffff;
  color: #000000;
  margin-bottom: 0.25em;
}

.webform-progress-tracker .progress-text {
  display: none;
}

@media (min-width: 480px) {
  .webform-progress-tracker .progress-text {
    display: inline;
  }
}
.webform-progress-tracker .is-complete .progress-marker {
  background-color: #000000;
  color: #ffffff;
}

.webform-progress-tracker .is-active .progress-marker {
  background-color: #2d2d2d;
  color: #ffffff;
}

.webform-progress-tracker .is-active .progress-title {
  font-weight: bold;
}

.webform-progress__status {
  text-align: right;
  color: #b3b3b3;
}

.webform-button--previous {
  opacity: 0.8;
}

.form-item-rate-this .rateit-range {
  margin-bottom: 1em;
}

.entity-moderation-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (min-width: 768px) {
  .entity-moderation-form {
    max-width: 70%;
  }
}
@media (min-width: 1400px) {
  .entity-moderation-form {
    max-width: 50%;
  }
}
.entity-moderation-form .form-select {
  padding: 1em;
  border-radius: 0;
  overflow: hidden;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin-bottom: 0;
  cursor: pointer;
  background-image: url("../img/svg/icon-arrow-accordion.svg");
  background-position: calc(100% - 1em) 50%;
  background-repeat: no-repeat;
  background-size: 10px auto;
}

.entity-moderation-form .form-select,
.entity-moderation-form .form-text {
  border: 1px solid #cccccc;
  font-family: inherit;
}

.entity-moderation-form .form-item-current {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.entity-moderation-form .form-item-current label::after {
  content: " - ";
}

.entity-moderation-form__item {
  width: 100%;
}

@media (min-width: 480px) {
  .entity-moderation-form__item--fields {
    width: 48%;
  }
}
.parsley-error input:not([type=checkbox]):not([type=radio]),
.parsley-error select,
.parsley-error textarea {
  border: 1px solid #ed1d24;
}

.parsley-required,
.parsley-type {
  color: #ed1d24;
}

.parsley-errors-list {
  list-style: none;
  padding: 0;
}

.parsley-errors-list:not(.filled) {
  margin: 0;
}

.node-has-theme .o-slice.paragraph--type--slice-form .o-grid--2-col .o-grid__item.o-webform__ input, .node-has-theme .o-slice.paragraph--type--slice-form .o-grid--2-col .o-grid__item.o-webform__ textarea, .node-has-theme .o-slice.paragraph--type--slice-form .o-grid--2-col .o-grid__item.o-webform__ select {
  color: #ffffff;
}

.node-has-theme .o-slice.paragraph--type--slice-form .o-grid--2-col .o-grid__item.o-webform__ input.o-button--primary {
  color: #000000;
}

.o-slice.paragraph--type--slice-form .o-grid--2-col .o-grid__item.o-webform__black {
  background-color: #000000;
  color: #ffffff;
  padding: 1em;
}

.o-slice.paragraph--type--slice-form .o-grid--2-col .o-grid__item.o-webform__black .description {
  color: #ffffff;
}

.o-slice.paragraph--type--slice-form .o-grid--2-col .o-grid__item.o-webform__black .webform-element-more.is-open {
  background-color: #2d2d2d;
}

.o-slice.paragraph--type--slice-form .o-grid--2-col .o-grid__item.o-webform__black input, .o-slice.paragraph--type--slice-form .o-grid--2-col .o-grid__item.o-webform__black textarea, .o-slice.paragraph--type--slice-form .o-grid--2-col .o-grid__item.o-webform__black select {
  color: #000000;
}

.node-has-theme .o-slice.paragraph--type--slice-form .o-grid--2-col .o-grid__item.o-webform__black input, .node-has-theme .o-slice.paragraph--type--slice-form .o-grid--2-col .o-grid__item.o-webform__black textarea, .node-has-theme .o-slice.paragraph--type--slice-form .o-grid--2-col .o-grid__item.o-webform__black select {
  color: #ffffff;
  border: 1px solid #b3b3b3;
  border-color: #ffe72d;
}

@supports (--custom-properties: 1) {
  .node-has-theme .o-slice.paragraph--type--slice-form .o-grid--2-col .o-grid__item.o-webform__black input, .node-has-theme .o-slice.paragraph--type--slice-form .o-grid--2-col .o-grid__item.o-webform__black textarea, .node-has-theme .o-slice.paragraph--type--slice-form .o-grid--2-col .o-grid__item.o-webform__black select {
    border-color: var(--theme-primary, #ffe72d);
  }
}
.node-has-theme .o-slice.paragraph--type--slice-form .o-grid--2-col .o-grid__item.o-webform__black input.o-button--primary {
  color: #000000;
}

.node-has-theme .o-slice.paragraph--type--slice-form .o-grid--2-col .o-grid__item.o-webform__black {
  background-size: 99%;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), -webkit-gradient(linear, left top, right top, from(#011a2f), to(#011a2f));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(to right, #011a2f, #011a2f);
}

@supports (--custom-properties: 1) {
  .node-has-theme .o-slice.paragraph--type--slice-form .o-grid--2-col .o-grid__item.o-webform__black {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), -webkit-gradient(linear, left top, right top, from(RGBA(var(--theme-secondary, #011a2f), 1)), to(RGBA(var(--theme-secondary, #011a2f), 1)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(to right, RGBA(var(--theme-secondary, #011a2f), 1), RGBA(var(--theme-secondary, #011a2f), 1));
  }
}
.o-slice.paragraph--type--slice-form .o-grid--2-col .o-grid__item.o-webform__grey {
  background-color: #f6f6f6;
  padding: 1em;
}

.node-has-theme .o-slice.paragraph--type--slice-form .o-grid--2-col .o-grid__item.o-webform__grey {
  background-color: rgba(1, 26, 47, 0.85);
  border: 1px solid #b3b3b3;
  border-color: #ffe72d;
}

@supports (--custom-properties: 1) {
  .node-has-theme .o-slice.paragraph--type--slice-form .o-grid--2-col .o-grid__item.o-webform__grey {
    background-color: RGBA(var(--theme-secondary, #011a2f), 0.85);
  }
}
@supports (--custom-properties: 1) {
  .node-has-theme .o-slice.paragraph--type--slice-form .o-grid--2-col .o-grid__item.o-webform__grey {
    border-color: var(--theme-primary, #ffe72d);
  }
}
.node-has-theme .o-slice.paragraph--type--slice-form .o-grid--2-col .o-grid__item.o-webform__grey input, .node-has-theme .o-slice.paragraph--type--slice-form .o-grid--2-col .o-grid__item.o-webform__grey textarea, .node-has-theme .o-slice.paragraph--type--slice-form .o-grid--2-col .o-grid__item.o-webform__grey select {
  color: #ffffff;
  border-color: #ffe72d;
}

@supports (--custom-properties: 1) {
  .node-has-theme .o-slice.paragraph--type--slice-form .o-grid--2-col .o-grid__item.o-webform__grey input, .node-has-theme .o-slice.paragraph--type--slice-form .o-grid--2-col .o-grid__item.o-webform__grey textarea, .node-has-theme .o-slice.paragraph--type--slice-form .o-grid--2-col .o-grid__item.o-webform__grey select {
    border-color: var(--theme-primary, #ffe72d);
  }
}
.node-has-theme .o-slice.paragraph--type--slice-form .o-grid--2-col .o-grid__item.o-webform__grey input.o-button--primary {
  color: #000000;
}

.o-slice.paragraph--type--slice-form .o-grid--2-col .o-grid__item.o-webform__white {
  background-color: #ffffff;
  padding: 1em;
}

.node-has-theme .o-slice.paragraph--type--slice-form .o-grid--2-col .o-grid__item.o-webform__white {
  background-color: #ffe72d;
  color: #000000;
}

@supports (--custom-properties: 1) {
  .node-has-theme .o-slice.paragraph--type--slice-form .o-grid--2-col .o-grid__item.o-webform__white {
    background-color: var(--theme-primary, #ffe72d);
  }
}
.node-has-theme .o-slice.paragraph--type--slice-form .o-grid--2-col .o-grid__item.o-webform__white input, .node-has-theme .o-slice.paragraph--type--slice-form .o-grid--2-col .o-grid__item.o-webform__white textarea, .node-has-theme .o-slice.paragraph--type--slice-form .o-grid--2-col .o-grid__item.o-webform__white select {
  color: #ffffff;
}

.node-has-theme .o-slice.paragraph--type--slice-form .o-grid--2-col .o-grid__item.o-webform__white input.o-button--primary {
  color: #ffe72d;
  background-size: 99%;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), -webkit-gradient(linear, left top, right top, from(#011a2f), to(#011a2f));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(to right, #011a2f, #011a2f);
}

@supports (--custom-properties: 1) {
  .node-has-theme .o-slice.paragraph--type--slice-form .o-grid--2-col .o-grid__item.o-webform__white input.o-button--primary {
    color: var(--theme-primary, #ffe72d);
  }
}
@supports (--custom-properties: 1) {
  .node-has-theme .o-slice.paragraph--type--slice-form .o-grid--2-col .o-grid__item.o-webform__white input.o-button--primary {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), -webkit-gradient(linear, left top, right top, from(RGBA(var(--theme-secondary, #011a2f), 1)), to(RGBA(var(--theme-secondary, #011a2f), 1)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(to right, RGBA(var(--theme-secondary, #011a2f), 1), RGBA(var(--theme-secondary, #011a2f), 1));
  }
}
.node-has-theme .o-slice.paragraph--type--slice-form .o-grid--2-col .o-grid__item.o-webform__white .form-required::after {
  color: inherit;
}

@supports (display: grid) {
  @media (min-width: 1400px) {
    .o-slice.paragraph--type--slice-form .o-grid--2-col {
      grid-template-columns: 1.2fr 1fr;
    }
  }
}
.o-slice.paragraph--type--slice-form.o-slice--grey .o-grid--2-col .o-grid__item.o-webform__white {
  border: 2px solid #b3b3b3;
}

.o-slice.paragraph--type--slice-form.o-slice--grey .o-grid--2-col .o-grid__item.o-webform__white input, .o-slice.paragraph--type--slice-form.o-slice--grey .o-grid--2-col .o-grid__item.o-webform__white textarea {
  border-color: #b3b3b3;
}

.node-has-theme .o-slice.paragraph--type--slice-form.o-slice--grey .o-grid--2-col .o-grid__item.o-webform__white input, .node-has-theme .o-slice.paragraph--type--slice-form.o-slice--grey .o-grid--2-col .o-grid__item.o-webform__white textarea {
  border-color: #ffe72d;
}

@supports (--custom-properties: 1) {
  .node-has-theme .o-slice.paragraph--type--slice-form.o-slice--grey .o-grid--2-col .o-grid__item.o-webform__white input, .node-has-theme .o-slice.paragraph--type--slice-form.o-slice--grey .o-grid--2-col .o-grid__item.o-webform__white textarea {
    border-color: var(--theme-primary, #ffe72d);
  }
}
.node-has-theme .o-slice.paragraph--type--slice-form.o-slice--grey .o-grid--2-col .o-grid__item.o-webform__white {
  border-color: #ffe72d;
}

@supports (--custom-properties: 1) {
  .node-has-theme .o-slice.paragraph--type--slice-form.o-slice--grey .o-grid--2-col .o-grid__item.o-webform__white {
    border-color: var(--theme-primary, #ffe72d);
  }
}
.o-slice.paragraph--type--slice-form.o-slice--grey .o-grid--2-col .o-grid__item.o-webform__grey {
  padding: 0;
}

.node-has-theme .o-slice.paragraph--type--slice-form.o-slice--grey .o-grid--2-col .o-grid__item.o-webform__grey {
  padding: 1em;
}

.o-slice.paragraph--type--slice-form.o-slice--grey .o-grid--2-col .o-grid__item.o-webform__grey legend {
  padding-top: 0;
}

.c-webform-inner .form-wrapper {
  margin: auto;
}

.c-webform-inner .form-wrapper .form-item {
  margin: auto;
  text-align: left;
}

.c-webform-item .webform-element-description,
.c-webform-item .webform-submission-form .description {
  color: currentColor;
  color: var(--foreground);
}

.c-webform-item.has-right-text .form-item > legend {
  text-align: right;
}

.c-webform-item.has-center-text .form-item > legend {
  text-align: center;
}

.c-webform-item.has-left-text .form-item > legend {
  text-align: left;
}

.c-webform-item .webform-options-display-buttons .webform-options-display-buttons-label {
  background-color: var(--background);
  color: var(--foreground);
}

.c-webform-item .webform-options-display-buttons input:checked:focus + label.webform-options-display-buttons-label {
  -webkit-box-shadow: 0 0 5px var(--background);
          box-shadow: 0 0 5px var(--background);
}

.c-webform-item .webform-options-display-buttons input:checked + label.webform-options-display-buttons-label {
  background-color: var(--background);
  color: var(--foreground);
}

.c-webform-item .form-submit {
  background-image: none;
}

.c-webform-item .form-submit:hover, .c-webform-item .form-submit:focus {
  opacity: 0.8;
}

.node-has-theme .o-block-cricksharepage .o-slice-less-margin {
  margin-top: 0;
}

.c-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  padding: 15px 0;
}

.node-has-theme .c-social {
  background-color: rgba(1, 26, 47, 0.85);
  border: 0;
  color: #ffffff;
  padding-left: 1em;
  padding-right: 1em;
}

@supports (--custom-properties: 1) {
  .node-has-theme .c-social {
    background-color: RGBA(var(--theme-secondary, #011a2f), 0.85);
  }
}
@media (min-width: 768px) {
  .node-has-theme .c-social {
    padding-left: 2.2em;
    padding-right: 2.2em;
  }
}
.c-social__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-social__list li {
  margin-right: 20px;
}

.c-social__list li:last-of-type {
  margin-right: 0;
}

.c-social__list a {
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.c-social__list a:hover, .c-social__list a:focus {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

.node-has-theme .c-social__list a {
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

.node-has-theme .c-social__list a:hover, .node-has-theme .c-social__list a:focus {
  -webkit-transform: none;
          transform: none;
  color: #ffe72d;
}

@supports (--custom-properties: 1) {
  .node-has-theme .c-social__list a:hover, .node-has-theme .c-social__list a:focus {
    color: var(--theme-primary, #ffe72d);
  }
}
.c-social__title {
  font-size: 1.12em;
  line-height: 1.4;
  font-weight: 500;
  margin-bottom: 0;
}

@media all and (min-width: 768px) {
  .c-social__title {
    font-size: 1em;
  }
}
@media all and (min-width: 1155px) {
  .c-social__title {
    font-size: 1em;
  }
}
@media all and (min-width: 1800px) {
  .c-social__title {
    font-size: 1.09em;
  }
}
.c-social--sidebar {
  border: 0;
  padding: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.c-social--sidebar .c-social__list,
.c-social--sidebar .c-social__title {
  margin: 8px 0;
}

.c-social--sidebar .c-social__title {
  font-size: 1.25em;
  line-height: 1.2;
  white-space: nowrap;
  margin-right: 1em;
}

@media all and (min-width: 768px) {
  .c-social--sidebar .c-social__title {
    font-size: 1.22em;
  }
}
@media all and (min-width: 1155px) {
  .c-social--sidebar .c-social__title {
    font-size: 1.2em;
  }
}
@media all and (min-width: 1800px) {
  .c-social--sidebar .c-social__title {
    font-size: 1.27em;
  }
}
.c-key-speaker {
  border: 1px solid #cccccc;
  padding: 1.5em;
  margin-bottom: 1em;
}

@media (min-width: 1155px) {
  .c-key-speaker {
    margin-bottom: 0;
  }
}
.c-key-speaker__title {
  font-size: 1em;
  line-height: 1.2;
  margin-top: 1em;
  display: block;
}

@media all and (min-width: 768px) {
  .c-key-speaker__title {
    font-size: 0.89em;
  }
}
@media all and (min-width: 1155px) {
  .c-key-speaker__title {
    font-size: 0.8em;
  }
}
@media all and (min-width: 1800px) {
  .c-key-speaker__title {
    font-size: 0.81em;
  }
}
.o-donate-wrapper {
  height: 6em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1;
  position: relative;
  background-color: rgba(190, 157, 202, 0.796);
  background-color: rgba(190, 157, 202, 0.7960784314);
}

.node-has-theme .o-donate-wrapper {
  background-color: transparent;
}

@supports (display: grid) {
  .o-donate-wrapper {
    background-color: transparent;
  }
  .o-donate-wrapper::before {
    pointer-events: none;
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    border-style: solid;
    z-index: 1;
    left: 0px;
    border-color: transparent;
    border-top-color: rgba(190, 157, 202, 0.796);
    border-top-color: rgba(190, 157, 202, 0.7960784314);
    top: 6em;
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
            transform: matrix(1, 0, 0, 1, 0, 0);
    border-width: 190px 0px 0px 190vw;
    overflow: hidden;
    top: 0;
    left: -90vw;
  }
  @media (min-width: 480px) {
    .o-donate-wrapper::before {
      left: -50vw;
      border-width: 170px 0px 0px 150vw;
    }
  }
  @media (min-width: 768px) {
    .o-donate-wrapper::before {
      left: -25vw;
      border-width: 223px 0px 0px 125vw;
    }
  }
  @media (min-width: 1155px) {
    .o-donate-wrapper::before {
      border-width: 243px 0px 0px 1550px;
      max-width: 1550px;
      left: inherit;
      right: 0;
    }
  }
  @media (min-width: 1800px) {
    .o-donate-wrapper::before {
      border-width: 243px 0px 0px 1550px;
    }
  }
}
.o-donate-wrapper + .o-block-entityview-herocontent {
  margin-top: -6em;
}

.o-donate-wrapper .o-donate__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  color: #000000;
  width: 50%;
  margin: auto;
  padding-top: 3em;
}

@media (min-width: 480px) {
  .o-donate-wrapper .o-donate__inner {
    padding-top: 1em;
  }
}
@media (min-width: 768px) {
  .o-donate-wrapper .o-donate__inner {
    width: initial;
    padding-top: 1.5em;
  }
}
@media (min-width: 1155px) {
  .o-donate-wrapper .o-donate__inner {
    padding-left: 10em;
  }
}
.o-donate-wrapper .o-donate__inner .o-donate__text {
  z-index: 1;
  font-size: 1.12em;
  line-height: 1.4;
  line-height: 1.2;
  font-weight: 500;
  text-align: right;
  margin-right: 0.5em;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

@media all and (min-width: 768px) {
  .o-donate-wrapper .o-donate__inner .o-donate__text {
    font-size: 1em;
  }
}
@media all and (min-width: 1155px) {
  .o-donate-wrapper .o-donate__inner .o-donate__text {
    font-size: 1em;
  }
}
@media all and (min-width: 1800px) {
  .o-donate-wrapper .o-donate__inner .o-donate__text {
    font-size: 1.09em;
  }
}
.o-donate-wrapper .o-donate__inner .o-donate__text p {
  margin-bottom: 0.5em;
}

@media (min-width: 480px) {
  .o-donate-wrapper .o-donate__inner .o-donate__text {
    -ms-flex-item-align: center;
        align-self: center;
  }
}
@media (min-width: 768px) {
  .o-donate-wrapper .o-donate__inner .o-donate__text {
    font-size: 1.12em;
    line-height: 1.4;
    margin-right: 0.8em;
    max-width: 10em;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .o-donate-wrapper .o-donate__inner .o-donate__text {
    font-size: 1em;
  }
}
@media (min-width: 768px) and (min-width: 1155px) {
  .o-donate-wrapper .o-donate__inner .o-donate__text {
    font-size: 1em;
  }
}
@media (min-width: 768px) and (min-width: 1800px) {
  .o-donate-wrapper .o-donate__inner .o-donate__text {
    font-size: 1.09em;
  }
}
@media (min-width: 1155px) {
  .o-donate-wrapper .o-donate__inner .o-donate__text {
    width: 50%;
    line-height: 0.9;
    -ms-flex-item-align: start;
        align-self: flex-start;
    max-width: initial;
    font-size: 0.9em;
  }
}
.o-donate-wrapper .o-donate__inner .o-donate__controls {
  width: 50%;
  z-index: 1;
}

@media (min-width: 768px) {
  .o-donate-wrapper .o-donate__inner .o-donate__controls {
    width: auto;
  }
}
.o-donate-wrapper .o-donate__inner .o-donate__cta {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

@media (min-width: 1155px) {
  .o-donate-wrapper .o-donate__inner .o-donate__cta {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    padding-top: 0.2em;
  }
}
@media (min-width: 1155px) {
  .o-donate-wrapper .o-donate__inner {
    padding-left: 150px;
  }
}
@media (min-width: 1400px) {
  .o-donate-wrapper .o-donate__inner {
    padding-left: 200px;
  }
}
@media (min-width: 1800px) {
  .o-donate-wrapper .o-donate__inner {
    padding-left: 350px;
  }
}
.o-donate-wrapper .o-donate__controls {
  z-index: 1;
  padding-left: 0.5em;
  border-left: 1px solid #000000;
}

@media (min-width: 768px) {
  .o-donate-wrapper .o-donate__controls {
    padding-left: 0.5em;
    border-left: 1px solid #000000;
  }
}
.o-donate-wrapper li {
  list-style: none;
  padding-bottom: 0.3em;
}

.o-donate-wrapper li a,
.o-donate-wrapper li button {
  text-decoration: none;
}

.o-donate-wrapper li a:hover, .o-donate-wrapper li a:focus,
.o-donate-wrapper li button:hover,
.o-donate-wrapper li button:focus {
  text-decoration: none;
}

.o-donate-wrapper li a:hover > span, .o-donate-wrapper li a:focus > span,
.o-donate-wrapper li button:hover > span,
.o-donate-wrapper li button:focus > span {
  background-size: 100% 100%;
}

.o-donate-wrapper li a > span,
.o-donate-wrapper li button > span {
  position: relative;
  width: 100%;
  background-image: linear-gradient(transparent calc(100% - 2px), currentColor 2px);
  background-repeat: no-repeat;
  background-size: 0% 100%;
  -webkit-transition: background-size 0.3s;
  transition: background-size 0.3s;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
}

@media (min-width: 1155px) {
  .o-donate-wrapper li {
    margin-right: 0.8em;
  }
  .o-donate-wrapper li span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
.o-donate-wrapper li a {
  text-decoration: none;
  padding: 0 0.3em 0 0;
  color: #000000;
}

.o-donate-wrapper li span {
  font-size: 1.12em;
  line-height: 1.4;
  font-weight: 500;
}

@media all and (min-width: 768px) {
  .o-donate-wrapper li span {
    font-size: 1em;
  }
}
@media all and (min-width: 1155px) {
  .o-donate-wrapper li span {
    font-size: 1em;
  }
}
@media all and (min-width: 1800px) {
  .o-donate-wrapper li span {
    font-size: 1.09em;
  }
}
@media (min-width: 768px) {
  .o-donate-wrapper li span {
    font-size: 1em;
  }
}
.c-donate-button {
  display: none;
}

@media (min-width: 1155px) {
  .c-donate-button {
    display: block;
    position: absolute;
    right: 0;
    top: 3em;
    z-index: 0;
  }
  .c-donate-button a {
    margin: 0;
    background-color: #000000;
    color: #ffffff;
  }
  .node-has-theme .c-donate-button a {
    background-size: 99%;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), -webkit-gradient(linear, left top, right top, from(#011a2f), to(#011a2f));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(to right, #011a2f, #011a2f);
  }
  @supports (--custom-properties: 1) {
    .node-has-theme .c-donate-button a {
      background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), -webkit-gradient(linear, left top, right top, from(RGBA(var(--theme-secondary, #011a2f), 1)), to(RGBA(var(--theme-secondary, #011a2f), 1)));
      background-image: linear-gradient(to right, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(to right, RGBA(var(--theme-secondary, #011a2f), 1), RGBA(var(--theme-secondary, #011a2f), 1));
    }
  }
}
@supports (display: grid) {
  .path-frontpage .o-donate-wrapper {
    position: initial;
  }
  @media (min-width: 1800px) {
    .path-frontpage .o-donate-wrapper::before {
      border-width: 243px 0px 0px 100vw;
    }
  }
}
.region-hero--with-img {
  color: #ffffff;
}

@media (min-width: 1155px) {
  .region-hero--with-img {
    margin: 10px;
    margin-top: 0;
    margin-top: 0 !important;
  }
}
@media (min-width: 1155px) and (min-width: 768px) {
  .region-hero--with-img {
    margin: 20px;
  }
}
@media (min-width: 1155px) {
  .region-hero--with-img.region-hero--with-additional-info .c-hero__main {
    position: absolute;
    bottom: 100%;
    width: 100%;
  }
}
@media (min-width: 1155px) {
  .region-hero--with-img.region-hero--with-additional-info .c-nav-lab,
  .region-hero--with-img.region-hero--with-additional-info .c-nav-in-section {
    background-color: #000000;
  }
}
.region-hero--with-img.region-hero--with-additional-info .c-event-info {
  border-bottom: 1px solid #2d2d2d;
}

.region-hero--without-img {
  padding-top: 6em;
}

@media (min-width: 1155px) {
  .region-hero--without-img {
    padding-top: 5em;
  }
}
.region-hero--without-img .c-hero__main {
  margin-bottom: 0;
  position: relative;
  bottom: auto;
}

.region-hero--without-img .c-hero__main h1 {
  width: 100%;
  text-transform: initial;
  margin-bottom: 1em;
}

@media (min-width: 1155px) {
  .region-hero--without-img .c-hero__main h1 {
    margin-bottom: 0;
  }
}
.region-hero--without-img .c-nav-in-section,
.region-hero--without-img .c-nav-lab {
  margin-top: 0;
}

@media (min-width: 1155px) {
  .region-hero--without-img .node--type-event .c-hero__event-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (min-width: 1155px) {
  .region-hero--without-img .node--type-event .c-event-info__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (min-width: 1155px) {
  .region-hero--without-img .node--type-event .c-hero__main {
    width: 50%;
  }
  .region-hero--without-img .node--type-event .c-hero__main h1 {
    margin-right: 1em;
    text-transform: uppercase;
  }
}
.region-hero--without-img .node--type-event .c-event-info {
  padding: 1em;
}

@media (min-width: 1155px) {
  .region-hero--without-img .node--type-event .c-event-info {
    width: 50%;
    padding: 2.2em;
  }
}
.region-hero--without-img .node--type-event .c-event-info__list {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

@media (min-width: 768px) {
  .region-hero--without-img .node--type-event .c-event-info__list {
    margin-bottom: 1em;
  }
}
@media (min-width: 768px) {
  .region-hero--without-img .node--type-event .c-event-info__item.-date {
    margin-bottom: 1em;
  }
}
.region-hero--without-img .node--type-event .c-hero__secondary-title {
  margin-top: 1em;
}

.region-hero--without-img.region-hero--with-additional-info .c-hero__sub {
  padding: 0;
  margin: 1em 0 2.2em;
}

@media (min-width: 1155px) {
  .region-hero--without-img.region-hero--with-additional-info .c-hero__sub {
    margin: 2.2em 0;
  }
}
.region-hero--without-img.region-hero--without-additional-info .c-hero__main {
  margin-bottom: 1em;
}

@media (min-width: 1155px) {
  .region-hero--without-img.region-hero--without-additional-info .c-hero__main {
    margin-bottom: 2.2em;
  }
}
.region-hero--without-img.region-hero--without-additional-info .c-hero__sub {
  padding: 0;
  margin: 0 0 1em;
}

@media (min-width: 768px) {
  .region-hero--without-img.region-hero--without-additional-info .c-hero__sub {
    margin: 0 0 2.2em;
  }
}
.region-hero--is-homepage {
  padding-top: 0;
}

@media (min-width: 1155px) {
  .region-hero--is-homepage {
    margin: 10px;
    margin-top: 0 !important;
  }
}
@media (min-width: 1155px) and (min-width: 768px) {
  .region-hero--is-homepage {
    margin: 20px;
  }
}
.region-hero--exhibition {
  margin: 0;
  overflow: hidden;
}

.region-content {
  margin-top: 5em;
}

.page-node-type-publication .region-content {
  margin-top: 0;
}

main > article header ~ .region-content {
  margin-top: 0;
}

.c-quote {
  position: relative;
}

@media (min-width: 768px) {
  .c-quote {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.c-quote__img {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
}

.c-quote__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
  position: relative;
  padding: 0;
  margin: 0;
  margin-top: 4em;
}

.c-quote__content:before {
  content: "";
  background-image: url("../img/svg/icon-quote.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  width: 26px;
  height: 20px;
  position: absolute;
  bottom: 100%;
  margin-bottom: 0.5em;
}

@media (min-width: 768px) {
  .c-quote__content:before {
    width: 40px;
    height: 30px;
  }
}
@media (min-width: 1155px) {
  .c-quote__content:before {
    width: 52px;
    height: 39px;
  }
}
.node-has-theme .c-quote__content:before {
  -webkit-filter: invert(1);
          filter: invert(1);
}

@media (min-width: 768px) {
  .c-quote__content {
    padding-left: 1em;
    margin-top: 0;
  }
}
.c-quote__quote {
  font-size: 1.5em;
  line-height: 1.2;
  display: block;
}

@media all and (min-width: 768px) {
  .c-quote__quote {
    font-size: 1.67em;
  }
}
@media all and (min-width: 1155px) {
  .c-quote__quote {
    font-size: 1.8em;
  }
}
@media all and (min-width: 1800px) {
  .c-quote__quote {
    font-size: 1.909em;
  }
}
.c-quote__quote p {
  margin-bottom: 0;
}

.c-quote__cite {
  font-size: 1em;
  line-height: 1.2;
  display: block;
  position: absolute;
  margin-bottom: 0.5em;
  bottom: 100%;
  margin-left: 40px;
}

@media all and (min-width: 768px) {
  .c-quote__cite {
    font-size: 0.89em;
  }
}
@media all and (min-width: 1155px) {
  .c-quote__cite {
    font-size: 0.8em;
  }
}
@media all and (min-width: 1800px) {
  .c-quote__cite {
    font-size: 0.81em;
  }
}
@media (min-width: 768px) {
  .c-quote__cite {
    margin-left: 60px;
  }
}
@media (min-width: 1155px) {
  .c-quote__cite {
    margin-left: 70px;
  }
}
.o-grid__item.c-quote-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

.o-grid__item.c-quote-item.has-font .c-quote--content {
  font-family: var(--theme-font);
}

.o-grid__item.c-quote-item .c-quote--content {
  margin: auto;
  font-style: italic;
  font-size: 1.2em;
  position: relative;
  font-weight: 500;
  line-height: 1;
}

@media (min-width: 1156px) {
  .o-grid__item.c-quote-item .c-quote--content {
    width: 100%;
    padding-top: 0;
    font-size: 1.5em;
  }
}
.o-grid__item.c-quote-item .c-quote--content.has-long-quotation {
  font-size: 1.3em;
}

.o-grid__item.c-quote-item .c-quote--content .o-icon {
  font-size: 0.7em;
  position: absolute;
  right: 0;
  bottom: -3em;
  height: 3em;
  width: 3em;
  opacity: 1;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  z-index: 0;
  fill: var(--accent-background);
}

@media (min-width: 1156px) {
  .o-grid__item.c-quote-item .c-quote--content .o-icon {
    height: 4em;
    width: 4em;
    bottom: -4em;
  }
}
.o-grid__item.c-quote-item .c-quote--citation {
  margin-top: 0;
}

@media (min-width: 1156px) {
  .o-grid__item.c-quote-item .c-quote--citation {
    width: 100%;
  }
}
.o-grid__item.c-quote-item .c-quote--citation .c-title--name {
  margin-bottom: 0;
}

.o-grid__item.c-quote-item .c-quote--citation .c-title--affiliation {
  margin-bottom: 0;
}

.o-grid__item.c-quote-item .c-quote--citation .c-title--affiliation--lab {
  font-size: 0.87em;
  line-height: 1.2;
}

@media all and (min-width: 768px) {
  .o-grid__item.c-quote-item .c-quote--citation .c-title--affiliation--lab {
    font-size: 0.78em;
  }
}
@media all and (min-width: 1155px) {
  .o-grid__item.c-quote-item .c-quote--citation .c-title--affiliation--lab {
    font-size: 0.7em;
  }
}
@media all and (min-width: 1800px) {
  .o-grid__item.c-quote-item .c-quote--citation .c-title--affiliation--lab {
    font-size: 0.72em;
  }
}
.o-grid__item.c-quote-item .c-quote--citation .c-quote-citation-link {
  font-size: 0.87em;
  line-height: 1.2;
  opacity: 0.8;
}

@media all and (min-width: 768px) {
  .o-grid__item.c-quote-item .c-quote--citation .c-quote-citation-link {
    font-size: 0.78em;
  }
}
@media all and (min-width: 1155px) {
  .o-grid__item.c-quote-item .c-quote--citation .c-quote-citation-link {
    font-size: 0.7em;
  }
}
@media all and (min-width: 1800px) {
  .o-grid__item.c-quote-item .c-quote--citation .c-quote-citation-link {
    font-size: 0.72em;
  }
}
.o-grid__item.c-quote-item .c-quote--citation .c-quote-citation-link .o-icon {
  width: 0.8em;
  height: 0.8em;
  margin-left: 0.4em;
}

.o-grid__item.c-quote-item .c-quote--citation .c-quote--image .o-circle-image {
  max-width: 11em;
  border-radius: 50%;
  height: 7em;
  width: 7em;
  margin: auto;
  margin-left: 0;
  overflow: hidden;
}

.o-grid__item.c-quote-item .c-quote--citation .c-quote--image .o-circle-image a {
  display: inline-block;
  width: 100%;
  overflow: hidden;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
}

.o-grid__item.c-quote-item .c-quote--citation .c-quote--image .o-circle-image a:hover {
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
  opacity: 0.8;
}

.o-grid__item.c-quote-item .c-quote--citation .c-quote--image .o-circle-image img {
  height: 10.5em;
  width: auto;
  max-width: none;
  -o-object-position: -3.5em 0;
     object-position: -3.5em 0;
}

.o-grid__item.c-quote-item .c-quote--inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  padding-top: 1em;
}

.o-grid__item.c-quote-item .c-quote--inner .c-quote--title {
  width: 100%;
  padding-right: 6em;
}

@media (min-width: 1155px) {
  .o-grid__item.c-quote-item .c-quote--inner .c-quote--title {
    padding-right: 7.3em;
  }
}
.o-grid__item.c-quote-item .c-quote--inner .c-quote--image {
  width: 100%;
  margin-bottom: -4em;
}

.o-grid__item.c-quote-item .c-quote--inner .c-quote--image .o-circle-image {
  margin: 0 auto;
}

.o-grid--2-col .c-quote-item.has-narrow-width .c-quote--image {
  display: none;
}

.o-grid--2-col .c-quote-item.has-narrow-width .c-quote--content {
  font-size: 1.25em;
  line-height: 1.2;
  width: 100%;
  margin: 0;
}

@media all and (min-width: 768px) {
  .o-grid--2-col .c-quote-item.has-narrow-width .c-quote--content {
    font-size: 1.22em;
  }
}
@media all and (min-width: 1155px) {
  .o-grid--2-col .c-quote-item.has-narrow-width .c-quote--content {
    font-size: 1.2em;
  }
}
@media all and (min-width: 1800px) {
  .o-grid--2-col .c-quote-item.has-narrow-width .c-quote--content {
    font-size: 1.27em;
  }
}
.o-grid--2-col .c-quote-item.has-narrow-width .c-quote--content .o-icon {
  right: -0.5em;
  bottom: -3em;
  height: 3em;
  width: 3em;
  z-index: -1;
}

.o-grid--2-col .c-quote-item.has-narrow-width .c-quote--title {
  padding-right: 4.5em;
  margin-right: 0;
  width: 100%;
}

@media (min-width: 1156px) {
  .o-grid--2-col .c-quote-item.has-narrow-width .c-quote--inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    position: relative;
  }
  .o-grid--2-col .c-quote-item.has-narrow-width .c-quote--inner .c-quote--title {
    text-align: left;
    width: calc(100% - 7.5em);
    padding: 0;
  }
  .o-grid--2-col .c-quote-item.has-narrow-width .c-quote--inner .c-quote--title .c-title--affiliation {
    margin: 0;
    font-size: 0.87em;
    line-height: 1.2;
  }
}
@media (min-width: 1156px) and (min-width: 768px) {
  .o-grid--2-col .c-quote-item.has-narrow-width .c-quote--inner .c-quote--title .c-title--affiliation {
    font-size: 0.78em;
  }
}
@media (min-width: 1156px) and (min-width: 1155px) {
  .o-grid--2-col .c-quote-item.has-narrow-width .c-quote--inner .c-quote--title .c-title--affiliation {
    font-size: 0.7em;
  }
}
@media (min-width: 1156px) and (min-width: 1800px) {
  .o-grid--2-col .c-quote-item.has-narrow-width .c-quote--inner .c-quote--title .c-title--affiliation {
    font-size: 0.72em;
  }
}
@media (min-width: 769px) and (max-width: 1399px) {
  .o-grid--2-col .c-quote-item:nth-child(odd) .c-quote--citation .c-quote--image .o-circle-image {
    margin-right: 1em;
    margin-left: auto;
  }
}
.o-grid__item.c-quote-item.has-left-text .c-quote--inner .c-quote--image .o-circle-image {
  margin-right: 0;
  margin-top: -4em;
}

.o-grid__item.c-quote-item.has-right-text .c-quote--inner .c-quote--image .o-circle-image {
  margin-left: 0;
  margin-top: -4em;
}

.o-grid__item.c-quote-item.has-right-text .c-quote--inner .c-quote--title {
  padding-left: 6em;
  padding-right: 0;
}

@media (min-width: 1155px) {
  .o-grid__item.c-quote-item.has-right-text .c-quote--inner .c-quote--title {
    padding-left: 7.3em;
  }
}
.o-grid__item.c-quote-item.has-right-text .c-quote--content .o-icon {
  left: 0;
  right: inherit;
  -webkit-transform: none;
          transform: none;
}

.o-grid__item.c-quote-item.has-center-text .c-quote--inner .c-quote--image {
  margin-bottom: -0.5em;
}

@media (min-width: 768px) {
  .o-grid--1-col .c-quote-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .o-grid--1-col .c-quote-item .c-quote--content {
    width: 50%;
    position: initial;
  }
  .o-grid--1-col .c-quote-item .c-quote--content .o-icon {
    top: 0;
    bottom: initial;
    right: 1.5em;
  }
  .o-grid--1-col .c-quote-item .c-quote--citation {
    width: 45%;
  }
}
.c-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin-bottom: 3em;
}

.c-tabs li:last-of-type .c-tabs__item {
  border-left: 0;
}

.c-tabs__item {
  padding: 20px;
  position: relative;
  border: 1px solid #cccccc;
  text-decoration: none;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  text-transform: uppercase;
  display: block;
}

.c-tabs__item:hover, .c-tabs__item:focus {
  background-color: #f6f6f6;
}

.c-tabs__item.is-active {
  background-color: #f6f6f6;
}

.c-tabs__content {
  display: block;
}

.c-tabs__content.is-hidden {
  display: none;
}

.c-media-quote {
  border-left: 1px solid #cccccc;
  position: relative;
  padding-top: 2.2em;
  padding-bottom: 0.5em;
}

@media (min-width: 768px) {
  .c-media-quote {
    padding-top: 3em;
    padding-bottom: 1em;
  }
}
.node-has-theme .c-media-quote {
  background: transparent;
}

.c-media-quote__content {
  position: relative;
  margin: 0;
}

.c-media-quote__content:before {
  content: "";
  background-image: url("../img/svg/icon-quote.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  width: 26px;
  height: 20px;
  position: absolute;
  bottom: 100%;
  margin-bottom: 0.5em;
}

@media (min-width: 768px) {
  .c-media-quote__content:before {
    width: 40px;
    height: 30px;
  }
}
.node-has-theme .c-media-quote__content:before {
  -webkit-filter: invert(1);
          filter: invert(1);
}

@media (min-width: 1155px) {
  .c-media-quote__content {
    padding-left: 1em;
  }
}
.c-media-quote__quote {
  font-size: 1.5em;
  line-height: 1.2;
  display: block;
}

@media all and (min-width: 768px) {
  .c-media-quote__quote {
    font-size: 1.67em;
  }
}
@media all and (min-width: 1155px) {
  .c-media-quote__quote {
    font-size: 1.8em;
  }
}
@media all and (min-width: 1800px) {
  .c-media-quote__quote {
    font-size: 1.909em;
  }
}
.c-media-quote__quote p {
  margin-bottom: 0;
}

.c-media-quote__cite {
  font-size: 1em;
  line-height: 1.2;
  display: block;
  position: absolute;
  margin-bottom: 0.5em;
  bottom: 100%;
  margin-left: 40px;
}

@media all and (min-width: 768px) {
  .c-media-quote__cite {
    font-size: 0.89em;
  }
}
@media all and (min-width: 1155px) {
  .c-media-quote__cite {
    font-size: 0.8em;
  }
}
@media all and (min-width: 1800px) {
  .c-media-quote__cite {
    font-size: 0.81em;
  }
}
@media (min-width: 768px) {
  .c-media-quote__cite {
    margin-left: 60px;
  }
}
.media--type-image {
  margin-bottom: 1em;
  display: block;
}

.media--type-image img {
  width: 100%;
  height: auto;
  display: block;
}

a.media--type-image:focus {
  border: 5px solid #9bd0f0;
}

.view-mode-gallery {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.media--type-video {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  margin-bottom: 1em;
  display: block;
}

.media--type-video iframe, .media--type-video img {
  width: 100%;
  border: 0;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
}

a.media--type-logo img {
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

a.media--type-logo:focus img, a.media--type-logo:hover img {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

.c-media-timeline .c-media-timeline__list {
  padding: 0 0 0 5px;
}

.c-media-timeline.o-embed--main-column {
  overflow: hidden;
}

.node-has-theme .c-media-timeline {
  background-size: 99%;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), -webkit-gradient(linear, left top, right top, from(#011a2f), to(#011a2f));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(to right, #011a2f, #011a2f);
}

@supports (--custom-properties: 1) {
  .node-has-theme .c-media-timeline {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), -webkit-gradient(linear, left top, right top, from(RGBA(var(--theme-secondary, #011a2f), 1)), to(RGBA(var(--theme-secondary, #011a2f), 1)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(to right, RGBA(var(--theme-secondary, #011a2f), 1), RGBA(var(--theme-secondary, #011a2f), 1));
  }
}
.c-media-timeline__list {
  position: relative;
  list-style: none;
  margin: 1.5em 0 0;
}

.c-media-timeline__list::before {
  content: "";
  position: absolute;
  top: 5px;
  bottom: 0;
  width: 3px;
  background-color: #007bc7;
}

.node-has-theme .c-media-timeline__list::before {
  background-color: #ffe72d;
}

@supports (--custom-properties: 1) {
  .node-has-theme .c-media-timeline__list::before {
    background-color: var(--theme-primary, #ffe72d);
  }
}
.o-wysiwyg ul .paragraph--view-mode--default.c-media-timeline__item {
  padding-left: 25px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
}

@media (min-width: 1155px) {
  .o-wysiwyg ul .paragraph--view-mode--default.c-media-timeline__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
  }
}
@media (max-width: 1399px) {
  .o-embed--right-column .o-wysiwyg ul .paragraph--view-mode--default.c-media-timeline__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
  }
}
.o-wysiwyg ul .paragraph--view-mode--default.c-media-timeline__item::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 20px;
  height: 20px;
  -webkit-transform: translateX(-50%) translateX(1.5px);
          transform: translateX(-50%) translateX(1.5px);
  z-index: 1;
  border: 3px solid #007bc7;
  background-color: #f6f6f6;
  border-radius: 50%;
}

.node-has-theme .o-wysiwyg ul .paragraph--view-mode--default.c-media-timeline__item::before {
  background-size: 99%;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), -webkit-gradient(linear, left top, right top, from(#011a2f), to(#011a2f));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(to right, #011a2f, #011a2f);
  border-color: #ffe72d;
}

@supports (--custom-properties: 1) {
  .node-has-theme .o-wysiwyg ul .paragraph--view-mode--default.c-media-timeline__item::before {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), -webkit-gradient(linear, left top, right top, from(RGBA(var(--theme-secondary, #011a2f), 1)), to(RGBA(var(--theme-secondary, #011a2f), 1)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(to right, RGBA(var(--theme-secondary, #011a2f), 1), RGBA(var(--theme-secondary, #011a2f), 1));
  }
}
@supports (--custom-properties: 1) {
  .node-has-theme .o-wysiwyg ul .paragraph--view-mode--default.c-media-timeline__item::before {
    border-color: var(--theme-primary, #ffe72d);
  }
}
.o-wysiwyg ul .paragraph--view-mode--default.c-media-timeline__item:last-child::after {
  content: "";
  position: absolute;
  top: 5px;
  bottom: 0;
  left: 0;
  width: 3px;
  background-color: #f6f6f6;
}

.node-has-theme .o-wysiwyg ul .paragraph--view-mode--default.c-media-timeline__item:last-child::after {
  background-size: 99%;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), -webkit-gradient(linear, left top, right top, from(#011a2f), to(#011a2f));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(to right, #011a2f, #011a2f);
}

@supports (--custom-properties: 1) {
  .node-has-theme .o-wysiwyg ul .paragraph--view-mode--default.c-media-timeline__item:last-child::after {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), -webkit-gradient(linear, left top, right top, from(RGBA(var(--theme-secondary, #011a2f), 1)), to(RGBA(var(--theme-secondary, #011a2f), 1)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(to right, RGBA(var(--theme-secondary, #011a2f), 1), RGBA(var(--theme-secondary, #011a2f), 1));
  }
}
.o-wysiwyg ul .paragraph--view-mode--default.c-media-timeline__item p {
  margin-bottom: 0;
}

.o-wysiwyg ul .paragraph--view-mode--default.c-media-timeline__item h4.c-media-timeline__title {
  font-weight: bold;
  font-size: inherit;
  line-height: inherit;
  margin-bottom: 0;
  width: 100%;
}

@media (min-width: 1155px) {
  .o-wysiwyg ul .paragraph--view-mode--default.c-media-timeline__item h4.c-media-timeline__title {
    width: 33%;
    max-width: 200px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 1em;
    padding-top: 0;
  }
}
.o-embed--right-column .o-wysiwyg ul .paragraph--view-mode--default.c-media-timeline__item h4.c-media-timeline__title {
  font-size: 1em;
  line-height: 1.2;
}

@media (max-width: 1399px) {
  .o-embed--right-column .o-wysiwyg ul .paragraph--view-mode--default.c-media-timeline__item h4.c-media-timeline__title {
    width: auto;
    margin: 0;
    max-width: 100%;
  }
}
@media all and (min-width: 768px) {
  .o-embed--right-column .o-wysiwyg ul .paragraph--view-mode--default.c-media-timeline__item h4.c-media-timeline__title {
    font-size: 0.89em;
  }
}
@media all and (min-width: 1155px) {
  .o-embed--right-column .o-wysiwyg ul .paragraph--view-mode--default.c-media-timeline__item h4.c-media-timeline__title {
    font-size: 0.8em;
  }
}
@media all and (min-width: 1800px) {
  .o-embed--right-column .o-wysiwyg ul .paragraph--view-mode--default.c-media-timeline__item h4.c-media-timeline__title {
    font-size: 0.81em;
  }
}
.c-media-timeline__content ol,
.c-media-timeline__content ul {
  list-style-position: inside;
  margin-top: 1em;
}

.c-media-timeline__content ol li,
.c-media-timeline__content ul li {
  margin-bottom: 0.5em !important;
}

.c-media-timeline__content ul {
  list-style-type: disc;
}

.c-doc-inner .media--type-document-download {
  border-bottom: 1px solid black;
  margin-bottom: 1em;
  border-color: var(--foreground);
}

.c-doc-inner .o-document-link-wrapper a {
  font-weight: 400;
  font-size: 1.1em;
}

.c-doc-inner .o-document-link-wrapper a .o-document__size {
  font-size: 0.9em;
}

.c-doc-inner .o-icon-document {
  font-size: 0.9em;
}

.c-doc-inner .o-icon-document .o-icon {
  width: 1.2em;
  height: 1.2em;
}

.c-graphic-item {
  z-index: 0;
  width: 100%;
}

.c-graphic-item.has-no-theme {
  background-color: transparent;
}

.c-graphic-item svg {
  width: 100%;
  height: 100%;
  height: auto;
  max-height: 11em;
  min-height: 9em;
  width: auto;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}

.c-graphic-item .c-graphic__link:hover, .c-graphic-item .c-graphic__link:focus {
  opacity: 0.5;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}

.c-graphic-item svg .o-fill__foreground {
  fill: var(--foreground);
}

.c-graphic-item svg .o-stroke__foreground {
  stroke: var(--foreground);
  stroke-width: 0;
}

.c-graphic-item svg .o-fill__background {
  fill: var(--background);
}

.c-graphic-item svg .o-stroke__background {
  stroke: var(--background);
  stroke-width: 0;
}

.c-graphic-item svg .o-fill__accent-background {
  fill: var(--accent-background);
}

.c-graphic-item svg .o-stroke__accent-background {
  stroke: var(--accent-background);
  stroke-width: 0;
}

.c-graphic-item svg .o-fill__black {
  fill: #000000;
}

.c-graphic-item svg .o-stroke__black {
  stroke: #000000;
  stroke-width: 0;
}

.c-graphic-item svg .o-fill__white {
  fill: #ffffff;
}

.c-graphic-item svg .o-stroke__white {
  stroke: #ffffff;
  stroke-width: 0;
}

.o-flowchart {
  max-width: 50em;
  margin: auto;
  display: block;
}

.o-flowchart .o-flowchart__link {
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  text-decoration: none;
}

.o-flowchart .o-link-icon,
.o-flowchart .o-flowchart__link,
.o-flowchart .o-flowchart__box {
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}

.o-flowchart text {
  font-weight: 500;
  font-size: 0.9em;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  text-decoration: none;
}

.o-flowchart .o-flowchart__link {
  text-decoration: none;
}

.o-flowchart .o-flowchart__link:hover .o-flowchart__box {
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  fill: #ffe72d;
}

.o-flowchart .o-flowchart__link:hover .o-link-icon {
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
  fill: black;
}

.o-flowchart .o-flowchart__link:hover text {
  fill: black;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}

.o-flowchart .o-flowchart__connectors {
  fill: none;
}

.c-status-message {
  border: 4px solid;
  margin: 2.2em 0;
  padding: 1em;
}

.c-status-message--error {
  border-color: #ed1d24;
}

.c-status-message__list {
  margin-bottom: 0;
  padding-left: 0;
  list-style-position: inside;
}

.ajax-progress-fullscreen {
  background: url("../img/svg/loader.svg");
  width: 100px;
  height: 100px;
  background-size: 100px;
  border-radius: 0;
  opacity: 1;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: fixed;
  top: 48.5%;
  z-index: 1000;
  padding: 4px;
}

.ajax-progress {
  display: inline-block;
  padding: 1px 5px 2px 5px;
}

.node-has-theme .region-pre-footer {
  background-color: #f6f6f6;
}

.node-has-theme .region-pre-footer .o-slice--grey.o-slice--flush {
  margin-top: 0;
}

.c-footer {
  margin: 10px;
  background-color: #000000;
  color: #b3b3b3;
  font-size: 1em;
  line-height: 1.2;
  position: relative;
  margin-top: 0;
}

@media (min-width: 768px) {
  .c-footer {
    margin: 20px;
  }
}
@media all and (min-width: 768px) {
  .c-footer {
    font-size: 0.89em;
  }
}
@media all and (min-width: 1155px) {
  .c-footer {
    font-size: 0.8em;
  }
}
@media all and (min-width: 1800px) {
  .c-footer {
    font-size: 0.81em;
  }
}
.c-footer .o-block-title {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1.25em;
  line-height: 1.2;
  color: #ffffff;
  margin-bottom: 1em;
}

@media all and (min-width: 768px) {
  .c-footer .o-block-title {
    font-size: 1.22em;
  }
}
@media all and (min-width: 1155px) {
  .c-footer .o-block-title {
    font-size: 1.2em;
  }
}
@media all and (min-width: 1800px) {
  .c-footer .o-block-title {
    font-size: 1.27em;
  }
}
@media (min-width: 768px) {
  .c-footer {
    margin-top: 0;
  }
}
.node-has-theme .c-footer {
  background-color: #000000;
  margin: 0;
}

.c-footer .o-icon {
  fill: #ffffff;
  -webkit-transition: fill 0.3s ease 0s;
  transition: fill 0.3s ease 0s;
  margin-right: 10px;
}

.c-footer a {
  text-decoration: none;
}

.c-footer a:hover, .c-footer a:focus {
  text-decoration: underline;
  text-decoration-color: #9bd0f0;
}

@media (min-width: 768px) {
  .c-footer__padding {
    padding: 4em 0;
  }
}
@media (min-width: 1155px) {
  .c-footer__padding {
    padding: 5em 0;
  }
}
.c-footer__slant {
  position: absolute;
  bottom: 100%;
  width: 100%;
  z-index: 1;
  display: block;
  margin-bottom: -1px;
  left: 0;
  right: 0;
}

.c-logo-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.c-logo-block li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33%;
          flex: 0 0 33%;
}

@media (min-width: 768px) {
  .c-logo-block li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 15%;
            flex: 0 0 15%;
  }
}
.c-logo-block a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px;
}

.c-logo-block img {
  height: auto;
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

@media (min-width: 1155px) {
  .o-slice-less-margin {
    margin: 1.7em 20px;
  }
}
@media (min-width: 1155px) {
  .o-slice-related-content-less-margin {
    margin-top: 2em;
    margin-bottom: 0em;
    margin-left: 20px;
    margin-right: 20px;
  }
}
.c-footer-main .o-block {
  padding: 2.2em 1em;
  border-bottom: 1px solid #2d2d2d;
}

@media (min-width: 768px) {
  .c-footer-main .o-block {
    margin: 0;
    padding: 0 0 2.2em 30px;
    border-bottom: 0;
    width: 50%;
  }
}
@media (min-width: 1155px) {
  .c-footer-main .o-block {
    width: 25%;
    padding-left: 50px;
  }
}
@supports (display: grid) {
  @media (min-width: 768px) {
    .c-footer-main .o-block {
      width: auto;
      padding-left: 0;
      padding-bottom: 0;
    }
  }
}
.c-footer-main .o-block .c-opening-times-link {
  margin-top: 1em;
}

.c-footer-main .o-block .c-opening-times .c-opening-times__inner .c-emergency .o-icon {
  fill: #ffe72d;
}

.c-footer-main .o-block .c-opening-times .c-opening-times__inner .c-emergency .day {
  border: none;
  padding-left: 0;
  width: 1.5em;
}

.c-footer-main .o-block .c-opening-times .c-opening-times__inner .c-emergency .time {
  width: calc(100% - 1.5em);
  color: #ffe72d;
}

.c-footer-lower {
  margin-bottom: 0;
}

.c-footer-lower .o-block {
  padding-top: 2.2em;
}

@media (min-width: 768px) {
  .c-footer-lower .o-block {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
@media (min-width: 1155px) {
  .c-footer-lower .o-block {
    padding: 0;
  }
}
.o-block-galleryandcafeopeningtimes {
  display: block;
}

.o-block-galleryandcafeopeningtimes li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.12em;
  line-height: 1.4;
  margin-bottom: 0.5em;
}

@media all and (min-width: 768px) {
  .o-block-galleryandcafeopeningtimes li {
    font-size: 1em;
  }
}
@media all and (min-width: 1155px) {
  .o-block-galleryandcafeopeningtimes li {
    font-size: 1em;
  }
}
@media all and (min-width: 1800px) {
  .o-block-galleryandcafeopeningtimes li {
    font-size: 1.09em;
  }
}
.o-block-galleryandcafeopeningtimes li span:first-of-type {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
}

.o-block-sociallinks li {
  margin-bottom: 0.5em;
  display: block;
}

.o-block-sociallinks a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.o-block-externallogos ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.o-block-externallogos li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
}

@media (min-width: 480px) {
  .o-block-externallogos li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
  }
}
@media (min-width: 768px) {
  .o-block-externallogos li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
  }
}
@media (min-width: 1155px) {
  .o-block-externallogos li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
  }
}
.o-block-externallogos .o-block-title {
  font-size: 1em;
  line-height: 1.2;
  text-transform: inherit;
}

@media all and (min-width: 768px) {
  .o-block-externallogos .o-block-title {
    font-size: 0.89em;
  }
}
@media all and (min-width: 1155px) {
  .o-block-externallogos .o-block-title {
    font-size: 0.8em;
  }
}
@media all and (min-width: 1800px) {
  .o-block-externallogos .o-block-title {
    font-size: 0.81em;
  }
}
.o-block-externallogos img {
  padding: 10px;
  height: auto;
}

.o-block-externallogos a {
  display: block;
}

.o-block-contactus img {
  margin-bottom: 1em;
  height: auto;
}

.o-block-legal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.o-block-legal .embedded-entity {
  margin-right: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
}

@media (min-width: 768px) {
  .o-block-legal .embedded-entity {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
  }
}
.o-block-legal img {
  height: auto;
}

.o-block-legal p {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .o-block-legal p {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
            flex: 0 0 70%;
  }
}
.o-block--address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #b3b3b3;
}

.o-block--address img {
  margin-left: 20px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

@media (min-width: 1155px) {
  .o-block--address {
    display: none;
  }
}
.o-block-partnerslogos {
  text-align: center;
}

.o-block-partnerslogos h3 {
  font-size: 1.5em;
  line-height: 1.2;
}

@media all and (min-width: 768px) {
  .o-block-partnerslogos h3 {
    font-size: 1.67em;
  }
}
@media all and (min-width: 1155px) {
  .o-block-partnerslogos h3 {
    font-size: 1.8em;
  }
}
@media all and (min-width: 1800px) {
  .o-block-partnerslogos h3 {
    font-size: 1.909em;
  }
}
.o-block-partnerslogos .c-logo-block {
  margin-bottom: 2em;
}

@media (min-width: 768px) {
  .o-block-partnerslogos .c-logo-block {
    margin-bottom: 2.5em;
  }
}
@media (min-width: 1155px) {
  .o-block-partnerslogos .c-logo-block {
    margin-bottom: 2.5em;
  }
}
.c-embed__inner.media--view-mode-main-column, .c-embed__inner.media--view-mode-main-column + figcaption {
  overflow: hidden;
}

.c-embed__inner--solid {
  padding: 1em;
  background-color: #f6f6f6;
}

.node-has-theme .c-embed__inner--solid {
  background-size: 99%;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), -webkit-gradient(linear, left top, right top, from(#011a2f), to(#011a2f));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(to right, #011a2f, #011a2f);
}

@supports (--custom-properties: 1) {
  .node-has-theme .c-embed__inner--solid {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), -webkit-gradient(linear, left top, right top, from(RGBA(var(--theme-secondary, #011a2f), 1)), to(RGBA(var(--theme-secondary, #011a2f), 1)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(to right, RGBA(var(--theme-secondary, #011a2f), 1), RGBA(var(--theme-secondary, #011a2f), 1));
  }
}
.maintenance-page main {
  margin: 10em 0;
}

.c-hero__bg-fixed {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  height: 100vh;
  z-index: -1;
  pointer-events: none;
}

.c-hero__bg-fixed .media--type-image {
  margin: 0;
  height: 100%;
  width: 100%;
}

.c-hero__bg-fixed img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

@supports (display: grid) {
  .c-hero__bg-fixed img {
    height: 100%;
  }
}
.c-hero__content-inner-exhibition {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  padding-top: 6em;
  padding-bottom: 35px;
}

@media (min-width: 1155px) {
  .c-hero__content-inner-exhibition {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 100px;
  }
}
.c-hero__exhibition-content-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}

@media (min-width: 1155px) {
  .c-hero__exhibition-content-group {
    padding-top: 1em;
  }
}
.c-hero__exhibition-subtitle {
  text-transform: uppercase;
  font-weight: bold;
  text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3);
  -ms-flex-item-align: end;
      align-self: flex-end;
  color: #ffe72d;
}

@supports (--custom-properties: 1) {
  .c-hero__exhibition-subtitle {
    color: var(--theme-primary, #ffe72d);
  }
}
.c-hero__exhibition-date-range {
  font-weight: bold;
  text-align: right;
  text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3);
}

@media (min-width: 1155px) {
  .c-hero__exhibition-date-range {
    -ms-flex-item-align: end;
        align-self: flex-end;
    margin: auto 0 0 0;
  }
}
.c-hero__exhibition-date-range span {
  display: block;
}

@media (min-width: 1156px) {
  .node--type-exhibition .c-hero__content .c-caption-reveal {
    bottom: 2em;
  }
}
.c-logo-exhibition {
  position: relative;
  margin: 0;
}

@media (min-width: 1155px) {
  .c-logo-exhibition {
    padding: 1em 0 0 1em;
  }
}
.c-logo-exhibition:before, .c-logo-exhibition:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 10px;
  width: 60px;
  background-color: #ffffff;
}

.node-has-theme .c-logo-exhibition:before, .node-has-theme .c-logo-exhibition:after {
  background-color: #ffe72d;
}

@supports (--custom-properties: 1) {
  .node-has-theme .c-logo-exhibition:before, .node-has-theme .c-logo-exhibition:after {
    background-color: var(--theme-primary, #ffe72d);
  }
}
.c-logo-exhibition:after {
  height: 60px;
  width: 10px;
}

.c-logo-exhibition img {
  height: auto;
}

@media (max-width: 1154px) {
  .c-logo-exhibition img {
    margin-top: 70px;
    margin-left: -5px;
  }
}
@media (max-width: 1154px) {
  .c-logo-exhibition.c-logo-exhibition--hero {
    width: 50%;
  }
}
.c-exhibition-intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}

@media (min-width: 1155px) {
  .c-exhibition-intro {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    margin-left: -2.2em;
    margin-right: -2.2em;
  }
}
@media (min-width: 1155px) {
  .c-exhibition-intro__column {
    padding-left: 2.2em;
    padding-right: 2.2em;
  }
}
@media (min-width: 1155px) {
  .c-exhibition-intro__column:first-child {
    width: 55%;
    padding-right: 1.1em;
  }
}
@media (min-width: 1400px) {
  .c-exhibition-intro__column:first-child {
    width: 65%;
  }
}
@media (min-width: 1155px) {
  .c-exhibition-intro__column:last-child {
    width: 45%;
    padding-left: 1.1em;
  }
}
@media (min-width: 1400px) {
  .c-exhibition-intro__column:last-child {
    width: 35%;
  }
}
.c-exhibition-details {
  font-size: 1em;
  line-height: 1.2;
  line-height: 1.5;
}

@media all and (min-width: 768px) {
  .c-exhibition-details {
    font-size: 0.89em;
  }
}
@media all and (min-width: 1155px) {
  .c-exhibition-details {
    font-size: 0.8em;
  }
}
@media all and (min-width: 1800px) {
  .c-exhibition-details {
    font-size: 0.81em;
  }
}
.c-exhibition-details > li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 1em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.c-exhibition-details > li .o-icon {
  width: 1.4em;
  height: 1.4em;
}

.c-exhibition-details > li:nth-child(4) {
  padding-top: 0;
}

.c-exhibition-details > li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.c-exhibition-details > li li {
  margin-bottom: 0.5em;
}

.c-exhibition-details > li li:last-child {
  margin-bottom: 0;
}

.c-exhibition-details__label {
  display: block;
  margin-right: 1.2em;
  text-transform: uppercase;
  font-weight: 500;
  position: relative;
  top: 0.1em;
  min-width: 1em;
}

.c-exhibition-details__value {
  display: block;
}

.c-exhibition-details__sub-label {
  display: inline-block;
  min-width: 95px;
}

.c-exhibition-details__sub-value[data-open-value*=Closed] {
  padding: 0.2em;
}

.c-exhibition-details__today {
  display: block;
  margin-bottom: 0.5em;
}

.no-js .c-exhibition-details__today {
  display: none;
}

.c-exhibition-details__time-toggle {
  display: block;
  text-decoration-color: currentColor;
  margin: 0.5em 0;
  color: #ffe72d;
}

@supports (--custom-properties: 1) {
  .c-exhibition-details__time-toggle {
    color: var(--theme-primary, #ffe72d);
  }
}
.c-exhibition-details__time-toggle:hover, .c-exhibition-details__time-toggle:focus {
  color: inherit;
}

.no-js .c-exhibition-details__time-toggle {
  display: none;
}

.c-exhibition-details__time-reveal {
  display: none;
}

.no-js .c-exhibition-details__time-reveal {
  display: block;
}

.paragraph--type--content-exhibition-teaser {
  margin-bottom: 2em;
}

.c-exhibition-slice {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}

.c-exhibition-slice .o-slice-title {
  margin-bottom: 1em;
  font-weight: 700;
}

.c-exhibition-slice .c-logo-exhibition {
  width: 50%;
  margin: 60px 0 10px 0;
}

@media (min-width: 1155px) {
  .c-exhibition-slice .c-logo-exhibition {
    width: 100%;
    margin: 0;
  }
}
@media (min-width: 1155px) {
  .c-exhibition-slice__overlay {
    width: 100%;
    padding-top: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: static !important;
  }
  @supports (display: grid) {
    .c-exhibition-slice__overlay {
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-gap: 50px;
    }
  }
}
@media (min-width: 1400px) {
  .c-exhibition-slice__overlay {
    padding-top: 300px;
  }
}
.c-exhibition-slice__logo-container {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  position: relative;
}

@media (min-width: 769px) {
  .c-exhibition-slice__logo-container {
    padding: 2.2em;
  }
}
@media (min-width: 1155px) {
  .c-exhibition-slice__logo-container {
    position: static;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 0 0 75px;
  }
  @supports (display: grid) {
    .c-exhibition-slice__logo-container {
      -ms-flex-item-align: end;
          align-self: end;
    }
  }
}
.c-exhibition-slice__bg {
  height: 100%;
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin-left: -10px;
  margin-right: -10px;
}

@media (min-width: 480px) {
  .c-exhibition-slice__bg {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media (min-width: 768px) {
  .c-exhibition-slice__bg {
    margin-left: 0;
    margin-right: 0;
  }
}
.c-exhibition-slice__bg .o-img-slanted.-hero.c-exhibition-teaser {
  width: auto;
  padding-top: 62.5%;
  position: initial;
}

.c-exhibition-slice__bg > img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  margin: 0;
}

.c-exhibition-slice__bg:before {
  content: "";
  content: none;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.15);
}

@media (min-width: 1155px) {
  .c-exhibition-slice__information-container {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  @supports (display: grid) {
    .c-exhibition-slice__information-container {
      -ms-flex-item-align: end;
          align-self: end;
    }
  }
}
.c-exhibition-slice__panel {
  background-color: #000000;
  color: #ffffff;
  padding: 1em 1em 2.2em;
  margin-left: -10px;
  margin-right: -10px;
}

@media (min-width: 480px) {
  .c-exhibition-slice__panel {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media (min-width: 768px) {
  .c-exhibition-slice__panel {
    padding: 2.2em;
    margin-left: 0;
    margin-right: 0;
  }
}
.c-exhibition-slice__date {
  border: 1px solid rgba(255, 255, 255, 0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1em;
}

.c-exhibition-slice__date-item {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  padding: 0.75em;
}

.c-exhibition-slice__date-item + .c-exhibition-slice__date-item {
  border-right: 0;
}

.c-exhibition-slice__date-item.c-exhibition-slice__date-item--range {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.c-exhibition-slice__date-item.c-exhibition-slice__date-item--range > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  text-align: center;
  font-weight: 700;
  padding-right: 5px;
}

.c-exhibition-slice__date-item.c-exhibition-slice__date-item--range > div + div {
  padding-right: 0;
  padding-left: 5px;
}

.c-exhibition-slice__date-item.c-exhibition-slice__date-item--range .month {
  font-weight: normal;
  text-transform: uppercase;
  font-size: 0.87em;
  line-height: 1.2;
}

@media all and (min-width: 768px) {
  .c-exhibition-slice__date-item.c-exhibition-slice__date-item--range .month {
    font-size: 0.78em;
  }
}
@media all and (min-width: 1155px) {
  .c-exhibition-slice__date-item.c-exhibition-slice__date-item--range .month {
    font-size: 0.7em;
  }
}
@media all and (min-width: 1800px) {
  .c-exhibition-slice__date-item.c-exhibition-slice__date-item--range .month {
    font-size: 0.72em;
  }
}
.c-exhibition-slice__date-item.c-exhibition-slice__date-item--times {
  font-size: 1em;
  line-height: 1.2;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media all and (min-width: 768px) {
  .c-exhibition-slice__date-item.c-exhibition-slice__date-item--times {
    font-size: 0.89em;
  }
}
@media all and (min-width: 1155px) {
  .c-exhibition-slice__date-item.c-exhibition-slice__date-item--times {
    font-size: 0.8em;
  }
}
@media all and (min-width: 1800px) {
  .c-exhibition-slice__date-item.c-exhibition-slice__date-item--times {
    font-size: 0.81em;
  }
}
.c-exhibition-slice__label {
  text-transform: uppercase;
  display: block;
  margin-bottom: 0.1em;
}

.c-exhibition-slice__slant {
  display: none;
}

@media (min-width: 1155px) {
  .c-exhibition-slice__slant {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: -1;
    display: block;
    margin-bottom: -1px;
    left: 0;
    right: 0;
  }
}
.page-node-type-exhibition main {
  background-color: #2d2d2d;
  background: var(--theme-background);
}

.page-node-type-exhibition main .region-hero {
  background-color: transparent;
}

.node-has-theme .region-hero.region-hero--exhibition {
  background: var(--theme-background);
  background-image: none;
}

.node-has-theme a {
  text-decoration-color: var(--theme-accent);
}

.node-has-theme a::after {
  background: var(--theme-accent);
}

.node--type-exhibition.c-hero__wrapper.has-neutral,
.region-post-content.has-neutral {
  --background: var(--theme-neutral);
  --foreground: #ffffff;
  --theme-accent: var(--theme-neutral-accent);
}

.node--type-exhibition.c-hero__wrapper.has-dark,
.region-post-content.has-dark {
  --background: var(--theme-dark);
  --foreground: #ffffff;
  --theme-accent: var(--theme-dark-accent);
}

.node--type-exhibition.c-hero__wrapper.has-light,
.region-post-content.has-light {
  --background: var(--theme-light);
  --foreground: #000000;
  --theme-accent: var(--theme-light-accent);
}

.node--type-exhibition.c-hero__wrapper {
  margin: 0 auto;
  max-width: 1550px;
  padding: 0 10px;
  background-color: transparent;
  padding-bottom: 2em;
}

@media (min-width: 480px) {
  .node--type-exhibition.c-hero__wrapper {
    padding: 0 10px;
  }
}
@media (min-width: 768px) {
  .node--type-exhibition.c-hero__wrapper {
    padding: 0 20px;
  }
}
@media (min-width: 1155px) {
  .node--type-exhibition.c-hero__wrapper {
    padding: 0 75px;
  }
}
.node--type-exhibition.c-hero__wrapper .c-hero__flexible {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  padding-top: 5em;
  color: #000000;
  color: var(--foreground);
}

@media (min-width: 768px) {
  .node--type-exhibition.c-hero__wrapper .c-hero__flexible {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 5em;
  }
  .node--type-exhibition.c-hero__wrapper .c-hero__flexible .c-hero__core {
    width: 55%;
  }
  .node--type-exhibition.c-hero__wrapper .c-hero__flexible .c-hero__core .c-flex-hero__sub {
    text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3);
  }
  .node--type-exhibition.c-hero__wrapper .c-hero__flexible .c-hero__extra {
    width: 40%;
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
  .node--type-exhibition.c-hero__wrapper .c-hero__flexible .c-hero__intro {
    width: 100%;
  }
  .node--type-exhibition.c-hero__wrapper .c-hero__flexible .c-hero__intro .inner {
    width: 60%;
    margin: auto;
  }
}
.c-flex-hero__logo svg {
  fill: #ffffff;
  fill: var(--foreground);
}

.c-flex-hero__logo-secondary {
  margin: 0 0 1em 0;
}

.c-flex-hero__logo-secondary svg,
.c-flex-hero__logo-secondary img {
  max-height: 14em;
  margin-left: auto;
  display: block;
}

.c-flex-hero__social-share {
  padding: 2em 0 0 0;
}

.c-flex-hero__social-share .c-social__list {
  width: 8em;
  margin: auto;
}

.c-flex-hero__social-share .c-social__list svg {
  fill: #ffffff;
  fill: var(--foreground);
  width: 1.5em;
  height: 1.5em;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}

.c-flex-hero__social-share .c-social__list a:hover svg {
  fill: #ffe72d;
  fill: var(--theme-accent);
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}

.c-flex-hero__sub {
  color: #ffffff;
  color: var(--foreground);
  font-family: var(--theme-font);
  font-size: 1.5em;
  line-height: 1.2;
}

@media all and (min-width: 768px) {
  .c-flex-hero__sub {
    font-size: 1.67em;
  }
}
@media all and (min-width: 1155px) {
  .c-flex-hero__sub {
    font-size: 1.8em;
  }
}
@media all and (min-width: 1800px) {
  .c-flex-hero__sub {
    font-size: 1.909em;
  }
}
.c-flex-hero__intro {
  background-color: #000000;
  color: #ffffff;
  font-family: var(--theme-font);
  padding: 1em;
  margin: 1em 0;
  background: var(--background);
  color: var(--foreground);
}

.c-flex-hero__intro p:nth-child(1) {
  font-size: 1.25em;
  line-height: 1.2;
}

@media all and (min-width: 768px) {
  .c-flex-hero__intro p:nth-child(1) {
    font-size: 1.22em;
  }
}
@media all and (min-width: 1155px) {
  .c-flex-hero__intro p:nth-child(1) {
    font-size: 1.2em;
  }
}
@media all and (min-width: 1800px) {
  .c-flex-hero__intro p:nth-child(1) {
    font-size: 1.27em;
  }
}
.c-flex-hero__dates {
  color: #ffffff;
  color: var(--foreground);
  font-family: var(--theme-font);
  text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3);
}

.c-flex-hero__metadata {
  background-color: #000000;
  color: #ffffff;
  font-family: var(--theme-font);
  padding: 1em;
  margin-bottom: 1em;
  background: var(--background);
  color: var(--foreground);
}

.c-flex-hero__metadata .o-panel h3 {
  font-size: 1.25em;
  line-height: 1.2;
}

@media all and (min-width: 768px) {
  .c-flex-hero__metadata .o-panel h3 {
    font-size: 1.22em;
  }
}
@media all and (min-width: 1155px) {
  .c-flex-hero__metadata .o-panel h3 {
    font-size: 1.2em;
  }
}
@media all and (min-width: 1800px) {
  .c-flex-hero__metadata .o-panel h3 {
    font-size: 1.27em;
  }
}
.c-flex-hero__metadata .c-exhibition-details {
  color: #ffffff;
  color: var(--foreground);
}

.c-flex-hero__metadata .c-exhibition-details li {
  margin: 0 0 0.5em 0;
  padding: 0;
}

.c-flex-hero__metadata .o-icon {
  fill: var(--foreground);
}

.c-flex-hero__metadata .c-exhibition-details__time-toggle {
  color: #ffe72d;
  color: var(--theme-accent);
}

.node--type-exhibition.c-hero__wrapper .c-flex-hero__breadcrumb .o-block--breadcrumb .c-breadcrumb {
  background-image: none;
}

.node--type-exhibition.c-hero__wrapper .c-flex-hero__breadcrumb .o-block--breadcrumb .c-breadcrumb .c-breadcrumb__item a {
  color: var(--foreground);
}

.node--type-exhibition.c-hero__wrapper .c-flex-hero__breadcrumb .o-block--breadcrumb .c-breadcrumb .c-breadcrumb__item a svg {
  fill: currentColor;
}

.node--type-exhibition .c-social {
  background-color: none;
}

.o-block-jumplinkblock {
  position: inherit;
}

.node--type-exhibition.c-hero__wrapper .c-flex-hero__nav .c-nav-lab {
  background-color: transparent;
  padding: 0;
}

.node--type-exhibition.c-hero__wrapper .c-flex-hero__nav .c-nav-lab .c-nav-in-section__wrapper {
  background-color: #000000;
  color: #ffffff;
  background: var(--background);
  color: var(--foreground);
}

.node--type-exhibition.c-hero__wrapper .c-flex-hero__nav .c-nav-lab .c-nav-in-section__wrapper .o-section-title {
  color: #ffffff;
  color: var(--foreground);
}

.node--type-exhibition.c-hero__wrapper .c-flex-hero__nav .c-nav-lab .c-nav-in-section__wrapper .c-nav-lab__content--level-0 {
  background-image: none;
  background-color: transparent;
}

.node--type-exhibition.c-hero__wrapper .c-flex-hero__nav .c-nav-lab .c-nav-in-section__wrapper .c-nav-lab__content--level-0 .c-nav-lab__item {
  color: #ffffff;
  color: var(--foreground);
}

.node--type-exhibition.c-hero__wrapper .c-flex-hero__nav .c-nav-lab .c-nav-in-section__wrapper .c-nav-lab__content--level-0 .c-nav-lab__item svg {
  fill: #ffffff;
  fill: var(--theme-accent);
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.node--type-exhibition.c-hero__wrapper .c-flex-hero__nav .c-nav-lab .c-nav-in-section__wrapper .c-nav-lab__content--level-0 .c-nav-lab__item a span {
  background-image: linear-gradient(transparent calc(100% - 2px), var(--theme-accent) 2px);
}

.page-node-type-exhibition .o-slice.has-default-theme {
  --background: #ffffff;
  --foreground: #000000;
  --theme-accent: var(--theme-neutral-accent);
}

.page-node-type-exhibition .o-slice.has-dark-theme {
  --background: var(--theme-dark);
  --foreground: #ffffff;
  --theme-accent: var(--theme-dark-accent);
}

.page-node-type-exhibition .o-slice.has-light-theme {
  --background: var(--theme-light);
  --foreground: #000000;
  --theme-accent: var(--theme-light-accent);
}

.page-node-type-exhibition .o-slice.has-neutral-theme {
  --background: var(--theme-neutral);
  --foreground: #ffffff;
  --theme-accent: var(--theme-neutral-accent);
}

.page-node-type-exhibition .o-slice .c-paragraph-introduction::after {
  background: var(--theme-accent);
}

.page-node-type-exhibition .paragraph--type--slice-column-content {
  background: var(--background);
  color: var(--foreground);
}

.page-node-type-exhibition .paragraph--type--slice-column-content.has-default-theme {
  --background: transparent;
  --foreground: #000000;
}

.page-node-type-exhibition .o-panel,
.page-node-type-exhibition .o-grid.c-content-column,
.page-node-type-exhibition .o-slice-title {
  background-color: transparent;
  background-image: none;
  color: var(--foreground);
}

html {
  scroll-behavior: smooth;
}

.o-pub-wrapper {
  background-color: rgb(1, 1, 15);
  color: #ffffff;
  padding-bottom: 4em;
}

.o-pub-wrapper .o-block-breadcrumbs-4 nav {
  padding: 0;
}

.o-pub-wrapper .o-block-breadcrumbs-4 nav ul {
  padding: 0;
  margin-bottom: 2.2em;
  background-color: transparent;
}

.o-pub-wrapper .o-block-breadcrumbs-4 nav ul .c-breadcrumb__item span {
  margin: 0 1em 0 0;
  color: #9bd0f0;
  position: relative;
  padding: 0;
}

.o-pub-wrapper .o-block-breadcrumbs-4 nav ul .c-breadcrumb__item a {
  padding: 0;
  color: #9bd0f0;
}

.o-pub-wrapper .o-block-breadcrumbs-4 nav ul .c-breadcrumb__item:nth-child(2) {
  padding-left: 1em;
}

.o-pub-wrapper .o-block-breadcrumbs-4 nav ul .c-breadcrumb__item:nth-child(3) {
  padding-left: 1em;
}

.o-pub-wrapper .o-block-breadcrumbs-4 nav ul .c-breadcrumb__item:nth-child(4) {
  padding-left: 1em;
  opacity: 0.6;
}

.o-pub-wrapper .o-container.o-meta-content-area {
  padding-top: 6em;
}

@media (min-width: 1155px) {
  .o-pub-wrapper .o-container.o-meta-content-area {
    padding-top: 5em;
  }
}
@supports (display: grid) {
  @media (min-width: 768px) {
    .o-pub-wrapper .o-container.o-meta-content-area .o-grid--2-col {
      grid-template-columns: 1.3fr 0.7fr;
    }
  }
}
.o-pub-wrapper .o-container.o-meta-content-area .o-grid--2-col h1 {
  margin-bottom: 1.3em;
  font-size: 1.75em;
  line-height: 1.2;
  position: relative;
}

@media all and (min-width: 768px) {
  .o-pub-wrapper .o-container.o-meta-content-area .o-grid--2-col h1 {
    font-size: 2.22em;
  }
}
@media all and (min-width: 1155px) {
  .o-pub-wrapper .o-container.o-meta-content-area .o-grid--2-col h1 {
    font-size: 2em;
  }
}
@media all and (min-width: 1800px) {
  .o-pub-wrapper .o-container.o-meta-content-area .o-grid--2-col h1 {
    font-size: 2.27em;
  }
}
@supports (display: grid) {
  @media (min-width: 768px) {
    .o-pub-wrapper .o-container.o-meta-content-area .o-grid--2-col h1 {
      grid-column: 1;
    }
  }
}
.o-pub-wrapper .o-container.o-meta-content-area .o-grid--2-col .o-content-area {
  position: relative;
}

.o-pub-wrapper .o-container.o-meta-content-area .o-pub-block {
  border-top: 2px solid #9bd0f0;
  padding-top: 1em;
  margin-bottom: 2.2em;
}

.o-pub-wrapper .o-container.o-meta-content-area .o-pub-block .o-item {
  padding-top: 1em;
  padding-bottom: 0;
}

@media (min-width: 768px) {
  .o-pub-wrapper .o-container.o-meta-content-area .o-pub-block .o-item {
    padding-top: 0;
    padding-bottom: 1em;
  }
}
.o-pub-wrapper .o-container.o-meta-content-area .o-pub-block h4 {
  color: #9bd0f0;
  grid-column: 1/-1;
}

.o-pub-wrapper .o-content-authors .key, .o-pub-wrapper .o-authors .key, .o-pub-wrapper .o-labs-stps .key {
  position: relative;
  margin-top: 2.2em;
}

@media (min-width: 480px) {
  .o-pub-wrapper .o-content-authors .key, .o-pub-wrapper .o-authors .key, .o-pub-wrapper .o-labs-stps .key {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
  }
  .o-pub-wrapper .o-content-authors .key div, .o-pub-wrapper .o-authors .key div, .o-pub-wrapper .o-labs-stps .key div {
    width: 50%;
    margin-top: 0;
  }
}
@supports (display: grid) {
  @media (min-width: 480px) {
    .o-pub-wrapper .o-content-authors .key, .o-pub-wrapper .o-authors .key, .o-pub-wrapper .o-labs-stps .key {
      display: grid;
      grid-template-columns: 1fr 1fr;
    }
    .o-pub-wrapper .o-content-authors .key div, .o-pub-wrapper .o-authors .key div, .o-pub-wrapper .o-labs-stps .key div {
      width: 100%;
      grid-row: 1;
    }
    .o-pub-wrapper .o-content-authors .key div.legend:nth-child(2), .o-pub-wrapper .o-authors .key div.legend:nth-child(2), .o-pub-wrapper .o-labs-stps .key div.legend:nth-child(2) {
      grid-row: 2;
    }
  }
}
.o-pub-wrapper .o-content-authors .key .legend, .o-pub-wrapper .o-authors .key .legend, .o-pub-wrapper .o-labs-stps .key .legend {
  position: relative;
  padding-left: 3em;
  margin-bottom: 1em;
  grid-column: 1;
}

.o-pub-wrapper .o-content-authors {
  -webkit-transition: 0.5 ease;
  transition: 0.5 ease;
}

.o-pub-wrapper .o-content-authors span, .o-pub-wrapper .o-content-authors a[href^="/research"] {
  padding: 0;
  display: inline-block;
  font-size: 1.1em;
  margin: 0 1em 1em 0;
  position: relative;
  text-decoration: underline;
  text-decoration-color: #b3b3b3;
}

.o-pub-wrapper .o-content-authors a[href^="/research"] {
  border-bottom: none;
  text-decoration-color: #007bc7;
}

.o-pub-wrapper .o-content-authors a[href^="/research"]:hover {
  text-decoration-color: transparent;
}

.o-pub-wrapper .o-content-authors .jump-authors-teams {
  margin-top: 2.2em;
}

.o-pub-wrapper .o-content-authors .jump-authors-teams a {
  text-decoration: none;
  margin-right: 1em;
  color: #b3b3b3;
  -ms-flex-item-align: center;
      align-self: center;
  margin-right: 1em;
  margin-top: 3.5em;
}

.o-pub-wrapper .o-content-authors .jump-authors-teams a svg.o-icon.c-accordion__icon {
  margin-left: 1em;
  width: 0.8em;
  height: 1em;
  color: #9bd0f0;
}

.o-pub-wrapper .o-content-authors .jump-authors-teams a svg.o-icon.c-accordion__icon:hover {
  color: #ffffff;
}

.o-pub-wrapper .o-content-authors .jump-authors-teams a:hover {
  text-decoration-color: transparent;
}

.o-pub-wrapper .o-content-authors .show-authors-btn {
  background-color: #9bd0f0;
  color: #000000;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  padding: 0.2em 0.3em;
  display: inline-block;
}

.o-pub-wrapper .o-content-authors .show-authors-btn:hover {
  background-color: #ffffff;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  cursor: pointer;
}

.o-pub-wrapper .o-content-authors .author.show {
  position: static;
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.o-pub-wrapper .o-content-authors .author.hide {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.o-pub-wrapper .first::before {
  display: inline-block;
  padding: 0.5em 0 0 0;
  background-color: rgb(1, 1, 15);
  border: 1px solid #b3b3b3;
  font-size: 0.87em;
  line-height: 1.2;
  position: absolute;
  color: #ffffff;
  z-index: 1;
  top: 0;
  left: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 3em;
  height: 2.5em;
  text-align: center;
  content: "1st";
}

@media all and (min-width: 768px) {
  .o-pub-wrapper .first::before {
    font-size: 0.78em;
  }
}
@media all and (min-width: 1155px) {
  .o-pub-wrapper .first::before {
    font-size: 0.7em;
  }
}
@media all and (min-width: 1800px) {
  .o-pub-wrapper .first::before {
    font-size: 0.72em;
  }
}
.o-pub-wrapper .co::before {
  display: inline-block;
  padding: 0.5em 0 0 0;
  background-color: rgb(1, 1, 15);
  border: 1px solid #b3b3b3;
  font-size: 0.87em;
  line-height: 1.2;
  position: absolute;
  color: #ffffff;
  z-index: 1;
  top: 0;
  left: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 3em;
  height: 2.5em;
  text-align: center;
  content: "Co";
}

@media all and (min-width: 768px) {
  .o-pub-wrapper .co::before {
    font-size: 0.78em;
  }
}
@media all and (min-width: 1155px) {
  .o-pub-wrapper .co::before {
    font-size: 0.7em;
  }
}
@media all and (min-width: 1800px) {
  .o-pub-wrapper .co::before {
    font-size: 0.72em;
  }
}
.o-pub-wrapper .ack::before {
  display: inline-block;
  padding: 0.5em 0 0 0;
  background-color: rgb(1, 1, 15);
  border: 1px solid #b3b3b3;
  font-size: 0.87em;
  line-height: 1.2;
  position: absolute;
  color: #ffffff;
  z-index: 1;
  top: 0;
  left: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 3em;
  height: 2.5em;
  text-align: center;
  content: "Ack";
}

@media all and (min-width: 768px) {
  .o-pub-wrapper .ack::before {
    font-size: 0.78em;
  }
}
@media all and (min-width: 1155px) {
  .o-pub-wrapper .ack::before {
    font-size: 0.7em;
  }
}
@media all and (min-width: 1800px) {
  .o-pub-wrapper .ack::before {
    font-size: 0.72em;
  }
}
.o-pub-wrapper .o-content-authors span:hover .first::after, .o-pub-wrapper .o-content-authors span:hover .co::after, .o-pub-wrapper .o-content-authors span:hover ~ .key .legend::before {
  border-color: #9bd0f0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.o-pub-wrapper .legend:hover::before {
  border-color: #9bd0f0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.o-labs-stps .acknowledged::after {
  display: inline-block;
  padding: 0.5em 0 0 0;
  background-color: rgb(1, 1, 15);
  border: 1px solid #b3b3b3;
  font-size: 0.87em;
  line-height: 1.2;
  position: absolute;
  color: #ffffff;
  z-index: 1;
  top: 0;
  left: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 3em;
  height: 2.5em;
  text-align: center;
  content: "Ack";
}

@media all and (min-width: 768px) {
  .o-labs-stps .acknowledged::after {
    font-size: 0.78em;
  }
}
@media all and (min-width: 1155px) {
  .o-labs-stps .acknowledged::after {
    font-size: 0.7em;
  }
}
@media all and (min-width: 1800px) {
  .o-labs-stps .acknowledged::after {
    font-size: 0.72em;
  }
}
.o-pub-wrapper .o-meta-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}

@media (min-width: 480px) {
  .o-pub-wrapper .o-meta-area > div {
    width: 50%;
  }
  .o-pub-wrapper .o-meta-area > div:nth-child(even) {
    padding-left: 30px;
  }
}
@media (min-width: 768px) {
  .o-pub-wrapper .o-meta-area > div {
    width: 100%;
  }
}
@supports (display: grid) {
  @media (min-width: 480px) {
    .o-pub-wrapper .o-meta-area {
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-gap: 30px;
      grid-template-rows: -webkit-min-content;
      grid-template-rows: min-content;
    }
    .o-pub-wrapper .o-meta-area > div {
      width: 100%;
    }
    .o-pub-wrapper .o-meta-area > div:nth-child(even) {
      padding-left: 0;
    }
  }
  @media (min-width: 480px) and (min-width: 768px) {
    .o-pub-wrapper .o-meta-area {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-flow: column nowrap;
              flex-flow: column nowrap;
    }
  }
}
.o-pub-wrapper .o-meta-area .o-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1em 0;
}

.o-pub-wrapper .o-meta-area .o-item .label {
  font-size: 0.87em;
  line-height: 1.2;
  color: #b3b3b3;
  width: 25%;
  -ms-flex-item-align: center;
      align-self: center;
  margin-right: 1em;
}

@media all and (min-width: 768px) {
  .o-pub-wrapper .o-meta-area .o-item .label {
    font-size: 0.78em;
  }
}
@media all and (min-width: 1155px) {
  .o-pub-wrapper .o-meta-area .o-item .label {
    font-size: 0.7em;
  }
}
@media all and (min-width: 1800px) {
  .o-pub-wrapper .o-meta-area .o-item .label {
    font-size: 0.72em;
  }
}
.o-pub-wrapper .o-meta-area .o-item .data {
  color: #ffffff;
  font-size: 1.12em;
  line-height: 1.4;
  overflow-wrap: break-word;
  word-break: break-word;
  width: 74%;
  -ms-flex-item-align: start;
      align-self: start;
}

@media all and (min-width: 768px) {
  .o-pub-wrapper .o-meta-area .o-item .data {
    font-size: 1em;
  }
}
@media all and (min-width: 1155px) {
  .o-pub-wrapper .o-meta-area .o-item .data {
    font-size: 1em;
  }
}
@media all and (min-width: 1800px) {
  .o-pub-wrapper .o-meta-area .o-item .data {
    font-size: 1.09em;
  }
}
.o-pub-wrapper .o-meta-area .o-item.o-volume, .o-pub-wrapper .o-meta-area .o-item.o-issue-no, .o-pub-wrapper .o-meta-area .o-item.o-online-date, .o-pub-wrapper .o-meta-area .o-item.o-print-date, .o-pub-wrapper .o-meta-area .o-item.o-free-text, .o-pub-wrapper .o-meta-area .o-item.o-taxonomy-list:nth-last-child(1) {
  border-bottom: none;
  padding: 1em 0 0 0;
}

.o-pub-wrapper .o-meta-area .o-links-block a {
  text-decoration-color: #9bd0f0;
}

.o-pub-wrapper .o-meta-area .o-links-block .o-figshare-download {
  position: relative;
}

.o-pub-wrapper .o-meta-area .o-links-block .o-figshare-download .o-icon-document {
  margin-right: 1em;
}

.o-pub-wrapper .o-meta-area .o-links-block .o-figshare-download .o-icon-document .c-document {
  width: 1.2em;
  position: relative;
  top: 0.3em;
  stroke: #9bd0f0;
  fill: #9bd0f0;
}

.o-pub-wrapper .o-meta-area .social-share {
  position: relative;
  padding-bottom: 0.5em;
  grid-column: 1/-1;
}

.o-pub-wrapper .o-meta-area .social-share .o-icon-document .c-document {
  width: 1.2em;
  position: relative;
  top: 0.3em;
  stroke: #9bd0f0;
  fill: #9bd0f0;
}

.o-pub-wrapper .o-meta-area .social-share .o-icon-document .c-document:hover {
  stroke: #ffffff;
  fill: #ffffff;
}

.o-pub-wrapper .o-taxonomy-block .o-taxonomy-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  min-width: 0;
}

.o-pub-wrapper .o-taxonomy-block .o-taxonomy-list .label {
  width: auto;
  -ms-flex-item-align: start;
      align-self: start;
  padding-bottom: 1em;
}

.o-pub-wrapper .o-taxonomy-block .o-taxonomy-list ul {
  overflow: hidden;
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.o-pub-wrapper .o-taxonomy-block .o-taxonomy-list ul li.o-taxonomy {
  padding: 0;
  margin: 0;
  min-width: 0;
}

.o-pub-wrapper .o-taxonomy-block .o-taxonomy-list ul li.o-taxonomy a {
  padding: 0;
  margin-bottom: 2px;
  background-color: initial;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.o-pub-wrapper .o-taxonomy-block .o-taxonomy-list ul li.o-taxonomy a span {
  font-size: 1.12em;
  line-height: 1.4;
  padding: 0.3em 0.4em;
  background: none;
  background-color: #9bd0f0;
  color: #000000;
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  letter-spacing: -0.01em;
  margin-right: 2px;
}

@media all and (min-width: 768px) {
  .o-pub-wrapper .o-taxonomy-block .o-taxonomy-list ul li.o-taxonomy a span {
    font-size: 1em;
  }
}
@media all and (min-width: 1155px) {
  .o-pub-wrapper .o-taxonomy-block .o-taxonomy-list ul li.o-taxonomy a span {
    font-size: 1em;
  }
}
@media all and (min-width: 1800px) {
  .o-pub-wrapper .o-taxonomy-block .o-taxonomy-list ul li.o-taxonomy a span {
    font-size: 1.09em;
  }
}
@media (min-width: 768px) {
  .o-pub-wrapper .o-taxonomy-block .o-taxonomy-list ul li.o-taxonomy a span {
    white-space: nowrap;
    letter-spacing: inherit;
  }
}
.o-pub-wrapper .o-taxonomy-block .o-taxonomy-list ul li.o-taxonomy a:hover span {
  background-color: #ffffff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.o-pub-wrapper .o-news-teaser {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
}

.o-pub-wrapper .o-news-teaser .c-publication-news__img {
  width: 50%;
}

.o-pub-wrapper .o-news-teaser .c-publication-news__summary {
  padding-left: 1em;
}

.o-pub-wrapper .o-news-teaser:hover .c-teaser__img {
  -webkit-transform: perspective(500px) scale(0.9) rotateX(0deg) rotateY(7.5deg);
          transform: perspective(500px) scale(0.9) rotateX(0deg) rotateY(7.5deg);
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.o-pub-wrapper .o-news-teaser:hover h3 {
  text-decoration: underline;
  text-decoration-color: #9bd0f0;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.o-altmetric {
  position: relative;
  margin-top: 1em;
}

.o-altmetric .altmetric-embed a {
  position: relative;
}

.o-altmetric .altmetric-embed a img {
  position: relative;
  z-index: 1;
}

.o-altmetric .altmetric-embed a::after {
  position: absolute;
  content: "";
  width: 2.7em;
  height: 2.7em;
  border-radius: 50%;
  background-color: #ffffff;
  z-index: 0;
  top: 0.6em;
  left: 0.6em;
  display: inline-block;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

@media (min-width: 768px) {
  .o-altmetric .altmetric-embed a::after {
    width: 2.5em;
    height: 2.5em;
    top: 0.3em;
    left: 0.3em;
  }
}
.o-altmetric .altmetric-embed a:hover::after {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: 0px 0px 15px #ffffff;
          box-shadow: 0px 0px 15px #ffffff;
}

.open-access-badge {
  bottom: -2.5em;
  right: 0;
  padding-right: 2em;
  font-size: 0.4em;
  width: 12em;
  color: rgb(1, 1, 15);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
}

.open-access-badge .c-open-access {
  width: 2.5em;
  height: 2.5em;
  position: absolute;
  right: 0;
  bottom: 0;
  stroke: #f68212;
  fill: #f68212;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.open-access-badge:hover .c-open-access {
  stroke: #9bd0f0;
  fill: #9bd0f0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.open-access-badge a {
  text-decoration-color: transparent;
  color: transparent;
}

.open-access-badge:hover a {
  color: #ffffff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.open-access-badge:hover a:hover {
  text-decoration: underline;
  text-decoration-color: #9bd0f0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.o-pub-wrapper .o-authors-teams {
  position: relative;
  z-index: 1;
}

.o-pub-wrapper .o-labs-stps {
  border-top: 2px solid #9bd0f0;
  color: #ffffff;
  padding-top: 1em;
  margin-bottom: 4em;
}

.o-pub-wrapper .o-labs-stps h4 {
  color: #9bd0f0;
  margin-bottom: 1em;
}

.o-pub-wrapper .o-labs-stps .o-grid div, .o-pub-wrapper .o-labs-stps .o-grid .o-item.acknowledged {
  position: relative;
}

.o-pub-wrapper .o-labs-stps .o-grid div .c-teaser__title h3, .o-pub-wrapper .o-labs-stps .o-grid .o-item.acknowledged .c-teaser__title h3 {
  text-shadow: none;
  -webkit-box-shadow: inset 0 -2px 0 0 #007BC7;
          box-shadow: inset 0 -2px 0 0 #007BC7;
}

.o-pub-wrapper .o-labs-stps .o-grid div .c-teaser__title h3:hover, .o-pub-wrapper .o-labs-stps .o-grid .o-item.acknowledged .c-teaser__title h3:hover {
  -webkit-box-shadow: inset 0 -2px 0 0 transparent;
          box-shadow: inset 0 -2px 0 0 transparent;
}

.o-pub-wrapper .o-labs-stps .o-grid div article:hover .c-teaser__content .c-teaser__title h3, .o-pub-wrapper .o-labs-stps .o-grid .o-item.acknowledged article:hover .c-teaser__content .c-teaser__title h3 {
  text-shadow: none;
  -webkit-box-shadow: inset 0 -2px 0 0 transparent;
          box-shadow: inset 0 -2px 0 0 transparent;
}

.o-pub-wrapper .o-authors {
  color: #ffffff;
  border-top: 2px solid #9bd0f0;
  padding-top: 1em;
  margin-bottom: 3em;
}

.o-pub-wrapper .o-authors h4 {
  color: #9bd0f0;
  margin-bottom: 1em;
}

.o-pub-wrapper .o-authors .o-grid__item {
  position: relative;
}

.o-pub-wrapper .o-authors .o-grid__item.first-author::before {
  display: inline-block;
  padding: 0.5em 0 0 0;
  background-color: rgb(1, 1, 15);
  border: 1px solid #b3b3b3;
  font-size: 0.87em;
  line-height: 1.2;
  position: absolute;
  color: #ffffff;
  z-index: 1;
  top: 0;
  left: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 3em;
  height: 2.5em;
  text-align: center;
  content: "1st";
}

@media all and (min-width: 768px) {
  .o-pub-wrapper .o-authors .o-grid__item.first-author::before {
    font-size: 0.78em;
  }
}
@media all and (min-width: 1155px) {
  .o-pub-wrapper .o-authors .o-grid__item.first-author::before {
    font-size: 0.7em;
  }
}
@media all and (min-width: 1800px) {
  .o-pub-wrapper .o-authors .o-grid__item.first-author::before {
    font-size: 0.72em;
  }
}
.o-pub-wrapper .o-authors .o-grid__item.co-author::after {
  display: inline-block;
  padding: 0.5em 0 0 0;
  background-color: rgb(1, 1, 15);
  border: 1px solid #b3b3b3;
  font-size: 0.87em;
  line-height: 1.2;
  position: absolute;
  color: #ffffff;
  z-index: 1;
  top: 0;
  left: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 3em;
  height: 2.5em;
  text-align: center;
  content: "Co";
}

@media all and (min-width: 768px) {
  .o-pub-wrapper .o-authors .o-grid__item.co-author::after {
    font-size: 0.78em;
  }
}
@media all and (min-width: 1155px) {
  .o-pub-wrapper .o-authors .o-grid__item.co-author::after {
    font-size: 0.7em;
  }
}
@media all and (min-width: 1800px) {
  .o-pub-wrapper .o-authors .o-grid__item.co-author::after {
    font-size: 0.72em;
  }
}
.o-pub-wrapper .o-authors .o-grid__item.first-author.co-author::after {
  left: 3.5em;
}

.o-pub-wrapper .o-authors .o-grid__item article .c-teaser__content {
  margin-left: 0;
  padding-right: 1em;
}

.o-pub-wrapper .o-authors .o-grid__item article .c-teaser__content .c-teaser__title h3 {
  text-shadow: none;
  -webkit-box-shadow: inset 0 -2px 0 0 #007BC7;
          box-shadow: inset 0 -2px 0 0 #007BC7;
}

.o-pub-wrapper .o-authors .o-grid__item article .c-teaser__content .c-teaser__title h3:hover {
  -webkit-box-shadow: inset 0 -2px 0 0 transparent;
          box-shadow: inset 0 -2px 0 0 transparent;
}

.o-pub-wrapper .o-authors .o-grid__item article:hover .c-teaser__content a .c-teaser__title h3 {
  -webkit-box-shadow: inset 0 -2px 0 0 transparent;
          box-shadow: inset 0 -2px 0 0 transparent;
}

.c-publication-teaser {
  margin-bottom: 2.2em;
  position: relative;
  -webkit-box-shadow: 0 10px 10px rgba(128, 128, 128, 0.1019607843);
          box-shadow: 0 10px 10px rgba(128, 128, 128, 0.1019607843);
  border: 1px solid rgba(211, 211, 211, 0.2705882353);
  border-top: none;
}

.c-publication-teaser .shard-border {
  background-color: #9bd0f0 !important;
  position: absolute;
  background-position: top left;
  top: -2px;
  background-size: 100% auto;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  z-index: -1;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  left: -2px;
}

.c-publication-teaser:hover .shard-border {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  background-position: bottom right;
}

.c-publication-teaser .o-grid.o-grid--2-col.o-publication-teaser {
  padding: 1em;
  background-color: #fff;
  z-index: 2;
}

.c-publication-teaser .o-grid.o-grid--2-col.o-publication-teaser h2 {
  padding-right: 1em;
  font-size: 1.25em;
  line-height: 1.2;
}

@media all and (min-width: 768px) {
  .c-publication-teaser .o-grid.o-grid--2-col.o-publication-teaser h2 {
    font-size: 1.22em;
  }
}
@media all and (min-width: 1155px) {
  .c-publication-teaser .o-grid.o-grid--2-col.o-publication-teaser h2 {
    font-size: 1.2em;
  }
}
@media all and (min-width: 1800px) {
  .c-publication-teaser .o-grid.o-grid--2-col.o-publication-teaser h2 {
    font-size: 1.27em;
  }
}
.c-publication-teaser .o-grid.o-grid--2-col.o-publication-teaser h2 a,
.c-publication-teaser .o-grid.o-grid--2-col.o-publication-teaser h2 button {
  text-decoration: none;
}

.c-publication-teaser .o-grid.o-grid--2-col.o-publication-teaser h2 a:hover, .c-publication-teaser .o-grid.o-grid--2-col.o-publication-teaser h2 a:focus,
.c-publication-teaser .o-grid.o-grid--2-col.o-publication-teaser h2 button:hover,
.c-publication-teaser .o-grid.o-grid--2-col.o-publication-teaser h2 button:focus {
  text-decoration: none;
}

.c-publication-teaser .o-grid.o-grid--2-col.o-publication-teaser h2 a:hover > span, .c-publication-teaser .o-grid.o-grid--2-col.o-publication-teaser h2 a:focus > span,
.c-publication-teaser .o-grid.o-grid--2-col.o-publication-teaser h2 button:hover > span,
.c-publication-teaser .o-grid.o-grid--2-col.o-publication-teaser h2 button:focus > span {
  background-size: 100% 100%;
}

.c-publication-teaser .o-grid.o-grid--2-col.o-publication-teaser h2 a > span,
.c-publication-teaser .o-grid.o-grid--2-col.o-publication-teaser h2 button > span {
  position: relative;
  width: 100%;
  background-image: linear-gradient(transparent calc(100% - 2px), currentColor 2px);
  background-repeat: no-repeat;
  background-size: 0% 100%;
  -webkit-transition: background-size 0.3s;
  transition: background-size 0.3s;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
}

.c-publication-teaser .o-grid.o-grid--2-col.o-publication-teaser h2 a > span {
  background-image: linear-gradient(transparent calc(100% - 2px), #007bc7 2px);
}

@media (min-width: 768px) {
  .c-publication-teaser .o-grid.o-grid--2-col.o-publication-teaser h2 {
    width: 60%;
  }
}
.c-publication-teaser .o-grid.o-grid--2-col.o-publication-teaser .c-teaser-authors {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  width: 100%;
}

.c-publication-teaser .o-grid.o-grid--2-col.o-publication-teaser .c-teaser-authors .label {
  color: #2d2d2d;
  text-decoration: none;
  font-size: 0.8em;
  line-height: 1;
  width: 100%;
  padding-bottom: 0.2em;
}

.c-publication-teaser .o-grid.o-grid--2-col.o-publication-teaser .c-teaser-authors .data {
  line-height: 1;
  font-weight: 500;
  width: 100%;
}

@media (min-width: 768px) {
  .c-publication-teaser .o-grid.o-grid--2-col.o-publication-teaser .c-teaser-authors {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .c-publication-teaser .o-grid.o-grid--2-col.o-publication-teaser .c-teaser-authors .label {
    width: 25%;
    -ms-flex-item-align: center;
        align-self: center;
    padding-bottom: 0;
  }
  .c-publication-teaser .o-grid.o-grid--2-col.o-publication-teaser .c-teaser-authors .data {
    width: 72%;
    -ms-flex-item-align: center;
        align-self: center;
    padding-left: 0.5em;
  }
}
@media (min-width: 768px) {
  .c-publication-teaser .o-grid.o-grid--2-col.o-publication-teaser .c-teaser-authors {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .c-publication-teaser .o-grid.o-grid--2-col.o-publication-teaser .c-teaser-authors .label {
    width: 100%;
    -ms-flex-item-align: initial;
        align-self: initial;
    padding-bottom: 0.5em;
  }
  .c-publication-teaser .o-grid.o-grid--2-col.o-publication-teaser .c-teaser-authors .data {
    width: 100%;
    -ms-flex-item-align: initial;
        align-self: initial;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .c-publication-teaser .o-grid.o-grid--2-col.o-publication-teaser .c-teaser-authors {
    width: 60%;
  }
  .c-publication-teaser .o-grid.o-grid--2-col.o-publication-teaser .c-teaser-authors .label {
    padding-bottom: 0.5em;
  }
}
.c-publication-teaser .o-grid.o-grid--2-col.o-publication-teaser .c-teaser-authors .elipsis {
  color: #2d2d2d;
  text-decoration: none;
  font-size: 0.8em;
  line-height: 1;
  padding-right: 1em;
}

.c-publication-teaser .o-grid.o-grid--2-col.o-publication-teaser .c-teaser-meta {
  padding-top: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

@media (min-width: 768px) {
  .c-publication-teaser .o-grid.o-grid--2-col.o-publication-teaser .c-teaser-meta {
    display: initial;
    padding-bottom: 1em;
  }
}
.c-publication-teaser .o-grid.o-grid--2-col.o-publication-teaser .c-teaser-meta .c-teaser-journal-meta {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

.c-publication-teaser .o-grid.o-grid--2-col.o-publication-teaser .c-teaser-meta .c-teaser-journal-meta .label {
  color: #2d2d2d;
  text-decoration: none;
  font-size: 0.8em;
  line-height: 1;
  width: 100%;
  padding-bottom: 0.2em;
}

.c-publication-teaser .o-grid.o-grid--2-col.o-publication-teaser .c-teaser-meta .c-teaser-journal-meta .data {
  line-height: 1;
  font-weight: 500;
  width: 100%;
}

@media (min-width: 768px) {
  .c-publication-teaser .o-grid.o-grid--2-col.o-publication-teaser .c-teaser-meta .c-teaser-journal-meta {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .c-publication-teaser .o-grid.o-grid--2-col.o-publication-teaser .c-teaser-meta .c-teaser-journal-meta .label {
    width: 25%;
    -ms-flex-item-align: center;
        align-self: center;
    padding-bottom: 0;
  }
  .c-publication-teaser .o-grid.o-grid--2-col.o-publication-teaser .c-teaser-meta .c-teaser-journal-meta .data {
    width: 72%;
    -ms-flex-item-align: center;
        align-self: center;
    padding-left: 0.5em;
  }
}
.c-publication-teaser .o-grid.o-grid--2-col.o-publication-teaser .c-teaser-meta .o-journal.o-item {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

.c-publication-teaser .o-grid.o-grid--2-col.o-publication-teaser .c-teaser-meta .o-journal.o-item .label {
  color: #2d2d2d;
  text-decoration: none;
  font-size: 0.8em;
  line-height: 1;
  width: 100%;
  padding-bottom: 0.2em;
}

.c-publication-teaser .o-grid.o-grid--2-col.o-publication-teaser .c-teaser-meta .o-journal.o-item .data {
  line-height: 1;
  font-weight: 500;
  width: 100%;
}

@media (min-width: 768px) {
  .c-publication-teaser .o-grid.o-grid--2-col.o-publication-teaser .c-teaser-meta .o-journal.o-item {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .c-publication-teaser .o-grid.o-grid--2-col.o-publication-teaser .c-teaser-meta .o-journal.o-item .label {
    width: 25%;
    -ms-flex-item-align: center;
        align-self: center;
    padding-bottom: 0;
  }
  .c-publication-teaser .o-grid.o-grid--2-col.o-publication-teaser .c-teaser-meta .o-journal.o-item .data {
    width: 72%;
    -ms-flex-item-align: center;
        align-self: center;
    padding-left: 0.5em;
  }
}
.c-publication-teaser .o-grid.o-grid--2-col.o-publication-teaser .c-teaser-meta .o-journal.o-item .data {
  padding-right: 1em;
  padding-left: 0;
}

@media (min-width: 768px) {
  .c-publication-teaser .o-grid.o-grid--2-col.o-publication-teaser .c-teaser-meta .o-journal.o-item .data {
    padding-bottom: 0.5em;
  }
}
.c-publication-teaser .o-grid.o-grid--2-col.o-publication-teaser .c-teaser-meta .o-print-date.o-item {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

.c-publication-teaser .o-grid.o-grid--2-col.o-publication-teaser .c-teaser-meta .o-print-date.o-item .label {
  color: #2d2d2d;
  text-decoration: none;
  font-size: 0.8em;
  line-height: 1;
  width: 100%;
  padding-bottom: 0.2em;
}

.c-publication-teaser .o-grid.o-grid--2-col.o-publication-teaser .c-teaser-meta .o-print-date.o-item .data {
  line-height: 1;
  font-weight: 500;
  width: 100%;
}

@media (min-width: 768px) {
  .c-publication-teaser .o-grid.o-grid--2-col.o-publication-teaser .c-teaser-meta .o-print-date.o-item {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .c-publication-teaser .o-grid.o-grid--2-col.o-publication-teaser .c-teaser-meta .o-print-date.o-item .label {
    width: 25%;
    -ms-flex-item-align: center;
        align-self: center;
    padding-bottom: 0;
  }
  .c-publication-teaser .o-grid.o-grid--2-col.o-publication-teaser .c-teaser-meta .o-print-date.o-item .data {
    width: 72%;
    -ms-flex-item-align: center;
        align-self: center;
    padding-left: 0.5em;
  }
}
.c-publication-teaser .o-grid.o-grid--2-col.o-publication-teaser .c-teaser-meta .o-labs-stps.o-item {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  margin-top: 1em;
  width: 100%;
}

.c-publication-teaser .o-grid.o-grid--2-col.o-publication-teaser .c-teaser-meta .o-labs-stps.o-item .label {
  color: #2d2d2d;
  text-decoration: none;
  font-size: 0.8em;
  line-height: 1;
  width: 100%;
  padding-bottom: 0.2em;
}

.c-publication-teaser .o-grid.o-grid--2-col.o-publication-teaser .c-teaser-meta .o-labs-stps.o-item .data {
  line-height: 1;
  font-weight: 500;
  width: 100%;
}

@media (min-width: 768px) {
  .c-publication-teaser .o-grid.o-grid--2-col.o-publication-teaser .c-teaser-meta .o-labs-stps.o-item {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .c-publication-teaser .o-grid.o-grid--2-col.o-publication-teaser .c-teaser-meta .o-labs-stps.o-item .label {
    width: 25%;
    -ms-flex-item-align: center;
        align-self: center;
    padding-bottom: 0;
  }
  .c-publication-teaser .o-grid.o-grid--2-col.o-publication-teaser .c-teaser-meta .o-labs-stps.o-item .data {
    width: 72%;
    -ms-flex-item-align: center;
        align-self: center;
    padding-left: 0.5em;
  }
}
@media (min-width: 768px) {
  .c-publication-teaser .o-grid.o-grid--2-col.o-publication-teaser .c-teaser-meta .o-labs-stps.o-item {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .c-publication-teaser .o-grid.o-grid--2-col.o-publication-teaser .c-teaser-meta .o-labs-stps.o-item .label {
    width: 100%;
    -ms-flex-item-align: initial;
        align-self: initial;
    padding-bottom: 0.5em;
  }
  .c-publication-teaser .o-grid.o-grid--2-col.o-publication-teaser .c-teaser-meta .o-labs-stps.o-item .data {
    width: 100%;
    -ms-flex-item-align: initial;
        align-self: initial;
    padding-left: 0;
  }
}
.c-publication-teaser .o-grid.o-grid--2-col.o-publication-teaser .c-teaser-meta .more-detail {
  padding-top: 0.5em;
  margin: auto;
}

@media (min-width: 768px) {
  .c-publication-teaser .o-grid.o-grid--2-col.o-publication-teaser .c-teaser-meta .more-detail {
    margin: 0;
  }
}
.c-publication-teaser .o-grid.o-grid--2-col.o-publication-teaser .c-teaser-meta .more-detail .o-button--black {
  background-color: #f6f6f6;
  padding: 0.5em;
  color: #000000;
  border: 1px solid #007bc7;
}

.c-publication-teaser .o-grid.o-grid--2-col.o-publication-teaser .c-teaser-meta .more-detail .o-button--black:hover {
  color: #ffffff;
}

.c-publication-teaser .o-grid.o-grid--2-col.o-publication-teaser .c-teaser-meta .more-detail .o-button--black:hover:before {
  background-color: #000000;
}

@media (min-width: 768px) {
  .c-publication-teaser .o-grid.o-grid--2-col.o-publication-teaser .c-teaser-meta {
    width: 40%;
    padding-left: 2.2em;
    padding-top: 0;
    border-top: none;
  }
}
@supports (display: grid) {
  @media (min-width: 768px) {
    .c-publication-teaser .o-grid.o-grid--2-col.o-publication-teaser {
      grid-template-columns: 1.3fr 0.8fr;
      grid-gap: 0.5em 1em;
    }
  }
  @media (min-width: 768px) and (min-width: 1400px) {
    .c-publication-teaser .o-grid.o-grid--2-col.o-publication-teaser {
      grid-gap: 0.5em 2.2em;
    }
  }
  @media (min-width: 768px) {
    .c-publication-teaser .o-grid.o-grid--2-col.o-publication-teaser h2 {
      grid-row: 1;
      grid-column: 1;
      width: 100%;
    }
    .c-publication-teaser .o-grid.o-grid--2-col.o-publication-teaser .c-teaser-authors {
      grid-row: 2;
      grid-column: 1;
      width: 100%;
    }
    .c-publication-teaser .o-grid.o-grid--2-col.o-publication-teaser .c-teaser-meta {
      grid-column: 2;
      grid-row: 1/4;
      width: 100%;
      padding-left: 0;
    }
  }
}
.c-publication-teaser .o-grid.o-grid--2-col.o-publication-teaser .open-access-badge {
  top: 3em;
  bottom: auto;
  right: 0.5em;
}

.c-publication-teaser .o-grid.o-grid--2-col.o-publication-teaser .open-access-badge .c-open-access {
  stroke: #007bc7;
  fill: #007bc7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-publication-teaser .o-grid.o-grid--2-col.o-publication-teaser .c-teaser-authors ul, .c-publication-teaser .o-grid.o-grid--2-col.o-publication-teaser .c-teaser-meta .o-labs-stps ul {
  margin: 0;
  padding: 0;
}

.c-publication-teaser .o-grid.o-grid--2-col.o-publication-teaser .c-teaser-authors ul li, .c-publication-teaser .o-grid.o-grid--2-col.o-publication-teaser .c-teaser-meta .o-labs-stps ul li {
  text-decoration: none;
  display: inline;
  list-style: none;
  position: relative;
  padding: 0;
  font-size: 1em;
  position: relative;
}

.c-publication-teaser .o-grid.o-grid--2-col.o-publication-teaser .c-teaser-authors ul li a, .c-publication-teaser .o-grid.o-grid--2-col.o-publication-teaser .c-teaser-meta .o-labs-stps ul li a {
  text-decoration: none;
}

.c-publication-teaser .o-grid.o-grid--2-col.o-publication-teaser .c-teaser-authors ul li span, .c-publication-teaser .o-grid.o-grid--2-col.o-publication-teaser .c-teaser-meta .o-labs-stps ul li span {
  text-decoration: underline;
  text-decoration-color: #b3b3b3;
  margin: 0 0.8em 0.4em 0;
  display: inline-block;
}

.c-publication-teaser .o-grid.o-grid--2-col.o-publication-teaser .c-teaser-authors ul li a[href^="/research"], .c-publication-teaser .o-grid.o-grid--2-col.o-publication-teaser .c-teaser-authors ul li a[href^="/taxonomy"], .c-publication-teaser .o-grid.o-grid--2-col.o-publication-teaser .c-teaser-meta .o-labs-stps ul li a[href^="/research"], .c-publication-teaser .o-grid.o-grid--2-col.o-publication-teaser .c-teaser-meta .o-labs-stps ul li a[href^="/taxonomy"] {
  margin: 0 0.8em 0.4em 0;
  display: inline-block;
  text-decoration: underline;
  text-decoration-color: #007bc7;
  font-weight: initial;
}

.c-publication-teaser .o-grid.o-grid--2-col.o-publication-teaser .c-teaser-authors ul li a[href^="/research"]:hover, .c-publication-teaser .o-grid.o-grid--2-col.o-publication-teaser .c-teaser-authors ul li a[href^="/taxonomy"]:hover, .c-publication-teaser .o-grid.o-grid--2-col.o-publication-teaser .c-teaser-meta .o-labs-stps ul li a[href^="/research"]:hover, .c-publication-teaser .o-grid.o-grid--2-col.o-publication-teaser .c-teaser-meta .o-labs-stps ul li a[href^="/taxonomy"]:hover {
  text-decoration-color: transparent;
}

.o-publication-views .o-block,
.region-authored-publications-facets .o-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media (min-width: 768px) {
  .o-publication-views .o-block,
  .region-authored-publications-facets .o-block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .o-publication-views .o-block .o-block-title,
  .region-authored-publications-facets .o-block .o-block-title {
    width: 100%;
    min-width: 100%;
  }
  .o-publication-views .o-block .facet-block,
  .region-authored-publications-facets .o-block .facet-block {
    padding-right: 1em;
    width: 20%;
  }
  .o-publication-views .o-block .facet-block h4,
  .region-authored-publications-facets .o-block .facet-block h4 {
    min-height: 3em;
  }
}
@media (min-width: 768px) and (min-width: 1155px) {
  .o-publication-views .o-block .facet-block h4,
  .region-authored-publications-facets .o-block .facet-block h4 {
    min-height: initial;
  }
}
section.paragraph--type--content-block[data-entity-context-next=slice_views] {
  margin-bottom: 2em;
}

section.paragraph--type--slice-views[data-entity-context-prev=content_block] {
  margin-top: 0;
}

.o-publication-views-listing header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

@media (min-width: 768px) {
  .o-publication-views-listing header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
  }
}
.o-publication-views-listing header .pub-view-summary {
  margin-bottom: 1em;
}

@media (min-width: 768px) {
  .o-publication-views-listing header .pub-view-summary {
    margin-bottom: 2em;
  }
}
.o-publication-views-listing header .pub-last-updated {
  margin-bottom: 2em;
}

@media (min-width: 768px) {
  .o-publication-views-listing header .pub-last-updated {
    padding-left: 2em;
  }
}
.c-qqr-publications header {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.c-qqr-publications header .c-facet__strapline {
  width: 100%;
  margin-bottom: 0.5em;
}

.c-qqr-publications .facets-widget-checkbox ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin: 0;
  padding: 0;
}

.c-qqr-publications .facets-widget-checkbox ul .facet-item {
  list-style: none;
  margin: 0 1em 0.5em 0;
}

.c-qqr-publications .facets-widget-checkbox ul .facet-item input[type=checkbox] {
  opacity: 0;
  position: fixed;
  width: 0;
}

.c-qqr-publications .facets-widget-checkbox ul .facet-item label {
  display: inline-block;
  padding: 0.3em 0.6em;
  border: 2px solid #000000;
  border: none;
  color: #000000;
  background-color: #f6f6f6;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
}

.c-qqr-publications .facets-widget-checkbox ul .facet-item label:hover {
  background-color: #000000;
  color: #ffffff;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
  cursor: pointer;
}

.c-qqr-publications .facets-widget-checkbox ul .facet-item input[type=checkbox]:focus + label,
.c-qqr-publications .facets-widget-checkbox ul .facet-item input[type=checkbox]:checked + label {
  background-color: #000000;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
  color: #ffffff;
}

.c-qqr-publications .facets-widget-checkbox ul .facet-item input[type=checkbox]:focus + label {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
}

.c-qqr-publications .facets-widget-checkbox ul .facet-item .facet-item__count {
  font-size: 0.8em;
  opacity: 0.8;
}

.c-teaser--publication--rich {
  margin-bottom: 2em;
}

.c-teaser--publication--rich .c-teaser__inner {
  position: relative;
  overflow: hidden;
}

.c-teaser--publication--rich .c-teaser__inner .c-rich-teaser__image img {
  position: absolute;
  top: 0;
  max-width: initial;
  width: 200%;
  height: auto;
  left: -50%;
  right: 0;
  min-height: 22em;
}

@media (min-width: 768px) {
  .c-teaser--publication--rich .c-teaser__inner .c-rich-teaser__image img {
    left: 0;
    height: 100%;
    width: auto;
  }
}
.c-teaser--publication--rich .c-teaser__content {
  width: 80%;
  background-color: #ffffff;
  padding: 1em;
  margin: 1em auto 1em auto;
  -webkit-box-shadow: 0px 5px 10px 3px rgba(0, 0, 0, 0.151);
          box-shadow: 0px 5px 10px 3px rgba(0, 0, 0, 0.151);
}

@media (min-width: 768px) {
  .c-teaser--publication--rich .c-teaser__content {
    width: 40%;
    margin: 2em 3em 3em auto;
  }
}
.c-teaser--publication--rich .c-teaser__content .c-rich-teaser__title {
  padding-right: 1em;
}

.c-teaser--publication--rich .c-teaser__content h3 {
  font-size: 1.25em;
  line-height: 1.2;
}

@media all and (min-width: 768px) {
  .c-teaser--publication--rich .c-teaser__content h3 {
    font-size: 1.22em;
  }
}
@media all and (min-width: 1155px) {
  .c-teaser--publication--rich .c-teaser__content h3 {
    font-size: 1.2em;
  }
}
@media all and (min-width: 1800px) {
  .c-teaser--publication--rich .c-teaser__content h3 {
    font-size: 1.27em;
  }
}
.c-teaser--publication--rich .c-teaser__content h4 a:hover .o-icon {
  -webkit-transform: translateX(3px);
          transform: translateX(3px);
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.c-teaser--publication--rich .c-teaser__content h4 .o-icon {
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  fill: #007bc7;
}

.c-teaser--publication--rich .c-news-link {
  color: #2d2d2d;
  font-size: 1em;
}

.c-teaser--publication--rich .c-teaser__pub--meta {
  text-align: right;
  padding-left: 1.5em;
}

.c-teaser--publication--rich .c-teaser__pub--meta p {
  margin: 0;
  font-size: 0.8em;
}

.c-teaser--publication--rich .c-teaser__pub--meta p span {
  font-weight: 900;
}

.c-teaser--publication--rich .o-altmetric {
  position: absolute;
  top: -2em;
  right: -2em;
  pointer-events: none;
}

.c-teaser--publication--rich .o-altmetric .altmetric-embed a {
  pointer-events: all;
}

.c-teaser--publication--rich .o-altmetric .altmetric-embed a:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.c-teaser--publication--rich .c-open-access {
  position: absolute;
  height: 1.5em;
  width: 1.5em;
  bottom: 0.5em;
  left: 0.5em;
}

@media (min-width: 768px) {
  .c-teaser--publication--rich--wrapper:nth-child(odd) .o-altmetric {
    left: -2.5em;
  }
  .c-teaser--publication--rich--wrapper:nth-child(odd) .c-teaser__inner::before {
    border-left-width: 80vw;
    border-right-width: 20vw;
    border-top-width: 250px;
  }
  .c-teaser--publication--rich--wrapper:nth-child(odd) .c-teaser__content {
    margin: 2em auto 3em 3em;
  }
  .c-teaser--publication--rich--wrapper .c-teaser__content.left {
    margin: 2em auto 3em 3em;
  }
  .c-teaser--publication--rich--wrapper .c-teaser__content.left .o-altmetric {
    left: -2.5em;
  }
  .c-teaser--publication--rich--wrapper .c-teaser__content.left .c-teaser__inner::before {
    border-left-width: 80vw;
    border-right-width: 20vw;
    border-top-width: 250px;
  }
  .c-teaser--publication--rich--wrapper .c-teaser__content.right {
    margin: 2em 3em 3em auto;
  }
  .c-teaser--publication--rich--wrapper .c-teaser__content.center {
    margin: 2em auto 3em auto;
  }
}
.c-teaser--publication--rich .c-teaser__inner::before {
  position: absolute;
  content: "";
  display: block;
  width: 100;
  border-style: solid;
  z-index: 0;
  left: 0;
  border-color: rgba(190, 157, 202, 0.7960784314) transparent transparent;
  top: 6em;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
          transform: matrix(1, 0, 0, 1, 0, 0);
  border-color: transparent;
  border-top-color: rgba(4, 37, 75, 0.2588235294);
  border-top-color: rgba(0, 0, 0, 0.5);
  border-top-width: 414px;
  border-left-color: rgb(68, 67, 67);
  border-left-width: 30vw;
  border-right-color: rgba(0, 0, 255, 0.2588235294);
  border-right-width: 70vw;
  overflow: hidden;
  top: 0;
  left: 0;
  border-bottom-color: rgb(226, 226, 226);
  border-bottom-width: 300px;
  border-right-color: rgba(0, 123, 199, 0.1098039216);
  border-right-color: rgba(116, 116, 116, 0.4);
  opacity: 0.4;
}

.c-banner {
  font-weight: 500;
  padding: 1em;
  color: black;
  background-color: #9bd0f0;
}

.c-banner p {
  margin-bottom: 0;
}

.c-labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5em;
  margin-bottom: 1em;
}

.c-labels .c-label {
  display: inline-block;
  padding: 0.25em 0.5em 0.25em 0.5em;
  text-transform: uppercase;
  font-weight: 500;
  background-color: #9bd0f0;
  color: black;
}

.page-node-type-vacancy .region-hero {
  background-color: #f6f6f6;
}

.page-node-type-vacancy .region-hero .node--type-vacancy::before {
  position: absolute;
  content: "";
  display: block;
  width: 100;
  border-style: solid;
  z-index: 1;
  left: 0;
  border-color: rgba(190, 157, 202, 0.7960784314) transparent transparent;
  top: 6em;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
          transform: matrix(1, 0, 0, 1, 0, 0);
  border-color: transparent;
  border-top-color: rgba(4, 37, 75, 0.2588235294);
  border-top-color: rgba(0, 0, 0, 0.5);
  border-top-width: 192px;
  border-left-color: transparent;
  border-left-width: 50vw;
  border-right-color: rgba(0, 0, 255, 0.2588235294);
  border-right-width: 50vw;
  overflow: hidden;
  top: 0;
  left: 0;
  border-bottom-color: transparent;
  border-bottom-width: 107px;
  border-right-color: rgba(0, 123, 199, 0.1098039216);
  border-right-color: rgba(116, 116, 116, 0.4);
  opacity: 0.05;
}

.page-node-type-vacancy .region-hero .node--type-vacancy::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  border-style: solid;
  z-index: 100;
  left: 0px;
  bottom: -2.2em;
  border-color: transparent;
  border-bottom-color: #ffffff;
  border-width: 0px 0px 70px 100vw;
}

@media (min-width: 768px) {
  .page-node-type-vacancy .region-hero .node--type-vacancy {
    min-height: 25em;
    min-height: 60ch;
  }
}
.page-node-type-vacancy .region-hero .node--type-vacancy.has-lab-hero-image::before {
  content: none;
}

.page-node-type-vacancy .region-hero .node--type-vacancy.has-lab-hero-image .c-hero__content {
  position: initial;
}

@media (min-width: 768px) {
  .page-node-type-vacancy .region-hero .node--type-vacancy.has-lab-hero-image .c-hero__content .social-share .c-social__list {
    color: #ffffff;
  }
}
.page-node-type-vacancy .region-hero .node--type-vacancy.has-lab-hero-image .c-hero__vacancy-type {
  background-color: #ffffff;
}

.page-node-type-vacancy .region-hero .c-work-exp__label {
  font-size: 2em;
  color: #2d2d2d;
  font-weight: 900;
}

.page-node-type-vacancy .region-hero .c-hero__content {
  margin: 0 auto;
  max-width: 1550px;
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  z-index: 111;
}

@media (min-width: 480px) {
  .page-node-type-vacancy .region-hero .c-hero__content {
    padding: 0 10px;
  }
}
@media (min-width: 768px) {
  .page-node-type-vacancy .region-hero .c-hero__content {
    padding: 0 20px;
  }
}
@media (min-width: 1155px) {
  .page-node-type-vacancy .region-hero .c-hero__content {
    padding: 0 75px;
  }
}
@media (min-width: 768px) {
  .page-node-type-vacancy .region-hero .c-hero__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
  }
}
.page-node-type-vacancy .region-hero .c-hero__content .c-hero__main {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  color: #ffffff;
  color: #000000;
}

@media (min-width: 768px) {
  .page-node-type-vacancy .region-hero .c-hero__content .c-hero__main {
    min-height: 37ch;
    -ms-flex-item-align: start;
        align-self: flex-start;
    width: 50%;
    padding-bottom: 3em;
    width: calc(100% - 45ch);
  }
}
@media (min-width: 1155px) {
  .page-node-type-vacancy .region-hero .c-hero__content .c-hero__main {
    padding-bottom: 1.5em;
  }
}
.page-node-type-vacancy .region-hero .c-hero__content .c-hero__main .c-hero__title h1 {
  padding-top: 2em;
  color: #ffffff;
  color: #000000;
  font-size: 2.25em;
  line-height: 1.2;
  font-weight: 500;
}

@media all and (min-width: 768px) {
  .page-node-type-vacancy .region-hero .c-hero__content .c-hero__main .c-hero__title h1 {
    font-size: 3.11em;
  }
}
@media all and (min-width: 1155px) {
  .page-node-type-vacancy .region-hero .c-hero__content .c-hero__main .c-hero__title h1 {
    font-size: 3em;
  }
}
@media all and (min-width: 1800px) {
  .page-node-type-vacancy .region-hero .c-hero__content .c-hero__main .c-hero__title h1 {
    font-size: 3.18em;
  }
}
.page-node-type-vacancy .region-hero .c-hero__content .c-hero__main .c-vacancy__team-flat,
.page-node-type-vacancy .region-hero .c-hero__content .c-hero__main .c-vacancy__team-lab {
  color: #2d2d2d;
  line-height: 1;
  font-size: 1.5em;
  line-height: 1.2;
}

@media all and (min-width: 768px) {
  .page-node-type-vacancy .region-hero .c-hero__content .c-hero__main .c-vacancy__team-flat,
  .page-node-type-vacancy .region-hero .c-hero__content .c-hero__main .c-vacancy__team-lab {
    font-size: 1.67em;
  }
}
@media all and (min-width: 1155px) {
  .page-node-type-vacancy .region-hero .c-hero__content .c-hero__main .c-vacancy__team-flat,
  .page-node-type-vacancy .region-hero .c-hero__content .c-hero__main .c-vacancy__team-lab {
    font-size: 1.8em;
  }
}
@media all and (min-width: 1800px) {
  .page-node-type-vacancy .region-hero .c-hero__content .c-hero__main .c-vacancy__team-flat,
  .page-node-type-vacancy .region-hero .c-hero__content .c-hero__main .c-vacancy__team-lab {
    font-size: 1.909em;
  }
}
.page-node-type-vacancy .region-hero .c-hero__content .c-hero__sub {
  width: 35ch;
  width: auto;
  -ms-flex-item-align: start;
      align-self: flex-start;
  max-width: 45ch;
}

@media (min-width: 768px) {
  .page-node-type-vacancy .region-hero .c-hero__content .c-hero__sub {
    width: 45ch;
    max-width: 45ch;
    margin-left: auto;
    padding-right: 0;
    margin-bottom: 2em;
    -ms-flex-item-align: start;
        align-self: flex-start;
    padding-top: 10em;
  }
}
.page-node-type-vacancy .region-hero .c-hero__content .c-hero__sub .social-share {
  margin-bottom: 1em;
}

.page-node-type-vacancy .region-hero .c-hero__content .c-hero__sub .social-share .c-social__list {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  color: #000000;
}

.page-node-type-vacancy .region-hero .c-hero__content .c-hero__sub-inner {
  margin-bottom: 4em;
}

@media (min-width: 768px) {
  .page-node-type-vacancy .region-hero .c-hero__content .c-hero__sub-inner {
    margin-bottom: auto;
  }
}
.page-node-type-vacancy .region-hero .c-hero__content .c-vac__lab-image {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.page-node-type-vacancy .region-hero .c-hero__content .c-vac__lab-image::before {
  background: #f6f6f6;
  background: linear-gradient(10deg, #f6f6f6 72%, rgba(249, 249, 249, 0) 100%);
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
}

@media (min-width: 768px) {
  .page-node-type-vacancy .region-hero .c-hero__content .c-vac__lab-image::before {
    background: linear-gradient(18deg, #f6f6f6 52%, rgba(249, 249, 249, 0) 100%);
  }
}
.page-node-type-vacancy .region-hero .c-hero__content .c-vac__lab-image img {
  max-width: inherit;
  width: auto;
  min-height: 35em;
}

.page-node-type-vacancy .o-page-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  margin: 0 auto;
  max-width: 1550px;
  padding: 0 10px;
}

@media (min-width: 480px) {
  .page-node-type-vacancy .o-page-container {
    padding: 0 10px;
  }
}
@media (min-width: 768px) {
  .page-node-type-vacancy .o-page-container {
    padding: 0 20px;
  }
}
@media (min-width: 1155px) {
  .page-node-type-vacancy .o-page-container {
    padding: 0 75px;
  }
}
@media (min-width: 768px) {
  .page-node-type-vacancy .o-page-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
}
.page-node-type-vacancy .o-page-container .o-slice--wysiwyg {
  margin: 0;
}

.page-node-type-vacancy .o-page-container .o-slice--wysiwyg .o-wysiwyg {
  width: 100%;
}

.page-node-type-vacancy .o-page-container .o-slice--wysiwyg .o-wysiwyg u {
  text-decoration: none;
}

.page-node-type-vacancy .o-page-container .o-slice--wysiwyg .o-wysiwyg h1,
.page-node-type-vacancy .o-page-container .o-slice--wysiwyg .o-wysiwyg h2,
.page-node-type-vacancy .o-page-container .o-slice--wysiwyg .o-wysiwyg h3,
.page-node-type-vacancy .o-page-container .o-slice--wysiwyg .o-wysiwyg h4 {
  font-size: 1.5em;
  line-height: 1.2;
}

@media all and (min-width: 768px) {
  .page-node-type-vacancy .o-page-container .o-slice--wysiwyg .o-wysiwyg h1,
  .page-node-type-vacancy .o-page-container .o-slice--wysiwyg .o-wysiwyg h2,
  .page-node-type-vacancy .o-page-container .o-slice--wysiwyg .o-wysiwyg h3,
  .page-node-type-vacancy .o-page-container .o-slice--wysiwyg .o-wysiwyg h4 {
    font-size: 1.67em;
  }
}
@media all and (min-width: 1155px) {
  .page-node-type-vacancy .o-page-container .o-slice--wysiwyg .o-wysiwyg h1,
  .page-node-type-vacancy .o-page-container .o-slice--wysiwyg .o-wysiwyg h2,
  .page-node-type-vacancy .o-page-container .o-slice--wysiwyg .o-wysiwyg h3,
  .page-node-type-vacancy .o-page-container .o-slice--wysiwyg .o-wysiwyg h4 {
    font-size: 1.8em;
  }
}
@media all and (min-width: 1800px) {
  .page-node-type-vacancy .o-page-container .o-slice--wysiwyg .o-wysiwyg h1,
  .page-node-type-vacancy .o-page-container .o-slice--wysiwyg .o-wysiwyg h2,
  .page-node-type-vacancy .o-page-container .o-slice--wysiwyg .o-wysiwyg h3,
  .page-node-type-vacancy .o-page-container .o-slice--wysiwyg .o-wysiwyg h4 {
    font-size: 1.909em;
  }
}
.page-node-type-vacancy .o-page-container .o-slice--wysiwyg .o-wysiwyg h1 b,
.page-node-type-vacancy .o-page-container .o-slice--wysiwyg .o-wysiwyg h2 b,
.page-node-type-vacancy .o-page-container .o-slice--wysiwyg .o-wysiwyg h3 b,
.page-node-type-vacancy .o-page-container .o-slice--wysiwyg .o-wysiwyg h4 b {
  font-weight: inherit;
}

@media (min-width: 768px) {
  .page-node-type-vacancy .o-page-container .o-slice--wysiwyg {
    width: calc(100% - 21em);
    width: calc(100% - 1em - 45ch);
    margin-right: 1em;
  }
}
@media (min-width: 1155px) {
  .page-node-type-vacancy .o-page-container .o-slice--wysiwyg {
    width: calc(100% - 2em - 45ch);
    margin-right: 2em;
  }
}
.page-node-type-vacancy .o-page-container .o-slice--wysiwyg .o-container {
  padding: 0;
}

@media (min-width: 768px) {
  .page-node-type-vacancy .o-page-container .o-meta__column {
    width: 20em;
  }
}
@media (min-width: 1155px) {
  .page-node-type-vacancy .o-page-container .o-meta__column {
    width: 22em;
  }
}
.page-node-type-vacancy .o-page-container .o-meta__column h2 {
  font-size: 1.25em;
  line-height: 1.2;
  color: #000000;
}

@media all and (min-width: 768px) {
  .page-node-type-vacancy .o-page-container .o-meta__column h2 {
    font-size: 1.22em;
  }
}
@media all and (min-width: 1155px) {
  .page-node-type-vacancy .o-page-container .o-meta__column h2 {
    font-size: 1.2em;
  }
}
@media all and (min-width: 1800px) {
  .page-node-type-vacancy .o-page-container .o-meta__column h2 {
    font-size: 1.27em;
  }
}
.page-node-type-vacancy .o-page-container .o-meta__column .o-meta__person {
  padding-top: 1.5em;
}

.page-node-type-vacancy .o-page-container .o-meta__column .o-meta__person .o-grid {
  display: block;
}

.page-node-type-vacancy .o-page-container .o-meta__column .o-meta__person .o-grid__item {
  margin-bottom: 0.8em;
}

.page-node-type-vacancy .o-page-container .c-vacancies-slices {
  width: 100%;
}

.page-node-type-vacancy .o-page-container .c-vacancies-slices section.o-slice {
  margin-left: 0;
  margin-right: 0;
}

.page-node-type-vacancy .o-page-container .c-vacancies-slices section.o-slice.paragraph--type--slice-content .o-container, .page-node-type-vacancy .o-page-container .c-vacancies-slices section.o-slice.paragraph--type--slice-column-content .o-container, .page-node-type-vacancy .o-page-container .c-vacancies-slices section.o-slice.paragraph--type--slice-teaser .o-container {
  padding: 0;
}

.c-hero__sub-inner {
  position: relative;
  background-color: #ffffff;
  padding: 1.2em;
  padding-bottom: 2em;
  color: #000000;
  -webkit-box-shadow: 0px 5px 10px 4px rgba(0, 0, 0, 0.0901960784);
          box-shadow: 0px 5px 10px 4px rgba(0, 0, 0, 0.0901960784);
}

.c-hero__sub-inner .o-meta__title {
  font-size: 1.12em;
  line-height: 1.4;
  position: relative;
  padding-bottom: 0.7em;
}

@media all and (min-width: 768px) {
  .c-hero__sub-inner .o-meta__title {
    font-size: 1em;
  }
}
@media all and (min-width: 1155px) {
  .c-hero__sub-inner .o-meta__title {
    font-size: 1em;
  }
}
@media all and (min-width: 1800px) {
  .c-hero__sub-inner .o-meta__title {
    font-size: 1.09em;
  }
}
.c-hero__sub-inner .o-meta__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 4em;
  height: 6px;
  background-color: #000000;
}

.c-hero__sub-inner .o-meta__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  margin-bottom: 0.5em;
}

.c-hero__sub-inner .o-meta__block.action {
  position: absolute;
  top: calc(100% - 2ch);
}

.c-hero__sub-inner .o-meta__label {
  width: 30%;
  margin-right: 1em;
  font-size: 0.87em;
  line-height: 1.2;
}

@media all and (min-width: 768px) {
  .c-hero__sub-inner .o-meta__label {
    font-size: 0.78em;
  }
}
@media all and (min-width: 1155px) {
  .c-hero__sub-inner .o-meta__label {
    font-size: 0.7em;
  }
}
@media all and (min-width: 1800px) {
  .c-hero__sub-inner .o-meta__label {
    font-size: 0.72em;
  }
}
.c-hero__sub-inner .o-meta__value {
  width: 70%;
  font-size: 1em;
  line-height: 1.2;
  font-weight: 500;
}

@media all and (min-width: 768px) {
  .c-hero__sub-inner .o-meta__value {
    font-size: 0.89em;
  }
}
@media all and (min-width: 1155px) {
  .c-hero__sub-inner .o-meta__value {
    font-size: 0.8em;
  }
}
@media all and (min-width: 1800px) {
  .c-hero__sub-inner .o-meta__value {
    font-size: 0.81em;
  }
}
.c-hero__sub-inner .o-small {
  font-size: 0.6em;
  line-height: 1.2;
}

@media all and (min-width: 768px) {
  .c-hero__sub-inner .o-small {
    font-size: 0.6em;
  }
}
@media all and (min-width: 1155px) {
  .c-hero__sub-inner .o-small {
    font-size: 0.6em;
  }
}
@media all and (min-width: 1800px) {
  .c-hero__sub-inner .o-small {
    font-size: 0.6em;
  }
}
.c-hero__sub-inner .o-meta__action a {
  background-color: #ffe72d;
  color: #000000;
  font-weight: 500;
}

.c-hero__sub-inner .o-meta__action a .o-icon {
  margin-bottom: -4px;
  margin-left: 0.5em;
}

.c-hero__sub-inner .o-meta__action a::before {
  background-color: black;
}

.c-hero__sub-inner .o-meta__action a:hover {
  color: #ffe72d;
  background-color: #000000;
}

.c-hero__sub-inner .o-meta__action a:hover .o-icon {
  fill: #ffe72d;
}

.c-hero__sub-inner .o-meta__date-posted {
  font-size: 1em;
  line-height: 1.2;
  color: #2d2d2d;
  text-align: right;
  padding-top: 1em;
}

@media all and (min-width: 768px) {
  .c-hero__sub-inner .o-meta__date-posted {
    font-size: 0.89em;
  }
}
@media all and (min-width: 1155px) {
  .c-hero__sub-inner .o-meta__date-posted {
    font-size: 0.8em;
  }
}
@media all and (min-width: 1800px) {
  .c-hero__sub-inner .o-meta__date-posted {
    font-size: 0.81em;
  }
}
@media (min-width: 768px) {
  .c-hero__sub-inner .o-meta__date-posted {
    position: absolute;
    bottom: -2em;
    right: 1em;
  }
}
.c-research-topics__title {
  margin-top: 3em;
  color: #000000;
  padding-left: 1em;
  font-size: 1.25em;
  line-height: 1.2;
}

@media all and (min-width: 768px) {
  .c-research-topics__title {
    font-size: 1.22em;
  }
}
@media all and (min-width: 1155px) {
  .c-research-topics__title {
    font-size: 1.2em;
  }
}
@media all and (min-width: 1800px) {
  .c-research-topics__title {
    font-size: 1.27em;
  }
}
.c-research-topics {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  padding-left: 1em;
}

.c-research-topics span {
  background-color: rgb(153.5, 153.5, 153.5);
  color: #ffffff;
  margin: 0 0.3em 0.3em 0;
  padding: 0.3em;
  font-size: 1em;
  line-height: 1.2;
}

@media all and (min-width: 768px) {
  .c-research-topics span {
    font-size: 0.89em;
  }
}
@media all and (min-width: 1155px) {
  .c-research-topics span {
    font-size: 0.8em;
  }
}
@media all and (min-width: 1800px) {
  .c-research-topics span {
    font-size: 0.81em;
  }
}
.o-meta__archived {
  background-color: #ffd76b;
  margin: -1.2em -1.2em 0.8em -1.2em;
  padding: 0.8em 1.2em;
  font-size: 1em;
  line-height: 1.2;
  color: #000000;
  font-weight: 400;
}

@media all and (min-width: 768px) {
  .o-meta__archived {
    font-size: 0.89em;
  }
}
@media all and (min-width: 1155px) {
  .o-meta__archived {
    font-size: 0.8em;
  }
}
@media all and (min-width: 1800px) {
  .o-meta__archived {
    font-size: 0.81em;
  }
}
.o-meta__archived ~ .o-meta__title::after {
  background-color: #ffd76b;
}

.region-hero .c-hero__content .c-hero__main .c-hero__title.c-hero__vacancy-title {
  width: 100%;
}

.region-hero .c-hero__content .c-hero__main .c-hero__title.c-hero__vacancy-title h1 {
  width: 100%;
  margin-bottom: 2em;
  line-height: 1em;
}

.c-hero__vacancy-type {
  margin-bottom: 1em;
  background-color: rgb(233.25, 233.25, 233.25);
  padding: 0.2em;
}

.c-hero__vacancy-type p {
  opacity: 0.8;
}

.c-hero__vacancy-type a {
  text-decoration-color: #007bc7;
}

.c-hero__vacancy-team {
  padding-bottom: 1em;
}

.c-hero__vacancy-team .c-vacancy__team-lab .o-icon {
  width: 1.5em;
  height: 1.5em;
}

.c-hero__vacancy-team .c-lab-teaser__link {
  width: 50%;
}

.c-hero__vacancy-summary {
  font-size: 1.25em;
  line-height: 1.2;
  padding-top: 1.5em;
  position: relative;
}

@media all and (min-width: 768px) {
  .c-hero__vacancy-summary {
    font-size: 1.22em;
  }
}
@media all and (min-width: 1155px) {
  .c-hero__vacancy-summary {
    font-size: 1.2em;
  }
}
@media all and (min-width: 1800px) {
  .c-hero__vacancy-summary {
    font-size: 1.27em;
  }
}
.c-hero__vacancy-summary::after {
  content: "";
  background-color: #000000;
  width: 4em;
  left: 0;
  top: 0;
  position: absolute;
  height: 6px;
}

.c-syndicated {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  padding-bottom: 1em;
}

.c-syndicated .c-syndicated__text {
  padding-right: 1em;
  opacity: 0.8;
}

.c-syndicated .c-syndicated__img {
  max-width: 5em;
}

.c-syndicated .c-syndicated__img img,
.c-syndicated .c-syndicated__img svg {
  height: auto;
}

.region-hero .node--type-vacancy .c-breadcrumb-container {
  padding: 0;
}

.region-hero .node--type-vacancy .c-breadcrumb-container .c-breadcrumb {
  padding: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: auto;
}

.region-hero .node--type-vacancy .c-breadcrumb-container .c-breadcrumb .c-breadcrumb__item a {
  padding: 9px;
  font-size: 1em;
  line-height: 1.2;
  text-transform: none;
  color: #ffffff;
  color: #007bc7;
}

@media all and (min-width: 768px) {
  .region-hero .node--type-vacancy .c-breadcrumb-container .c-breadcrumb .c-breadcrumb__item a {
    font-size: 0.89em;
  }
}
@media all and (min-width: 1155px) {
  .region-hero .node--type-vacancy .c-breadcrumb-container .c-breadcrumb .c-breadcrumb__item a {
    font-size: 0.8em;
  }
}
@media all and (min-width: 1800px) {
  .region-hero .node--type-vacancy .c-breadcrumb-container .c-breadcrumb .c-breadcrumb__item a {
    font-size: 0.81em;
  }
}
.region-hero .node--type-vacancy .c-breadcrumb-container .c-breadcrumb .c-breadcrumb__item a .o-icon {
  right: -10px;
  color: #007bc7;
}

.region-hero .node--type-vacancy .c-breadcrumb-container .c-breadcrumb .c-breadcrumb__item span {
  color: #007bc7;
}

.c-teaser--vacancy .c-teaser__desc {
  pointer-events: none;
  text-decoration: none;
}

.c-teaser--vacancy .o-meta__date-posted {
  position: absolute;
  background-color: #000000;
  color: #ffffff;
  top: -3.5em;
  right: 0;
  padding: 0.2em;
  font-size: 1em;
  line-height: 1.2;
  pointer-events: none;
  width: 12ch;
  text-align: center;
}

@media all and (min-width: 768px) {
  .c-teaser--vacancy .o-meta__date-posted {
    font-size: 0.89em;
  }
}
@media all and (min-width: 1155px) {
  .c-teaser--vacancy .o-meta__date-posted {
    font-size: 0.8em;
  }
}
@media all and (min-width: 1800px) {
  .c-teaser--vacancy .o-meta__date-posted {
    font-size: 0.81em;
  }
}
@media (min-width: 768px) {
  .c-teaser--vacancy .o-meta__date-posted {
    top: -2.5em;
  }
}
.c-teaser--vacancy .o-meta__date-posted.c-widen {
  width: 12ch;
}

.c-teaser--vacancy .o-meta__vacancy-type {
  font-size: 1em;
  line-height: 1.2;
}

@media all and (min-width: 768px) {
  .c-teaser--vacancy .o-meta__vacancy-type {
    font-size: 0.89em;
  }
}
@media all and (min-width: 1155px) {
  .c-teaser--vacancy .o-meta__vacancy-type {
    font-size: 0.8em;
  }
}
@media all and (min-width: 1800px) {
  .c-teaser--vacancy .o-meta__vacancy-type {
    font-size: 0.81em;
  }
}
.c-teaser--vacancy .o-meta__vacancy-type a {
  display: inline;
}

.c-teaser--vacancy .o-meta__syndicated {
  font-size: 1em;
  line-height: 1.2;
}

@media all and (min-width: 768px) {
  .c-teaser--vacancy .o-meta__syndicated {
    font-size: 0.89em;
  }
}
@media all and (min-width: 1155px) {
  .c-teaser--vacancy .o-meta__syndicated {
    font-size: 0.8em;
  }
}
@media all and (min-width: 1800px) {
  .c-teaser--vacancy .o-meta__syndicated {
    font-size: 0.81em;
  }
}
.c-teaser--search.c-teaser--vacancy-listing .c-teaser__desc {
  font-size: 1em;
  line-height: 1.2;
}

@media all and (min-width: 768px) {
  .c-teaser--search.c-teaser--vacancy-listing .c-teaser__desc {
    font-size: 0.89em;
  }
}
@media all and (min-width: 1155px) {
  .c-teaser--search.c-teaser--vacancy-listing .c-teaser__desc {
    font-size: 0.8em;
  }
}
@media all and (min-width: 1800px) {
  .c-teaser--search.c-teaser--vacancy-listing .c-teaser__desc {
    font-size: 0.81em;
  }
}
.o-list-links--profile span {
  text-shadow: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.o-list-links--profile a {
  -webkit-box-shadow: inset 0 -2px 0 0 #007bc7, inset 0 -4px 0 0 #007bc7;
          box-shadow: inset 0 -2px 0 0 #007bc7, inset 0 -4px 0 0 #007bc7;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
}

.o-list-links--profile a:hover {
  -webkit-box-shadow: inset 0 -2px 0 0 #007bc7, inset 0 -4px 0 0 transparent;
          box-shadow: inset 0 -2px 0 0 #007bc7, inset 0 -4px 0 0 transparent;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
}

.o-contact-details {
  border-top: 1px solid #ffffff;
  padding-top: 0.5em;
}

@media (min-width: 768px) {
  .o-contact-details {
    border: none;
  }
}
@media (max-width: 768px) {
  .o-contact-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .o-contact-details .o-crick-contact,
  .o-contact-details .o-user-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    max-width: 18em;
    margin-right: 1em;
  }
  .o-contact-details .o-link-value {
    display: inline-block;
  }
  .o-contact-details .profile-label {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 0;
  }
  .o-contact-details .o-icon {
    display: none;
  }
}
@media (min-width: 768px) {
  .o-contact-details .o-crick-contact,
  .o-contact-details .o-user-contact {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    margin: 0 0 0.5em 0;
  }
  .o-contact-details .o-crick-contact .o-link-value,
  .o-contact-details .o-user-contact .o-link-value {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 80%;
  }
  .o-contact-details .o-crick-contact .o-icon,
  .o-contact-details .o-user-contact .o-icon {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 0.5em 0.5em 0 0;
  }
  .o-contact-details .o-crick-contact .profile-label,
  .o-contact-details .o-user-contact .profile-label {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-left: 0.5em;
    -ms-flex-item-align: center;
        align-self: center;
    width: calc(20% - 1em);
  }
}
.o-contact-details .o-icon {
  fill: #007bc7;
  margin-left: 0.5em;
}

.profile-label {
  color: currentColor;
  opacity: 0.8;
  font-size: 0.87em;
  line-height: 1.2;
  margin: 0 0.2em 0 0;
}

@media all and (min-width: 768px) {
  .profile-label {
    font-size: 0.78em;
  }
}
@media all and (min-width: 1155px) {
  .profile-label {
    font-size: 0.7em;
  }
}
@media all and (min-width: 1800px) {
  .profile-label {
    font-size: 0.72em;
  }
}
.o-list-links--profile--email .field {
  display: inline-block;
}

@media (min-width: 768px) {
  .o-list-links--profile--email .field {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 80%;
  }
}
.region-hero--without-img .node--type-person .c-hero__main {
  margin: 0 auto;
  max-width: 1550px;
  padding: 0 10px;
}

@media (min-width: 480px) {
  .region-hero--without-img .node--type-person .c-hero__main {
    padding: 0 10px;
  }
}
@media (min-width: 768px) {
  .region-hero--without-img .node--type-person .c-hero__main {
    padding: 0 20px;
  }
}
@media (min-width: 1155px) {
  .region-hero--without-img .node--type-person .c-hero__main {
    padding: 0 75px;
  }
}
.region-hero--without-img .node--type-person .c-hero__main.c-hero__profile--with-img {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  width: 100%;
}

@media (min-width: 768px) {
  .region-hero--without-img .node--type-person .c-hero__main.c-hero__profile--with-img {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
  }
}
.region-hero--without-img .node--type-person .c-hero__main.c-hero__profile--with-img h1 {
  width: 100%;
}

.region-hero--without-img .node--type-person .c-hero__main.c-hero__profile--with-img .c-team-roles__container {
  padding-top: 1em;
  max-width: 25em;
}

@media (min-width: 768px) {
  .region-hero--without-img .node--type-person .c-hero__main.c-hero__profile--with-img .c-team-roles__container {
    max-width: 25em;
  }
}
.region-hero--without-img .node--type-person .c-hero__main.c-hero__profile--with-img .c-hero__profile-content {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  background-color: #ffffff;
  padding: 1.2em;
  margin: 0;
  z-index: 1;
  margin-top: 1.1em;
  width: 100%;
  padding-bottom: 2em;
  position: relative;
}

@media (max-width: 767px) {
  .region-hero--without-img .node--type-person .c-hero__main.c-hero__profile--with-img .c-hero__profile-content::after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    border-style: solid;
    z-index: 1;
    border-width: 34px 0 0 calc(100vw - 40px);
    border-color: transparent;
    border-left-color: #ffffff;
    left: 0;
    bottom: 100%;
  }
}
@media (min-width: 768px) {
  .region-hero--without-img .node--type-person .c-hero__main.c-hero__profile--with-img .c-hero__profile-content {
    -webkit-box-shadow: 0 5px 16px 0px rgba(0, 0, 0, 0.0588235294);
            box-shadow: 0 5px 16px 0px rgba(0, 0, 0, 0.0588235294);
    padding-bottom: 1.2em;
    margin: auto;
    width: 57%;
    max-width: 25em;
    margin-left: 0;
  }
}
@media (min-width: 1400px) {
  .region-hero--without-img .node--type-person .c-hero__main.c-hero__profile--with-img .c-hero__profile-content {
    max-width: 29em;
  }
}
.region-hero--without-img .node--type-person .c-hero__main.c-hero__profile--with-img .c-hero__profile-img {
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  z-index: 2;
  margin-top: -1em;
}

@media (min-width: 768px) {
  .region-hero--without-img .node--type-person .c-hero__main.c-hero__profile--with-img .c-hero__profile-img {
    -ms-flex-item-align: end;
        align-self: flex-end;
    z-index: 0;
    width: 65%;
    margin: auto;
    margin-left: -22%;
    margin-right: 0;
  }
}
@media (min-width: 1155px) {
  .region-hero--without-img .node--type-person .c-hero__main.c-hero__profile--with-img .c-hero__profile-img {
    width: 60%;
    margin-left: -18%;
  }
}
@media (min-width: 1400px) {
  .region-hero--without-img .node--type-person .c-hero__main.c-hero__profile--with-img .c-hero__profile-img {
    width: 55%;
  }
}
.region-hero--without-img .node--type-person .c-hero__main.c-hero__profile--without-img .c-hero__profile-content {
  margin: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  width: 100%;
}

@media (min-width: 768px) {
  .region-hero--without-img .node--type-person .c-hero__main.c-hero__profile--without-img .c-hero__profile-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
  }
}
.region-hero--without-img .node--type-person .c-hero__main.c-hero__profile--without-img .c-hero__profile-content .c-hero__title {
  width: 100%;
  padding-top: 2em;
}

.region-hero--without-img .node--type-person .c-hero__main.c-hero__profile--without-img .c-hero__profile-content .c-hero__title h1 {
  border-right: 0;
  width: 100%;
}

.region-hero--without-img .node--type-person .c-hero__main.c-hero__profile--without-img .c-hero__profile-content .c-hero__title-job {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

@media (min-width: 768px) {
  .region-hero--without-img .node--type-person .c-hero__main.c-hero__profile--without-img .c-hero__profile-content .c-hero__title-job {
    width: calc(100% - 22em);
    margin-right: 2em;
  }
}
@media (min-width: 768px) {
  .region-hero--without-img .node--type-person .c-hero__main.c-hero__profile--without-img .c-hero__profile-content .c-hero__about {
    width: 20em;
    min-width: 20em;
    -ms-flex-item-align: end;
        align-self: flex-end;
    background-color: white;
    padding: 1em;
    margin-bottom: -2em;
  }
}
@media (min-width: 1155px) {
  .region-hero--without-img .node--type-person .c-hero__main.c-hero__profile--without-img .c-hero__profile-content .c-hero__about {
    width: 22em;
    min-width: 22em;
  }
}
.region-hero--without-img .node--type-person::before {
  position: absolute;
  content: "";
  display: block;
  width: 100;
  border-style: solid;
  z-index: 1;
  left: 0;
  border-color: rgba(190, 157, 202, 0.7960784314) transparent transparent;
  top: 6em;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
          transform: matrix(1, 0, 0, 1, 0, 0);
  border-color: transparent;
  border-top-color: rgba(4, 37, 75, 0.2588235294);
  border-top-color: rgba(0, 0, 0, 0.5);
  border-top-width: 192px;
  border-left-color: transparent;
  border-left-width: 50vw;
  border-right-color: rgba(0, 0, 255, 0.2588235294);
  border-right-width: 50vw;
  overflow: hidden;
  top: 0;
  left: 0;
  border-bottom-color: transparent;
  border-bottom-width: 107px;
  border-right-color: rgba(0, 123, 199, 0.1098039216);
  border-right-color: rgba(116, 116, 116, 0.4);
  opacity: 0.05;
  pointer-events: none;
}

@media (max-width: 767px) {
  .region-hero--with-img .node--type-person {
    background-color: #ffffff;
    padding-bottom: 3em;
  }
}
.region-hero--with-img .node--type-person .c-hero__img {
  min-height: 530px;
}

@media (min-width: 480px) and (max-width: 767px) {
  .region-hero--with-img .node--type-person .c-hero__img {
    min-height: 400px;
  }
}
.region-hero--with-img .node--type-person .c-hero__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  margin-bottom: 0;
  -ms-flex-item-align: center;
      align-self: center;
  position: absolute;
  bottom: calc(100% + 2em) !important;
}

@media (min-width: 769px) {
  .region-hero--with-img .node--type-person .c-hero__main {
    width: 100% !important;
    -ms-flex-item-align: start;
        align-self: flex-start;
    -ms-flex-item-align: end;
        align-self: flex-end;
    position: initial !important;
  }
}
@media (max-width: 767px) {
  .region-hero--with-img .node--type-person .c-hero__main {
    margin: 0 auto;
    max-width: 1550px;
    padding: 0 10px;
  }
}
@media (max-width: 767px) and (min-width: 480px) {
  .region-hero--with-img .node--type-person .c-hero__main {
    padding: 0 10px;
  }
}
@media (max-width: 767px) and (min-width: 768px) {
  .region-hero--with-img .node--type-person .c-hero__main {
    padding: 0 10px;
    padding: 0 20px;
  }
}
@media (max-width: 767px) and (min-width: 1155px) {
  .region-hero--with-img .node--type-person .c-hero__main {
    padding: 0 55px;
  }
}
@media (max-width: 767px) and (min-width: 1800px) {
  .region-hero--with-img .node--type-person .c-hero__main {
    padding: 0 75px;
  }
}
@media (max-width: 767px) {
  .region-hero--with-img .node--type-person .c-hero__main .o-block--breadcrumb {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .region-hero--with-img .node--type-person .c-hero__main > div {
    -ms-flex-item-align: center;
        align-self: center;
  }
}
.region-hero--with-img .node--type-person .c-hero__title {
  width: 100%;
  padding-top: 1.2em;
}

.region-hero--with-img .node--type-person .c-hero__title h3 {
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}

.region-hero--with-img .node--type-person .c-hero__content {
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin: 0 auto;
  max-width: 1550px;
  padding: 0 10px;
}

@media (min-width: 480px) {
  .region-hero--with-img .node--type-person .c-hero__content {
    padding: 0 10px;
  }
}
@media (min-width: 768px) {
  .region-hero--with-img .node--type-person .c-hero__content {
    padding: 0 10px;
    padding: 0 20px;
  }
}
@media (min-width: 1155px) {
  .region-hero--with-img .node--type-person .c-hero__content {
    padding: 0 55px;
  }
}
@media (min-width: 1800px) {
  .region-hero--with-img .node--type-person .c-hero__content {
    padding: 0 75px;
  }
}
@media (min-width: 769px) {
  .region-hero--with-img .node--type-person .c-hero__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    position: absolute;
  }
}
.region-hero--with-img .node--type-person .c-hero__content .c-hero__sub {
  background-color: #000000;
  color: #ffffff;
  padding: 1em;
  width: calc(100% + 20px);
  -ms-flex-item-align: center;
      align-self: center;
  margin-top: -2em;
  position: relative;
}

@media (min-width: 768px) {
  .region-hero--with-img .node--type-person .c-hero__content .c-hero__sub {
    width: 20em;
    min-width: 20em;
    -ms-flex-item-align: end;
        align-self: flex-end;
    margin-top: 0;
  }
}
@media (min-width: 1155px) {
  .region-hero--with-img .node--type-person .c-hero__content .c-hero__sub {
    width: 22em;
    min-width: 22em;
  }
}
.region-hero--with-img .node--type-person .c-hero__content .c-hero__sub::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  border-style: solid;
  z-index: 1;
  border-width: 34px 0 0 100vw;
  border-color: transparent;
  border-top-color: #000000;
  left: 0;
  top: 100%;
}

@media (min-width: 768px) {
  .region-hero--with-img .node--type-person .c-hero__content .c-hero__sub::after {
    content: none;
  }
}
.region-hero--with-img .node--type-person .c-hero__content .c-hero__sub .o-container {
  padding: 0;
}

.region-hero--with-img .node--type-person .c-hero__content .c-hero__sub .o-container::before {
  content: none;
}

.region-hero--with-img .node--type-person .c-hero__content .c-hero__sub .profile-label {
  color: currentColor;
}

@media (min-width: 768px) {
  .region-hero--with-img ~ .region-content .o-page-container .o-person-meta .o-meta-block {
    background-color: #000000;
    color: #ffffff;
  }
}
.page-node-type-person .region-hero--with-img {
  padding-bottom: 0 !important;
}

.page-node-type-person .o-page-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  margin: 0 auto;
  max-width: 1550px;
  padding: 0 10px;
}

@media (min-width: 480px) {
  .page-node-type-person .o-page-container {
    padding: 0 10px;
  }
}
@media (min-width: 768px) {
  .page-node-type-person .o-page-container {
    padding: 0 20px;
  }
}
@media (min-width: 1155px) {
  .page-node-type-person .o-page-container {
    padding: 0 75px;
  }
}
.page-node-type-person .o-page-container > div {
  padding-bottom: 1em;
}

@media (min-width: 768px) {
  .page-node-type-person .o-page-container > div {
    padding-bottom: 2em;
  }
}
@media (min-width: 768px) {
  .page-node-type-person .o-page-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
}
@media (min-width: 1650px) {
  .page-node-type-person .o-page-container {
    margin: 0 auto;
    max-width: 1550px;
    padding: 0 10px;
    margin: 0 auto;
  }
}
@media (min-width: 1650px) and (min-width: 480px) {
  .page-node-type-person .o-page-container {
    padding: 0 10px;
  }
}
@media (min-width: 1650px) and (min-width: 768px) {
  .page-node-type-person .o-page-container {
    padding: 0 10px;
    padding: 0 20px;
  }
}
@media (min-width: 1650px) and (min-width: 1155px) {
  .page-node-type-person .o-page-container {
    padding: 0 55px;
  }
}
@media (min-width: 1650px) and (min-width: 1800px) {
  .page-node-type-person .o-page-container {
    padding: 0 75px;
  }
}
.page-node-type-person .o-page-container .o-person-biography {
  margin: 0;
  width: 100%;
}

.page-node-type-person .o-page-container .o-person-biography .o-container {
  padding: 0;
}

.page-node-type-person .o-page-container .o-person-biography .o-wysiwyg {
  width: 100%;
}

.page-node-type-person .o-page-container .o-person-biography .o-wysiwyg p:nth-child(1) {
  font-size: 1.25em;
  line-height: 1.2;
}

@media all and (min-width: 768px) {
  .page-node-type-person .o-page-container .o-person-biography .o-wysiwyg p:nth-child(1) {
    font-size: 1.22em;
  }
}
@media all and (min-width: 1155px) {
  .page-node-type-person .o-page-container .o-person-biography .o-wysiwyg p:nth-child(1) {
    font-size: 1.2em;
  }
}
@media all and (min-width: 1800px) {
  .page-node-type-person .o-page-container .o-person-biography .o-wysiwyg p:nth-child(1) {
    font-size: 1.27em;
  }
}
@media (min-width: 768px) {
  .page-node-type-person .o-page-container .o-person-biography + .o-person-meta {
    width: 20em;
    min-width: 20em;
  }
}
@media (min-width: 1155px) {
  .page-node-type-person .o-page-container .o-person-biography + .o-person-meta {
    width: 22em;
    min-width: 22em;
  }
}
.page-node-type-person .o-page-container .o-person-meta {
  width: 100%;
}

.page-node-type-person .o-page-container .o-person-meta .o-meta-block {
  background-color: #f6f6f6;
  padding: 1.2em;
  margin-bottom: 2em;
}

@media (min-width: 768px) {
  .page-node-type-person .o-page-container .o-person-meta .o-meta-block {
    margin-top: -1em;
  }
}
.page-node-type-person .o-page-container .o-person-meta .o-meta-block a span {
  text-shadow: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.page-node-type-person .o-page-container .o-person-meta .o-meta-block a {
  -webkit-box-shadow: inset 0 -2px 0 0 #007bc7, inset 0 -4px 0 0 #007bc7;
          box-shadow: inset 0 -2px 0 0 #007bc7, inset 0 -4px 0 0 #007bc7;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
}

.page-node-type-person .o-page-container .o-person-meta .o-meta-block a:hover {
  -webkit-box-shadow: inset 0 -2px 0 0 #007bc7, inset 0 -4px 0 0 #000000;
          box-shadow: inset 0 -2px 0 0 #007bc7, inset 0 -4px 0 0 #000000;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
}

.page-node-type-person .o-page-container .o-person-meta .o-slice--linked-items {
  background: rgb(246, 246, 246);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(246, 246, 246)), color-stop(65%, rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, rgb(246, 246, 246) 0%, rgba(255, 255, 255, 0) 65%);
  padding: 1.2em;
}

.page-node-type-person .o-page-container .paragraph.o-slice {
  margin: 0;
  margin-top: 1em;
  width: 100%;
}

.page-node-type-person .o-page-container .paragraph.o-slice .o-container {
  padding: 0;
  margin: 0;
}

@media (min-width: 768px) {
  .page-node-type-person .o-page-container.has-qualifications .o-person-biography {
    width: calc(100% - 21em);
    margin-right: 1em;
  }
}
@media (min-width: 1155px) {
  .page-node-type-person .o-page-container.has-qualifications .o-person-biography {
    width: calc(100% - 24em);
    margin-right: 2em;
  }
}
.page-node-type-person .region-authored-publications-facets .o-block-facetsblock {
  padding-top: 4em;
}

.page-node-type-person .region-authored-publications-facets .o-block-facetsblock::before {
  content: "Publications";
  font-size: 1.5em;
  line-height: 1.2;
  color: #000000;
  position: absolute;
  top: 0;
}

@media all and (min-width: 768px) {
  .page-node-type-person .region-authored-publications-facets .o-block-facetsblock::before {
    font-size: 1.67em;
  }
}
@media all and (min-width: 1155px) {
  .page-node-type-person .region-authored-publications-facets .o-block-facetsblock::before {
    font-size: 1.8em;
  }
}
@media all and (min-width: 1800px) {
  .page-node-type-person .region-authored-publications-facets .o-block-facetsblock::before {
    font-size: 1.909em;
  }
}
.page-node-type-person .region-authored-publications-facets .o-block-facetsblock:empty::before {
  content: "";
}

.page-node-type-person .o-slice--linked-items .o-slice--linked-items__item {
  border: none;
  position: relative;
  padding-left: 0;
  margin-left: 0;
  padding-bottom: 1.5em;
}

.page-node-type-person .o-slice--linked-items .o-slice--linked-items__item::before {
  border-radius: 50%;
  content: "";
  height: 0.8em;
  position: absolute;
  top: 0;
  width: 0.8em;
  border: 0;
  left: 70%;
  background-color: #007bc7;
  z-index: 1;
  left: calc(20% - 0.4em);
}

@media (min-width: 768px) {
  .page-node-type-person .o-slice--linked-items .o-slice--linked-items__item::before {
    left: calc(10% - 0.4em);
  }
}
.page-node-type-person .o-slice--linked-items .o-slice--linked-items__item .year {
  float: left;
  margin-bottom: 0.5em;
  width: 20%;
  margin-left: 0;
  padding-right: 1em;
}

@media (min-width: 768px) {
  .page-node-type-person .o-slice--linked-items .o-slice--linked-items__item .year {
    width: 10%;
  }
}
.page-node-type-person .o-slice--linked-items .o-slice--linked-items__item .o-description {
  width: 80%;
  padding-left: 1em;
}

@media (min-width: 768px) {
  .page-node-type-person .o-slice--linked-items .o-slice--linked-items__item .o-description {
    width: 90%;
  }
}
.page-node-type-person .o-slice--linked-items .o-slice--linked-items__item .o-description .location {
  width: 100%;
  margin: 0;
  line-height: 1.2;
}

.page-node-type-person .o-slice--linked-items .o-slice--linked-items__item .o-description .description {
  margin: 0;
  padding-top: 0.3em;
  width: 100%;
  color: rgab(#000000, 0.7);
  font-size: 1em;
  line-height: 1.2;
}

@media all and (min-width: 768px) {
  .page-node-type-person .o-slice--linked-items .o-slice--linked-items__item .o-description .description {
    font-size: 0.89em;
  }
}
@media all and (min-width: 1155px) {
  .page-node-type-person .o-slice--linked-items .o-slice--linked-items__item .o-description .description {
    font-size: 0.8em;
  }
}
@media all and (min-width: 1800px) {
  .page-node-type-person .o-slice--linked-items .o-slice--linked-items__item .o-description .description {
    font-size: 0.81em;
  }
}
.page-node-type-person .o-slice--linked-items .o-slice--linked-items__item:not(:last-child):after {
  content: "";
  position: absolute;
  left: calc(20% - 1px);
  background-color: #b3b3b3;
  background-color: #007bc7;
  width: 2px;
  height: 100%;
}

@media (min-width: 768px) {
  .page-node-type-person .o-slice--linked-items .o-slice--linked-items__item:not(:last-child):after {
    left: calc(10% - 1px);
  }
}
@media (min-width: 768px) {
  .page-node-type-person .o-person-biography + .o-person-meta .o-slice--linked-items__item::before {
    left: calc(20% - 0.4em);
  }
  .page-node-type-person .o-person-biography + .o-person-meta .o-slice--linked-items__item .year {
    width: 20%;
  }
  .page-node-type-person .o-person-biography + .o-person-meta .o-slice--linked-items__item .o-description {
    width: 80%;
  }
  .page-node-type-person .o-person-biography + .o-person-meta .o-slice--linked-items__item:not(:last-child):after {
    left: calc(20% - 1px);
  }
}
.c-team-roles__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

@media (min-width: 768px) {
  .c-team-roles__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .c-team-roles__container .c-team-roles {
    max-width: 18em;
    margin-right: 1em;
  }
}
.c-team-roles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  margin-bottom: 0.8em;
}

.c-team-roles .o-grid__item {
  width: calc(80% - 0.5em);
  margin-right: 0.5em;
  width: 100%;
  margin: 0;
}

.c-team-roles .c-team-role__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

.c-team-roles .c-team-role__items span {
  display: inline-block;
  font-size: 0.8em;
  opacity: 0.8;
  text-align: right;
}

.c-team-roles .c-team-role__items .c-role__lead {
  background-color: #ffffff;
  color: #000000;
  padding: 0.2em;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -ms-flex-item-align: end;
      align-self: flex-end;
  opacity: 1;
}

.c-teaser--lab-listing {
  margin-bottom: 0.8em;
}

@media (min-width: 768px) {
  .c-teaser--lab-listing {
    margin-bottom: 0.1em;
  }
}
.c-teaser--lab-listing .c-lab-teaser__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  text-decoration: none;
}

.c-teaser--lab-listing .c-lab-teaser__link:hover {
  text-decoration: underline;
}

.c-teaser--lab-listing .c-lab-teaser__image {
  width: 4em;
  height: 4em;
  min-width: 4em;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 0.7em;
  background-color: #f6f6f6;
}

.c-teaser--lab-listing .c-lab-teaser__image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: auto;
}

.c-teaser--lab-listing .c-lab-teaser__content h3 {
  font-size: 1.25em;
  line-height: 1.2;
  margin-bottom: 0;
}

@media all and (min-width: 768px) {
  .c-teaser--lab-listing .c-lab-teaser__content h3 {
    font-size: 1.22em;
  }
}
@media all and (min-width: 1155px) {
  .c-teaser--lab-listing .c-lab-teaser__content h3 {
    font-size: 1.2em;
  }
}
@media all and (min-width: 1800px) {
  .c-teaser--lab-listing .c-lab-teaser__content h3 {
    font-size: 1.27em;
  }
}
.c-teaser--lab-listing .c-lab-teaser__image {
  position: relative;
}

.c-teaser--lab-listing .c-lab-teaser__image::before {
  position: absolute;
  content: "";
  display: block;
  border-style: solid;
  z-index: 0;
  pointer-events: none;
  right: 0;
  top: 0;
  width: 5em;
  height: 4em;
  opacity: 0.7;
  border-top-color: #ffe72d;
  border-top-width: 2em;
  border-right-color: #007bc7;
  border-right-width: 3.5em;
  border-bottom-color: #0d4777;
  border-bottom-width: 6em;
  border-left-color: #de951a;
  border-left-width: 3em;
}

.c-teaser--lab-listing .c-lab-teaser__image img {
  position: absolute;
}

.region-hero .node--type-person .c-breadcrumb-container {
  padding: 0;
}

.region-hero .node--type-person .c-breadcrumb-container .c-breadcrumb {
  padding: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: auto;
  overflow: hidden;
  width: 100%;
  height: 2em;
}

.region-hero .node--type-person .c-breadcrumb-container .c-breadcrumb .c-breadcrumb__item a {
  padding: 9px;
  font-size: 1em;
  line-height: 1.2;
  text-transform: none;
  color: #007bc7;
}

@media all and (min-width: 768px) {
  .region-hero .node--type-person .c-breadcrumb-container .c-breadcrumb .c-breadcrumb__item a {
    font-size: 0.89em;
  }
}
@media all and (min-width: 1155px) {
  .region-hero .node--type-person .c-breadcrumb-container .c-breadcrumb .c-breadcrumb__item a {
    font-size: 0.8em;
  }
}
@media all and (min-width: 1800px) {
  .region-hero .node--type-person .c-breadcrumb-container .c-breadcrumb .c-breadcrumb__item a {
    font-size: 0.81em;
  }
}
.region-hero .node--type-person .c-breadcrumb-container .c-breadcrumb .c-breadcrumb__item a .o-icon {
  right: -10px;
}

.region-hero .node--type-person .c-breadcrumb-container .c-breadcrumb .c-breadcrumb__item span {
  color: #007bc7;
}

.region-hero--with-img .node--type-person .c-breadcrumb-container .c-breadcrumb {
  background-color: rgba(0, 0, 0, 0.8);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

@media (max-width: 767px) {
  .region-hero--with-img .node--type-person .c-breadcrumb-container .c-breadcrumb {
    margin-bottom: 10px;
  }
}
@supports (-ms-ime-align: auto) {
  .region-hero--with-img .node--type-person .c-breadcrumb-container .c-breadcrumb {
    background-color: transparent;
  }
  .region-hero--with-img .node--type-person .c-breadcrumb-container .c-breadcrumb .c-breadcrumb__item {
    background-color: rgba(0, 0, 0, 0.8);
  }
}
.region-hero--with-img .node--type-person .c-breadcrumb-container .c-breadcrumb .c-breadcrumb__item a {
  color: #9bd0f0;
}

.region-hero--with-img .node--type-person .c-breadcrumb-container .c-breadcrumb .c-breadcrumb__item a:nth-child(1) {
  padding-left: 9px;
}

.region-hero--with-img .node--type-person .c-breadcrumb-container .c-breadcrumb .c-breadcrumb__item span {
  color: #9bd0f0;
}

.c-media-with-overlay {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  overflow: hidden;
}

.c-media-with-overlay .o-slice-title {
  margin-bottom: 1em;
  font-weight: 700;
}

.c-media-with-overlay__overlay {
  width: 100%;
}

@media (max-width: 1154px) {
  .c-media-with-overlay__overlay {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
  }
}
@media (min-width: 768px) and (max-width: 1154px) {
  .c-media-with-overlay__overlay {
    width: auto;
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media (min-width: 1155px) {
  .c-media-with-overlay__overlay {
    padding-top: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: static !important;
  }
  @supports (display: grid) {
    .c-media-with-overlay__overlay {
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-gap: 50px;
    }
  }
}
@media (min-width: 1400px) {
  .c-media-with-overlay__overlay {
    padding-top: 225px;
  }
}
.c-media-with-overlay__left {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  color: #ffffff;
  min-height: 40vw;
  padding: 100px 0 10px 0;
}

.c-media-with-overlay__left.c-exhibition-img {
  min-height: 60vw;
}

@media (min-width: 1155px) {
  .c-media-with-overlay__left.c-exhibition-img {
    min-height: 40vw;
  }
}
@media (min-width: 1400px) {
  .c-media-with-overlay__left.c-exhibition-img {
    min-height: 20vw;
  }
}
@media (min-width: 768px) {
  .c-media-with-overlay__left {
    padding-left: 2.2em;
    padding-right: 2.2em;
  }
}
@media (min-width: 1155px) {
  .c-media-with-overlay__left {
    position: static;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-height: auto;
    padding: 0;
  }
  @supports (display: grid) {
    .c-media-with-overlay__left {
      -ms-flex-item-align: end;
          align-self: end;
    }
  }
}
.c-media-with-overlay__bg {
  height: 100%;
  overflow: hidden;
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin-left: -10px;
  margin-right: -10px;
}

@media (min-width: 480px) {
  .c-media-with-overlay__bg {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media (min-width: 768px) {
  .c-media-with-overlay__bg {
    margin-left: 0;
    margin-right: 0;
  }
}
.c-media-with-overlay__bg .c-exhibition-teaser {
  width: auto;
  padding-top: 62.5%;
  position: initial;
}

.c-media-with-overlay__bg > img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  margin: 0;
}

.c-media-with-overlay__bg .media--type-video {
  margin: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 0;
  height: 100%;
  width: 300%;
  left: -100%;
  min-height: 56.25vw;
}

.c-media-with-overlay__bg:before {
  content: "";
  content: none;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.15);
}

.c-media-with-overlay__right {
  position: relative;
}

@media (min-width: 1155px) {
  .c-media-with-overlay__right {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  @supports (display: grid) {
    .c-media-with-overlay__right {
      -ms-flex-item-align: end;
          align-self: end;
    }
  }
}
.c-media-with-overlay__panel {
  background-color: #000000;
  color: #ffffff;
  padding: 1em 1em 2.2em;
  margin-left: -10px;
  margin-right: -10px;
}

.c-media-with-overlay__panel .o-meta-text {
  color: #ffe72d;
  color: var(--accent-background);
}

@media (min-width: 480px) {
  .c-media-with-overlay__panel {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media (min-width: 768px) {
  .c-media-with-overlay__panel {
    padding: 2.2em;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 1155px) {
  .c-media-with-overlay__panel {
    background-color: rgba(0, 0, 0, 0.8);
  }
}
.c-media-with-overlay__title {
  text-transform: uppercase;
  margin-bottom: 1em;
  font-weight: 500;
}

.c-media-with-overlay__slant {
  display: none;
}

@media (min-width: 1155px) {
  .c-media-with-overlay__slant {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: -1;
    display: block;
    margin-bottom: -1px;
    left: 0;
    right: 0;
  }
}
/*
* Homepage variant
*/
@media (min-width: 1155px) {
  .c-media-with-overlay--home .c-media-with-overlay__overlay {
    padding-bottom: 75px;
    min-height: 630px;
  }
}
@media (min-width: 1400px) {
  .c-media-with-overlay--home .c-media-with-overlay__overlay {
    min-height: 720px;
  }
}
.c-media-with-overlay--home .c-media-with-overlay__left {
  min-height: 120vw;
}

@media (min-width: 480px) {
  .c-media-with-overlay--home .c-media-with-overlay__left {
    min-height: 56.25vw;
    min-height: 65vw;
  }
}
@media (min-width: 1155px) {
  .c-media-with-overlay--home .c-media-with-overlay__left {
    min-height: auto;
  }
}
.c-media-with-overlay__home-title {
  line-height: 1;
  text-shadow: 0px 2px 6px rgba(0, 0, 0, 0.808);
  max-width: 80%;
}

@media (min-width: 768px) {
  .c-media-with-overlay__home-title {
    max-width: inherit;
  }
}
.c-media-with-overlay__home-title strong {
  display: block;
  font-size: 3em;
}

@media (min-width: 768px) {
  .c-media-with-overlay__home-title strong {
    font-size: 4.1em;
  }
}
@media (min-width: 1155px) {
  .c-media-with-overlay__home-title strong {
    font-size: 3.95em;
  }
}
@media (min-width: 1800px) {
  .c-media-with-overlay__home-title strong {
    font-size: 4.15em;
  }
}
/*
* Exhibition variant
*/
.c-media-with-overlay--exhibition {
  background-color: #000000;
}

@media (min-width: 1155px) {
  .c-media-with-overlay--exhibition {
    background-color: transparent;
  }
}
.c-media-with-overlay--exhibition .c-logo-exhibition {
  width: 50%;
  z-index: 4;
}

@media (min-width: 1155px) {
  .c-media-with-overlay--exhibition .c-logo-exhibition {
    width: 100%;
    margin: 0;
    padding-bottom: 75px;
  }
}
.c-media-with-overlay--exhibition .c-logo-exhibition::before {
  z-index: 2;
}

.c-media-with-overlay--exhibition .c-media-with-overlay__bg {
  z-index: 1;
}

@media (min-width: 1156px) {
  @supports (display: grid) {
    .c-media-with-overlay--exhibition .c-media-with-overlay__bg .c-shard-overlay {
      position: absolute;
      background-color: #ffe72d;
      z-index: 0;
    }
    @supports (--custom-properties: 1) {
      .c-media-with-overlay--exhibition .c-media-with-overlay__bg .c-shard-overlay {
        background-color: var(--theme-primary, #ffe72d);
      }
    }
    .c-media-with-overlay--exhibition .c-media-with-overlay__bg .c-shard-overlay.overlay-1 {
      width: 8em;
      height: 10em;
      left: 1em;
      bottom: 6em;
      -webkit-transform: rotate(37deg);
              transform: rotate(37deg);
      clip-path: polygon(31% 0, 0 58%, 100% 100%);
      opacity: 0.8;
    }
    .c-media-with-overlay--exhibition .c-media-with-overlay__bg .c-shard-overlay.overlay-2 {
      width: 8em;
      height: 9em;
      right: 3em;
      top: 5em;
      -webkit-transform: rotate(107deg);
              transform: rotate(107deg);
      z-index: 1;
      clip-path: polygon(50% 0%, 0% 100%, 74% 54%);
      opacity: 0.9;
    }
  }
}
.c-media-with-overlay--exhibition .c-media-with-overlay__right {
  z-index: 3;
}

.node-has-theme .c-media-with-overlay--exhibition .c-media-overlay__title {
  color: #ffe72d;
}

@supports (--custom-properties: 1) {
  .node-has-theme .c-media-with-overlay--exhibition .c-media-overlay__title {
    color: var(--theme-primary, #ffe72d);
  }
}
.c-exhibition-date {
  border: 1px solid rgba(255, 255, 255, 0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1em;
}

.c-exhibition-date__item {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  padding: 0.75em;
}

.c-exhibition-date__item + .c-exhibition-date__item {
  border-right: 0;
}

.c-exhibition-date__item.c-exhibition-date__item--range {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.c-exhibition-date__item.c-exhibition-date__item--range > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  text-align: center;
  font-weight: 700;
  padding-right: 5px;
}

.c-exhibition-date__item.c-exhibition-date__item--range > div + div {
  padding-right: 0;
  padding-left: 5px;
}

.c-exhibition-date__item.c-exhibition-date__item--range .month {
  font-weight: normal;
  text-transform: uppercase;
  font-size: 0.87em;
  line-height: 1.2;
}

@media all and (min-width: 768px) {
  .c-exhibition-date__item.c-exhibition-date__item--range .month {
    font-size: 0.78em;
  }
}
@media all and (min-width: 1155px) {
  .c-exhibition-date__item.c-exhibition-date__item--range .month {
    font-size: 0.7em;
  }
}
@media all and (min-width: 1800px) {
  .c-exhibition-date__item.c-exhibition-date__item--range .month {
    font-size: 0.72em;
  }
}
.c-exhibition-date__item.c-exhibition-date__item--times {
  font-size: 1em;
  line-height: 1.2;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media all and (min-width: 768px) {
  .c-exhibition-date__item.c-exhibition-date__item--times {
    font-size: 0.89em;
  }
}
@media all and (min-width: 1155px) {
  .c-exhibition-date__item.c-exhibition-date__item--times {
    font-size: 0.8em;
  }
}
@media all and (min-width: 1800px) {
  .c-exhibition-date__item.c-exhibition-date__item--times {
    font-size: 0.81em;
  }
}
.c-exhibition-date__label {
  text-transform: uppercase;
  display: block;
  margin-bottom: 0.1em;
}

.paragraph--type--slice-timeline-content .o-panel {
  position: relative;
  padding-bottom: 4em;
}

.paragraph--type--slice-timeline-content .o-slice-title {
  margin-bottom: 1em;
}

.paragraph--type--slice-timeline-content .count-block {
  display: none;
}

@media (min-width: 768px) {
  .paragraph--type--slice-timeline-content .count-block {
    padding: 1em 1em 1.5em 1em;
    opacity: 0.8;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
  }
  .node-has-theme .paragraph--type--slice-timeline-content .count-block {
    color: #ffe72d;
    font-weight: 500;
  }
  @supports (--custom-properties: 1) {
    .node-has-theme .paragraph--type--slice-timeline-content .count-block {
      color: var(--theme-primary, #ffe72d);
    }
  }
}
.paragraph--type--slice-timeline-content .c-timeline-wrapper {
  overflow-x: scroll;
  position: relative;
  background-color: #f6f6f6;
}

.node-has-theme .paragraph--type--slice-timeline-content .c-timeline-wrapper {
  background-size: 99%;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), -webkit-gradient(linear, left top, right top, from(#011a2f), to(#011a2f));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(to right, #011a2f, #011a2f);
}

@supports (--custom-properties: 1) {
  .node-has-theme .paragraph--type--slice-timeline-content .c-timeline-wrapper {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), -webkit-gradient(linear, left top, right top, from(RGBA(var(--theme-secondary, #011a2f), 1)), to(RGBA(var(--theme-secondary, #011a2f), 1)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(to right, RGBA(var(--theme-secondary, #011a2f), 1), RGBA(var(--theme-secondary, #011a2f), 1));
  }
}
.paragraph--type--slice-timeline-content .c-timeline-wrapper::-webkit-scrollbar {
  -webkit-appearance: none;
  height: 12px;
}

.paragraph--type--slice-timeline-content .c-timeline-wrapper::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #007bc7;
  background-color: #b3b3b3;
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}

.paragraph--type--slice-timeline-content .c-timeline-wrapper .o-grid {
  grid-gap: 0;
  counter-reset: timeline;
  position: relative;
  padding: 1em 3em;
}

@media (min-width: 768px) {
  .paragraph--type--slice-timeline-content .c-timeline-wrapper .o-grid {
    padding: 4em 0.5em 1em 3em;
  }
  @supports (display: grid) {
    .paragraph--type--slice-timeline-content .c-timeline-wrapper .o-grid {
      padding: 3em 0.5em 1em 0.5em;
    }
  }
}
.paragraph--type--slice-timeline-content .c-timeline-wrapper .o-grid .paragraph--type--timeline-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  padding-bottom: 3em;
  padding-left: 0;
  padding-top: 0;
  padding-left: 2em;
  border-left: 5px dashed #007bc7;
}

.node-has-theme .paragraph--type--slice-timeline-content .c-timeline-wrapper .o-grid .paragraph--type--timeline-item {
  border-color: #ffe72d;
  color: #ffe72d;
}

@supports (--custom-properties: 1) {
  .node-has-theme .paragraph--type--slice-timeline-content .c-timeline-wrapper .o-grid .paragraph--type--timeline-item {
    border-color: var(--theme-primary, #ffe72d);
  }
}
@supports (--custom-properties: 1) {
  .node-has-theme .paragraph--type--slice-timeline-content .c-timeline-wrapper .o-grid .paragraph--type--timeline-item {
    color: var(--theme-primary, #ffe72d);
  }
}
.paragraph--type--slice-timeline-content .c-timeline-wrapper .o-grid .paragraph--type--timeline-item::before {
  counter-incement: timeline;
  content: counter(timeline);
  position: absolute;
  top: 5px;
  left: 0;
  width: 20px;
  height: 20px;
  -webkit-transform: translateX(-50%) translateX(1.5px);
          transform: translateX(-50%) translateX(1.5px);
  z-index: 1;
  border: 3px solid #007bc7;
  background-color: #f6f6f6;
  border-radius: 50%;
  top: -1.2em;
  left: 1.5em;
  width: 2em;
  height: 2em;
  text-align: center;
  border-radius: 50%;
  background-color: #ffffff;
  color: #007bc7;
  font-weight: 600;
  border: 2.5px solid #007bc7;
  padding-top: 2px;
  left: -0.2em;
  top: 0;
}

@media (min-width: 768px) {
  .paragraph--type--slice-timeline-content .c-timeline-wrapper .o-grid .paragraph--type--timeline-item::before {
    border-width: 5px;
    padding-top: 0;
  }
}
.node-has-theme .paragraph--type--slice-timeline-content .c-timeline-wrapper .o-grid .paragraph--type--timeline-item::before {
  border-color: #ffe72d;
  color: #ffe72d;
  background-size: 99%;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), -webkit-gradient(linear, left top, right top, from(#011a2f), to(#011a2f));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(to right, #011a2f, #011a2f);
}

@supports (--custom-properties: 1) {
  .node-has-theme .paragraph--type--slice-timeline-content .c-timeline-wrapper .o-grid .paragraph--type--timeline-item::before {
    border-color: var(--theme-primary, #ffe72d);
  }
}
@supports (--custom-properties: 1) {
  .node-has-theme .paragraph--type--slice-timeline-content .c-timeline-wrapper .o-grid .paragraph--type--timeline-item::before {
    color: var(--theme-primary, #ffe72d);
  }
}
@supports (--custom-properties: 1) {
  .node-has-theme .paragraph--type--slice-timeline-content .c-timeline-wrapper .o-grid .paragraph--type--timeline-item::before {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), -webkit-gradient(linear, left top, right top, from(RGBA(var(--theme-secondary, #011a2f), 1)), to(RGBA(var(--theme-secondary, #011a2f), 1)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(to right, RGBA(var(--theme-secondary, #011a2f), 1), RGBA(var(--theme-secondary, #011a2f), 1));
  }
}
.paragraph--type--slice-timeline-content .c-timeline-wrapper .o-grid .paragraph--type--timeline-item .c-media-timeline__title {
  font-size: 1.25em;
  line-height: 1.2;
  width: 100%;
  max-width: initial;
  font-weight: 400;
  margin-bottom: 1em;
}

@media all and (min-width: 768px) {
  .paragraph--type--slice-timeline-content .c-timeline-wrapper .o-grid .paragraph--type--timeline-item .c-media-timeline__title {
    font-size: 1.22em;
  }
}
@media all and (min-width: 1155px) {
  .paragraph--type--slice-timeline-content .c-timeline-wrapper .o-grid .paragraph--type--timeline-item .c-media-timeline__title {
    font-size: 1.2em;
  }
}
@media all and (min-width: 1800px) {
  .paragraph--type--slice-timeline-content .c-timeline-wrapper .o-grid .paragraph--type--timeline-item .c-media-timeline__title {
    font-size: 1.27em;
  }
}
.paragraph--type--slice-timeline-content .c-timeline-wrapper .o-grid .paragraph--type--timeline-item .c-media-timeline__content {
  width: 100%;
}

.node-has-theme .paragraph--type--slice-timeline-content .c-timeline-wrapper .o-grid .paragraph--type--timeline-item .c-media-timeline__content {
  color: #ffffff;
}

.paragraph--type--slice-timeline-content .c-timeline-wrapper .o-grid .paragraph--type--timeline-item .c-media-timeline__content ul {
  padding: 0 1em;
}

.paragraph--type--slice-timeline-content .c-timeline-wrapper .o-grid .paragraph--type--timeline-item .c-media-timeline__content ul li {
  list-style-position: outside;
}

.paragraph--type--slice-timeline-content .c-timeline-wrapper .o-grid .paragraph--type--timeline-item::after {
  content: inherit;
}

@media (min-width: 768px) {
  .paragraph--type--slice-timeline-content .c-timeline-wrapper .o-grid .paragraph--type--timeline-item {
    padding-bottom: 1.5em;
    padding-top: 1em;
    margin-right: 8px;
    padding-left: 0;
    border-left: none;
    border-top: 10px dashed #007bc7;
  }
  .paragraph--type--slice-timeline-content .c-timeline-wrapper .o-grid .paragraph--type--timeline-item::before {
    left: 0.9em;
    top: -1.2em;
  }
  .paragraph--type--slice-timeline-content .c-timeline-wrapper .o-grid .paragraph--type--timeline-item .c-media-timeline__title {
    padding-top: 0.9em;
  }
}
@media (min-width: 768px) {
  .paragraph--type--slice-timeline-content .c-timeline-wrapper .o-grid.c-timeline.o-grid--3-col {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
  }
}
@media (min-width: 480px) {
  .paragraph--type--slice-timeline-content .c-timeline-wrapper .o-grid.c-timeline.o-grid--3-col .paragraph--view-mode--timeline-horizontal.o-grid__item {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .paragraph--type--slice-timeline-content .c-timeline-wrapper .o-grid.c-timeline.o-grid--3-col .paragraph--view-mode--timeline-horizontal.o-grid__item {
    width: 33.3333333333%;
    min-width: 17em;
  }
}
@media (min-width: 1400px) {
  .paragraph--type--slice-timeline-content .c-timeline-wrapper .o-grid.c-timeline.o-grid--3-col .paragraph--view-mode--timeline-horizontal.o-grid__item {
    min-width: 20em;
  }
}
@supports (display: grid) {
  @media (min-width: 480px) {
    .paragraph--type--slice-timeline-content .c-timeline-wrapper .o-grid.c-timeline.o-grid--3-col {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    }
  }
  @media (min-width: 768px) {
    .paragraph--type--slice-timeline-content .c-timeline-wrapper .o-grid.c-timeline.o-grid--3-col {
      grid-template-columns: repeat(3, 1fr);
      display: grid;
      grid-gap: 0;
    }
  }
  @media (min-width: 1155px) {
    .paragraph--type--slice-timeline-content .c-timeline-wrapper .o-grid.c-timeline.o-grid--3-col {
      grid-template-columns: repeat(3, 1fr);
    }
  }
  @media (min-width: 768px) {
    .paragraph--type--slice-timeline-content .c-timeline-wrapper .o-grid.c-timeline.o-grid--3-col .paragraph--view-mode--timeline-horizontal.o-grid__item {
      width: 17em;
    }
  }
  @media (min-width: 1400px) {
    .paragraph--type--slice-timeline-content .c-timeline-wrapper .o-grid.c-timeline.o-grid--3-col .paragraph--view-mode--timeline-horizontal.o-grid__item {
      width: 20em;
    }
  }
}
@media (min-width: 768px) {
  .paragraph--type--slice-timeline-content .c-timeline-wrapper .o-grid.c-timeline.o-grid--4-col {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
  }
}
@media (min-width: 480px) {
  .paragraph--type--slice-timeline-content .c-timeline-wrapper .o-grid.c-timeline.o-grid--4-col .paragraph--view-mode--timeline-horizontal.o-grid__item {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .paragraph--type--slice-timeline-content .c-timeline-wrapper .o-grid.c-timeline.o-grid--4-col .paragraph--view-mode--timeline-horizontal.o-grid__item {
    width: 25%;
    min-width: 17em;
  }
}
@media (min-width: 1400px) {
  .paragraph--type--slice-timeline-content .c-timeline-wrapper .o-grid.c-timeline.o-grid--4-col .paragraph--view-mode--timeline-horizontal.o-grid__item {
    min-width: 20em;
  }
}
@supports (display: grid) {
  @media (min-width: 480px) {
    .paragraph--type--slice-timeline-content .c-timeline-wrapper .o-grid.c-timeline.o-grid--4-col {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    }
  }
  @media (min-width: 768px) {
    .paragraph--type--slice-timeline-content .c-timeline-wrapper .o-grid.c-timeline.o-grid--4-col {
      grid-template-columns: repeat(4, 1fr);
      display: grid;
      grid-gap: 0;
    }
  }
  @media (min-width: 1155px) {
    .paragraph--type--slice-timeline-content .c-timeline-wrapper .o-grid.c-timeline.o-grid--4-col {
      grid-template-columns: repeat(4, 1fr);
    }
  }
  @media (min-width: 768px) {
    .paragraph--type--slice-timeline-content .c-timeline-wrapper .o-grid.c-timeline.o-grid--4-col .paragraph--view-mode--timeline-horizontal.o-grid__item {
      width: 17em;
    }
  }
  @media (min-width: 1400px) {
    .paragraph--type--slice-timeline-content .c-timeline-wrapper .o-grid.c-timeline.o-grid--4-col .paragraph--view-mode--timeline-horizontal.o-grid__item {
      width: 20em;
    }
  }
}
@media (min-width: 768px) {
  .paragraph--type--slice-timeline-content .c-timeline-wrapper .o-grid.c-timeline.o-grid--5-col {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
  }
}
@media (min-width: 480px) {
  .paragraph--type--slice-timeline-content .c-timeline-wrapper .o-grid.c-timeline.o-grid--5-col .paragraph--view-mode--timeline-horizontal.o-grid__item {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .paragraph--type--slice-timeline-content .c-timeline-wrapper .o-grid.c-timeline.o-grid--5-col .paragraph--view-mode--timeline-horizontal.o-grid__item {
    width: 20%;
    min-width: 17em;
  }
}
@media (min-width: 1400px) {
  .paragraph--type--slice-timeline-content .c-timeline-wrapper .o-grid.c-timeline.o-grid--5-col .paragraph--view-mode--timeline-horizontal.o-grid__item {
    min-width: 20em;
  }
}
@supports (display: grid) {
  @media (min-width: 480px) {
    .paragraph--type--slice-timeline-content .c-timeline-wrapper .o-grid.c-timeline.o-grid--5-col {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    }
  }
  @media (min-width: 768px) {
    .paragraph--type--slice-timeline-content .c-timeline-wrapper .o-grid.c-timeline.o-grid--5-col {
      grid-template-columns: repeat(5, 1fr);
      display: grid;
      grid-gap: 0;
    }
  }
  @media (min-width: 1155px) {
    .paragraph--type--slice-timeline-content .c-timeline-wrapper .o-grid.c-timeline.o-grid--5-col {
      grid-template-columns: repeat(5, 1fr);
    }
  }
  @media (min-width: 768px) {
    .paragraph--type--slice-timeline-content .c-timeline-wrapper .o-grid.c-timeline.o-grid--5-col .paragraph--view-mode--timeline-horizontal.o-grid__item {
      width: 17em;
    }
  }
  @media (min-width: 1400px) {
    .paragraph--type--slice-timeline-content .c-timeline-wrapper .o-grid.c-timeline.o-grid--5-col .paragraph--view-mode--timeline-horizontal.o-grid__item {
      width: 20em;
    }
  }
}
@media (min-width: 768px) {
  .paragraph--type--slice-timeline-content .c-timeline-wrapper .o-grid.c-timeline.o-grid--6-col {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
  }
}
@media (min-width: 480px) {
  .paragraph--type--slice-timeline-content .c-timeline-wrapper .o-grid.c-timeline.o-grid--6-col .paragraph--view-mode--timeline-horizontal.o-grid__item {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .paragraph--type--slice-timeline-content .c-timeline-wrapper .o-grid.c-timeline.o-grid--6-col .paragraph--view-mode--timeline-horizontal.o-grid__item {
    width: 16.6666666667%;
    min-width: 17em;
  }
}
@media (min-width: 1400px) {
  .paragraph--type--slice-timeline-content .c-timeline-wrapper .o-grid.c-timeline.o-grid--6-col .paragraph--view-mode--timeline-horizontal.o-grid__item {
    min-width: 20em;
  }
}
@supports (display: grid) {
  @media (min-width: 480px) {
    .paragraph--type--slice-timeline-content .c-timeline-wrapper .o-grid.c-timeline.o-grid--6-col {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    }
  }
  @media (min-width: 768px) {
    .paragraph--type--slice-timeline-content .c-timeline-wrapper .o-grid.c-timeline.o-grid--6-col {
      grid-template-columns: repeat(6, 1fr);
      display: grid;
      grid-gap: 0;
    }
  }
  @media (min-width: 1155px) {
    .paragraph--type--slice-timeline-content .c-timeline-wrapper .o-grid.c-timeline.o-grid--6-col {
      grid-template-columns: repeat(6, 1fr);
    }
  }
  @media (min-width: 768px) {
    .paragraph--type--slice-timeline-content .c-timeline-wrapper .o-grid.c-timeline.o-grid--6-col .paragraph--view-mode--timeline-horizontal.o-grid__item {
      width: 17em;
    }
  }
  @media (min-width: 1400px) {
    .paragraph--type--slice-timeline-content .c-timeline-wrapper .o-grid.c-timeline.o-grid--6-col .paragraph--view-mode--timeline-horizontal.o-grid__item {
      width: 20em;
    }
  }
}
@media (min-width: 768px) {
  .paragraph--type--slice-timeline-content .c-timeline-wrapper .o-grid.c-timeline.o-grid--7-col {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
  }
}
@media (min-width: 480px) {
  .paragraph--type--slice-timeline-content .c-timeline-wrapper .o-grid.c-timeline.o-grid--7-col .paragraph--view-mode--timeline-horizontal.o-grid__item {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .paragraph--type--slice-timeline-content .c-timeline-wrapper .o-grid.c-timeline.o-grid--7-col .paragraph--view-mode--timeline-horizontal.o-grid__item {
    width: 14.2857142857%;
    min-width: 17em;
  }
}
@media (min-width: 1400px) {
  .paragraph--type--slice-timeline-content .c-timeline-wrapper .o-grid.c-timeline.o-grid--7-col .paragraph--view-mode--timeline-horizontal.o-grid__item {
    min-width: 20em;
  }
}
@supports (display: grid) {
  @media (min-width: 480px) {
    .paragraph--type--slice-timeline-content .c-timeline-wrapper .o-grid.c-timeline.o-grid--7-col {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    }
  }
  @media (min-width: 768px) {
    .paragraph--type--slice-timeline-content .c-timeline-wrapper .o-grid.c-timeline.o-grid--7-col {
      grid-template-columns: repeat(7, 1fr);
      display: grid;
      grid-gap: 0;
    }
  }
  @media (min-width: 1155px) {
    .paragraph--type--slice-timeline-content .c-timeline-wrapper .o-grid.c-timeline.o-grid--7-col {
      grid-template-columns: repeat(7, 1fr);
    }
  }
  @media (min-width: 768px) {
    .paragraph--type--slice-timeline-content .c-timeline-wrapper .o-grid.c-timeline.o-grid--7-col .paragraph--view-mode--timeline-horizontal.o-grid__item {
      width: 17em;
    }
  }
  @media (min-width: 1400px) {
    .paragraph--type--slice-timeline-content .c-timeline-wrapper .o-grid.c-timeline.o-grid--7-col .paragraph--view-mode--timeline-horizontal.o-grid__item {
      width: 20em;
    }
  }
}
.c-timeline-content .c-timeline-inner {
  padding-left: 2.6em;
  position: relative;
  margin: 0;
}

.c-timeline-content .c-timeline__post-content {
  padding-top: 1em;
}

.c-timeline-content .c-media-timeline__item {
  list-style: none;
  padding-bottom: 1em;
  text-align: left;
  min-height: 2em;
  position: relative;
  color: #000000;
  color: var(--foreground);
}

.c-timeline-content .c-media-timeline__item::before {
  width: 1.2em;
  height: 1.2em;
  background-color: transparent;
  left: -2.5em;
  position: absolute;
  content: "";
  border-radius: 50%;
  border: 4px solid;
  border-color: currentColor;
  color: var(--foreground);
  border-color: var(--foreground);
}

.c-timeline-content .c-media-timeline__item .c-media-timeline__title {
  margin-bottom: 0.3em;
  text-align: left;
}

.c-timeline-content .c-media-timeline__item p:last-child {
  margin-bottom: 0;
}

.c-timeline-content.has-font .c-media-timeline__title {
  font-family: var(--theme-font);
  line-height: 1.1;
}

.has-center-text .c-timeline-container .c-media-timeline__item,
.has-right-text .c-timeline-container .c-media-timeline__item {
  text-align: left;
}

.has-timeline-timeline .c-media-timeline__item::after {
  width: 4px;
  background-color: currentColor;
  height: calc(100% - 1.2em);
  bottom: 0;
  left: -2em;
  position: absolute;
  content: "";
}

.has-timeline-numbers .c-timeline-inner {
  counter-reset: section;
}

.has-timeline-numbers .c-media-timeline__item::before {
  counter-incement: section;
  content: counter(section);
  padding: 0.1em;
  width: 2em;
  height: 2em;
  text-align: center;
}

.has-timeline-bullets .c-media-timeline__item::before {
  width: 1.4em;
  height: 1.4em;
  border-color: currentColor;
}

.c-timeline-content.has-center-text .c-timeline-inner {
  padding-left: 0;
}

@media (min-width: 1155px) {
  .c-timeline-content.has-center-text .c-media-timeline__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
  }
}
@media (min-width: 1155px) {
  .c-timeline-content.has-center-text .c-media-timeline__item .c-media-timeline__content {
    width: 50%;
    padding-right: 1.5em;
    text-align: right;
  }
}
.c-timeline-content.has-center-text .c-media-timeline__item .c-media-timeline__title {
  margin-bottom: 0.3em;
}

@media (min-width: 1155px) {
  .c-timeline-content.has-center-text .c-media-timeline__item .c-media-timeline__title {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 50%;
    padding-left: 1.5em;
    text-align: left;
  }
}
@media (min-width: 1155px) {
  .c-timeline-content.has-center-text .c-media-timeline__item::before {
    left: calc(50% - 0.5em);
  }
  .c-timeline-content.has-center-text .c-media-timeline__item::after {
    left: 50%;
  }
}
.c-timeline-content.has-right-text .c-timeline-inner {
  padding-left: 0;
  padding-right: 2.5em;
}

@media (min-width: 1155px) {
  .c-timeline-content.has-right-text .c-media-timeline__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.c-timeline-content.has-right-text .c-media-timeline__item .c-media-timeline__content {
  text-align: right;
}

@media (min-width: 1155px) {
  .c-timeline-content.has-right-text .c-media-timeline__item .c-media-timeline__content {
    width: calc(100% - 11em);
    padding-right: 1.5em;
  }
}
.c-timeline-content.has-right-text .c-media-timeline__item .c-media-timeline__title {
  margin-bottom: 0.3em;
  text-align: right;
}

@media (min-width: 1155px) {
  .c-timeline-content.has-right-text .c-media-timeline__item .c-media-timeline__title {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 8em;
  }
}
.c-timeline-content.has-right-text .c-media-timeline__item::before {
  left: inherit;
  right: -2em;
}

.c-timeline-content.has-right-text .c-media-timeline__item::after {
  left: inherit;
  right: -1.5em;
}

@media (min-width: 1155px) {
  .has-timeline-numbers.has-center-text .c-media-timeline__item .c-media-timeline__title {
    padding-left: 2em;
  }
}
.has-timeline-numbers.has-right-text .c-media-timeline__item .c-media-timeline__title {
  padding-right: 0.5em;
}

@media (min-width: 1155px) {
  .has-timeline-numbers.has-right-text .c-media-timeline__item .c-media-timeline__title {
    padding-right: 1em;
  }
}
.has-timeline-numbers.has-right-text .c-media-timeline__item .c-media-timeline__content {
  padding-right: 0.5em;
}

.has-timeline-numbers.has-right-text .c-media-timeline__item::before {
  left: inherit;
  right: -2.5em;
}

.o-slice--linked-items .o-slice--linked-items__item {
  position: relative;
  border-left: 0.4em solid #2d2d2d;
  padding-left: 1.5em;
  margin-left: 0.5em;
  padding-bottom: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.o-slice--linked-items .o-slice--linked-items__item:before {
  content: "";
  border: 5px solid #2d2d2d;
  border-radius: 20px;
  height: 1.5em;
  width: 1.5em;
  display: inline-block;
  position: absolute;
  background-color: white;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
  left: -0.94em;
}

.o-slice--linked-items .o-slice--linked-items__item .o-slice--linked-items__item__field {
  margin-right: 1em;
  color: #2d2d2d;
  font-weight: 500;
}

.c-link-content .c-link-items-inner {
  border-top: 1px solid currentColor;
}

.c-link-content .c-link-items-inner .c-link-item {
  border-bottom: 1px solid currentColor;
  position: relative;
}

.c-link-content.has-right-text .c-link-arrow {
  text-align: right;
  padding-right: 1.8em;
}

.c-link-content.has-center-text .c-link-arrow {
  text-align: center;
}

.c-link-content.has-center-text .c-link-arrow svg {
  right: initial;
  margin-left: 0.8em;
}

.c-link-arrow {
  width: 100%;
  display: block;
  text-align: left;
  font-size: 1.12em;
  line-height: 1.4;
  padding: 0.8em 0.3em;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
  text-decoration: none;
  padding-right: 1.2em;
  line-height: 1.3;
}

@media all and (min-width: 768px) {
  .c-link-arrow {
    font-size: 1em;
  }
}
@media all and (min-width: 1155px) {
  .c-link-arrow {
    font-size: 1em;
  }
}
@media all and (min-width: 1800px) {
  .c-link-arrow {
    font-size: 1.09em;
  }
}
.c-link-arrow .o-icon {
  color: var(--accent-background);
}

.c-link-arrow .o-icon g {
  fill: currentColor;
}

.c-link-arrow svg {
  position: absolute;
  right: 0;
  top: 0.8em;
  width: 1em;
  height: 1em;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
  color: var(--accent-background);
}

.c-link-arrow svg g {
  fill: currentColor;
}

.c-link-arrow:hover {
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
}

.c-link-arrow:hover svg {
  -webkit-transform: translateX(-0.5em);
          transform: translateX(-0.5em);
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
}

.c-poll-item .o-container {
  background-color: var(--foreground);
  color: var(--background);
}

.o-grid .poll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  overflow: visible;
}

.o-grid .poll .poll-question {
  text-align: left;
  font-size: 1.5em;
  line-height: 1.2;
}

@media all and (min-width: 768px) {
  .o-grid .poll .poll-question {
    font-size: 1.67em;
  }
}
@media all and (min-width: 1155px) {
  .o-grid .poll .poll-question {
    font-size: 1.8em;
  }
}
@media all and (min-width: 1800px) {
  .o-grid .poll .poll-question {
    font-size: 1.909em;
  }
}
.o-grid .poll .total {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding-bottom: 0.5em;
  border-bottom: 2px solid grey;
  margin-bottom: 1em;
  text-align: left;
  border-color: var(--foreground);
}

.o-grid .poll dl {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  grid-gap: 20px;
}

.o-grid .poll dl .choice-title {
  text-align: left;
  color: #000000;
  padding: 0.3em 0.6em;
  border: 2px solid #000000;
  border-radius: 4px;
  background-color: #9bd0f0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 0;
  width: 80%;
  height: 2em;
  z-index: 5;
  border: none;
  background-color: transparent;
  color: var(--background) !important;
}

.o-grid .poll dl .choice-result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  width: 100%;
  margin-bottom: 0.8em;
  margin-top: -2em;
}

.o-grid .poll dl .choice-result.is-current-selection {
  opacity: 1;
}

.o-grid .poll dl .choice-result .bar {
  margin: auto;
  background-color: #f6f6f6;
  height: 1.1em;
  width: 80%;
  margin: 0;
  margin-right: 0.8em;
  border-top: 2px solid #000000;
  height: 2em;
  border: 0;
  z-index: -1;
  border-radius: 0 4px 4px 0;
  background-color: var(--foreground);
}

.o-grid .poll dl .choice-result .bar .foreground {
  height: 1em;
  background-color: #9bd0f0;
  background-color: var(--accent-background) !important;
  z-index: 0;
  height: 2em;
}

.o-grid .poll dl .choice-result .percent {
  font-size: 0.8em;
  text-align: right;
  width: 24%;
  width: clamp(24%, 6em, 11em);
}

.o-grid .poll ~ .form-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1em 0 0 0;
}

.o-grid .poll ~ .form-actions input.o-button.o-button--primary.form-submit {
  border-radius: 2em;
}

.o-grid .poll .vote-form .form-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1em 0 0 0;
}

.o-grid .poll .vote-form .form-actions [data-drupal-selector^=edit-vote],
.o-grid .poll .vote-form .form-actions [data-drupal-selector^=edit-result] {
  background-color: #9bd0f0;
  border-radius: 2em;
  margin-bottom: 0;
  background-color: var(--foreground);
  color: var(--background);
}

.o-grid .poll .vote-form .form-actions [data-drupal-selector^=edit-vote]:hover,
.o-grid .poll .vote-form .form-actions [data-drupal-selector^=edit-result]:hover {
  background-color: rgb(110.652173913, 187.1565217391, 233.347826087);
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
  cursor: pointer;
  color: var(--foreground);
  background-color: var(--background);
}

.o-grid .poll .vote-form .fieldgroup legend {
  margin: 0;
}

.o-grid .poll .vote-form .fieldgroup.error .fieldset-wrapper > div:nth-of-type(1) {
  color: red;
  margin-bottom: 0.8em;
  padding: 0.5em;
  opacity: 0;
  -webkit-animation: fadeUp forwards 0.5s 0.25s;
          animation: fadeUp forwards 0.5s 0.25s;
  font-size: 0.9em;
  background-color: var(--foreground);
  color: var(--background);
}

.o-grid .poll .vote-form .form-item-choice label {
  background-color: var(--foreground);
  color: var(--background);
}

.o-grid .poll .vote-form .form-item-choice label:hover {
  background-color: #000000;
  color: #ffffff;
}

.o-grid .poll .vote-form .form-item-choice input[type=radio]:focus + label,
.o-grid .poll .vote-form .form-item-choice input[type=radio]:checked + label {
  background-color: #000000;
  color: #ffffff;
  -webkit-box-shadow: 0 0 10px 5px var(--accent-background);
          box-shadow: 0 0 10px 5px var(--accent-background);
}

.o-grid .c-slice-poll form.poll-view-form {
  position: relative;
}

.o-grid .c-slice-poll form.poll-view-form .o-container {
  margin: 0;
  padding: 0;
  padding-top: 0;
  position: absolute;
  opacity: 0;
  -webkit-animation: fadeUp forwards 0.5s 0.25s;
          animation: fadeUp forwards 0.5s 0.25s;
  background-color: #f6f6f6;
  color: #000000;
  left: -0.8em;
  width: calc(100% + 1.6em);
  bottom: calc(100% + 0.8em);
  height: auto;
  padding-bottom: 0 !important;
}

.o-grid .c-slice-poll form.poll-view-form .o-container .c-status-message {
  margin: 0;
  text-align: center;
  border: none;
  padding: 0.8em;
  background-color: var(--accent-background) !important;
  color: var(--background) !important;
}

.o-grid .c-slice-poll form.poll-view-form .o-container .c-status-message--error {
  background-color: #f88c8c;
  display: none;
}

@-webkit-keyframes fadeUp {
  0% {
    -webkit-transform: translateY(1em);
            transform: translateY(1em);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fadeUp {
  0% {
    -webkit-transform: translateY(1em);
            transform: translateY(1em);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
.o-grid .c-slice-poll form.poll-view-form .ajax-progress.ajax-progress-throbber {
  border: 4px solid #007bc7;
  border-top-color: #ffe72d;
  border-color: var(--accent-foreground);
  border-top-color: var(--accent-background);
  border-radius: 50%;
  width: 30px;
  height: 30px;
  -webkit-animation: spin 2s linear infinite;
          animation: spin 2s linear infinite;
  margin: 0 0.5em;
  color: transparent;
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.vote-form .form-item-choice input[type=radio] {
  opacity: 0;
  position: fixed;
  width: 0;
}

.vote-form .form-item-choice label {
  display: inline-block;
  padding: 0.3em 0.6em;
  border: 2px solid #000000;
  border: none;
  color: #000000;
  color: var(--background);
  border-radius: 4px;
  background-color: #9bd0f0;
  background-color: var(--foreground);
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
}

.vote-form .form-item-choice label:hover {
  background-color: #000000;
  background-color: var(--foreground);
  color: #ffffff;
  color: var(--background);
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
  cursor: pointer;
}

.vote-form .form-item-choice input[type=radio]:focus + label,
.vote-form .form-item-choice input[type=radio]:checked + label {
  background-color: #000000;
  background-color: var(--foreground);
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
  color: #ffffff;
  color: var(--background);
  -webkit-box-shadow: 0 0 10px 5px rgba(155, 208, 240, 0.5);
          box-shadow: 0 0 10px 5px rgba(155, 208, 240, 0.5);
}

.paragraph--type--slice-views .o-slice-title {
  background: var(--background);
  color: var(--foreground);
  padding: 1em 1em 1em 1em;
  margin-bottom: 0;
}

.o-view-has-facets header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  background-color: var(--background);
  padding: 1em;
  margin-bottom: 1em;
}

.o-view-has-facets header .o-view-strapline {
  width: 100%;
  font-weight: 500;
  font-size: 1.3em;
}

.o-view-has-facets header .o-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.o-view-has-facets header .facet-block {
  width: 13em;
  margin-right: 0.5em;
}

.c-visit-contact-details .o-contact__item {
  margin-bottom: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.c-visit-contact-details .c-details__label {
  width: 3em;
}

.c-visit-contact-details .c-details__value {
  width: calc(100% - 3em);
}

.c-visit-contact-details .c-details__value p {
  margin: 0;
}

.c-visit-contact-details a {
  text-decoration-color: var(--accent-background);
}

.c-visit-contact-details .o-icon {
  width: 1.5em;
  height: 1.5em;
}

.c-visit-contact-details .c-contact__email .c-contact__inner,
.c-visit-contact-details .c-contact__phone .c-contact__inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-visit-contact-details .c-contact__email .o-icon,
.c-visit-contact-details .c-contact__phone .o-icon {
  margin-bottom: -0.2em;
}

.c-visit-contact-details .c-contact__dates .c-details__value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.c-visit-contact-details .c-contact__dates .c-details__value .c-status {
  width: 100%;
}

.c-visit-contact-details .c-contact__dates .c-details__value .c-divider {
  width: 1em;
  height: 2px;
  margin: 0.7em 1em;
  background-color: currentColor;
}

.c-visit-contact-details .c-emergency .o-icon {
  fill: #ffe72d;
  background: #000000;
  border-radius: 50%;
  border: 1px solid #000000;
  background: var(--background);
  border-color: var(--background);
  fill: var(--accent-background);
}

.c-opening-times .c-opening-times__inner {
  border-top: 1px solid currentColor;
  padding: 0.5em;
  margin-bottom: 1.5em;
}

.c-opening-times .o-opening-time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin-bottom: 0.4em;
}

.c-opening-times .o-opening-time .day {
  width: 4.5em;
  padding-left: 0.5em;
  font-weight: 500;
  border-left: 3px solid currentColor;
  padding-right: 0.3em;
}

.c-opening-times .o-opening-time .time {
  width: calc(100% - 4.5em);
}

.c-opening-times .o-opening-time .reason {
  width: 100%;
  padding-left: 4.5em;
  opacity: 0.8;
  padding-bottom: 0.3em;
  font-size: 0.9em;
}

.c-opening-times .o-opening-time.c-extra-time .content {
  width: calc(100% - 4.5em);
}

.c-opening-times .o-opening-time.c-extra-time .content .time {
  width: 100%;
}

.c-opening-times .o-opening-time.c-extra-time .content .reason {
  display: block;
  padding: 0;
}

.c-opening-times .c-opening-times__inner .o-contact__item {
  margin-left: -0.5em;
}

.c-opening-times .c-opening-times__inner p.o-contact__item {
  margin-bottom: 0;
}

.c-opening-times .c-opening-times__inner p.o-contact__item .day {
  padding-right: 0.5em;
}

.c-opening-times .c-opening-times__inner .c-exhibition-details__time-toggle {
  display: inline-block;
  color: #000000;
  color: var(--foreground);
  border: 1px solid currentColor;
  padding: 0.3em 1.5em 0.3em 0.4em;
  text-decoration: none;
  margin-top: 0;
  margin-left: 2.5em;
  position: relative;
}

.c-opening-times .c-opening-times__inner .c-exhibition-details__time-toggle::after {
  content: "";
  position: absolute;
  right: 10px;
  top: calc(50% - 5px);
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid currentColor;
}

.c-opening-times .c-opening-times__inner .c-exhibition-details__time-toggle + ol {
  margin-left: 2.5em;
}

.c-visit-contact-details.has-dark-theme .c-opening-times__inner .c-exhibition-details__time-toggle {
  color: #ffe72d;
}

.o-block-galleryandcafeopeningtimes .c-opening-times__inner {
  border: none;
  padding: 0;
  margin: 0;
}

.o-block-galleryandcafeopeningtimes .c-opening-times__inner .reason {
  font-size: 0.7em;
}

.o-block-galleryandcafeopeningtimes .c-opening-times__inner .day {
  -ms-flex-preferred-size: initial;
      flex-basis: initial;
  color: #ffffff;
}

.c-opening-times .c-opening-times__inner .c-exhibition-details__time-toggle:hover {
  background-color: var(--foreground);
  color: var(--background);
}

.c-opening-times .c-opening-times__inner .c-exhibition-details__time-toggle:hover::after {
  border-top-color: var(--background);
}

.c-opening-times .c-opening-times__inner .c-exhibition-details__time-toggle::after {
  background: transparent;
  border-top-color: var(--theme-accent);
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}

.c-opening-times .c-opening-times__inner .c-exhibition-details__time-toggle.-is-active {
  background-color: #000000;
  color: #ffffff;
  background-color: var(--foreground);
  color: var(--background);
}

.c-opening-times .c-opening-times__inner .c-exhibition-details__time-toggle.-is-active::after {
  border-top-color: var(--background);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}

.has-neutral,
.has-neutral-theme {
  --background: #f6f6f6;
  --foreground: #000000;
  --accent-background: #007bc7;
  --accent-foreground: #9bd0f0;
}

.has-dark,
.has-dark-theme {
  --background: #000000;
  --foreground: #ffffff;
  --accent-background: #ffe72d;
  --accent-foreground: #007bc7;
}

.has-light,
.has-light-theme {
  --background: #ffffff;
  --foreground: #000000;
  --accent-background: #007bc7;
  --accent-foreground: #9bd0f0;
}

.node-has-theme .paragraph--type--slice-column-content.has-no-theme,
.node-has-theme .paragraph--type--slice-column-content.has-no-theme .has-no-theme {
  --background: transparent;
  --foreground: #000000;
  --theme-accent: #ffe72d;
  --accent-background: #ffe72d;
  --accent-foreground: #007bc7;
}

.node-has-theme .has-default-theme,
.node-has-theme .has-default {
  --background: #ffffff;
  --foreground: #000000;
  --theme-accent: var(--theme-neutral-accent);
  --accent-background: var(--theme-neutral-accent);
  --accent-foreground: var(--theme-neutral-accent);
}

.node-has-theme .has-dark-theme,
.node-has-theme .has-dark {
  --background: var(--theme-dark);
  --foreground: #ffffff;
  --theme-accent: var(--theme-dark-accent);
  --accent-background: var(--theme-dark-accent);
  --accent-foreground: var(--theme-dark-accent-foreground);
}

.node-has-theme .has-light-theme,
.node-has-theme .has-light {
  --background: var(--theme-light);
  --foreground: #000000;
  --theme-accent: var(--theme-light-accent);
  --accent-background: var(--theme-light-accent);
  --accent-foreground: var(--theme-light-accent-foreground);
}

.node-has-theme .has-neutral-theme,
.node-has-theme .has-neutral {
  --background: var(--theme-neutral);
  --foreground: #ffffff;
  --theme-accent: var(--theme-neutral-accent);
  --accent-background: var(--theme-neutral-accent);
  --accent-foreground: var(--theme-neutral-accent-foreground);
}

.node-has-theme main {
  color: #ffffff;
  background-color: #2d2d2d;
  background: var(--theme-background);
}

.node-has-theme main .c-hero__wrapper.has-transparent {
  background: transparent;
}

.node-has-theme main .c-hero__wrapper.has-transparent .c-breadcrumb__item {
  background-color: var(--foreground);
  color: var(--background);
}

.node-has-theme main .c-hero__wrapper.has-transparent .c-breadcrumb__item:nth-child(1) {
  padding-left: 15px;
}

.node-has-theme main .c-hero__wrapper.has-transparent .c-flex-hero__title,
.node-has-theme main .c-hero__wrapper.has-transparent .c-flex-hero__sub {
  text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3);
}

.node-has-theme main .c-hero__wrapper.has-transparent .c-flex-hero__title > *,
.node-has-theme main .c-hero__wrapper.has-transparent .c-flex-hero__sub > * {
  color: #ffffff;
  color: var(--foreground);
}

.node-has-theme main .c-hero__wrapper.has-transparent.has-image-above .c-hero__img::before {
  border-right-color: var(--theme-background);
}

.node-has-theme main .c-hero__wrapper.has-transparent.has-image-below .c-hero__img::before {
  border-top-color: var(--theme-background);
}

.node-has-theme main .c-hero__wrapper.has-transparent.has-image-faded-behind .c-hero__img::before {
  background: linear-gradient(18deg, var(--theme-background) 32%, rgba(249, 249, 249, 0) 100%);
}

.node-has-theme main .c-flex-hero__title > *,
.node-has-theme main .c-flex-hero__sub > * {
  color: #ffffff;
  color: var(--foreground);
}

.node-has-theme main a {
  text-decoration-color: var(--theme-accent);
}

.node-has-theme main .o-button--primary,
.node-has-theme main .form-actions input.o-button.o-button--primary.form-submit {
  background: var(--accent-foreground);
  color: var(--foreground);
}

.node-has-theme main .o-button--primary:hover,
.node-has-theme main .form-actions input.o-button.o-button--primary.form-submit:hover {
  background: none;
  color: var(--background);
  background: var(--accent-background);
}

.node-has-theme main .o-meta-text {
  color: var(--theme-accent);
}

.node-has-theme main .has-font h1,
.node-has-theme main .has-font h2,
.node-has-theme main .has-font h3,
.node-has-theme main .has-font h4,
.node-has-theme main .has-font h5,
.node-has-theme main .has-font h6,
.node-has-theme main .has-font .o-type-h1,
.node-has-theme main .has-font .o-type-h2,
.node-has-theme main .has-font .o-type-h3,
.node-has-theme main .has-font .o-type-h4,
.node-has-theme main .has-font .o-type-h5,
.node-has-theme main .has-font .o-type-h6,
.node-has-theme main .has-font .o-wysiwyg__intro-text {
  font-family: var(--theme-font);
}

.node-has-theme .o-slice.paragraph--type--slice-column-content.has-default-theme {
  background: transparent;
}

.node-has-theme .region-post-content .o-block-newsletter {
  background-color: #9bd0f0;
  color: #000000;
  background: var(--background);
  color: var(--foreground);
}

.node-has-theme .region-post-content .o-button {
  background: var(--accent-background);
  color: var(--background);
}

.node-has-theme .region-post-content .o-button::before {
  background: var(--accent-foreground);
}

.node-has-theme .region-post-content .o-button:hover, .node-has-theme .region-post-content .o-button:focus {
  background: none;
  color: var(--foreground);
  background: var(--accent-background);
}

.node-has-theme .region-post-content .c-social {
  color: var(--foreground);
  background: var(--background);
}

.node-has-theme .region-post-content .c-social a:hover, .node-has-theme .region-post-content .c-social a:focus {
  color: var(--accent-background);
}

.node-has-theme .region-post-content .o-block-crick-views-block-related-content-taxonomy-related {
  color: var(--foreground);
  background: var(--background);
  padding: 1em;
}

.node-has-theme .region-post-content .o-block-crick-views-block-related-content-taxonomy-related a.c-teaser__link:hover .c-teaser__title h3,
.node-has-theme .region-post-content .o-block-crick-views-block-related-content-taxonomy-related a.c-teaser__link:focus .c-teaser__title h3 {
  text-shadow: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.skip-link-container a,
.skip-link-container button {
  text-decoration: none;
}

.skip-link-container a:hover, .skip-link-container a:focus,
.skip-link-container button:hover,
.skip-link-container button:focus {
  text-decoration: none;
}

.skip-link-container a:hover > span, .skip-link-container a:focus > span,
.skip-link-container button:hover > span,
.skip-link-container button:focus > span {
  background-size: 100% 100%;
}

.skip-link-container a > span,
.skip-link-container button > span {
  position: relative;
  width: 100%;
  background-image: linear-gradient(transparent calc(100% - 2px), currentColor 2px);
  background-repeat: no-repeat;
  background-size: 0% 100%;
  -webkit-transition: background-size 0.3s;
  transition: background-size 0.3s;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
}

.skip-link {
  display: inline-block;
  padding-top: 1em;
}

.keyline {
  display: block;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
}

.node-has-theme .keyline {
  display: none;
}

.keyline__path {
  stroke-dasharray: 50;
  stroke-dashoffset: 50;
}

.keyline.-is-active .keyline__path {
  -webkit-animation: dash 0.2s ease-in-out forwards;
          animation: dash 0.2s ease-in-out forwards;
}
