@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mapboxgl-map {
  font: 12px/20px Helvetica Neue, Arial, Helvetica, sans-serif;
  overflow: hidden;
  position: relative;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mapboxgl-canvas {
  position: absolute;
  left: 0;
  top: 0;
}

.mapboxgl-map:-webkit-full-screen {
  width: 100%;
  height: 100%;
}

.mapboxgl-canary {
  background-color: salmon;
}

.mapboxgl-canvas-container.mapboxgl-interactive, .mapboxgl-ctrl-group button.mapboxgl-ctrl-compass {
  cursor: grab;
  -webkit-user-select: none;
  user-select: none;
}

.mapboxgl-canvas-container.mapboxgl-interactive.mapboxgl-track-pointer {
  cursor: pointer;
}

.mapboxgl-canvas-container.mapboxgl-interactive:active, .mapboxgl-ctrl-group button.mapboxgl-ctrl-compass:active {
  cursor: grabbing;
}

.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate, .mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate .mapboxgl-canvas {
  touch-action: pan-x pan-y;
}

.mapboxgl-canvas-container.mapboxgl-touch-drag-pan, .mapboxgl-canvas-container.mapboxgl-touch-drag-pan .mapboxgl-canvas {
  touch-action: pinch-zoom;
}

.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate.mapboxgl-touch-drag-pan, .mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate.mapboxgl-touch-drag-pan .mapboxgl-canvas {
  touch-action: none;
}

.mapboxgl-ctrl-bottom-left, .mapboxgl-ctrl-bottom-right, .mapboxgl-ctrl-top-left, .mapboxgl-ctrl-top-right {
  position: absolute;
  pointer-events: none;
  z-index: 2;
}

.mapboxgl-ctrl-top-left {
  top: 0;
  left: 0;
}

.mapboxgl-ctrl-top-right {
  top: 0;
  right: 0;
}

.mapboxgl-ctrl-bottom-left {
  bottom: 0;
  left: 0;
}

.mapboxgl-ctrl-bottom-right {
  right: 0;
  bottom: 0;
}

.mapboxgl-ctrl {
  clear: both;
  pointer-events: auto;
  transform: translate(0);
}

.mapboxgl-ctrl-top-left .mapboxgl-ctrl {
  margin: 10px 0 0 10px;
  float: left;
}

.mapboxgl-ctrl-top-right .mapboxgl-ctrl {
  margin: 10px 10px 0 0;
  float: right;
}

.mapboxgl-ctrl-bottom-left .mapboxgl-ctrl {
  margin: 0 0 10px 10px;
  float: left;
}

.mapboxgl-ctrl-bottom-right .mapboxgl-ctrl {
  margin: 0 10px 10px 0;
  float: right;
}

.mapboxgl-ctrl-group {
  border-radius: 4px;
  background: #fff;
}

.mapboxgl-ctrl-group:not(:empty) {
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
}

@media (-ms-high-contrast: active) {
  .mapboxgl-ctrl-group:not(:empty) {
    box-shadow: 0 0 0 2px ButtonText;
  }
}
.mapboxgl-ctrl-group button {
  width: 29px;
  height: 29px;
  display: block;
  padding: 0;
  outline: none;
  border: 0;
  box-sizing: border-box;
  background-color: transparent;
  cursor: pointer;
}

.mapboxgl-ctrl-group button + button {
  border-top: 1px solid #ddd;
}

.mapboxgl-ctrl button .mapboxgl-ctrl-icon {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50%;
}

@media (-ms-high-contrast: active) {
  .mapboxgl-ctrl-icon {
    background-color: transparent;
  }
  .mapboxgl-ctrl-group button + button {
    border-top: 1px solid ButtonText;
  }
}
.mapboxgl-ctrl-attrib-button:focus, .mapboxgl-ctrl-group button:focus {
  box-shadow: 0 0 2px 2px #0096ff;
}

.mapboxgl-ctrl button:disabled {
  cursor: not-allowed;
}

.mapboxgl-ctrl button:disabled .mapboxgl-ctrl-icon {
  opacity: 0.25;
}

.mapboxgl-ctrl button:not(:disabled):hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.mapboxgl-ctrl-group button:focus:focus-visible {
  box-shadow: 0 0 2px 2px #0096ff;
}

.mapboxgl-ctrl-group button:focus:not(:focus-visible) {
  box-shadow: none;
}

.mapboxgl-ctrl-group button:focus:first-child {
  border-radius: 4px 4px 0 0;
}

.mapboxgl-ctrl-group button:focus:last-child {
  border-radius: 0 0 4px 4px;
}

.mapboxgl-ctrl-group button:focus:only-child {
  border-radius: inherit;
}

.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-out .mapboxgl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23333'%3E %3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-9z'/%3E %3C/svg%3E");
}

.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-in .mapboxgl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23333'%3E %3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5z'/%3E %3C/svg%3E");
}

@media (-ms-high-contrast: active) {
  .mapboxgl-ctrl button.mapboxgl-ctrl-zoom-out .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E %3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-9z'/%3E %3C/svg%3E");
  }
  .mapboxgl-ctrl button.mapboxgl-ctrl-zoom-in .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E %3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5z'/%3E %3C/svg%3E");
  }
}
@media (-ms-high-contrast: black-on-white) {
  .mapboxgl-ctrl button.mapboxgl-ctrl-zoom-out .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23000'%3E %3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-9z'/%3E %3C/svg%3E");
  }
  .mapboxgl-ctrl button.mapboxgl-ctrl-zoom-in .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23000'%3E %3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5z'/%3E %3C/svg%3E");
  }
}
.mapboxgl-ctrl button.mapboxgl-ctrl-fullscreen .mapboxgl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23333'%3E %3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3h1zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16h1zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5H13zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1V7.5z'/%3E %3C/svg%3E");
}

.mapboxgl-ctrl button.mapboxgl-ctrl-shrink .mapboxgl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1h-5.5zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1v-5.5zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1v5.5zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1h5.5z'/%3E %3C/svg%3E");
}

@media (-ms-high-contrast: active) {
  .mapboxgl-ctrl button.mapboxgl-ctrl-fullscreen .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E %3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3h1zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16h1zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5H13zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1V7.5z'/%3E %3C/svg%3E");
  }
  .mapboxgl-ctrl button.mapboxgl-ctrl-shrink .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E %3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1h-5.5zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1v-5.5zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1v5.5zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1h5.5z'/%3E %3C/svg%3E");
  }
}
@media (-ms-high-contrast: black-on-white) {
  .mapboxgl-ctrl button.mapboxgl-ctrl-fullscreen .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23000'%3E %3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3h1zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16h1zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5H13zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1V7.5z'/%3E %3C/svg%3E");
  }
  .mapboxgl-ctrl button.mapboxgl-ctrl-shrink .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23000'%3E %3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1h-5.5zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1v-5.5zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1v5.5zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1h5.5z'/%3E %3C/svg%3E");
  }
}
.mapboxgl-ctrl button.mapboxgl-ctrl-compass .mapboxgl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23333'%3E %3Cpath d='M10.5 14l4-8 4 8h-8z'/%3E %3Cpath id='south' d='M10.5 16l4 8 4-8h-8z' fill='%23ccc'/%3E %3C/svg%3E");
}

@media (-ms-high-contrast: active) {
  .mapboxgl-ctrl button.mapboxgl-ctrl-compass .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E %3Cpath d='M10.5 14l4-8 4 8h-8z'/%3E %3Cpath id='south' d='M10.5 16l4 8 4-8h-8z' fill='%23999'/%3E %3C/svg%3E");
  }
}
@media (-ms-high-contrast: black-on-white) {
  .mapboxgl-ctrl button.mapboxgl-ctrl-compass .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23000'%3E %3Cpath d='M10.5 14l4-8 4 8h-8z'/%3E %3Cpath id='south' d='M10.5 16l4 8 4-8h-8z' fill='%23ccc'/%3E %3C/svg%3E");
  }
}
.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate .mapboxgl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23333'%3E %3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E %3Ccircle id='dot' cx='10' cy='10' r='2'/%3E %3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E %3C/svg%3E");
}

.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate:disabled .mapboxgl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23aaa'%3E %3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E %3Ccircle id='dot' cx='10' cy='10' r='2'/%3E %3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' fill='red'/%3E %3C/svg%3E");
}

.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active .mapboxgl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E %3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E %3Ccircle id='dot' cx='10' cy='10' r='2'/%3E %3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E %3C/svg%3E");
}

.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active-error .mapboxgl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e58978'%3E %3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E %3Ccircle id='dot' cx='10' cy='10' r='2'/%3E %3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E %3C/svg%3E");
}

.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background .mapboxgl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E %3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E %3Ccircle id='dot' cx='10' cy='10' r='2' display='none'/%3E %3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E %3C/svg%3E");
}

.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background-error .mapboxgl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e54e33'%3E %3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E %3Ccircle id='dot' cx='10' cy='10' r='2' display='none'/%3E %3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E %3C/svg%3E");
}

.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-waiting .mapboxgl-ctrl-icon {
  animation: mapboxgl-spin 2s linear infinite;
}

@media (-ms-high-contrast: active) {
  .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E %3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E %3Ccircle id='dot' cx='10' cy='10' r='2'/%3E %3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E %3C/svg%3E");
  }
  .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate:disabled .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23999'%3E %3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E %3Ccircle id='dot' cx='10' cy='10' r='2'/%3E %3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' fill='red'/%3E %3C/svg%3E");
  }
  .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E %3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E %3Ccircle id='dot' cx='10' cy='10' r='2'/%3E %3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E %3C/svg%3E");
  }
  .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active-error .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e58978'%3E %3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E %3Ccircle id='dot' cx='10' cy='10' r='2'/%3E %3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E %3C/svg%3E");
  }
  .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E %3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E %3Ccircle id='dot' cx='10' cy='10' r='2' display='none'/%3E %3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E %3C/svg%3E");
  }
  .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background-error .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e54e33'%3E %3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E %3Ccircle id='dot' cx='10' cy='10' r='2' display='none'/%3E %3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E %3C/svg%3E");
  }
}
@media (-ms-high-contrast: black-on-white) {
  .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23000'%3E %3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E %3Ccircle id='dot' cx='10' cy='10' r='2'/%3E %3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E %3C/svg%3E");
  }
  .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate:disabled .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23666'%3E %3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E %3Ccircle id='dot' cx='10' cy='10' r='2'/%3E %3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' fill='red'/%3E %3C/svg%3E");
  }
}
@keyframes mapboxgl-spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
a.mapboxgl-ctrl-logo {
  width: 88px;
  height: 23px;
  margin: 0 0 -4px -4px;
  display: block;
  background-repeat: no-repeat;
  cursor: pointer;
  overflow: hidden;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='88' height='23' viewBox='0 0 88 23' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill-rule='evenodd'%3E %3Cdefs%3E %3Cpath id='logo' d='M11.5 2.25c5.105 0 9.25 4.145 9.25 9.25s-4.145 9.25-9.25 9.25-9.25-4.145-9.25-9.25 4.145-9.25 9.25-9.25zM6.997 15.983c-.051-.338-.828-5.802 2.233-8.873a4.395 4.395 0 013.13-1.28c1.27 0 2.49.51 3.39 1.42.91.9 1.42 2.12 1.42 3.39 0 1.18-.449 2.301-1.28 3.13C12.72 16.93 7 16 7 16l-.003-.017zM15.3 10.5l-2 .8-.8 2-.8-2-2-.8 2-.8.8-2 .8 2 2 .8z'/%3E %3Cpath id='text' d='M50.63 8c.13 0 .23.1.23.23V9c.7-.76 1.7-1.18 2.73-1.18 2.17 0 3.95 1.85 3.95 4.17s-1.77 4.19-3.94 4.19c-1.04 0-2.03-.43-2.74-1.18v3.77c0 .13-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V8.23c0-.12.1-.23.23-.23h1.4zm-3.86.01c.01 0 .01 0 .01-.01.13 0 .22.1.22.22v7.55c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V15c-.7.76-1.69 1.19-2.73 1.19-2.17 0-3.94-1.87-3.94-4.19 0-2.32 1.77-4.19 3.94-4.19 1.03 0 2.02.43 2.73 1.18v-.75c0-.12.1-.23.23-.23h1.4zm26.375-.19a4.24 4.24 0 00-4.16 3.29c-.13.59-.13 1.19 0 1.77a4.233 4.233 0 004.17 3.3c2.35 0 4.26-1.87 4.26-4.19 0-2.32-1.9-4.17-4.27-4.17zM60.63 5c.13 0 .23.1.23.23v3.76c.7-.76 1.7-1.18 2.73-1.18 1.88 0 3.45 1.4 3.84 3.28.13.59.13 1.2 0 1.8-.39 1.88-1.96 3.29-3.84 3.29-1.03 0-2.02-.43-2.73-1.18v.77c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V5.23c0-.12.1-.23.23-.23h1.4zm-34 11h-1.4c-.13 0-.23-.11-.23-.23V8.22c.01-.13.1-.22.23-.22h1.4c.13 0 .22.11.23.22v.68c.5-.68 1.3-1.09 2.16-1.1h.03c1.09 0 2.09.6 2.6 1.55.45-.95 1.4-1.55 2.44-1.56 1.62 0 2.93 1.25 2.9 2.78l.03 5.2c0 .13-.1.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.8 0-1.46.7-1.59 1.62l.01 4.68c0 .13-.11.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.85 0-1.54.79-1.6 1.8v4.5c0 .13-.1.23-.23.23zm53.615 0h-1.61c-.04 0-.08-.01-.12-.03-.09-.06-.13-.19-.06-.28l2.43-3.71-2.39-3.65a.213.213 0 01-.03-.12c0-.12.09-.21.21-.21h1.61c.13 0 .24.06.3.17l1.41 2.37 1.4-2.37a.34.34 0 01.3-.17h1.6c.04 0 .08.01.12.03.09.06.13.19.06.28l-2.37 3.65 2.43 3.7c0 .05.01.09.01.13 0 .12-.09.21-.21.21h-1.61c-.13 0-.24-.06-.3-.17l-1.44-2.42-1.44 2.42a.34.34 0 01-.3.17zm-7.12-1.49c-1.33 0-2.42-1.12-2.42-2.51 0-1.39 1.08-2.52 2.42-2.52 1.33 0 2.42 1.12 2.42 2.51 0 1.39-1.08 2.51-2.42 2.52zm-19.865 0c-1.32 0-2.39-1.11-2.42-2.48v-.07c.02-1.38 1.09-2.49 2.4-2.49 1.32 0 2.41 1.12 2.41 2.51 0 1.39-1.07 2.52-2.39 2.53zm-8.11-2.48c-.01 1.37-1.09 2.47-2.41 2.47s-2.42-1.12-2.42-2.51c0-1.39 1.08-2.52 2.4-2.52 1.33 0 2.39 1.11 2.41 2.48l.02.08zm18.12 2.47c-1.32 0-2.39-1.11-2.41-2.48v-.06c.02-1.38 1.09-2.48 2.41-2.48s2.42 1.12 2.42 2.51c0 1.39-1.09 2.51-2.42 2.51z'/%3E %3C/defs%3E %3Cmask id='clip'%3E %3Crect x='0' y='0' width='100%25' height='100%25' fill='white'/%3E %3Cuse xlink:href='%23logo'/%3E %3Cuse xlink:href='%23text'/%3E %3C/mask%3E %3Cg id='outline' opacity='0.3' stroke='%23000' stroke-width='3'%3E %3Ccircle mask='url(%23clip)' cx='11.5' cy='11.5' r='9.25'/%3E %3Cuse xlink:href='%23text' mask='url(%23clip)'/%3E %3C/g%3E %3Cg id='fill' opacity='0.9' fill='%23fff'%3E %3Cuse xlink:href='%23logo'/%3E %3Cuse xlink:href='%23text'/%3E %3C/g%3E %3C/svg%3E");
}

a.mapboxgl-ctrl-logo.mapboxgl-compact {
  width: 23px;
}

@media (-ms-high-contrast: active) {
  a.mapboxgl-ctrl-logo {
    background-color: transparent;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='88' height='23' viewBox='0 0 88 23' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill-rule='evenodd'%3E %3Cdefs%3E %3Cpath id='logo' d='M11.5 2.25c5.105 0 9.25 4.145 9.25 9.25s-4.145 9.25-9.25 9.25-9.25-4.145-9.25-9.25 4.145-9.25 9.25-9.25zM6.997 15.983c-.051-.338-.828-5.802 2.233-8.873a4.395 4.395 0 013.13-1.28c1.27 0 2.49.51 3.39 1.42.91.9 1.42 2.12 1.42 3.39 0 1.18-.449 2.301-1.28 3.13C12.72 16.93 7 16 7 16l-.003-.017zM15.3 10.5l-2 .8-.8 2-.8-2-2-.8 2-.8.8-2 .8 2 2 .8z'/%3E %3Cpath id='text' d='M50.63 8c.13 0 .23.1.23.23V9c.7-.76 1.7-1.18 2.73-1.18 2.17 0 3.95 1.85 3.95 4.17s-1.77 4.19-3.94 4.19c-1.04 0-2.03-.43-2.74-1.18v3.77c0 .13-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V8.23c0-.12.1-.23.23-.23h1.4zm-3.86.01c.01 0 .01 0 .01-.01.13 0 .22.1.22.22v7.55c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V15c-.7.76-1.69 1.19-2.73 1.19-2.17 0-3.94-1.87-3.94-4.19 0-2.32 1.77-4.19 3.94-4.19 1.03 0 2.02.43 2.73 1.18v-.75c0-.12.1-.23.23-.23h1.4zm26.375-.19a4.24 4.24 0 00-4.16 3.29c-.13.59-.13 1.19 0 1.77a4.233 4.233 0 004.17 3.3c2.35 0 4.26-1.87 4.26-4.19 0-2.32-1.9-4.17-4.27-4.17zM60.63 5c.13 0 .23.1.23.23v3.76c.7-.76 1.7-1.18 2.73-1.18 1.88 0 3.45 1.4 3.84 3.28.13.59.13 1.2 0 1.8-.39 1.88-1.96 3.29-3.84 3.29-1.03 0-2.02-.43-2.73-1.18v.77c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V5.23c0-.12.1-.23.23-.23h1.4zm-34 11h-1.4c-.13 0-.23-.11-.23-.23V8.22c.01-.13.1-.22.23-.22h1.4c.13 0 .22.11.23.22v.68c.5-.68 1.3-1.09 2.16-1.1h.03c1.09 0 2.09.6 2.6 1.55.45-.95 1.4-1.55 2.44-1.56 1.62 0 2.93 1.25 2.9 2.78l.03 5.2c0 .13-.1.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.8 0-1.46.7-1.59 1.62l.01 4.68c0 .13-.11.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.85 0-1.54.79-1.6 1.8v4.5c0 .13-.1.23-.23.23zm53.615 0h-1.61c-.04 0-.08-.01-.12-.03-.09-.06-.13-.19-.06-.28l2.43-3.71-2.39-3.65a.213.213 0 01-.03-.12c0-.12.09-.21.21-.21h1.61c.13 0 .24.06.3.17l1.41 2.37 1.4-2.37a.34.34 0 01.3-.17h1.6c.04 0 .08.01.12.03.09.06.13.19.06.28l-2.37 3.65 2.43 3.7c0 .05.01.09.01.13 0 .12-.09.21-.21.21h-1.61c-.13 0-.24-.06-.3-.17l-1.44-2.42-1.44 2.42a.34.34 0 01-.3.17zm-7.12-1.49c-1.33 0-2.42-1.12-2.42-2.51 0-1.39 1.08-2.52 2.42-2.52 1.33 0 2.42 1.12 2.42 2.51 0 1.39-1.08 2.51-2.42 2.52zm-19.865 0c-1.32 0-2.39-1.11-2.42-2.48v-.07c.02-1.38 1.09-2.49 2.4-2.49 1.32 0 2.41 1.12 2.41 2.51 0 1.39-1.07 2.52-2.39 2.53zm-8.11-2.48c-.01 1.37-1.09 2.47-2.41 2.47s-2.42-1.12-2.42-2.51c0-1.39 1.08-2.52 2.4-2.52 1.33 0 2.39 1.11 2.41 2.48l.02.08zm18.12 2.47c-1.32 0-2.39-1.11-2.41-2.48v-.06c.02-1.38 1.09-2.48 2.41-2.48s2.42 1.12 2.42 2.51c0 1.39-1.09 2.51-2.42 2.51z'/%3E %3C/defs%3E %3Cmask id='clip'%3E %3Crect x='0' y='0' width='100%25' height='100%25' fill='white'/%3E %3Cuse xlink:href='%23logo'/%3E %3Cuse xlink:href='%23text'/%3E %3C/mask%3E %3Cg id='outline' opacity='1' stroke='%23000' stroke-width='3'%3E %3Ccircle mask='url(%23clip)' cx='11.5' cy='11.5' r='9.25'/%3E %3Cuse xlink:href='%23text' mask='url(%23clip)'/%3E %3C/g%3E %3Cg id='fill' opacity='1' fill='%23fff'%3E %3Cuse xlink:href='%23logo'/%3E %3Cuse xlink:href='%23text'/%3E %3C/g%3E %3C/svg%3E");
  }
}
@media (-ms-high-contrast: black-on-white) {
  a.mapboxgl-ctrl-logo {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='88' height='23' viewBox='0 0 88 23' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill-rule='evenodd'%3E %3Cdefs%3E %3Cpath id='logo' d='M11.5 2.25c5.105 0 9.25 4.145 9.25 9.25s-4.145 9.25-9.25 9.25-9.25-4.145-9.25-9.25 4.145-9.25 9.25-9.25zM6.997 15.983c-.051-.338-.828-5.802 2.233-8.873a4.395 4.395 0 013.13-1.28c1.27 0 2.49.51 3.39 1.42.91.9 1.42 2.12 1.42 3.39 0 1.18-.449 2.301-1.28 3.13C12.72 16.93 7 16 7 16l-.003-.017zM15.3 10.5l-2 .8-.8 2-.8-2-2-.8 2-.8.8-2 .8 2 2 .8z'/%3E %3Cpath id='text' d='M50.63 8c.13 0 .23.1.23.23V9c.7-.76 1.7-1.18 2.73-1.18 2.17 0 3.95 1.85 3.95 4.17s-1.77 4.19-3.94 4.19c-1.04 0-2.03-.43-2.74-1.18v3.77c0 .13-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V8.23c0-.12.1-.23.23-.23h1.4zm-3.86.01c.01 0 .01 0 .01-.01.13 0 .22.1.22.22v7.55c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V15c-.7.76-1.69 1.19-2.73 1.19-2.17 0-3.94-1.87-3.94-4.19 0-2.32 1.77-4.19 3.94-4.19 1.03 0 2.02.43 2.73 1.18v-.75c0-.12.1-.23.23-.23h1.4zm26.375-.19a4.24 4.24 0 00-4.16 3.29c-.13.59-.13 1.19 0 1.77a4.233 4.233 0 004.17 3.3c2.35 0 4.26-1.87 4.26-4.19 0-2.32-1.9-4.17-4.27-4.17zM60.63 5c.13 0 .23.1.23.23v3.76c.7-.76 1.7-1.18 2.73-1.18 1.88 0 3.45 1.4 3.84 3.28.13.59.13 1.2 0 1.8-.39 1.88-1.96 3.29-3.84 3.29-1.03 0-2.02-.43-2.73-1.18v.77c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V5.23c0-.12.1-.23.23-.23h1.4zm-34 11h-1.4c-.13 0-.23-.11-.23-.23V8.22c.01-.13.1-.22.23-.22h1.4c.13 0 .22.11.23.22v.68c.5-.68 1.3-1.09 2.16-1.1h.03c1.09 0 2.09.6 2.6 1.55.45-.95 1.4-1.55 2.44-1.56 1.62 0 2.93 1.25 2.9 2.78l.03 5.2c0 .13-.1.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.8 0-1.46.7-1.59 1.62l.01 4.68c0 .13-.11.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.85 0-1.54.79-1.6 1.8v4.5c0 .13-.1.23-.23.23zm53.615 0h-1.61c-.04 0-.08-.01-.12-.03-.09-.06-.13-.19-.06-.28l2.43-3.71-2.39-3.65a.213.213 0 01-.03-.12c0-.12.09-.21.21-.21h1.61c.13 0 .24.06.3.17l1.41 2.37 1.4-2.37a.34.34 0 01.3-.17h1.6c.04 0 .08.01.12.03.09.06.13.19.06.28l-2.37 3.65 2.43 3.7c0 .05.01.09.01.13 0 .12-.09.21-.21.21h-1.61c-.13 0-.24-.06-.3-.17l-1.44-2.42-1.44 2.42a.34.34 0 01-.3.17zm-7.12-1.49c-1.33 0-2.42-1.12-2.42-2.51 0-1.39 1.08-2.52 2.42-2.52 1.33 0 2.42 1.12 2.42 2.51 0 1.39-1.08 2.51-2.42 2.52zm-19.865 0c-1.32 0-2.39-1.11-2.42-2.48v-.07c.02-1.38 1.09-2.49 2.4-2.49 1.32 0 2.41 1.12 2.41 2.51 0 1.39-1.07 2.52-2.39 2.53zm-8.11-2.48c-.01 1.37-1.09 2.47-2.41 2.47s-2.42-1.12-2.42-2.51c0-1.39 1.08-2.52 2.4-2.52 1.33 0 2.39 1.11 2.41 2.48l.02.08zm18.12 2.47c-1.32 0-2.39-1.11-2.41-2.48v-.06c.02-1.38 1.09-2.48 2.41-2.48s2.42 1.12 2.42 2.51c0 1.39-1.09 2.51-2.42 2.51z'/%3E %3C/defs%3E %3Cmask id='clip'%3E %3Crect x='0' y='0' width='100%25' height='100%25' fill='white'/%3E %3Cuse xlink:href='%23logo'/%3E %3Cuse xlink:href='%23text'/%3E %3C/mask%3E %3Cg id='outline' opacity='1' stroke='%23fff' stroke-width='3' fill='%23fff'%3E %3Ccircle mask='url(%23clip)' cx='11.5' cy='11.5' r='9.25'/%3E %3Cuse xlink:href='%23text' mask='url(%23clip)'/%3E %3C/g%3E %3Cg id='fill' opacity='1' fill='%23000'%3E %3Cuse xlink:href='%23logo'/%3E %3Cuse xlink:href='%23text'/%3E %3C/g%3E %3C/svg%3E");
  }
}
.mapboxgl-ctrl.mapboxgl-ctrl-attrib {
  padding: 0 5px;
  background-color: hsla(0, 0%, 100%, 0.5);
  margin: 0;
}

