@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("//hello.myfonts.net/count/3b12e1");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: '';
  content: none;
}

q:before, q:after {
  content: '';
  content: none;
}

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

/* @import must be at top of file, otherwise CSS will not work */
@font-face {
  font-family: 'PFDasGroteskPro-Medium';
  src: url("fonts/3B12E1_0_0.eot");
  src: url("fonts/3B12E1_0_0.eot?#iefix") format("embedded-opentype"), url("fonts/3B12E1_0_0.woff2") format("woff2"), url("fonts/3B12E1_0_0.woff") format("woff"), url("fonts/3B12E1_0_0.ttf") format("truetype");
}

@font-face {
  font-family: 'PFDasGroteskPro-Black';
  src: url("fonts/3B12E1_1_0.eot");
  src: url("fonts/3B12E1_1_0.eot?#iefix") format("embedded-opentype"), url("fonts/3B12E1_1_0.woff2") format("woff2"), url("fonts/3B12E1_1_0.woff") format("woff"), url("fonts/3B12E1_1_0.ttf") format("truetype");
}

@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.ttf?dke7lu") format("truetype"), url("fonts/icomoon.woff?dke7lu") format("woff"), url("fonts/icomoon.svg?dke7lu#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-new_logo:before {
  content: "";
}

.icon-search-arrow:before {
  content: "";
}

.icon-arrow:before {
  content: "";
}

.icon-arrow-player:before {
  content: "";
}

.icon-info-plus:before {
  content: "";
}

.icon-search:before {
  content: "";
}

.icon-separator-line:before {
  content: "";
}

.icon-whiteroom-logo:before {
  content: "";
}

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

html {
  font-family: "PFDasGroteskPro-Medium", sans-serif;
  font-size: 16px;
  line-height: 1;
  width: 100%;
  overflow-x: hidden;
  color: #ffffff;
  background-color: #070504;
  min-height: 100%;
}

body {
  width: 100%;
}

.page__overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 888;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .35s ease-out 0s;
  transition: all .35s ease-out 0s;
}

.main {
  position: relative;
  z-index: 2;
}

.main--homepage {
  height: 100vh;
}

.main:before {
  content: '';
  width: 100%;
  height: 50px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.9)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
  pointer-events: none;
}

@media (min-width: 1024px) {
  .main:before {
    height: 200px;
  }
}

.main__logo {
  position: fixed;
  top: 2.1875rem;
  left: 2.1875rem;
  display: inline-block;
  font-size: 1.625rem;
  color: #ffffff;
  z-index: 2;
  margin: 0;
  padding: 0;
}

@media (min-width: 768px) {
  .main__logo {
    top: 1.5625rem;
    left: 1.25rem;
    font-size: 2.1875rem;
  }
}

@media (min-width: 1280px) {
  .main__logo {
    top: 3.125rem;
    left: 3.125rem;
  }
}

.main__logo--homepage {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  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;
  font-size: 3.5625rem;
  padding: 5vw;
  pointer-events: none;
}

.main__logo:not(.main__logo--homepage) {
  font-size: 3.125rem;
}

@media (min-width: 768px) {
  .main__logo:not(.main__logo--homepage) {
    font-size: 5.1875rem;
  }
}

.main__logo:not(.main__logo--homepage) .icon-whiteroom-logo:before {
  content: "";
}

img {
  max-width: 100%;
}

.wrapper {
  max-width: 96%;
  margin: 0 auto;
  padding: 0 12px;
}

.wrapper--small {
  width: 800px;
}

.wrapper--fullpage {
  min-height: 100vh;
  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;
}

@media (max-width: 767px) {
  .wrapper--fullpage {
    padding-top: 5rem;
  }
}

html:not(.pageLoaded) body {
  opacity: 0;
}

.extraLoader body, .extraLoader:not(.pageLoaded) body {
  opacity: 1;
}

h2 {
  font-family: "PFDasGroteskPro-Black", sans-serif;
  font-size: 1rem;
  font-weight: normal;
  color: #fcf000;
  margin: 0 0 0.75rem;
  line-height: 1.4375;
}

a,
a:link,
a:visited {
  display: inline-block;
  text-decoration: none;
  -webkit-transition: all 0.25s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.25s cubic-bezier(0.19, 1, 0.22, 1);
}

p {
  font-family: "PFDasGroteskPro-Medium", sans-serif;
  font-size: 1rem;
  color: #ffffff;
  line-height: 1.6875;
  margin: 0 0 1.5625rem;
}

/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none;
}

.pswp * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.pswp img {
  max-width: none;
}

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--open {
  display: block;
}

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}

/*
      Background is added as a separate element.
      As animating opacity is much faster than animating rgba() background-color.
  */
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  transition: none;
}

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden;
}

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
}

/*
      stretched thumbnail or div placeholder element (see below)
      style is added to avoid flickering in webkit/blink when layers overlap
  */
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden;
}

/*
      div element that matches size of large image
      large image loads on top of it
  */
.pswp__img--placeholder--blank {
  background: #222;
}

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0;
}

/*
      Error message appears when image is not loaded
      (JS option errorMsg controls markup)
  */
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC;
}

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline;
}

/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*

	Contents:

	1. Buttons
	2. Share modal and links
	3. Index indicator ("1 of X" counter)
	4. Caption
	5. Loading indicator
	6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/
/*
	
	1. Buttons

 */
/* <button> css reset */
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.pswp__button:focus, .pswp__button:hover {
  opacity: 1;
}

.pswp__button:active {
  outline: none;
  opacity: 0.9;
}

.pswp__button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
.pswp__ui--over-close .pswp__button--close {
  opacity: 1;
}

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url(default-skin.png) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px;
}

@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
    background-image: url(default-skin.svg);
  }
  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: none;
  }
}

.pswp__button--close {
  background-position: 0 -44px;
}

.pswp__button--share {
  background-position: -44px -44px;
}

.pswp__button--fs {
  display: none;
}

.pswp--supports-fs .pswp__button--fs {
  display: block;
}

.pswp--fs .pswp__button--fs {
  background-position: -44px 0;
}

.pswp__button--zoom {
  display: none;
  background-position: -88px 0;
}

.pswp--zoom-allowed .pswp__button--zoom {
  display: block;
}

.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0;
}

/* no arrows on touch screens */
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden;
}

/*
      Arrow buttons hit area
      (icon is added to :before pseudo-element)
  */
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute;
}

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

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

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: '';
  top: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 32px;
  position: absolute;
}

.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px;
}

.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px;
}

/*
  
      2. Share modal/popup and links
  
   */
.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}

.pswp__share-modal--hidden {
  display: none;
}

.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #FFF;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(6px);
  transform: translateY(6px);
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform;
}

.pswp__share-tooltip a {
  display: block;
  padding: 8px 12px;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px;
}

.pswp__share-tooltip a:hover {
  text-decoration: none;
  color: #000;
}

.pswp__share-tooltip a:first-child {
  /* round corners on the first/last list item */
  border-radius: 2px 2px 0 0;
}

.pswp__share-tooltip a:last-child {
  border-radius: 0 0 2px 2px;
}

.pswp__share-modal--fade-in {
  opacity: 1;
}

.pswp__share-modal--fade-in .pswp__share-tooltip {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

/* increase size of share links on touch devices */
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px;
}

