/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; /* 2 */
}

/**
 * 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 size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger:hover {
  opacity: 0.7;
}

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 40px;
  height: 4px;
  background-color: #000;
  border-radius: 4px;
  position: absolute;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -10px;
}

.hamburger-inner::after {
  bottom: -10px;
}

/*
   * 3DX
   */
.hamburger--3dx .hamburger-box {
  -webkit-perspective: 80px;
  perspective: 80px;
}

.hamburger--3dx .hamburger-inner {
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
  transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.hamburger--3dx.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dx.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * 3DX Reverse
   */
.hamburger--3dx-r .hamburger-box {
  -webkit-perspective: 80px;
  perspective: 80px;
}

.hamburger--3dx-r .hamburger-inner {
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
  transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent;
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}

.hamburger--3dx-r.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dx-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * 3DY
   */
.hamburger--3dy .hamburger-box {
  -webkit-perspective: 80px;
  perspective: 80px;
}

.hamburger--3dy .hamburger-inner {
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
  transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent;
  -webkit-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
}

.hamburger--3dy.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dy.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * 3DY Reverse
   */
.hamburger--3dy-r .hamburger-box {
  -webkit-perspective: 80px;
  perspective: 80px;
}

.hamburger--3dy-r .hamburger-inner {
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
  transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent;
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}

.hamburger--3dy-r.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dy-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * Arrow
   */
.hamburger--arrow.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

.hamburger--arrow.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
   * Arrow Right
   */
.hamburger--arrow-r.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

.hamburger--arrow-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
   * Arrow Alt
   */
.hamburger--arrowalt .hamburger-inner::before {
  transition: top 0.1s 0.15s ease, -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt .hamburger-inner::after {
  transition: bottom 0.1s 0.15s ease, -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: translate3d(-8px, -10px, 0) rotate(-45deg) scale(0.7, 1);
  transform: translate3d(-8px, -10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, -webkit-transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: translate3d(-8px, 10px, 0) rotate(45deg) scale(0.7, 1);
  transform: translate3d(-8px, 10px, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, -webkit-transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
   * Arrow Alt Right
   */
.hamburger--arrowalt-r .hamburger-inner::before {
  transition: top 0.1s 0.15s ease, -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt-r .hamburger-inner::after {
  transition: bottom 0.1s 0.15s ease, -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: translate3d(8px, -10px, 0) rotate(45deg) scale(0.7, 1);
  transform: translate3d(8px, -10px, 0) rotate(45deg) scale(0.7, 1);
  transition: top 0.1s ease, -webkit-transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: translate3d(8px, 10px, 0) rotate(-45deg) scale(0.7, 1);
  transform: translate3d(8px, 10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, -webkit-transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
   * Boring
   */
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
  transition-property: none;
}

.hamburger--boring.is-active .hamburger-inner {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.hamburger--boring.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}

.hamburger--boring.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

/*
   * Collapse
   */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.15s;
  transition-delay: 0.15s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse .hamburger-inner::after {
  top: -20px;
  transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.32s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.27s linear;
}

.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Collapse Reverse
   */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.15s;
  transition-delay: 0.15s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse-r .hamburger-inner::after {
  top: -20px;
  transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse-r .hamburger-inner::before {
  transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, -10px, 0) rotate(45deg);
  transform: translate3d(0, -10px, 0) rotate(45deg);
  transition-delay: 0.32s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.27s linear;
}

.hamburger--collapse-r.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Elastic
   */
.hamburger--elastic .hamburger-inner {
  top: 2px;
  transition-duration: 0.4s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic .hamburger-inner::before {
  top: 10px;
  transition: opacity 0.15s 0.4s ease;
}

.hamburger--elastic .hamburger-inner::after {
  top: 20px;
  transition: -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 10px, 0) rotate(135deg);
  transform: translate3d(0, 10px, 0) rotate(135deg);
  transition-delay: 0.1s;
}

.hamburger--elastic.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}

.hamburger--elastic.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -20px, 0) rotate(-270deg);
  transform: translate3d(0, -20px, 0) rotate(-270deg);
  transition-delay: 0.1s;
}

/*
   * Elastic Reverse
   */
.hamburger--elastic-r .hamburger-inner {
  top: 2px;
  transition-duration: 0.4s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic-r .hamburger-inner::before {
  top: 10px;
  transition: opacity 0.15s 0.4s ease;
}

.hamburger--elastic-r .hamburger-inner::after {
  top: 20px;
  transition: -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 10px, 0) rotate(-135deg);
  transform: translate3d(0, 10px, 0) rotate(-135deg);
  transition-delay: 0.1s;
}

.hamburger--elastic-r.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}

.hamburger--elastic-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -20px, 0) rotate(270deg);
  transform: translate3d(0, -20px, 0) rotate(270deg);
  transition-delay: 0.1s;
}

/*
   * Emphatic
   */
.hamburger--emphatic {
  overflow: hidden;
}

.hamburger--emphatic .hamburger-inner {
  transition: background-color 0.2s 0.25s ease-in;
}

.hamburger--emphatic .hamburger-inner::before {
  left: 0;
  transition: top 0.05s 0.2s linear, left 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, left 0.2s 0.25s ease-in;
  transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, left 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

.hamburger--emphatic .hamburger-inner::after {
  top: 10px;
  right: 0;
  transition: top 0.05s 0.2s linear, right 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, right 0.2s 0.25s ease-in;
  transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, right 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

.hamburger--emphatic.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent;
}

.hamburger--emphatic.is-active .hamburger-inner::before {
  left: -80px;
  top: -80px;
  -webkit-transform: translate3d(80px, 80px, 0) rotate(45deg);
  transform: translate3d(80px, 80px, 0) rotate(45deg);
  transition: left 0.2s ease-out, top 0.05s 0.2s linear, -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.hamburger--emphatic.is-active .hamburger-inner::after {
  right: -80px;
  top: -80px;
  -webkit-transform: translate3d(-80px, 80px, 0) rotate(-45deg);
  transform: translate3d(-80px, 80px, 0) rotate(-45deg);
  transition: right 0.2s ease-out, top 0.05s 0.2s linear, -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
   * Emphatic Reverse
   */
.hamburger--emphatic-r {
  overflow: hidden;
}

.hamburger--emphatic-r .hamburger-inner {
  transition: background-color 0.2s 0.25s ease-in;
}

.hamburger--emphatic-r .hamburger-inner::before {
  left: 0;
  transition: top 0.05s 0.2s linear, left 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, left 0.2s 0.25s ease-in;
  transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, left 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

.hamburger--emphatic-r .hamburger-inner::after {
  top: 10px;
  right: 0;
  transition: top 0.05s 0.2s linear, right 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, right 0.2s 0.25s ease-in;
  transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, right 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

.hamburger--emphatic-r.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent;
}

.hamburger--emphatic-r.is-active .hamburger-inner::before {
  left: -80px;
  top: 80px;
  -webkit-transform: translate3d(80px, -80px, 0) rotate(-45deg);
  transform: translate3d(80px, -80px, 0) rotate(-45deg);
  transition: left 0.2s ease-out, top 0.05s 0.2s linear, -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.hamburger--emphatic-r.is-active .hamburger-inner::after {
  right: -80px;
  top: 80px;
  -webkit-transform: translate3d(-80px, -80px, 0) rotate(45deg);
  transform: translate3d(-80px, -80px, 0) rotate(45deg);
  transition: right 0.2s ease-out, top 0.05s 0.2s linear, -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
   * Slider
   */
.hamburger--slider .hamburger-inner {
  top: 2px;
}

.hamburger--slider .hamburger-inner::before {
  top: 10px;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  transition-timing-function: ease;
  transition-duration: 0.2s;
}

.hamburger--slider .hamburger-inner::after {
  top: 20px;
}

.hamburger--slider.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--slider.is-active .hamburger-inner::before {
  -webkit-transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  opacity: 0;
}

.hamburger--slider.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -20px, 0) rotate(-90deg);
  transform: translate3d(0, -20px, 0) rotate(-90deg);
}

/*
   * Slider Reverse
   */
.hamburger--slider-r .hamburger-inner {
  top: 2px;
}

.hamburger--slider-r .hamburger-inner::before {
  top: 10px;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  transition-timing-function: ease;
  transition-duration: 0.2s;
}

.hamburger--slider-r .hamburger-inner::after {
  top: 20px;
}

.hamburger--slider-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 10px, 0) rotate(-45deg);
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}

.hamburger--slider-r.is-active .hamburger-inner::before {
  -webkit-transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
  transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
  opacity: 0;
}

.hamburger--slider-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -20px, 0) rotate(90deg);
  transform: translate3d(0, -20px, 0) rotate(90deg);
}

/*
   * Spring
   */
.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s 0.15s linear;
}