@media screen {
  .mapboxgl-ctrl-attrib.mapboxgl-compact {
    min-height: 20px;
    padding: 2px 24px 2px 0;
    margin: 10px;
    position: relative;
    background-color: #fff;
    border-radius: 12px;
  }
  .mapboxgl-ctrl-attrib.mapboxgl-compact-show {
    padding: 2px 28px 2px 8px;
    visibility: visible;
  }
  .mapboxgl-ctrl-bottom-left > .mapboxgl-ctrl-attrib.mapboxgl-compact-show, .mapboxgl-ctrl-top-left > .mapboxgl-ctrl-attrib.mapboxgl-compact-show {
    padding: 2px 8px 2px 28px;
    border-radius: 12px;
  }
  .mapboxgl-ctrl-attrib.mapboxgl-compact .mapboxgl-ctrl-attrib-inner {
    display: none;
  }
  .mapboxgl-ctrl-attrib-button {
    display: none;
    cursor: pointer;
    position: absolute;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd'%3E %3Cpath d='M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0'/%3E %3C/svg%3E");
    background-color: hsla(0, 0%, 100%, 0.5);
    width: 24px;
    height: 24px;
    box-sizing: border-box;
    border-radius: 12px;
    outline: none;
    top: 0;
    right: 0;
    border: 0;
  }
  .mapboxgl-ctrl-bottom-left .mapboxgl-ctrl-attrib-button, .mapboxgl-ctrl-top-left .mapboxgl-ctrl-attrib-button {
    left: 0;
  }
  .mapboxgl-ctrl-attrib.mapboxgl-compact-show .mapboxgl-ctrl-attrib-inner, .mapboxgl-ctrl-attrib.mapboxgl-compact .mapboxgl-ctrl-attrib-button {
    display: block;
  }
  .mapboxgl-ctrl-attrib.mapboxgl-compact-show .mapboxgl-ctrl-attrib-button {
    background-color: rgba(0, 0, 0, 0.05);
  }
  .mapboxgl-ctrl-bottom-right > .mapboxgl-ctrl-attrib.mapboxgl-compact:after {
    bottom: 0;
    right: 0;
  }
  .mapboxgl-ctrl-top-right > .mapboxgl-ctrl-attrib.mapboxgl-compact:after {
    top: 0;
    right: 0;
  }
  .mapboxgl-ctrl-top-left > .mapboxgl-ctrl-attrib.mapboxgl-compact:after {
    top: 0;
    left: 0;
  }
  .mapboxgl-ctrl-bottom-left > .mapboxgl-ctrl-attrib.mapboxgl-compact:after {
    bottom: 0;
    left: 0;
  }
}
@media screen and (-ms-high-contrast: active) {
  .mapboxgl-ctrl-attrib.mapboxgl-compact:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd' fill='%23fff'%3E %3Cpath d='M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0'/%3E %3C/svg%3E");
  }
}
@media screen and (-ms-high-contrast: black-on-white) {
  .mapboxgl-ctrl-attrib.mapboxgl-compact:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd'%3E %3Cpath d='M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0'/%3E %3C/svg%3E");
  }
}
.mapboxgl-ctrl-attrib a {
  color: rgba(0, 0, 0, 0.75);
  text-decoration: none;
}

.mapboxgl-ctrl-attrib a:hover {
  color: inherit;
  text-decoration: underline;
}

.mapboxgl-ctrl-attrib .mapbox-improve-map {
  font-weight: 700;
  margin-left: 2px;
}

.mapboxgl-attrib-empty {
  display: none;
}

.mapboxgl-ctrl-scale {
  background-color: hsla(0, 0%, 100%, 0.75);
  font-size: 10px;
  border: 2px solid #333;
  border-top: #333;
  padding: 0 5px;
  color: #333;
  box-sizing: border-box;
}

.mapboxgl-popup {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  will-change: transform;
  pointer-events: none;
}

.mapboxgl-popup-anchor-top, .mapboxgl-popup-anchor-top-left, .mapboxgl-popup-anchor-top-right {
  flex-direction: column;
}

.mapboxgl-popup-anchor-bottom, .mapboxgl-popup-anchor-bottom-left, .mapboxgl-popup-anchor-bottom-right {
  flex-direction: column-reverse;
}

.mapboxgl-popup-anchor-left {
  flex-direction: row;
}

.mapboxgl-popup-anchor-right {
  flex-direction: row-reverse;
}

.mapboxgl-popup-tip {
  width: 0;
  height: 0;
  border: 10px solid transparent;
  z-index: 1;
}

.mapboxgl-popup-anchor-top .mapboxgl-popup-tip {
  align-self: center;
  border-top: none;
  border-bottom-color: #fff;
}

.mapboxgl-popup-anchor-top-left .mapboxgl-popup-tip {
  align-self: flex-start;
  border-top: none;
  border-left: none;
  border-bottom-color: #fff;
}

.mapboxgl-popup-anchor-top-right .mapboxgl-popup-tip {
  align-self: flex-end;
  border-top: none;
  border-right: none;
  border-bottom-color: #fff;
}

.mapboxgl-popup-anchor-bottom .mapboxgl-popup-tip {
  align-self: center;
  border-bottom: none;
  border-top-color: #fff;
}

.mapboxgl-popup-anchor-bottom-left .mapboxgl-popup-tip {
  align-self: flex-start;
  border-bottom: none;
  border-left: none;
  border-top-color: #fff;
}

.mapboxgl-popup-anchor-bottom-right .mapboxgl-popup-tip {
  align-self: flex-end;
  border-bottom: none;
  border-right: none;
  border-top-color: #fff;
}

.mapboxgl-popup-anchor-left .mapboxgl-popup-tip {
  align-self: center;
  border-left: none;
  border-right-color: #fff;
}

.mapboxgl-popup-anchor-right .mapboxgl-popup-tip {
  align-self: center;
  border-right: none;
  border-left-color: #fff;
}

.mapboxgl-popup-close-button {
  position: absolute;
  right: 0;
  top: 0;
  border: 0;
  border-radius: 0 3px 0 0;
  cursor: pointer;
  background-color: transparent;
}

.mapboxgl-popup-close-button:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.mapboxgl-popup-content {
  position: relative;
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  padding: 10px 10px 15px;
  pointer-events: auto;
}

.mapboxgl-popup-anchor-top-left .mapboxgl-popup-content {
  border-top-left-radius: 0;
}

.mapboxgl-popup-anchor-top-right .mapboxgl-popup-content {
  border-top-right-radius: 0;
}

.mapboxgl-popup-anchor-bottom-left .mapboxgl-popup-content {
  border-bottom-left-radius: 0;
}

.mapboxgl-popup-anchor-bottom-right .mapboxgl-popup-content {
  border-bottom-right-radius: 0;
}

.mapboxgl-popup-track-pointer {
  display: none;
}

.mapboxgl-popup-track-pointer * {
  pointer-events: none;
  user-select: none;
}

.mapboxgl-map:hover .mapboxgl-popup-track-pointer {
  display: flex;
}

.mapboxgl-map:active .mapboxgl-popup-track-pointer {
  display: none;
}

.mapboxgl-marker {
  position: absolute;
  top: 0;
  left: 0;
  will-change: transform;
  opacity: 1;
  transition: opacity 0.2s;
}

.mapboxgl-user-location-dot, .mapboxgl-user-location-dot:before {
  background-color: #1da1f2;
  width: 15px;
  height: 15px;
  border-radius: 50%;
}

.mapboxgl-user-location-dot:before {
  content: "";
  position: absolute;
  animation: mapboxgl-user-location-dot-pulse 2s infinite;
}

.mapboxgl-user-location-dot:after {
  border-radius: 50%;
  border: 2px solid #fff;
  content: "";
  height: 19px;
  left: -2px;
  position: absolute;
  top: -2px;
  width: 19px;
  box-sizing: border-box;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.35);
}

.mapboxgl-user-location-show-heading .mapboxgl-user-location-heading {
  width: 0;
  height: 0;
}

.mapboxgl-user-location-show-heading .mapboxgl-user-location-heading:after, .mapboxgl-user-location-show-heading .mapboxgl-user-location-heading:before {
  content: "";
  border-bottom: 7.5px solid #4aa1eb;
  position: absolute;
}

.mapboxgl-user-location-show-heading .mapboxgl-user-location-heading:before {
  border-left: 7.5px solid transparent;
  transform: translateY(-28px) skewY(-20deg);
}

.mapboxgl-user-location-show-heading .mapboxgl-user-location-heading:after {
  border-right: 7.5px solid transparent;
  transform: translate(7.5px, -28px) skewY(20deg);
}

@keyframes mapboxgl-user-location-dot-pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  70% {
    transform: scale(3);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 0;
  }
}
.mapboxgl-user-location-dot-stale {
  background-color: #aaa;
}

.mapboxgl-user-location-dot-stale:after {
  display: none;
}

.mapboxgl-user-location-accuracy-circle {
  background-color: rgba(29, 161, 242, 0.2);
  width: 1px;
  height: 1px;
  border-radius: 100%;
}

.mapboxgl-crosshair, .mapboxgl-crosshair .mapboxgl-interactive, .mapboxgl-crosshair .mapboxgl-interactive:active {
  cursor: crosshair;
}

.mapboxgl-boxzoom {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  background: #fff;
  border: 2px dotted #202020;
  opacity: 0.5;
}

@media print {
  .mapbox-improve-map {
    display: none;
  }
}
.marker {
  background-image: url("/images/omap/map-marker.png");
  background-size: cover;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  cursor: pointer;
}

/* general typography */
.leaflet-container {
  background: #fff;
  color: #000;
  outline: 0;
  overflow: hidden;
  -ms-touch-action: none;
}

.leaflet-container *,
.leaflet-container *:after,
.leaflet-container *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.leaflet-container .marker-description img {
  margin-bottom: 10px;
}

.leaflet-container a {
  text-decoration: none;
}

/* Base Leaflet
------------------------------------------------------- */
.leaflet-map-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-pane,
.leaflet-tile-container,
.leaflet-overlay-pane,
.leaflet-shadow-pane,
.leaflet-marker-pane,
.leaflet-popup-pane,
.leaflet-overlay-pane svg,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
  position: absolute;
  left: 0;
  top: 0;
}

.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.leaflet-marker-icon,
.leaflet-marker-shadow {
  display: block;
}

.leaflet-tile {
  filter: inherit;
  visibility: hidden;
}

.leaflet-tile-loaded {
  visibility: inherit;
}

.leaflet-zoom-box {
  width: 0;
  height: 0;
}

.leaflet-tile-pane {
  z-index: 2;
}

.leaflet-objects-pane {
  z-index: 3;
}

.leaflet-overlay-pane {
  z-index: 4;
}

.leaflet-shadow-pane {
  z-index: 5;
}

.leaflet-marker-pane {
  z-index: 6;
}

.leaflet-popup-pane {
  z-index: 7;
}

.leaflet-control {
  position: relative;
  z-index: 7;
  pointer-events: auto;
  float: left;
  clear: both;
}

.leaflet-right .leaflet-control {
  float: right;
}

.leaflet-top .leaflet-control {
  margin-top: 10px;
}

.leaflet-bottom .leaflet-control {
  margin-bottom: 10px;
}

.leaflet-left .leaflet-control {
  margin-left: 10px;
}

.leaflet-right .leaflet-control {
  margin-right: 10px;
}

.leaflet-top,
.leaflet-bottom {
  position: absolute;
  z-index: 1000;
  pointer-events: none;
}

.leaflet-top {
  top: 0;
}

.leaflet-right {
  right: 0;
}

.leaflet-bottom {
  bottom: 0;
}

.leaflet-left {
  left: 0;
}

/* zoom and fade animations */
.leaflet-fade-anim .leaflet-tile,
.leaflet-fade-anim .leaflet-popup {
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.leaflet-fade-anim .leaflet-tile-loaded,
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
  opacity: 1;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1);
}

.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile,
.leaflet-touching .leaflet-zoom-animated {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}

.leaflet-zoom-anim .leaflet-zoom-hide {
  visibility: hidden;
}

/* cursors */
.leaflet-container {
  cursor: -webkit-grab;
  cursor: -moz-grab;
}

.leaflet-overlay-pane path,
.leaflet-marker-icon,
.leaflet-container.map-clickable,
.leaflet-container.leaflet-clickable {
  cursor: pointer;
}

.leaflet-popup-pane,
.leaflet-control {
  cursor: auto;
}

.leaflet-dragging,
.leaflet-dragging .map-clickable,
.leaflet-dragging .leaflet-clickable,
.leaflet-dragging .leaflet-container {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
}

/* general toolbar styles */
.leaflet-control-layers,
.leaflet-bar {
  background-color: #fff;
  border: 1px solid #000;
  box-shadow: none;
}

.leaflet-bar a {
  color: #000;
}

.leaflet-bar a:hover {
  color: #fff;
}

.leaflet-bar a:hover,
.leaflet-bar a:active {
  color: #fff;
  background-color: #000;
  cursor: pointer;
}

.leaflet-bar .leaflet-disabled {
  cursor: default;
  opacity: 0.75;
}

.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
  display: none;
}

.leaflet-control-layers-expanded .leaflet-control-layers-list {
  display: block;
  position: relative;
}

/* popup */
.leaflet-popup {
  position: absolute;
  text-align: center;
  pointer-events: none;
}

.leaflet-popup-content-wrapper {
  padding: 1px;
  text-align: left;
  pointer-events: all;
}

.leaflet-popup-content {
  padding: 10px 10px 15px;
  margin: 0;
  line-height: inherit;
}

.leaflet-popup-close-button + .leaflet-popup-content-wrapper .leaflet-popup-content {
  padding-top: 15px;
}

.leaflet-popup-tip-container {
  width: 20px;
  height: 20px;
  margin: 0 auto;
  position: relative;
}

.leaflet-popup-tip {
  width: 0;
  height: 0;
  margin: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
  box-shadow: none;
}

.leaflet-popup-close-button {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: all;
}

/* Leaflet + Mapbox
------------------------------------------------------- */
.leaflet-bar a,
.mapbox-icon,
.map-tooltip.closable .close,
.leaflet-control-layers-toggle,
.mapbox-button-icon:before {
  content: "";
  display: inline-block;
  width: 1.625rem;
  height: 1.625rem;
  vertical-align: middle;
  background-repeat: no-repeat;
}

.leaflet-bar a {
  display: block;
}

.leaflet-popup-content-wrapper,
.map-legends,
.map-tooltip {
  background: #fff;
}

.map-legends,
.map-tooltip {
  max-width: 300px;
}

.map-legends .map-legend {
  padding: 10px;
}

.map-tooltip {
  z-index: 999999;
  padding: 10px;
  min-width: 180px;
  max-height: 400px;
  overflow: auto;
  opacity: 1;
  -webkit-transition: opacity 150ms;
  -moz-transition: opacity 150ms;
  -o-transition: opacity 150ms;
  transition: opacity 150ms;
}

/* Print
------------------------------------------------------- */
@media print {
  .mapbox-improve-map {
    display: none;
  }
}
/* Browser Fixes
------------------------------------------------------- */
/* VML support for IE8 */
.leaflet-vml-shape {
  width: 1px;
  height: 1px;
}

.lvml {
  behavior: url(#default#VML);
  display: inline-block;
  position: absolute;
}

/* Map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container img.leaflet-tile {
  max-width: none !important;
}

/* Markers are broken in FF/IE if you have max-width: 100% on marker images */
.leaflet-container img.leaflet-marker-icon {
  max-width: none;
}

/* Stupid Android 2 doesn't understand "max-width: none" properly */
.leaflet-container img.leaflet-image-layer {
  max-width: 15000px !important;
}

/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
  -moz-user-select: none;
}

/* Older IEs don't support the translateY property for display animation */
.leaflet-oldie .mapbox-modal .mapbox-modal-content {
  display: none;
}

.leaflet-oldie .mapbox-modal.active .mapbox-modal-content {
  display: block;
}

.map-tooltip {
  width: 280px\8 ; /* < IE9 */
}

.leaflet-oldie .mapbox-logo-true {
  background-image: none;
}

body {
  margin: 0;
  padding: 0;
}

.hide {
  display: none;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

ul.no-list {
  display: block;
  margin: 0;
  padding: 0;
}
ul.no-list li {
  display: block;
}

ul.horizontal-list li {
  display: inline-block;
}

a.no-link, .news-section__item a, .colophon__project-list-item a, .colophon__list-item a, .project-timeline__item--newsItem a, .project-timeline__item--pressCoverageItem a {
  text-decoration: inherit;
  color: inherit;
}

.center, .offices-chart__person {
  text-align: center;
}

.inverted, .offices-chart__person {
  background-color: #000;
  color: #fff;
}

.read-more__link {
  cursor: pointer;
}

.no-link, .news-section__item a, .colophon__project-list-item a, .colophon__list-item a, .project-timeline__item--newsItem a, .project-timeline__item--pressCoverageItem a {
  text-decoration: inherit;
  color: inherit;
}

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

.only-desktop {
  display: block;
}
@media screen and (max-width: 768px) {
  .only-desktop {
    display: none;
  }
}

.lowercase {
  text-transform: lowercase;
}

.mtm {
  margin-top: 1rem;
}

.mbm {
  margin-bottom: 1rem;
}

.mlm {
  margin-left: 1rem;
}

.mrm {
  margin-right: 1rem;
}

.mam {
  margin: 1rem;
}

.mtl, .office-page__offices {
  margin-top: 2rem;
}

.mbl, .office-page__office {
  margin-bottom: 2rem;
}

.mll {
  margin-left: 2rem;
}

.mrl {
  margin-right: 2rem;
}

.mal {
  margin: 2rem;
}

.mts {
  margin-top: 0.5rem;
}

.mbs {
  margin-bottom: 0.5rem;
}

.mls {
  margin-left: 0.5rem;
}

.mrs {
  margin-right: 0.5rem;
}

.mas {
  margin: 0.5rem;
}

.layout ::selection {
  color: #fff;
  background-color: #000;
}
.layout--inverted {
  background-color: #000;
}
.layout--inverted ::selection {
  color: #000;
  background-color: #fff;
}
.layout--inverted *,
.layout--inverted a {
  color: #fff;
}

@font-face {
  font-family: "Arial W01";
  font-style: normal;
  font-weight: 500;
  src: url("/fonts/f7b6fa5e-7262-436d-ad02-a966954d8310.eot?#iefix");
  src: url("/fonts/f7b6fa5e-7262-436d-ad02-a966954d8310.eot?#iefix") format("eot"), url("/fonts/d24e3f59-619c-4394-898c-5d0483733497.woff2") format("woff2"), url("/fonts/f58a0715-f633-47e1-bb51-86573f6e331d.woff") format("woff"), url("/fonts/99575a15-d354-428c-b543-f8f0a639dedf.ttf") format("truetype"), url("/fonts/af3fb271-b642-4af1-a242-16bfa65bb999.svg#af3fb271-b642-4af1-a242-16bfa65bb999") format("svg");
}
@font-face {
  font-family: "Arial W01";
  font-style: italic;
  font-weight: 500;
  src: url("/fonts/07ab8b03-088c-4540-bc5f-fb03eb760848.eot?#iefix");
  src: url("/fonts/07ab8b03-088c-4540-bc5f-fb03eb760848.eot?#iefix") format("eot"), url("/fonts/d005ffc1-304c-4a7e-8533-a87bd7a1e30f.woff2") format("woff2"), url("/fonts/b9ee2328-c91f-44d0-9b97-91d33f903150.woff") format("woff"), url("/fonts/fbeed27d-4dd0-4f7d-b5bb-2c6902c952a2.ttf") format("truetype"), url("/fonts/25a07102-8919-4e39-94d5-a01944af2d89.svg#25a07102-8919-4e39-94d5-a01944af2d89") format("svg");
}
@font-face {
  font-family: "Arial W01";
  font-style: normal;
  font-weight: 700;
  src: url("/fonts/353088b2-8e07-49bd-b9cd-f80f4bf90c08.eot?#iefix");
  src: url("/fonts/353088b2-8e07-49bd-b9cd-f80f4bf90c08.eot?#iefix") format("eot"), url("/fonts/7b59b849-109a-4261-87a6-dcdb69514c49.woff2") format("woff2"), url("/fonts/d191f2d0-f50a-4a6d-a686-cb7355ad68f4.woff") format("woff"), url("/fonts/851491bb-2f35-4430-b682-7643240ebf91.ttf") format("truetype"), url("/fonts/eed17048-cbc2-4217-9e57-93a7eb37bad2.svg#eed17048-cbc2-4217-9e57-93a7eb37bad2") format("svg");
}
@font-face {
  font-family: "Arial W01";
  font-style: italic;
  font-weight: 700;
  src: url("/fonts/ca7045be-9b86-4d9c-b360-d034257d96df.eot?#iefix");
  src: url("/fonts/ca7045be-9b86-4d9c-b360-d034257d96df.eot?#iefix") format("eot"), url("/fonts/5d88fb3d-1f09-4cd4-b7e1-fd0d9f7636e4.woff2") format("woff2"), url("/fonts/4c81d16c-907a-43df-8e68-27da8939ce09.woff") format("woff"), url("/fonts/84ee8818-41db-4b62-8639-d3cfbf2751e8.ttf") format("truetype"), url("/fonts/d25a458a-cbcf-47ab-a30d-977747bbea34.svg#d25a458a-cbcf-47ab-a30d-977747bbea34") format("svg");
}
body,
html {
  font-family: "Arial W01", arial, sans-serif;
  color: #000;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.125rem;
  font-style: normal;
  vertical-align: baseline;
  text-rendering: geometricPrecision;
  -webkit-font-feature-settings: "kern, liga";
  -moz-font-feature-settings: "kern, liga";
  -ms-font-feature-settings: "kern, liga";
  font-feature-settings: "kern, liga";
  -webkit-text-rendering: geometricPrecision;
  -moz-text-rendering: geometricPrecision;
  text-rendering: geometricPrecision;
}
@media screen and (min-width: 768px) {
  body,
  html {
    font-size: 14px;
  }
}
@media screen and (min-width: 1300px) {
  body,
  html {
    font-size: 16px;
  }
}
@media screen and (min-width: 1600px) {
  body,
  html {
    font-size: 18px;
  }
}
@media screen and (min-width: 1799px) {
  body,
  html {
    font-size: 24px;
  }
}
@media screen and (min-width: 2399px) {
  body,
  html {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  body,
  html {
    text-rendering: optimizeSpeed;
  }
}

.font--large {
  font-size: 2.375rem;
  line-height: 2.375rem;
}
.font--medium {
  font-size: 1.1875rem;
  line-height: 1.5625rem;
}
.font--normal {
  font-size: 0.9375rem;
  line-height: 1.25rem;
}
.font--small {
  font-size: 0.75rem;
  line-height: 0.9375rem;
}
.font--bold {
  font-weight: 700;
}
.font--narrow {
  letter-spacing: -0.04em;
}
.font--caps {
  text-transform: uppercase;
}

h1.heading--default {
  font-size: 2.375rem;
  line-height: 2.375rem;
  font-weight: 700;
  letter-spacing: -0.04em;
  word-break: normal;
}

p {
  font-size: 0.9375rem;
  line-height: 1.25rem;
  margin-bottom: 1rem;
}

p.lead,
.lead-paragraph,
.project-page__description,
.lead-paragraph p,
.project-page__description p {
  font-size: 1.1875rem;
  line-height: 1.5625rem;
  margin: 1rem 0;
}

a {
  color: #000;
  text-decoration: underline;
}

.no-link, .news-section__item a, .colophon__project-list-item a, .colophon__list-item a, .project-timeline__item--newsItem a, .project-timeline__item--pressCoverageItem a {
  text-decoration: inherit;
}

.row {
  display: block;
}
.row:after {
  content: "";
  display: table;
  clear: both;
}

.wrapper--outer-padding {
  margin: 0 1em;
}
@media screen and (min-width: 1300px) {
  .wrapper--outer-padding {
    margin: 0 3em;
  }
}
@media screen and (max-width: 65.625em) {
  .wrapper--outer-padding {
    position: relative;
    margin: 0 auto;
    max-width: 59.375em;
  }
}
@media screen and (max-width: 992px) {
  .wrapper--outer-padding {
    padding: 0 1em;
  }
}

.grid--default {
  max-width: 59.375em;
  margin-left: auto;
  margin-right: auto;
}
.grid--default:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 992px) {
  .grid--default {
    padding: 0 1em;
  }
}
@media screen and (max-width: 480px) {
  .grid--default {
    margin: 0 !important;
  }
}
.grid--wide {
  max-width: 59.375em;
  margin-left: auto;
  margin-right: auto;
}
.grid--wide:after {
  content: "";
  display: table;
  clear: both;
}
.grid .span1 {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 6.1721527019%;
}
.grid .span1:last-child {
  margin-right: 0;
}
.grid .span2 {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 14.7019570017%;
}
.grid .span2:last-child {
  margin-right: 0;
}
.grid .span3 {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 23.2317613015%;
}
.grid .span3:last-child {
  margin-right: 0;
}
.grid .span4 {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 31.7615656014%;
}
.grid .span4:last-child {
  margin-right: 0;
}
.grid .span5 {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 40.2913699012%;
}
.grid .span5:last-child {
  margin-right: 0;
}
.grid .span6 {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 48.821174201%;
}
.grid .span6:last-child {
  margin-right: 0;
}
.grid .span7 {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 57.3509785009%;
}
.grid .span7:last-child {
  margin-right: 0;
}
.grid .span8 {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 65.8807828007%;
}
.grid .span8:last-child {
  margin-right: 0;
}
.grid .span9 {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 74.4105871005%;
}
.grid .span9:last-child {
  margin-right: 0;
}
.grid .span10 {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 82.9403914003%;
}
.grid .span10:last-child {
  margin-right: 0;
}
.grid .span11 {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 91.4701957002%;
}
.grid .span11:last-child {
  margin-right: 0;
}
.grid .span12 {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 100%;
}
.grid .span12:last-child {
  margin-right: 0;
}
.grid .omega {
  margin-right: 0;
}
@media screen and (max-width: 480px) {
  .grid {
    margin: 0 1em;
  }
  .grid .span1,
  .grid .span2 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 23.2317613015%;
  }
  .grid .span1:last-child,
  .grid .span2:last-child {
    margin-right: 0;
  }
  .grid .span1:nth-child(2n),
  .grid .span2:nth-child(2n) {
    margin-right: 0;
  }
  .grid .span1:nth-child(2n+1),
  .grid .span2:nth-child(2n+1) {
    clear: left;
  }
  .grid .span3,
  .grid .span4,
  .grid .span5,
  .grid .span6,
  .grid .span7,
  .grid .span8,
  .grid .span9,
  .grid .span10,
  .grid .span11,
  .grid .span12 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 48.821174201%;
  }
  .grid .span3:last-child,
  .grid .span4:last-child,
  .grid .span5:last-child,
  .grid .span6:last-child,
  .grid .span7:last-child,
  .grid .span8:last-child,
  .grid .span9:last-child,
  .grid .span10:last-child,
  .grid .span11:last-child,
  .grid .span12:last-child {
    margin-right: 0;
  }
}
.grid .row {
  clear: both;
  display: block;
}
.grid .row:after {
  content: "";
  display: table;
  clear: both;
}
.grid__narrow, .publication-page__excerpt-viewer {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 82.9403914003%;
  margin-left: 8.5298042998%;
  margin-right: 0;
}
.grid__narrow:last-child, .publication-page__excerpt-viewer:last-child {
  margin-right: 0;
}
@media screen and (max-width: 480px) {
  .grid__narrow, .publication-page__excerpt-viewer {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
    margin-left: 0%;
  }
  .grid__narrow:last-child, .publication-page__excerpt-viewer:last-child {
    margin-right: 0;
  }
}
.grid__extra-narrow {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 65.8807828007%;
  margin-left: 17.0596085997%;
  margin-right: 0;
}
.grid__extra-narrow:last-child {
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  .grid__super-narrow {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 48.821174201%;
    margin-left: 25.5894128995%;
    margin-right: 0;
  }
  .grid__super-narrow:last-child {
    margin-right: 0;
  }
}