a.pswp__share--facebook:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid transparent;
  border-bottom-color: #FFF;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none;
}

a.pswp__share--facebook:hover {
  background: #3E5C9A;
  color: #FFF;
}

a.pswp__share--facebook:hover:before {
  border-bottom-color: #3E5C9A;
}

a.pswp__share--twitter:hover {
  background: #55ACEE;
  color: #FFF;
}

a.pswp__share--pinterest:hover {
  background: #CCC;
  color: #CE272D;
}

a.pswp__share--download:hover {
  background: #DDD;
}

/*
  
      3. Index indicator ("1 of X" counter)
  
   */
.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #FFF;
  opacity: 0.75;
  padding: 0 10px;
}

/*
      
      4. Caption
  
   */
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px;
}

.pswp__caption small {
  font-size: 11px;
  color: #BBB;
}

.pswp__caption__center {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #CCC;
}

.pswp__caption--empty {
  display: none;
}

/* Fake caption element, used to calculate height of next/prev image */
.pswp__caption--fake {
  visibility: hidden;
}

/*
  
      5. Loading indicator (preloader)
  
      You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR
  
   */
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr;
}

.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px;
}

.pswp__preloader--active {
  opacity: 1;
}

.pswp__preloader--active .pswp__preloader__icn {
  /* We use .gif in browsers that don't support CSS animation */
  background: url(preloader.gif) 0 0 no-repeat;
}

.pswp--css_animation .pswp__preloader--active {
  opacity: 1;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
  -webkit-animation: clockwise 500ms linear infinite;
  animation: clockwise 500ms linear infinite;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
  -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
  animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
}

.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0;
}

.pswp--css_animation .pswp__preloader__cut {
  /* 
              The idea of animating inner circle is based on Polymer ("material") loading indicator 
               by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
          */
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden;
}

.pswp--css_animation .pswp__preloader__donut {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #FFF;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0;
}

@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right;
  }
}

@-webkit-keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

@keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

/*
      
      6. Additional styles
  
   */
/* root element of UI */
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550;
}

/* top black bar with buttons and "1 of X" indicator */
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%;
}

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible;
}

.pswp__top-bar,
.pswp__caption {
  background-color: transparent;
}

/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.3);
}

/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
.pswp__ui--idle .pswp__top-bar {
  opacity: 0;
}

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0;
}

/*
      pswp__ui--hidden class is added when controls are hidden
      e.g. when user taps to toggle visibility of controls
  */
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  /* Force paint & create composition layer for controls. */
  opacity: 0.001;
}

/* pswp__ui--one-slide class is added when there is just one item in gallery */
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none;
}

.pswp__element--disabled {
  display: none !important;
}

.pswp--minimal--dark .pswp__top-bar {
  background: none;
}

.header {
  position: fixed;
  top: 0;
  right: 0;
  padding: 3.125rem 0.9375rem 1.875rem;
  z-index: 999;
  height: 100%;
}

.header:not(.menuOpened) {
  opacity: 0;
}

@media only screen and (max-width: 991px) {
  .header {
    width: 100%;
    padding-bottom: 1.25rem;
  }
}

