@import url(//fast.fonts.net/t/1.css?apiType=css&projectid=29f06ce5-4c14-4e18-b5c6-83eefd42ee12);
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

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

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}

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

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

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

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

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

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

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

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

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.clearfix:after {
  clear: both;
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important; /* Black prints faster:
   http://www.sanbeiji.com/archives/953 */
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/**
 * Swiper 4.2.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: April 1, 2018
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@font-face {
  font-family: "TT Commons W01 Regular";
  font-display: swap;
  src: url("/assets/webkit/fonts/ff5db790-e8a3-4a94-a9d5-ec7d5bed16d8.eot?#iefix");
  src: url("/assets/webkit/fonts/ff5db790-e8a3-4a94-a9d5-ec7d5bed16d8.eot?#iefix") format("eot"), url("/assets/webkit/fonts/56184c9a-0155-4961-a836-516c2a37949d.woff2") format("woff2"), url("/assets/webkit/fonts/941bd4ef-6d96-4cc3-b891-b967fb693919.woff") format("woff"), url("/assets/webkit/fonts/5f1e8809-7611-4a41-befc-5f06b2aa9505.ttf") format("truetype"), url("/assets/webkit/fonts/1f461228-0931-4e0d-a146-622e32668435.svg#1f461228-0931-4e0d-a146-622e32668435") format("svg");
}
@font-face {
  font-family: "TT Commons W01 Italic";
  font-display: swap;
  src: url("/assets/webkit/fonts/3106bbcb-56c1-4e83-b553-bb7cd1bcfcfd.eot?#iefix");
  src: url("/assets/webkit/fonts/3106bbcb-56c1-4e83-b553-bb7cd1bcfcfd.eot?#iefix") format("eot"), url("/assets/webkit/fonts/30d1b9f0-ebc9-4bec-8969-37887c3bd23f.woff2") format("woff2"), url("/assets/webkit/fonts/a6480ce9-2910-4d34-a8ed-cd8c4a29e52e.woff") format("woff"), url("/assets/webkit/fonts/4c95b6ba-c225-4a0e-a1ec-c42a606c767e.ttf") format("truetype"), url("/assets/webkit/fonts/092d107a-cf46-4574-89cb-b4a979b363ae.svg#092d107a-cf46-4574-89cb-b4a979b363ae") format("svg");
}
@font-face {
  font-family: "TT Commons W01 Medium";
  font-display: swap;
  src: url("/assets/webkit/fonts/ac6370eb-cce9-4261-8b5c-475bbb657e8a.eot?#iefix");
  src: url("/assets/webkit/fonts/ac6370eb-cce9-4261-8b5c-475bbb657e8a.eot?#iefix") format("eot"), url("/assets/webkit/fonts/ad9be1db-493d-445e-aeb8-16a5cca6cde9.woff2") format("woff2"), url("/assets/webkit/fonts/5df2ffcf-6190-4c99-adea-e678cb3fcad8.woff") format("woff"), url("/assets/webkit/fonts/eb338cd1-3f81-494f-9a49-49e21a67e800.ttf") format("truetype"), url("/assets/webkit/fonts/7a607f94-6665-4cc0-b57b-05ef2cbcd678.svg#7a607f94-6665-4cc0-b57b-05ef2cbcd678") format("svg");
}
@font-face {
  font-family: "TT Commons W01 Medium Italic";
  font-display: swap;
  src: url("/assets/webkit/fonts/099c5b70-43c2-4548-8bb6-1e208fb9b2d6.eot?#iefix");
  src: url("/assets/webkit/fonts/099c5b70-43c2-4548-8bb6-1e208fb9b2d6.eot?#iefix") format("eot"), url("/assets/webkit/fonts/d8328db0-291a-49a6-b1be-c536b148631b.woff2") format("woff2"), url("/assets/webkit/fonts/e361a9bd-5062-4404-9551-a13c790004d8.woff") format("woff"), url("/assets/webkit/fonts/8d387f92-ce38-4617-b180-7435bee3d135.ttf") format("truetype"), url("/assets/webkit/fonts/6d8f12ab-0eb0-4e8b-b6b9-258808bcf442.svg#6d8f12ab-0eb0-4e8b-b6b9-258808bcf442") format("svg");
}
@font-face {
  font-family: "TT Commons W01 Bold";
  font-display: swap;
  src: url("/assets/webkit/fonts/4a186b8c-534e-43fc-ad4f-06d017fe4ee3.eot?#iefix");
  src: url("/assets/webkit/fonts/4a186b8c-534e-43fc-ad4f-06d017fe4ee3.eot?#iefix") format("eot"), url("/assets/webkit/fonts/7d35d1f9-668e-42b2-a6b2-9009f0aa3ed4.woff2") format("woff2"), url("/assets/webkit/fonts/23a70446-ff80-4d9d-a429-94bc68bb5c97.woff") format("woff"), url("/assets/webkit/fonts/0145c1a6-aa3f-442f-863d-cd0af0679fde.ttf") format("truetype"), url("/assets/webkit/fonts/61a776cf-67ef-443f-b040-f97112bc5edd.svg#61a776cf-67ef-443f-b040-f97112bc5edd") format("svg");
}
@font-face {
  font-family: "TT Commons W01 Bold Italic";
  font-display: swap;
  src: url("/assets/webkit/fonts/b2bd5a82-31e7-4a2d-9088-785d247763bc.eot?#iefix");
  src: url("/assets/webkit/fonts/b2bd5a82-31e7-4a2d-9088-785d247763bc.eot?#iefix") format("eot"), url("/assets/webkit/fonts/8a68de60-0c44-4992-8a05-80c97a643f67.woff2") format("woff2"), url("/assets/webkit/fonts/30e3bc72-8997-4603-a269-bdce818aeda0.woff") format("woff"), url("/assets/webkit/fonts/89a58437-1681-44db-9a20-279ebfe5ea70.ttf") format("truetype"), url("/assets/webkit/fonts/a9f84d5f-b3a6-4a74-8bf2-93a441f390ec.svg#a9f84d5f-b3a6-4a74-8bf2-93a441f390ec") format("svg");
}
/* ================================= */
/* MIXINS & VARIABLES                */
/* ================================= */
@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}
@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}
@-webkit-keyframes reveal-fade-in {
  100% {
    opacity: 1;
  }
}
@keyframes reveal-fade-in {
  100% {
    opacity: 1;
  }
}
/* ================================= */
/* ICONS                             */
/* ================================= */
.sprite {
  background-image: url("/assets/webkit/sprite.svg?v=1.1");
  background-repeat: no-repeat;
}