@-webkit-keyframes blink {
  0% {
    opacity: 0;
  }
  49% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  99% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 0;
  }
  49% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  99% {
    opacity: 1;
  }
}
@keyframes blink {
  0% {
    opacity: 0;
  }
  49% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  99% {
    opacity: 1;
  }
}
.header {
  display: block;
  width: 100%;
  position: fixed;
  top: 1rem;
  left: 0;
  right: 0;
  z-index: 6000;
  overflow: visible;
  margin: 0 auto;
  padding: 0;
}
@media print {
  .header {
    display: none;
  }
}
.header__form {
  width: 100%;
  position: relative;
}
.header__image {
  height: 100%;
  width: auto;
  display: block;
  background-color: transparent;
}
.header__wrapper {
  margin: 0 1em;
  position: relative;
}
@media screen and (min-width: 1300px) {
  .header__wrapper {
    margin: 0 3em;
  }
}
@media screen and (max-width: 65.625em) {
  .header__wrapper {
    position: relative;
    margin: 0 auto;
    max-width: 59.375em;
  }
}
@media screen and (max-width: 992px) {
  .header__wrapper {
    padding: 0 1em;
  }
}
.header__search-form {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  display: block;
  z-index: 6010;
  background-color: transparent;
  height: 6vw;
  width: 100%;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 6.5vw;
  left: 0;
  border-bottom: 0.3125rem solid #000;
}
@media screen and (max-width: 768px) {
  .header__search-form {
    top: 8vw;
    height: 8vw;
  }
}
.header__search-form__old-style-button {
  position: absolute;
  top: 2rem;
  right: 0;
}
.header__search-form__input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  font-family: "Arial W01", arial, sans-serif;
  display: block;
  padding: 0;
  margin: 0;
  border: none;
  letter-spacing: -0.03em;
  outline: none !important;
  background-color: transparent;
  font-size: 6vw;
  height: 8vw;
  padding-bottom: 3vw;
  width: 100%;
}
.header__search-form__input::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
.header__search-form__input::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
.header__search-form__input::-webkit-search-decoration, .header__search-form__input::-webkit-search-cancel-button, .header__search-form__input::-webkit-search-results-button, .header__search-form__input::-webkit-search-results-decoration {
  display: none;
}
.header__sub-navigation {
  font-size: 1.1875rem;
  line-height: 1.5625rem;
  text-transform: uppercase;
  position: absolute;
  width: 500px;
  bottom: -0.5rem;
  left: 0;
}
@media screen and (min-width: 768px) {
  .header__sub-navigation {
    bottom: -1rem;
  }
}

.header-menu {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  height: 6.2vw;
}
.header-menu__link-container {
  overflow: hidden;
  display: block;
  width: 100%;
  height: 100%;
}
.header-menu__link {
  overflow: hidden;
  display: block;
  width: 100%;
  height: 100%;
}
.header-menu__item {
  display: block;
  float: left;
  height: 3.2rem\9 \0 ;
  height: 6.2vw;
}
.header-menu__item--oma {
  width: 15.6253879578%;
  margin-right: 3.75%;
}
.header-menu__item--office {
  width: 23.5086902545%;
  margin-right: 3.75%;
}
.header-menu__item--work {
  width: 22.2051520795%;
  margin-right: 1.25%;
}
.header-menu__item--search {
  margin-left: 1.25%;
  width: 28.6607697083%;
}
.header-menu__item svg {
  display: block;
  height: 100%;
  width: auto;
  max-width: 100%;
}
.header-menu__item a {
  text-decoration: none;
}

@media screen and (max-width: 992px) {
  .header-menu {
    height: 7vw;
  }
}
@media screen and (max-width: 768px) {
  .header-menu {
    height: 8vw;
  }
}
@media screen and (max-width: 480px) {
  .header-menu {
    height: 9.5vw;
  }
}

body:not(:-moz-handler-blocked) .header__search-form__input {
  font-size: 4.2vw;
}

.header--expanded:hover {
  transform: translateY(35%);
}
.header--expanded:hover li.active {
  top: 0 !important;
}
.header__search-form {
  display: none;
}
.header .search-result {
  display: none;
}
.header--search-mode .header__search-form {
  display: block;
}
.header--search-mode .search-result {
  display: block;
}

.area-selector {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
}
.area-selector__button {
  font-size: 0.9375rem;
  line-height: 1.25rem;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  float: right;
  margin-bottom: -2rem;
}
.area-selector__category-list {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 0.9375rem;
  line-height: 1.25rem;
  background-color: #fff;
  text-transform: capitalize;
}
.area-selector__category-list-item {
  display: inline-block;
  margin-right: 0.5rem;
  cursor: pointer;
}
.area-selector__selector-handle {
  cursor: col-resize;
}
.area-selector__clear-button {
  cursor: pointer;
}
.area-selector__widget {
  margin-left: 17.0596085997%;
}
.area-selector__item {
  cursor: pointer;
}

.client-list {
  margin-top: 4rem;
}
.client-list__item {
  list-style-type: none;
}
.client-list__item-image {
  padding: 1.5rem;
  float: left;
  cursor: pointer;
}
.client-list__project__link {
  display: block;
  text-decoration: none;
  margin-bottom: 0.25rem;
}
.client-list__project__link:hover {
  text-decoration: underline;
}
.client-list--map .client-list__client-name {
  display: none;
}
.client-list--map .client-list__item {
  float: left;
  position: relative;
}
.client-list--map .client-list__item:nth-child(5n+2) {
  float: right;
}
.client-list--map .client-list__project-list li {
  padding-bottom: 0.5em;
}
.client-list--map .client-list__project-list li:last-child {
  padding-bottom: 0;
}
.client-list--map .client-list__item-info {
  border: 2px solid #000;
  clear: both;
  padding: 1.5rem;
  max-width: 90%;
  bottom: 25%;
  background-color: #fff;
  z-index: 1000;
}
@media screen and (min-width: 768px) {
  .client-list--map .client-list__item-info {
    left: 10%;
    width: 20rem;
    position: absolute;
  }
}
.client-list--map .client-list__item-info--hidden {
  display: none;
}
.client-list--map .client-list__item-info--visible {
  display: block;
}
.client-list--list {
  column-gap: 3rem;
}
@media screen and (min-width: 768px) {
  .client-list--list {
    -webkit-columns: 3;
    -moz-columns: 3;
    columns: 3;
  }
}
.client-list--list .client-list__client-name {
  font-weight: 700;
  margin-bottom: 0.25rem;
}
.client-list--list .client-list__item {
  margin-top: 0;
  break-inside: avoid;
  padding-bottom: 1.5rem;
}
.client-list--list .client-list__item-image {
  display: none;
}
.client-list--list .client-list__item-info {
  display: block;
}
.client-list .sanity-image {
  background-color: transparent;
}
.client-list .sanity-image__padding {
  padding: 0 !important;
  position: relative !important;
  width: auto !important;
  height: auto !important;
}
.client-list .sanity-image__crop-box {
  position: relative !important;
  height: auto !important;
  width: auto !important;
}
.client-list .sanity-image__container {
  overflow: visible !important;
  position: static !important;
  width: auto !important;
  height: auto !important;
}
.client-list .sanity-image img {
  position: relative !important;
  max-width: 100%;
  height: auto !important;
  width: auto !important;
}
.page {
  max-width: 100%;
  min-height: 100vh;
}
@media print {
  .page {
    padding-top: 0;
    min-height: auto;
    width: 100%;
    margin: 0;
    float: none;
  }
}
.page--default {
  padding-top: 14vw;
  max-width: 100%;
  overflow: hidden;
}
@media print {
  .page--default {
    padding-top: 0;
    min-height: auto;
  }
}
.page--hidden {
  opacity: 0;
}
.page--visible {
  opacity: 1;
}

.map__container {
  width: 100%;
  height: 400px;
  border: 2px solid #000;
  overflow: hidden;
}

.map__component {
  width: 100%;
  height: 600px;
}
.map__component .leaflet-popup .leaflet-popup-content-wrapper {
  box-shadow: none;
  border-radius: 0;
}
.map__component .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content {
  width: 180px !important;
  border-bottom: 3px solid #000;
  padding: 24px;
  padding-bottom: 4px;
  background-color: #000;
}
.map__component .leaflet-popup .omap-popup {
  padding-left: 4px;
}
.map__component .leaflet-popup .omap-popup img {
  max-width: 100%;
}
.map__component .leaflet-popup .omap-popup a {
  color: #fff;
  font-weight: 500;
  display: block;
  font-size: 0.875rem;
  line-height: 1rem;
}
.map__component .leaflet-popup-close-button {
  opacity: 1;
  top: 5px;
  right: 5px;
  background-image: url("/images/close_white.svg");
  background-position: top left;
  height: 1.125rem;
  width: 1.125rem;
  background-size: 100% 100%;
}

.slider {
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.slider--horizontal {
  margin: 2.25rem 0;
  height: 3.375rem;
  clear: both;
}
.slider--horizontal .slider__line {
  height: 1px;
  top: 0.5625rem;
}
.slider--horizontal .slider__container {
  height: 1.125rem;
  position: relative;
  margin-right: 10%;
}
.slider--horizontal .slider__indicator {
  top: 0.75rem;
}
.slider--horizontal .indicators {
  position: absolute;
  top: 0.5625rem;
}
.slider--horizontal .slider__invisible-handle {
  z-index: 10;
  font-size: 0.75rem;
  line-height: 0.9375rem;
  padding-top: 1.125rem;
  width: 4em;
  text-align: center;
  margin-left: -2em;
}
.slider--horizontal .bar {
  height: 1px;
  border-top: 1px solid #000;
  margin-top: 0.5625rem;
}
.slider--horizontal .bar--active, .slider--horizontal .bar-1 {
  border-top: 1px solid #000;
}
.slider--horizontal .bar--deactive, .slider--horizontal .bar-0, .slider--horizontal .bar-2 {
  border-top: 1px dotted #000;
}
.slider--horizontal__handle,
.slider--horizontal .handle {
  z-index: 3;
  position: absolute;
  background-color: #000;
  top: 0;
  height: 1.125rem;
  width: 0.3125rem;
}
.slider--horizontal .slider__legends,
.slider--horizontal .valueDescription {
  top: 0;
  position: absolute;
  right: 0;
  font-size: 0.75rem;
  line-height: 0.9375rem;
}
.slider--horizontal .slider__legends .slider__legend,
.slider--horizontal .slider__legends b,
.slider--horizontal .slider__legends i,
.slider--horizontal .valueDescription .slider__legend,
.slider--horizontal .valueDescription b,
.slider--horizontal .valueDescription i {
  text-align: center;
  height: 1.125rem;
  border: 1px solid #000;
  float: left;
}
.slider--horizontal .slider__legends .slider__legend.selected,
.slider--horizontal .slider__legends b.selected,
.slider--horizontal .slider__legends i.selected,
.slider--horizontal .valueDescription .slider__legend.selected,
.slider--horizontal .valueDescription b.selected,
.slider--horizontal .valueDescription i.selected {
  color: #fff;
  background-color: #000;
}
.slider--horizontal .slider__legends b,
.slider--horizontal .valueDescription b {
  color: #fff;
  background-color: #000;
}
.slider__indicator,
.slider .indicator {
  z-index: 2;
  position: absolute;
  height: 7px;
  width: 7px;
  border-radius: 7px;
  background-color: #fff;
  border: 1px solid #000;
  top: -3px;
}
.slider__indicator.selected,
.slider .indicator.selected {
  background-color: #000;
}

.search-result {
  margin-top: 1rem;
}
.search-result strong {
  font-weight: 800;
}
.search-result:after {
  content: "";
  display: table;
  clear: both;
}
.search-result__item {
  margin-bottom: 1em;
  padding-top: 1rem;
  padding-bottom: 2em;
  display: block;
}
.search-result__item img {
  width: 100%;
  height: 10vw;
}
.search-result__item-type {
  margin-top: 0.5em;
  padding-top: 0.5em;
  font-size: 0.75rem;
  line-height: 0.9375rem;
  text-transform: uppercase;
}
.search-result__item-title {
  font-size: 1.1875rem;
  line-height: 1.5625rem;
  font-weight: 700;
}
.search-result__item a {
  text-decoration: none;
}
.search-result__item--news * {
  color: #f00;
}
.search-result__item--news.search-result__item--missing-image {
  padding: 0.5rem;
}
.search-result__item--news.search-result__item--missing-image .sanity-image {
  display: none;
}
.search-result__item--news.search-result__item--missing-image .search-result__item-type {
  border: none;
}
.search-result__item--main {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 31.7615656014%;
}
.search-result__item--main:last-child {
  margin-right: 0;
}
.search-result__column1 {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 48.821174201%;
}
.search-result__column1:last-child {
  margin-right: 0;
}
.search-result__column2 {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 48.821174201%;
  margin-right: 0;
}
.search-result__column2:last-child {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .search-result__column1, .search-result__column2 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
    margin-right: 0;
  }
  .search-result__column1:last-child, .search-result__column2:last-child {
    margin-right: 0;
  }
}
.search-result__items__column1 {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 48.821174201%;
}
.search-result__items__column1:last-child {
  margin-right: 0;
}
.search-result__items__column2 {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 48.821174201%;
  margin-right: 0;
}
.search-result__items__column2:last-child {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .search-result__items__column1, .search-result__items__column2 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
    margin-right: 0;
  }
  .search-result__items__column1:last-child, .search-result__items__column2:last-child {
    margin-right: 0;
  }
}
.search-result__items--top-hit-bucket1 .search-result__item-title {
  font-size: 2.375rem;
  line-height: 2.375rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -0.04em;
}
.search-result__items--top-hit-bucket2 .search-result__item-title {
  font-size: 2.375rem;
  line-height: 2.375rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -0.04em;
}
.search-result__items--runer-up-bucket1 {
  float: left;
  display: block;
  margin-right: 4.8291579146%;
  width: 47.5854210427%;
}
.search-result__items--runer-up-bucket1:last-child {
  margin-right: 0;
}
.search-result__items--runer-up-bucket2 {
  float: left;
  display: block;
  margin-right: 4.8291579146%;
  width: 47.5854210427%;
  margin-right: 0;
}
.search-result__items--runer-up-bucket2:last-child {
  margin-right: 0;
}
.search-result__items--runer-up-bucket3 {
  float: left;
  display: block;
  margin-right: 4.8291579146%;
  width: 47.5854210427%;
}
.search-result__items--runer-up-bucket3:last-child {
  margin-right: 0;
}
.search-result__items--runer-up-bucket4 {
  float: left;
  display: block;
  margin-right: 4.8291579146%;
  width: 47.5854210427%;
  margin-right: 0;
}
.search-result__items--runer-up-bucket4:last-child {
  margin-right: 0;
}
.search-result__items--only-mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .search-result__items--only-mobile {
    display: block;
  }
}
.search-result__items--only-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .search-result__items--only-desktop {
    display: block;
  }
}

.project-milestones {
  margin: 1.5rem 0;
  margin-right: 0.5rem;
}
@media screen and (max-width: 768px) {
  .project-milestones {
    margin: 0 0.5rem;
    margin-bottom: 1rem;
  }
}