.hamburger--spring .hamburger-inner::before {
  top: 10px;
  transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring .hamburger-inner::after {
  top: 20px;
  transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.32s;
  background-color: transparent;
}

.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translate3d(0, 10px, 0) rotate(-45deg);
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}

/*
   * Spring Reverse
   */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.15s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring-r .hamburger-inner::after {
  top: -20px;
  transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
}

.hamburger--spring-r .hamburger-inner::before {
  transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.32s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spring-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.32s linear;
}

.hamburger--spring-r.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Stand
   */
.hamburger--stand .hamburger-inner {
  transition: background-color 0s 0.1s linear, -webkit-transform 0.1s 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: transform 0.1s 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.1s linear;
  transition: transform 0.1s 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.1s linear, -webkit-transform 0.1s 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand .hamburger-inner::before {
  transition: top 0.1s 0.1s ease-in, -webkit-transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.1s ease-in, transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.1s ease-in, transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease-in, -webkit-transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.1s ease-in, transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.1s ease-in, transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand.is-active .hamburger-inner {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  background-color: transparent;
  transition: background-color 0s 0.22s linear, -webkit-transform 0.1s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.1s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.22s linear;
  transition: transform 0.1s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.22s linear, -webkit-transform 0.1s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--stand.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: top 0.1s 0.12s ease-out, -webkit-transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.12s ease-out, transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.12s ease-out, transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--stand.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: bottom 0.1s 0.12s ease-out, -webkit-transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s 0.12s ease-out, transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s 0.12s ease-out, transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Stand Reverse
   */
.hamburger--stand-r .hamburger-inner {
  transition: background-color 0s 0.1s linear, -webkit-transform 0.1s 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: transform 0.1s 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.1s linear;
  transition: transform 0.1s 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.1s linear, -webkit-transform 0.1s 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand-r .hamburger-inner::before {
  transition: top 0.1s 0.1s ease-in, -webkit-transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.1s ease-in, transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.1s ease-in, transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand-r .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease-in, -webkit-transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.1s ease-in, transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.1s ease-in, transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand-r.is-active .hamburger-inner {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  background-color: transparent;
  transition: background-color 0s 0.22s linear, -webkit-transform 0.1s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.1s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.22s linear;
  transition: transform 0.1s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.22s linear, -webkit-transform 0.1s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--stand-r.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: top 0.1s 0.12s ease-out, -webkit-transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.12s ease-out, transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.12s ease-out, transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--stand-r.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: bottom 0.1s 0.12s ease-out, -webkit-transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s 0.12s ease-out, transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s 0.12s ease-out, transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Spin
   */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.34s ease-in, -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin.is-active .hamburger-inner {
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  transition-delay: 0.14s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out;
}

.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Spin Reverse
   */
.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin-r .hamburger-inner::before {
  transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin-r .hamburger-inner::after {
  transition: bottom 0.1s 0.34s ease-in, -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin-r.is-active .hamburger-inner {
  -webkit-transform: rotate(-225deg);
  transform: rotate(-225deg);
  transition-delay: 0.14s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out;
}

.hamburger--spin-r.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  transition: bottom 0.1s ease-out, -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Squeeze
   */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.1s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.1s 0.14s ease, opacity 0.1s ease;
}

.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.1s 0.14s ease, -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition-delay: 0.14s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease, opacity 0.1s 0.14s ease;
}

.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  transition: bottom 0.1s ease, -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Vortex
   */
.hamburger--vortex .hamburger-inner {
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}

.hamburger--vortex .hamburger-inner::before {
  transition-property: top, opacity;
}

.hamburger--vortex .hamburger-inner::after {
  transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform;
  transition-property: bottom, transform, -webkit-transform;
}

.hamburger--vortex.is-active .hamburger-inner {
  -webkit-transform: rotate(765deg);
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
  transition-delay: 0s;
}

.hamburger--vortex.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}

.hamburger--vortex.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

/*
   * Vortex Reverse
   */
.hamburger--vortex-r .hamburger-inner {
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}

.hamburger--vortex-r .hamburger-inner::before {
  transition-property: top, opacity;
}

.hamburger--vortex-r .hamburger-inner::after {
  transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform;
  transition-property: bottom, transform, -webkit-transform;
}

.hamburger--vortex-r.is-active .hamburger-inner {
  -webkit-transform: rotate(-765deg);
  transform: rotate(-765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
  transition-delay: 0s;
}

.hamburger--vortex-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}

.hamburger--vortex-r.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

body {
  color: #ffffff;
  background: #3A3636;
  font-size: 15px;
  letter-spacing: 0.02rem;
}

::-moz-selection {
  background: #f8b788;
}

::selection {
  background: #f8b788;
}

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

a {
  color: #F38231;
  transition: all 0.2s ease-in;
  text-decoration: none;
  opacity: 0.75;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  text-rendering: optimizeLegibility;
}
a:hover {
  opacity: 1;
}
a:active, a:focus {
  opacity: 1;
}

.underline-link, .about.content .right-side li a, .about.content .right-side h3 a, .about.content .right-side p a, .team.content section header p.subtitle a, p a, h2 a {
  color: #ffffff;
  padding-bottom: 3px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  opacity: 1;
}
.underline-link:hover, .about.content .right-side li a:hover, .about.content .right-side h3 a:hover, .about.content .right-side p a:hover, .team.content section header p.subtitle a:hover, p a:hover, h2 a:hover {
  border-bottom-color: rgb(255, 255, 255);
}

img {
  margin: 0;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.hidden {
  opacity: 0 !important;
  pointer-events: none !important;
}

.will-load-in {
  opacity: 0;
  will-change: transform, opacity;
  transition: opacity 1.2s linear, -webkit-transform 0.8s linear;
  transition: transform 0.8s linear, opacity 1.2s linear;
  transition: transform 0.8s linear, opacity 1.2s linear, -webkit-transform 0.8s linear;
}

.load-in-fade {
  opacity: 0;
  -webkit-transform: translateY(3rem);
  transform: translateY(3rem);
  -webkit-animation: fade-in-movement;
  animation: fade-in-movement;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.load-in-direction--up {
  -webkit-transform: translateY(3rem);
  transform: translateY(3rem);
}
.load-in-direction--down {
  -webkit-transform: translateY(-3rem);
  transform: translateY(-3rem);
}
.load-in-direction--left {
  -webkit-transform: translateX(3rem);
  transform: translateX(3rem);
}
.load-in-direction--right {
  -webkit-transform: translateX(-3rem);
  transform: translateX(-3rem);
}

.has-loaded-in {
  opacity: 1;
}
.has-loaded-in.load-in-direction--up {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.has-loaded-in.load-in-direction--down {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.has-loaded-in.load-in-direction--left {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.has-loaded-in.load-in-direction--right {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

@-webkit-keyframes fade-in-movement {
  from {
    opacity: 0;
    -webkit-transform: translateY(3rem);
    transform: translateY(3rem);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fade-in-movement {
  from {
    opacity: 0;
    -webkit-transform: translateY(3rem);
    transform: translateY(3rem);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@font-face {
  font-family: "Freight Big Book";
  src: url("/fonts/Freight-Big-Book.woff2") format("woff2"), url("/fonts/Freight-Big-Book.woff") format("woff"), url("/fonts/Freight-Big-Book.ttf");
}
@font-face {
  font-family: "Neue Haas Grotesk";
  src: url("/fonts/Neue-Haas-Grotesk-Bold.ttf");
  font-weight: bold;
}
@font-face {
  font-family: "Neue Haas Grotesk";
  src: url("/fonts/Neue-Haas-Grotesk-Regular.ttf");
  font-weight: normal;
}
body {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 300;
  letter-spacing: 0.02 rem;
  word-spacing: -0.1rem;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-family: "Freight Big Book", Helvetica, Arial, sans-serif;
  font-weight: 100;
  color: #ffffff;
  line-height: 1.125em;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-spacing: 0.1rem;
  letter-spacing: -0.001em;
}

h2 {
  letter-spacing: -0.001em;
}
h1 {
  font-size: 1.953125rem;
}

h2 {
  font-size: 1.5625rem;
}

h3 {
  font-size: 1.25rem;
}

h4 {
  font-size: 1rem;
}

h5 {
  font-size: 0.8rem;
}

h6 {
  font-size: 0.64rem;
}

p {
  line-height: 1.614em;
  font-smooth: auto;
  text-rendering: optimizeLegibility;
  color: #ffffff;
}
p.small {
  font-size: 0.5em;
  color: HSLA(0, 1%, 55%, 1);
}

.gallery {
  position: absolute;
  display: block !important;
  overflow: hidden;
}
.gallery.gallery-active {
  display: flex !important;
}
.gallery .spinner {
  position: absolute;
  z-index: 10000;
  left: 25vw;
  top: 50%;
  margin-top: -2.5vw;
  margin-left: -2.5vw;
}
.gallery .loading-bar {
  height: 9px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.4s ease-in;
  opacity: 0.75;
}
@media screen and (max-width: 750px) {
  .gallery .loading-bar {
    display: none;
  }
}
.gallery .loading-bar .track {
  position: absolute;
  left: 0;
  height: 100%;
  width: 0;
  background: #F38231;
  transition: all 0.4s;
}
.gallery .loading-bar.finished {
  height: 0;
}
.gallery img {
  padding-right: 0.5em;
  display: block;
  max-width: none;
  width: auto;
  height: 100%;
  opacity: 0.25;
  transition: opacity 0.4s ease-in;
}
.gallery img:first-of-type {
  opacity: 1;
}
.gallery img.active {
  opacity: 1;
}
.gallery img:hover {
  opacity: 1;
}
@media screen and (max-width: 750px) {
  .gallery img {
    width: 100vw !important;
    height: auto !important;
    max-height: none;
    opacity: 1;
    padding-right: 0;
    padding-bottom: 0.5em;
    pointer-events: none;
  }
}
.gallery.has-pictures {
  cursor: pointer;
}
.gallery.has-pictures img:first-of-type {
  cursor: pointer;
}
.gallery.no-pictures {
  cursor: default;
}
.gallery.no-pictures img:first-of-type {
  cursor: default;
}
@media screen and (max-width: 750px) {
  .gallery {
    flex-direction: column;
    overflow: scroll;
    pointer-events: none;
    height: auto !important;
    width: 100% !important;
    cursor: default !important;
    overflow: hidden;
  }
}

.media-controls {
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-filter: drop-shadow(0 1px 3px hsla(0deg, 0%, 0%, 0.2));
  filter: drop-shadow(0 1px 3px hsla(0deg, 0%, 0%, 0.2));
  pointer-events: none;
}
.media-controls * {
  pointer-events: all;
}
@media screen and (max-width: 750px) {
  .media-controls {
    display: none;
  }
}
.media-controls .close, .media-controls .arrow {
  position: absolute;
  opacity: 0;
  transition: all 0.4s;
  cursor: pointer;
  height: 2.44140625rem;
  z-index: 100;
  pointer-events: none;
}
.media-controls .close g, .media-controls .arrow g {
  stroke-width: 3px;
}
.media-controls .close.active, .media-controls .arrow.active {
  opacity: 1;
  pointer-events: all;
}
.media-controls .close {
  top: 1.5625rem;
  right: 2.949vw;
}
.media-controls .arrow {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.media-controls .left-arrow {
  left: 2.949vw;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-top: -15px;
  -webkit-filter: drop-shadow(0 -1px 3px hsla(0deg, 0%, 0%, 0.2));
  filter: drop-shadow(0 -1px 3px hsla(0deg, 0%, 0%, 0.2));
}
.media-controls .right-arrow {
  right: 2.949vw;
}

div.viewport.gallery-open {
  overflow: hidden;
}
div.viewport.gallery-open header.page-header {
  opacity: 0;
}
div.viewport.gallery-open aside.navigation * {
  pointer-events: none;
}
div.viewport.gallery-open .project.content,
div.viewport.gallery-open .project-listing.content {
  -webkit-overflow-scrolling: touch;
  overflow-x: scroll;
  overflow-y: hidden;
}
div.viewport.gallery-open .project.content::-webkit-scrollbar,
div.viewport.gallery-open .project-listing.content::-webkit-scrollbar {
  position: relative;
  width: 18px;
  height: 18px;
  z-index: 10000;
}
@media screen and (max-width: 750px) {
  div.viewport.gallery-open .project.content::-webkit-scrollbar,
div.viewport.gallery-open .project-listing.content::-webkit-scrollbar {
    display: none;
  }
}
div.viewport.gallery-open .project.content::-webkit-scrollbar-thumb,
div.viewport.gallery-open .project-listing.content::-webkit-scrollbar-thumb {
  background: #F38231;
  background-clip: content-box;
  opacity: 0.4;
  border: 8.1px solid transparent;
}
div.viewport.gallery-open .project.content::-webkit-scrollbar-track,
div.viewport.gallery-open .project-listing.content::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
}

.spinner {
  width: 5vw;
  height: 5vw;
  background-color: #F38231;
  border-radius: 100%;
  -webkit-animation: sk-scaleout 1s infinite ease-in-out;
  animation: sk-scaleout 1s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
aside.navigation {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  transition: all 0.4s ease-in;
  pointer-events: none;
}
aside.navigation * {
  pointer-events: all;
}
aside.navigation.mobile-menu-active nav.mobile-menu {
  opacity: 1;
  pointer-events: all;
}
aside.navigation.mobile-menu-active footer {
  opacity: 0;
}
aside.navigation .logo {
  position: absolute;
  top: 1.5625rem;
  left: 2.949vw;
  height: 72px;
  opacity: 1;
}
aside.navigation .logo svg {
  height: 100%;
}
aside.navigation .logo svg path {
  fill: #F38231;
}
aside.navigation .mobile-nav-trigger {
  position: absolute;
  top: 1.5625rem;
  right: 2.949vw;
  display: none;
  width: 2.44140625rem;
  height: 72px;
  margin-top: -2px;
  cursor: pointer;
}
aside.navigation .mobile-nav-trigger .hamburger {
  position: relative;
  top: 50%;
  right: 0;
  padding: 0;
  -webkit-transform: translateY(-25%);
  transform: translateY(-25%);
}
aside.navigation .mobile-nav-trigger .hamburger-inner,
aside.navigation .mobile-nav-trigger .hamburger-inner:before,
aside.navigation .mobile-nav-trigger .hamburger-inner:after {
  background-color: #ffffff;
  border-radius: 0;
  height: 2px;
  width: 2.44140625rem;
}
aside.navigation .mobile-nav-trigger .hamburger.is-active .hamburger-inner {
  background-color: transparent;
}
aside.navigation nav.desktop-menu {
  position: absolute;
  left: 2.949vw;
  top: 32vh;
  display: block;
  margin-top: 0.2vw;
  transition: all 0.4s;
  -webkit-animation: fadenavigation 0.5s linear 0.3s 1 forwards;
  animation: fadenavigation 0.5s linear 0.3s 1 forwards;
  opacity: 0;
}
aside.navigation nav.desktop-menu li {
  line-height: 1.414em;
}
aside.navigation nav.desktop-menu li.active a {
  color: #F38231;
}
aside.navigation nav.desktop-menu a {
  color: #ffffff;
}
aside.navigation footer {
  position: absolute;
  bottom: 1.5625rem;
  left: 2.949vw;
  z-index: -1;
  opacity: 1;
  transition: all 0.4s;
}
aside.navigation footer h5 {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 0.64rem;
  letter-spacing: 0.05rem;
  word-spacing: -0.025rem;
  font-weight: 300;
}
aside.navigation footer h5 a {
  opacity: 1;
  margin-left: 6px;
}
@media screen and (max-width: 750px) {
  aside.navigation nav.desktop-menu {
    display: none;
  }
  aside.navigation .mobile-nav-trigger {
    display: block;
  }
}
@media screen and (max-width: 750px) and (orientation: landscape) {
  aside.navigation footer {
    display: none;
  }
}

@-webkit-keyframes fadenavigation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadenavigation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
nav.mobile-menu {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  height: calc(100vh - 8.847vw - 2.34375rem);
  overflow: auto;
  padding: 8.847vw;
  padding-top: 2.34375rem;
  background: white;
  opacity: 1;
  transition: all 0.4s;
  pointer-events: none;
}
nav.mobile-menu * {
  pointer-events: all;
}
nav.mobile-menu a {
  color: HSLA(0, 1%, 55%, 1);
  transition: all 0.2s ease-in;
}
nav.mobile-menu a:hover {
  color: #000000;
}
nav.mobile-menu li {
  font-size: 1.5625rem;
  line-height: 1.414em;
}

div.mobile-menu-close-trigger {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: #000000;
  opacity: 0;
  transition: all 0.4s ease;
}
div.mobile-menu-close-trigger.mobile-menu-active {
  pointer-events: all;
  cursor: pointer;
  opacity: 0.5;
}

body.projects aside.navigation footer,
body.news aside.navigation footer,
body.contact aside.navigation footer,
body.about aside.navigation footer {
  display: none;
}

html, body {
  height: 100%;
}

div.viewport {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #3A3636;
  overflow: hidden;
  z-index: 5;
  transition: all 0.4s;
}

.content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  overflow: hidden;
  transition: left 0.8s ease-in-out, opacity 0.4s;
  padding-bottom: 1.5625rem;
  background: #3A3636;
}
.content.default {
  top: 22%;
  left: 25%;
  width: 75%;
  height: 78%;
  overflow: scroll;
}
@media screen and (max-width: 750px) {
  .content.default {
    width: 100%;
    left: 2.949vw;
  }
}
.content header.page-header {
  position: absolute;
  top: 72px;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  width: 100%;
  font-size: 4vw;
  margin-top: 1.414vw;
  padding-right: 1rem;
  opacity: 0.4;
}
.content header.page-header h1 {
  font-size: inherit;
  color: inherit;
  width: 100%;
}
.content header.page-header h1 a {
  color: inherit;
  font-size: inherit;
}
@media screen and (max-width: 750px) {
  .content header.page-header {
    position: relative;
    top: 140px;
    -webkit-transform: none;
    transform: none;
    font-size: 8vw;
    width: 100vw;
    margin-top: 0;
  }
}

.homepage.content {
  overflow: hidden;
  pointer-events: none;
}
.homepage.content * {
  pointer-events: all;
}
.homepage.content::-webkit-scrollbar {
  position: relative;
  width: 18px;
  height: 18px;
  z-index: 10000;
}
@media screen and (max-width: 750px) {
  .homepage.content::-webkit-scrollbar {
    display: none;
  }
}
.homepage.content::-webkit-scrollbar-thumb {
  background: #F38231;
  background-clip: content-box;
  opacity: 0.4;
  border: 8.1px solid transparent;
}
.homepage.content::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
}
.homepage.content .spinner {
  position: fixed;
  top: 50%;
  left: 50%;
  margin: -40px;
}
.homepage.content header.page-header, .homepage.content ul.project-list a {
  line-height: 1.125;
  word-spacing: 0.03em;
  letter-spacing: -0.001em;
}
.homepage.content .animated-text {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #F38231;
  line-height: 0.525;
  word-spacing: 0.03em;
  letter-spacing: -0.001em;
}
.homepage.content .animated-text span {
  display: block;
  font-size: 7.5em;
  padding-bottom: 0.3em;
  opacity: 0;
}
.homepage.content .animated-text span.animated-one {
  -webkit-animation: animated-text 1s 0.4s forwards;
  animation: animated-text 1s 0.4s forwards;
}
.homepage.content .animated-text span.animated-two {
  -webkit-animation: animated-text 1s 0.8s forwards;
  animation: animated-text 1s 0.8s forwards;
}
.homepage.content .animated-text span.animated-three {
  -webkit-animation: animated-text 1s 1.2s forwards;
  animation: animated-text 1s 1.2s forwards;
}
@media screen and (max-width: 1680px) {
  .homepage.content .animated-text span {
    font-size: 5.5em;
  }
}
@media screen and (max-width: 1180px) {
  .homepage.content .animated-text span {
    font-size: 4.5em;
  }
}
@media screen and (max-width: 980px) {
  .homepage.content .animated-text span {
    font-size: 3.5em;
  }
}
@media screen and (max-width: 768px) {
  .homepage.content .animated-text span {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 768px) {
  .homepage.content .animated-text {
    position: absolute;
    -webkit-transform: none;
    transform: none;
    top: auto;
    bottom: 60px;
  }
}
.homepage.content .right-half {
  position: absolute;
  z-index: 100;
  top: 0;
  bottom: 0;
  left: 20vw;
  right: 0;
}
.homepage.content .background-images {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.homepage.content .background-images .desktop-video-container {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}
@media screen and (min-width: 750px) {
  .homepage.content .background-images .desktop-video-container {
    display: block;
  }
}
.homepage.content .background-images .mobile-video-container {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}
@media screen and (max-width: 749px) {
  .homepage.content .background-images .mobile-video-container {
    display: block;
  }
}
.homepage.content .background-images .placeholder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: opacity 0.5s;
}
.homepage.content .background-images .placeholder img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}
.homepage.content .background-images .vimeo-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 56.25vw;
  z-index: 1;
}
@media screen and (min-height: 56.25vw) {
  .homepage.content .background-images .vimeo-video {
    width: 177.7777vh;
    height: 100vh;
  }
}
.homepage.content .background-images .mobile-video-container .vimeo-video {
  width: 59.7777vh;
}
@media screen and (max-width: 1000px) {
  .homepage.content header.page-header {
    font-size: 6vw;
    margin-top: 2vw;
  }
  .homepage.content .right-half {
    left: 20%;
  }
  .homepage.content ul.project-list {
    margin-top: -1.5vw;
  }
  .homepage.content ul.project-list a {
    font-size: 6vw;
  }
}
@media screen and (max-width: 750px) {
  .homepage.content header.page-header {
    font-size: 8vw;
    top: 140px;
    width: 100vw;
  }
  .homepage.content .right-half {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 3.125rem;
    padding: 0 2.949vw;
  }
  .homepage.content ul.project-list {
    position: relative;
    top: 140px;
    padding-bottom: 1.5625rem;
    margin-top: 1.953125rem;
  }
  .homepage.content ul.project-list a {
    font-size: 8vw;
    width: 100vw;
    margin: 0;
  }
}
@media screen and (max-width: 750px) and (orientation: landscape) {
  .homepage.content .right-half {
    bottom: 0;
  }
  .homepage.content ul.project-list a {
    line-height: 1;
  }
}

@-webkit-keyframes animated-text {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes animated-text {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.team.content {
  width: 100%;
  height: 100%;
}
.team.content header.page-header {
  position: absolute;
  left: 13%;
  font-size: 4vw;
}
.team.content .left-side {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
  overflow-x: hidden;
}
.team.content .left-side::-webkit-scrollbar {
  position: relative;
  width: 18px;
  height: 18px;
  z-index: 10000;
}
@media screen and (max-width: 750px) {
  .team.content .left-side::-webkit-scrollbar {
    display: none;
  }
}
.team.content .left-side::-webkit-scrollbar-thumb {
  background: #F38231;
  background-clip: content-box;
  opacity: 0.4;
  border: 8.1px solid transparent;
}
.team.content .left-side::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
}
.team.content .left-side::-webkit-scrollbar-track {
  background: none;
}
.team.content .team-content {
  position: relative;
  top: 32vh;
  left: 13%;
  width: 37%;
  max-width: 35rem;
  margin-top: -4px;
}
@media screen and (max-width: 750px) {
  .team.content .team-content {
    padding-bottom: 3.125rem;
  }
}
.team.content h2 {
  padding-bottom: 3.125rem;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  opacity: 1;
  word-spacing: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 8px;
  opacity: 0.4;
  width: 90%;
}
.team.content section {
  padding: 1.25rem 0;
  padding-right: 1.5625rem;
  opacity: 0.4;
  transition: all 0.4s ease-out;
}
.team.content section.active {
  opacity: 1;
}
.team.content section:first-of-type {
  padding-top: 0;
}
.team.content section:last-of-type {
  height: 100vh;
}
.team.content section header {
  position: relative;
  top: 0;
  left: 0;
  padding-bottom: 1rem;
  margin-top: -0.8vw;
}
.team.content section header h1 {
  font-size: 3vw;
  padding-bottom: 0.32768rem;
}
.team.content section header p {
  margin: 0;
}
.team.content section header p.subtitle {
  color: #F38231;
  opacity: 0;
  transition: all 0.4s ease-in;
}
.team.content section header p.subtitle span {
  margin-right: 0.32768rem;
}
.team.content section header p.subtitle a {
  color: #F38231;
  border-bottom-color: rgba(243, 130, 49, 0.4);
}
.team.content section header p.subtitle a:hover {
  border-bottom-color: #f38231;
}
.team.content section header p.subtitle:first-of-type {
  opacity: 1;
}
.team.content section header .spinner {
  position: relative;
  display: none;
  width: 2vw;
  height: 2vw;
  margin: 0.64rem 0;
}
.team.content section .body-content p {
  margin: 1rem 0;
}
.team.content section .body-content p:last-of-type {
  margin-bottom: 0;
}
.team.content .right-side {
  position: fixed;
  top: 0;
  left: 50%;
  width: 50%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}
.team.content .right-side img {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  transition: all 0.4s;
}
.team.content .right-side img.height {
  width: auto;
  height: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.team.content .right-side img.active {
  opacity: 1;
}
@media screen and (max-width: 1000px) {
  .team.content header.page-header {
    font-size: 6vw;
    margin-top: 2vw;
  }
  .team.content section header h1 {
    font-size: 6vw;
  }
}
@media screen and (max-width: 750px) {
  .team.content header.page-header {
    top: 140px;
    left: 2.949vw;
    font-size: 8vw;
    margin-left: -3px;
  }
  .team.content h2 {
    margin-left: 2.949vw;
    margin-bottom: 0;
    padding-bottom: 1.5625rem;
    width: 94.5%;
  }
  .team.content .left-side {
    left: 0;
  }
  .team.content .left-side::-webkit-scrollbar {
    display: none;
  }
  .team.content .team-content {
    top: 226px;
    left: 0;
    width: 100%;
    max-width: none;
    margin-top: -1.171875rem;
  }
  .team.content section {
    opacity: 1;
  }
  .team.content section:last-of-type {
    height: auto;
    margin-bottom: 3.125rem;
  }
  .team.content section header {
    margin-top: 0;
    left: 2.949vw;
    width: 94.102vw;
  }
  .team.content section header h1 {
    font-size: 8vw;
  }
  .team.content section img {
    width: 100vw;
    margin: 1rem 0;
  }
  .team.content section .body-content {
    padding: 0 2.949vw;
    width: 100%;
  }
}
@media screen and (max-width: 750px) and (orientation: landscape) {
  .team.content section:first-of-type {
    position: static;
  }
  .team.content h2 {
    margin-top: 1.5625rem;
    width: 95%;
  }
}

.contact.content {
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
  overflow-x: hidden;
  overflow-y: auto;
}
.contact.content::-webkit-scrollbar {
  position: relative;
  width: 18px;
  height: 18px;
  z-index: 10000;
}
@media screen and (max-width: 750px) {
  .contact.content::-webkit-scrollbar {
    display: none;
  }
}
.contact.content::-webkit-scrollbar-thumb {
  background: #F38231;
  background-clip: content-box;
  opacity: 0.4;
  border: 8.1px solid transparent;
}
.contact.content::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
}
.contact.content header.page-header {
  position: relative;
  left: 13%;
  color: #ffffff;
  z-index: 10;
  opacity: 0.4;
  font-size: 4vw;
}
.contact.content header.page-header a {
  opacity: 0.4;
}
.contact.content header.page-header a:hover {
  opacity: 1;
}
.contact.content header.page-header.success-message, .contact.content header.page-header.error-message {
  position: fixed;
  left: 50vw;
  width: 50vw;
  padding-right: 13%;
  opacity: 0;
  transition: all 0.4s ease;
}
.contact.content header.page-header.success-message h1, .contact.content header.page-header.error-message h1 {
  color: #F38231;
  text-align: right;
}
.contact.content header.page-header.active {
  opacity: 1;
}
.contact.content .contact-content {
  position: absolute;
  top: 32vh;
  left: 13%;
  width: 74%;
  display: flex;
}
.contact.content .contact-content .left-side, .contact.content .contact-content .right-side {
  flex: 1 1 50%;
}
.contact.content .left-side address {
  font-style: normal;
  margin-top: -0.4vw;
}
.contact.content .left-side address h1 {
  font-size: 3vw;
  opacity: 0.75;
}
.contact.content .left-side address h1.name {
  opacity: 1;
}
.contact.content .left-side address a {
  color: #ffffff;
  opacity: 1;
}
.contact.content .right-side {
  display: none;
}
.contact.content .right-side .honeypot-field {
  display: none;
}
.contact.content .right-side .errors {
  color: red;
}
.contact.content .right-side .errors li {
  margin-bottom: 0.512rem;
}
.contact.content .right-side form {
  width: 100%;
  margin-top: 8px;
  transition: all 0.4s ease;
  max-width: 42em;
  padding-bottom: 2.949vw;
}
.contact.content .right-side .spinner {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1000;
  margin-top: -2.5vw;
  margin-left: -2.5vw;
}
.contact.content .right-side label {
  position: relative;
  display: block;
}
.contact.content .right-side label span {
  position: absolute;
  top: 50%;
  left: 1rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: black;
  opacity: 0.4;
  z-index: 5;
  transition: all 0.2s ease-in;
}
.contact.content .right-side label.message-field span {
  top: 0.8rem;
  -webkit-transform: none;
  transform: none;
}
.contact.content .right-side input, .contact.content .right-side textarea {
  position: relative;
  display: block;
  width: 100%;
  padding: 0.8rem 1rem;
  margin-bottom: 0.8rem;
  color: black;
  border: none;
  box-shadow: inset 0 1px 2px hsla(0deg, 0%, 0%, 0.2);
  outline: none;
  transition: all 0.4s ease-in;
}
.contact.content .right-side input:hover, .contact.content .right-side textarea:hover {
  box-shadow: inset 0 1px 2px hsla(0deg, 0%, 0%, 0.4);
}
.contact.content .right-side input:focus, .contact.content .right-side input:active, .contact.content .right-side textarea:focus, .contact.content .right-side textarea:active {
  box-shadow: inset 0 1px 2px hsla(0deg, 0%, 0%, 0.6);
}
.contact.content .right-side input.errors, .contact.content .right-side textarea.errors {
  border: 1px solid red;
}
.contact.content .right-side .submit-field {
  background: HSLA(0, 1%, 55%, 1);
  color: #ffffff;
  text-align: left;
}
@media screen and (max-width: 1000px) {
  .contact.content .contact-content {
    flex-direction: column;
    left: 20%;
  }
  .contact.content .contact-content .left-side, .contact.content .contact-content .right-side {
    flex: 1 1 100%;
  }
  .contact.content header.page-header {
    margin-top: 2vw;
    font-size: 6vw;
    left: 20%;
  }
  .contact.content .left-side address {
    top: 0;
    margin-bottom: 1rem;
  }
  .contact.content .left-side address h1 {
    font-size: 6vw;
  }
  .contact.content .right-side form {
    margin-top: 1rem;
    padding-right: 2.949vw;
  }
}
@media screen and (max-width: 750px) {
  .contact.content header.page-header {
    top: 140px;
    left: 2.949vw;
    font-size: 8vw;
    margin-top: 2vw;
  }
  .contact.content header.page-header.success-message, .contact.content header.page-header.error-message {
    display: none;
  }
  .contact.content .contact-content {
    top: 226px;
    left: 0;
    padding: 0 2.949vw;
    width: 100%;
    margin-top: -0.78125rem;
  }
  .contact.content .left-side address h1 {
    font-size: 8vw;
  }
  .contact.content .right-side form {
    position: relative;
    top: 0;
    padding-right: 0;
    width: 100%;
  }
}
@media screen and (max-width: 750px) and (orientation: landscape) {
  .contact.content .contact-content {
    margin-top: 1.5625rem;
  }
}

.news.content {
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
  overflow-x: hidden;
}
.news.content::-webkit-scrollbar {
  position: relative;
  width: 18px;
  height: 18px;
  z-index: 10000;
}
@media screen and (max-width: 750px) {
  .news.content::-webkit-scrollbar {
    display: none;
  }
}
.news.content::-webkit-scrollbar-thumb {
  background: #F38231;
  background-clip: content-box;
  opacity: 0.4;
  border: 8.1px solid transparent;
}
.news.content::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
}
.news.content header.page-header {
  position: absolute;
  left: 13%;
}
.news.content .article-list {
  position: absolute;
  top: 32vh;
  left: 13%;
  right: 13%;
  padding-bottom: 3.0517578125rem;
}
.news.content .article-list section {
  display: flex;
  padding-bottom: 6.5vh;
  margin-top: 4.6vh;
  border-bottom: 1px solid hsla(0deg, 100%, 100%, 0.4);
}
.news.content .article-list section:first-of-type {
  margin-top: 5px;
}
.news.content .article-list section:last-of-type {
  border-bottom: 0;
}
.news.content .article-list section .left-side {
  width: 50%;
  flex: 0 0 50%;
  padding-right: 1.5625rem;
}
.news.content .article-list section .left-side h2 {
  font-size: 3vw;
  margin-top: -8px;
  max-width: 700px;
}
.news.content .article-list section .right-side {
  width: 50%;
  flex: 0 0 50%;
  margin-top: -5px;
}
.news.content .article-list section .right-side p {
  opacity: 0.75;
}
.news.content .article-list section .right-side .post-preview {
  max-width: 42em;
}
.news.content .article-list section .right-side .post-preview p {
  margin-top: 0;
}
.news.content .article-list section .right-side .post-preview a {
  color: #ffffff;
}
.news.content .article-list section .right-side .post-meta {
  display: flex;
}
.news.content .article-list section .right-side .post-meta p {
  margin: 0;
  margin-right: 0.64rem;
  opacity: 1;
}
.news.content .article-list section .right-side .post-meta p:last-of-type {
  opacity: 0.75;
  margin-right: 0;
}
@media screen and (max-width: 1000px) {
  .news.content header.page-header {
    left: 20%;
    font-size: 6vw;
    margin-top: 2.1vw;
  }
  .news.content .article-list {
    left: 20%;
    right: 2.949vw;
  }
  .news.content .article-list section {
    flex-direction: column;
  }
  .news.content .article-list section:first-of-type {
    margin-top: 0;
  }
  .news.content .article-list section .left-side {
    width: 100%;
    flex: 0 0 100%;
  }
  .news.content .article-list section .left-side h2 {
    font-size: 6vw;
  }
  .news.content .article-list section .right-side {
    width: 100%;
    flex: 0 0 100%;
    overflow: visible;
    margin-top: 1rem;
  }
}
@media screen and (max-width: 750px) {
  .news.content header.page-header {
    font-size: 8vw;
    left: 2.949vw;
    top: 140px;
  }
  .news.content .article-list {
    position: relative;
    width: 94.102vw;
    top: 226px;
    left: 2.949vw;
    right: 2.949vw;
    margin-top: -6px;
  }
  .news.content .article-list section .left-side h2 {
    font-size: 8vw;
  }
}
@media screen and (max-width: 750px) and (orientation: landscape) {
  .news.content .article-list {
    margin-top: 1.5625rem;
  }
}

.about.content {
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
  overflow-x: hidden;
}
.about.content::-webkit-scrollbar {
  position: relative;
  width: 18px;
  height: 18px;
  z-index: 10000;
}
@media screen and (max-width: 750px) {
  .about.content::-webkit-scrollbar {
    display: none;
  }
}
.about.content::-webkit-scrollbar-thumb {
  background: #F38231;
  background-clip: content-box;
  opacity: 0.4;
  border: 8.1px solid transparent;
}
.about.content::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
}
.about.content header.page-header {
  left: 13%;
  width: 87%;
  opacity: 0.4;
  font-size: 4vw;
}
.about.content .about-content {
  position: absolute;
  top: 32vh;
  left: 13%;
  right: 13%;
}
@media screen and (max-width: 750px) {
  .about.content .about-content {
    padding-bottom: 3.125rem;
  }
}
.about.content section {
  display: flex;
}
.about.content section .right-side,
.about.content section .left-side {
  flex: 1 1 50%;
}
.about.content section .right-side p:first-child,
.about.content section .left-side p:first-child {
  margin-top: 0;
}
.about.content section .left-side {
  padding-right: 1.5625rem;
}
.about.content section:last-of-type {
  padding-bottom: 1.5625rem;
}
.about.content .right-side {
  margin-bottom: 1.5625rem;
  padding-top: 0.1vw;
}
.about.content .right-side h3, .about.content .right-side p {
  word-spacing: -0.1rem;
  line-height: 1.614em;
}
.about.content .right-side h3 {
  position: relative;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 1rem;
  margin: 0.5rem 0;
}
.about.content .right-side h3:first-of-type {
  margin-top: 0;
}
.about.content .right-side p {
  margin: 1rem 0;
}
.about.content .right-side li {
  line-height: 1.614em;
}
.about.content .right-side li a {
  color: #ffffff;
}
.about.content .figures {
  padding: 4em 0 10em;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .about.content .figures {
    padding: 2em 0 4em;
  }
}
.about.content .figures .figure {
  width: 25%;
}
.about.content .figures .figure:nth-child(3) {
  margin-left: 22px;
}
@media screen and (max-width: 1000px) {
  .about.content .figures .figure {
    width: 100%;
    margin-bottom: 2em;
  }
  .about.content .figures .figure:nth-child(3) {
    margin-left: 0;
  }
}
.about.content .figures .figure .headline {
  display: block;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 1.2rem;
  padding-bottom: 5px;
  color: #888686;
}
.about.content .figures .figure .number {
  display: block;
  font-family: "Freight Big Book", Helvetica, Arial, sans-serif;
  font-size: 5vw;
  color: #fff;
  line-height: 1.125em;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 1000px) {
  .about.content .figures .figure .number {
    font-size: 5rem;
  }
}
@media screen and (max-width: 1000px) {
  .about.content .figures {
    flex-direction: column;
  }
}
.about.content .image {
  width: 100%;
  height: 100%;
  background-size: cover;
  margin-bottom: 10em;
}
@media screen and (max-width: 1000px) {
  .about.content .image {
    margin-bottom: 4em;
  }
}
.about.content .image img {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1000px) {
  .about.content .image img {
    width: 100%;
    height: 55vw;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
  }
}
.about.content .image .image-caption {
  position: absolute;
  left: 54%;
  bottom: 0;
}
.about.content .image .image-caption p {
  padding-bottom: 2rem;
}
@media screen and (max-width: 750px) {
  .about.content .image .image-caption {
    position: static;
  }
  .about.content .image .image-caption p {
    font-size: 0.75em;
    opacity: 0.75;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 1000px) {
  .about.content header.page-header {
    left: 20%;
    font-size: 6vw;
    margin-top: 2.2vw;
  }
  .about.content .about-content {
    top: 32vh;
    left: 20%;
    right: 2.949vw;
  }
  .about.content .about-content section {
    flex-direction: column;
  }
  .about.content .about-content .left-side, .about.content .about-content .right-side {
    flex: 1 1 100%;
  }
  .about.content .left-side {
    margin-top: -1vw;
  }
  .about.content .left-side h1 {
    font-size: 6vw;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 750px) {
  .about.content header.page-header {
    font-size: 8vw;
    top: 140px;
    left: 2.949vw;
    width: 100vw;
  }
  .about.content .about-content {
    position: relative;
    top: 140px;
    left: 2.949vw;
    margin-top: 1.953125rem;
    padding-right: 1.953125rem;
  }
  .about.content .left-side {
    margin-top: 0;
  }
  .about.content .left-side h1 {
    font-size: 8vw;
  }
}

.headline, .headline p {
  font-family: "Freight Big Book", Helvetica, Arial, sans-serif;
  font-weight: 100;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-spacing: 0.1rem;
  letter-spacing: -0.001em;
  font-size: 3vw;
  color: #F38231;
  line-height: 0.9em;
  margin-top: -0.4vw;
}
@media screen and (max-width: 750px) {
  .headline, .headline p {
    font-size: 1.953125rem;
    line-height: 1em;
  }
  .headline br, .headline p br {
    display: none !important;
  }
}

.headline {
  margin-bottom: 1.5625rem;
}

.two-columns {
  display: flex;
  flex-direction: row;
}
.two-columns .left-side, .two-columns .right-side {
  width: 48%;
}
.two-columns .left-side .headline, .two-columns .right-side .headline {
  margin-top: 1.5625rem;
}
.two-columns .left-side img, .two-columns .right-side img {
  width: 100%;
  height: auto;
}
.two-columns .left-side ul li, .two-columns .right-side ul li {
  padding: 0.75rem 0;
  border-top: 1px rgba(243, 130, 49, 0.7) solid;
}
@media screen and (max-width: 750px) {
  .two-columns .left-side, .two-columns .right-side {
    width: 100%;
    margin-bottom: 3.125rem;
  }
}

.project.content {
  overflow: hidden;
}
.project.content::-webkit-scrollbar {
  position: relative;
  width: 18px;
  height: 18px;
  z-index: 10000;
}
@media screen and (max-width: 750px) {
  .project.content::-webkit-scrollbar {
    display: none;
  }
}
.project.content::-webkit-scrollbar-thumb {
  background: #F38231;
  background-clip: content-box;
  opacity: 0.4;
  border: 8.1px solid transparent;
}
.project.content::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
}
.project.content header.page-header {
  left: 13%;
  width: 37%;
  opacity: 1;
  transition: opacity 0.4s;
}
.project.content header.page-header h2 {
  font-size: 4vw;
}
.project.content .left-side {
  position: relative;
  top: 0;
  left: 13%;
  width: 30vw;
  height: 100%;
  transition: all 0.4s;
  pointer-events: none;
}
.project.content .left-side * {
  pointer-events: all;
}
@media screen and (max-width: 768px) {
  .project.content .left-side {
    width: 70%;
    left: 2.949vw;
  }
}
@media screen and (max-width: 568px) {
  .project.content .left-side {
    width: 95%;
  }
}
.project.content .right-side {
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
}
.project.content .descriptions {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media screen and (max-width: 1380px) {
  .project.content .descriptions {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .project.content .descriptions {
    flex-direction: row;
    width: 100%;
  }
}
.project.content dl.description-list {
  position: relative;
  top: 32vh;
  margin: 0;
  margin-top: -6px;
  width: 14vw;
  max-width: 332px;
}
@media screen and (max-width: 1380px) {
  .project.content dl.description-list {
    width: 30vw;
    max-width: 532px;
  }
}
@media screen and (max-width: 768px) {
  .project.content dl.description-list {
    width: 40%;
  }
}
.project.content dl.description-list .description-item {
  padding: 0.82vh 0;
  padding-right: 1.953125rem;
  border-bottom: 1px solid hsla(0deg, 100%, 100%, 0.2);
}
.project.content dl.description-list .description-item.no-border {
  border-bottom: 0;
  padding-bottom: 0;
}
.project.content dl.description-list .description-item dt {
  opacity: 0.4;
}
.project.content dl.description-list .description-item dd {
  margin: 0;
}
.project.content dl.description-list .description-item dt, .project.content dl.description-list .description-item dd {
  line-height: 1.414em;
}
@media screen and (max-height: 500px) and (min-width: 750px) {
  .project.content dl.description-list .description-item dt, .project.content dl.description-list .description-item dd {
    font-size: 0.8rem;
  }
}
.project.content .back-link {
  padding-top: 1.5625rem;
}
.project.content .back-link a {
  display: block;
  background: transparent url(/images/back-arrow.svg?10312bf4f653c56eab7d6df3bf5ec464) no-repeat;
  width: auto;
  height: 40px;
  background-size: 35px 35px;
  padding-left: 22px;
  color: #ffffff;
  opacity: 0.4;
}
@media screen and (max-width: 1000px) {
  .project.content header.page-header {
    left: 16%;
  }
  .project.content dl.description-list {
    left: 16%;
  }
}
@media screen and (max-width: 750px) {
  .project.content {
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .project.content::-webkit-scrollbar {
    display: none;
  }
  .project.content header.page-header {
    left: 0;
    width: 100%;
    padding: 0 2.949vw;
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .project.content header.page-header h2 {
    font-size: 8vw;
  }
  .project.content .left-side {
    top: 140px;
    height: auto;
  }
  .project.content .right-side {
    position: relative;
    top: 140px;
    left: 0;
    width: 100% !important;
    height: auto;
    padding-bottom: 1.953125rem;
  }
  .project.content dl.description-list {
    position: relative;
    top: 0;
    left: 0;
    display: flex;
    flex-wrap: wrap;
    line-height: 1.614em;
    padding: 1.5625rem 0;
  }
  .project.content .back-link {
    display: none;
  }
}
@media screen and (max-width: 568px) {
  .project.content dl.description-list {
    width: 50%;
  }
}

.project-listing.content {
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
  overflow-x: hidden;
}
.project-listing.content::-webkit-scrollbar {
  position: relative;
  width: 18px;
  height: 18px;
  z-index: 10000;
}
@media screen and (max-width: 750px) {
  .project-listing.content::-webkit-scrollbar {
    display: none;
  }
}
.project-listing.content::-webkit-scrollbar-thumb {
  background: #F38231;
  background-clip: content-box;
  opacity: 0.4;
  border: 8.1px solid transparent;
}
.project-listing.content::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
}
.project-listing.content header.page-header {
  left: 13%;
  width: 37%;
  opacity: 1;
  transition: opacity 0.4s;
}
.project-listing.content header.page-header h2 {
  font-size: 4vw;
}
@media screen and (max-width: 1000px) {
  .project-listing.content header.page-header {
    left: 18.75%;
  }
}
@media screen and (max-width: 750px) {
  .project-listing.content header.page-header {
    display: none;
  }
}
.project-listing.content .projects-list {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 75vw;
  left: 13%;
  margin-top: 33vh;
}
@media screen and (max-width: 750px) {
  .project-listing.content .projects-list {
    margin-top: 140px;
    width: calc(100% - 5.898vw);
    left: 2.949vw;
  }
}
.project-listing.content .project.item {
  position: relative;
  display: block;
  width: calc(33.333% - 30px);
  margin-bottom: 30px;
  margin-right: 30px;
}
.project-listing.content .project.item .image {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 120.25%;
  background-size: cover;
  overflow: hidden;
  margin-bottom: 10px;
}
.project-listing.content .project.item .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.project-listing.content .project.item h2 {
  font-size: 3vw;
  position: relative;
  display: block;
}
@media screen and (max-width: 750px) {
  .project-listing.content .project.item h2 {
    font-size: 2vw;
  }
}
.project-listing.content .project.item p {
  display: block;
  color: #fff;
}
@media screen and (max-width: 1080px) {
  .project-listing.content .project.item {
    width: calc(50% - 15px);
  }
  .project-listing.content .project.item:nth-child(even) {
    margin-right: 0;
  }
}
@media screen and (max-width: 620px) {
  .project-listing.content .project.item {
    width: 100%;
    margin-right: 0;
  }
}
@media screen and (max-width: 750px) {
  .project-listing.content .project.item h2 {
    left: 0;
    font-size: 8vw;
  }
}
@media screen and (max-width: 750px) and (orientation: landscape) {
  .project-listing.content {
    margin-top: 8px;
  }
}

.content.page-not-found {
  top: 32vh;
  height: 68vh;
}
.content.page-not-found .text {
  text-align: center;
}
.content.page-not-found .text h1 {
  font-size: 4vw;
  opacity: 0.4;
}
.content.page-not-found .text p {
  margin: 0.64rem;
}