@media (min-width: 768px) {
  .header {
    padding-top: 3.75rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 1280px) {
  .header {
    padding-top: 5.625rem;
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

.header__row {
  text-align: right;
  -webkit-transition: all .35s linear;
  transition: all .35s linear;
}

.header__row:not(:last-child) {
  margin-bottom: 25px;
}

@media only screen and (max-width: 991px) and (orientation: landscape) {
  .header__row:not(:last-child) {
    margin-bottom: 8px;
  }
}

@media only screen and (min-width: 992px) {
  .header__row:not(:nth-child(2)) {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    opacity: 0;
  }
}

@media only screen and (min-width: 992px) {
  .menuOpened .header__row {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .menuOpened .header__row:not(:nth-child(2)) {
    -webkit-transition-delay: .85s;
            transition-delay: .85s;
  }
}

@media only screen and (max-width: 991px) {
  .header__row {
    text-align: center;
  }
  .header__row--social {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}

@media only screen and (max-width: 991px) {
  .header__row:nth-child(2) {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-top: 18vh;
  }
}

@media only screen and (orientation: landscape) and (max-width: 991px) {
  .header__row:nth-child(2) {
    margin-top: 0;
  }
}

.header__overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 888;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .35s ease-out 0s;
  transition: all .35s ease-out 0s;
  background: rgba(0, 0, 0, 0.6);
}

@media only screen and (max-width: 991px) {
  .header__overlay {
    background: #000000;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: center top;
            transform-origin: center top;
    background: #000000;
    -webkit-transition-delay: .45s;
            transition-delay: .45s;
  }
}

@media only screen and (max-width: 991px) {
  .menuOpened .header__overlay {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
}

@media only screen and (min-width: 992px) {
  .menuOpened .header__overlay {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: .25s;
            transition-delay: .25s;
  }
}

.header__inner {
  position: relative;
  -webkit-overflow-scrolling: touch;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

.header__inner::-webkit-scrollbar {
  display: none;
}

@media only screen and (max-width: 991px) {
  .header__inner {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-transition: all .35s ease-out 0s;
    transition: all .35s ease-out 0s;
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
    opacity: 0;
    overflow: hidden;
    padding-bottom: 30px;
  }
}

.menuOpened .header__inner {
  z-index: 9999;
}

@media only screen and (max-width: 991px) {
  .menuOpened .header__inner {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    -webkit-transition-delay: .3s;
            transition-delay: .3s;
  }
}

.header:not(.menuOpened) {
  z-index: 10;
  pointer-events: none;
}

.header:not(.menuOpened) .header__overlay,
.header:not(.menuOpened) .header__inner {
  pointer-events: none;
}

.menu__row {
  text-align: right;
}

.mainNav__ul {
  margin: 0;
  padding: 0;
}

.mainNav__li {
  color: #ffffff;
  line-height: 1;
  margin: 0.0625rem 0;
  text-align: right;
}

.mainNav__li--active {
  color: #fcf000;
}

@media only screen and (min-width: 992px) {
  .mainNav__li {
    -webkit-transition: all .45s linear;
    transition: all .45s linear;
    opacity: 0;
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  .mainNav__li:nth-child(1) {
    -webkit-transition-delay: .3s;
            transition-delay: .3s;
  }
  .mainNav__li:nth-child(2) {
    -webkit-transition-delay: .2s;
            transition-delay: .2s;
  }
  .mainNav__li:nth-child(3) {
    -webkit-transition-delay: .1s;
            transition-delay: .1s;
  }
  .mainNav__li:nth-child(4) {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
  .menuOpened .mainNav__li {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@media only screen and (max-width: 991px) {
  .mainNav__li {
    text-align: center;
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }
}

.mainNav__link {
  font-family: "PFDasGroteskPro-Black", sans-serif;
  font-size: 1.5625rem;
  color: inherit;
  line-height: 1;
  letter-spacing: .01em;
  -webkit-transition: all 0.25s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.25s cubic-bezier(0.19, 1, 0.22, 1);
  position: relative;
}

.desktop .mainNav__link:hover {
  color: #fcf000;
}

@media only screen and (max-width: 991px) {
  .mainNav__link {
    font-size: 1.3125rem;
  }
}

.langNav__ul {
  margin: 0;
  padding: 0;
}

.langNav__li {
  display: inline-block;
  vertical-align: middle;
}

.langNav__li:not(:last-child):after {
  content: '';
  width: 16px;
  height: 1px;
  display: inline-block;
  background-color: #ffffff;
  vertical-align: middle;
  margin: -2px 0 0 9px;
}

@media only screen and (max-width: 991px) {
  .langNav__li:not(:last-child):after {
    margin-top: -4px;
    margin-left: 0.3125rem;
  }
}

.langLink {
  display: inline-block;
  font-family: "PFDasGroteskPro-Medium", sans-serif;
  font-size: 0.9375rem;
  line-height: 1;
  color: #ffffff;
  padding: 0.3125rem 0 0.3125rem 0.3125rem;
  -webkit-transition: all 0.25s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.25s cubic-bezier(0.19, 1, 0.22, 1);
}

.desktop .langLink:hover {
  color: #fcf000;
}

.langLink--active {
  color: #fcf000;
}

@media only screen and (max-width: 991px) {
  .langLink {
    padding: 0.3125rem;
    font-family: "PFDasGroteskPro-Black", sans-serif;
    font-size: 1.125rem;
  }
}

.socialNav__ul {
  margin: 0;
  padding: 0;
}

.socialNav__li {
  margin: 0.0625rem 0;
}

@media only screen and (max-width: 991px) {
  .header .socialNav__li {
    display: inline-block;
  }
  .header .socialNav__li:not(:last-child):after {
    content: '/';
    display: inline-block;
    margin: 0 1px 0 0;
    vertical-align: middle;
    color: rgba(255, 255, 255, 0.55);
  }
}

.socialNav__link {
  font-family: "PFDasGroteskPro-Medium", sans-serif;
  font-size: 0.875rem;
  display: inline-block;
  line-height: 1;
  letter-spacing: .025em;
  color: rgba(255, 255, 255, 0.75);
  -webkit-transition: all 0.25s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.25s cubic-bezier(0.19, 1, 0.22, 1);
}

.desktop .socialNav__link:hover {
  color: #ffffff;
}

.desktop .header__row .socialNav__link:hover {
  color: #fcf000;
}

@media only screen and (max-width: 991px) {
  .header .socialNav__link {
    color: rgba(255, 255, 255, 0.55);
    font-size: 0.8125rem;
  }
}

.socialNav--footer {
  position: fixed;
  bottom: 1.25rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (min-width: 1280px) {
  .socialNav--footer {
    bottom: 1.875rem;
  }
}

.socialNav--footer .socialNav__li {
  display: inline-block;
}

.socialNav--footer .socialNav__li:not(:last-child):after {
  content: '/';
  display: inline-block;
  margin: 0 1px 0 0;
  vertical-align: middle;
  color: rgba(255, 255, 255, 0.55);
}

.socialNav--footer .socialNav__link {
  color: rgba(255, 255, 255, 0.55);
}

@media only screen and (max-width: 991px) {
  .mobile .socialNav--footer .socialNav__link {
    color: rgba(255, 255, 255, 0.55);
    font-size: 0.8125rem;
  }
}

.searchTrigger {
  display: inline-block;
  font-size: 1.125rem;
  color: #ffffff;
  -webkit-transition: all 0.25s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.25s cubic-bezier(0.19, 1, 0.22, 1);
  padding: 0.3125rem 0 0.3125rem 0.3125rem;
  position: relative;
  z-index: 2;
}

.desktop .searchTrigger:hover {
  color: #fcf000;
}

.menuTrigger {
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  position: fixed;
  margin-right: 0.3125rem;
  top: 1.25rem;
  right: 1.875rem;
  pointer-events: all;
  z-index: 11;
}

.gallery--open .menuTrigger {
  z-index: -1;
}

.menuTrigger--open {
  z-index: 99999;
}

@media (min-width: 768px) {
  .menuTrigger {
    top: 0.625rem;
    right: 1.25rem;
  }
}

@media (min-width: 1280px) {
  .menuTrigger {
    top: 2.5rem;
    right: 2.625rem;
  }
}

.menuOpened .menuTrigger {
  z-index: 9999;
}

.menuTrigger__inner {
  width: 1.375rem;
  height: 0.5rem;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -0.25rem;
}

.menuTrigger__inner__line {
  display: block;
  width: 100%;
  height: 0.125rem;
  background-color: #ffffff;
  position: absolute;
  right: 0;
}

.menuTrigger__inner__line:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #494444;
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 0.25s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.25s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.25s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.25s cubic-bezier(0.19, 1, 0.22, 1);
}

.menuTrigger__inner__line:first-child {
  top: 0;
}

.menuTrigger__inner__line:last-child {
  bottom: 0;
}

.menuTrigger__inner__line:last-child:before {
  -webkit-transition-delay: .09s;
          transition-delay: .09s;
}

.desktop .menuTrigger:hover .menuTrigger__inner__line:before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: right center;
          transform-origin: right center;
}

.searchRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media only screen and (max-width: 991px) {
  .searchRow {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.form--search {
  -webkit-transition: all .35s ease-out;
  transition: all .35s ease-out;
  width: 0;
  opacity: 0;
}

.form--search--open {
  width: 11.875rem;
  opacity: 1;
}

.searchInput {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-left: 1.125rem;
}

.searchInput__input {
  font-family: "PFDasGroteskPro-Medium", sans-serif;
  font-size: 0.9375rem;
  border: 0;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  width: 9.6875rem;
  padding: 0.3125rem 0;
}

.searchInput__btn {
  display: inline-block;
  width: 1.875rem;
  height: 1.875rem;
  color: #ffffff;
  font-size: 0.75rem;
  border: 0;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  margin-left: 0.4375rem;
  margin-right: 0.125rem;
  cursor: pointer;
  -webkit-transition: all 0.45s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.45s cubic-bezier(0.19, 1, 0.22, 1);
}

.iphone .searchInput__btn,
.ipad .searchInput__btn {
  margin-right: 0.3125rem;
}

.searchInput__btn:focus {
  outline: 0;
}

.desktop .searchInput__btn:hover {
  color: #fcf000;
  -webkit-transform: translateX(6px);
          transform: translateX(6px);
}

.extraNav__ul {
  margin: 0;
  padding: 0;
}

.extraNav__li {
  list-style-type: none;
  padding: 0;
  margin: 0.0625rem 0;
}

.extraNav__li--credits {
  margin-top: 1.25rem;
}

.extraNav__link {
  font-family: "PFDasGroteskPro-Medium", sans-serif;
  font-size: 0.875rem;
  display: inline-block;
  line-height: 1;
  letter-spacing: .025em;
  color: rgba(255, 255, 255, 0.75);
  -webkit-transition: all 0.25s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.25s cubic-bezier(0.19, 1, 0.22, 1);
}

.desktop .extraNav__link:hover {
  color: #ffffff;
}

.desktop .header__row .extraNav__link:hover {
  color: #fcf000;
}

.form input, .form textarea {
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: 0;
  font-family: "PFDasGroteskPro-Medium", sans-serif;
  font-size: 0.8125rem;
  color: #ffffff;
  padding: 0.6875rem 0;
  width: 100%;
  text-transform: uppercase;
}

.form input:focus, .form textarea:focus {
  outline: 0;
}

.form textarea {
  resize: none;
}

.form label {
  display: inline-block;
  font-family: "PFDasGroteskPro-Medium", sans-serif;
  font-size: 0.8125rem;
  color: #888888;
  position: absolute;
  top: 0.8125rem;
  left: 0;
  -webkit-transition: top 0.25s cubic-bezier(0.19, 1, 0.22, 1);
  transition: top 0.25s cubic-bezier(0.19, 1, 0.22, 1);
}

.form__info {
  font-size: 0.9375rem;
}

@media only screen and (max-width: 767px) {
  .form__info {
    text-align: center;
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }
}

.form__row {
  margin-bottom: 1.5rem;
}

.form__group {
  position: relative;
}

.form__group:before {
  content: '';
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}

.form__group--focus label {
  top: -0.375rem;
}

.form__group--error input, .form__group--error textarea {
  color: #fcf000;
}

.form__group--error:before {
  background-color: #fcf000;
}

.form__info a:link,
.form__info a:visited {
  color: inherit;
  text-decoration: underline;
}

.desktop .form__info a:link:hover, .desktop
.form__info a:visited:hover {
  color: #fcf000;
}

.form fieldset {
  margin: 0;
  padding: 0;
}

input[type="search"]::-webkit-search-cancel-button {
  /* Remove default */
  -webkit-appearance: none;
  /* Now your own custom styles */
  display: none;
  /* Will place small red box on the right of input (positioning carries over) */
}

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

::-ms-clear {
  display: none;
}

.btn {
  display: inline-block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  -webkit-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  outline: 0;
  position: relative;
  overflow: hidden;
}

.btn:not(:disabled) {
  cursor: pointer;
}

.btn:disabled {
  pointer-events: none;
  opacity: .6;
}

.desktop .btn:hover {
  color: #fcf000;
}

.btn--primary {
  font-family: "PFDasGroteskPro-Black", sans-serif;
  font-size: 0.875rem;
  color: #ffffff;
}

.introVideo {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  height: auto;
  max-height: 100%;
}

@media only screen and (max-width: 991px) {
  .mobile .fullpageVideo--hasImage .introVideo {
    display: none;
  }
}

@media only screen and (min-width: 992px) {
  .fullpageVideo__imgHolder {
    display: none;
  }
}

@media only screen and (max-width: 991px) {
  .mobile .fullpageVideo--hasImage .fullpageVideo__imgHolder {
    position: fixed;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  }
}

@media only screen and (max-width: 991px) {
  .fullpageVideo--hasImage .fullpageVideo__mobImg {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
}

.videoPlayer {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}

.hero .videoPlayer {
  position: absolute;
  display: none;
}

.videoPlayer iframe {
  width: 100%;
  height: 100%;
  position: absolute;
}

@media only screen and (max-width: 991px) {
  .mobile .videoPlayer--project {
    min-height: 50vh;
    bottom: auto;
    top: 0;
    position: relative;
  }
}

@media only screen and (max-width: 991px) and (orientation: landscape) {
  .mobile .videoPlayer--project {
    min-height: 80vh;
  }
}

.playVideo {
  display: inline-block;
  font-size: 2rem;
  color: #fcf000;
  text-decoration: none;
  text-align: center;
  -webkit-transition: all 0.45s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.45s cubic-bezier(0.19, 1, 0.22, 1);
  letter-spacing: .025em;
}

.playVideo__icon {
  display: block;
  -webkit-transition: all 0.45s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.45s cubic-bezier(0.19, 1, 0.22, 1);
  margin-left: 0.5rem;
}

.playVideo__text {
  font-family: "PFDasGroteskPro-Medium", sans-serif;
  font-size: 0.875rem;
  display: block;
  margin-top: 1.125rem;
  -webkit-transition: all 0.45s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.45s cubic-bezier(0.19, 1, 0.22, 1);
}

.hero .playVideo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.desktop .hero .playVideo:hover {
  color: #ffffff;
}

.desktop .hero .playVideo:hover .playVideo__text {
  -webkit-transform: translateY(-150%);
          transform: translateY(-150%);
}

.desktop .hero .playVideo:hover .playVideo__icon {
  -webkit-transform: translateY(150%);
          transform: translateY(150%);
}

.hero {
  position: relative;
  max-height: 100vh;
  overflow: hidden;
  font-size: 0;
}

.hero__figure {
  margin: 0;
  padding: 0;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
}

.hero__picture {
  width: 100%;
}

.hero__img {
  width: 100%;
}

.hero--video-open .hero__figure, .hero--video-open .playVideo {
  opacity: 0;
  visibility: hidden;
}

.hero--video-open .videoPlayer {
  display: block;
}

.awards {
  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;
}

.awards img {
  margin-bottom: 12px;
}

.awards img:not(:last-child) {
  margin-right: 35px;
}

.clients {
  padding: 0 0 2.1875rem;
}

.clients ul {
  margin: 0;
  padding: 0;
}

.clients li {
  display: inline-block;
  font: "PFDasGroteskPro-Medium", sans-serif;
  color: #ffffff;
  line-height: 1;
  margin: 0 0 0.625rem 0;
  padding: 0 1.0625rem 0 0;
  position: relative;
}

.clients li:not(:last-child) {
  margin-right: 0.75rem;
}

.clients li:not(:last-child):after {
  content: "";
  font-family: 'icomoon';
  font-size: 0.8125rem;
  color: #fcf000;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
}

.clients a:link,
.clients a:visited {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
}

.desktop .clients a:link:hover, .desktop
.clients a:visited:hover {
  color: #fcf000;
}

.article {
  padding: 8.75rem 0 4.0625rem;
}

.article a:link, .article a:visited {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  text-decoration: underline;
}

.desktop .article a:link:hover, .desktop .article a:visited:hover {
  color: #fcf000;
}

.article .clients a:link, .article .clients a:visited {
  text-decoration: none;
}

.article ul li {
  line-height: 1.3;
  margin: 0 0 8px 0;
}

@media only screen and (max-width: 767px) {
  .article {
    padding-top: 6.875rem;
    padding-bottom: 1.25rem;
  }
}

.hero ~ .wrapper--small .article {
  padding-top: 3.4375rem;
}

@media only screen and (max-width: 767px) {
  .hero ~ .wrapper--small .article {
    padding-top: 2.5rem;
  }
}

.article--landing h2 {
  color: #ffffff;
}

.article--about p + h2 {
  padding-top: 5px;
}

.filter,
.breadcrumb,
.searchResults {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2;
  top: 3.75rem;
  left: 0.75rem;
}

@media only screen and (max-width: 1023px) {
  .filter--mobile,
  .breadcrumb--mobile,
  .searchResults--mobile {
    top: 2rem;
    left: 6.5625rem;
  }
}

@media (min-width: 640px) {
  .filter,
  .breadcrumb,
  .searchResults {
    top: 1.375rem;
    left: 7.5rem;
  }
}

@media (min-width: 1280px) {
  .filter,
  .breadcrumb,
  .searchResults {
    top: 3rem;
    left: 10.3125rem;
  }
}

.filter__nav, .filter__ul,
.breadcrumb__nav,
.breadcrumb__ul,
.searchResults__nav,
.searchResults__ul {
  margin: 0;
  padding: 0;
}

.filter__li,
.breadcrumb__li,
.searchResults__li {
  display: inline-block;
  position: relative;
}

.filter__li:not(:last-child),
.breadcrumb__li:not(:last-child),
.searchResults__li:not(:last-child) {
  padding-right: 0.625rem;
  margin-right: 0.1875rem;
}

.filter__li:not(:last-child):after,
.breadcrumb__li:not(:last-child):after,
.searchResults__li:not(:last-child):after {
  content: '/';
  font-family: "PFDasGroteskPro-Medium", sans-serif;
  font-size: 0.8125rem;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0.125rem;
}

.filter__link,
.breadcrumb__link,
.searchResults__link {
  font-family: "PFDasGroteskPro-Black", sans-serif;
  font-size: 0.8125rem;
  color: #ffffff;
  line-height: 1.38462;
  letter-spacing: .01em;
  -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}

.filter__link--active,
.breadcrumb__link--active,
.searchResults__link--active {
  color: #fcf000;
}

.filter__link--project,
.breadcrumb__link--project,
.searchResults__link--project {
  font-family: "PFDasGroteskPro-Medium", sans-serif;
}

.filter__link--project strong, .filter__link--project b,
.breadcrumb__link--project strong,
.breadcrumb__link--project b,
.searchResults__link--project strong,
.searchResults__link--project b {
  font-family: "PFDasGroteskPro-Black", sans-serif;
}

.desktop .filter__link:hover, .desktop
.breadcrumb__link:hover, .desktop
.searchResults__link:hover {
  color: #fcf000;
}

.mobile .breadcrumb {
  display: none;
}

@media only screen and (max-width: 1023px) {
  .filter__nav {
    position: absolute;
    top: 2.8125rem;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s ease-out 0s;
    transition: opacity .3s ease-out 0s;
  }
}

@media only screen and (max-width: 1023px) {
  .filter__li {
    display: block;
  }
  .filter__li:not(:last-child) {
    margin-right: 0;
    padding-right: 0;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .filter__li:not(:last-child):after {
    display: none;
  }
}

@media only screen and (max-width: 1023px) {
  .filter__link {
    font-size: 0.75rem;
  }
}

.filter__overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 888;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .35s ease-out 0s;
  transition: all .35s ease-out 0s;
  opacity: 1;
  background: #000000;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: center top;
          transform-origin: center top;
}

.filter--open .filter__overlay {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  visibility: visible;
}

.filter--open .filterMobile {
  z-index: 888;
}

.filter--open .filter__nav {
  z-index: 888;
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
}

.filter--open .main__logo {
  z-index: 3;
}

.filter--open .filterMobile__icon:before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.filterMobile {
  display: inline-block;
  position: relative;
  padding: 10px 30px 10px 0;
  margin-top: -10px;
}

@media (min-width: 1024px) {
  .filterMobile {
    display: none;
  }
}

.filterMobile__selected {
  font-family: "PFDasGroteskPro-Black", sans-serif;
  font-size: 0.75rem;
  display: inline-block;
  vertical-align: middle;
  color: #fcf000;
  margin: 0;
  line-height: 1;
}

.filterMobile__icon {
  display: inline-block;
  width: 1.375rem;
  height: 0.75rem;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -0.375rem;
  color: #fcf000;
}

.filterMobile__icon:before {
  content: "";
  display: inline-block;
  -webkit-transition: all .25s ease-out;
  transition: all .25s ease-out;
  font-family: 'icomoon';
  font-size: 0.75rem;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -0.25rem;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transform-origin: center;
          transform-origin: center;
}

.iphone .filterMobile__icon:before, .ipad .filterMobile__icon:before {
  margin-top: -0.5rem;
}

.searchResults {
  width: calc(100% - 105px);
}

@media only screen and (max-width: 767px) {
  .searchResults {
    top: 2rem;
    left: 6.5625rem;
  }
  .searchResults--landingMobile {
    display: none;
  }
}

.searchResults--mobile {
  display: none;
}

@media only screen and (max-width: 767px) {
  .searchResults--mobile {
    position: relative;
    top: auto;
    left: auto;
    display: block;
    padding-top: 1.875rem;
    width: 100%;
  }
  .searchResults--mobile .searchResults__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: inherit;
    white-space: normal;
    overflow: inherit;
  }
  .searchResults--mobile .searchResults__term {
    white-space: normal;
    overflow: inherit;
  }
}

.searchResults__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  max-width: calc(100% - 80px);
  white-space: nowrap;
}

.searchResults__label, .searchResults__term {
  font-family: "PFDasGroteskPro-Black", sans-serif;
  font-size: 0.8125rem;
  margin: 0;
  line-height: 1.38462;
  letter-spacing: .01em;
}

@media only screen and (max-width: 767px) {
  .searchResults__label, .searchResults__term {
    font-size: 0.75rem;
  }
}

.searchResults__label {
  color: #ffffff;
  margin-right: 0.25rem;
}

.searchResults__term {
  color: #fcf000;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.workList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 0;
}

.mobile .workList--grid .gridPicture__link {
  pointer-events: none;
}

.workList--grid .gridPicture__link:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.56);
  -webkit-transition: opacity .3s ease-out;
  transition: opacity .3s ease-out;
  opacity: 0;
}

.desktop .workList--grid .gridPicture__link:hover:before {
  opacity: 1;
  z-index: 1;
}

.workList--lazy {
  min-height: 100vh;
}

.gridPicture {
  font-size: 0;
  position: relative;
  overflow: hidden;
  display: block;
}

.projectInfo_open .gridPicture {
  pointer-events: none;
}

.gridPicture--mobile {
  display: none;
}

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

.gridPicture--main {
  max-height: 85vh;
}

.gridPicture--full {
  width: 100%;
}

.gridPicture--latest {
  width: 100%;
}

@media (min-width: 1024px) {
  .gridPicture--latest {
    width: 50%;
  }
}

.gridPicture--featured {
  width: 100%;
}

@media (min-width: 640px) {
  .gridPicture--featured {
    width: 50%;
  }
}

@media (min-width: 1024px) {
  .gridPicture--featured {
    width: 33.33%;
  }
}

.gridPicture--small {
  width: 100%;
}

@media (min-width: 1024px) {
  .gridPicture--small {
    width: 33.33%;
  }
}

.gridPicture--shadow .gridPicture__caption h2, .gridPicture--shadow .gridPicture__caption h3 {
  position: relative;
  z-index: 2;
}

.gridPicture__img {
  width: 100%;
  -webkit-transition: opacity .55s ease, -webkit-transform .55s ease;
  transition: opacity .55s ease, -webkit-transform .55s ease;
  transition: opacity .55s ease, transform .55s ease;
  transition: opacity .55s ease, transform .55s ease, -webkit-transform .55s ease;
}

.gridPicture__img.loaded ~ .gridPicture__caption {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.gridPicture.anim {
  opacity: 0;
}

.gridPicture.anim .gridPicture__img {
  opacity: 0;
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}

.gridPicture.anim.inview {
  opacity: 1;
}

.gridPicture.anim.inview .gridPicture__img {
  opacity: .9;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.gridPicture.anim.inview .gridPicture__img ~ .gridPicture__caption {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.gridPicture.anim:nth-child(3n + 1) .gridPicture__img {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}

.gridPicture.anim:nth-child(3n + 2) .gridPicture__img {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.gridPicture.anim:nth-child(3n + 3) .gridPicture__img {
  -webkit-transition-delay: 0.45s;
          transition-delay: 0.45s;
}

.gridPicture__caption {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 0.9375rem;
}

.gridPicture__caption:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.56);
  -webkit-transition: opacity .3s ease-out;
  transition: opacity .3s ease-out;
  opacity: 1;
}

.lightImages .gridPicture__caption:before {
  opacity: 0;
}

.gridPicture__caption__inner {
  max-width: 360px;
  margin: 0 auto;
  text-align: center;
  pointer-events: none;
}

.gridPicture__caption .category, .gridPicture__caption p.category {
  color: #ede100;
  font-family: "PFDasGroteskPro-Black", sans-serif;
  font-size: 0.75rem;
  letter-spacing: -.025em;
  line-height: 1.75;
  margin: 0;
  position: relative;
}

.gridPicture__caption h2,
.gridPicture__caption h3 {
  letter-spacing: .1em;
  width: 100%;
  text-align: center;
  font-family: "PFDasGroteskPro-Medium", sans-serif;
  margin: 0;
  -webkit-transition: all 0.45s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 0.45s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  opacity: 0;
  position: relative;
}

.tablet .gridPicture__caption h2, .mobile .gridPicture__caption h2, .tablet
.gridPicture__caption h3, .mobile
.gridPicture__caption h3,
.tablet .gridPicture__award,
.mobile .gridPicture__award {
  opacity: 1;
}

.gridPicture__caption h2 {
  font-size: 0.8125rem;
  color: #ffffff;
  line-height: 1.38462;
}

.gridPicture__caption h2 strong,
.gridPicture__caption h2 b {
  font-family: "PFDasGroteskPro-Black", sans-serif;
  font-weight: normal;
}

.gridPicture__caption h3 {
  font-family: "PFDasGroteskPro-Black", sans-serif;
  font-size: 0.6875rem;
  color: #fcf000;
  line-height: 1.2;
  text-transform: uppercase;
}

.gridPicture__caption--shown h2 {
  font-family: "PFDasGroteskPro-Black", sans-serif;
  letter-spacing: 0;
}

.gridPicture--full .gridPicture__caption--shown h2 {
  font-size: 1rem;
}

.gridPicture__caption--shown h3 {
  font-family: "PFDasGroteskPro-Black", sans-serif;
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.4375;
  margin: 0 0 0.375rem;
}

.gridPicture__caption--shown h2,
.gridPicture__caption--shown h3 {
  opacity: 1;
}

.gridPicture--full .gridPicture__caption h3, .gridPicture--full .gridPicture__caption h2 {
  color: #ffffff;
  font-size: 0.875rem;
  line-height: 1.5;
}

.gridPicture--full .gridPicture__caption h3 {
  margin: 0 0 30px;
}

.gridPicture--full .gridPicture__caption h2 {
  font-family: "PFDasGroteskPro-Medium", sans-serif;
  font-weight: 400;
}

.gridPicture__link {
  display: block;
  width: 100%;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.gridPicture__link:hover ~ .gridPicture__caption:before {
  opacity: 0;
}

.gridPicture__link:hover ~ .gridPicture__caption h2,
.gridPicture__link:hover ~ .gridPicture__caption h3 {
  opacity: 1;
}

.gridPicture__link:hover ~ .gridPicture__img {
  opacity: .6;
}

.lightImages .gridPicture__link:hover ~ .gridPicture__caption:before {
  opacity: 1;
}

.gridPicture__videoBox, .gridPicture__video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.mobile .gridPicture__videoBox, .tablet .gridPicture__videoBox, .mobile .gridPicture__video, .tablet .gridPicture__video {
  display: none;
}

.gridPicture__videoBox {
  opacity: 0;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.gridPicture--videoPlaying .gridPicture__videoBox {
  opacity: 1;
}

.gridPicture__video {
  width: auto;
}

.gridPicture__video::-webkit-media-controls {
  display: none !important;
}

.gridPicture__hoverLoop {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.gridPicture__hoverLoop__img {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.gridPicture__hoverLoop__img:nth-child(2) {
  -webkit-animation-delay: 0.34s;
          animation-delay: 0.34s;
}

.gridPicture__hoverLoop__img:nth-child(3) {
  -webkit-animation-delay: 0.51s;
          animation-delay: 0.51s;
}

.gridPicture__hoverLoop__img:nth-child(4) {
  -webkit-animation-delay: 0.68s;
          animation-delay: 0.68s;
}

.gridPicture__hoverLoop__img:nth-child(5) {
  -webkit-animation-delay: 0.85s;
          animation-delay: 0.85s;
}

.gridPicture__hoverLoop__img:nth-child(6) {
  -webkit-animation-delay: 1.02s;
          animation-delay: 1.02s;
}

.gridPicture__hoverLoop__img:nth-child(7) {
  -webkit-animation-delay: 1.19s;
          animation-delay: 1.19s;
}

.gridPicture__hoverLoop__img:nth-child(8) {
  -webkit-animation-delay: 1.36s;
          animation-delay: 1.36s;
}

.gridPicture__hoverLoop__img:nth-child(9) {
  -webkit-animation-delay: 1.53s;
          animation-delay: 1.53s;
}

.gridPicture__hoverLoop__img:nth-child(10) {
  -webkit-animation-delay: 1.7s;
          animation-delay: 1.7s;
}

.gridPicture__award {
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 165px;
  opacity: 0;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.gridPicture__awardText {
    position: absolute;
    bottom: 65px;
    font-family: 'PFDasGroteskPro-Black';
    font-size: 12px;
    color: #999999;
    white-space: nowrap;
    width: 100%;
    left: 0;
    text-align: center;
    letter-spacing: .09em;
    opacity: 0;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.desktop .gridPicture:hover .gridPicture__award,
.desktop .gridPicture:hover .gridPicture__awardText {
  opacity: 1;
}




.desktop .gridPicture:hover .gridPicture__hoverLoop {
  opacity: 1;
  z-index: 2;
}

.desktop .gridPicture:hover .gridPicture__hoverLoop ~ .gridPicture__caption {
  z-index: 3;
}

.desktop .gridPicture:hover .gridPicture__hoverLoop__img {
  display: block;
  -webkit-animation-name: fade;
          animation-name: fade;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-direction: revert;
          animation-direction: revert;
}

.desktop .gridPicture:hover .gridPicture__hoverLoop__img:nth-child(1) {
  z-index: 1;
}

.desktop .gridPicture:hover .gridPicture__hoverLoop__img:nth-child(2) {
  z-index: 2;
}

.desktop .gridPicture:hover .gridPicture__hoverLoop__img:nth-child(3) {
  z-index: 3;
}

.desktop .gridPicture:hover .gridPicture__hoverLoop__img:nth-child(4) {
  z-index: 4;
}

.desktop .gridPicture:hover .gridPicture__hoverLoop__img:nth-child(5) {
  z-index: 5;
}

.desktop .gridPicture:hover .gridPicture__hoverLoop__img:nth-child(6) {
  z-index: 6;
}

.desktop .gridPicture:hover .gridPicture__hoverLoop__img:nth-child(7) {
  z-index: 7;
}

.desktop .gridPicture:hover .gridPicture__hoverLoop__img:nth-child(8) {
  z-index: 8;
}

.desktop .gridPicture:hover .gridPicture__hoverLoop__img:nth-child(9) {
  z-index: 9;
}

.desktop .gridPicture:hover .gridPicture__hoverLoop__img:nth-child(10) {
  z-index: 10;
}

.desktop .gridPicture:hover .gridPicture__hoverLoop ~ .gridPicture__img {
  display: none;
}

@-webkit-keyframes fade {
  0% {
    z-index: 1;
  }
  100% {
    z-index: inherit;
  }
}

@keyframes fade {
  0% {
    z-index: 1;
  }
  100% {
    z-index: inherit;
  }
}

.ajax_loading {
  height: 20px;
}

.lds-ripple-outer {
  position: fixed;
  width: 100%;
  height: 100%;
  background: black;
  top: 0;
  left: 0;
  z-index: 99999;
}

.lds-ripple-outer--hidden {
  display: none;
}

.lds-ripple {
  display: inline-block;
  position: absolute;
  width: 80px;
  height: 80px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 999;
}

.lds-ripple div {
  position: absolute;
  border: 4px solid #fff;
  opacity: 1;
  border-radius: 0;
  -webkit-animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
          animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.lds-ripple div:nth-child(2) {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s;
}

@-webkit-keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}

@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}

.projInfoTrigger {
  display: inline-block;
  font-family: "PFDasGroteskPro-Medium", sans-serif;
  font-size: 0.8125rem;
  color: #ffffff;
  line-height: 1;
  margin-left: 1.0625rem;
}

.desktop .projInfoTrigger:hover {
  color: #fcf000;
}

.projInfoTrigger b, .projInfoTrigger strong {
  font-family: "PFDasGroteskPro-Black", sans-serif;
}

.projectInfo {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 26.125rem;
  max-width: 100%;
  background: rgba(0, 0, 0, 0.85);
  padding: 6.25rem 0.75rem 1.25rem;
  opacity: 0;
  -webkit-transition: all .45s linear;
  transition: all .45s linear;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  z-index: 1;
}

.projectInfo_open .projectInfo {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

@media (min-width: 768px) {
  .projectInfo {
    padding: 11.25rem 3.4375rem 2.5rem;
  }
}

@media only screen and (max-width: 991px) {
  .mobile .projectInfo {
    position: relative;
    width: 100%;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
    padding-top: 20px;
    padding-left: 30px;
  }
}

.projectInfo__inner {
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
}

.projectInfo__inner::-webkit-scrollbar {
  display: none;
}

.projectInfo__title {
  font-family: "PFDasGroteskPro-Black", sans-serif;
  font-weight: normal;
  font-size: 0.75rem;
  color: #fcf000;
  width: 100%;
  margin: 0 0 0.3125rem;
}

.projectInfo__title--big {
  font-size: 0.875rem;
  color: #ffffff;
  margin-bottom: 1.25rem;
}

.projectInfo__subtitle {
  font-family: "PFDasGroteskPro-Medium", sans-serif;
  font-weight: normal;
  font-size: 0.75rem;
  color: #ffffff;
  width: 100%;
  margin: 0;
}

.projectInfo__subtitle strong, .projectInfo__subtitle b {
  font-family: "PFDasGroteskPro-Black", sans-serif;
}

.projectInfo__box:not(:last-child) {
  margin-bottom: 1.875rem;
}

@media only screen and (min-width: 992px) {
  html:not(.mobile) .projectInfo__box--mobile {
    display: none;
  }
}

.projectInfo__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (max-width: 991px) {
  .mobile .projectInfo__row--mobile {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.projectInfo__label, .projectInfo__value {
  font-family: "PFDasGroteskPro-Medium", sans-serif;
  font-size: 0.9375rem;
  line-height: 1.66667;
  margin: 0 0 0.1875rem;
}

@media only screen and (max-width: 991px) {
  .projectInfo__label, .projectInfo__value {
    font-size: 0.875rem;
  }
}

.projectInfo__label {
  color: #8e8e8e;
  margin-right: 0.3125rem;
}

.projectInfo__value {
  color: #ffffff;
}

.projectInfo__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.projectInfo__social__text {
  font-family: "PFDasGroteskPro-Medium", sans-serif;
  font-size: 0.75rem;
  line-height: 1;
  color: #fcf000;
  margin: 0 0.3125rem 0 0;
}

.projectInfo__social .socialNav__ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.projectInfo__social .socialNav__li {
  line-height: 1;
  margin: -0.25rem 0 0;
}

.projectInfo__social .socialNav__li:not(:last-child) {
  padding-right: 0.75rem;
  margin-right: 0.4375rem;
  position: relative;
}

.projectInfo__social .socialNav__li:not(:last-child):after {
  content: '/';
  display: inline-block;
  color: #ffffff;
  position: absolute;
  right: 0;
  top: 0.125rem;
}

.projectInfo__social .socialNav__link {
  font-family: "PFDasGroteskPro-Medium", sans-serif;
  font-size: 0.75rem;
  color: #ffffff;
  line-height: 1;
}

.desktop .projectInfo__social .socialNav__link:hover {
  color: #fcf000;
}

.projectInfo__close:link, .projectInfo__close:visited {
  display: inline-block;
  font-family: "PFDasGroteskPro-Medium", sans-serif;
  font-size: 0.75rem;
  line-height: 1.5;
  text-decoration: underline;
  color: #ffffff;
}

.desktop .projectInfo__close:link:hover, .desktop .projectInfo__close:visited:hover {
  color: #fcf000;
}

@media only screen and (max-width: 991px) {
  .mobile .projectInfo__close:link, .mobile .projectInfo__close:visited {
    display: none;
  }
}

.projectInfo__award {
  margin: 0;
  padding: 0;
}


.projectInfo__award figcaption {
   font-family: 'PFDasGroteskPro-Black';
    font-size: 12px;
    color: #999999;
    letter-spacing: .09em;
     display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}

.projectInfo__award img {
  max-width: 165px;
  display: inline-block;
  vertical-align: middle;
}

.notfound {
  text-align: center;
}

.notfound__title {
  font-family: "PFDasGroteskPro-Medium", sans-serif;
  font-size: 3rem;
  color: #fcf000;
  line-height: 1;
  margin: 0;
}

.notfound__text {
  font-family: "PFDasGroteskPro-Black", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  margin: 2.1875rem 0 0;
}

.notfoundNav {
  margin: 3.4375rem 0 0.9375rem;
}

.notfoundNav__ul {
  margin: 0;
  padding: 0;
}

.notfoundNav__li {
  display: inline-block;
  margin: 0.3125rem 0.9375rem;
}

@media only screen and (max-width: 767px) {
  .notfoundNav__li {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }
}

.notfoundNav__link {
  display: inline-block;
  font-family: "PFDasGroteskPro-Black", sans-serif;
  font-size: 1.125rem;
  color: #ffffff;
  -webkit-transition: all 0.25s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.25s cubic-bezier(0.19, 1, 0.22, 1);
}

@media only screen and (max-width: 767px) {
  .notfoundNav__link {
    font-size: 1rem;
  }
}

.desktop .notfoundNav__link:hover {
  color: #fcf000;
}

.contact {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  z-index: 1;
}

.contact__left {
  width: 28.75rem;
  margin-right: 5.625rem;
  max-width: 100%;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

@media (max-width: 767px) {
  .contact__left {
    margin-left: auto;
    margin-right: auto;
  }
}

.contact__right {
  width: 10rem;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.contact__right h2 {
  color: #ffffff;
  font-weight: normal;
  margin-bottom: 0.5rem;
  font-size: 0.9375rem;
}

.contact__right address {
  font-style: normal;
  font-family: "PFDasGroteskPro-Medium", sans-serif;
  font-size: 16px;
  color: #ffffff;
  line-height: 1.5;
  font-size: 0.9375rem;
  margin-bottom: 3.125rem;
}

.contact__right address a:link,
.contact__right address a:visited {
  color: inherit;
  text-decoration: underline;
}

.desktop .contact__right address a:link:hover, .desktop
.contact__right address a:visited:hover {
  color: #fcf000;
}

.contact__right address a[href*="tel"] {
  text-decoration: none;
}

.contact__right .socialNav__li {
  margin: 0.625rem 0;
}

.contact__right .socialNav__link {
  font-size: 0.9375rem;
}

.desktop .contact__right .socialNav__link:hover {
  color: #fcf000;
}

@media only screen and (max-width: 767px) {
  .contact__right {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}

.heroThumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.heroThumbs__thumb {
  width: 50%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 50%;
  cursor: pointer;
}

@media (min-width: 768px) {
  .heroThumbs__thumb {
    width: 25%;
  }
}

.desktop .heroThumbs__thumb:hover .heroThumbs__figcaption, .heroThumbs__thumb--active .heroThumbs__figcaption {
  color: #fcf000;
}

.desktop .heroThumbs__thumb:hover .heroThumbs__figcaption::after, .heroThumbs__thumb--active .heroThumbs__figcaption::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.heroThumbs__figure {
  margin: 0;
  padding: 0;
}

.heroThumbs__img {
  width: 100%;
}

.heroThumbs__figcaption {
  padding: 0.9375rem 1.625rem 0.9375rem 0.9375rem;
  position: relative;
  display: inline-block;
  font-family: "PFDasGroteskPro-Medium", sans-serif;
  font-size: 0.875rem;
  color: #ffffff;
  -webkit-transition: all 0.35s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.35s cubic-bezier(0.19, 1, 0.22, 1);
}

@media (min-width: 768px) {
  .heroThumbs__figcaption {
    padding: 0.9375rem 1.625rem 0.9375rem 1.875rem;
  }
}

.heroThumbs__figcaption strong {
  font-family: "PFDasGroteskPro-Black", sans-serif;
}

.heroThumbs__figcaption:after {
  content: "";
  font-family: 'icomoon';
  font-size: 1.0625rem;
  color: inherit;
  -webkit-transition: all 0.35s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.35s cubic-bezier(0.19, 1, 0.22, 1);
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -0.5625rem;
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}

@media only screen and (max-width: 767px) {
  .heroThumbs__figcaption {
    font-size: 0.75rem;
  }
  .heroThumbs__figcaption:after {
    font-size: 0.875rem;
    margin-top: -0.4375rem;
  }
}

.landinghomeLink:link, .landinghomeLink:visited {
  display: inline-block;
  position: fixed;
  font-family: "PFDasGroteskPro-Black", sans-serif;
  font-size: 0.6875rem;
  top: 2.3125rem;
  right: 2.1875rem;
  letter-spacing: .01em;
  text-decoration: underline;
  color: #ffffff;
  -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  z-index: 888;
}

.desktop .landinghomeLink:link:hover, .desktop .landinghomeLink:visited:hover {
  color: #fcf000;
}

@media (min-width: 1024px) {
  .landinghomeLink:link, .landinghomeLink:visited {
    top: 1.25rem;
    right: 1.25rem;
  }
}

@media (min-width: 1280px) {
  .landinghomeLink:link, .landinghomeLink:visited {
    top: 3.0625rem;
    right: 3.125rem;
  }
}

.article--landing {
  padding-top: 5.9375rem;
  padding-bottom: 6.5625rem;
}

@media only screen and (max-width: 767px) {
  .article--landing {
    padding-top: 1.875rem;
    padding-bottom: 1.25rem;
  }
}

.article--landing p, .article--landing h2 {
  font-size: 0.9375rem;
}

.socialNav--row {
  text-align: center;
  padding-bottom: 6.25rem;
}

.socialNav--row .socialNav__ul {
  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;
}

.socialNav--row .socialNav__li:not(:last-child) {
  padding-right: 0.625rem;
  margin-right: 0.375rem;
  position: relative;
}

.socialNav--row .socialNav__li:not(:last-child):after {
  content: '/';
  display: inline-block;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #545454;
}

.pswp {
  z-index: 1;
}

.pswp .pswp__zoom-wrap {
  height: 100%;
  top: 0;
  left: 0;
}

.pswp__zoom-wrap {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1) !important;
          transform: scale(1) !important;
  opacity: 0;
}

.pswp__item--active .pswp__zoom-wrap {
  -webkit-transform: scale(1) !important;
          transform: scale(1) !important;
  opacity: 1;
}

.pswp__img {
  width: auto !important;
  height: auto !important;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 100% !important;
  max-height: 100%;
  margin: auto;
}

.pswp__img--placeholder {
  opacity: 0;
}

.pswp.pswp--open {
  z-index: 9;
}

.pswp.pswp--open .pswp__zoom-wrap {
  -webkit-transition: all .55s ease-in !important;
  transition: all .55s ease-in !important;
}

.pswp.pswp--open .pswp__img {
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.pswp__button--arrow--left, .pswp__button--arrow--right {
  background: none;
}

.pswp__button--arrow--left:before, .pswp__button--arrow--right:before {
  content: "";
  font-family: 'icomoon';
  font-size: 1.125rem;
  background: none;
  display: inline-block;
  color: rgba(255, 255, 255, 0.5);
  width: auto;
  height: auto;
  -webkit-transition: all 0.35s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.35s cubic-bezier(0.19, 1, 0.22, 1);
}

.desktop .pswp__button--arrow--left:hover:before, .desktop .pswp__button--arrow--right:hover:before {
  color: white;
}

.pswp__button--arrow--left {
  left: 0.625rem;
}

@media (min-width: 1280px) {
  .pswp__button--arrow--left {
    left: 3.125rem;
  }
}

.pswp__button--arrow--right {
  right: 0.625rem;
}

@media (min-width: 1280px) {
  .pswp__button--arrow--right {
    right: 3.125rem;
  }
}

.pswp__button--arrow--right:before {
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.pswp__button--close {
  -webkit-transition: all 0.35s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.35s cubic-bezier(0.19, 1, 0.22, 1);
  margin-top: 0.625rem;
  margin-right: 0.625rem;
}

.pswp--zoom-allowed .pswp__img {
  cursor: default;
}

.blogArticle {
  position: fixed;
  z-index: 9;
  width: 100%;
  bottom: 0;
  left: 0;
  padding-bottom: 1.875rem;
  padding-top: 1.875rem;
  text-align: center;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.9)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
}

.blogArticle__text {
  font-family: "PFDasGroteskPro-Medium", sans-serif;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.64286;
  color: rgba(255, 255, 255, 0.75);
  margin: 0 0 0.9375rem;
}

.blogArticle__subtext {
  display: none;
}

.mobile .blogArticle__subtext {
  display: block;
  font-size: 0.875rem;
  margin: 0 0 0.375rem;
}

.blogArticle .projectInfo__social {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
/*# sourceMappingURL=main.css.map */