.icon {
  display: block;
}
.icon--logotype {
  width: 80px;
  height: 35px;
  background-size: 353px 353px;
  background-position: 0px -17px;
}
.icon--logotype-white {
  width: 80px;
  height: 35px;
  background-size: 353px 353px;
  background-position: 0px -52px;
}
.icon--burger {
  width: 36px;
  height: 32px;
  background-size: 1024px 1024px;
  background-position: -1px -1px;
}
.icon--burger-white {
  width: 36px;
  height: 32px;
  background-size: 1024px 1024px;
  background-position: -50px -1px;
}
.icon--cross {
  width: 35px;
  height: 32px;
  background-size: 1024px 1024px;
  background-position: -150px -1px;
}
.icon--cross-black {
  width: 35px;
  height: 32px;
  background-size: 1024px 1024px;
  background-position: -100px -1px;
}
.icon--tweet {
  width: 22px;
  height: 17px;
  background-size: 1024px 1024px;
  background-position: -500px -1px;
}
.icon--arrow-down {
  width: 22px;
  height: 31px;
  background-size: 1024px 1024px;
  background-position: -199px 0px;
}
.icon--arrow-up {
  width: 22px;
  height: 31px;
  background-size: 1024px 1024px;
  background-position: -199px 0px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.icon--play {
  width: 30px;
  height: 31px;
  background-size: 1059px 1059px;
  background-position: -259px 0px;
}
.icon--play-small {
  width: 22px;
  height: 22px;
  background-size: 805px 805px;
  background-position: -196px -1px;
}
.icon--play--black {
  width: 30px;
  height: 31px;
  background-size: 1059px 1059px;
  background-position: -259px -155px;
}
.icon--visualisation {
  width: 64px;
  height: 64px;
  background-size: 736px 736px;
  background-position: -216px -1px;
}
.icon--visualisation--black {
  width: 64px;
  height: 64px;
  background-size: 736px 736px;
  background-position: -216px -109px;
}
.icon--vr {
  width: 60px;
  height: 71px;
  background-size: 683px 683px;
  background-position: -267px -1px;
}
.icon--vr--black {
  width: 60px;
  height: 71px;
  background-size: 683px 683px;
  background-position: -267px -100px;
}
.icon--document {
  width: 64px;
  height: 64px;
  background-size: 720px 720px;
  background-position: -211px -211px;
}
.icon--document--black {
  width: 64px;
  height: 64px;
  background-size: 705px 705px;
  background-position: -275px -206px;
}
.icon--search {
  width: 31px;
  height: 31px;
  background-size: 1024px 1024px;
  background-position: -699px 0px;
}
.icon--loading {
  width: 31px;
  height: 24px;
  background-size: 835px 835px;
  background-position: -529px 0px;
}
.icon--twitter {
  width: 22px;
  height: 18px;
  background-size: 1024px 1024px;
  background-position: -500px -49px;
}
.icon--twitter--lrg {
  width: 28px;
  height: 23px;
  background-size: 1303px 1303px;
  background-position: -636px -62px;
}
.icon--twitter--white {
  width: 19px;
  height: 16px;
  background-size: 884px 884px;
  background-position: -432px -86px;
}
.icon--linkedin {
  width: 19px;
  height: 19px;
  background-size: 1081px 1081px;
  background-position: -528px -157px;
}
.icon--linkedin--lrg {
  width: 25px;
  height: 25px;
  background-size: 1422px 1422px;
  background-position: -694px -207px;
}
.icon--linkedin--white {
  width: 16px;
  height: 16px;
  background-size: 910px 910px;
  background-position: -444px -177px;
}
.icon--email {
  width: 19px;
  height: 15px;
  background-size: 884px 884px;
  background-position: -517px -130px;
}
.icon--email--white {
  width: 19px;
  height: 15px;
  background-size: 884px 884px;
  background-position: -517px -130px;
}
.icon--download {
  width: 36px;
  height: 36px;
  background-size: 1024px 1024px;
  background-position: -550px -100px;
}
.icon--left-chevron {
  background: transparent;
  width: 12px;
  height: 12px;
  padding: 0;
  border-top: 2px solid black;
  border-left: 2px solid black;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  display: inline-block;
  vertical-align: middle;
  margin-top: -3px;
}
.icon--up-chevron {
  background: transparent;
  width: 12px;
  height: 12px;
  padding: 0;
  border-top: 2px solid black;
  border-left: 2px solid black;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  display: inline-block;
  vertical-align: middle;
  margin-top: 8px;
}

/* ================================= */
/* TAG DEFAULTS                      */
/* ================================= */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

:target {
  scroll-margin-top: 8.25rem;
}

body {
  font-family: "National Park", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  background-color: white;
  color: black;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.5rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: background 0.6s ease;
  transition: background 0.6s ease;
}
body.nav-open .nav {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
body.page-ready .wrapper {
  opacity: 1;
}
body.page-ready .global__loading-indicator {
  height: 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out, height 0s 1s;
  transition: opacity 0.5s ease-in-out, height 0s 1s;
  pointer-events: none;
}
body.page-unload .wrapper {
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  opacity: 0;
}
body.page-unload .nav__list, body.page-unload .nav__close {
  opacity: 0;
}
body.page-unload .global__loading-indicator {
  height: 40px;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in-out 0.1s;
  transition: opacity 0.3s ease-in-out 0.1s;
}
body.flow-switch .wrapper {
  display: none;
}
body.flow-switch .app-page__overlay--page-container {
  position: relative;
  overflow: auto;
}
body.no-scroll {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
body.header--stuck .header {
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  background: white;
  border: none;
}
body.header--stuck .header__logotype svg {
  fill: black;
}
body.header--stuck .header .icon--logotype {
  width: 80px;
  height: 35px;
  background-size: 353px 353px;
  background-position: 0px -17px;
}
body.header--stuck .header .icon--burger {
  width: 36px;
  height: 32px;
  background-size: 1024px 1024px;
  background-position: -1px -1px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

h1 {
  font-family: "National Park", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 2.25rem;
  line-height: 2.5rem;
}

strong,
b {
  font-family: "National Park", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-weight: normal;
}

a:link, a:visited {
  color: inherit;
}
a[href^="tel:"] {
  text-decoration: none;
}

p a {
  text-decoration: none;
  border-bottom: 1px solid;
  border-bottom-color: inherit;
}

.btn {
  display: inline-block;
  min-width: 140px;
  padding: 0.5rem 0.875rem;
  background: red;
  color: white;
  border: none;
  text-align: center;
  cursor: pointer;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  font-family: "National Park", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.375rem;
}

.to-top {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: none;
  cursor: pointer;
  font-family: "National Park", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 1.25rem;
  position: fixed;
  bottom: 1.875rem;
  right: 1.25rem;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  background: white;
  border-radius: 50%;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.to-top:hover {
  opacity: 0.5;
}

.header {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 1.25rem;
}
.header__burger {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: none;
  cursor: pointer;
  display: inline-block;
  margin: 2px 0 0;
  -webkit-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}
.header__logotype svg {
  width: 80px;
  fill: black;
}
.header--icons-white {
  border: none;
}
.header--icons-white .header__logotype svg {
  fill: white;
}
.header--icons-white .icon--logotype {
  width: 80px;
  height: 35px;
  background-size: 353px 353px;
  background-position: 0px -52px;
}
.header--icons-white .icon--burger {
  width: 36px;
  height: 32px;
  background-size: 1024px 1024px;
  background-position: -50px -1px;
}

.wrapper {
  position: relative;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in;
  transition: opacity 0.5s ease-in;
}

.container {
  margin: 0 auto;
}

.nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  width: 100vw;
  height: 100vh;
  padding: 5rem 1.25rem;
  background: white;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
  transition: -webkit-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
  overflow: auto;
}
.nav__list {
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.nav__list:last-child {
  margin: 0;
}
.nav__list li {
  margin-bottom: 1.875rem;
}
.nav__link {
  font-family: "National Park", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.875rem;
  position: relative;
  -webkit-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}
.nav__link:link, .nav__link:visited {
  color: black;
  text-decoration: none;
}
.nav__link:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  display: block;
  width: 0;
  height: 2px;
  background: black;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.nav__link--active:after {
  width: 100%;
}
.nav__link--search {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
}
.nav__social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav__social-links li {
  margin: 0 1.25rem 0 0;
}
.nav__social-links a {
  display: block;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.nav__social-links a:hover {
  opacity: 0.5;
}
.nav__social-links svg {
  width: auto;
  height: 1.4375rem;
}
.nav__close {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: none;
  cursor: pointer;
  display: inline-block;
  position: absolute;
  top: 2rem;
  right: 1.25rem;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}

.sub-nav__list {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 1.25rem;
}
.sub-nav__list li {
  margin-bottom: 1.25rem;
}
.sub-nav__link:link, .sub-nav__link:visited {
  font-family: "National Park", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.875rem;
  color: white;
  text-decoration: none;
  -webkit-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}
.sub-nav__link.active {
  color: red;
}

/* ================================= */
/* CUSTOM STYLES                     */
/* ================================= */
/* ======= CARDS ======= */
.card-list__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0.9375rem;
}
.card-list__list--full-bleed {
  padding: 0;
}
.card-list__item {
  width: 100%;
  margin: 0 0 1.25rem;
}

.card {
  position: relative;
  overflow: hidden;
}
.card__link {
  display: block;
}
.card__image-wrapper {
  position: relative;
  height: 100%;
  overflow: hidden;
  aspect-ratio: 16/9;
}
.card__image-wrapper--ar-16-9 {
  aspect-ratio: 16/9;
}
.card__image-wrapper--ar-75 {
  aspect-ratio: 4/3;
}
.card__image-wrapper--ar-60 {
  aspect-ratio: 5/3;
}
.card__image-wrapper--ar-55 {
  aspect-ratio: 20/11;
}
.card__image-wrapper--superWide {
  aspect-ratio: 19/8;
}
.card__image-wrapper--square {
  aspect-ratio: 1/1;
}
.card__image-wrapper--portrait {
  aspect-ratio: 6/7;
}
.card__image-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #808278;
  mix-blend-mode: multiply;
  opacity: 0.35;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.card__image, .card__bg-video {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.card__smoke {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: #808278;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.card__smoke--grey {
  background-color: #d8d8d8;
}
.card__info {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  max-width: 500px;
  width: 100%;
  height: 100%;
  padding: 1.25rem;
  color: white;
}
.card__title {
  font-family: "National Park", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.875rem;
  margin: 0 0 0.375rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.card__sub-title {
  font-family: "National Park", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.375rem;
  margin: 0;
  opacity: 0;
  height: 0;
  -webkit-transform: translate3d(0, 20px, 0);
          transform: translate3d(0, 20px, 0);
  -webkit-transition: all 0.2s ease-in-out 0;
  transition: all 0.2s ease-in-out 0;
}
.card__summary {
  font-family: "National Park", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.375rem;
  margin: 0;
}
.card__block-link {
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.card__block-link:link, .card__block-link:visited {
  text-decoration: none;
}
.card__view {
  font-family: "National Park", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.375rem;
  text-decoration: none;
  border-bottom: 1px solid;
  border-bottom-color: inherit;
  position: absolute;
  bottom: 1.25rem;
  left: 1.25rem;
  z-index: 3;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-bottom-color: white;
  color: white;
}
.card__media-link {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: none;
  cursor: pointer;
  position: absolute;
  bottom: 1.25rem;
  right: 1.25rem;
  z-index: 3;
  width: 40px;
  height: 40px;
  background: white;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.card__media-link .icon--play {
  width: 14px;
  height: 14px;
  background-size: 512px 512px;
  background-position: -125px -75px;
  margin: 0 0 0 0.25rem;
}
.card__media-link .icon--vr {
  width: 28px;
  height: 33px;
  background-size: 319px 319px;
  background-position: -124px -47px;
  margin: 0.0625rem 0 0 0;
}
.card__media-link .icon--visualisation {
  width: 28px;
  height: 28px;
  background-size: 319px 319px;
  background-position: -93px -47px;
  margin-top: 1px;
}
.card--dark-text .card__info, .card--dark-text .card__view {
  color: black;
}
.card--dark-text .card__view {
  border-bottom-color: black;
}
.card--alt .card__info {
  display: block;
  padding: 1.25rem;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.card--alt .card__title, .card--alt .card__sub-title {
  font-family: "National Park", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.375rem;
}
.card--alt .card__title {
  position: static;
  -webkit-transform: none;
          transform: none;
  margin: 0;
}
.card--alt .card__sub-title {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  height: auto;
  margin-bottom: 0.75rem;
  padding-bottom: 0.9375rem;
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}
.card--alt .card__sub-title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 1rem;
  height: 1px;
  background: white;
}
.card--alt .card__text-link {
  position: static;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.card--info-beneath {
  overflow: visible;
}
.card--info-beneath .card__info {
  position: relative;
  top: auto;
  left: auto;
  display: block;
  height: auto;
  padding: 0.9375rem 0 0;
  color: black;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.card--info-beneath .card__title {
  font-family: "National Park", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.375rem;
  font-family: "National Park", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  position: static;
  margin-bottom: 0.75rem;
  -webkit-transform: none;
          transform: none;
}
.card--info-beneath .card__text-link {
  position: static;
  display: inline-block;
  margin: 1.25rem 0 0;
  opacity: 1;
  -webkit-transform: none;
          transform: none;
  color: inherit;
}
.card--news .card__title {
  font-family: "National Park", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.875rem;
  margin: 0;
}
.card--news .card__title--margin-b {
  margin-bottom: 1.125rem;
}
.card--news .card__date {
  margin: 0 0 1.125rem;
  color: #9b9b9b;
}
.card--news .card__view {
  display: inline-block;
  position: static;
  color: black;
  opacity: 1;
  border-bottom-color: black;
}
.card--news .card__image-wrapper::before {
  display: none;
}
.card--team {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  display: none;
}
.card--team.visible {
  opacity: 1;
  display: block;
}
.card--team.fade-back {
  opacity: 0;
}

/* ======= COLUMNS ======= */
.columns {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 2.5rem;
  width: calc(100% - 1.25rem);
  margin: 0 auto;
}
.columns img {
  width: 100%;
  height: auto;
}
.columns img + .pullquote {
  margin-top: 2rem;
}
.columns--constrained {
  max-width: 1400px;
}

/* ======= LOCKUPS ======= */
.lockup {
  padding: 3.125rem 1.25rem;
}
.lockup--full-bleed {
  padding: 3.125rem 0;
}
.lockup--no-gutters {
  padding: 0;
}
.lockup--no-gutters .lockup__item {
  margin: 0;
}
.lockup--stretch .lockup__inner {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.lockup--stretch .lockup__image-wrapper {
  position: relative;
  height: 100%;
}
.lockup--stretch .lockup__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.lockup--alt .lockup__inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.lockup__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}
.lockup__item {
  position: relative;
  width: 100%;
}
.lockup__item--pullquote {
  margin: 3.125rem 0 6.25rem;
}
.lockup__item--full-width {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  margin: 0;
}
.lockup__item--card-list {
  padding: 0;
}
.lockup__item--card-list .card-list__item {
  margin-bottom: 5rem;
}
.lockup__item--card-list .card-list__item:last-child {
  margin-bottom: 1.875rem;
}
.lockup__image {
  width: 100%;
  height: auto;
}
.lockup__smoke {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: #d8d8d8;
  mix-blend-mode: multiply;
  opacity: 0.35;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.lockup__info {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  padding: 2.5rem;
  color: white;
  text-align: center;
}
.lockup__icon {
  width: 90px;
  height: 90px;
  background: #0f73ee;
  border-radius: 50%;
  margin: 0 auto 1.25rem;
}
.lockup__text-link {
  font-family: "National Park", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.875rem;
}

/* ======= LOCKUP GRID ======= */
.lockup-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.lockup-grid__pullquote {
  width: 100%;
  margin: 0 0 1.25rem;
  padding: 5rem 1.25rem;
  background: #ececec;
}
.lockup-grid__primary-item {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
  margin: 0 0 1.25rem;
  padding: 0;
}
.lockup-grid__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.lockup-grid__list--2, .lockup-grid__list--3 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.lockup-grid__item {
  width: 100%;
  margin: 0 0 1.25rem;
}
.lockup-grid__item:last-child {
  margin-bottom: 0;
}

/* ======= PULL QUOTES ======= */
.pullquote {
  font-family: "National Park", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.875rem;
}
.pullquote a {
  text-decoration: none;
  border-bottom: 2px solid;
  border-bottom-color: inherit;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  line-height: 1.875rem;
}
.pullquote p {
  margin: 0 0 2rem;
}
.pullquote p:last-child {
  margin-bottom: 0;
}
.pullquote--many-formats {
  font-family: "National Park", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.375rem;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0;
}
.pullquote--many-formats h3 {
  font-family: "National Park", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.pullquote--many-formats h4 {
  font-family: "National Park", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.875rem;
}
.pullquote--many-formats h4 a {
  line-height: 1.625rem;
}
.pullquote--many-formats p {
  font-family: "National Park", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.375rem;
}
.pullquote--many-formats p a {
  text-decoration: none;
  border-bottom: 1px solid;
  border-bottom-color: inherit;
  line-height: 1rem;
}
.pullquote--many-formats h3,
.pullquote--many-formats h4,
.pullquote--many-formats p {
  margin: 0 0 1.25rem;
}
.pullquote--many-formats h3:last-child,
.pullquote--many-formats h4:last-child,
.pullquote--many-formats p:last-child {
  margin-bottom: 0;
}
.pullquote--many-formats b,
.pullquote--many-formats strong {
  font-family: "National Park", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
}
.pullquote--constrained {
  max-width: 1000px;
}

/* ======= CAROUSELS ======= */
.carousel {
  position: relative;
  margin: 0 0 2.5rem;
}
.carousel:hover .carousel__next, .carousel:hover .carousel__prev {
  opacity: 1;
}
.carousel__list {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 18.75rem;
}
.carousel__list--multi-slides .carousel__slide:hover {
  cursor: -webkit-grab;
}
.carousel__slide {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
.carousel__image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.carousel__image {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.carousel__smoke {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: #9b9b9b;
  mix-blend-mode: multiply;
  opacity: 0.35;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.carousel__info {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  color: black;
}
.carousel__info h1 {
  font-family: "National Park", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.875rem;
}
.carousel__info p {
  font-family: "National Park", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 1.25rem;
  margin: 0;
}
.carousel__info a {
  text-decoration: none;
  border-bottom: 1px solid;
  border-bottom-color: black;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.carousel__intro--mobile {
  display: block;
}
.carousel__intro--desktop {
  display: none;
}
.carousel__navigation {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
}
.carousel__next, .carousel__prev {
  position: absolute;
  bottom: 1.5rem;
  left: 0;
  width: 100px;
  height: 60px;
  z-index: 8;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  outline: none;
  opacity: 0;
  cursor: pointer;
}
.carousel__next.swiper-button-disabled, .carousel__prev.swiper-button-disabled {
  display: none;
}
.carousel__next::after, .carousel__prev::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -10px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.carousel__next:hover::after, .carousel__prev:hover::after {
  opacity: 0.5;
}
.carousel__next {
  left: auto;
  right: 0;
}
.carousel__next::after {
  background: transparent;
  width: 16px;
  height: 16px;
  padding: 0;
  border-top: 3px solid white;
  border-left: 3px solid white;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  left: auto;
  right: 50%;
  margin-right: -0.375rem;
}
.carousel__prev::after {
  background: transparent;
  width: 16px;
  height: 16px;
  padding: 0;
  border-top: 3px solid white;
  border-left: 3px solid white;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-left: -0.375rem;
}
.carousel__arrow-down {
  position: absolute;
  left: 50%;
  bottom: 2.5rem;
  z-index: 10;
  margin-left: -0.6875rem;
  cursor: pointer;
}
.carousel--single-entry {
  margin: 0;
}
.carousel--single-entry .carousel__list {
  height: auto;
}
.carousel--single-entry .carousel__text-link {
  font-family: "National Park", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 1.25rem;
  text-decoration: none;
  border-bottom: 1px solid;
  border-bottom-color: inherit;
  position: absolute;
  bottom: 0;
  right: 1.25rem;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.carousel--single-entry .carousel__text-link.hide {
  opacity: 0;
  -webkit-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease;
}
.carousel--single-entry .carousel__next, .carousel--single-entry .carousel__prev {
  top: 0;
  bottom: auto;
  height: calc(100% - 40px);
}
.carousel--single-entry .carousel__next::after, .carousel--single-entry .carousel__prev::after {
  top: 50%;
  left: 50%;
  margin-top: -10px;
}
.carousel--single-entry .carousel__next::after {
  left: auto;
  right: 50%;
}
.carousel--single-entry .carousel__navigation {
  left: 1.25rem;
  bottom: 0.25rem;
}
.carousel--constrained {
  width: calc(100vw - 2.5rem);
  max-width: 1400px;
  margin: 0 auto;
}
.carousel--header .carousel__list {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: auto;
}
.carousel--header .carousel__info {
  position: relative;
  padding: 1.875rem 0;
}
.carousel--feature {
  margin: -5.9375rem 0 0;
}
.carousel--feature .carousel__list {
  height: 90vh;
  padding: 0;
}
.carousel--feature .carousel__info {
  padding: 2.5rem 1.25rem;
  color: white;
}
.carousel--feature .carousel__info h1,
.carousel--feature .carousel__info p {
  font-family: "National Park", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.875rem;
  max-width: 68.75rem;
  margin: 0;
}
.carousel--feature .carousel__info a {
  text-decoration: none;
  border-bottom: 2px solid;
  border-bottom-color: white;
  line-height: 2.25rem;
}
.carousel--feature .carousel__info--dark-text {
  color: black;
}
.carousel--feature .carousel__navigation {
  left: 1.25rem;
  bottom: 2.5rem;
}

.carousel-navigation {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.carousel-navigation__item,
.carousel-navigation .swiper-pagination-bullet {
  width: 0.6875rem;
  height: 0.6875rem;
  border: 2px solid black;
  border-radius: 50%;
  margin-right: 0.5rem;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.carousel-navigation__item-active, .carousel-navigation__item--active,
.carousel-navigation .swiper-pagination-bullet-active,
.carousel-navigation .swiper-pagination-bullet--active {
  background: black;
}
.carousel-navigation--white .carousel-navigation__item,
.carousel-navigation--white .swiper-pagination-bullet {
  border-color: white;
}
.carousel-navigation--white .carousel-navigation__item-active, .carousel-navigation--white .carousel-navigation__item--active,
.carousel-navigation--white .swiper-pagination-bullet-active,
.carousel-navigation--white .swiper-pagination-bullet--active {
  background: white;
}

/* ======= FULL WIDTH FEATURE ======= */
.full-width-feature {
  position: relative;
}
.full-width-feature__image-wrapper {
  position: relative;
  padding-bottom: 150%;
  overflow: hidden;
}
.full-width-feature__image {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.full-width-feature__bg-video {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 100vw;
  height: 56.25vw;
  min-height: 100vh;
  min-width: 177.77vh;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: none;
}
.full-width-feature__smoke {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: white;
  opacity: 0.7;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  mix-blend-mode: normal !important;
}
.full-width-feature__info {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  padding: 2.5rem 1.25rem;
  color: black;
}
.full-width-feature__title {
  font-family: "National Park", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 2.25rem;
  line-height: 2.5rem;
  max-width: 68.75rem;
  margin: 0 0 1.25rem;
}
.full-width-feature__summary {
  font-family: "National Park", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.375rem;
}
.full-width-feature__text-link {
  font-family: "National Park", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.375rem;
  text-decoration: none;
  border-bottom: 1px solid;
  border-bottom-color: inherit;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

/* ======= IMAGE BLOCK ======= */
.image-block-container {
  display: grid;
  grid-template-columns: 1fr;
}
.image-block-container__item {
  position: relative;
  width: 100%;
}
.image-block-container--constrained {
  width: calc(100vw - 2.5rem);
  max-width: 1400px;
  margin: 0 auto;
}
.image-block-container--gutters {
  -webkit-column-gap: 1.25rem;
     -moz-column-gap: 1.25rem;
          column-gap: 1.25rem;
  row-gap: 1.25rem;
}

.image-block {
  aspect-ratio: 16/9;
}
.image-block__image {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.image-block__overlay {
  font-family: "National Park", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.375rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: white;
  text-align: center;
}
.image-block__overlay a {
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  text-decoration: none;
}
.image-block__overlay .icon--play {
  margin: 0 0 0 0.5rem;
}
.image-block__overlay .icon--visualisation {
  margin: 0;
}
.image-block__overlay-text {
  font-family: "National Park", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid;
  border-bottom-color: white;
  display: inline;
}
.image-block__overlay-text--black {
  text-decoration: none;
  border-bottom: 1px solid;
  border-bottom-color: black;
  color: black;
}
.image-block__video-embed {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: #d8d8d8;
}
.image-block__3d-render-embed, .image-block__iframe-embed {
  display: none;
}
.image-block .media-trigger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: black;
}
.image-block .media-trigger--black {
  background: white;
}
.image-block .media-trigger--image-link {
  width: 100%;
  height: 100%;
  border-radius: 0;
  opacity: 0;
}
.image-block .media-trigger .icon--vr {
  margin: 1px 0 0 2px;
}
.image-block .media-trigger .icon--visualisation {
  margin: 2px 0 0;
}
.image-block--superWide {
  aspect-ratio: 19/8;
}
.image-block--square {
  aspect-ratio: 1/1;
}
.image-block--portrait {
  aspect-ratio: 6/7;
}

/* ======= SINGLE ENTRY ======= */
.single-entry {
  padding: 1.875rem 0 2.5rem;
}
.single-entry__header-title {
  font-family: "National Park", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.375rem;
  position: absolute;
  top: 1.125rem;
  left: 1.25rem;
  width: 73%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.single-entry__cover-image {
  position: relative;
  aspect-ratio: 1/1;
}
.single-entry__cover-image--video, .single-entry__cover-image--news {
  aspect-ratio: 16/9;
}
.single-entry__cover-image--constrained {
  max-width: 1400px;
  margin: 0 auto;
}
.single-entry__image {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-entry__primary-video {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.single-entry__intro {
  max-width: 1400px;
  margin: 0 auto;
  padding: 1.25rem;
}
.single-entry__title {
  font-family: "National Park", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 1.25rem 0 2.5rem;
}
.single-entry__title > span {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 85%;
}
.single-entry__title--news {
  margin: 1.25rem 0 0.375rem;
}
.single-entry__date {
  font-family: "National Park", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.375rem;
  margin: 0 0 2.5rem;
  color: #4a4a4a;
}
.single-entry__secondary-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 0.625rem 0;
}
.single-entry__downloadable {
  max-width: 100%;
  margin: 1.25rem 0;
}
.single-entry__downloadable-link {
  font-family: "National Park", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.single-entry__downloadable-link-title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.single-entry__downloadable-link-title span {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.single-entry__downloadable-link .icon {
  margin-right: 0.625rem;
  white-space: nowrap;
}
.single-entry__downloadable-link:hover {
  opacity: 0.5;
}
.single-entry__downloadable-link:before {
  display: none !important;
}
.single-entry__sharing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.single-entry__sharing li {
  margin: 0 0 0 0.625rem;
}
.single-entry__sharing a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 36px;
  height: 36px;
  background: #4a4a4a;
  border-radius: 50%;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.single-entry__sharing a:hover {
  opacity: 0.5;
}
.single-entry__sharing svg {
  width: 1.25rem;
  height: auto;
  fill: white;
}
.single-entry__sharing--bottom li {
  margin: 0 0.625rem 0 0;
}
.single-entry__sharing .icon--twitter--white {
  margin: 1px 0 0 1px;
}
.single-entry__description {
  margin: 0 0 1.875rem;
}
.single-entry__description h3 {
  font-family: "National Park", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.single-entry__description h4 {
  font-family: "National Park", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.875rem;
}
.single-entry__description p {
  font-family: "National Park", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.375rem;
  margin: 0 0 1.375rem;
}
.single-entry__categories {
  font-family: "National Park", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.375rem;
  margin: 0 0 1.375rem;
}
.single-entry__people {
  padding: 1.875rem 0 0;
}

.container .single-entry {
  padding-top: 0;
}
.container .single-entry__header-title {
  display: none;
}

/* ======= STATISTICS ======= */
.statistics {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 1.25rem;
     -moz-column-gap: 1.25rem;
          column-gap: 1.25rem;
  row-gap: 2.5rem;
  max-width: 1400px;
  margin: 0 auto;
  padding: 5rem 1.25rem;
}

.statistic {
  font-family: "National Park", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.375rem;
}
.statistic__title {
  margin: 0;
}
.statistic__value {
  margin: 0;
  opacity: 0.5;
}

/* ======= AUTHOR ======= */
.author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: 0 auto;
  padding: 1.25rem;
  background: #ececec;
}
.author__image-wrapper {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 20px) / 2);
          flex: 0 0 calc((100% - 20px) / 2);
  aspect-ratio: 13/20;
}
.author__image {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.author__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1.25rem 0 0;
  color: black;
}
.author__info h4,
.author__info h3,
.author__info p {
  font-family: "National Park", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.375rem;
  margin: 0 0 1.25rem;
}
.author__info h4:last-child,
.author__info h3:last-child,
.author__info p:last-child {
  margin-bottom: 0;
}
.author__video-link {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: none;
  cursor: pointer;
  position: absolute;
  left: 0;
  bottom: 1.875rem;
  z-index: 2;
}
.author--constrained {
  max-width: 1400px;
}

/* ======= VIDEO LINK ======= */
.video-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  text-decoration: none;
}
.video-link:link, .video-link:visited {
  color: white;
}
.video-link__icon {
  display: none;
  width: 1.4375rem;
  margin-right: 0.625rem;
}
.video-link__text {
  font-family: "National Park", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 1.25rem;
  text-decoration: none;
  border-bottom: 1px solid;
  border-bottom-color: white;
}

/* ======= PAGE SUB NAV ======= */
.page-sub-nav {
  position: sticky;
  top: 4.75rem;
  z-index: 20;
  margin-top: -2.75rem;
  background: white;
  border-bottom: 1px solid #ececec;
}
.page-sub-nav__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
  overflow-x: auto;
  padding: 0.625rem 1.25rem;
  margin: 0;
  scrollbar-width: none;
}
.page-sub-nav__list::-webkit-scrollbar {
  display: none;
}
.page-sub-nav__list a {
  font-family: "National Park", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.375rem;
  display: block;
  text-decoration: none;
  color: black;
  border-bottom: 2px solid transparent;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.page-sub-nav__list a:hover {
  border-bottom-color: black;
}
.page-sub-nav__list a.active {
  font-family: "National Park", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  border-bottom-color: black;
}

/* ======= LOCATIONS ======= */
.location {
  background: #ececec;
  padding: 3.75rem 0;
}
.location__inner {
  padding: 0 1.25rem;
  margin: 0 auto;
}
.location__info {
  font-family: "National Park", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.375rem;
  color: black;
  width: 100%;
}
.location__title {
  font-family: "National Park", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.875rem;
  margin: 0 0 1.875rem;
}
.location__summary {
  margin: 0 0 2.5rem;
}
.location__summary p, .location__directions p, .location__address, .location__tel, .location__email {
  margin: 0 0 1.25rem;
}
.location__directions-trigger {
  font-family: "National Park", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: none;
  margin: 0 0 1.25rem 0;
  padding: 0;
  cursor: pointer;
}
.location__directions-trigger > span {
  display: none;
}
.location__directions-trigger > span.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.375rem;
     -moz-column-gap: 0.375rem;
          column-gap: 0.375rem;
}
.location__directions-trigger span span {
  text-decoration: underline;
}
.location__directions {
  visibility: hidden;
  overflow: hidden;
  height: 0;
  -webkit-transition: height 0.3s ease-in-out, visibility 0.3s ease-in-out;
  transition: height 0.3s ease-in-out, visibility 0.3s ease-in-out;
  transition-behavior: allow-discrete;
  interpolate-size: allow-keywords;
}
.location__directions.is-visible {
  visibility: visible;
  height: auto;
}
@starting-style {
  .location__directions.is-visible {
    height: 0;
  }
}
.location__address button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  font: inherit;
  text-decoration: underline;
}
.location__gallery {
  width: 100%;
}
.location__gallery-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.location__gallery-item {
  display: none;
  width: 100%;
  aspect-ratio: 16/9;
}
.location__gallery-item.active {
  display: block;
}
.location__gallery-item img {
  display: block;
  width: 100%;
  height: auto;
}
.location__gallery-thumbs-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 0.75rem;
     -moz-column-gap: 0.75rem;
          column-gap: 0.75rem;
  row-gap: 0.75rem;
  margin: 0.75rem 0 0;
}
.location__gallery-thumbs-item {
  width: 6.25rem;
  height: auto;
  aspect-ratio: 16/9;
}
.location__gallery-thumbs-button {
  display: block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  background: transparent;
  border: none;
  margin: 0;
  padding: 0;
  cursor: pointer;
  width: 100%;
  height: auto;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.location__gallery-thumbs-button:hover {
  opacity: 0.5;
}
.location__gallery-thumbs-button.active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 0.375rem;
  background: black;
}
.location__map {
  width: 100%;
  aspect-ratio: 16/9;
  background: #d8d8d8;
}
.location:nth-child(even) {
  background: white;
}

/* ======= ROLES ======= */
.team-filters {
  padding: 1.25rem;
  background: #f4f4f4;
}
.team-filters button:not(.team-filters__toggle) {
  font-family: "National Park", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 1.25rem;
  display: block;
  margin: 0 0 0.5rem;
  text-decoration: none;
  opacity: 0;
}
.team-filters button:not(.team-filters__toggle):hover span:after {
  width: 100%;
}
.team-filters button:not(.team-filters__toggle).active {
  color: #808278;
}
.team-filters button:not(.team-filters__toggle).active:hover span:after {
  width: 0;
}
.team-filters button:not(.team-filters__toggle) span {
  position: relative;
  display: inline-block;
  pointer-events: none;
}
.team-filters button:not(.team-filters__toggle) span:after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  display: block;
  width: 0;
  height: 1px;
  background: black;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.team-filters__list {
  display: none;
  max-width: 774px;
  margin: 0.625rem 0 0;
}
.team-filters__list.visible {
  display: block;
  -webkit-columns: 135px;
     -moz-columns: 135px;
          columns: 135px;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
.team-filters__list.visible button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  text-align: left;
  -webkit-animation: reveal-fade-in 0.2s ease-in 0.1s forwards;
          animation: reveal-fade-in 0.2s ease-in 0.1s forwards;
}
.team-filters__toggle {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: none;
  cursor: pointer;
  font-family: "National Park", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 1.25rem;
  padding: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  text-decoration: underline;
}
.team-filters__toggle:hover {
  opacity: 0.5;
}
.team-filters__toggle:after {
  background: transparent;
  width: 5px;
  height: 5px;
  padding: 0;
  border-top: 1px solid black;
  border-left: 1px solid black;
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  content: "";
  display: inline-block;
  margin-left: 0.625rem;
}
.team-filters__toggle.open:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-top: 5px;
}

.roles {
  padding: 1.875rem 0;
}

.role {
  margin: 0 0 3.75rem;
}
.role:last-child {
  margin: 0;
}
.role__inner {
  padding: 0 1.25rem;
  margin: 0 auto;
}
.role__title {
  margin: 0 0 1.875rem;
}
.role__card-list {
  padding: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.role__card-list.fade-back {
  opacity: 0;
}
.role .card__text-link-copy--name {
  display: none;
}
.role--small-thumbs .card-list__item {
  margin: 0 0 0.625rem;
}
.role--small-thumbs .card__image-wrapper, .role--small-thumbs .card__smoke, .role--small-thumbs .card__title, .role--small-thumbs .card__sub-title {
  display: none;
}
.role--small-thumbs .card__image-wrapper {
  aspect-ratio: 4/3;
}
.role--small-thumbs .card__info {
  position: static;
  opacity: 1;
  -webkit-transform: none;
          transform: none;
  padding: 0;
  color: black;
}
.role--small-thumbs .card__text-link {
  color: inherit;
  border-color: black;
}
.role--small-thumbs .card__text-link-copy {
  display: none;
}
.role--small-thumbs .card__text-link-copy--name {
  display: inline;
}

/* ======= NEWS ======= */
.news {
  padding: 1.875rem 1.25rem;
  background: #f4f4f4;
}
.news .card-list__list {
  padding: 0;
}
.news .card-list__item {
  margin-bottom: 3.75rem;
}
.news .card-list__item:last-child {
  margin-bottom: 0;
}

/* ======= FILTERS ======= */
.filters {
  margin: 0 0 1.875rem;
  padding: 0 1.25rem;
}
.filters.open .filters__list {
  display: block;
}
.filters__list {
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: "National Park", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.375rem;
  display: none;
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 1.25rem;
     -moz-column-gap: 1.25rem;
          column-gap: 1.25rem;
  margin: 1.125rem 0 1.875rem;
  padding: 1.25rem;
  background: #f4f4f4;
}
.filters__list li {
  margin: 0 0 0.75rem 0;
}
.filters__list li .active {
  position: relative;
  padding-right: 1.125rem;
}
.filters__list li .active:before, .filters__list li .active:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  height: 2px;
  width: 14px;
  background: red;
}
.filters__list li .active:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.filters__list li .active:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.filters__list li .active::before, .filters__list li .active::after {
  left: auto;
  right: 0;
}
.filters__list li .active span {
  border-bottom-color: inherit;
}
.filters__list li span {
  text-decoration: none;
  border-bottom: 1px solid;
  border-bottom-color: inherit;
  border-bottom-color: transparent;
}
.filters__list li a:link,
.filters__list li a:visited {
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.filters__list li a:hover {
  opacity: 0.5;
}
.filters__toggle {
  display: inline-block;
  background: #d8d8d8;
  border-radius: 4px;
  text-decoration: none;
  padding: 0.5rem 1.125rem 0.375rem;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.filters__toggle:hover {
  background: #edc331;
}

.filter-category {
  padding: 0 1.25rem;
}

/* ======= PERSON ======= */
.person {
  max-width: 460px;
  margin-left: auto;
  margin-right: auto;
  padding: 1.875rem 1.25rem 2.5rem;
}
.person__image {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 0 1.25rem;
}
.person__title {
  font-family: "National Park", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.875rem;
  position: relative;
  margin: 0 0 0.625rem;
  padding: 0 0 0.625rem;
}
.person__title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 1.25rem;
  height: 2px;
  background: black;
}
.person__bio p, .person__address, .person__tel, .person__email, .person__specialities, .person__projects, .person__roles {
  font-family: "National Park", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.375rem;
  margin: 0 0 2.5rem;
}
.person__address button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  font: inherit;
  text-decoration: underline;
}
.person__bio p {
  margin: 0 0 1.25rem;
}
.person__bio p:last-child {
  margin: 0 0 2.5rem;
}
.person__specialities {
  text-transform: capitalize;
}

/* ======= LEGAL ======= */
.legal {
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding: 1.875rem 1.25rem 2.5rem;
}
.legal__title {
  font-family: "National Park", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 2.25rem;
  line-height: 2.5rem;
  margin: 0 0 1.875rem;
}
.legal__copy h2 {
  font-family: "National Park", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.legal__copy h3 {
  font-family: "National Park", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.875rem;
}
.legal__copy p {
  font-family: "National Park", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.375rem;
}
.legal__copy h2,
.legal__copy h3,
.legal__copy p {
  margin: 0 0 2.5rem;
}
.legal__copy table {
  margin: 0 0 2.5rem;
  border-collapse: collapse;
}
.legal__copy td,
.legal__copy th {
  border: 1px solid black;
  padding: 0.3125rem;
}
.legal__copy ul,
.legal__copy ol {
  margin: 0 0 2.5rem;
}
.legal__copy li {
  font-family: "National Park", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.375rem;
}

/* ======= PAGE HEADER ======= */
.page-header {
  margin: 0 auto;
  padding: 0 1.25rem;
}
.page-header__title {
  font-family: "National Park", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.875rem;
}

/* ======= PAGE SECTIONS ======= */
.page-section__inner {
  margin: 0 auto;
}
.page-section__inner--full-width {
  max-width: none;
  padding: 0;
}
.page-section .card-list__list {
  padding: 0;
}
.page-section .card-list__item {
  margin: 0 0 1.25rem;
}
.page-section .card-list__item:last-child {
  margin-bottom: 0;
}
.page-section .card-list__item.card--info-beneath {
  margin-bottom: 2.625rem;
}
.page-section .card-list__item.card--info-beneath:last-child {
  margin-bottom: 0;
}
.page-section--news h2 {
  font-family: "National Park", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.875rem;
  margin: 0 0 1.5rem;
}
.page-section--news h2 a:link,
.page-section--news h2 a:visited {
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.page-section--news h2 a:hover {
  opacity: 0.5;
}
.page-section--imageRow .page-section__inner, .page-section--threeWayLockup .page-section__inner {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.page-section--fullWidthFeature .page-section__inner {
  max-width: none;
  padding: 0;
}
.page-section--imageRow + .page-section--imageRow .page-section__inner {
  padding-top: 0;
}
.page-section--imageRow + .page-section--imageRow .card-list__list {
  padding-top: 0;
}
.page-section--image .page-section__inner, .page-section--video .page-section__inner, .page-section--text .page-section__inner, .page-section--carousel .page-section__inner {
  max-width: none;
}
.page-section--statistics {
  background: #f4f4f4;
}
.page-section--imageRow + .page-section--threeWayLockup .page-section__inner, .page-section--threeWayLockup + .page-section--threeWayLockup .page-section__inner, .page-section--threeWayLockup + .page-section--imageRow .page-section__inner {
  padding-top: 0;
}
.page-section--top-spacing-small {
  padding-top: 1.25rem;
}
.page-section--top-spacing-medium {
  padding-top: 1.875rem;
}
.page-section--top-spacing-large {
  padding-top: 2.5rem;
}
.page-section--top-spacing-xlarge {
  padding-top: 3.125rem;
}
.page-section--bottom-spacing-small {
  padding-bottom: 1.25rem;
}
.page-section--bottom-spacing-medium {
  padding-bottom: 1.875rem;
}
.page-section--bottom-spacing-large {
  padding-bottom: 2.5rem;
}
.page-section--bottom-spacing-xlarge {
  padding-bottom: 3.125rem;
}

/* ======= ASSOCIATIONS ======= */
.associations {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.associations svg,
.associations img {
  display: inline-block;
  height: 100%;
  width: 100%;
}
.associations__item {
  width: 100px;
  margin: 0.625rem 1.875rem 0.625rem 0;
}
.associations__item:last-child {
  margin: 0;
}
.associations__item.size-050 {
  width: 50px;
}
.associations__item.size-075 {
  width: 75px;
}
.associations__item.size-125 {
  width: 125px;
}
.associations__item.size-150 {
  width: 150px;
}

/* ======= LEGAL ======= */
.legal-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.legal-list__link {
  margin-right: 1.25rem;
}
.legal-list a:link, .legal-list a:visited {
  color: #4a4a4a;
  text-decoration: none;
}

/* ======= TWEETS ======= */
.tweets {
  padding: 2.5rem 0 0;
}
.tweets__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.tweets__item {
  font-family: "National Park", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.375rem;
  width: 100%;
  margin: 0 0 4.375rem;
}
.tweets__item p {
  margin: 1.25rem 0 0;
}
.tweets__item a {
  text-decoration: none;
  border-bottom: 1px solid;
  border-bottom-color: inherit;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

/* ======= FOOTER ======= */
.footer {
  font-family: "National Park", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 1.25rem;
  padding: 1.25rem 0;
}
.footer__inner {
  margin: 0 auto;
  padding: 0 1.25rem;
}
.footer__associations {
  padding: 1.875rem 0 2.5rem;
}
.footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer__legal-list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 1.25rem 1.25rem 0;
}
.footer__legal-list li:last-child {
  margin-right: 0;
}
.footer__social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer__social-links li {
  margin: 0 0 1.25rem 0.9375rem;
}
.footer__social-links li:first-child {
  margin-left: 0;
}
.footer__social-links a {
  display: block;
  opacity: 0.6;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.footer__social-links a:hover {
  opacity: 0.4;
}
.footer__social-links svg {
  width: auto;
  height: 1.1875rem;
}

/* ======= LOADING ICON ======= */
@-webkit-keyframes plus-spin {
  0%, 10% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  90%, 100% {
    -webkit-transform: rotate(720deg);
            transform: rotate(720deg);
  }
}
@keyframes plus-spin {
  0%, 10% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  90%, 100% {
    -webkit-transform: rotate(720deg);
            transform: rotate(720deg);
  }
}
.ajax-loader-container {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1100;
  width: 100%;
  height: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out, height 0s 0.3s;
  transition: opacity 0.3s ease-in-out, height 0s 0.3s;
}
.ajax-loader-container.reveal {
  opacity: 1;
  height: 100%;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.loading-indicator {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.loading-indicator__icon {
  position: relative;
  width: 40px;
  height: 40px;
  -webkit-animation: plus-spin 3s ease-in-out infinite alternate;
          animation: plus-spin 3s ease-in-out infinite alternate;
}
.loading-indicator__icon:before, .loading-indicator__icon:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 40px;
  height: 4px;
  margin-top: -2px;
  border-radius: 2px;
  background: black;
}
.loading-indicator__icon:after {
  -webkit-transform-origin: 0 2px;
          transform-origin: 0 2px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  top: 0;
  left: 50%;
}

/* ======= PAGINATION ======= */
.pagination {
  margin: 2.5rem 0 0;
}
.pagination__links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pagination li {
  font-family: "National Park", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.375rem;
  line-height: 1.25rem;
  margin: 0 0.625rem 0.3125rem 0;
  text-align: center;
}
.pagination li.pagination__active {
  padding: 0.25rem 0.625rem 0.3125rem;
  background: black;
  color: white;
}
.pagination li.pagination__dots {
  letter-spacing: 0.06em;
}
.pagination a {
  display: block;
  padding: 0 0.25rem;
  color: black;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.pagination span {
  display: inline-block;
  border-bottom: 1px solid black;
}

/* ================== APP PAGES ================== */
.app-page__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  z-index: 1000;
  overflow: auto;
  background-color: #f7f7f7;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out, height 0s 0.3s;
  transition: opacity 0.3s ease-in-out, height 0s 0.3s;
  -webkit-overflow-scrolling: touch;
}
.app-page__overlay.reveal {
  height: 100%;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.app-page__contents {
  -webkit-transform: translate3d(0, 50px, 0);
          transform: translate3d(0, 50px, 0);
  padding-bottom: 2.75rem;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  -webkit-overflow-scrolling: touch;
}
.app-page__contents.reveal {
  -webkit-transition: opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 1;
}
.app-page__ajax-container {
  padding: 3.875rem 0 0;
  -webkit-overflow-scrolling: touch;
}
.app-page__close {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: none;
  cursor: pointer;
  position: absolute;
  top: 30px;
  right: 20px;
  z-index: 1;
  display: inline-block;
}
.app-page__to-top {
  display: none;
}
.app-page__to-top.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* ================== SEARCH ================== */
.search {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  z-index: 500;
  overflow: auto;
  background-color: #ececec;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out, height 0s 0.5s;
  transition: opacity 0.5s ease-in-out, height 0s 0.5s;
}
.search.reveal {
  height: 100%;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.search__contents {
  -webkit-transform: translate3d(0, 30px, 0);
          transform: translate3d(0, 30px, 0);
  opacity: 0;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  margin: 7.5rem 0 3.125rem;
  padding: 0 1.25rem;
  -webkit-overflow-scrolling: touch;
}
.search__contents.reveal {
  -webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 1;
}
.search__contents.searching .icon--search {
  display: none;
}
.search__contents.searching .icon--loading {
  display: block;
}
.search__close {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: none;
  cursor: pointer;
  position: absolute;
  top: 32px;
  right: 20px;
  z-index: 1;
  display: inline-block;
}
.search__form {
  max-width: 330px;
}
.search__field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin: 0 0 1.25rem;
  border-bottom: 2px solid black;
}
.search__input {
  font-family: "National Park", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 2.25rem;
  line-height: 2.5rem;
  -webkit-appearance: none;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 80%;
  padding: 0;
  border: none;
  border-radius: 0;
  background: transparent;
  color: black;
}
.search__input:focus {
  outline: none;
}
.search__input::-webkit-input-placeholder {
  color: black;
}
.search__input:-ms-input-placeholder {
  color: black;
}
.search__input::-moz-placeholder {
  color: black;
}
.search__input::-ms-input-placeholder {
  color: black;
}
.search__input::placeholder {
  color: black;
}
.search__submit {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: none;
  cursor: pointer;
  width: 1.9375rem;
  height: 1.9375rem;
  margin: 0;
  padding: 0;
  text-align: right;
}
.search__submit .icon {
  display: inline-block;
}
.search__submit .icon--loading {
  display: none;
  -webkit-animation: rotation 1.75s infinite linear;
          animation: rotation 1.75s infinite linear;
}
.search__info {
  font-family: "National Park", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.375rem;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  opacity: 0;
  color: black;
}
.search__info.reveal {
  opacity: 1;
}
.search__results {
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  max-width: 500px;
  opacity: 0;
  color: black;
}
.search__results.reveal {
  opacity: 1;
}
.search__result {
  margin: 0 0 1.875rem;
}
.search__result h3 {
  font-family: "National Park", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.875rem;
  margin: 0;
}
.search__result p {
  font-family: "National Park", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.375rem;
  margin: 0;
}
.search__result p.search__result-section {
  font-family: "National Park", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 1.25rem;
  opacity: 0.6;
}
.search__result a {
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.search__result a:hover {
  opacity: 0.4;
}

/* ================== VIDEOS CONTAINER ================== */
.global__videos-container, .global__3d-renders-container, .global__360-vr-container, .global__document-renders-container {
  -webkit-transition: opacity 0.3s ease, height 0 0.3s;
  transition: opacity 0.3s ease, height 0 0.3s;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  opacity: 0;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.95);
  cursor: pointer;
  overflow: hidden;
}
.global__videos-container.all-videos-ready, .global__3d-renders-container.all-videos-ready, .global__360-vr-container.all-videos-ready, .global__document-renders-container.all-videos-ready {
  height: 0;
}
.global__videos-container.visible, .global__3d-renders-container.visible, .global__360-vr-container.visible, .global__document-renders-container.visible {
  opacity: 1;
  height: 100%;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.global__videos-container:before, .global__videos-container:after, .global__3d-renders-container:before, .global__3d-renders-container:after, .global__360-vr-container:before, .global__360-vr-container:after, .global__document-renders-container:before, .global__document-renders-container:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  content: "";
  display: block;
  position: absolute;
  top: 1.875rem;
  right: 1.25rem;
  height: 2px;
  width: 30px;
  background: black;
  border-radius: 2px;
}
.global__videos-container:after, .global__3d-renders-container:after, .global__360-vr-container:after, .global__document-renders-container:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.global__videos-container iframe, .global__3d-renders-container iframe, .global__360-vr-container iframe, .global__document-renders-container iframe {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1000;
  width: 80%;
  max-width: 1280px;
  max-height: 80%;
}
.global__videos-container iframe {
  height: 100%;
}
.global__360-vr-container iframe {
  height: 80%;
}
.global__360-vr-container iframe.vrview-fake-fullscreen {
  max-width: none;
  max-height: none;
  -webkit-transform: none;
          transform: none;
}
.global__document-render-wrapper {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1000;
  width: 80%;
  max-width: 1280px;
  max-height: 80%;
  height: 0;
  padding-bottom: 56.25%;
}
.global__document-render-wrapper iframe {
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
}
.global__loading-indicator {
  position: fixed;
  height: 40px;
}

.admin-bar {
  font-family: "National Park", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.375rem;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 50;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.admin-bar__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-column-gap: 1.25rem;
     -moz-column-gap: 1.25rem;
          column-gap: 1.25rem;
  margin: 0 auto;
  padding: 0.75rem 1.25rem;
  background-color: #222;
  color: white;
}
.admin-bar__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 1.25rem;
     -moz-column-gap: 1.25rem;
          column-gap: 1.25rem;
  width: 100%;
}
.admin-bar__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 1.25rem;
     -moz-column-gap: 1.25rem;
          column-gap: 1.25rem;
  row-gap: 0.25rem;
}
.admin-bar__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
}
.admin-bar a {
  padding: 0.125rem 0.75rem;
  border-radius: 0.5rem;
  background-color: #fff;
  color: #222;
  text-decoration: none;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.admin-bar a:hover {
  background-color: #eee;
  color: #000;
}
.admin-bar button {
  font-family: "National Park", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.375rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  min-height: 3.125rem;
  border: none;
  border-left: 1px solid #444;
  padding: 0.75rem 1.25rem;
  background-color: #222;
  color: white;
  cursor: pointer;
}

/* ================================= */
/* LOADING TRANSITIONS               */
/* ================================= */
.watch {
  opacity: 0;
  -webkit-transform: translate3d(0, 60px, 0);
          transform: translate3d(0, 60px, 0);
}

.in-view {
  -webkit-transition: opacity 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
  transition: opacity 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, opacity 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, opacity 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

[x-cloak] {
  display: none !important;
}

/* ================================= */
/* FALLBACKS                         */
/* ================================= */
/* ================== FALLBACKS ================== */
.browserupgrade {
  margin: 0;
  padding: 1.875rem 1.25rem;
  background: #edc331;
  color: black;
  text-align: center;
}

.page--home .browserupgrade {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
}

/* ================================= */
/* NO JS                             */
/* ================================= */
.no-js .wrapper {
  opacity: 1;
  width: 66.666%;
}
.no-js .header {
  display: block;
}
.no-js .header__back, .no-js .header__burger {
  display: none;
}
.no-js .nav {
  width: 33.333%;
  left: auto;
  right: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  background: black;
}
.no-js .nav__link:link, .no-js .nav__link:visited {
  color: white;
}
.no-js .nav__close {
  display: none;
}
.no-js .watch {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}
.no-js .global__loading-indicator {
  display: none;
}
.no-js .card__info, .no-js .card__text-link {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}

/* ================================= */
/* TOUCH                          */
/* ================================= */
.touchevents .card.hovered .card__smoke {
  opacity: 0.9;
}
.touchevents .card.hovered .card__view {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.touchevents .card.hovered .card__sub-title {
  height: auto;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.touchevents .card.hovered .card__image-wrapper::before {
  opacity: 0.2;
}
.touchevents .card--alt.hovered .card__info {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* ================================= */
/* NO TOUCH                          */
/* ================================= */
.mouseevents .btn:hover {
  background: #1a779d;
}
.mouseevents .header__burger:hover {
  opacity: 0.5;
}
.mouseevents .nav__link:hover {
  opacity: 0.5;
}
.mouseevents .nav__link:hover:after {
  width: 100%;
}
.mouseevents .sub-nav__link:hover {
  opacity: 0.7;
}
.mouseevents .card__block-link:hover .card__info {
  opacity: 0.5;
}
.mouseevents .card:hover .card__smoke {
  opacity: 0.9;
}
.mouseevents .card:hover .card__view {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.mouseevents .card:hover .card__sub-title {
  height: auto;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.mouseevents .card:hover .card__image-wrapper::before {
  opacity: 0.2;
}
.mouseevents .card--alt:hover .card__info {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.mouseevents .card--info-beneath:hover .card__info {
  opacity: 0.5;
}
.mouseevents .lockup__item:hover .lockup__smoke {
  opacity: 1;
}
.mouseevents .pullquote a:hover {
  opacity: 0.5;
}
.mouseevents .carousel__info a:hover {
  opacity: 0.5;
}
.mouseevents .carousel-navigation__item:hover,
.mouseevents .carousel-navigation .swiper-pagination-bullet:hover {
  opacity: 0.5;
}
.mouseevents .full-width-feature__text-link:hover {
  opacity: 0.5;
}
.mouseevents .image-block__overlay a:hover {
  opacity: 0.5;
}
.mouseevents .image-block__overlay a.media-trigger--image-link:hover {
  opacity: 0.2;
}
.mouseevents .tweets__item a:hover {
  opacity: 0.5;
}
.mouseevents .pagination a:hover {
  opacity: 0.5;
}

/* ================================= */
/* NO MIX BLEND MODES                */
/* ================================= */
.no-mix-blend-mode .card__image-wrapper::before {
  opacity: 0.35;
}
.no-mix-blend-mode .card:hover .card__smoke {
  opacity: 0.8;
}
.no-mix-blend-mode .carousel__smoke {
  background: black;
  opacity: 0.2;
}

/* ================================= */
/* MEDIA QUERIES                     */
/* ================================= */
@media screen and (min-width: 500px) {
  .team-filters__list.visible {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-columns: initial;
       -moz-columns: initial;
            columns: initial;
  }
  .team-filters__sub-list {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
  .team-filters__show-all {
    width: calc((100% - 20px) / 4);
    margin-right: 10px;
  }
  .single-entry__downloadable {
    max-width: calc(100% - 150px);
  }
}
@media screen and (min-width: 700px) {
  .nav__list li {
    text-align: center;
  }
  .nav__link {
    font-family: "National Park", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  .nav__link:after {
    bottom: 0;
  }
  .nav__social-links {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .nav__social-links li {
    margin: 0 0.625rem;
  }
  /* ======= TWEETS ======= */
  .tweets__list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .tweets__item {
    width: calc((100% - 20px) / 2);
  }
  /* ======= NEWS ======= */
  .full-width-feature__image-wrapper {
    padding-bottom: 100%;
  }
  /* ======= ROLES ======= */
  .team-filters__sub-list {
    -webkit-columns: 3;
       -moz-columns: 3;
            columns: 3;
  }
  .team-filters__show-all {
    width: calc((100% - 30px) / 4);
  }
  .role .card-list__list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .role .card-list__item {
    width: calc((100% - 20 * 1px) / 2);
    margin: 0 0 1.25rem 0;
  }
  .role .card-list__item.adjust-lr-margins {
    margin-right: 20px;
  }
  .role .card-list__item.last-visible {
    margin-right: auto;
  }
  .role--small-thumbs .card-list__item {
    width: calc((100% - 20 * 2px) / 3);
  }
  .role--small-thumbs .card__image-wrapper, .role--small-thumbs .card__smoke, .role--small-thumbs .card__title {
    display: block;
  }
  .role--small-thumbs .card__info {
    position: absolute;
    opacity: 0;
    padding: 1.25rem;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    color: white;
  }
  .role--small-thumbs .card__text-link {
    border-color: white;
  }
  .role--small-thumbs .card__text-link-copy {
    display: inline;
  }
  .role--small-thumbs .card__text-link-copy--name {
    display: none;
  }
  /* ======= NEWS ======= */
  .news .card-list__item {
    width: calc((100% - 20 * 1px) / 2);
    margin: 0 1.25rem 3.75rem 0;
  }
  .news .card-list__item:nth-child(2n+2) {
    margin-right: 0;
  }
  /* ======= FILTERS ======= */
  .filters__list {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
  }
  /* ======= IMAGE BLOCK ======= */
  .image-block-container--multi-2 {
    grid-template-columns: 1fr 1fr;
  }
  .image-block-container--multi-3 {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .image-block-container .image-block {
    aspect-ratio: 16/9;
  }
  .image-block-container .image-block--superWide {
    aspect-ratio: 19/8;
  }
  .image-block-container .image-block--square {
    aspect-ratio: 1/1;
  }
  .image-block-container .image-block--portrait {
    aspect-ratio: 3/4;
  }
  /* ======== COLUMNS ======= */
  .columns {
    grid-template-columns: repeat(12, 1fr);
    -webkit-column-gap: 2.5rem;
       -moz-column-gap: 2.5rem;
            column-gap: 2.5rem;
  }
  .columns--align-start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .columns--align-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .columns--align-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
  .columns--stretch {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .column--span-1 {
    grid-column: span 1/span 1;
  }
  .column--span-2 {
    grid-column: span 2/span 2;
  }
  .column--span-3 {
    grid-column: span 3/span 3;
  }
  .column--span-4 {
    grid-column: span 4/span 4;
  }
  .column--span-5 {
    grid-column: span 5/span 5;
  }
  .column--span-6 {
    grid-column: span 6/span 6;
  }
  .column--span-7 {
    grid-column: span 7/span 7;
  }
  .column--span-8 {
    grid-column: span 8/span 8;
  }
  .column--span-9 {
    grid-column: span 9/span 9;
  }
  .column--span-10 {
    grid-column: span 10/span 10;
  }
  .column--span-11 {
    grid-column: span 11/span 11;
  }
  .column--span-12 {
    grid-column: span 12;
  }
  .column--start-1 {
    grid-column-start: 1;
  }
  .column--start-2 {
    grid-column-start: 2;
  }
  .column--start-3 {
    grid-column-start: 3;
  }
  .column--start-4 {
    grid-column-start: 4;
  }
  .column--start-5 {
    grid-column-start: 5;
  }
  .column--start-6 {
    grid-column-start: 6;
  }
  .column--start-7 {
    grid-column-start: 7;
  }
  .column--start-8 {
    grid-column-start: 8;
  }
  .column--start-9 {
    grid-column-start: 9;
  }
  .column--start-10 {
    grid-column-start: 10;
  }
  .column--start-11 {
    grid-column-start: 11;
  }
  .column--start-12 {
    grid-column-start: 12;
  }
  /* ======= AUTHOR ======= */
  .author {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 0;
  }
  .author__image-wrapper {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 20px) / 4);
            flex: 0 0 calc((100% - 20px) / 4);
    aspect-ratio: 13/20;
  }
  .author__info {
    padding: 1.25rem;
  }
  .author--alt {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .author--alt .author__info {
    padding: 1.25rem;
  }
  /* ======= VIDEO LINK ======= */
  .video-link__icon {
    display: inline-block;
  }
  .video-link__text {
    font-family: "National Park", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.375rem;
  }
  /* ======= PAGE SECTIONS ======= */
  .page-section--behindTheScenes .page-section__inner {
    padding: 0 1.25rem;
  }
  .page-section--top-spacing-small {
    padding-top: 2.5rem;
  }
  .page-section--top-spacing-medium {
    padding-top: 3.75rem;
  }
  .page-section--top-spacing-large {
    padding-top: 5rem;
  }
  .page-section--top-spacing-xlarge {
    padding-top: 6.25rem;
  }
  .page-section--bottom-spacing-small {
    padding-bottom: 2.5rem;
  }
  .page-section--bottom-spacing-medium {
    padding-bottom: 3.75rem;
  }
  .page-section--bottom-spacing-large {
    padding-bottom: 5rem;
  }
  .page-section--bottom-spacing-xlarge {
    padding-bottom: 6.25rem;
  }
  /* ======= ASSOCIATIONS ======= */
  .associations__item {
    width: 150px;
  }
  .associations__item.size-050 {
    width: 70px;
  }
  .associations__item.size-075 {
    width: 112px;
  }
  .associations__item.size-125 {
    width: 188px;
  }
  .associations__item.size-150 {
    width: 225px;
  }
  /* ================== SEARCH ================== */
  .search__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100vh;
    margin: 0;
  }
  .search__contents.has-results {
    opacity: 0;
  }
  .search__contents.results-loaded {
    opacity: 1;
    display: block;
    margin: 7.5rem 0 3.125rem;
    padding: 0 6.25rem;
    height: auto;
  }
  .admin-bar > div {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 900px) {
  :target {
    scroll-margin-top: 10rem;
  }
  /* ================================= */
  /* ICONS                             */
  /* ================================= */
  .icon--logotype {
    width: 100px;
    height: 43px;
    background-size: 441px 441px;
    background-position: 0px -22px;
  }
  .icon--logotype-white {
    width: 100px;
    height: 43px;
    background-size: 441px 441px;
    background-position: 0px -65px;
  }
  body.header--stuck .header .icon--logotype {
    width: 100px;
    height: 43px;
    background-size: 441px 441px;
    background-position: 0px -22px;
  }
  .header {
    padding: 1.25rem;
  }
  .header__burger {
    margin: 0.375rem 0 0;
  }
  .header__logotype svg {
    width: 100px;
  }
  .header--icons-white .icon--logotype {
    width: 100px;
    height: 43px;
    background-size: 441px 441px;
    background-position: 0px -65px;
  }
  .nav__close {
    top: 2.25rem;
    right: 2.5rem;
  }
  /* ======= CARDS ======= */
  .card-list__list {
    padding: 0.625rem;
  }
  .card-list__item {
    width: 100%;
    margin: 0.625rem;
  }
  .card-list__item--2 {
    width: calc((100% - 20 * 1px) / 2);
  }
  .card-list__item--3 {
    width: calc((100% - 20 * 2px) / 3);
  }
  /* ======= FULL WIDTH FEATURE ======= */
  .full-width-feature__image-wrapper {
    padding-bottom: 45%;
  }
  .full-width-feature__info {
    width: calc((100% - 20 * 1px) / 2);
  }
  /* ======= LOCKUPS ======= */
  .lockup {
    padding: 5rem 1.25rem;
  }
  .lockup--full-bleed {
    padding: 5rem 0;
  }
  .lockup__item--card-list {
    padding: 0;
  }
  /* ======= LOCKUP GRID ======= */
  .lockup-grid {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .lockup-grid--first-col-50 .lockup-grid__pullquote, .lockup-grid--first-col-50 .lockup-grid__list, .lockup-grid--first-col-50 .lockup-grid__primary-item {
    width: calc((100% - 20 * 1px) / 2);
  }
  .lockup-grid--first-col-66 .lockup-grid__pullquote, .lockup-grid--first-col-66 .lockup-grid__primary-item {
    width: calc((100% - 20 * 2px) / 3 * 2 + 20 * 1px);
  }
  .lockup-grid--first-col-66 .lockup-grid__list {
    width: calc((100% - 20 * 2px) / 3);
  }
  .lockup-grid--alt {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .lockup-grid--alt .lockup-grid__pullquote, .lockup-grid--alt .lockup-grid__primary-item {
    margin: 0 0 0 1.25rem;
  }
  .lockup-grid__pullquote {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 1.25rem 0 0;
    padding-right: 5rem;
  }
  .lockup-grid__primary-item {
    position: relative;
    margin: 0 1.25rem 0 0;
  }
  .lockup-grid__primary-item .card, .lockup-grid__primary-item .card__link {
    height: 100%;
  }
  .lockup-grid__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .lockup-grid__list--2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .lockup-grid__item {
    width: 100%;
    margin: 0 0 1.25rem;
  }
  .lockup-grid__item:last-child {
    margin-bottom: 0;
  }
  /* ======= CAROUSELS ======= */
  .carousel__arrow-down {
    display: none;
  }
  .carousel__info h1 {
    font-family: "National Park", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-size: 3rem;
    line-height: 3.375rem;
  }
  .carousel__info p {
    font-family: "National Park", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 1.875rem;
  }
  .carousel__intro--mobile {
    display: none;
  }
  .carousel__intro--desktop {
    display: block;
  }
  .carousel--feature {
    margin: -7.6875rem 0 0;
  }
  .carousel--feature .carousel__list {
    height: 85vh;
  }
  .carousel--feature .carousel__info h1,
  .carousel--feature .carousel__info p {
    font-family: "National Park", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-size: 2.25rem;
    line-height: 2.5rem;
    -webkit-column-count: auto;
       -moz-column-count: auto;
            column-count: auto;
  }
  /* ======= PAGE SECTIONS ======= */
  .page-section .card-list__item {
    margin: 0 0.625rem;
  }
  .page-section .card-list__item:first-child {
    margin-left: 0;
  }
  .page-section .card-list__item:last-child {
    margin-right: 0;
  }
  .page-section .card-list__item.card--info-beneath {
    margin-bottom: 0;
  }
  .page-section .card-list--multi-row .card-list__item {
    margin: 0 1.25rem 1.25rem 0;
  }
  .page-section .card-list--multi-row .card-list__item--2:nth-child(2n+2) {
    margin-right: 0;
  }
  .page-section .card-list--multi-row .card-list__item--3:nth-child(3n+3) {
    margin-right: 0;
  }
  .page-section--news h2 {
    font-family: "National Park", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-size: 2.25rem;
    line-height: 2.5rem;
    margin: 0 0 1.5rem;
  }
  /* ======= PAGE SUB NAV ======= */
  .page-sub-nav {
    top: 5.125rem;
  }
  .page-sub-nav__list {
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
  }
  .page-sub-nav a {
    font-family: "National Park", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 1.875rem;
  }
  /* ======= LOCATIONS ======= */
  .location__details {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
  }
  .location__info {
    font-family: "National Park", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 1.875rem;
  }
  .location__title {
    font-family: "National Park", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  /* ======= PULLQUOTES ======= */
  .pullquote--many-formats {
    margin: 0 auto;
  }
  /* ======= ROLES ======= */
  .role__title {
    font-family: "National Park", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  .role__card-list {
    padding: 0;
  }
  /* ======= STATISTICS ======= */
  .statistics {
    grid-template-columns: repeat(4, 1fr);
  }
  .statistic {
    font-family: "National Park", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 1.875rem;
  }
  /* ======= AUTHOR ======= */
  .author__info {
    padding: 1.25rem 5rem 1.25rem 1.25rem;
  }
  .author--alt .author__info {
    padding: 1.25rem 5rem 1.25rem 1.25rem;
  }
  /* ======= SINGLE ENTRY ======= */
  .single-entry {
    padding-top: 0.75rem;
  }
  .single-entry__header-title {
    font-family: "National Park", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 1.875rem;
    top: 0.6875rem;
  }
  .single-entry__cover-image {
    height: 50rem;
    aspect-ratio: unset;
  }
  .single-entry__cover-image--video, .single-entry__cover-image--news {
    height: auto;
    aspect-ratio: 16/9;
  }
  .single-entry__intro {
    padding: 3.125rem 1.25rem 1.25rem;
  }
  .single-entry__title {
    font-family: "National Park", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-size: 3rem;
    line-height: 3.375rem;
  }
  .single-entry__description {
    max-width: 800px;
  }
  .single-entry__description--multi-column {
    max-width: none;
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
    -webkit-column-gap: 3.75rem;
       -moz-column-gap: 3.75rem;
            column-gap: 3.75rem;
  }
  .single-entry__description--multi-column p {
    margin: 0;
    padding: 0 0 1.375rem;
  }
  .single-entry__categories {
    margin-bottom: 3.75rem;
  }
  .single-entry__secondary-actions--narrow {
    width: calc(50% - 30px);
  }
  /* ======= APP PAGE ======= */
  .app-page__ajax-container {
    padding: 5.375rem 0 3.125rem;
  }
  .app-page__close {
    top: 2.25rem;
  }
  /* ======= SEARCH ======= */
  .search__close {
    top: 36px;
    right: 40px;
  }
}
@media screen and (min-width: 1100px) {
  /* ======= CARDS ======= */
  .card-list__item--2 {
    width: calc((100% - 20 * 1px) / 2);
  }
  .card-list__item--3 {
    width: calc((100% - 20 * 2px) / 3 - 0.1px);
  }
  /* ======= FULL WIDTH FEATURE ======= */
  .full-width-feature__info {
    width: calc((100% - 20 * 2px) / 3);
  }
  .full-width-feature__title {
    font-family: "National Park", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-size: 3rem;
    line-height: 3.375rem;
  }
  /* ======= LOCKUPS ======= */
  .lockup__item {
    margin: 0 0.625rem;
    width: calc((100% - 20 * 1px) / 2);
  }
  .lockup__item--card-list {
    width: 100%;
    margin: 0;
  }
  .lockup__item--card-list .card-list__item {
    margin-bottom: 0;
  }
  .lockup__item--pullquote {
    margin: 0 1.25rem 0 0;
  }
  .lockup--alt .lockup__item--pullquote {
    margin: 0 0 0 1.25rem;
  }
  /* ======= PULLQUOTES ======= */
  .pullquote {
    font-family: "National Park", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  .pullquote--many-formats {
    margin: 0 auto;
  }
  /* ======= ROLES ======= */
  .role .card-list__item {
    width: calc((100% - 20 * 3px) / 4 - 0.1px);
  }
  .role--small-thumbs .card-list__item {
    width: calc((100% - 20 * 5px) / 6 - 0.1px);
  }
  /* ======= NEWS ======= */
  .news .card-list__item {
    width: calc((100% - 20 * 2px) / 3 - 0.1px);
  }
  .news .card-list__item:nth-child(2n+2) {
    margin-right: 1.25rem;
  }
  .news .card-list__item:nth-child(3n+3) {
    margin-right: 0;
  }
  /* ======= AUTHOR ======= */
  .author__info h4,
  .author__info h3,
  .author__info p {
    font-family: "National Park", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 1.875rem;
  }
  /* ======= SINGLE ENTRY ======= */
  .single-entry__people .card-list__list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .single-entry__people .card-list__item {
    margin: 0 1.25rem 1.25rem 0;
  }
  .single-entry__people .card-list__item:nth-child(4n+4) {
    margin-right: 0;
  }
}
@media screen and (min-width: 1200px) {
  :target {
    scroll-margin-top: 11.25rem;
  }
  .icon--left-chevron {
    margin-top: -2px;
  }
  .header {
    padding: 1.5625rem 2.5rem;
  }
  /* ======= CAROUSEL ======= */
  .carousel--feature {
    margin: -6.4375rem 0 0;
  }
  .carousel--feature .carousel__info {
    padding: 0 2.5rem;
  }
  .carousel--feature .carousel__navigation {
    left: 2.5rem;
  }
  .carousel--single-entry .carousel__navigation {
    left: 2.5rem;
  }
  .carousel--single-entry .carousel__text-link {
    right: 2.5rem;
  }
  /* ======= CARDS ======= */
  .card__info {
    padding: 2.1875rem 2.5rem;
  }
  .card__view {
    left: 2.5rem;
    bottom: 2.5rem;
  }
  .card__video-link {
    right: 2.5rem;
    bottom: 2.1875rem;
  }
  /* ======= LOCKUPS ======= */
  .lockup {
    padding: 5rem 2.5rem;
  }
  .lockup-grid__pullquote {
    padding: 5rem 2.5rem;
  }
  /* ======= FULL WIDTH FEATURE ======= */
  .full-width-feature__info {
    padding: 2.5rem 2.5rem;
  }
  /* ======= PAGE HEADER ======= */
  .page-header {
    padding: 0 2.5rem;
  }
  /* ======= PAGE SECTIONS ======= */
  .page-section--behindTheScenes .page-section__inner {
    padding: 0 2.5rem;
  }
  /* ======= PAGE SUB NAV ======= */
  .page-sub-nav {
    top: 5.75rem;
  }
  .page-sub-nav__list {
    padding: 1rem 2.5rem;
  }
  /* ======= LOCATIONS ======= */
  .location__inner {
    padding: 0 2.5rem;
  }
  /* ======= ROLES ======= */
  .team-filters {
    padding: 1.875rem 2.5rem;
  }
  .roles {
    padding: 2.5rem 0;
  }
  .role__inner {
    padding: 0 2.5rem;
  }
  /* ======= SINGLE ENTRY ======= */
  .single-entry__header-title {
    left: 2.5rem;
  }
  .single-entry__intro {
    padding: 3.125rem 2.5rem 1.25rem;
  }
  /* ======= AUTHOR ======= */
  .author__info {
    padding: 2.5rem 5rem 2.5rem 2.5rem;
  }
  .author--alt .author__info {
    padding: 2.5rem 5rem 2.5rem 2.5rem;
  }
  /* ======= STATISTICS ======= */
  .statistics {
    padding: 5rem 2.5rem;
  }
  /* ======= IMAGE BLOCK ======= */
  .image-block-container--constrained {
    width: calc(100vw - 5rem);
  }
  /* ======= COLUMNS BLOCK ======= */
  .columns {
    width: calc(100vw - 5rem);
  }
  /* ======= AUTHOR/BEHIND THE SCENES BLOCK ======= */
  /* ======= CAROUSEL ======= */
  .carousel--constrained {
    width: calc(100vw - 5rem);
  }
  /* ======= NEWS ======= */
  .news {
    padding: 2.5rem 2.5rem;
  }
  /* ======= FILTERS ======= */
  .filters {
    padding: 0 2.5rem;
  }
  .filter-category {
    padding: 0 2.5rem;
  }
  /* ======= FOOTER ======= */
  .footer__inner {
    padding: 0 2.5rem;
  }
  /* ======= APP PAGE ======= */
  .app-page__close {
    right: 2.5rem;
  }
  .to-top {
    font-family: "National Park", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.375rem;
    right: 2.5rem;
  }
}
@media screen and (min-width: 1440px) {
  a[href$=".pdf"]::before, a[href$=".doc"]::before, a[href$=".xls"]::before, a[href$=".jpg"]::before, a[href$=".png"]::before, a[href$=".ppt"]::before {
    width: 14px;
    height: 18px;
    margin-right: 0.25rem;
    background-size: 14px;
  }
  .header--white {
    left: calc((100vw - 1420px) / 2);
  }
  /* ======= CAROUSEL ======= */
  .carousel--feature .carousel__info h1,
  .carousel--feature .carousel__info p {
    font-family: "National Park", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-size: 3rem;
    line-height: 3.375rem;
  }
  /* ======= PAGE SECTIONS ======= */
  .page-section--news h2 {
    font-family: "National Park", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-size: 3rem;
    line-height: 3.375rem;
    margin: 0 0 1.5rem;
  }
  .page-section--imageRow .page-section__inner, .page-section--threeWayLockup .page-section__inner {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  /* ======= CARDS ======= */
  .card__title {
    font-family: "National Park", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  .card__sub-title {
    font-family: "National Park", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 1.875rem;
  }
  /* ======= LOCKUPS ======= */
  .lockup__item--pullquote {
    padding-left: 0;
  }
  /* ======= FULL WIDTH FEATURE ======= */
  /* ======= PULLQUOTES ======= */
  .pullquote {
    font-family: "National Park", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-size: 3rem;
    line-height: 3.375rem;
  }
  .pullquote--many-formats h3 {
    font-family: "National Park", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-size: 3rem;
    line-height: 3.375rem;
  }
  .pullquote--many-formats h4 {
    font-family: "National Park", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  .pullquote--many-formats h4 a {
    line-height: 1.625rem;
  }
  .pullquote--many-formats p {
    font-family: "National Park", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 1.875rem;
  }
  .pullquote--many-formats p a {
    text-decoration: none;
    border-bottom: 2px solid;
    border-bottom-color: inherit;
    line-height: 1rem;
  }
  /* ======= SINGLE ENTRY ======= */
  .single-entry__intro {
    padding-left: 0;
    padding-right: 0;
  }
  .single-entry__title {
    font-family: "National Park", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-size: 3.75rem;
    line-height: 4.125rem;
  }
  .single-entry__sharing--bottom {
    margin: 0 0 2.5rem;
  }
  .single-entry__description h3 {
    font-family: "National Park", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-size: 3rem;
    line-height: 3.375rem;
  }
  .single-entry__description h4 {
    font-family: "National Park", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  .single-entry__description p {
    font-family: "National Park", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 1.875rem;
  }
  .image-block__overlay {
    font-family: "National Park", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 1.875rem;
  }
  /* ======= STATISTICS ======= */
  .statistics {
    padding-left: 0;
    padding-right: 0;
  }
  .statistic__title, .statistic__value {
    font-family: "National Park", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  /* ======= AUTHOR ======= */
  .author__info h4,
  .author__info h3,
  .author__info p {
    font-family: "National Park", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