.project-timeline {
  display: block;
  margin-top: 2rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.project-timeline:after {
  content: "";
  display: table;
  clear: both;
}
.project-timeline__items {
  clear: both;
}
.project-timeline__items:after {
  content: "";
  display: table;
  clear: both;
}
.project-timeline__section {
  position: relative;
  padding-top: 2rem;
}
@media screen and (max-width: 65.625em) {
  .project-timeline__section {
    padding-top: 5rem;
  }
}
@media screen and (max-width: 65.625em) {
  .project-timeline__section--year + .project-timeline__section--archiveSection .project-timeline__item-headline-container {
    margin-left: 8rem;
  }
}
.project-timeline__section--social-area {
  background-size: 8px 8px;
  background-repeat: repeat;
  background-image: url("data:image/gif;base64,R0lGODlhCAAIAIAAAAAAAP///yH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMwNjcgNzkuMTU3NzQ3LCAyMDE1LzAzLzMwLTIzOjQwOjQyICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNSAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo5QTAyMDA2RjQ4QUUxMUU1ODAwN0Y3RTA1Nzc3QTNERiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo5QTAyMDA3MDQ4QUUxMUU1ODAwN0Y3RTA1Nzc3QTNERiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjlBMDIwMDZENDhBRTExRTU4MDA3RjdFMDU3NzdBM0RGIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjlBMDIwMDZFNDhBRTExRTU4MDA3RjdFMDU3NzdBM0RGIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Af/+/fz7+vn49/b19PPy8fDv7u3s6+rp6Ofm5eTj4uHg397d3Nva2djX1tXU09LR0M/OzczLysnIx8bFxMPCwcC/vr28u7q5uLe2tbSzsrGwr66trKuqqainpqWko6KhoJ+enZybmpmYl5aVlJOSkZCPjo2Mi4qJiIeGhYSDgoGAf359fHt6eXh3dnV0c3JxcG9ubWxramloZ2ZlZGNiYWBfXl1cW1pZWFdWVVRTUlFQT05NTEtKSUhHRkVEQ0JBQD8+PTw7Ojk4NzY1NDMyMTAvLi0sKyopKCcmJSQjIiEgHx4dHBsaGRgXFhUUExIREA8ODQwLCgkIBwYFBAMCAQAAIfkEAAAAAAAsAAAAAAgACAAAAghEjqnLbA1hAQA7");
  padding-bottom: 2rem;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .project-timeline__section--social-area {
    background-image: none;
    background-image: -webkit-radial-gradient(0% 0%,  circle, #000, #000 0.5px, transparent 1px), -webkit-radial-gradient(100% 0%,  circle, #000, #000 0.5px, transparent 1px), -webkit-radial-gradient(100% 100%,  circle, #000, #000 0.5px, transparent 1px), -webkit-radial-gradient(0% 100%,  circle, #000, #000 0.5px, transparent 1px), -webkit-radial-gradient(50% 50%,  circle, #000, #000 0.5px, transparent 1px);
    background-image: radial-gradient(  circle at 0% 0%, #000, #000 0.5px, transparent 1px), radial-gradient(  circle at 100% 0%, #000, #000 0.5px, transparent 1px), radial-gradient(  circle at 100% 100%, #000, #000 0.5px, transparent 1px), radial-gradient(  circle at 0% 100%, #000, #000 0.5px, transparent 1px), radial-gradient(  circle at 50% 50%, #000, #000 0.5px, transparent 1px);
    background-size: 9px 9px;
  }
}
.project-timeline__section--social-area .project-timeline__item--pressCoverageItem,
.project-timeline__section--social-area .project-timeline__news-item,
.project-timeline__section--social-area .project-timeline__item--image {
  background: none;
  padding-left: 0;
}
.project-timeline__section--year {
  padding-top: 0;
}
@media screen and (max-width: 992px) {
  .project-timeline__section--year {
    margin-left: 1rem;
  }
}
.project-timeline__wrapper {
  max-width: 59.375em;
  margin-left: auto;
  margin-right: auto;
}
.project-timeline__wrapper:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 992px) {
  .project-timeline__wrapper {
    padding: 0 1em;
  }
}
@media screen and (max-width: 480px) {
  .project-timeline__wrapper {
    margin: 0 !important;
  }
}
@media screen and (max-width: 480px) {
  .project-timeline__item {
    margin-left: 0;
  }
}
@media screen and (min-width: 768px) {
  .project-timeline__item__rating--1 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 14.7019570017%;
  }
  .project-timeline__item__rating--1:last-child {
    margin-right: 0;
  }
  .project-timeline__item__rating--2 {
    display: none;
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 23.2317613015%;
  }
  .project-timeline__item__rating--2:last-child {
    margin-right: 0;
  }
  .project-timeline__item__rating--3 {
    display: none;
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 31.7615656014%;
  }
  .project-timeline__item__rating--3:last-child {
    margin-right: 0;
  }
  .project-timeline__item__rating--4 {
    display: none;
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 40.2913699012%;
  }
  .project-timeline__item__rating--4:last-child {
    margin-right: 0;
  }
  .project-timeline__item__rating--5 {
    display: none;
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 48.821174201%;
  }
  .project-timeline__item__rating--5:last-child {
    margin-right: 0;
  }
  .project-timeline__item__type--lecture {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 48.821174201%;
  }
  .project-timeline__item__type--lecture:last-child {
    margin-right: 0;
  }
  .project-timeline__item__type--publication {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 48.821174201%;
  }
  .project-timeline__item__type--publication:last-child {
    margin-right: 0;
  }
  .project-timeline__item--archive {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
    margin-right: 0;
    float: none;
  }
  .project-timeline__item--archive:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) and (min-width: 769px) {
  .project-timeline__item--image:nth-child(3n+1) {
    float: right;
  }
}
@media screen and (min-width: 768px) {
  .project-timeline__item--newsItem {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 31.7615656014%;
  }
  .project-timeline__item--newsItem:last-child {
    margin-right: 0;
  }
  .project-timeline__item--newsItem:nth-child(3n+1) {
    margin-left: 17.0596085997%;
  }
  .project-timeline__item--newsItem:nth-child(even) {
    float: right;
  }
}
@media screen and (min-width: 768px) {
  .project-timeline__item--pressCoverageItem {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 48.821174201%;
  }
  .project-timeline__item--pressCoverageItem:last-child {
    margin-right: 0;
  }
  .project-timeline__item--pressCoverageItem:nth-child(3n+1) {
    margin-left: 17.0596085997%;
  }
  .project-timeline__item--pressCoverageItem:nth-child(even) {
    float: right;
  }
}
.project-timeline__year-container {
  clear: both;
  position: relative;
  z-index: 1000;
  margin: 0 1em;
}
@media screen and (min-width: 1300px) {
  .project-timeline__year-container {
    margin: 0 3em;
  }
}
@media screen and (max-width: 65.625em) {
  .project-timeline__year-container {
    position: relative;
    margin: 0 auto;
    max-width: 59.375em;
  }
}
@media screen and (max-width: 992px) {
  .project-timeline__year-container {
    padding: 0 1em;
  }
}
@media screen and (max-width: 65.625em) {
  .project-timeline__year-container {
    max-width: 59.375em;
    margin-left: auto;
    margin-right: auto;
  }
  .project-timeline__year-container:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media screen and (max-width: 65.625em) and (max-width: 992px) {
  .project-timeline__year-container {
    padding: 0 1em;
  }
}
@media screen and (max-width: 65.625em) and (max-width: 480px) {
  .project-timeline__year-container {
    margin: 0 !important;
  }
}
.project-timeline__year {
  font-size: 2.375rem;
  line-height: 2.375rem;
  font-weight: 700;
  letter-spacing: -0.04em;
  position: absolute;
  left: 0;
  top: 2rem;
}
@media screen and (max-width: 65.625em) {
  .project-timeline__year:first-child {
    top: 2rem;
  }
}
.project-timeline__item-headline {
  font-size: 2.375rem;
  line-height: 2.375rem;
  font-weight: 700;
  letter-spacing: -0.04em;
  padding-bottom: 1rem;
}
.project-timeline__social-collection {
  display: block;
}
.project-timeline__social-collection:after {
  content: "";
  display: table;
  clear: both;
}
.project-timeline__caption {
  font-weight: 700;
  font-size: 0.9375rem;
  line-height: 1.25rem;
  letter-spacing: -0.04em;
  padding-bottom: 0.5rem;
}
.project-timeline__image-attribution {
  font-size: 0.9375rem;
  line-height: 1.25rem;
  margin-top: 0.04em;
}
.project-timeline__image-user-link {
  text-decoration: none;
}
.project-timeline__item--image {
  background-size: 8px 8px;
  background-repeat: repeat;
  background-image: url("data:image/gif;base64,R0lGODlhCAAIAIAAAAAAAP///yH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMwNjcgNzkuMTU3NzQ3LCAyMDE1LzAzLzMwLTIzOjQwOjQyICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNSAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo5QTAyMDA2RjQ4QUUxMUU1ODAwN0Y3RTA1Nzc3QTNERiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo5QTAyMDA3MDQ4QUUxMUU1ODAwN0Y3RTA1Nzc3QTNERiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjlBMDIwMDZENDhBRTExRTU4MDA3RjdFMDU3NzdBM0RGIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjlBMDIwMDZFNDhBRTExRTU4MDA3RjdFMDU3NzdBM0RGIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Af/+/fz7+vn49/b19PPy8fDv7u3s6+rp6Ofm5eTj4uHg397d3Nva2djX1tXU09LR0M/OzczLysnIx8bFxMPCwcC/vr28u7q5uLe2tbSzsrGwr66trKuqqainpqWko6KhoJ+enZybmpmYl5aVlJOSkZCPjo2Mi4qJiIeGhYSDgoGAf359fHt6eXh3dnV0c3JxcG9ubWxramloZ2ZlZGNiYWBfXl1cW1pZWFdWVVRTUlFQT05NTEtKSUhHRkVEQ0JBQD8+PTw7Ojk4NzY1NDMyMTAvLi0sKyopKCcmJSQjIiEgHx4dHBsaGRgXFhUUExIREA8ODQwLCgkIBwYFBAMCAQAAIfkEAAAAAAAsAAAAAAgACAAAAghEjqnLbA1hAQA7");
  padding: 1rem;
  padding-bottom: 1rem;
  text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .project-timeline__item--image {
    background-image: none;
    background-image: -webkit-radial-gradient(0% 0%,  circle, #000, #000 0.5px, transparent 1px), -webkit-radial-gradient(100% 0%,  circle, #000, #000 0.5px, transparent 1px), -webkit-radial-gradient(100% 100%,  circle, #000, #000 0.5px, transparent 1px), -webkit-radial-gradient(0% 100%,  circle, #000, #000 0.5px, transparent 1px), -webkit-radial-gradient(50% 50%,  circle, #000, #000 0.5px, transparent 1px);
    background-image: radial-gradient(  circle at 0% 0%, #000, #000 0.5px, transparent 1px), radial-gradient(  circle at 100% 0%, #000, #000 0.5px, transparent 1px), radial-gradient(  circle at 100% 100%, #000, #000 0.5px, transparent 1px), radial-gradient(  circle at 0% 100%, #000, #000 0.5px, transparent 1px), radial-gradient(  circle at 50% 50%, #000, #000 0.5px, transparent 1px);
    background-size: 9px 9px;
  }
}
@media screen and (max-width: 768px) {
  .project-timeline__item--image {
    padding: 0;
    padding-bottom: 1rem;
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 48.821174201%;
  }
  .project-timeline__item--image:last-child {
    margin-right: 0;
  }
  .project-timeline__item--image:nth-child(2n) {
    margin-right: 0;
  }
  .project-timeline__item--image:nth-child(2n+1) {
    clear: left;
  }
}
.project-timeline__item--image img {
  max-width: 100%;
}
.project-timeline__item--pressCoverageItem {
  color: #f00;
  background-size: 8px 8px;
  background-repeat: repeat;
  background-image: url("data:image/gif;base64,R0lGODlhCAAIAIAAAAAAAP///yH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMwNjcgNzkuMTU3NzQ3LCAyMDE1LzAzLzMwLTIzOjQwOjQyICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNSAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo5QTAyMDA2RjQ4QUUxMUU1ODAwN0Y3RTA1Nzc3QTNERiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo5QTAyMDA3MDQ4QUUxMUU1ODAwN0Y3RTA1Nzc3QTNERiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjlBMDIwMDZENDhBRTExRTU4MDA3RjdFMDU3NzdBM0RGIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjlBMDIwMDZFNDhBRTExRTU4MDA3RjdFMDU3NzdBM0RGIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Af/+/fz7+vn49/b19PPy8fDv7u3s6+rp6Ofm5eTj4uHg397d3Nva2djX1tXU09LR0M/OzczLysnIx8bFxMPCwcC/vr28u7q5uLe2tbSzsrGwr66trKuqqainpqWko6KhoJ+enZybmpmYl5aVlJOSkZCPjo2Mi4qJiIeGhYSDgoGAf359fHt6eXh3dnV0c3JxcG9ubWxramloZ2ZlZGNiYWBfXl1cW1pZWFdWVVRTUlFQT05NTEtKSUhHRkVEQ0JBQD8+PTw7Ojk4NzY1NDMyMTAvLi0sKyopKCcmJSQjIiEgHx4dHBsaGRgXFhUUExIREA8ODQwLCgkIBwYFBAMCAQAAIfkEAAAAAAAsAAAAAAgACAAAAghEjqnLbA1hAQA7");
  padding: 1rem;
  padding-top: 0.5rem;
  text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .project-timeline__item--pressCoverageItem {
    background-image: none;
    background-image: -webkit-radial-gradient(0% 0%,  circle, #000, #000 0.5px, transparent 1px), -webkit-radial-gradient(100% 0%,  circle, #000, #000 0.5px, transparent 1px), -webkit-radial-gradient(100% 100%,  circle, #000, #000 0.5px, transparent 1px), -webkit-radial-gradient(0% 100%,  circle, #000, #000 0.5px, transparent 1px), -webkit-radial-gradient(50% 50%,  circle, #000, #000 0.5px, transparent 1px);
    background-image: radial-gradient(  circle at 0% 0%, #000, #000 0.5px, transparent 1px), radial-gradient(  circle at 100% 0%, #000, #000 0.5px, transparent 1px), radial-gradient(  circle at 100% 100%, #000, #000 0.5px, transparent 1px), radial-gradient(  circle at 0% 100%, #000, #000 0.5px, transparent 1px), radial-gradient(  circle at 50% 50%, #000, #000 0.5px, transparent 1px);
    background-size: 9px 9px;
  }
}
@media screen and (max-width: 767px) {
  .project-timeline__item--pressCoverageItem {
    width: 100%;
  }
}
.layout--inverted .project-timeline__item--pressCoverageItem {
  color: #fff;
  background-size: 8px 8px;
  background-repeat: repeat;
  background-image: url("data:image/gif;base64,R0lGODlhCAAIAIAAAAAAAP///yH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMwNjcgNzkuMTU3NzQ3LCAyMDE1LzAzLzMwLTIzOjQwOjQyICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNSAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo5QTAyMDA2RjQ4QUUxMUU1ODAwN0Y3RTA1Nzc3QTNERiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo5QTAyMDA3MDQ4QUUxMUU1ODAwN0Y3RTA1Nzc3QTNERiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjlBMDIwMDZENDhBRTExRTU4MDA3RjdFMDU3NzdBM0RGIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjlBMDIwMDZFNDhBRTExRTU4MDA3RjdFMDU3NzdBM0RGIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Af/+/fz7+vn49/b19PPy8fDv7u3s6+rp6Ofm5eTj4uHg397d3Nva2djX1tXU09LR0M/OzczLysnIx8bFxMPCwcC/vr28u7q5uLe2tbSzsrGwr66trKuqqainpqWko6KhoJ+enZybmpmYl5aVlJOSkZCPjo2Mi4qJiIeGhYSDgoGAf359fHt6eXh3dnV0c3JxcG9ubWxramloZ2ZlZGNiYWBfXl1cW1pZWFdWVVRTUlFQT05NTEtKSUhHRkVEQ0JBQD8+PTw7Ojk4NzY1NDMyMTAvLi0sKyopKCcmJSQjIiEgHx4dHBsaGRgXFhUUExIREA8ODQwLCgkIBwYFBAMCAQAAIfkEAAAAAAAsAAAAAAgACAAAAghEjqnLbA1hAQA7");
  background-image: url("data:image/gif;base64,R0lGODlhCAAIAPcAAP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMwNjcgNzkuMTU3NzQ3LCAyMDE1LzAzLzMwLTIzOjQwOjQyICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNSAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpGQ0Y4Q0VGOTRCMUMxMUU1OEE2N0EwNTVCODFBRTZGNSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpGQ0Y4Q0VGQTRCMUMxMUU1OEE2N0EwNTVCODFBRTZGNSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkZDRjhDRUY3NEIxQzExRTU4QTY3QTA1NUI4MUFFNkY1IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkZDRjhDRUY4NEIxQzExRTU4QTY3QTA1NUI4MUFFNkY1Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Af/+/fz7+vn49/b19PPy8fDv7u3s6+rp6Ofm5eTj4uHg397d3Nva2djX1tXU09LR0M/OzczLysnIx8bFxMPCwcC/vr28u7q5uLe2tbSzsrGwr66trKuqqainpqWko6KhoJ+enZybmpmYl5aVlJOSkZCPjo2Mi4qJiIeGhYSDgoGAf359fHt6eXh3dnV0c3JxcG9ubWxramloZ2ZlZGNiYWBfXl1cW1pZWFdWVVRTUlFQT05NTEtKSUhHRkVEQ0JBQD8+PTw7Ojk4NzY1NDMyMTAvLi0sKyopKCcmJSQjIiEgHx4dHBsaGRgXFhUUExIREA8ODQwLCgkIBwYFBAMCAQAAIfkEAAAAAAAsAAAAAAgACAAACBEAAfwbSLCgwYMIEQpMyJBhQAA7");
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .layout--inverted .project-timeline__item--pressCoverageItem {
    background-image: none;
    background-image: -webkit-radial-gradient(0% 0%,  circle, #fff, #fff 0.5px, transparent 1px), -webkit-radial-gradient(100% 0%,  circle, #fff, #fff 0.5px, transparent 1px), -webkit-radial-gradient(100% 100%,  circle, #fff, #fff 0.5px, transparent 1px), -webkit-radial-gradient(0% 100%,  circle, #fff, #fff 0.5px, transparent 1px), -webkit-radial-gradient(50% 50%,  circle, #fff, #fff 0.5px, transparent 1px);
    background-image: radial-gradient(  circle at 0% 0%, #fff, #fff 0.5px, transparent 1px), radial-gradient(  circle at 100% 0%, #fff, #fff 0.5px, transparent 1px), radial-gradient(  circle at 100% 100%, #fff, #fff 0.5px, transparent 1px), radial-gradient(  circle at 0% 100%, #fff, #fff 0.5px, transparent 1px), radial-gradient(  circle at 50% 50%, #fff, #fff 0.5px, transparent 1px);
    background-size: 9px 9px;
  }
}
.project-timeline__item--pressCoverageItem a,
.project-timeline__item--pressCoverageItem div,
.project-timeline__item--pressCoverageItem h3,
.project-timeline__item--pressCoverageItem p,
.project-timeline__item--pressCoverageItem span {
  color: #f00;
}
.layout--inverted .project-timeline__item--pressCoverageItem a,
.layout--inverted .project-timeline__item--pressCoverageItem div,
.layout--inverted .project-timeline__item--pressCoverageItem h3,
.layout--inverted .project-timeline__item--pressCoverageItem p,
.layout--inverted .project-timeline__item--pressCoverageItem span {
  color: #fff;
}
.project-timeline__item--newsItem {
  color: #f00;
}
.layout--inverted .project-timeline__item--newsItem {
  color: #fff;
}
.project-timeline__item--newsItem, .project-timeline__item--pressCoverageItem {
  overflow: hidden;
  margin-right: 4rem;
  margin-bottom: 2rem;
  white-space: pre-line;
}
@media screen and (max-width: 768px) {
  .project-timeline__item--newsItem, .project-timeline__item--pressCoverageItem {
    clear: both;
  }
}
.project-timeline__date {
  font-size: 1.1875rem;
  line-height: 1.5625rem;
  letter-spacing: -0.04em;
  font-weight: 700;
}
.project-timeline__title {
  font-size: 2.375rem;
  line-height: 2.375rem;
  font-weight: 700;
  letter-spacing: -0.04em;
}
.project-timeline__publisher {
  font-size: 2.375rem;
  line-height: 2.375rem;
  font-weight: 700;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}
.project-timeline__video {
  margin-bottom: 0.5rem;
}
.project-timeline__archive-section:after {
  content: "";
  display: table;
  clear: both;
}
.project-timeline__archive-section__pdf {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 65.8807828007%;
  margin-left: 17.0596085997%;
  margin-right: 0;
  margin-bottom: 2rem;
}
.project-timeline__archive-section__pdf:last-child {
  margin-right: 0;
}
.project-timeline__archive-section__media-url {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 65.8807828007%;
  margin-left: 17.0596085997%;
  margin-right: 0;
  margin-bottom: 2rem;
}
.project-timeline__archive-section__media-url:last-child {
  margin-right: 0;
}
.project-timeline__archive-section__image-collection {
  margin-bottom: 2rem;
}

ul.column-list {
  display: block;
  margin: 0;
  padding: 0;
  -webkit-columns: 3 1em;
  -moz-columns: 3 1em;
  columns: 3 1em;
}
@media screen and (max-width: 480px) {
  ul.column-list {
    -webkit-columns: 2 1em;
    -moz-columns: 2 1em;
    columns: 2 1em;
  }
}
ul.column-list li {
  display: block;
  line-height: 1.2rem;
  margin: 1rem 0;
}
ul.column-list__no-break {
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  column-break-inside: avoid;
  break-inside: avoid-column;
}

.embedify {
  width: 100%;
  position: relative;
}
.embedify--aspect-16_9 .embedify__padding {
  display: block;
  width: 100%;
  padding-top: 56.25%;
}
.embedify--aspect-16_9 iframe,
.embedify--aspect-16_9 embed {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.section-list {
  clear: both;
  margin: 1rem 0;
  margin-top: 1rem;
}
@media screen and (min-width: 65.625em) {
  .section-list {
    margin-top: 1.5rem;
  }
}
.section-list__item {
  font-size: 1.1875rem;
  line-height: 1.5625rem;
  margin-right: 1em;
  text-transform: uppercase;
  display: inline-block;
  padding-bottom: 0.1875rem;
  border-bottom: 0.25rem solid transparent;
}
.section-list__item--current {
  border-bottom: 0.25rem solid #000;
}
.layout.layout--inverted .section-list__item--current {
  border-color: #fff;
}
.section-list a {
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .section-list__item {
    font-size: 2.3vw;
  }
}
@media screen and (max-width: 768px) {
  .section-list__item {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 480px) {
  .section-list {
    height: 2.75rem;
    border: 0.125rem solid #000;
    box-sizing: border-box;
    overflow: hidden;
    padding: 0.5rem;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .section-list--opened {
    height: auto;
  }
  .section-list--opened .section-list__item:first-child {
    margin-top: 0;
  }
  .section-list--opened .section-list__current {
    display: none;
  }
  .section-list--opened .section-list__show-more {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .section-list__current {
    font-size: 1.1875rem;
    line-height: 1.5625rem;
    text-transform: uppercase;
    position: absolute;
    top: -0.1rem;
    left: 0.5rem;
    width: 100%;
    display: block;
    line-height: 2.75rem;
  }
  .section-list__item {
    line-height: 2rem;
    margin: 0;
    padding: 0;
    border: none;
    display: block;
    width: 100%;
  }
  .section-list__item a {
    display: block;
  }
  .section-list__item:first-child {
    margin-top: 3rem;
  }
  .section-list__show-more {
    position: absolute;
    top: 1.1rem;
    right: 1rem;
    display: block !important;
    overflow: hidden;
    height: 0;
    width: 0;
    border-left: 0.5rem solid transparent;
    border-right: 0.5rem solid transparent;
    border-top: 0.5rem solid #000;
  }
}
@media print {
  .section-list {
    display: none;
  }
}

.project-list {
  margin-top: 3rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .project-list {
    margin-top: 1rem;
  }
}
.project-list__item {
  display: block;
  max-width: 59.375em;
  margin-left: auto;
  margin-right: auto;
}
.project-list__item:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 992px) {
  .project-list__item {
    padding: 0 1em;
  }
}
@media screen and (max-width: 480px) {
  .project-list__item {
    margin: 0 !important;
  }
}
@media screen and (max-width: 65.625em) {
  .project-list__item {
    margin: 0 1em;
  }
}
@media screen and (max-width: 65.625em) and (min-width: 1300px) {
  .project-list__item {
    margin: 0 3em;
  }
}
@media screen and (max-width: 65.625em) and (max-width: 65.625em) {
  .project-list__item {
    position: relative;
    margin: 0 auto;
    max-width: 59.375em;
  }
}
@media screen and (max-width: 65.625em) and (max-width: 992px) {
  .project-list__item {
    padding: 0 1em;
  }
}
.project-list__item__link {
  display: block;
}
.project-list__item__content {
  display: block;
  overflow: hidden;
  margin-bottom: 2rem;
  clear: both;
}
.project-list__item__image img {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
}
@media screen and (min-width: 768px) {
  .project-list__item__image-container {
    float: left;
    display: block;
    margin-right: 2.8425855704%;
    width: 38.2944486578%;
  }
  .project-list__item__image-container:last-child {
    margin-right: 0;
  }
}
.project-list__item__title {
  font-size: 2.375rem;
  line-height: 2.375rem;
  letter-spacing: -0.04em;
  font-weight: 700;
  margin-bottom: 3rem;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .project-list__item__title {
    float: left;
    display: block;
    margin-right: 2.8425855704%;
    width: 58.8629657719%;
    margin-right: 0;
  }
  .project-list__item__title:last-child {
    margin-right: 0;
  }
}
.project-list__year {
  display: block;
  max-width: 59.375em;
  margin-left: auto;
  margin-right: auto;
  margin: 0 1em;
}
.project-list__year:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 992px) {
  .project-list__year {
    padding: 0 1em;
  }
}
@media screen and (max-width: 480px) {
  .project-list__year {
    margin: 0 !important;
  }
}
@media screen and (min-width: 1300px) {
  .project-list__year {
    margin: 0 3em;
  }
}
@media screen and (max-width: 65.625em) {
  .project-list__year {
    position: relative;
    margin: 0 auto;
    max-width: 59.375em;
  }
}
@media screen and (max-width: 992px) {
  .project-list__year {
    padding: 0 1em;
  }
}
@media screen and (min-width: 65.625em) {
  .project-list__year {
    position: absolute;
    padding-top: 0.5rem;
  }
}
.project-list__year__content {
  font-size: 2.375rem;
  line-height: 2.375rem;
  font-weight: 700;
  letter-spacing: -0.04em;
  margin-bottom: 1rem;
}

.filter-list {
  font-size: 0.9375rem;
  line-height: 1.25rem;
  margin: 0;
  padding: 0;
  display: block;
  clear: both;
  border-top: 1px solid #000;
  margin-left: 17.0596085997%;
}
.filter-list:last-child {
  border-bottom: 1px solid #000;
}
.filter-list__close {
  font-size: 1.1875rem;
  line-height: 1.5625rem;
  cursor: pointer;
  float: right;
  padding-top: 1rem;
  text-decoration: none;
  font-size: 1.4rem;
}
.filter-list__title {
  font-size: 1.1875rem;
  line-height: 1.5625rem;
  text-transform: uppercase;
  margin-bottom: 1em;
  margin-top: 1.5rem;
}
.filter-list__list {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  display: block;
  -webkit-columns: 5;
  -moz-columns: 5;
  columns: 5;
  padding-bottom: 1rem;
}
.filter-list__link {
  text-decoration: none;
  display: block;
}
.filter-list__item {
  position: relative;
  break-inside: avoid;
  margin-bottom: 2px;
  border-bottom: 2px solid transparent;
  display: table;
}
.filter-list__item--current {
  border-bottom: 2px solid #000;
}
.filter-list__item-title {
  display: inline-block;
  margin-left: 2.5em;
}
.filter-list__item-count {
  position: absolute;
  top: 0;
  left: 0;
  width: 2.5em;
}

.footer {
  background-color: #000;
  color: #fff;
  overflow: hidden;
  padding-top: 4rem;
  padding-bottom: 5rem;
}
@media print {
  .footer {
    display: none;
  }
}
.layout--inverted .footer {
  border-top: 4px solid #fff;
}
.footer__content {
  max-width: 59.375em;
  margin-left: auto;
  margin-right: auto;
}
.footer__content:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 992px) {
  .footer__content {
    padding: 0 1em;
  }
}
@media screen and (max-width: 480px) {
  .footer__content {
    margin: 0 !important;
  }
}
.footer__similarity {
  position: relative;
  margin-bottom: 2rem;
}
.footer__similarity:after {
  content: "";
  display: table;
  clear: both;
}
.footer__similarity a {
  color: #fff;
  text-decoration: none;
}
.footer__similarity__image img {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
}
.footer__similarity__item-title {
  font-size: 0.9375rem;
  line-height: 1.25rem;
  padding-top: 0.25rem;
  padding-bottom: 1rem;
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  .footer__similarity__list-item {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 48.821174201%;
  }
  .footer__similarity__list-item:last-child {
    margin-right: 0;
  }
  .footer__similarity__list-item:nth-child(2n) {
    margin-right: 0;
  }
  .footer__similarity__list-item:nth-child(2n+1) {
    clear: left;
  }
}
@media screen and (min-width: 768px) {
  .footer__similarity__list-item {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 23.2317613015%;
  }
  .footer__similarity__list-item:last-child {
    margin-right: 0;
  }
  .footer__similarity__list-item:nth-child(4n) {
    margin-right: 0;
  }
  .footer__similarity__list-item:nth-child(4n+1) {
    clear: left;
  }
}
.footer__heading {
  font-size: 0.9375rem;
  line-height: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 0.5rem;
}
@media screen and (min-width: 992px) {
  .footer__heading {
    position: absolute;
    top: 0;
    left: -2rem;
    padding-bottom: 0;
    -webkit-transform: rotate(-90deg) translateX(-100%);
    -moz-transform: rotate(-90deg) translateX(-100%);
    -ms-transform: rotate(-90deg) translateX(-100%);
    -o-transform: rotate(-90deg) translateX(-100%);
    transform: rotate(-90deg) translateX(-100%);
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top;
  }
}

.image-viewer {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  z-index: 7000;
  overflow: hidden;
  box-sizing: border-box;
}
.image-viewer--polka-dots {
  background-color: rgba(255, 255, 255, 0);
  background-image: -webkit-radial-gradient(50% 50%,  circle, #fff, #fff 1px, transparent 1.5px), -webkit-radial-gradient(0% 0%,  circle, #fff, #fff 1px, transparent 1.5px), -webkit-radial-gradient(0% 100%,  circle, #fff, #fff 1px, transparent 1.5px), -webkit-radial-gradient(100% 0%,  circle, #fff, #fff 1px, transparent 1.5px), -webkit-radial-gradient(100% 100%,  circle, #fff, #fff 1px, transparent 1.5px);
  background-image: radial-gradient(  circle at 50% 50%, #fff, #fff 1px, transparent 1.5px), radial-gradient(  circle at 0% 0%, #fff, #fff 1px, transparent 1.5px), radial-gradient(  circle at 0% 100%, #fff, #fff 1px, transparent 1.5px), radial-gradient(  circle at 100% 0%, #fff, #fff 1px, transparent 1.5px), radial-gradient(  circle at 100% 100%, #fff, #fff 1px, transparent 1.5px);
  background-size: 6px 6px;
  background-position: 8px 8px;
}
@media screen and (max-width: 767px) {
  .image-viewer {
    display: none !important;
  }
}
.image-viewer__container {
  -webkit-box-align: top;
  -moz-box-align: top;
  box-align: top;
  -webkit-align-items: top;
  -moz-align-items: top;
  -ms-align-items: top;
  -o-align-items: top;
  align-items: top;
  -ms-flex-align: top;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  margin-top: 2rem;
  width: 100vw;
  height: 100vh;
}
.image-viewer__container .sanity-image__ratio-container {
  padding-bottom: unset !important;
  height: 90vh;
}
.image-viewer__container .sanity-image__ratio-container img {
  width: auto;
  left: 50%;
  transform: translateX(-50%);
}
.image-viewer__meta {
  font-size: 0.9375rem;
  line-height: 1.25rem;
  background-color: #fff;
  padding: 0.5rem;
  text-align: left;
  z-index: 7010;
  position: absolute;
  max-width: 100%;
}
.image-viewer__meta-line--caption {
  font-size: 0.9375rem;
  line-height: 1.25rem;
  padding: 0.5rem 0;
}
.image-viewer__meta-line--attribution {
  font-size: 0.75rem;
  line-height: 0.9375rem;
}
.image-viewer__meta-line--licence {
  font-size: 0.75rem;
  line-height: 0.9375rem;
}
.image-viewer__image-wrapper {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}
.image-viewer__image-wrapper img {
  display: inline-block;
}
.image-viewer__image-container {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
}
.image-viewer__visible {
  display: block;
}

.video--full-width iframe {
  width: 100%;
  height: 33.3984375em;
}

.form-group {
  display: block;
}
.form-group label {
  display: block;
}

.list--default {
  line-height: 1.6875rem;
}
.list--default li {
  display: list-item;
  list-style-type: disc;
  list-style-position: inside;
}
.list--default li ul {
  margin-left: 1em;
}
.list--default li ul li {
  list-style-type: circle;
}
.list--comma-separated {
  display: block;
}
.list--comma-separated .list__item {
  display: inline;
}
.list--comma-separated .list__item:after {
  content: ", ";
}
.list--comma-separated .list__item:last-child:after {
  display: none;
}
.list--horizontal {
  display: block;
  margin: 0;
  padding: 0;
}
.list--horizontal .item,
.list--horizontal li,
.list--horizontal .list__item {
  margin: 0;
  padding: 0;
  display: inline-block;
  margin-right: 1em;
}
.list--horizontal .item:last-child,
.list--horizontal li:last-child,
.list--horizontal .list__item:last-child {
  margin-right: 0;
}

.offices-chart {
  clear: both;
  margin-top: 6rem;
  position: relative;
  margin-bottom: 10rem;
}
.offices-chart:after {
  content: "";
  display: table;
  clear: both;
}
@media print {
  .offices-chart {
    page-break-before: always;
  }
}
.offices-chart__person {
  height: 2rem;
  width: 2rem;
  font-size: 0.75rem;
  line-height: 0.9375rem;
  line-height: 2rem;
  float: left;
  margin-right: 0.2rem;
  margin-bottom: 0.2rem;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.offices-chart__person:hover:after {
  content: attr(data-title);
  font-size: 1rem;
  position: absolute;
  background-color: #fff;
  border: 0.125rem solid #000;
  color: #000;
  width: 100%;
  width: -webkit-calc(100% - .2rem);
  width: calc(100% - .2rem);
  text-align: left;
  box-sizing: border-box;
  margin-top: -4.35rem;
  padding: 1rem;
  padding-top: 1.2rem;
  left: 0;
  line-height: 1rem;
  min-height: 4.2rem;
  z-index: 5000;
  font-size: 1.1875rem;
  line-height: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .offices-chart__person:hover:after {
    display: none;
  }
}
.offices-chart__person a {
  display: block;
  height: 100%;
  width: 100%;
}
.offices-chart__person--position {
  background-color: white;
  border: 0.125rem solid black;
  color: black;
}
.offices-chart__person--position:hover:after {
  margin-top: 0.2rem;
  background-color: #000;
  color: #fff;
}
@media print {
  .offices-chart__person {
    border: none;
    float: none;
    width: auto;
    height: auto;
    background-color: transparent;
    color: #000;
    display: inline-block;
    line-height: 1rem;
  }
  .offices-chart__person:after {
    margin-left: 1rem;
    content: attr(data-title);
    display: inline-block;
    color: #000;
    margin-right: 1rem;
  }
}

.image-collection {
  clear: both;
}
.image-collection:after {
  content: "";
  display: table;
  clear: both;
}
.image-collection .image-collection__item--square {
  height: auto !important;
}
.image-collection__meta-line {
  padding: 0.25rem 0;
}
.image-collection__meta-line--caption {
  font-weight: 700;
  letter-spacing: -0.04em;
}
.image-collection__image {
  cursor: pointer;
}
.image-collection__image--square {
  height: auto;
}
.image-collection__image--square img {
  height: auto;
}
.image-collection__item {
  overflow: hidden;
  position: relative;
}
.image-collection__item:hover .image-collection__image-text {
  display: block;
}
.image-collection__text {
  font-size: 0.75rem;
  line-height: 0.9375rem;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}
.image-collection__image-text {
  position: absolute;
  bottom: 0;
  z-index: 7002;
  background-color: #fff;
  width: 100%;
  padding: 0.5rem 0;
  font-size: 0.75rem;
  line-height: 0.9375rem;
}
.image-collection__image-text--hidden {
  display: none;
}
.image-collection__show-more {
  display: block;
  text-align: center;
  font-size: 2.375rem;
  line-height: 2.375rem;
  font-weight: 700;
  letter-spacing: -0.04em;
}
.image-collection--layout1 .image-collection__item {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 31.7615656014%;
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 23.2317613015%;
  margin-bottom: 1rem;
}
.image-collection--layout1 .image-collection__item:last-child {
  margin-right: 0;
}
.image-collection--layout1 .image-collection__item:last-child {
  margin-right: 0;
}
.image-collection--layout1 .image-collection__item:nth-child(4n+9) {
  margin-right: 0;
}
.image-collection--layout1 .image-collection__item:nth-child(1) {
  margin-bottom: 1rem;
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 48.821174201%;
}
.image-collection--layout1 .image-collection__item:nth-child(1):last-child {
  margin-right: 0;
}
.image-collection--layout1 .image-collection__item:nth-child(2) {
  margin-bottom: 1rem;
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 23.2317613015%;
}
.image-collection--layout1 .image-collection__item:nth-child(2):last-child {
  margin-right: 0;
}
.image-collection--layout1 .image-collection__item:nth-child(3) {
  margin-bottom: 1rem;
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 23.2317613015%;
  margin-right: 0;
}
.image-collection--layout1 .image-collection__item:nth-child(3):last-child {
  margin-right: 0;
}
.image-collection--layout1 .image-collection__item:nth-child(4) {
  margin-bottom: 1rem;
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 23.2317613015%;
}
.image-collection--layout1 .image-collection__item:nth-child(4):last-child {
  margin-right: 0;
}
.image-collection--layout1 .image-collection__item:nth-child(5) {
  margin-bottom: 1rem;
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 23.2317613015%;
  margin-right: 0;
}
.image-collection--layout1 .image-collection__item:nth-child(5):last-child {
  margin-right: 0;
}
.image-collection--layout1 .image-collection__item:nth-child(6) {
  clear: left;
}
.image-collection--layout2 .image-collection__item {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 14.7019570017%;
  height: 8rem;
  margin-bottom: 1.5rem;
}
.image-collection--layout2 .image-collection__item:last-child {
  margin-right: 0;
}
.image-collection--layout2 .image-collection__item:nth-child(6n+1) {
  height: 8rem;
  margin-right: 0;
}
.image-collection--layout2 .image-collection__item:nth-child(1) {
  height: 40rem;
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 100%;
}
.image-collection--layout2 .image-collection__item:nth-child(1):last-child {
  margin-right: 0;
}
.image-collection--layout3 .image-collection__item {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 23.2317613015%;
  margin-bottom: 1.5rem;
  height: 12rem;
}
.image-collection--layout3 .image-collection__item:last-child {
  margin-right: 0;
}
.image-collection--layout3 .image-collection__item:nth-child(4n+5) {
  margin-right: 0;
}
.image-collection--layout3 .image-collection__item:nth-child(1) {
  height: 40rem;
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 100%;
}
.image-collection--layout3 .image-collection__item:nth-child(1):last-child {
  margin-right: 0;
}
.image-collection--layout3 .image-collection__item:nth-child(2) {
  height: 30rem;
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 31.7615656014%;
}
.image-collection--layout3 .image-collection__item:nth-child(2):last-child {
  margin-right: 0;
}
.image-collection--layout3 .image-collection__item:nth-child(3) {
  height: 30rem;
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 31.7615656014%;
}
.image-collection--layout3 .image-collection__item:nth-child(3):last-child {
  margin-right: 0;
}
.image-collection--layout3 .image-collection__item:nth-child(4) {
  height: 14.25rem;
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 31.7615656014%;
  margin-right: 0;
}
.image-collection--layout3 .image-collection__item:nth-child(4):last-child {
  margin-right: 0;
}
.image-collection--layout3 .image-collection__item:nth-child(5) {
  height: 14.25rem;
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 31.7615656014%;
  margin-right: 0;
}
.image-collection--layout3 .image-collection__item:nth-child(5):last-child {
  margin-right: 0;
}
.image-collection--layout4 .image-collection__image {
  width: 100%;
  height: auto;
}
.image-collection--layout4 .image-collection__item {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 23.2317613015%;
  margin-bottom: 1.5rem;
}
.image-collection--layout4 .image-collection__item:last-child {
  margin-right: 0;
}
.image-collection--layout4 .image-collection__item:nth-child(1) {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 48.821174201%;
}
.image-collection--layout4 .image-collection__item:nth-child(1):last-child {
  margin-right: 0;
}
.image-collection--layout4 .image-collection__item:nth-child(2) {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 48.821174201%;
  margin-right: 0;
}
.image-collection--layout4 .image-collection__item:nth-child(2):last-child {
  margin-right: 0;
}
.image-collection--layout4 .image-collection__item:nth-child(3) {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 31.7615656014%;
}
.image-collection--layout4 .image-collection__item:nth-child(3):last-child {
  margin-right: 0;
}
.image-collection--layout4 .image-collection__item:nth-child(4) {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 31.7615656014%;
}
.image-collection--layout4 .image-collection__item:nth-child(4):last-child {
  margin-right: 0;
}
.image-collection--layout4 .image-collection__item:nth-child(5) {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 31.7615656014%;
  margin-right: 0;
}
.image-collection--layout4 .image-collection__item:nth-child(5):last-child {
  margin-right: 0;
}
.image-collection--layout4 .image-collection__item:nth-child(4n+9) {
  margin-right: 0;
}
.image-collection--layout5 .image-collection__image {
  width: 100%;
  height: auto;
}
.image-collection--layout5 .image-collection__item {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 31.7615656014%;
  margin-bottom: 1rem;
}
.image-collection--layout5 .image-collection__item:last-child {
  margin-right: 0;
}
.image-collection--layout5 .image-collection__item:nth-child(1) {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 100%;
}
.image-collection--layout5 .image-collection__item:nth-child(1):last-child {
  margin-right: 0;
}
.image-collection--layout5 .image-collection__item:nth-child(2) {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 65.8807828007%;
}
.image-collection--layout5 .image-collection__item:nth-child(2):last-child {
  margin-right: 0;
}
.image-collection--layout5 .image-collection__item:nth-child(3) {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 31.7615656014%;
  margin-right: 0;
}
.image-collection--layout5 .image-collection__item:nth-child(3):last-child {
  margin-right: 0;
}
.image-collection--layout5 .image-collection__item:nth-child(4) {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 31.7615656014%;
  margin-right: 0;
}
.image-collection--layout5 .image-collection__item:nth-child(4):last-child {
  margin-right: 0;
}
.image-collection--layout5 .image-collection__item:nth-child(5) {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 31.7615656014%;
}
.image-collection--layout5 .image-collection__item:nth-child(5):last-child {
  margin-right: 0;
}
.image-collection--layout5 .image-collection__item:nth-child(3n+7) {
  margin-right: 0;
}
.image-collection--layout-simple {
  margin-bottom: 1rem;
}
.image-collection--layout-simple--length2 .image-collection__item {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 48.821174201%;
}
.image-collection--layout-simple--length2 .image-collection__item:last-child {
  margin-right: 0;
}
.image-collection--layout-simple--length2 .image-collection__item:nth-child(2n) {
  margin-right: 0;
}
.image-collection--layout-simple--length2 .image-collection__item:nth-child(2n+1) {
  clear: left;
}
.image-collection--layout-simple--length3 .image-collection__item {
  margin-bottom: 1rem;
}
.image-collection--layout-simple--length3 .image-collection__item:nth-child(1) {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 100%;
  margin-right: 0;
}
.image-collection--layout-simple--length3 .image-collection__item:nth-child(1):last-child {
  margin-right: 0;
}
.image-collection--layout-simple--length3 .image-collection__item:nth-child(2) {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 48.821174201%;
}
.image-collection--layout-simple--length3 .image-collection__item:nth-child(2):last-child {
  margin-right: 0;
}
.image-collection--layout-simple--length3 .image-collection__item:nth-child(3) {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 48.821174201%;
  margin-right: 0;
}
.image-collection--layout-simple--length3 .image-collection__item:nth-child(3):last-child {
  margin-right: 0;
}
.image-collection--layout-simple--length4 .image-collection__item {
  margin-bottom: 1rem;
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 48.821174201%;
}
.image-collection--layout-simple--length4 .image-collection__item:last-child {
  margin-right: 0;
}
.image-collection--layout-simple--length4 .image-collection__item:nth-child(2n) {
  margin-right: 0;
}
.image-collection--layout-simple--length4 .image-collection__item:nth-child(2n+1) {
  clear: left;
}
.image-collection--layout-simple--length5 .image-collection__item {
  margin-bottom: 1rem;
}
.image-collection--layout-simple--length5 .image-collection__item:nth-child(1) {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 100%;
  margin-right: 0;
}
.image-collection--layout-simple--length5 .image-collection__item:nth-child(1):last-child {
  margin-right: 0;
}
.image-collection--layout-simple--length5 .image-collection__item:nth-child(2), .image-collection--layout-simple--length5 .image-collection__item:nth-child(3), .image-collection--layout-simple--length5 .image-collection__item:nth-child(4), .image-collection--layout-simple--length5 .image-collection__item:nth-child(5) {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 48.821174201%;
}
.image-collection--layout-simple--length5 .image-collection__item:nth-child(2):last-child, .image-collection--layout-simple--length5 .image-collection__item:nth-child(3):last-child, .image-collection--layout-simple--length5 .image-collection__item:nth-child(4):last-child, .image-collection--layout-simple--length5 .image-collection__item:nth-child(5):last-child {
  margin-right: 0;
}
.image-collection--layout-simple--length5 .image-collection__item:nth-child(3), .image-collection--layout-simple--length5 .image-collection__item:nth-child(5) {
  margin-right: 0;
}
@media screen and (max-width: 480px) {
  .image-collection .image-collection__item:nth-child(1n) {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
    margin-right: 0;
    margin-bottom: 1rem;
  }
  .image-collection .image-collection__item:nth-child(1n):last-child {
    margin-right: 0;
  }
}
@media print {
  .image-collection {
    page-break-inside: avoid;
  }
}

.meta-data {
  border-top: 1px solid #000;
  margin: 3rem 0;
}
.layout--inverted .meta-data {
  border-color: #fff;
}
.meta-data__row-top {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: 2rem;
}
.meta-data__row {
  position: relative;
  clear: both;
  overflow: hidden;
  border-bottom: 1px solid #000;
}
.layout--inverted .meta-data__row {
  border-bottom: 1px solid #fff;
}
@media screen and (min-width: 769px) {
  .meta-data__row--long-length .meta-data__heading,
  .meta-data__row--long-length .meta-data__data {
    display: inline-block;
    width: auto;
  }
}
.meta-data__row--expandable .meta-data__row-top {
  cursor: pointer;
}
.meta-data__row--program .meta-data__data {
  text-transform: capitalize;
}
.meta-data__row--partners .meta-data__people-list {
  margin-top: -2rem;
}
.meta-data__row--map .meta-data__heading,
.meta-data__row--map .meta-data__data {
  z-index: 4100;
  position: relative;
  text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}
.meta-data__row--map .meta-data__expand-button {
  z-index: 4100;
}
.meta-data__row--map .meta-data__expanded-content {
  height: 18rem;
  position: relative;
}
@media screen and (max-width: 480px) {
  .meta-data__row--map .meta-data__expanded-content {
    height: 9rem;
  }
}
.meta-data__row--map .meta-data__expanded-content .omap {
  position: absolute;
  top: -2rem;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 480px) {
  .meta-data__row--map .meta-data__expanded-content .omap {
    height: 10rem;
  }
}
.meta-data__row--map .meta-data__expanded-content .omap .leaflet-top .leaflet-control {
  margin-top: 3rem;
}
@media screen and (max-width: 480px) {
  .meta-data__row--map .meta-data__expanded-content .omap .leaflet-top .leaflet-control {
    margin-top: 5rem;
  }
}
@media screen and (max-width: 480px) {
  .meta-data__row--map .meta-data__expanded-content .omap {
    top: -5rem;
  }
}
.meta-data__heading {
  text-transform: uppercase;
  line-height: 2rem;
  vertical-align: bottom;
  padding-left: 0.5rem;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .meta-data__heading {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 14.7019570017%;
  }
  .meta-data__heading:last-child {
    margin-right: 0;
  }
}
@media print {
  .meta-data__heading {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 14.7019570017%;
  }
  .meta-data__heading:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .meta-data__heading {
    font-weight: 700;
    line-height: 2rem;
    padding-top: 0.5rem;
    margin-bottom: 0;
  }
}
.meta-data__data {
  line-height: 1.2rem;
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
}
.meta-data__data::first-letter {
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .meta-data__data {
    margin-left: 0.5rem;
    line-height: 1.5rem;
    padding-top: 0;
    padding-bottom: 0.5rem;
  }
}
.meta-data__expanded-content {
  clear: both;
  margin: 0;
}
.meta-data__expanded-content .left {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 14.7019570017%;
}
.meta-data__expanded-content .left:last-child {
  margin-right: 0;
}
.meta-data__expanded-content .left img {
  width: 8.471602064em;
  height: auto;
}
.meta-data__expanded-content .meta {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 82.9403914003%;
  margin-right: 0;
}
.meta-data__expanded-content .meta:last-child {
  margin-right: 0;
}
.meta-data__expanded-content .meta .description {
  font-weight: 500 !important;
  margin-bottom: 2em;
}
@media screen and (min-width: 768px) {
  .meta-data__timeline-wrapper {
    margin-left: 17.0596085997%;
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 82.9403914003%;
    margin-right: 0;
  }
  .meta-data__timeline-wrapper:last-child {
    margin-right: 0;
  }
}
.meta-data__phase__title {
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 2rem;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .meta-data__phase__title {
    padding-left: 0.5rem;
  }
}
@media screen and (min-width: 768px) {
  .meta-data__phase__title {
    border-bottom: 1px solid #000;
    margin-left: 17.0596085997%;
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 82.9403914003%;
    margin-right: 0;
  }
  .meta-data__phase__title:last-child {
    margin-right: 0;
  }
}
.meta-data__people-list, .meta-data__roles {
  line-height: 1.4rem;
}
.meta-data__people-list {
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .meta-data__people-list {
    padding-left: 0.5rem;
  }
}
@media screen and (min-width: 768px) {
  .meta-data__people-list {
    margin-left: 17.0596085997%;
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 82.9403914003%;
    margin-right: 0;
    -webkit-columns: 3;
    -moz-columns: 3;
    columns: 3;
  }
  .meta-data__people-list:last-child {
    margin-right: 0;
  }
}
.meta-data__data {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 82.9403914003%;
  margin-right: 0;
  vertical-align: bottom;
}
.meta-data__data:last-child {
  margin-right: 0;
}
.meta-data__roles {
  margin-bottom: 1rem;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .meta-data__roles {
    padding-left: 0.5rem;
  }
}
@media screen and (min-width: 768px) {
  .meta-data__roles {
    margin-left: 17.0596085997%;
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 82.9403914003%;
    margin-right: 0;
  }
  .meta-data__roles:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .meta-data__roles__people {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 65.8807828007%;
    margin-right: 0;
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
  }
  .meta-data__roles__people:last-child {
    margin-right: 0;
  }
}
.meta-data__roles__title {
  letter-spacing: -0.04em;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .meta-data__roles__title {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 31.7615656014%;
  }
  .meta-data__roles__title:last-child {
    margin-right: 0;
  }
}
.meta-data__expand-button {
  display: block;
  line-height: 2rem;
  height: 2rem;
  position: absolute;
  right: 0;
  font-weight: 500;
  font-size: 0.875rem;
  cursor: pointer;
  margin-right: 0.375rem;
}
.meta-data__expand-button span.text {
  line-height: 2rem;
  margin-right: 6px;
}
.meta-data__expand-button span.icon {
  display: inline-block;
}
.meta-data__expand-button span.icon i {
  display: block;
  height: 0.625rem;
  width: 0.625rem;
  background-image: url("/images/arrow_expand.svg");
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .meta-data__expand-button {
    margin-top: 0.5rem;
    padding-bottom: 1rem;
  }
}
.meta-data__collaborators {
  padding-left: 0.5rem;
  font-size: 0.9375rem;
  line-height: 1.25rem;
}
@media screen and (min-width: 768px) {
  .meta-data__collaborators {
    margin-left: 17.0596085997%;
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 82.9403914003%;
    margin-right: 0;
    margin-bottom: 0.5rem;
    padding: 0;
  }
  .meta-data__collaborators:last-child {
    margin-right: 0;
  }
}
.meta-data__collaborator {
  margin: 0.5rem 0;
}
.meta-data__collaborators-role-credits {
  margin: 2rem 0;
}
.meta-data__collaborators-role-credits--short {
  margin: 0.25rem 0;
}
.meta-data__collaborator-top {
  position: relative;
}
.meta-data__collaborator--expandable .meta-data__collaborator-top {
  cursor: pointer;
}
.meta-data__collaborator-top .meta-data__expand-button {
  top: 0;
  height: 1.5rem;
  line-height: 1.5rem;
}
.meta-data__collaborator-top .meta-data__expand-button span.text {
  display: none;
}
.meta-data__collaborator-role {
  display: inline-block;
  text-transform: uppercase;
}
.meta-data__collaborator-role--invisible {
  opacity: 0;
}
.meta-data__collaborator-role-credits-role__top {
  cursor: pointer;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.meta-data__collaborator-role-credits-role__top .meta-data__expand-button {
  top: 0;
  height: 1.5rem;
  line-height: 1.5rem;
}
.meta-data__collaborator-role-credits-role__top .meta-data__expand-button .text {
  display: none;
}
.meta-data__collaborator-role-credits-role-title {
  margin-top: 1rem;
  padding-bottom: 0.2rem;
  text-transform: uppercase;
  font-size: 0.75rem;
  line-height: 0.9375rem;
  font-weight: 700;
}
.meta-data__collaborator-title {
  display: inline-block;
}
.meta-data__collaborators-people-list {
  -webkit-columns: 3;
  -moz-columns: 3;
  columns: 3;
  font-size: 0.75rem;
  line-height: 0.9375rem;
  line-height: 1.4rem;
  padding-bottom: 1rem;
}

.meta-data__row--year .meta-data__data {
  text-transform: uppercase;
}
@media screen and (max-width: 480px) {
  .meta-data__row--year {
    pointer-events: none;
  }
  .meta-data__row--year .meta-data__expand-button {
    display: none;
  }
}

.meta-data__program {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 479px) {
  .meta-data__program {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
}
@media screen and (min-width: 480px) {
  .meta-data__program {
    margin-left: 17.0596085997%;
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 82.9403914003%;
    margin-right: 0;
  }
  .meta-data__program:last-child {
    margin-right: 0;
  }
}
.meta-data__program__usage {
  width: 30%;
}
@media screen and (max-width: 480px) {
  .meta-data__program__usage {
    width: auto;
  }
}
.meta-data__program__squareMeters {
  position: relative;
}
.meta-data__program__squareMetersBarContainer {
  float: left;
  width: -webkit-calc(100% - 6.5rem);
  width: calc(100% - 6.5rem);
  margin-right: 0.5rem;
  margin-top: 0.1rem;
  position: relative;
}
@media screen and (max-width: 480px) {
  .meta-data__program__squareMetersBarContainer {
    display: none;
  }
}
.meta-data__program__squareMetersBar {
  height: 1rem;
  background-color: #000;
  position: relative;
  overflow: hidden;
}
@media print {
  .meta-data__program__squareMetersBar {
    width: 1px;
  }
  .meta-data__program__squareMetersBar:before {
    display: block;
    position: absolute;
    width: 1rem;
    height: 1.5rem;
    content: "█";
    left: 0;
    -webkit-transform: scaleX(100);
    -moz-transform: scaleX(100);
    -ms-transform: scaleX(100);
    -o-transform: scaleX(100);
    transform: scaleX(100);
  }
}
.meta-data__program__squareMetersBarLabel {
  width: 6rem;
  font-size: 0.9375rem;
  line-height: 1.25rem;
  line-height: 1rem;
  float: right;
  vertical-align: middle;
  margin-top: 0.05rem;
}
.meta-data__program__totalSquareMeters {
  text-align: right;
  font-size: 0.9375rem;
  line-height: 1.25rem;
  line-height: 2rem;
  height: 2rem;
}
.meta-data__program table {
  width: 100%;
  border-collapse: collapse;
}
.meta-data__program table td {
  font-size: 0.9375rem;
  line-height: 1.25rem;
  vertical-align: middle;
  text-transform: capitalize;
  padding-right: 1rem;
  overflow: hidden;
  padding: 0;
}
.meta-data__program table td:last-child {
  text-align: right;
  padding-right: 0;
}

.meta-table {
  border-top: 1px solid #000;
  margin-bottom: 2rem;
  width: 100%;
  font-size: 0.9375rem;
  line-height: 1.25rem;
}
.layout--inverted .meta-table {
  border-color: #fff;
}
.meta-table__row {
  border-bottom: 1px solid #000;
  line-height: 1rem;
}
.layout--inverted .meta-table__row {
  border-color: #fff;
}
.meta-table__heading, .meta-table__data {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media screen and (max-width: 768px) {
  .meta-table__heading, .meta-table__data {
    display: block;
    float: none;
  }
}
.meta-table__data {
  padding-left: 0.5rem;
}
@media screen and (max-width: 768px) {
  .meta-table__data {
    padding-top: 0;
    padding-bottom: 1rem;
  }
}
.meta-table__heading {
  text-align: left;
  padding-left: 0.5rem;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .meta-table__heading {
    padding-top: 1rem;
    padding-bottom: 0.5rem;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .meta-table__heading {
    width: 30%;
  }
}
@media screen and (min-width: 992px) {
  .meta-table__heading {
    width: 20%;
  }
}

.lecture-list--thumbs {
  max-width: 59.375em;
  margin-left: auto;
  margin-right: auto;
}
.lecture-list--thumbs:after {
  content: "";
  display: table;
  clear: both;
}
.lecture-list--thumbs .lecture-list__item {
  width: 19.2%;
  margin-right: 1%;
  padding-bottom: 0.75vw;
  overflow: hidden;
  float: left;
}
.lecture-list--thumbs .lecture-list__item:nth-child(5n) {
  margin-right: 0;
}
.lecture-list--thumbs .sanity-image__attribution {
  display: none;
}
.lecture-list--thumbs img {
  display: block;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
}
.lecture-list__column {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 48.821174201%;
  padding-right: 1em;
}
.lecture-list__column:last-child {
  margin-right: 0;
}
.lecture-list__column--only-mobile {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 100%;
}
.lecture-list__column--only-mobile:last-child {
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  .lecture-list__column--only-mobile {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .lecture-list__column--only-desktop {
    display: none;
  }
}
.lecture-list__column--column2 {
  margin-right: 0;
}
.lecture-list--cards .lecture-list__item {
  display: block;
  margin-bottom: 2em;
  clear: both;
  position: relative;
}
.lecture-list--cards a {
  text-decoration: none;
}
.lecture-list--cards .lecture-list__item-title {
  font-size: 2.375rem;
  line-height: 2.375rem;
  font-weight: 700;
  letter-spacing: -0.04em;
  font-size: 2.1rem;
  display: block;
  text-decoration: none;
  line-height: 2rem;
}
.lecture-list--cards .lecture-list__item-date {
  display: none;
}
.lecture-list--cards .lecture-list__lecturers {
  font-size: 1.1875rem;
  line-height: 1.5625rem;
  font-weight: 700;
  letter-spacing: -0.04em;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.lecture-list--cards .lecture-list__lecturers p {
  display: inline;
}
.lecture-list--cards .lecture-list__lecturer:after {
  content: ", ";
}

.publication-list--default {
  margin-top: 2rem;
}
.publication-list--default .publication-list__item {
  position: relative;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .publication-list--default .publication-list__item {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 31.7615656014%;
  }
  .publication-list--default .publication-list__item:last-child {
    margin-right: 0;
  }
  .publication-list--default .publication-list__item:nth-child(3n) {
    margin-right: 0;
  }
  .publication-list--default .publication-list__item:nth-child(3n+1) {
    clear: left;
  }
}
@media screen and (max-width: 767px) {
  .publication-list--default .publication-list__item {
    overflow: hidden;
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 48.821174201%;
  }
  .publication-list--default .publication-list__item:last-child {
    margin-right: 0;
  }
  .publication-list--default .publication-list__item:nth-child(2n) {
    margin-right: 0;
  }
  .publication-list--default .publication-list__item:nth-child(2n+1) {
    clear: left;
  }
}
.publication-list--default .publication-list__item a {
  text-decoration: none;
}
.publication-list--default .publication-list__item-title {
  font-size: 1.1875rem;
  line-height: 1.5625rem;
  font-weight: 700;
  letter-spacing: -0.04em;
  display: block;
  margin-top: 0.5rem;
  text-decoration: none;
}
.publication-list--default .publication-list__item-meta {
  font-size: 0.9375rem;
  line-height: 1.25rem;
  padding-bottom: 0.5rem;
  line-height: 1rem;
}

.colophon {
  font-size: 0.9375rem;
  line-height: 1.25rem;
}
.colophon__list {
  clear: both;
}
.colophon__list-item {
  display: inline;
  margin-right: 0.5rem;
  padding-bottom: 0.375rem;
  cursor: pointer;
}
.colophon__list-item--expanded {
  display: block;
  border: 0.1875rem solid #000;
  padding: 1rem;
  margin: 1.5rem 0;
}
.colophon__list-item--expanded .colophon__list-item-title {
  font-size: 2.375rem;
  line-height: 2.375rem;
  font-weight: 700;
  letter-spacing: -0.04em;
  display: block;
  margin-bottom: 0.5em;
}
.colophon__project-list-item {
  display: inline-block;
  margin-right: 1rem;
  border-bottom: 0.25rem solid transparent;
  padding-bottom: 0.25rem;
  margin-bottom: 0.5rem;
  cursor: pointer;
}
.colophon__project-list-item--selected {
  border-bottom: 0.1875rem solid #000;
  padding-bottom: 0.125rem;
}
.colophon__project-list-item--selected:hover {
  border-bottom: 0.3125rem solid #000;
  padding-bottom: 0;
}

.colophon-graphic {
  position: relative;
}
.colophon-graphic__canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.colophon-graphic__canvas-container {
  height: 0;
  padding-top: 100%;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .colophon-graphic__canvas-wrapper {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 65.8807828007%;
    position: relative;
  }
  .colophon-graphic__canvas-wrapper:last-child {
    margin-right: 0;
  }
  .colophon-graphic__row {
    display: block;
  }
  .colophon-graphic__row:after {
    content: "";
    display: table;
    clear: both;
  }
  .colophon-graphic__people-container {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 14.7019570017%;
    position: relative;
    text-align: right;
    display: table;
    height: 600px;
  }
  .colophon-graphic__people-container:last-child {
    margin-right: 0;
  }
  .colophon-graphic__projects-container {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 14.7019570017%;
    margin-right: 0;
    display: table;
    height: 600px;
  }
  .colophon-graphic__projects-container:last-child {
    margin-right: 0;
  }
  .colophon-graphic__people, .colophon-graphic__projects {
    width: 100%;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
  }
}
.colophon-graphic__year {
  margin: 1rem 0;
  text-align: center;
}
.colophon-graphic__year:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 768px) {
  .colophon-graphic__year {
    margin: 0.25rem;
    font-size: 0.75rem;
    line-height: 0.9375rem;
  }
  .colophon-graphic__people-container {
    position: absolute;
    top: 2.4rem;
    width: 100%;
    height: 1.5rem;
    left: -0.75rem;
    white-space: nowrap;
    text-align: center;
    -webkit-transform-origin: center left;
    -moz-transform-origin: center left;
    -ms-transform-origin: center left;
    -o-transform-origin: center left;
    transform-origin: center left;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .colophon-graphic__people {
    text-align: center;
    font-size: 0.75rem;
    line-height: 0.9375rem;
  }
  .colophon-graphic__projects-container {
    position: absolute;
    top: 2.4rem;
    width: 100%;
    height: 1rem;
    right: -0.5rem;
    white-space: nowrap;
    text-align: center;
    -webkit-transform-origin: center right;
    -moz-transform-origin: center right;
    -ms-transform-origin: center right;
    -o-transform-origin: center right;
    transform-origin: center right;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .colophon-graphic__projects {
    text-align: center;
    font-size: 0.75rem;
    line-height: 0.9375rem;
  }
}

.view-header {
  position: relative;
  line-height: 1rem;
  margin-bottom: 1rem;
  padding-top: 1rem;
  height: 2rem;
  float: both;
  width: 50%;
  clear: both;
}
@media screen and (max-width: 480px) {
  .view-header {
    width: 100%;
  }
}
.view-header__view-selector {
  float: left;
}
@media print {
  .view-header__view-selector {
    display: none;
  }
}
.view-header__view-selector__button {
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none;
  margin-left: 1rem;
  padding-bottom: 0.1rem;
  border-bottom: 0.1875rem solid transparent;
}
.view-header__view-selector__button--selected {
  border-bottom: 0.1875rem solid #000;
}
.view-header__filter {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 20%;
}
@media print {
  .view-header__filter {
    display: none;
  }
}
.view-header__filter__input {
  width: 100%;
  border: none;
  border-bottom: 0.125rem solid #000;
  font-weight: 500;
  line-height: 1.5rem;
  font-size: 1rem;
  outline: none;
}
.view-header__filter__input:focus {
  outline: none;
}
.view-header__filter__input::-webkit-input-placeholder {
  text-transform: uppercase;
  color: #000;
  font-weight: 500;
}
@media screen and (max-width: 480px) {
  .view-header__filter {
    margin-top: 0.5rem;
    position: static;
    width: 100%;
  }
}

.rich-text strong,
.rich-text b {
  font-weight: 700;
}
.rich-text i {
  font-style: italic;
}
.rich-text a,
.rich-text u {
  text-decoration: underline;
}
.rich-text h1,
.rich-text h2,
.rich-text h3,
.rich-text h4 {
  font-weight: 700;
  margin-top: 1rem;
}
.rich-text blockquote {
  margin-left: 2rem;
  font-style: italic;
}

.sanity-image {
  background-color: #fff;
}
.sanity-image__ratio-container {
  position: relative;
  height: 0;
  display: flex;
  width: 100%;
  background-size: cover;
  background-position: 50%;
  overflow: hidden;
  justify-content: center;
}
.sanity-image__ratio-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 1;
  -o-object-fit: cover;
  object-fit: cover;
}
.layout--inverted .sanity-image {
  background-color: #111;
}
.footer .sanity-image {
  background-color: #111;
}
.sanity-image img {
  transition: opacity 0.04s;
  max-width: none;
}
.sanity-image__container {
  height: auto !important;
}
.sanity-image--no-image {
  background-color: #ff0;
}
.sanity-image--loading img {
  opacity: 0;
}

.omap .map {
  width: 100%;
  height: 20rem;
}
.omap__popup__title {
  display: inline-block;
  margin-top: 1rem;
}
.omap__popup a {
  color: #000;
}
.omap__popup a:hover {
  color: #000;
}

.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
  font-size: 1.8rem;
  font-weight: 400;
  text-align: center;
  line-height: 1.6875rem;
}

.leaflet-control-zoom-out {
  text-indent: -1.55rem;
  overflow: hidden;
}
.leaflet-control-zoom-out:after {
  padding-left: 1rem;
  content: "−";
}

.leaflet-popup-content-wrapper {
  border: 3px solid #000;
  min-width: 14rem;
}

.leaflet-popup-content {
  padding: 1rem;
  padding-top: 2rem !important;
  padding-bottom: 1rem !important;
}

.leaflet-control-attribution {
  font-size: 0.75rem;
  line-height: 0.9375rem;
  opacity: 0.2;
  position: relative;
  top: -0.5em;
}
.leaflet-control-attribution:hover {
  opacity: 0.5;
}

.leaflet-popup-close-button {
  font-size: 2rem;
  color: #000;
  top: 0.75rem;
  right: 1.2rem;
}

.stacker-container {
  opacity: 1;
}
.stacker-container--pending {
  opacity: 0;
  pointer-events: none;
}

.pdf-viewer {
  position: relative;
  width: 100%;
  padding-bottom: 2rem;
}
.pdf-viewer__canvas {
  width: 50%;
  background-color: #fff;
}
.pdf-viewer__functions {
  width: 100%;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 1.1875rem;
  line-height: 1.5625rem;
  clear: both;
  margin-bottom: 2rem;
}
.pdf-viewer__next-link {
  float: right;
  text-decoration: none;
  cursor: pointer;
}
.pdf-viewer__previous-link {
  float: left;
  text-decoration: none;
  cursor: pointer;
}
.pdf-viewer__canvas--right {
  cursor: pointer;
}
.pdf-viewer__canvas--right {
  cursor: pointer;
}
@media screen and (max-width: 480px) {
  .pdf-viewer__next-link, .pdf-viewer__previous-link {
    display: none;
  }
}
.pdf-viewer__download-link {
  cursor: pointer;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 50%;
  width: 20%;
  display: block;
  text-align: center;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.references {
  clear: both;
  margin-bottom: 4rem;
  margin-top: 4rem;
}
.references:after {
  content: "";
  display: table;
  clear: both;
}
.references__item {
  margin-bottom: 1rem;
}
.references__item img {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
}
.project-page .references__item img {
  -webkit-filter: none;
  -moz-filter: none;
  filter: none;
}
.references__item a {
  text-decoration: none;
}
@media screen and (min-width: 480px) and (max-width: 768px) {
  .references__item {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 48.821174201%;
  }
  .references__item:last-child {
    margin-right: 0;
  }
  .references__item:nth-child(3n) {
    margin-right: 0;
  }
  .references__item:nth-child(3n+1) {
    clear: left;
  }
}
@media screen and (min-width: 768px) {
  .references__item {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 40.2913699012%;
  }
  .references__item:last-child {
    margin-right: 0;
  }
  .references__item:nth-child(1) {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 57.3509785009%;
  }
  .references__item:nth-child(1):last-child {
    margin-right: 0;
  }
  .references__item:nth-child(2) {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 40.2913699012%;
    margin-right: 0;
  }
  .references__item:nth-child(2):last-child {
    margin-right: 0;
  }
  .references__item:nth-child(3) {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 40.2913699012%;
    margin-left: 51.178825799%;
  }
  .references__item:nth-child(3):last-child {
    margin-right: 0;
  }
  .references__item:nth-child(4) {
    margin-left: 34.1192171993%;
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 31.7615656014%;
    margin-right: 0;
  }
  .references__item:nth-child(4):last-child {
    margin-right: 0;
  }
  .references__item:nth-child(5) {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 65.8807828007%;
    margin-right: 0;
  }
  .references__item:nth-child(5):last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .references__item-archival {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 74.4105871005%;
  }
  .references__item-archival:last-child {
    margin-right: 0;
  }
  .references__item-archival:nth-child(1) {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 91.4701957002%;
  }
  .references__item-archival:nth-child(1):last-child {
    margin-right: 0;
  }
  .references__item-archival:nth-child(2) {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 82.9403914003%;
    margin-left: 17.0596085997%;
    margin-right: 0;
  }
  .references__item-archival:nth-child(2):last-child {
    margin-right: 0;
  }
  .references__item-archival:nth-child(3) {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 74.4105871005%;
    margin-left: 8.5298042998%;
  }
  .references__item-archival:nth-child(3):last-child {
    margin-right: 0;
  }
  .references__item-archival:nth-child(4) {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 74.4105871005%;
    margin-left: 17.0596085997%;
    margin-right: 0;
  }
  .references__item-archival:nth-child(4):last-child {
    margin-right: 0;
  }
  .references__item-archival:nth-child(5) {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 82.9403914003%;
    margin-right: 0;
  }
  .references__item-archival:nth-child(5):last-child {
    margin-right: 0;
  }
}
.references__press-coverage {
  background-size: 8px 8px;
  background-repeat: repeat;
  background-image: url("data:image/gif;base64,R0lGODlhCAAIAIAAAAAAAP///yH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMwNjcgNzkuMTU3NzQ3LCAyMDE1LzAzLzMwLTIzOjQwOjQyICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNSAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo5QTAyMDA2RjQ4QUUxMUU1ODAwN0Y3RTA1Nzc3QTNERiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo5QTAyMDA3MDQ4QUUxMUU1ODAwN0Y3RTA1Nzc3QTNERiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjlBMDIwMDZENDhBRTExRTU4MDA3RjdFMDU3NzdBM0RGIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjlBMDIwMDZFNDhBRTExRTU4MDA3RjdFMDU3NzdBM0RGIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Af/+/fz7+vn49/b19PPy8fDv7u3s6+rp6Ofm5eTj4uHg397d3Nva2djX1tXU09LR0M/OzczLysnIx8bFxMPCwcC/vr28u7q5uLe2tbSzsrGwr66trKuqqainpqWko6KhoJ+enZybmpmYl5aVlJOSkZCPjo2Mi4qJiIeGhYSDgoGAf359fHt6eXh3dnV0c3JxcG9ubWxramloZ2ZlZGNiYWBfXl1cW1pZWFdWVVRTUlFQT05NTEtKSUhHRkVEQ0JBQD8+PTw7Ojk4NzY1NDMyMTAvLi0sKyopKCcmJSQjIiEgHx4dHBsaGRgXFhUUExIREA8ODQwLCgkIBwYFBAMCAQAAIfkEAAAAAAAsAAAAAAgACAAAAghEjqnLbA1hAQA7");
  padding: 1rem;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .references__press-coverage {
    background-image: none;
    background-image: -webkit-radial-gradient(0% 0%,  circle, #000, #000 0.5px, transparent 1px), -webkit-radial-gradient(100% 0%,  circle, #000, #000 0.5px, transparent 1px), -webkit-radial-gradient(100% 100%,  circle, #000, #000 0.5px, transparent 1px), -webkit-radial-gradient(0% 100%,  circle, #000, #000 0.5px, transparent 1px), -webkit-radial-gradient(50% 50%,  circle, #000, #000 0.5px, transparent 1px);
    background-image: radial-gradient(  circle at 0% 0%, #000, #000 0.5px, transparent 1px), radial-gradient(  circle at 100% 0%, #000, #000 0.5px, transparent 1px), radial-gradient(  circle at 100% 100%, #000, #000 0.5px, transparent 1px), radial-gradient(  circle at 0% 100%, #000, #000 0.5px, transparent 1px), radial-gradient(  circle at 50% 50%, #000, #000 0.5px, transparent 1px);
    background-size: 9px 9px;
  }
}
.references__embed {
  background-color: #000;
  padding: 2rem;
}
.references__pdf-link {
  display: block;
  float: right;
  margin-bottom: 0.5rem;
  text-decoration: none;
}
.references__pdf-title {
  font-size: 1.1875rem;
  line-height: 1.5625rem;
  font-weight: 700;
  letter-spacing: -0.04em;
  float: left;
}
.references__pdf-viewer {
  clear: both;
}
.references__title {
  font-size: 1.1875rem;
  line-height: 1.5625rem;
  font-weight: 700;
  letter-spacing: -0.04em;
}
.references__reference-caption {
  margin-top: 0.5rem;
  font-size: 1.1875rem;
  line-height: 1.5625rem;
  font-weight: 700;
  letter-spacing: -0.04em;
  text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}
.references__video-caption {
  font-size: 1.1875rem;
  line-height: 1.5625rem;
  font-weight: 700;
  letter-spacing: -0.04em;
  text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}
.references__lecture {
  clear: both;
}
.references__type {
  font-size: 1.1875rem;
  line-height: 1.5625rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -0.04em;
}

.meta-data__row--expanded {
  height: auto;
}
.meta-data__row--expanded span.icon i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.meta-data__row--expanded .meta-data__collaborator span.icon i {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}

.meta-data__row--expanded .meta-data__collaborator--expanded span.icon i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.colophon-page__title {
  font-size: 2.375rem;
  line-height: 2.375rem;
  text-transform: uppercase;
  margin-bottom: 2rem;
}
.colophon-page h2 {
  font-size: 1.1875rem;
  line-height: 1.5625rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .colophon-page__oma {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 48.821174201%;
  }
  .colophon-page__oma:last-child {
    margin-right: 0;
  }
}
.colophon-page__oma ul {
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .colophon-page__bengler {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 48.821174201%;
    margin-right: 0;
  }
  .colophon-page__bengler:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .colophon-page__redkiwi {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 48.821174201%;
    margin-right: 0;
  }
  .colophon-page__redkiwi:last-child {
    margin-right: 0;
  }
}
.colophon-page h3, .colophon-page__headline {
  text-transform: uppercase;
}
.colophon-page__oma, .colophon-page__redkiwi, .colophon-page__bengler {
  font-size: 1.1875rem;
  line-height: 1.5625rem;
}
.colophon-page__section {
  padding-bottom: 1rem;
  display: block;
}
.colophon-page__section:after {
  content: "";
  display: table;
  clear: both;
}
.colophon-page__section--heading {
  text-transform: uppercase;
  text-transform: uppercase;
  padding-top: 0.5rem;
  padding-bottom: 1rem;
  display: block;
  clear: both;
}
.colophon-page__section__people-line {
  margin-bottom: 1rem;
}
.colophon-page__section__left {
  text-transform: uppercase;
}
@media screen and (min-width: 480px) {
  .colophon-page__section__left {
    float: left;
    display: block;
    margin-right: 4.8291579146%;
    width: 47.5854210427%;
  }
  .colophon-page__section__left:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 480px) {
  .colophon-page__section__right {
    float: left;
    display: block;
    margin-right: 4.8291579146%;
    width: 47.5854210427%;
    margin-right: 0;
  }
  .colophon-page__section__right:last-child {
    margin-right: 0;
  }
}

.office-page__read-more-container {
  text-align: center;
}
.office-page__read-more-button {
  display: inline-block;
  cursor: pointer;
  font-size: 1.1875rem;
  line-height: 1.5625rem;
  text-decoration: none;
  border-bottom: 1px solid #000;
  margin: 0 auto;
}
.office-page__read-more-button--hidden {
  display: none;
}
.office-page__about-text {
  display: none;
  margin-top: 1rem;
  font-size: 1.1875rem;
  line-height: 1.5625rem;
}
.office-page__about-text p {
  font-size: 1.1875rem;
  line-height: 1.5625rem;
}
.office-page__about-text--visible {
  display: block;
}
.office-page__offices {
  clear: both;
}
.office-page__jobs-link {
  font-size: 1.1875rem;
  line-height: 1.5625rem;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  border: 2px solid #000;
  padding: 0.5rem 0.7rem;
  display: block;
  clear: both;
  margin: 4rem 0;
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 48.821174201%;
  margin-left: 25.5894128995%;
}
.office-page__jobs-link:last-child {
  margin-right: 0;
}
.office-page__jobs-link:hover {
  background-color: #000;
  color: #fff;
}
@media print {
  .office-page__jobs-link {
    display: none;
  }
}
.office-page__office-directions {
  margin-top: 0.5rem;
}
.office-page__office-directions a {
  text-decoration: none;
  border-bottom: 1px solid #000;
}
.office-page__office {
  font-size: 0.9375rem;
  line-height: 1.25rem;
}
@media screen and (min-width: 768px) {
  .office-page__office {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 31.7615656014%;
  }
  .office-page__office:last-child {
    margin-right: 0;
  }
  .office-page__office:nth-child(3n) {
    margin-right: 0;
  }
  .office-page__office:nth-child(3n+1) {
    clear: left;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  .office-page__office {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 48.821174201%;
  }
  .office-page__office:last-child {
    margin-right: 0;
  }
  .office-page__office:nth-child(2n) {
    margin-right: 0;
  }
  .office-page__office:nth-child(2n+1) {
    clear: left;
  }
}
@media print {
  .office-page__office {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 31.7615656014%;
    page-break-inside: avoid;
  }
  .office-page__office:last-child {
    margin-right: 0;
  }
  .office-page__office:nth-child(3n) {
    margin-right: 0;
  }
  .office-page__office:nth-child(3n+1) {
    clear: left;
  }
}
.office-page__office h3 {
  font-size: 1.1875rem;
  line-height: 1.5625rem;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}
.office-page__office address {
  margin-bottom: 0.5rem;
}
.office-page__news {
  border-top: 2px solid #f00;
  border-bottom: 2px solid #f00;
  margin-top: 3rem;
  padding-top: 2rem;
}
.office-page__news h2 {
  color: #f00;
  text-align: center;
  font-size: 2.375rem;
  line-height: 2.375rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -0.04em;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.office-page__news-item {
  color: #f00;
}
@media screen and (min-width: 768px) {
  .office-page__news-item {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 31.7615656014%;
  }
  .office-page__news-item:last-child {
    margin-right: 0;
  }
  .office-page__news-item:nth-child(3n) {
    margin-right: 0;
  }
  .office-page__news-item:nth-child(3n+1) {
    clear: left;
  }
}
@media print {
  .office-page__news-item {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 31.7615656014%;
  }
  .office-page__news-item:last-child {
    margin-right: 0;
  }
  .office-page__news-item:nth-child(3n) {
    margin-right: 0;
  }
  .office-page__news-item:nth-child(3n+1) {
    clear: left;
  }
}
.office-page__news p {
  font-size: 1.1875rem;
  line-height: 1.5625rem;
  font-weight: 700;
  letter-spacing: -0.04em;
}
.office-page__news a {
  text-decoration: none;
}
.office-page__news .all-news {
  text-transform: uppercase;
  font-size: 1.1875rem;
  line-height: 1.5625rem;
  text-align: center;
  margin-bottom: 2rem;
}
.office-page__news .all-news a {
  color: #f00;
  display: inline-block;
  border-bottom: 1px solid #f00;
}
.office-page__partners {
  margin-top: 3rem;
}
.office-page__partner-list {
  margin-top: 2rem;
  font-size: 1.1875rem;
  line-height: 1.5625rem;
}
@media screen and (min-width: 480px) {
  .office-page__partner-list {
    -webkit-columns: 3;
    -moz-columns: 3;
    columns: 3;
  }
}
@media print {
  .office-page__partner-list {
    margin-bottom: 2rem;
  }
  .office-page__partner-list:after {
    content: "";
    display: table;
    clear: both;
  }
}
.office-page__partner-link {
  display: block;
  white-space: nowrap;
}
@media print {
  .office-page__partner-link {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 31.7615656014%;
  }
  .office-page__partner-link:last-child {
    margin-right: 0;
  }
  .office-page__partner-link:nth-child(3n) {
    margin-right: 0;
  }
  .office-page__partner-link:nth-child(3n+1) {
    clear: left;
  }
}
.office-page__heading {
  font-size: 1.1875rem;
  line-height: 1.5625rem;
  text-transform: uppercase;
  margin-bottom: 1rem;
  text-align: center;
}
.office-page__contacts {
  page-break-before: auto;
  page-break-inside: avoid;
  clear: both;
}
.office-page__contacts:after {
  content: "";
  display: table;
  clear: both;
}
.office-page__contacts-item {
  margin-top: 2rem;
}
@media screen and (min-width: 480px) {
  .office-page__contacts-item {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 48.821174201%;
  }
  .office-page__contacts-item:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .office-page__contacts-item:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .office-page__contacts-item {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 31.7615656014%;
  }
  .office-page__contacts-item:last-child {
    margin-right: 0;
  }
  .office-page__contacts-item:nth-child(3n) {
    margin-right: 0;
  }
}
.office-page__contacts-item__department-name {
  font-size: 1.1875rem;
  line-height: 1.5625rem;
  text-transform: uppercase;
}
.office-page__contacts-item__territory {
  font-size: 0.9375rem;
  line-height: 1.25rem;
}
.office-page__contacts-item__contact-person {
  font-size: 0.9375rem;
  line-height: 1.25rem;
}
.office-page__contacts-item__contact-email {
  display: block;
  font-size: 0.9375rem;
  line-height: 1.25rem;
}
.office-page .phone, .office-page .fax, .office-page .email {
  display: block;
}

.project-page__heading {
  margin-top: 3rem;
  margin-bottom: 1rem;
  font-size: 2.375rem;
  line-height: 2.375rem;
  font-weight: 700;
  letter-spacing: -0.04em;
  word-break: normal;
}
@media screen and (max-width: 480px) {
  .project-page__heading {
    margin-top: 1rem;
    font-size: 8vw;
    line-height: 10vw;
  }
}
@media print {
  .project-page .read-more, .project-page .office-page__news .all-news, .office-page__news .project-page .all-news {
    display: none;
  }
}
.project-page__main-image {
  width: 100%;
  min-height: 10rem;
}
.project-page__main-image img {
  width: 100%;
}
.project-page__main-image__attribution {
  font-size: 0.75rem;
  line-height: 0.9375rem;
  float: right;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
}
.project-page__image-collection {
  margin: 0 1em;
}
@media screen and (min-width: 1300px) {
  .project-page__image-collection {
    margin: 0 3em;
  }
}
@media screen and (max-width: 65.625em) {
  .project-page__image-collection {
    position: relative;
    margin: 0 auto;
    max-width: 59.375em;
  }
}
@media screen and (max-width: 992px) {
  .project-page__image-collection {
    padding: 0 1em;
  }
}
.project-page__description {
  text-align: left;
}
.project-page__body {
  font-size: 1.1875rem;
  line-height: 1.5625rem;
}
.project-page__body p {
  font-size: 1.1875rem;
  line-height: 1.5625rem;
}
.project-page__references {
  max-width: 59.375em;
  margin-left: auto;
  margin-right: auto;
}
.project-page__references:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 992px) {
  .project-page__references {
    padding: 0 1em;
  }
}
@media screen and (max-width: 480px) {
  .project-page__references {
    margin: 0 !important;
  }
}
.project-page__subheading {
  margin-top: 4rem;
  margin-bottom: 1rem;
  font-size: 2.375rem;
  line-height: 2.375rem;
  letter-spacing: -0.04em;
  font-weight: 700;
}
.project-page__subheading__year {
  display: inline-block;
  margin-right: 1rem;
}
@media screen and (min-width: 1300px) {
  .project-page__subheading__year {
    position: absolute;
    left: 1em;
  }
}
.project-page__filter {
  font-size: 1.1875rem;
  line-height: 1.5625rem;
  text-transform: uppercase;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-top: 1.5rem;
}
.project-page__filter__title {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 14.7019570017%;
  float: left;
}
.project-page__filter__title:last-child {
  margin-right: 0;
}
.project-page__filter__list {
  float: left;
  margin-bottom: 0.5rem;
}
.project-page__filter__list-item {
  margin-right: 1em;
  float: left;
  cursor: pointer;
}
.project-page__filter__list-item a {
  display: inline-block;
  text-decoration: none;
}
.project-page__filter__list-item:before {
  display: inline-block;
  content: "+";
  margin-right: 0.3rem;
  vertical-align: baseline;
  font-size: 1.5rem;
  -webkit-transform: translateY(0.1rem);
  -moz-transform: translateY(0.1rem);
  -ms-transform: translateY(0.1rem);
  -o-transform: translateY(0.1rem);
  transform: translateY(0.1rem);
  -webkit-transition: all 0.05s linear;
  -moz-transition: all 0.05s linear;
  transition: all 0.05s linear;
}
.project-page__filter__list-item--active:before {
  -webkit-transform: translateY(0.1rem) rotate(45deg);
  -moz-transform: translateY(0.1rem) rotate(45deg);
  -ms-transform: translateY(0.1rem) rotate(45deg);
  -o-transform: translateY(0.1rem) rotate(45deg);
  transform: translateY(0.1rem) rotate(45deg);
}

.about-page .cities {
  max-width: 59.375em;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4px;
  padding-bottom: 1em;
  text-align: center;
  clear: both;
  position: 4000;
  z-index: 50000;
}
.about-page .cities:after {
  content: "";
  display: table;
  clear: both;
}
.about-page .cities a {
  z-index: 3999;
  margin-right: 10px;
}
.about-page .more {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 65.8807828007%;
  margin-left: 8.5298042998%;
  display: none;
  margin-top: 4em;
  clear: both;
}
.about-page .more:last-child {
  margin-right: 0;
}
.about-page .map-container {
  border-top: 3px solid #000;
  border-bottom: 3px solid #000;
}
.about-page .about {
  max-width: 59.375em;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4em;
}
.about-page .about:after {
  content: "";
  display: table;
  clear: both;
}
.about-page .about p {
  font-size: 1.125rem;
}
.about-page .about-section {
  max-width: 59.375em;
  margin-left: auto;
  margin-right: auto;
}
.about-page .about-section:after {
  content: "";
  display: table;
  clear: both;
}
.about-page .about-section img {
  width: 100%;
}
.about-page .partners .partner {
  float: left;
  display: block;
  margin-right: 2.8425855704%;
  width: 17.7259315437%;
}
.about-page .partners .partner:last-child {
  margin-right: 0;
}
.about-page .partners .partner:nth-child(6n) {
  margin-right: 0;
}
.about-page .partners .partner:nth-child(6n+1) {
  clear: left;
}

.news-section__divider {
  height: 1px;
  background-color: #f00;
  border: none;
  text-align: left;
  margin-top: 2rem;
}
.news-section__year, .news-section__heading {
  display: block;
  padding-bottom: 1rem;
  margin: 0 1em;
}
@media screen and (min-width: 1300px) {
  .news-section__year, .news-section__heading {
    margin: 0 3em;
  }
}
@media screen and (max-width: 65.625em) {
  .news-section__year, .news-section__heading {
    position: relative;
    margin: 0 auto;
    max-width: 59.375em;
  }
}
@media screen and (max-width: 992px) {
  .news-section__year, .news-section__heading {
    padding: 0 1em;
  }
}
@media screen and (min-width: 65.625em) {
  .news-section__year, .news-section__heading {
    position: absolute;
    height: 1px;
    vertical-align: text-top;
  }
}
.news-section__year__content, .news-section__heading__content {
  font-size: 2.375rem;
  line-height: 2.375rem;
  font-weight: 700;
  letter-spacing: -0.04em;
  color: #000;
}
.news-section__heading {
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .news-section__heading {
    display: none;
  }
}
.news-section__lead {
  color: #000;
  font-size: 1.1875rem;
  line-height: 1.5625rem;
  font-weight: 700;
  letter-spacing: -0.04em;
  margin-bottom: 1rem;
}
.news-section__lead p {
  font-size: 1.1875rem;
  line-height: 1.5625rem;
  font-weight: 700;
  letter-spacing: -0.04em;
}
.news-section__body {
  color: #000;
  margin-bottom: 2rem;
  font-size: 1.1875rem;
  line-height: 1.5625rem;
}
.news-section__body p {
  font-size: 1.1875rem;
  line-height: 1.5625rem;
  color: #000;
}
.news-section__body a {
  color: #000 !important;
  text-decoration: underline;
}
.news-section__news-line {
  margin-bottom: 2rem;
}
.news-section__item {
  max-width: 59.375em;
  margin-left: auto;
  margin-right: auto;
}
.news-section__item:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 992px) {
  .news-section__item {
    padding: 0 1em;
  }
}
@media screen and (max-width: 480px) {
  .news-section__item {
    margin: 0 !important;
  }
}
@media screen and (min-width: 992px) {
  .news-section__item__content {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 74.4105871005%;
    margin-right: 0;
  }
  .news-section__item__content:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 65.625em) {
  .news-section__item__content {
    margin-left: 2rem;
  }
}
.news-section__item__link {
  display: block;
}
.news-section__item--external {
  color: #f00;
}
.news-section__item__anchor {
  position: relative;
  top: -150px;
  height: 1px;
  display: block;
  overflow: hidden;
}
.news-section__item__heading {
  font-size: 2.375rem;
  line-height: 2.375rem;
  font-weight: 700;
  letter-spacing: -0.04em;
  color: #f00;
}
.news-section__item__byline {
  font-size: 1.1875rem;
  line-height: 1.5625rem;
  font-weight: 700;
  letter-spacing: -0.04em;
  padding-top: 0.5rem;
  color: #f00;
}

@media screen and (max-width: 480px) {
  .work-page {
    padding-top: 3rem;
  }
}
@media screen and (min-width: 480px) {
  .work-page {
    padding-top: 7vw;
  }
}
@media screen and (min-width: 768px) {
  .work-page {
    padding-top: 7vw;
  }
}
@media screen and (min-width: 992px) {
  .work-page {
    padding-top: 6.3vw;
  }
}
@media screen and (min-width: 65.625em) {
  .work-page {
    padding-top: 6.3vw;
  }
}
.work-page .map {
  height: -webkit-calc(100vh - 20rem);
  height: calc(100vh - 20rem);
}
@media screen and (max-width: 768px) {
  .work-page .map {
    height: 100vh;
  }
}

@media screen and (max-width: 480px) {
  .lecture-page {
    padding-top: 3rem;
  }
}
@media screen and (min-width: 480px) {
  .lecture-page {
    padding-top: 7vw;
  }
}
@media screen and (min-width: 768px) {
  .lecture-page {
    padding-top: 7vw;
  }
}
@media screen and (min-width: 992px) {
  .lecture-page {
    padding-top: 6.3vw;
  }
}
@media screen and (min-width: 65.625em) {
  .lecture-page {
    padding-top: 6.3vw;
  }
}
.lecture-page__content {
  padding-top: 0;
}
@media screen and (min-width: 480px) {
  .lecture-page__content {
    padding-top: 5rem;
  }
}
.lecture-page__text, .lecture-page__body {
  font-size: 1.1875rem;
  line-height: 1.5625rem;
  margin: 2rem 0;
}
.lecture-page__main-media {
  margin: 3rem 0;
}
.lecture-page__image-collection {
  margin-top: 2rem;
  overflow: hidden;
  clear: both;
}
.lecture-page__image-collection:after {
  content: "";
  display: table;
  clear: both;
}
.lecture-page__references {
  clear: both;
  padding-top: 3rem;
}
.lecture-page__references:after {
  content: "";
  display: table;
  clear: both;
}
.lecture-page__sub-title {
  margin-top: 6rem;
  clear: both;
  font-size: 2.375rem;
  line-height: 2.375rem;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 2rem;
}
.lecture-page .meta-table {
  margin-top: 3rem;
}

.publication-page {
  padding-bottom: 10rem;
}
@media screen and (max-width: 480px) {
  .publication-page {
    padding-top: 3rem;
  }
}
@media screen and (min-width: 480px) {
  .publication-page {
    padding-top: 7vw;
  }
}
@media screen and (min-width: 768px) {
  .publication-page {
    padding-top: 7vw;
  }
}
@media screen and (min-width: 992px) {
  .publication-page {
    padding-top: 6.3vw;
  }
}
@media screen and (min-width: 65.625em) {
  .publication-page {
    padding-top: 6.3vw;
  }
}
@media screen and (max-width: 480px) {
  .publication-page {
    padding-top: 0rem;
  }
}
.publication-page__main-image {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .publication-page__main-image {
    margin-top: 5rem;
  }
}
.publication-page__main-image, .publication-page__edition__book {
  background-color: transparent !important;
}
.publication-page__main-image img, .publication-page__edition__book img {
  -webkit-filter: brightness(1.1) contrast(0.9);
  -moz-filter: brightness(1.1) contrast(0.9);
  filter: brightness(1.1) contrast(0.9);
}
.publication-page__main-image-container .publication-page__main-image--front {
  display: block;
}
.publication-page__main-image-container .publication-page__main-image--spine {
  display: none;
  margin: 0 auto;
}
.publication-page__main-image-container .publication-page__main-image--back {
  display: none;
}
.publication-page__main-image-container--open .publication-page__main-image--front {
  display: none;
}
.publication-page__main-image-container--open .publication-page__main-image--spine {
  display: none;
}
.publication-page__main-image-container--open .publication-page__main-image--back {
  display: block;
}
.publication-page__main-image-container--spine .publication-page__main-image--front {
  display: none;
}
.publication-page__main-image-container--spine .publication-page__main-image--spine {
  display: block;
}
.publication-page__main-image-container--spine .publication-page__main-image--back {
  display: none;
}
.publication-page__title {
  font-size: 2.375rem;
  line-height: 2.375rem;
  font-weight: 700;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 768px) {
  .publication-page__title {
    padding-top: 2rem;
  }
}
.publication-page__image-collection {
  clear: both;
  overflow: hidden;
}
.publication-page__publisher {
  font-size: 1.1875rem;
  line-height: 1.5625rem;
}
.publication-page__lead {
  margin: 2rem 0;
}
.publication-page .read-more, .publication-page .office-page__news .all-news, .office-page__news .publication-page .all-news {
  font-size: 1.1875rem;
  line-height: 1.5625rem;
  margin-bottom: 2rem;
}
.publication-page__body {
  font-size: 1.1875rem;
  line-height: 1.5625rem;
  margin-bottom: 3rem;
}
.publication-page__body p {
  font-size: 1.1875rem;
  line-height: 1.5625rem;
}
.publication-page__excerpts {
  margin-top: 6rem;
  clear: both;
  max-width: 59.375em;
  margin-left: auto;
  margin-right: auto;
}
.publication-page__excerpts:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 992px) {
  .publication-page__excerpts {
    padding: 0 1em;
  }
}
@media screen and (max-width: 480px) {
  .publication-page__excerpts {
    margin: 0 !important;
  }
}
.publication-page__references {
  margin-top: 2rem;
  max-width: 59.375em;
  margin-left: auto;
  margin-right: auto;
}
.publication-page__references:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 992px) {
  .publication-page__references {
    padding: 0 1em;
  }
}
@media screen and (max-width: 480px) {
  .publication-page__references {
    margin: 0 !important;
  }
}
.publication-page__purchase {
  font-size: 1.1875rem;
  line-height: 1.5625rem;
  border: 0.125rem solid #fff;
  clear: both;
  float: right;
  padding: 0.25rem 0.5rem;
  margin-top: 0.5rem;
  text-decoration: none;
}
.publication-page__purchase:hover {
  color: #000;
  background-color: #fff;
}
.publication-page__editions {
  margin-top: 3rem;
  max-width: 59.375em;
  margin-left: auto;
  margin-right: auto;
}
.publication-page__editions:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 992px) {
  .publication-page__editions {
    padding: 0 1em;
  }
}
@media screen and (max-width: 480px) {
  .publication-page__editions {
    margin: 0 !important;
  }
}
@media screen and (min-width: 768px) {
  .publication-page__edition {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 31.7615656014%;
  }
  .publication-page__edition:last-child {
    margin-right: 0;
  }
  .publication-page__edition:nth-child(3n) {
    margin-right: 0;
  }
  .publication-page__edition:nth-child(3n+1) {
    clear: left;
  }
}
@media screen and (max-width: 768px) {
  .publication-page__edition {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 48.821174201%;
  }
  .publication-page__edition:last-child {
    margin-right: 0;
  }
  .publication-page__edition:nth-child(2n) {
    margin-right: 0;
  }
  .publication-page__edition:nth-child(2n+1) {
    clear: left;
  }
}
.publication-page__edition__purchase {
  border: 0.125rem solid #fff;
  clear: both;
  display: inline-block;
  padding: 0.25rem 0.5rem;
  margin-top: 0.5rem;
  text-decoration: none;
}
.publication-page__edition__purchase:hover {
  color: #000;
  background-color: #fff;
}
.publication-page__edition__book--open .publication-page__edition__front {
  display: none;
}
.publication-page__edition__book--open .publication-page__edition__spine {
  display: none;
}
.publication-page__edition__book--open .publication-page__edition__back {
  display: block;
}
.publication-page__edition__book--spine .publication-page__edition__front {
  display: none;
}
.publication-page__edition__book--spine .publication-page__edition__spine {
  display: block;
}
.publication-page__edition__book--spine .publication-page__edition__back {
  display: none;
}
.publication-page__edition__back {
  display: none;
}
.publication-page__edition__spine {
  display: none;
  background-color: transparent !important;
}
.publication-page__edition-meta {
  margin-top: 0.5rem;
  font-size: 1.1875rem;
  line-height: 1.5625rem;
  margin-bottom: 2rem;
}
.publication-page__edition-title {
  font-style: italic;
  clear: both;
}
.publication-page__sub-title {
  margin-top: 6rem;
  clear: both;
  font-size: 2.375rem;
  line-height: 2.375rem;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 2rem;
}
.publication-page__title {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .publication-page__title {
    margin: 4rem 0 0;
  }
}
.publication-page__excerpt {
  cursor: pointer;
  padding-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .publication-page__excerpt {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 48.821174201%;
  }
  .publication-page__excerpt:last-child {
    margin-right: 0;
  }
  .publication-page__excerpt:nth-child(2n) {
    margin-right: 0;
  }
  .publication-page__excerpt:nth-child(2n+1) {
    clear: left;
  }
}
@media screen and (min-width: 768px) {
  .publication-page__excerpt {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 31.7615656014%;
  }
  .publication-page__excerpt:last-child {
    margin-right: 0;
  }
  .publication-page__excerpt:nth-child(3n) {
    margin-right: 0;
  }
  .publication-page__excerpt:nth-child(3n+1) {
    clear: left;
  }
}
.publication-page__excerpt-title {
  font-size: 1.1875rem;
  line-height: 1.5625rem;
}
.publication-page__excerpt-viewer-container {
  margin-top: 2rem;
  border-top: 0.1875rem solid #fff;
}
.publication-page__excerpt-viewer-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 1.1875rem;
  line-height: 1.5625rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.publication-page .footer {
  margin-top: 2rem;
}

.preoccupation-page .preoccupation {
  padding-top: 20px;
}
.preoccupation-page .preoccupation__title {
  font-size: 2.375rem;
  line-height: 2.375rem;
  font-weight: 700;
  letter-spacing: -0.04em;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0 auto;
  border: 0.25rem solid #000;
  background-color: #fff;
  z-index: 1500;
  padding: 0.5rem 1rem;
  text-transform: uppercase;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.preoccupation-page .preoccupation__cluster {
  position: relative;
  overflow: hidden;
}
.preoccupation-page .preoccupation__cluster:nth-child(even) {
  margin-top: 5rem;
}
.preoccupation-page .preoccupation__cluster--small .preoccupation__post {
  box-sizing: border-box;
  width: 50%;
  float: left;
}
.preoccupation-page .preoccupation__cluster--small .preoccupation__post:nth-child(3) {
  padding: 1rem;
  -webkit-transform: scale(1.5) translateX(-15%) translateY(30%);
  -moz-transform: scale(1.5) translateX(-15%) translateY(30%);
  -ms-transform: scale(1.5) translateX(-15%) translateY(30%);
  -o-transform: scale(1.5) translateX(-15%) translateY(30%);
  transform: scale(1.5) translateX(-15%) translateY(30%);
}
.preoccupation-page .preoccupation__cluster--small .preoccupation__post:nth-child(4) {
  padding-left: 1rem;
  width: 70%;
  -webkit-transform: scale(1) translateX(0) translateY(0%);
  -moz-transform: scale(1) translateX(0) translateY(0%);
  -ms-transform: scale(1) translateX(0) translateY(0%);
  -o-transform: scale(1) translateX(0) translateY(0%);
  transform: scale(1) translateX(0) translateY(0%);
}
.preoccupation-page .preoccupation__cluster--small .preoccupation__post:nth-child(5) {
  clear: both;
  width: 60%;
  float: right;
  -webkit-transform: scale(1) translateX(-10%) translateY(-45%);
  -moz-transform: scale(1) translateX(-10%) translateY(-45%);
  -ms-transform: scale(1) translateX(-10%) translateY(-45%);
  -o-transform: scale(1) translateX(-10%) translateY(-45%);
  transform: scale(1) translateX(-10%) translateY(-45%);
}
.preoccupation-page .preoccupation__cluster--medium .preoccupation__post {
  width: 33.3%;
  float: left;
  position: relative;
}
.preoccupation-page .preoccupation__cluster--medium .preoccupation__post:nth-child(2) {
  width: 50%;
}
.preoccupation-page .preoccupation__cluster--medium .preoccupation__post:nth-child(3) {
  width: 25%;
  z-index: 5;
}
.preoccupation-page .preoccupation__cluster--medium .preoccupation__post:nth-child(4) {
  z-index: 5;
  width: 25%;
  -webkit-transform: scale(1) translateX(-25%) translateY(45%);
  -moz-transform: scale(1) translateX(-25%) translateY(45%);
  -ms-transform: scale(1) translateX(-25%) translateY(45%);
  -o-transform: scale(1) translateX(-25%) translateY(45%);
  transform: scale(1) translateX(-25%) translateY(45%);
}
.preoccupation-page .preoccupation__cluster--medium .preoccupation__post:nth-child(5) {
  width: 45%;
  z-index: 2;
  -webkit-transform: scale(1.2) translateX(-5%) translateY(0);
  -moz-transform: scale(1.2) translateX(-5%) translateY(0);
  -ms-transform: scale(1.2) translateX(-5%) translateY(0);
  -o-transform: scale(1.2) translateX(-5%) translateY(0);
  transform: scale(1.2) translateX(-5%) translateY(0);
}
.preoccupation-page .preoccupation__cluster--medium .preoccupation__post:nth-child(6) {
  width: 45%;
  -webkit-transform: scale(1) translateX(0) translateY(-45%);
  -moz-transform: scale(1) translateX(0) translateY(-45%);
  -ms-transform: scale(1) translateX(0) translateY(-45%);
  -o-transform: scale(1) translateX(0) translateY(-45%);
  transform: scale(1) translateX(0) translateY(-45%);
}
.preoccupation-page .preoccupation__cluster--medium .preoccupation__post:nth-child(7) {
  -webkit-transform: scale(1) translateX(-10%) translateY(25%);
  -moz-transform: scale(1) translateX(-10%) translateY(25%);
  -ms-transform: scale(1) translateX(-10%) translateY(25%);
  -o-transform: scale(1) translateX(-10%) translateY(25%);
  transform: scale(1) translateX(-10%) translateY(25%);
}
.preoccupation-page .preoccupation__cluster--medium .preoccupation__post:nth-child(8) {
  width: 20%;
  padding: 1rem;
  -webkit-transform: scale(1.2) translateX(0) translateY(-25%);
  -moz-transform: scale(1.2) translateX(0) translateY(-25%);
  -ms-transform: scale(1.2) translateX(0) translateY(-25%);
  -o-transform: scale(1.2) translateX(0) translateY(-25%);
  transform: scale(1.2) translateX(0) translateY(-25%);
}
.preoccupation-page .preoccupation__cluster--large .preoccupation__post {
  width: 33%;
  float: left;
}
.preoccupation-page .preoccupation__cluster--large .preoccupation__post:nth-child(2) {
  width: 25%;
}
.preoccupation-page .preoccupation__cluster--large .preoccupation__post:nth-child(3) {
  -webkit-transform: scale(1) translateX(0) translateY(6rem);
  -moz-transform: scale(1) translateX(0) translateY(6rem);
  -ms-transform: scale(1) translateX(0) translateY(6rem);
  -o-transform: scale(1) translateX(0) translateY(6rem);
  transform: scale(1) translateX(0) translateY(6rem);
}
.preoccupation-page .preoccupation__cluster--large .preoccupation__post:nth-child(4) {
  -webkit-transform: scale(1.2) translateX(0) translateY(25%);
  -moz-transform: scale(1.2) translateX(0) translateY(25%);
  -ms-transform: scale(1.2) translateX(0) translateY(25%);
  -o-transform: scale(1.2) translateX(0) translateY(25%);
  transform: scale(1.2) translateX(0) translateY(25%);
}
.preoccupation-page .preoccupation__cluster--large .preoccupation__post:nth-child(5) {
  width: 40%;
  -webkit-transform: scale(1.2) translateX(0) translateY(0);
  -moz-transform: scale(1.2) translateX(0) translateY(0);
  -ms-transform: scale(1.2) translateX(0) translateY(0);
  -o-transform: scale(1.2) translateX(0) translateY(0);
  transform: scale(1.2) translateX(0) translateY(0);
}
.preoccupation-page .preoccupation__cluster--large .preoccupation__post:nth-child(7) {
  width: 20%;
  margin-left: 5%;
  -webkit-transform: scale(1) translateX(-5%) translateY(5%);
  -moz-transform: scale(1) translateX(-5%) translateY(5%);
  -ms-transform: scale(1) translateX(-5%) translateY(5%);
  -o-transform: scale(1) translateX(-5%) translateY(5%);
  transform: scale(1) translateX(-5%) translateY(5%);
}
.preoccupation-page .preoccupation__cluster--large .preoccupation__post:nth-child(8) {
  width: 20%;
  margin-left: 5%;
  -webkit-transform: scale(1) translateX(-5%) translateY(5%);
  -moz-transform: scale(1) translateX(-5%) translateY(5%);
  -ms-transform: scale(1) translateX(-5%) translateY(5%);
  -o-transform: scale(1) translateX(-5%) translateY(5%);
  transform: scale(1) translateX(-5%) translateY(5%);
}
.preoccupation-page .preoccupation__cluster--large .preoccupation__post:nth-child(9) {
  width: 70%;
  -webkit-transform: scale(1) translateX(-5%) translateY(5%);
  -moz-transform: scale(1) translateX(-5%) translateY(5%);
  -ms-transform: scale(1) translateX(-5%) translateY(5%);
  -o-transform: scale(1) translateX(-5%) translateY(5%);
  transform: scale(1) translateX(-5%) translateY(5%);
}
.preoccupation-page .preoccupation__cluster--large .preoccupation__post:nth-child(10) {
  width: 40%;
  -webkit-transform: scale(1) translateX(-5%) translateY(-20%);
  -moz-transform: scale(1) translateX(-5%) translateY(-20%);
  -ms-transform: scale(1) translateX(-5%) translateY(-20%);
  -o-transform: scale(1) translateX(-5%) translateY(-20%);
  transform: scale(1) translateX(-5%) translateY(-20%);
}
.preoccupation-page .preoccupation__cluster--large .preoccupation__post:nth-child(12) {
  width: 20%;
  margin-top: 3rem;
  margin-left: 5%;
}
.preoccupation-page .preoccupation__cluster--large .preoccupation__post:nth-child(13) {
  width: 50%;
  float: right;
}
.preoccupation-page .preoccupation__cluster--large .preoccupation__post:nth-child(14) {
  width: 50%;
  float: right;
  -webkit-transform: scale(1) translateX(9%) translateY(-20%);
  -moz-transform: scale(1) translateX(9%) translateY(-20%);
  -ms-transform: scale(1) translateX(9%) translateY(-20%);
  -o-transform: scale(1) translateX(9%) translateY(-20%);
  transform: scale(1) translateX(9%) translateY(-20%);
}
.preoccupation-page .preoccupation__post {
  margin-bottom: 1rem;
  position: relative;
}
.preoccupation-page .preoccupation__post:hover {
  z-index: 1200;
}
.preoccupation-page .preoccupation__post--preoccupationQuote {
  font-size: 2.375rem;
  line-height: 2.375rem;
  font-weight: 700;
  letter-spacing: -0.04em;
  background-color: #fff;
  position: relative;
  z-index: 1100;
  padding: 0.5em;
}
.preoccupation-page .preoccupation__post--preoccupationQuote p {
  font-size: 2.375rem;
  line-height: 2.375rem;
}
.preoccupation-page .preoccupation__post--preoccupationLink {
  font-size: 2.375rem;
  line-height: 2.375rem;
  font-weight: 700;
  letter-spacing: -0.04em;
  background-color: #fff;
  position: relative;
  z-index: 1105;
  padding: 0.5em;
  background-size: 8px 8px;
  background-repeat: repeat;
  background-image: url("data:image/gif;base64,R0lGODlhCAAIAIAAAAAAAP///yH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMwNjcgNzkuMTU3NzQ3LCAyMDE1LzAzLzMwLTIzOjQwOjQyICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNSAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo5QTAyMDA2RjQ4QUUxMUU1ODAwN0Y3RTA1Nzc3QTNERiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo5QTAyMDA3MDQ4QUUxMUU1ODAwN0Y3RTA1Nzc3QTNERiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjlBMDIwMDZENDhBRTExRTU4MDA3RjdFMDU3NzdBM0RGIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjlBMDIwMDZFNDhBRTExRTU4MDA3RjdFMDU3NzdBM0RGIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Af/+/fz7+vn49/b19PPy8fDv7u3s6+rp6Ofm5eTj4uHg397d3Nva2djX1tXU09LR0M/OzczLysnIx8bFxMPCwcC/vr28u7q5uLe2tbSzsrGwr66trKuqqainpqWko6KhoJ+enZybmpmYl5aVlJOSkZCPjo2Mi4qJiIeGhYSDgoGAf359fHt6eXh3dnV0c3JxcG9ubWxramloZ2ZlZGNiYWBfXl1cW1pZWFdWVVRTUlFQT05NTEtKSUhHRkVEQ0JBQD8+PTw7Ojk4NzY1NDMyMTAvLi0sKyopKCcmJSQjIiEgHx4dHBsaGRgXFhUUExIREA8ODQwLCgkIBwYFBAMCAQAAIfkEAAAAAAAsAAAAAAgACAAAAghEjqnLbA1hAQA7");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .preoccupation-page .preoccupation__post--preoccupationLink {
    background-image: none;
    background-image: -webkit-radial-gradient(0% 0%,  circle, #000, #000 0.5px, transparent 1px), -webkit-radial-gradient(100% 0%,  circle, #000, #000 0.5px, transparent 1px), -webkit-radial-gradient(100% 100%,  circle, #000, #000 0.5px, transparent 1px), -webkit-radial-gradient(0% 100%,  circle, #000, #000 0.5px, transparent 1px), -webkit-radial-gradient(50% 50%,  circle, #000, #000 0.5px, transparent 1px);
    background-image: radial-gradient(  circle at 0% 0%, #000, #000 0.5px, transparent 1px), radial-gradient(  circle at 100% 0%, #000, #000 0.5px, transparent 1px), radial-gradient(  circle at 100% 100%, #000, #000 0.5px, transparent 1px), radial-gradient(  circle at 0% 100%, #000, #000 0.5px, transparent 1px), radial-gradient(  circle at 50% 50%, #000, #000 0.5px, transparent 1px);
    background-size: 9px 9px;
  }
}

@media print {
  .jobs-page * {
    color: #000;
  }
}
.jobs-page__iframe {
  height: 1500px;
  width: 100%;
  border: none;
}
.jobs-page__title {
  font-size: 2.375rem;
  line-height: 2.375rem;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  margin-bottom: 3rem;
}
@media print {
  .jobs-page__job__more-info {
    display: none !important;
  }
}

.search-page {
  margin-top: 2rem;
}

.page-404 {
  min-height: 100vh;
}
.page-404__title {
  font-size: 10vw;
  line-height: 8vw;
  text-align: center;
  padding-top: 10vw;
  font-weight: 800;
}

@media screen and (min-width: 768px) {
  .partner-page__portrait-container {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 31.7615656014%;
  }
  .partner-page__portrait-container:last-child {
    margin-right: 0;
  }
  .partner-page__bio-container {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 65.8807828007%;
    margin-right: 0;
  }
  .partner-page__bio-container:last-child {
    margin-right: 0;
  }
  .partner-page__projects {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
    margin-right: 0;
    clear: both;
  }
  .partner-page__projects:last-child {
    margin-right: 0;
  }
  .partner-page__projects:after {
    content: "";
    display: table;
    clear: both;
  }
}
.partner-page .sanity-image {
  background-color: #000 !important;
}
.partner-page__heading {
  font-size: 2.375rem;
  line-height: 2.375rem;
  letter-spacing: -0.04em;
  font-weight: 700;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .partner-page__heading {
    margin-top: 1rem;
  }
}
.partner-page__short-bio {
  font-size: 1.1875rem;
  line-height: 1.5625rem;
}
@media screen and (max-width: 768px) {
  .partner-page__short-bio {
    margin-top: 1rem;
  }
}
.partner-page__short-bio p {
  font-size: 1.1875rem;
  line-height: 1.5625rem;
}
.partner-page__lectures {
  clear: both;
}
.partner-page__lectures:after {
  content: "";
  display: table;
  clear: both;
}
.partner-page__list-title {
  font-size: 1.1875rem;
  line-height: 1.5625rem;
  text-transform: uppercase;
  font-weight: 700;
  padding-top: 4rem;
  margin-bottom: 1rem;
}
.partner-page__list-title:after {
  content: "";
  display: table;
  clear: both;
}
.partner-page__publications {
  padding-bottom: 2rem;
  clear: both;
}
.partner-page__publications:after {
  content: "";
  display: table;
  clear: both;
}
.partner-page__list {
  font-size: 1.1875rem;
  line-height: 1.5625rem;
}
.partner-page__list:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (min-width: 768px) {
  .partner-page__list {
    -webkit-columns: 3;
    -moz-columns: 3;
    columns: 3;
  }
}
.partner-page__list li a {
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .partner-page__list li a {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
.partner-page__list li a:hover {
  text-decoration: underline;
}
.partner-page__news-items {
  margin-top: 4rem;
  margin-bottom: 3rem;
}
.partner-page__news-items:after {
  content: "";
  display: table;
  clear: both;
}
.partner-page__news-item {
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .partner-page__news-item {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 48.821174201%;
  }
  .partner-page__news-item:last-child {
    margin-right: 0;
  }
  .partner-page__news-item:nth-child(2n) {
    margin-right: 0;
  }
  .partner-page__news-item:nth-child(2n+1) {
    clear: left;
  }
}
.partner-page__news-item a {
  text-decoration: none;
}
.partner-page__news-item__title {
  color: #f00;
  font-size: 2.375rem;
  line-height: 2.375rem;
  font-weight: 700;
  letter-spacing: -0.04em;
}
.partner-page__news-item__date {
  color: #f00;
  font-size: 1.1875rem;
  line-height: 1.5625rem;
  font-weight: 700;
  letter-spacing: -0.04em;
}
.partner-page__press-coverage {
  padding-top: 2rem;
  background-size: 8px 8px;
  background-repeat: repeat;
  background-image: url("data:image/gif;base64,R0lGODlhCAAIAIAAAAAAAP///yH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMwNjcgNzkuMTU3NzQ3LCAyMDE1LzAzLzMwLTIzOjQwOjQyICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNSAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo5QTAyMDA2RjQ4QUUxMUU1ODAwN0Y3RTA1Nzc3QTNERiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo5QTAyMDA3MDQ4QUUxMUU1ODAwN0Y3RTA1Nzc3QTNERiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjlBMDIwMDZENDhBRTExRTU4MDA3RjdFMDU3NzdBM0RGIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjlBMDIwMDZFNDhBRTExRTU4MDA3RjdFMDU3NzdBM0RGIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Af/+/fz7+vn49/b19PPy8fDv7u3s6+rp6Ofm5eTj4uHg397d3Nva2djX1tXU09LR0M/OzczLysnIx8bFxMPCwcC/vr28u7q5uLe2tbSzsrGwr66trKuqqainpqWko6KhoJ+enZybmpmYl5aVlJOSkZCPjo2Mi4qJiIeGhYSDgoGAf359fHt6eXh3dnV0c3JxcG9ubWxramloZ2ZlZGNiYWBfXl1cW1pZWFdWVVRTUlFQT05NTEtKSUhHRkVEQ0JBQD8+PTw7Ojk4NzY1NDMyMTAvLi0sKyopKCcmJSQjIiEgHx4dHBsaGRgXFhUUExIREA8ODQwLCgkIBwYFBAMCAQAAIfkEAAAAAAAsAAAAAAgACAAAAghEjqnLbA1hAQA7");
  text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .partner-page__press-coverage {
    background-image: none;
    background-image: -webkit-radial-gradient(0% 0%,  circle, #000, #000 0.5px, transparent 1px), -webkit-radial-gradient(100% 0%,  circle, #000, #000 0.5px, transparent 1px), -webkit-radial-gradient(100% 100%,  circle, #000, #000 0.5px, transparent 1px), -webkit-radial-gradient(0% 100%,  circle, #000, #000 0.5px, transparent 1px), -webkit-radial-gradient(50% 50%,  circle, #000, #000 0.5px, transparent 1px);
    background-image: radial-gradient(  circle at 0% 0%, #000, #000 0.5px, transparent 1px), radial-gradient(  circle at 100% 0%, #000, #000 0.5px, transparent 1px), radial-gradient(  circle at 100% 100%, #000, #000 0.5px, transparent 1px), radial-gradient(  circle at 0% 100%, #000, #000 0.5px, transparent 1px), radial-gradient(  circle at 50% 50%, #000, #000 0.5px, transparent 1px);
    background-size: 9px 9px;
  }
}

@-webkit-keyframes blink {
  0% {
    border-color: transparent;
  }
  90% {
    border-color: transparent;
  }
  90.1% {
    border-color: #000;
  }
  99% {
    border-color: #000;
  }
}
@-moz-keyframes blink {
  0% {
    border-color: transparent;
  }
  90% {
    border-color: transparent;
  }
  90.1% {
    border-color: #000;
  }
  99% {
    border-color: #000;
  }
}
@keyframes blink {
  0% {
    border-color: transparent;
  }
  90% {
    border-color: transparent;
  }
  90.1% {
    border-color: #000;
  }
  99% {
    border-color: #000;
  }
}
.index__colophon-link {
  font-size: 1.1875rem;
  line-height: 1.5625rem;
  font-weight: 700;
  letter-spacing: -0.04em;
  float: right;
  padding: 2rem;
}
.index__colophon-link a {
  text-decoration: none;
}
.index__headline {
  font-weight: 700;
  letter-spacing: -0.04em;
  padding: 0.3em;
  font-size: 3.5vw;
  text-transform: uppercase;
  text-align: center;
  line-height: 1em;
  background-color: #fff;
}
.index__headline a {
  text-decoration: none;
}
.index__headline a:hover {
  text-decoration: underline;
}
.index__textbox {
  font-size: 1rem;
  padding: 1em;
  line-height: 1.2em;
  border: 1px solid #000;
  background-color: #fff;
}
.index__textbox--large {
  font-size: 2.5vw;
  letter-spacing: -0.04em;
}
.index__textbox--bold {
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 0.8em;
  padding: 0.5em;
}
.index__textbox--red {
  color: #f00;
  border-color: #f00;
}
.index__social-image {
  font-size: 2vw;
  position: relative;
  padding: 0.7em 1em 1em;
  padding-bottom: 2.8125rem;
  background-color: #fff;
  display: block;
  text-decoration: none;
  background-size: 8px 8px;
  background-repeat: repeat;
  background-image: url("data:image/gif;base64,R0lGODlhCAAIAIAAAAAAAP///yH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMwNjcgNzkuMTU3NzQ3LCAyMDE1LzAzLzMwLTIzOjQwOjQyICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNSAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo5QTAyMDA2RjQ4QUUxMUU1ODAwN0Y3RTA1Nzc3QTNERiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo5QTAyMDA3MDQ4QUUxMUU1ODAwN0Y3RTA1Nzc3QTNERiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjlBMDIwMDZENDhBRTExRTU4MDA3RjdFMDU3NzdBM0RGIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjlBMDIwMDZFNDhBRTExRTU4MDA3RjdFMDU3NzdBM0RGIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Af/+/fz7+vn49/b19PPy8fDv7u3s6+rp6Ofm5eTj4uHg397d3Nva2djX1tXU09LR0M/OzczLysnIx8bFxMPCwcC/vr28u7q5uLe2tbSzsrGwr66trKuqqainpqWko6KhoJ+enZybmpmYl5aVlJOSkZCPjo2Mi4qJiIeGhYSDgoGAf359fHt6eXh3dnV0c3JxcG9ubWxramloZ2ZlZGNiYWBfXl1cW1pZWFdWVVRTUlFQT05NTEtKSUhHRkVEQ0JBQD8+PTw7Ojk4NzY1NDMyMTAvLi0sKyopKCcmJSQjIiEgHx4dHBsaGRgXFhUUExIREA8ODQwLCgkIBwYFBAMCAQAAIfkEAAAAAAAsAAAAAAgACAAAAghEjqnLbA1hAQA7");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .index__social-image {
    background-image: none;
    background-image: -webkit-radial-gradient(0% 0%,  circle, #000, #000 0.5px, transparent 1px), -webkit-radial-gradient(100% 0%,  circle, #000, #000 0.5px, transparent 1px), -webkit-radial-gradient(100% 100%,  circle, #000, #000 0.5px, transparent 1px), -webkit-radial-gradient(0% 100%,  circle, #000, #000 0.5px, transparent 1px), -webkit-radial-gradient(50% 50%,  circle, #000, #000 0.5px, transparent 1px);
    background-image: radial-gradient(  circle at 0% 0%, #000, #000 0.5px, transparent 1px), radial-gradient(  circle at 100% 0%, #000, #000 0.5px, transparent 1px), radial-gradient(  circle at 100% 100%, #000, #000 0.5px, transparent 1px), radial-gradient(  circle at 0% 100%, #000, #000 0.5px, transparent 1px), radial-gradient(  circle at 50% 50%, #000, #000 0.5px, transparent 1px);
    background-size: 9px 9px;
  }
}
.index__social-image__image {
  width: 100%;
}
.index__social-image__user-link {
  text-decoration: none;
}
.index__social-image__headline {
  display: block;
  font-size: 1.5vw;
  line-height: 1.8vw;
  margin-bottom: 0.9375rem;
  text-transform: uppercase;
  letter-spacing: -0.04em;
  font-weight: 700;
  text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
  text-decoration: none;
}
.index__social-image__text {
  position: absolute;
  bottom: 1em;
  font-size: 0.9375rem;
  line-height: 1.25rem;
  line-height: 1rem;
  text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}
.index__news-item {
  font-size: 0.75rem;
  line-height: 0.9375rem;
  font-weight: 700;
  letter-spacing: -0.04em;
  color: #f00;
  text-decoration: none;
  font-size: 4vw;
  line-height: 1em;
}
.index__news-item a {
  color: inherit;
  text-decoration: none;
}
.index__news-item__text {
  text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
  font-size: 2.375rem;
  line-height: 2.375rem;
  font-weight: 700;
  letter-spacing: -0.04em;
}
.index__news-item__publisher {
  text-transform: uppercase;
  font-size: 2.375rem;
  line-height: 2.375rem;
  font-weight: 700;
  letter-spacing: -0.04em;
  margin-top: 0.5rem;
}
.index__news-item__date {
  text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
  font-size: 1.5vw;
  line-height: 1em;
  padding-top: 0.25rem;
  font-weight: 700;
  letter-spacing: -0.04em;
  margin-bottom: 0.5rem;
}
.index__news-item--external {
  color: #f00;
  background-color: #fff;
  background-size: 8px 8px;
  background-repeat: repeat;
  background-image: url("data:image/gif;base64,R0lGODlhCAAIAIAAAAAAAP///yH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMwNjcgNzkuMTU3NzQ3LCAyMDE1LzAzLzMwLTIzOjQwOjQyICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNSAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo5QTAyMDA2RjQ4QUUxMUU1ODAwN0Y3RTA1Nzc3QTNERiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo5QTAyMDA3MDQ4QUUxMUU1ODAwN0Y3RTA1Nzc3QTNERiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjlBMDIwMDZENDhBRTExRTU4MDA3RjdFMDU3NzdBM0RGIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjlBMDIwMDZFNDhBRTExRTU4MDA3RjdFMDU3NzdBM0RGIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Af/+/fz7+vn49/b19PPy8fDv7u3s6+rp6Ofm5eTj4uHg397d3Nva2djX1tXU09LR0M/OzczLysnIx8bFxMPCwcC/vr28u7q5uLe2tbSzsrGwr66trKuqqainpqWko6KhoJ+enZybmpmYl5aVlJOSkZCPjo2Mi4qJiIeGhYSDgoGAf359fHt6eXh3dnV0c3JxcG9ubWxramloZ2ZlZGNiYWBfXl1cW1pZWFdWVVRTUlFQT05NTEtKSUhHRkVEQ0JBQD8+PTw7Ojk4NzY1NDMyMTAvLi0sKyopKCcmJSQjIiEgHx4dHBsaGRgXFhUUExIREA8ODQwLCgkIBwYFBAMCAQAAIfkEAAAAAAAsAAAAAAgACAAAAghEjqnLbA1hAQA7");
  padding: 0.5em;
  font-size: 3vw;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .index__news-item--external {
    background-image: none;
    background-image: -webkit-radial-gradient(0% 0%,  circle, #000, #000 0.5px, transparent 1px), -webkit-radial-gradient(100% 0%,  circle, #000, #000 0.5px, transparent 1px), -webkit-radial-gradient(100% 100%,  circle, #000, #000 0.5px, transparent 1px), -webkit-radial-gradient(0% 100%,  circle, #000, #000 0.5px, transparent 1px), -webkit-radial-gradient(50% 50%,  circle, #000, #000 0.5px, transparent 1px);
    background-image: radial-gradient(  circle at 0% 0%, #000, #000 0.5px, transparent 1px), radial-gradient(  circle at 100% 0%, #000, #000 0.5px, transparent 1px), radial-gradient(  circle at 100% 100%, #000, #000 0.5px, transparent 1px), radial-gradient(  circle at 0% 100%, #000, #000 0.5px, transparent 1px), radial-gradient(  circle at 50% 50%, #000, #000 0.5px, transparent 1px);
    background-size: 9px 9px;
  }
}
.index__news-item--has-image {
  border: 0.25rem solid #f00;
  padding: 0.75rem;
  background-color: #fff;
  float: left;
}
.index__news-item--has-image .index__news-item__date {
  font-size: 1.1875rem;
  line-height: 1.5625rem;
}
.index__news-item--has-image .index__news-item__text {
  margin-top: 1rem;
  font-size: 2.375rem;
  line-height: 2.375rem;
}
.index__static-content {
  font-size: 3.5vw;
  letter-spacing: -0.04em;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.1em;
  padding: 1.2rem;
  max-width: 100%;
  margin: 1rem;
  -webkit-animation-name: blink;
  -moz-animation-name: blink;
  animation-name: blink;
  -webkit-animation-duration: 1.3s;
  -moz-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@media screen and (max-width: 480px) {
  .index__static-content {
    text-align: center;
    max-width: 100%;
    margin: 1rem;
  }
}
.index__static-content--image {
  display: block;
  border: 0.25rem solid #000;
  max-width: 250px;
  margin: 2rem;
}
@media screen and (max-width: 480px) {
  .index__static-content--image {
    display: none;
  }
}
.index__static-content__title {
  color: #000;
}
.index__static-content__link {
  display: block;
  color: #fff;
  text-decoration: none;
}
.index__static-content--pdf {
  color: #0070f8;
  border: 0.25rem solid #0070f8;
}
.index__static-content--pdf .index__static-content__title {
  color: #0070f8;
}
.index__static-content--pdf .index__static-content__link {
  color: #0070f8;
  text-decoration: underline;
}
.index__static-content--bold {
  color: #000;
  border: 0.25rem solid #000;
}
.index__lecture {
  padding: 1rem;
  background-color: #000;
  color: #fff;
}
.index__lecture__title {
  font-size: 1.1875rem;
  line-height: 1.5625rem;
  letter-spacing: -0.04em;
  font-weight: 700;
  padding-top: 0.5rem;
}
.index__lecture__link {
  display: block;
  color: #fff;
  text-decoration: none;
}
.index__lecture__lecturers {
  font-size: 0.9375rem;
  line-height: 1.25rem;
  letter-spacing: -0.04em;
  display: block;
}
.index__lecture__lecturers li {
  display: inline-block;
  margin-right: 0.5em;
}
.index__lecture__lecturers li:after {
  content: ", ";
}
.index__lecture__lecturers li:last-child:after {
  display: none;
}
.index__publication {
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 0.2rem;
  display: block;
  text-decoration: none;
  background-color: #fff;
  padding: 1rem;
  border-right: 0.25rem solid #fff;
  border-bottom: 0.25rem solid #fff;
}
.index__publication__title {
  font-size: 1.1875rem;
  line-height: 1.5625rem;
  letter-spacing: -0.04em;
  font-weight: 700;
  padding-top: 0;
}
.index__publication__author {
  font-size: 0.9375rem;
  line-height: 1.25rem;
  letter-spacing: -0.04em;
  padding: 0;
}
.index--mobile .index {
  display: block;
}
.index--mobile .index__headline {
  width: 100%;
  position: relative;
  height: 0;
  padding: 0;
  margin: 0;
  font-size: 4.5vw;
}
@media screen and (max-width: 480px) {
  .index--mobile .index__headline {
    width: 70%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .index--mobile .index__headline {
    width: 80%;
    margin: 0 auto;
  }
}
.index--mobile .index__headline a {
  width: 100%;
  padding: 0.5em;
  background-color: #fff;
  position: absolute;
  bottom: 9vw;
  display: block;
  z-index: 500;
}
.index--mobile .index:after {
  content: "";
  display: table;
  clear: both;
}
.index--mobile .index__lecture {
  margin: 1rem;
}
.index--mobile .index__publication__title {
  margin-top: 0.5rem;
}
.index--mobile .index__news-item {
  display: block;
  margin: 1rem;
  float: none;
}
.index--mobile .index__news-item__text {
  font-size: 1.1875rem;
  line-height: 1.5625rem;
  font-weight: 700;
  letter-spacing: -0.04em;
}
.index--mobile .index__news-item__date {
  font-size: 0.9375rem;
  line-height: 1.25rem;
}

.mobile-mode:after {
  content: "";
  display: table;
  clear: both;
}
.mobile-mode--BackdropImage {
  margin-bottom: 1rem;
}
.mobile-mode--NewsItemWithImage, .mobile-mode--NewsItem {
  width: 100%;
  clear: both;
}
.mobile-mode--NewsItemWithImage:after, .mobile-mode--NewsItem:after {
  content: "";
  display: table;
  clear: both;
}
.mobile-mode--Publication {
  clear: both;
}
.mobile-mode--Publication:after {
  content: "";
  display: table;
  clear: both;
}

.panda-page__container {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-left: 1rem solid black;
  border-top: 1rem solid black;
  border-bottom: 1rem solid black;
  margin-bottom: 3rem;
}
.panda-page__padding-hack {
  padding-top: 43%;
}
.panda-page__iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

@media print {
  body {
    width: 1000px;
  }
  a {
    text-decoration: none;
  }
}