@charset "UTF-8";
/*------------------------------------*\
    IMPORT
\*------------------------------------*/
/*------------------------------------*\
    TYPOGRAPHY
\*------------------------------------*/
@font-face {
  font-family: 'Graphik';
  /*    src: url("../fonts/Graphik-Regular.otf") format("opentype");*/
  src: url("../fonts/GraphikRegular.eot");
  src: url("../fonts/GraphikRegular.eot") format("embedded-opentype"), url("../fonts/GraphikRegular.woff2") format("woff2"), url("../fonts/GraphikRegular.woff") format("woff"), url("../fonts/GraphikRegular.ttf") format("truetype"), url("../fonts/GraphikRegular.svg#GraphikRegular") format("svg");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal; }
@font-face {
  font-family: 'Graphik';
  /*    src: url("../fonts/Graphik-Medium.otf") format("opentype");*/
  src: url("../fonts/Graphik-Medium.eot");
  src: url("../fonts/Graphik-Medium.eot") format("embedded-opentype"), url("../fonts/Graphik-Medium.woff2") format("woff2"), url("../fonts/Graphik-Medium.woff") format("woff"), url("../fonts/Graphik-Medium.ttf") format("truetype"), url("../fonts/Graphik-Medium.svg#Graphik-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-stretch: normal; }
@font-face {
  font-family: 'Graphik';
  /*    src: url("../fonts/Graphik-Semibold.otf") format("opentype");*/
  src: url("../fonts/GraphikSemibold.eot");
  src: url("../fonts/GraphikSemibold.eot") format("embedded-opentype"), url("../fonts/GraphikSemibold.woff2") format("woff2"), url("../fonts/GraphikSemibold.woff") format("woff"), url("../fonts/GraphikSemibold.ttf") format("truetype"), url("../fonts/GraphikSemibold.svg#GraphikSemibold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-stretch: normal; }
@font-face {
  font-family: 'Graphik';
  src: url("../fonts/Graphik-LightItalic-Web.eot");
  src: url("../fonts/Graphik-LightItalic-Web.eot?#iefix") format("embedded-opentype"), url("../fonts/Graphik-LightItalic-Web.woff2") format("woff2"), url("../fonts/Graphik-LightItalic-Web.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-stretch: normal; }
@font-face {
  font-family: 'Graphik';
  src: url("../fonts/Graphik-Light-Web.eot");
  src: url("../fonts/Graphik-Light-Web.eot?#iefix") format("embedded-opentype"), url("../fonts/Graphik-Light-Web.woff2") format("woff2"), url("../fonts/Graphik-Light-Web.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-stretch: normal; }
@font-face {
  font-family: 'Graphik';
  src: url("../fonts/Graphik-Black.eot");
  src: url("../fonts/Graphik-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/Graphik-Black.ttf") format("truetype"), url("../fonts/Graphik-Black.woff2") format("woff2"), url("../fonts/Graphik-Black.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-stretch: normal; }
@font-face {
  font-family: 'Muchura Alternate';
  src: url("../fonts/muchura_bold_alternate-webfont.eot");
  src: url("../fonts/muchura_bold_alternate-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/muchura_bold_alternate-webfont.woff2") format("woff2"), url("../fonts/muchura_bold_alternate-webfont.woff") format("woff");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'Muchura Alternate';
  src: url("../fonts/muchura_regular_alternate-webfont.eot");
  src: url("../fonts/muchura_regular_alternate-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/muchura_regular_alternate-webfont.woff2") format("woff2"), url("../fonts/muchura_regular_alternate-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
/**
 * Foundation for Sites by ZURB
 * Version 6.2.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: not-allowed; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 * [NOTE] We don't enable this ruleset in Foundation, because we want the <fieldset> element to have plain styling.
 */
/* fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
} */
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

.foundation-mq {
  font-family: "small=0em&medium=40.0625em&large=64.0625em&xlarge=80.0625em&xxlarge=90.0625em"; }

html {
  font-size: 87.5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }

body {
  padding: 0;
  margin: 0;
  font-family: "Graphik", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.4285714;
  color: #000000;
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle; }

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0; }

select {
  width: 100%;
  border-radius: 0; }

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important; }

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  padding: 0;
  border: 0;
  border-radius: 0;
  line-height: 1; }
  [data-whatinput='mouse'] button {
    outline: 0; }

.is-visible {
  display: block !important; }

.is-hidden {
  display: none !important; }

.row, .full-width-row {
  max-width: 85.7142857143rem;
  margin-left: auto;
  margin-right: auto; }
  .row::before, .full-width-row::before, .row::after, .full-width-row::after {
    content: ' ';
    display: table; }
  .row::after, .full-width-row::after {
    clear: both; }
  .row.collapse > .column, .collapse.full-width-row > .column, .row.collapse > .columns, .collapse.full-width-row > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row .row, .full-width-row .row, .row .full-width-row, .full-width-row .full-width-row {
    max-width: none;
    margin-left: -0.1785714286rem;
    margin-right: -0.1785714286rem; }
    @media screen and (min-width: 40.0625em) {
      .row .row, .full-width-row .row, .row .full-width-row, .full-width-row .full-width-row {
        margin-left: -0.1785714286rem;
        margin-right: -0.1785714286rem; } }
    .row .row.collapse, .full-width-row .row.collapse, .row .collapse.full-width-row, .full-width-row .collapse.full-width-row {
      margin-left: 0;
      margin-right: 0; }
  .row.expanded, .expanded.full-width-row {
    max-width: none; }
    .row.expanded .row, .expanded.full-width-row .row, .row.expanded .full-width-row, .expanded.full-width-row .full-width-row {
      margin-left: auto;
      margin-right: auto; }

.column, .columns {
  width: 100%;
  float: left;
  padding-left: 0.1785714286rem;
  padding-right: 0.1785714286rem; }
  @media screen and (min-width: 40.0625em) {
    .column, .columns {
      padding-left: 0.1785714286rem;
      padding-right: 0.1785714286rem; } }

.column.row.row, .row.row.columns, .columns.full-width-row, .column.full-width-row {
  float: none; }
  .row .column.row.row, .full-width-row .column.row.row, .row .row.row.columns, .full-width-row .row.row.columns, .row .columns.full-width-row, .full-width-row .columns.full-width-row, .row .column.full-width-row, .full-width-row .column.full-width-row {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0; }

.small-1 {
  width: 8.3333333333%; }

.small-push-1 {
  position: relative;
  left: 8.3333333333%; }

.small-pull-1 {
  position: relative;
  left: -8.3333333333%; }

.small-offset-0 {
  margin-left: 0%; }

.small-2 {
  width: 16.6666666667%; }

.small-push-2 {
  position: relative;
  left: 16.6666666667%; }

.small-pull-2 {
  position: relative;
  left: -16.6666666667%; }

.small-offset-1 {
  margin-left: 8.3333333333%; }

.small-3 {
  width: 25%; }

.small-push-3 {
  position: relative;
  left: 25%; }

.small-pull-3 {
  position: relative;
  left: -25%; }

.small-offset-2 {
  margin-left: 16.6666666667%; }

.small-4 {
  width: 33.3333333333%; }

.small-push-4 {
  position: relative;
  left: 33.3333333333%; }

.small-pull-4 {
  position: relative;
  left: -33.3333333333%; }

.small-offset-3 {
  margin-left: 25%; }

.small-5 {
  width: 41.6666666667%; }

.small-push-5 {
  position: relative;
  left: 41.6666666667%; }

.small-pull-5 {
  position: relative;
  left: -41.6666666667%; }

.small-offset-4 {
  margin-left: 33.3333333333%; }

.small-6 {
  width: 50%; }

.small-push-6 {
  position: relative;
  left: 50%; }

.small-pull-6 {
  position: relative;
  left: -50%; }

.small-offset-5 {
  margin-left: 41.6666666667%; }

.small-7 {
  width: 58.3333333333%; }

.small-push-7 {
  position: relative;
  left: 58.3333333333%; }

.small-pull-7 {
  position: relative;
  left: -58.3333333333%; }

.small-offset-6 {
  margin-left: 50%; }

.small-8 {
  width: 66.6666666667%; }

.small-push-8 {
  position: relative;
  left: 66.6666666667%; }

.small-pull-8 {
  position: relative;
  left: -66.6666666667%; }

.small-offset-7 {
  margin-left: 58.3333333333%; }

.small-9 {
  width: 75%; }

.small-push-9 {
  position: relative;
  left: 75%; }

.small-pull-9 {
  position: relative;
  left: -75%; }

.small-offset-8 {
  margin-left: 66.6666666667%; }

.small-10 {
  width: 83.3333333333%; }

.small-push-10 {
  position: relative;
  left: 83.3333333333%; }

.small-pull-10 {
  position: relative;
  left: -83.3333333333%; }

.small-offset-9 {
  margin-left: 75%; }

.small-11 {
  width: 91.6666666667%; }

.small-push-11 {
  position: relative;
  left: 91.6666666667%; }

.small-pull-11 {
  position: relative;
  left: -91.6666666667%; }

.small-offset-10 {
  margin-left: 83.3333333333%; }

.small-12 {
  width: 100%; }

.small-offset-11 {
  margin-left: 91.6666666667%; }

.small-up-1 > .column, .small-up-1 > .columns {
  width: 100%;
  float: left; }
  .small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
    clear: both; }
  .small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
    float: left; }

.small-up-2 > .column, .small-up-2 > .columns {
  width: 50%;
  float: left; }
  .small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
    clear: both; }
  .small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
    float: left; }

.small-up-3 > .column, .small-up-3 > .columns {
  width: 33.3333333333%;
  float: left; }
  .small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
    clear: both; }
  .small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
    float: left; }

.small-up-4 > .column, .small-up-4 > .columns {
  width: 25%;
  float: left; }
  .small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
    clear: both; }
  .small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
    float: left; }

.small-up-5 > .column, .small-up-5 > .columns {
  width: 20%;
  float: left; }
  .small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
    clear: both; }
  .small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
    float: left; }

.small-up-6 > .column, .small-up-6 > .columns {
  width: 16.6666666667%;
  float: left; }
  .small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
    clear: both; }
  .small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
    float: left; }

.small-up-7 > .column, .small-up-7 > .columns {
  width: 14.2857142857%;
  float: left; }
  .small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
    clear: both; }
  .small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
    float: left; }

.small-up-8 > .column, .small-up-8 > .columns {
  width: 12.5%;
  float: left; }
  .small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
    clear: both; }
  .small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
    float: left; }

.small-collapse > .column, .small-collapse > .columns {
  padding-left: 0;
  padding-right: 0; }
.small-collapse .row, .small-collapse .full-width-row, .expanded.row .small-collapse.row, .expanded.full-width-row .small-collapse.row, .expanded.row .small-collapse.full-width-row, .expanded.full-width-row .small-collapse.full-width-row {
  margin-left: 0;
  margin-right: 0; }

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-left: 0.1785714286rem;
  padding-right: 0.1785714286rem; }

.small-centered {
  float: none;
  margin-left: auto;
  margin-right: auto; }

.small-uncentered,
.small-push-0,
.small-pull-0 {
  position: static;
  margin-left: 0;
  margin-right: 0;
  float: left; }

@media screen and (min-width: 40.0625em) {
  .medium-1 {
    width: 8.3333333333%; }

  .medium-push-1 {
    position: relative;
    left: 8.3333333333%; }

  .medium-pull-1 {
    position: relative;
    left: -8.3333333333%; }

  .medium-offset-0 {
    margin-left: 0%; }

  .medium-2 {
    width: 16.6666666667%; }

  .medium-push-2 {
    position: relative;
    left: 16.6666666667%; }

  .medium-pull-2 {
    position: relative;
    left: -16.6666666667%; }

  .medium-offset-1 {
    margin-left: 8.3333333333%; }

  .medium-3 {
    width: 25%; }

  .medium-push-3 {
    position: relative;
    left: 25%; }

  .medium-pull-3 {
    position: relative;
    left: -25%; }

  .medium-offset-2 {
    margin-left: 16.6666666667%; }

  .medium-4 {
    width: 33.3333333333%; }

  .medium-push-4 {
    position: relative;
    left: 33.3333333333%; }

  .medium-pull-4 {
    position: relative;
    left: -33.3333333333%; }

  .medium-offset-3 {
    margin-left: 25%; }

  .medium-5 {
    width: 41.6666666667%; }

  .medium-push-5 {
    position: relative;
    left: 41.6666666667%; }

  .medium-pull-5 {
    position: relative;
    left: -41.6666666667%; }

  .medium-offset-4 {
    margin-left: 33.3333333333%; }

  .medium-6 {
    width: 50%; }

  .medium-push-6 {
    position: relative;
    left: 50%; }

  .medium-pull-6 {
    position: relative;
    left: -50%; }

  .medium-offset-5 {
    margin-left: 41.6666666667%; }

  .medium-7 {
    width: 58.3333333333%; }

  .medium-push-7 {
    position: relative;
    left: 58.3333333333%; }

  .medium-pull-7 {
    position: relative;
    left: -58.3333333333%; }

  .medium-offset-6 {
    margin-left: 50%; }

  .medium-8 {
    width: 66.6666666667%; }

  .medium-push-8 {
    position: relative;
    left: 66.6666666667%; }

  .medium-pull-8 {
    position: relative;
    left: -66.6666666667%; }

  .medium-offset-7 {
    margin-left: 58.3333333333%; }

  .medium-9 {
    width: 75%; }

  .medium-push-9 {
    position: relative;
    left: 75%; }

  .medium-pull-9 {
    position: relative;
    left: -75%; }

  .medium-offset-8 {
    margin-left: 66.6666666667%; }

  .medium-10 {
    width: 83.3333333333%; }

  .medium-push-10 {
    position: relative;
    left: 83.3333333333%; }

  .medium-pull-10 {
    position: relative;
    left: -83.3333333333%; }

  .medium-offset-9 {
    margin-left: 75%; }

  .medium-11 {
    width: 91.6666666667%; }

  .medium-push-11 {
    position: relative;
    left: 91.6666666667%; }

  .medium-pull-11 {
    position: relative;
    left: -91.6666666667%; }

  .medium-offset-10 {
    margin-left: 83.3333333333%; }

  .medium-12 {
    width: 100%; }

  .medium-offset-11 {
    margin-left: 91.6666666667%; }

  .medium-up-1 > .column, .medium-up-1 > .columns {
    width: 100%;
    float: left; }
    .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
      float: left; }

  .medium-up-2 > .column, .medium-up-2 > .columns {
    width: 50%;
    float: left; }
    .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
      float: left; }

  .medium-up-3 > .column, .medium-up-3 > .columns {
    width: 33.3333333333%;
    float: left; }
    .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
      float: left; }

  .medium-up-4 > .column, .medium-up-4 > .columns {
    width: 25%;
    float: left; }
    .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
      float: left; }

  .medium-up-5 > .column, .medium-up-5 > .columns {
    width: 20%;
    float: left; }
    .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
      float: left; }

  .medium-up-6 > .column, .medium-up-6 > .columns {
    width: 16.6666666667%;
    float: left; }
    .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
      float: left; }

  .medium-up-7 > .column, .medium-up-7 > .columns {
    width: 14.2857142857%;
    float: left; }
    .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
      float: left; }

  .medium-up-8 > .column, .medium-up-8 > .columns {
    width: 12.5%;
    float: left; }
    .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
      float: left; }

  .medium-collapse > .column, .medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .medium-collapse .row, .medium-collapse .full-width-row, .expanded.row .medium-collapse.row, .expanded.full-width-row .medium-collapse.row, .expanded.row .medium-collapse.full-width-row, .expanded.full-width-row .medium-collapse.full-width-row {
    margin-left: 0;
    margin-right: 0; }

  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-left: 0.1785714286rem;
    padding-right: 0.1785714286rem; }

  .medium-centered {
    float: none;
    margin-left: auto;
    margin-right: auto; }

  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left; } }
@media screen and (min-width: 64.0625em) {
  .large-1 {
    width: 8.3333333333%; }

  .large-push-1 {
    position: relative;
    left: 8.3333333333%; }

  .large-pull-1 {
    position: relative;
    left: -8.3333333333%; }

  .large-offset-0 {
    margin-left: 0%; }

  .large-2 {
    width: 16.6666666667%; }

  .large-push-2 {
    position: relative;
    left: 16.6666666667%; }

  .large-pull-2 {
    position: relative;
    left: -16.6666666667%; }

  .large-offset-1 {
    margin-left: 8.3333333333%; }

  .large-3 {
    width: 25%; }

  .large-push-3 {
    position: relative;
    left: 25%; }

  .large-pull-3 {
    position: relative;
    left: -25%; }

  .large-offset-2 {
    margin-left: 16.6666666667%; }

  .large-4 {
    width: 33.3333333333%; }

  .large-push-4 {
    position: relative;
    left: 33.3333333333%; }

  .large-pull-4 {
    position: relative;
    left: -33.3333333333%; }

  .large-offset-3 {
    margin-left: 25%; }

  .large-5 {
    width: 41.6666666667%; }

  .large-push-5 {
    position: relative;
    left: 41.6666666667%; }

  .large-pull-5 {
    position: relative;
    left: -41.6666666667%; }

  .large-offset-4 {
    margin-left: 33.3333333333%; }

  .large-6 {
    width: 50%; }

  .large-push-6 {
    position: relative;
    left: 50%; }

  .large-pull-6 {
    position: relative;
    left: -50%; }

  .large-offset-5 {
    margin-left: 41.6666666667%; }

  .large-7 {
    width: 58.3333333333%; }

  .large-push-7 {
    position: relative;
    left: 58.3333333333%; }

  .large-pull-7 {
    position: relative;
    left: -58.3333333333%; }

  .large-offset-6 {
    margin-left: 50%; }

  .large-8 {
    width: 66.6666666667%; }

  .large-push-8 {
    position: relative;
    left: 66.6666666667%; }

  .large-pull-8 {
    position: relative;
    left: -66.6666666667%; }

  .large-offset-7 {
    margin-left: 58.3333333333%; }

  .large-9 {
    width: 75%; }

  .large-push-9 {
    position: relative;
    left: 75%; }

  .large-pull-9 {
    position: relative;
    left: -75%; }

  .large-offset-8 {
    margin-left: 66.6666666667%; }

  .large-10 {
    width: 83.3333333333%; }

  .large-push-10 {
    position: relative;
    left: 83.3333333333%; }

  .large-pull-10 {
    position: relative;
    left: -83.3333333333%; }

  .large-offset-9 {
    margin-left: 75%; }

  .large-11 {
    width: 91.6666666667%; }

  .large-push-11 {
    position: relative;
    left: 91.6666666667%; }

  .large-pull-11 {
    position: relative;
    left: -91.6666666667%; }

  .large-offset-10 {
    margin-left: 83.3333333333%; }

  .large-12 {
    width: 100%; }

  .large-offset-11 {
    margin-left: 91.6666666667%; }

  .large-up-1 > .column, .large-up-1 > .columns {
    width: 100%;
    float: left; }
    .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
      float: left; }

  .large-up-2 > .column, .large-up-2 > .columns {
    width: 50%;
    float: left; }
    .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
      float: left; }

  .large-up-3 > .column, .large-up-3 > .columns {
    width: 33.3333333333%;
    float: left; }
    .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
      float: left; }

  .large-up-4 > .column, .large-up-4 > .columns {
    width: 25%;
    float: left; }
    .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
      float: left; }

  .large-up-5 > .column, .large-up-5 > .columns {
    width: 20%;
    float: left; }
    .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
      float: left; }

  .large-up-6 > .column, .large-up-6 > .columns {
    width: 16.6666666667%;
    float: left; }
    .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
      float: left; }

  .large-up-7 > .column, .large-up-7 > .columns {
    width: 14.2857142857%;
    float: left; }
    .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
      float: left; }

  .large-up-8 > .column, .large-up-8 > .columns {
    width: 12.5%;
    float: left; }
    .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
      float: left; }

  .large-collapse > .column, .large-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .large-collapse .row, .large-collapse .full-width-row, .expanded.row .large-collapse.row, .expanded.full-width-row .large-collapse.row, .expanded.row .large-collapse.full-width-row, .expanded.full-width-row .large-collapse.full-width-row {
    margin-left: 0;
    margin-right: 0; }

  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-left: 0.1785714286rem;
    padding-right: 0.1785714286rem; }

  .large-centered {
    float: none;
    margin-left: auto;
    margin-right: auto; }

  .large-uncentered,
  .large-push-0,
  .large-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left; } }
@media screen and (min-width: 80.0625em) {
  .xlarge-1 {
    width: 8.3333333333%; }

  .xlarge-push-1 {
    position: relative;
    left: 8.3333333333%; }

  .xlarge-pull-1 {
    position: relative;
    left: -8.3333333333%; }

  .xlarge-offset-0 {
    margin-left: 0%; }

  .xlarge-2 {
    width: 16.6666666667%; }

  .xlarge-push-2 {
    position: relative;
    left: 16.6666666667%; }

  .xlarge-pull-2 {
    position: relative;
    left: -16.6666666667%; }

  .xlarge-offset-1 {
    margin-left: 8.3333333333%; }

  .xlarge-3 {
    width: 25%; }

  .xlarge-push-3 {
    position: relative;
    left: 25%; }

  .xlarge-pull-3 {
    position: relative;
    left: -25%; }

  .xlarge-offset-2 {
    margin-left: 16.6666666667%; }

  .xlarge-4 {
    width: 33.3333333333%; }

  .xlarge-push-4 {
    position: relative;
    left: 33.3333333333%; }

  .xlarge-pull-4 {
    position: relative;
    left: -33.3333333333%; }

  .xlarge-offset-3 {
    margin-left: 25%; }

  .xlarge-5 {
    width: 41.6666666667%; }

  .xlarge-push-5 {
    position: relative;
    left: 41.6666666667%; }

  .xlarge-pull-5 {
    position: relative;
    left: -41.6666666667%; }

  .xlarge-offset-4 {
    margin-left: 33.3333333333%; }

  .xlarge-6 {
    width: 50%; }

  .xlarge-push-6 {
    position: relative;
    left: 50%; }

  .xlarge-pull-6 {
    position: relative;
    left: -50%; }

  .xlarge-offset-5 {
    margin-left: 41.6666666667%; }

  .xlarge-7 {
    width: 58.3333333333%; }

  .xlarge-push-7 {
    position: relative;
    left: 58.3333333333%; }

  .xlarge-pull-7 {
    position: relative;
    left: -58.3333333333%; }

  .xlarge-offset-6 {
    margin-left: 50%; }

  .xlarge-8 {
    width: 66.6666666667%; }

  .xlarge-push-8 {
    position: relative;
    left: 66.6666666667%; }

  .xlarge-pull-8 {
    position: relative;
    left: -66.6666666667%; }

  .xlarge-offset-7 {
    margin-left: 58.3333333333%; }

  .xlarge-9 {
    width: 75%; }

  .xlarge-push-9 {
    position: relative;
    left: 75%; }

  .xlarge-pull-9 {
    position: relative;
    left: -75%; }

  .xlarge-offset-8 {
    margin-left: 66.6666666667%; }

  .xlarge-10 {
    width: 83.3333333333%; }

  .xlarge-push-10 {
    position: relative;
    left: 83.3333333333%; }

  .xlarge-pull-10 {
    position: relative;
    left: -83.3333333333%; }

  .xlarge-offset-9 {
    margin-left: 75%; }

  .xlarge-11 {
    width: 91.6666666667%; }

  .xlarge-push-11 {
    position: relative;
    left: 91.6666666667%; }

  .xlarge-pull-11 {
    position: relative;
    left: -91.6666666667%; }

  .xlarge-offset-10 {
    margin-left: 83.3333333333%; }

  .xlarge-12 {
    width: 100%; }

  .xlarge-offset-11 {
    margin-left: 91.6666666667%; }

  .xlarge-up-1 > .column, .xlarge-up-1 > .columns {
    width: 100%;
    float: left; }
    .xlarge-up-1 > .column:nth-of-type(1n), .xlarge-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-1 > .column:nth-of-type(1n+1), .xlarge-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .xlarge-up-1 > .column:last-child, .xlarge-up-1 > .columns:last-child {
      float: left; }

  .xlarge-up-2 > .column, .xlarge-up-2 > .columns {
    width: 50%;
    float: left; }
    .xlarge-up-2 > .column:nth-of-type(1n), .xlarge-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-2 > .column:nth-of-type(2n+1), .xlarge-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .xlarge-up-2 > .column:last-child, .xlarge-up-2 > .columns:last-child {
      float: left; }

  .xlarge-up-3 > .column, .xlarge-up-3 > .columns {
    width: 33.3333333333%;
    float: left; }
    .xlarge-up-3 > .column:nth-of-type(1n), .xlarge-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-3 > .column:nth-of-type(3n+1), .xlarge-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .xlarge-up-3 > .column:last-child, .xlarge-up-3 > .columns:last-child {
      float: left; }

  .xlarge-up-4 > .column, .xlarge-up-4 > .columns {
    width: 25%;
    float: left; }
    .xlarge-up-4 > .column:nth-of-type(1n), .xlarge-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-4 > .column:nth-of-type(4n+1), .xlarge-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .xlarge-up-4 > .column:last-child, .xlarge-up-4 > .columns:last-child {
      float: left; }

  .xlarge-up-5 > .column, .xlarge-up-5 > .columns {
    width: 20%;
    float: left; }
    .xlarge-up-5 > .column:nth-of-type(1n), .xlarge-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-5 > .column:nth-of-type(5n+1), .xlarge-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .xlarge-up-5 > .column:last-child, .xlarge-up-5 > .columns:last-child {
      float: left; }

  .xlarge-up-6 > .column, .xlarge-up-6 > .columns {
    width: 16.6666666667%;
    float: left; }
    .xlarge-up-6 > .column:nth-of-type(1n), .xlarge-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-6 > .column:nth-of-type(6n+1), .xlarge-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .xlarge-up-6 > .column:last-child, .xlarge-up-6 > .columns:last-child {
      float: left; }

  .xlarge-up-7 > .column, .xlarge-up-7 > .columns {
    width: 14.2857142857%;
    float: left; }
    .xlarge-up-7 > .column:nth-of-type(1n), .xlarge-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-7 > .column:nth-of-type(7n+1), .xlarge-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .xlarge-up-7 > .column:last-child, .xlarge-up-7 > .columns:last-child {
      float: left; }

  .xlarge-up-8 > .column, .xlarge-up-8 > .columns {
    width: 12.5%;
    float: left; }
    .xlarge-up-8 > .column:nth-of-type(1n), .xlarge-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-8 > .column:nth-of-type(8n+1), .xlarge-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .xlarge-up-8 > .column:last-child, .xlarge-up-8 > .columns:last-child {
      float: left; }

  .xlarge-collapse > .column, .xlarge-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .xlarge-collapse .row, .xlarge-collapse .full-width-row, .expanded.row .xlarge-collapse.row, .expanded.full-width-row .xlarge-collapse.row, .expanded.row .xlarge-collapse.full-width-row, .expanded.full-width-row .xlarge-collapse.full-width-row {
    margin-left: 0;
    margin-right: 0; }

  .xlarge-uncollapse > .column, .xlarge-uncollapse > .columns {
    padding-left: 0.1785714286rem;
    padding-right: 0.1785714286rem; }

  .xlarge-centered {
    float: none;
    margin-left: auto;
    margin-right: auto; }

  .xlarge-uncentered,
  .xlarge-push-0,
  .xlarge-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left; } }
@media screen and (min-width: 90.0625em) {
  .xxlarge-1 {
    width: 8.3333333333%; }

  .xxlarge-push-1 {
    position: relative;
    left: 8.3333333333%; }

  .xxlarge-pull-1 {
    position: relative;
    left: -8.3333333333%; }

  .xxlarge-offset-0 {
    margin-left: 0%; }

  .xxlarge-2 {
    width: 16.6666666667%; }

  .xxlarge-push-2 {
    position: relative;
    left: 16.6666666667%; }

  .xxlarge-pull-2 {
    position: relative;
    left: -16.6666666667%; }

  .xxlarge-offset-1 {
    margin-left: 8.3333333333%; }

  .xxlarge-3 {
    width: 25%; }

  .xxlarge-push-3 {
    position: relative;
    left: 25%; }

  .xxlarge-pull-3 {
    position: relative;
    left: -25%; }

  .xxlarge-offset-2 {
    margin-left: 16.6666666667%; }

  .xxlarge-4 {
    width: 33.3333333333%; }

  .xxlarge-push-4 {
    position: relative;
    left: 33.3333333333%; }

  .xxlarge-pull-4 {
    position: relative;
    left: -33.3333333333%; }

  .xxlarge-offset-3 {
    margin-left: 25%; }

  .xxlarge-5 {
    width: 41.6666666667%; }

  .xxlarge-push-5 {
    position: relative;
    left: 41.6666666667%; }

  .xxlarge-pull-5 {
    position: relative;
    left: -41.6666666667%; }

  .xxlarge-offset-4 {
    margin-left: 33.3333333333%; }

  .xxlarge-6 {
    width: 50%; }

  .xxlarge-push-6 {
    position: relative;
    left: 50%; }

  .xxlarge-pull-6 {
    position: relative;
    left: -50%; }

  .xxlarge-offset-5 {
    margin-left: 41.6666666667%; }

  .xxlarge-7 {
    width: 58.3333333333%; }

  .xxlarge-push-7 {
    position: relative;
    left: 58.3333333333%; }

  .xxlarge-pull-7 {
    position: relative;
    left: -58.3333333333%; }

  .xxlarge-offset-6 {
    margin-left: 50%; }

  .xxlarge-8 {
    width: 66.6666666667%; }

  .xxlarge-push-8 {
    position: relative;
    left: 66.6666666667%; }

  .xxlarge-pull-8 {
    position: relative;
    left: -66.6666666667%; }

  .xxlarge-offset-7 {
    margin-left: 58.3333333333%; }

  .xxlarge-9 {
    width: 75%; }

  .xxlarge-push-9 {
    position: relative;
    left: 75%; }

  .xxlarge-pull-9 {
    position: relative;
    left: -75%; }

  .xxlarge-offset-8 {
    margin-left: 66.6666666667%; }

  .xxlarge-10 {
    width: 83.3333333333%; }

  .xxlarge-push-10 {
    position: relative;
    left: 83.3333333333%; }

  .xxlarge-pull-10 {
    position: relative;
    left: -83.3333333333%; }

  .xxlarge-offset-9 {
    margin-left: 75%; }

  .xxlarge-11 {
    width: 91.6666666667%; }

  .xxlarge-push-11 {
    position: relative;
    left: 91.6666666667%; }

  .xxlarge-pull-11 {
    position: relative;
    left: -91.6666666667%; }

  .xxlarge-offset-10 {
    margin-left: 83.3333333333%; }

  .xxlarge-12 {
    width: 100%; }

  .xxlarge-offset-11 {
    margin-left: 91.6666666667%; }

  .xxlarge-up-1 > .column, .xxlarge-up-1 > .columns {
    width: 100%;
    float: left; }
    .xxlarge-up-1 > .column:nth-of-type(1n), .xxlarge-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-1 > .column:nth-of-type(1n+1), .xxlarge-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .xxlarge-up-1 > .column:last-child, .xxlarge-up-1 > .columns:last-child {
      float: left; }

  .xxlarge-up-2 > .column, .xxlarge-up-2 > .columns {
    width: 50%;
    float: left; }
    .xxlarge-up-2 > .column:nth-of-type(1n), .xxlarge-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-2 > .column:nth-of-type(2n+1), .xxlarge-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .xxlarge-up-2 > .column:last-child, .xxlarge-up-2 > .columns:last-child {
      float: left; }

  .xxlarge-up-3 > .column, .xxlarge-up-3 > .columns {
    width: 33.3333333333%;
    float: left; }
    .xxlarge-up-3 > .column:nth-of-type(1n), .xxlarge-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-3 > .column:nth-of-type(3n+1), .xxlarge-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .xxlarge-up-3 > .column:last-child, .xxlarge-up-3 > .columns:last-child {
      float: left; }

  .xxlarge-up-4 > .column, .xxlarge-up-4 > .columns {
    width: 25%;
    float: left; }
    .xxlarge-up-4 > .column:nth-of-type(1n), .xxlarge-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-4 > .column:nth-of-type(4n+1), .xxlarge-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .xxlarge-up-4 > .column:last-child, .xxlarge-up-4 > .columns:last-child {
      float: left; }

  .xxlarge-up-5 > .column, .xxlarge-up-5 > .columns {
    width: 20%;
    float: left; }
    .xxlarge-up-5 > .column:nth-of-type(1n), .xxlarge-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-5 > .column:nth-of-type(5n+1), .xxlarge-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .xxlarge-up-5 > .column:last-child, .xxlarge-up-5 > .columns:last-child {
      float: left; }

  .xxlarge-up-6 > .column, .xxlarge-up-6 > .columns {
    width: 16.6666666667%;
    float: left; }
    .xxlarge-up-6 > .column:nth-of-type(1n), .xxlarge-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-6 > .column:nth-of-type(6n+1), .xxlarge-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .xxlarge-up-6 > .column:last-child, .xxlarge-up-6 > .columns:last-child {
      float: left; }

  .xxlarge-up-7 > .column, .xxlarge-up-7 > .columns {
    width: 14.2857142857%;
    float: left; }
    .xxlarge-up-7 > .column:nth-of-type(1n), .xxlarge-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-7 > .column:nth-of-type(7n+1), .xxlarge-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .xxlarge-up-7 > .column:last-child, .xxlarge-up-7 > .columns:last-child {
      float: left; }

  .xxlarge-up-8 > .column, .xxlarge-up-8 > .columns {
    width: 12.5%;
    float: left; }
    .xxlarge-up-8 > .column:nth-of-type(1n), .xxlarge-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-8 > .column:nth-of-type(8n+1), .xxlarge-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .xxlarge-up-8 > .column:last-child, .xxlarge-up-8 > .columns:last-child {
      float: left; }

  .xxlarge-collapse > .column, .xxlarge-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .xxlarge-collapse .row, .xxlarge-collapse .full-width-row, .expanded.row .xxlarge-collapse.row, .expanded.full-width-row .xxlarge-collapse.row, .expanded.row .xxlarge-collapse.full-width-row, .expanded.full-width-row .xxlarge-collapse.full-width-row {
    margin-left: 0;
    margin-right: 0; }

  .xxlarge-uncollapse > .column, .xxlarge-uncollapse > .columns {
    padding-left: 0.1785714286rem;
    padding-right: 0.1785714286rem; }

  .xxlarge-centered {
    float: none;
    margin-left: auto;
    margin-right: auto; }

  .xxlarge-uncentered,
  .xxlarge-push-0,
  .xxlarge-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left; } }
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

p {
  font-size: inherit;
  line-height: inherit;
  margin-bottom: 1.6em;
  text-rendering: optimizeLegibility; }

em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: 500;
  line-height: inherit; }

small {
  font-size: 80%;
  line-height: inherit; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Graphik", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.4; }
  h1 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small {
    color: #cacaca;
    line-height: 0; }

h1 {
  font-size: 1.7142857143rem; }

h2 {
  font-size: 1.4285714286rem; }

h3 {
  font-size: 1.3571428571rem; }

h4 {
  font-size: 1.2857142857rem; }

h5 {
  font-size: 1.2142857143rem; }

h6 {
  font-size: 1.1428571429rem; }

@media screen and (min-width: 40.0625em) {
  h1 {
    font-size: 3.4285714286rem; }

  h2 {
    font-size: 2.8571428571rem; }

  h3 {
    font-size: 2.2142857143rem; }

  h4 {
    font-size: 1.7857142857rem; }

  h5 {
    font-size: 1.4285714286rem; }

  h6 {
    font-size: 1.1428571429rem; } }
a {
  color: #AEAEAE;
  text-decoration: none;
  line-height: inherit;
  cursor: pointer; }
  a:hover, a:focus {
    color: #000000; }
  a img {
    border: 0; }

hr {
  max-width: 85.7142857143rem;
  height: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0;
  margin: 1.4285714286rem auto;
  clear: both; }

ul,
ol,
dl {
  line-height: inherit;
  margin-bottom: 1.6em;
  list-style-position: outside; }

li {
  font-size: inherit; }

ul {
  list-style-type: disc;
  margin-left: 1.25rem; }

ol {
  margin-left: 1.25rem; }

ul ul, ol ul, ul ol, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0; }

dl {
  margin-bottom: 1rem; }
  dl dt {
    margin-bottom: 0.3rem;
    font-weight: 500; }

blockquote {
  margin: 0 0 1.6em;
  padding: 0.6428571429rem 1.4285714286rem 0 1.3571428571rem;
  border-left: 1px solid #cacaca; }
  blockquote, blockquote p {
    line-height: inherit;
    color: #000; }

cite {
  display: block;
  font-size: 0.9285714286rem;
  color: #8a8a8a; }
  cite:before {
    content: '\2014 \0020'; }

abbr {
  color: #000000;
  cursor: help;
  border-bottom: 1px dotted #000000; }

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #000000;
  background-color: #e6e6e6;
  border: 1px solid #cacaca;
  padding: 0.1428571429rem 0.3571428571rem 0.0714285714rem; }

kbd {
  padding: 0.1428571429rem 0.2857142857rem 0;
  margin: 0;
  background-color: #e6e6e6;
  color: #000000;
  font-family: Consolas, "Liberation Mono", Courier, monospace; }

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a; }

.lead {
  font-size: 109.375%;
  line-height: 1.6; }

.stat {
  font-size: 2.5rem;
  line-height: 1; }
  p + .stat {
    margin-top: -1rem; }

.no-bullet {
  margin-left: 0;
  list-style: none; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

@media screen and (min-width: 40.0625em) {
  .medium-text-left {
    text-align: left; }

  .medium-text-right {
    text-align: right; }

  .medium-text-center {
    text-align: center; }

  .medium-text-justify {
    text-align: justify; } }
@media screen and (min-width: 64.0625em) {
  .large-text-left {
    text-align: left; }

  .large-text-right {
    text-align: right; }

  .large-text-center {
    text-align: center; }

  .large-text-justify {
    text-align: justify; } }
@media screen and (min-width: 80.0625em) {
  .xlarge-text-left {
    text-align: left; }

  .xlarge-text-right {
    text-align: right; }

  .xlarge-text-center {
    text-align: center; }

  .xlarge-text-justify {
    text-align: justify; } }
@media screen and (min-width: 90.0625em) {
  .xxlarge-text-left {
    text-align: left; }

  .xxlarge-text-right {
    text-align: right; }

  .xxlarge-text-center {
    text-align: center; }

  .xxlarge-text-justify {
    text-align: justify; } }
[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 2.7857142857rem;
  padding: 0.5714285714rem;
  border: 1px solid #cacaca;
  margin: 0 0 1.1428571429rem;
  font-family: inherit;
  font-size: 1.1428571429rem;
  color: #000000;
  background-color: #ffffff;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  -o-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  -webkit-appearance: none;
  -moz-appearance: none; }
  [type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
  textarea:focus {
    border: 1px solid #8a8a8a;
    background-color: #ffffff;
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    -o-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s; }

textarea {
  max-width: 100%; }
  textarea[rows] {
    height: auto; }

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #cacaca; }

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #cacaca; }

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #cacaca; }

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #cacaca; }

input::placeholder,
textarea::placeholder {
  color: #cacaca; }
input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: not-allowed; }

[type='submit'],
[type='button'] {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none; }

input[type='search'] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 1.1428571429rem; }

[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  margin-left: 0.5714285714rem;
  margin-right: 1.1428571429rem;
  margin-bottom: 0;
  vertical-align: baseline; }
  [type='checkbox'] + label[for],
  [type='radio'] + label[for] {
    cursor: pointer; }

label > [type='checkbox'],
label > [type='radio'] {
  margin-right: 0.5714285714rem; }

[type='file'] {
  width: 100%; }

label {
  display: block;
  margin: 0;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.8;
  color: #000000; }
  label.middle {
    margin: 0 0 1.1428571429rem;
    padding: 0.6428571429rem 0; }

.help-text {
  margin-top: -0.5714285714rem;
  font-size: 0.9285714286rem;
  font-style: italic;
  color: #000000; }

.input-group {
  display: table;
  width: 100%;
  margin-bottom: 1.1428571429rem; }
  .input-group > :first-child {
    border-radius: 0 0 0 0; }
  .input-group > :last-child > * {
    border-radius: 0 0 0 0; }

.input-group-label, .input-group-field, .input-group-button {
  margin: 0;
  white-space: nowrap;
  display: table-cell;
  vertical-align: middle; }

.input-group-label {
  text-align: center;
  padding: 0 1rem;
  background: #e6e6e6;
  color: #000000;
  border: 1px solid #cacaca;
  white-space: nowrap;
  width: 1%;
  height: 100%; }
  .input-group-label:first-child {
    border-right: 0; }
  .input-group-label:last-child {
    border-left: 0; }

.input-group-field {
  border-radius: 0;
  height: 2.8571428571rem; }

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  height: 100%;
  width: 1%; }
  .input-group-button a,
  .input-group-button input,
  .input-group-button button {
    margin: 0; }

.input-group .input-group-button {
  display: table-cell; }

fieldset {
  border: 0;
  padding: 0;
  margin: 0; }

legend {
  margin-bottom: 0.5714285714rem;
  max-width: 100%; }

.fieldset {
  border: 1px solid #cacaca;
  padding: 1.4285714286rem;
  margin: 1.2857142857rem 0; }
  .fieldset legend {
    background: #ffffff;
    padding: 0 0.2142857143rem;
    margin: 0;
    margin-left: -0.2142857143rem; }

select {
  height: 2.7857142857rem;
  padding: 0.5714285714rem;
  border: 1px solid #cacaca;
  margin: 0 0 1.1428571429rem;
  font-size: 1.1428571429rem;
  font-family: inherit;
  line-height: normal;
  color: #000000;
  background-color: #ffffff;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
  background-size: 9px 6px;
  background-position: right -1.1428571429rem center;
  background-origin: content-box;
  background-repeat: no-repeat;
  padding-right: 1.7142857143rem; }
  @media screen and (min-width: 0\0 ) {
    select {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } }
  select:disabled {
    background-color: #e6e6e6;
    cursor: not-allowed; }
  select::-ms-expand {
    display: none; }
  select[multiple] {
    height: auto;
    background-image: none; }

.is-invalid-input:not(:focus) {
  background-color: rgba(236, 88, 64, 0.1);
  border-color: #ec5840; }

.is-invalid-label {
  color: #ec5840; }

.form-error {
  display: none;
  margin-top: -0.5714285714rem;
  margin-bottom: 1.1428571429rem;
  font-size: 0.8571428571rem;
  font-weight: 500;
  color: #ec5840; }
  .form-error.is-visible {
    display: block; }

.button {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
  -o-transition: background-color 0.25s ease-out, color 0.25s ease-out;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 0.85em 1em;
  margin: 0 0 1rem 0;
  font-size: 0.9rem;
  background-color: #EC1C24;
  color: #ffffff; }
  [data-whatinput='mouse'] .button {
    outline: 0; }
  .button:hover, .button:focus {
    background-color: #cf1119;
    color: #ffffff; }
  .button.tiny {
    font-size: 0.6rem; }
  .button.small {
    font-size: 0.75rem; }
  .button.large {
    font-size: 1.25rem; }
  .button.expanded {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-right: 0; }
  .button.primary {
    background-color: #EC1C24;
    color: #ffffff; }
    .button.primary:hover, .button.primary:focus {
      background-color: #c31017;
      color: #ffffff; }
  .button.secondary {
    background-color: #AEAEAE;
    color: #000000; }
    .button.secondary:hover, .button.secondary:focus {
      background-color: #8b8b8b;
      color: #000000; }
  .button.success {
    background-color: #3adb76;
    color: #ffffff; }
    .button.success:hover, .button.success:focus {
      background-color: #22bb5b;
      color: #ffffff; }
  .button.warning {
    background-color: #ffae00;
    color: #ffffff; }
    .button.warning:hover, .button.warning:focus {
      background-color: #cc8b00;
      color: #ffffff; }
  .button.alert {
    background-color: #ec5840;
    color: #ffffff; }
    .button.alert:hover, .button.alert:focus {
      background-color: #da3116;
      color: #ffffff; }
  .button.hollow {
    border: 1px solid #EC1C24;
    color: #EC1C24; }
    .button.hollow, .button.hollow:hover, .button.hollow:focus {
      background-color: transparent; }
    .button.hollow:hover, .button.hollow:focus {
      border-color: #7a0a0e;
      color: #7a0a0e; }
    .button.hollow.primary {
      border: 1px solid #EC1C24;
      color: #EC1C24; }
      .button.hollow.primary:hover, .button.hollow.primary:focus {
        border-color: #7a0a0e;
        color: #7a0a0e; }
    .button.hollow.secondary {
      border: 1px solid #AEAEAE;
      color: #AEAEAE; }
      .button.hollow.secondary:hover, .button.hollow.secondary:focus {
        border-color: #575757;
        color: #575757; }
    .button.hollow.success {
      border: 1px solid #3adb76;
      color: #3adb76; }
      .button.hollow.success:hover, .button.hollow.success:focus {
        border-color: #157539;
        color: #157539; }
    .button.hollow.warning {
      border: 1px solid #ffae00;
      color: #ffae00; }
      .button.hollow.warning:hover, .button.hollow.warning:focus {
        border-color: #805700;
        color: #805700; }
    .button.hollow.alert {
      border: 1px solid #ec5840;
      color: #ec5840; }
      .button.hollow.alert:hover, .button.hollow.alert:focus {
        border-color: #881f0e;
        color: #881f0e; }
  .button.disabled, .button[disabled] {
    opacity: 0.25;
    cursor: not-allowed; }
    .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      background-color: #EC1C24;
      color: #ffffff; }
  .button.dropdown::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.4em;
    border-color: #ffffff transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    position: relative;
    top: 0.4em;
    float: right;
    margin-left: 1em;
    display: inline-block; }
  .button.arrow-only::after {
    margin-left: 0;
    float: none;
    top: -0.1em; }

table {
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0; }
  thead,
  tbody,
  tfoot {
    border: 1px solid #f2f2f2;
    background-color: #ffffff; }

  caption {
    font-weight: 500;
    padding: 0.5714285714rem 0.7142857143rem 0.7142857143rem; }

  thead,
  tfoot {
    background: #f9f9f9;
    color: #000000; }
    thead tr,
    tfoot tr {
      background: transparent; }
    thead th,
    thead td,
    tfoot th,
    tfoot td {
      padding: 0.5714285714rem 0.7142857143rem 0.7142857143rem;
      font-weight: 500;
      text-align: left; }

  tbody tr:nth-child(even) {
    background-color: #f2f2f2; }
  tbody th,
  tbody td {
    padding: 0.5714285714rem 0.7142857143rem 0.7142857143rem; }

@media screen and (max-width: 64em) {
  table.stack thead {
    display: none; }
  table.stack tfoot {
    display: none; }
  table.stack tr,
  table.stack th,
  table.stack td {
    display: block; }
  table.stack td {
    border-top: 0; } }

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto; }

table.hover tr:hover {
  background-color: #fafafa; }
table.hover tr:nth-of-type(even):hover {
  background-color: #ededed; }

.table-scroll {
  overflow-x: auto; }
  .table-scroll table {
    width: auto; }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

@media screen and (max-width: 40em) {
  .hide-for-small-only {
    display: none !important; } }

@media screen and (max-width: 0em), screen and (min-width: 40.0625em) {
  .show-for-small-only {
    display: none !important; } }

@media screen and (min-width: 40.0625em) {
  .hide-for-medium {
    display: none !important; } }

@media screen and (max-width: 40em) {
  .show-for-medium {
    display: none !important; } }

@media screen and (min-width: 40.0625em) and (max-width: 64em) {
  .hide-for-medium-only {
    display: none !important; } }

@media screen and (max-width: 40em), screen and (min-width: 64.0625em) {
  .show-for-medium-only {
    display: none !important; } }

@media screen and (min-width: 64.0625em) {
  .hide-for-large {
    display: none !important; } }

@media screen and (max-width: 64em) {
  .show-for-large {
    display: none !important; } }

@media screen and (min-width: 64.0625em) and (max-width: 80em) {
  .hide-for-large-only {
    display: none !important; } }

@media screen and (max-width: 64em), screen and (min-width: 80.0625em) {
  .show-for-large-only {
    display: none !important; } }

@media screen and (min-width: 80.0625em) {
  .hide-for-xlarge {
    display: none !important; } }

@media screen and (max-width: 80em) {
  .show-for-xlarge {
    display: none !important; } }

@media screen and (min-width: 80.0625em) and (max-width: 90em) {
  .hide-for-xlarge-only {
    display: none !important; } }

@media screen and (max-width: 80em), screen and (min-width: 90.0625em) {
  .show-for-xlarge-only {
    display: none !important; } }

@media screen and (min-width: 90.0625em) {
  .hide-for-xxlarge {
    display: none !important; } }

@media screen and (max-width: 90em) {
  .show-for-xxlarge {
    display: none !important; } }

@media screen and (min-width: 90.0625em) {
  .hide-for-xxlarge-only {
    display: none !important; } }

@media screen and (max-width: 90em) {
  .show-for-xxlarge-only {
    display: none !important; } }

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0); }

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto; }

.show-for-landscape,
.hide-for-portrait {
  display: block !important; }
  @media screen and (orientation: landscape) {
    .show-for-landscape,
    .hide-for-portrait {
      display: block !important; } }
  @media screen and (orientation: portrait) {
    .show-for-landscape,
    .hide-for-portrait {
      display: none !important; } }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }
  @media screen and (orientation: landscape) {
    .hide-for-landscape,
    .show-for-portrait {
      display: none !important; } }
  @media screen and (orientation: portrait) {
    .hide-for-landscape,
    .show-for-portrait {
      display: block !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-center {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.clearfix::before, .clearfix::after {
  content: ' ';
  display: table; }
.clearfix::after {
  clear: both; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  outline: none; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  outline: none; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  outline: none;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slick-dots {
  position: absolute;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  text-align: center;
  bottom: 0; }
  .slick-dots li {
    display: inline-block;
    margin: 0 5px; }
    @media (max-width: 640px) {
      .slick-dots li {
        margin: 0 4px; } }
  .slick-dots button {
    -webkit-transition: background-color 0.3s ease-out;
    -o-transition: background-color 0.3s ease-out;
    transition: background-color 0.3s ease-out;
    text-indent: -9999px;
    padding: 0;
    margin: 0;
    width: 15px;
    height: 15px;
    border-radius: 50%; }
    @media (max-width: 640px) {
      .slick-dots button {
        width: 12px;
        height: 12px; } }

/*!
 * fullPage 3.0.5
 * https://github.com/alvarotrigo/fullPage.js
 *
 * @license GPLv3 for open source use only
 * or Fullpage Commercial License for commercial use
 * http://alvarotrigo.com/fullPage/pricing/
 *
 * Copyright (C) 2018 http://alvarotrigo.com/fullPage - A project by Alvaro Trigo
 */
html.fp-enabled,
.fp-enabled body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  /*Avoid flicker on slides transitions for mobile phones #336 */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.fp-section {
  position: relative;
  -webkit-box-sizing: border-box;
  /* Safari<=5 Android<=3 */
  /* <=28 */
  box-sizing: border-box; }

.fp-slide {
  float: left; }

.fp-slide, .fp-slidesContainer {
  height: 100%;
  display: block; }

.fp-slides {
  z-index: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  /* Safari<=6 Android<=4.3 */
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.fp-section.fp-table, .fp-slide.fp-table {
  display: table;
  table-layout: fixed;
  width: 100%; }

.fp-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%; }

.fp-slidesContainer {
  float: left;
  position: relative; }

.fp-controlArrow {
  -webkit-user-select: none;
  /* webkit (safari, chrome) browsers */
  -moz-user-select: none;
  /* mozilla browsers */
  -khtml-user-select: none;
  /* webkit (konqueror) browsers */
  -ms-user-select: none;
  /* IE10+ */
  position: absolute;
  z-index: 4;
  top: 50%;
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  margin-top: -38px;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.fp-controlArrow.fp-prev {
  left: 15px;
  width: 0;
  border-width: 38.5px 34px 38.5px 0;
  border-color: transparent #fff transparent transparent; }

.fp-controlArrow.fp-next {
  right: 15px;
  border-width: 38.5px 0 38.5px 34px;
  border-color: transparent transparent transparent #fff; }

.fp-scrollable {
  overflow: hidden;
  position: relative; }

.fp-scroller {
  overflow: hidden; }

.iScrollIndicator {
  border: 0 !important; }

.fp-notransition {
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important; }

#fp-nav {
  position: fixed;
  z-index: 100;
  margin-top: -32px;
  top: 50%;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0); }

#fp-nav.fp-right {
  right: 17px; }

#fp-nav.fp-left {
  left: 17px; }

.fp-slidesNav {
  position: absolute;
  z-index: 4;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  left: 0 !important;
  right: 0;
  margin: 0 auto !important; }

.fp-slidesNav.fp-bottom {
  bottom: 17px; }

.fp-slidesNav.fp-top {
  top: 17px; }

#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0; }

#fp-nav ul li,
.fp-slidesNav ul li {
  display: block;
  width: 14px;
  height: 13px;
  margin: 7px;
  position: relative; }

.fp-slidesNav ul li {
  display: inline-block; }

#fp-nav ul li a,
.fp-slidesNav ul li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none; }

#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
  height: 12px;
  width: 12px;
  margin: -6px 0 0 -6px;
  border-radius: 100%; }

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  height: 4px;
  width: 4px;
  border: 0;
  background: #333;
  left: 50%;
  top: 50%;
  margin: -2px 0 0 -2px;
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out; }

#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
  width: 10px;
  height: 10px;
  margin: -5px 0px 0px -5px; }

#fp-nav ul li .fp-tooltip {
  position: absolute;
  top: -2px;
  color: #fff;
  font-size: 14px;
  font-family: arial, helvetica, sans-serif;
  white-space: nowrap;
  max-width: 220px;
  overflow: hidden;
  display: block;
  opacity: 0;
  width: 0;
  cursor: pointer; }

#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
  -webkit-transition: opacity 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  width: auto;
  opacity: 1; }

#fp-nav ul li .fp-tooltip.fp-right {
  right: 20px; }

#fp-nav ul li .fp-tooltip.fp-left {
  left: 20px; }

.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell {
  height: auto !important; }

.fp-responsive .fp-auto-height-responsive.fp-section,
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell {
  height: auto !important; }

/*Only display content to screen readers*/
.fp-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

/*------------------------------------*\
    HEADER
\*------------------------------------*/
body.home:not(.header-fixed):not(.mobile-menu-visible) .header {
  position: absolute;
  background: none; }
  body.home:not(.header-fixed):not(.mobile-menu-visible) .header .logo-red {
    visibility: hidden;
    opacity: 0; }
  body.home:not(.header-fixed):not(.mobile-menu-visible) .header .logo-white {
    visibility: visible;
    opacity: 1; }
  @media all and (min-width: 641px) {
    body.home:not(.header-fixed):not(.mobile-menu-visible) .header .menu-item a {
      color: #fff; }
      body.home:not(.header-fixed):not(.mobile-menu-visible) .header .menu-item a:hover, body.home:not(.header-fixed):not(.mobile-menu-visible) .header .menu-item a:focus {
        color: #000000; } }
body.home .header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
        /*
        background: none;

        .logo-red {
            display: none;
        }
        .logo-white {
            display: block;
        }

        .menu-item a {
            @media all and (min-width: 641px) {
                color: #fff;
                &:hover, &:focus {
                    color: #000000;
                }
            }
        }
        */ }
  body.home .header .main-nav ul .current-menu-item a {
    color: #000000; }

.header {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background: inherit;
  padding: 35px 16px;
  position: relative;
  -webkit-transition: opacity .3s ease-out .15s, top .2s ease-out;
  -o-transition: opacity .3s ease-out .15s, top .2s ease-out;
  transition: opacity .3s ease-out .15s, top .2s ease-out;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  z-index: 10; }
  @media screen {
    .header {
      opacity: 0; } }
  @media all and (max-width: 640px) {
    .mobile-menu-visible .header {
      background: #F5F5F5 !important; } }
  body.no-animation .header {
    -webkit-transition: none;
    -o-transition: none;
    transition: none; }
  .header .logo-container {
    position: relative; }
  .header .logo-red {
    position: absolute;
    top: 0;
    left: 0;
    visibility: visible;
    opacity: 1; }
  .header .logo-white {
    visibility: hidden;
    opacity: 1; }
  @media screen and (min-width: 1401px) {
    .header {
      min-height: 96px; } }
  @media screen and (min-width: 641px) and (max-width: 1400px) {
    .header {
      padding: 29px 16px; } }
  @media all and (max-width: 640px) {
    .header {
      padding: 17px 2px; } }
  .dom-ready .header {
    opacity: 1; }
  @media screen and (min-width: 641px) {
    .single-project .header {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      z-index: 10; } }
  @media screen and (min-width: 641px) {
    .single-labs .header {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      z-index: 10; } }
  .header-fixed .header {
    width: 100%;
    z-index: 10;
    background: #F5F5F5; }
    @media screen {
      .header-fixed .header {
        position: fixed;
        top: 0;
        left: 0; } }
  @media screen {
    body.header-fixed.scroll-down:not(.single-project) .header, body.header-fixed.fp-header-hidden:not(.single-project) .header {
      top: -180px; } }
  @media screen and (max-width: 640px) {
    body.header-fixed.scroll-down:not(.single-project) .header, body.header-fixed.fp-header-hidden:not(.single-project) .header {
      top: -61px; } }
  @media screen {
    body.header-fixed.scroll-down.single-project .header, body.header-fixed.fp-header-hidden.single-project .header {
      top: -100px; } }
  @media screen and (max-width: 640px) {
    body.header-fixed.scroll-down.single-project .header, body.header-fixed.fp-header-hidden.single-project .header {
      top: -61px; } }
  .header-fixed.scroll-up .header {
    top: 0; }
  .home:not(.header-fixed) {
    top: 0; }
  @media screen and (max-width: 960px) {
    .home .header {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      z-index: 10; } }
  .header .header-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    padding: 0; }
    @media all and (max-width: 640px) {
      .header .header-container {
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
  .header .header-cell {
    padding: 0 2px; }
    @media all and (min-width: 641px) {
      .header .header-cell {
        padding: 0 16px; } }
  @media all and (min-width: 641px) {
    .header .logo-container {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 16.6666666667%;
              flex: 0 0 16.6666666667%;
      max-width: 16.6666666667%; } }
  @media all and (max-width: 640px) {
    .header .logo-container {
      padding-left: 24px; } }
  .header .logo-container .logo {
    position: relative;
    float: left;
    margin-top: -8px; }
    @media all and (min-width: 641px) and (max-width: 1400px) {
      .header .logo-container .logo {
        margin-top: -4px;
        width: 90px; } }
    @media all and (max-width: 640px) {
      .header .logo-container .logo {
        width: 90px;
        margin-top: 3px; } }
  .header .text-container {
    color: #AEAEAE;
    font-size: 20px;
    line-height: 1.3; }
    @media all and (min-width: 1401px) {
      .header .text-container {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 0px;
                flex: 1 1 0;
        max-width: 590px; } }
    @media all and (min-width: 641px) and (max-width: 1400px) {
      .header .text-container {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 0px;
                flex: 1 1 0;
        font-size: 14px;
        line-height: 1.4285714286;
        max-width: 435px; } }
    @media all and (max-width: 1024px) {
      .header .text-container {
        display: none; } }
    .header .text-container p {
      margin: 0; }
    @media all and (min-width: 1025px) {
      .header .text-container span {
        display: block; } }
    .header .text-container a {
      color: inherit; }
      .header .text-container a:hover {
        color: #000; }
  .header .menu-container {
    line-height: 1.5; }
    @media all and (min-width: 1401px) {
      .header .menu-container {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 0px;
                flex: 1 1 0;
        max-width: calc(83.3333333333% - 590px); } }
    @media all and (min-width: 641px) and (max-width: 1400px) {
      .header .menu-container {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 0px;
                flex: 1 1 0;
        max-width: calc(83.3333333333% - 435px); } }
    @media all and (min-width: 641px) and (max-width: 1024px) {
      .header .menu-container {
        max-width: 83.3333333333%; } }
    @media all and (max-width: 640px) {
      .header .menu-container {
        padding-right: 24px; } }
    .header .menu-container > div {
      float: right; }
    .header .menu-container .toggle-main-nav {
      display: none;
      width: 24px;
      float: right;
      height: 24px;
      position: relative; }
      @media all and (max-width: 640px) {
        .header .menu-container .toggle-main-nav {
          margin-top: 2px; } }
      .header .menu-container .toggle-main-nav:hover, .header .menu-container .toggle-main-nav:focus {
        color: #AEAEAE; }
      .header .menu-container .toggle-main-nav:before {
        -webkit-transition: all .2s ease-out;
        -o-transition: all .2s ease-out;
        transition: all .2s ease-out;
        content: '';
        border-top: 1px solid;
        width: 100%;
        display: block;
        -webkit-transform: rotate(0);
            -ms-transform: rotate(0);
                transform: rotate(0);
        position: absolute;
        top: 6px; }
        .mobile-menu-visible .header .menu-container .toggle-main-nav:before {
          top: 50%;
          -webkit-transform: rotate(45deg);
              -ms-transform: rotate(45deg);
                  transform: rotate(45deg);
          left: 10%;
          width: 80%;
          margin-top: -1px; }
      .header .menu-container .toggle-main-nav:after {
        -webkit-transition: all .2s ease-out;
        -o-transition: all .2s ease-out;
        transition: all .2s ease-out;
        content: '';
        border-top: 1px solid;
        width: 100%;
        display: block;
        -webkit-transform: rotate(0);
            -ms-transform: rotate(0);
                transform: rotate(0);
        position: absolute;
        bottom: 6px; }
        .mobile-menu-visible .header .menu-container .toggle-main-nav:after {
          bottom: 50%;
          -webkit-transform: rotate(-45deg);
              -ms-transform: rotate(-45deg);
                  transform: rotate(-45deg);
          left: 10%;
          width: 80%; }
      @media all and (max-width: 640px) {
        .header .menu-container .toggle-main-nav {
          display: block; } }
    .header .menu-container .main-nav::before, .header .menu-container .main-nav::after {
      content: ' ';
      display: table; }
    .header .menu-container .main-nav::after {
      clear: both; }
    @media all and (max-width: 640px) {
      .header .menu-container .main-nav {
        display: none; } }
    .header .menu-container .main-nav ul {
      text-align: right; }
      .header .menu-container .main-nav ul li {
        display: inline-block; }
        .header .menu-container .main-nav ul li + li {
          margin-left: 8px; }
  .header .mobile-nav {
    background: #F5F5F5;
    border-bottom: 1px solid rgba(174, 174, 174, 0.5);
    border-top: 1px solid rgba(174, 174, 174, 0.5);
    left: 0;
    opacity: 0;
    padding: 0 4px;
    position: absolute;
    top: 60px;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    visibility: hidden;
    width: 100%;
    z-index: 10; }
    @media screen and (max-width: 640px) {
      .mobile-menu-visible .header .mobile-nav {
        opacity: 1;
        visibility: visible; } }
    .header .mobile-nav ul li {
      display: block;
      padding: 11px 15px 10px;
      border-bottom: 1px solid rgba(174, 174, 174, 0.5); }
      .header .mobile-nav ul li:last-child {
        border-bottom: none; }
      .header .mobile-nav ul li + li {
        margin-left: 0;
        padding-top: 11px;
        padding-bottom: 11px; }
  .header .main-nav ul, .header .mobile-nav ul {
    font-size: 20px;
    line-height: inherit;
    list-style: none;
    margin: 0;
    padding: 0; }
    @media all and (min-width: 1401px) {
      .header .main-nav ul, .header .mobile-nav ul {
        line-height: 1.3; } }
    @media all and (min-width: 641px) and (max-width: 1400px) {
      .header .main-nav ul, .header .mobile-nav ul {
        font-size: 14px;
        line-height: 1.4285714286; } }
    .header .main-nav ul .current-menu-item a, .header .mobile-nav ul .current-menu-item a {
      color: #000000; }

/*------------------------------------*\
    FOOTER
\*------------------------------------*/
.footer {
  color: #555;
  background-color: transparent;
  padding: 92px 4px 24px;
  position: relative; }
  @media all and (max-width: 767px) {
    .footer {
      padding: 29px 8px 24px; } }
  .footer .footer__bottom {
    font-size: 0; }
  .footer .row, .footer .full-width-row {
    max-width: none; }
    .footer .row .column, .footer .full-width-row .column, .footer .row .columns, .footer .full-width-row .columns {
      padding: 0 16px; }
      @media all and (min-width: 768px) {
        .footer .row .column, .footer .full-width-row .column, .footer .row .columns, .footer .full-width-row .columns {
          padding: 0 28px; } }
    .footer .row.footer__middle .column, .footer .footer__middle.full-width-row .column, .footer .row.footer__middle .columns, .footer .footer__middle.full-width-row .columns {
      width: 100%; }
      @media all and (min-width: 561px) {
        .footer .row.footer__middle .column, .footer .footer__middle.full-width-row .column, .footer .row.footer__middle .columns, .footer .footer__middle.full-width-row .columns {
          width: 50%; } }
      @media all and (min-width: 1103px) {
        .footer .row.footer__middle .column, .footer .footer__middle.full-width-row .column, .footer .row.footer__middle .columns, .footer .footer__middle.full-width-row .columns {
          width: 33.33333333%; } }
      @media all and (min-width: 1461px) {
        .footer .row.footer__middle .column, .footer .footer__middle.full-width-row .column, .footer .row.footer__middle .columns, .footer .footer__middle.full-width-row .columns {
          width: 20%; } }
      @media all and (min-width: 561px) and (max-width: 1102px) {
        .footer .row.footer__middle .column:nth-child(2n+1), .footer .footer__middle.full-width-row .column:nth-child(2n+1), .footer .row.footer__middle .columns:nth-child(2n+1), .footer .footer__middle.full-width-row .columns:nth-child(2n+1) {
          clear: both; } }
      @media all and (min-width: 1103px) and (max-width: 1460px) {
        .footer .row.footer__middle .column:nth-child(3n+1), .footer .footer__middle.full-width-row .column:nth-child(3n+1), .footer .row.footer__middle .columns:nth-child(3n+1), .footer .footer__middle.full-width-row .columns:nth-child(3n+1) {
          clear: both; } }
      @media all and (min-width: 1461px) {
        .footer .row.footer__middle .column:nth-child(5n+1), .footer .footer__middle.full-width-row .column:nth-child(5n+1), .footer .row.footer__middle .columns:nth-child(5n+1), .footer .footer__middle.full-width-row .columns:nth-child(5n+1) {
          clear: both; } }
  .footer .copyright {
    display: inline-block;
    font-size: 14px;
    line-height: 1.4285714286;
    vertical-align: middle; }
    .footer .copyright + .menu {
      display: inline-block;
      padding-left: 16px;
      vertical-align: middle; }
  .footer nav ul {
    display: block;
    font-size: 14px;
    line-height: 1.4285714286;
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: hidden; }
  .footer .footer-nav {
    display: inline-block; }
    @media all and (max-width: 767px) {
      .footer .footer-nav {
        padding: 21px 0 0; } }
    @media all and (min-width: 1025px) {
      .footer .footer-nav li {
        float: left; }
        .footer .footer-nav li:after {
          color: #AEAEAE;
          content: '/';
          display: inline-block;
          margin-left: 7px;
          margin-right: 3px; }
        .footer .footer-nav li + li {
          margin-left: 10px; } }
    @media all and (min-width: 1025px) and (max-width: 640px) {
      .footer .footer-nav li + li {
        margin-left: 5px; } }
    @media all and (min-width: 1025px) {
        .footer .footer-nav li:last-child:after {
          display: none; } }
  .footer .social-nav {
    display: inline-block;
    vertical-align: middle; }
    @media all and (max-width: 767px) {
      .footer .social-nav {
        display: block; } }
    .footer .social-nav ul {
      font-size: 0; }
    .footer .social-nav li {
      display: inline-block; }
      @media all and (min-width: 641px) {
        .footer .social-nav li + li {
          margin-left: 16px; } }
      @media all and (max-width: 640px) {
        .footer .social-nav li + li {
          margin-left: 10px; } }
    .footer .social-nav img {
      height: 15px;
      -webkit-transition: -webkit-filter 0.2s ease-out;
      transition: -webkit-filter 0.2s ease-out;
      -o-transition: filter 0.2s ease-out;
      transition: filter 0.2s ease-out;
      transition: filter 0.2s ease-out, -webkit-filter 0.2s ease-out; }
    .footer .social-nav a:hover img {
      -webkit-filter: brightness(0%);
              filter: brightness(0%); }
  .footer.form-visible .footer-form .form-container {
    -webkit-transform: translate3d(0, -250%, 0);
            transform: translate3d(0, -250%, 0); }
  .footer .footer-form {
    display: inline-block;
    font-size: 14px;
    height: 30px;
    line-height: 1.4285714286;
    max-width: 280px;
    overflow: hidden;
    vertical-align: middle;
    width: 100%; }
    @media all and (min-width: 768px) {
      .footer .footer-form {
        margin: -5px 0;
        text-align: right; } }
    @media all and (max-width: 767px) {
      .footer .footer-form {
        display: block;
        margin: 0 0 12px; } }
    @media all and (min-width: 481px) {
      .footer .footer-form {
        padding-right: 16px; } }
    .footer .footer-form .form-container {
      height: inherit;
      position: relative;
      -webkit-transition: -webkit-transform .3s ease-out;
      transition: -webkit-transform .3s ease-out;
      -o-transition: transform .3s ease-out;
      transition: transform .3s ease-out;
      transition: transform .3s ease-out, -webkit-transform .3s ease-out;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0); }
      .footer .footer-form .form-container a {
        display: block;
        height: inherit;
        padding: 5px 0; }
    .footer .footer-form form {
      padding-right: 60px;
      position: absolute;
      right: 0;
      top: 250%;
      width: 100%; }
      .footer .footer-form form .message {
        bottom: 100%;
        color: #EC1C24;
        font-size: 12px;
        left: 0;
        position: absolute;
        text-align: left;
        width: 100%; }
      .footer .footer-form form input {
        font-size: 14px;
        height: 29px;
        margin: 0; }
      .footer .footer-form form input[type="email"] {
        background-color: #f4f4f4;
        border: none;
        padding-left: 7px; }
      .footer .footer-form form input[type="submit"] {
        background-color: #f4f4f4;
        -webkit-transition: color .3s ease-out;
        -o-transition: color .3s ease-out;
        transition: color .3s ease-out;
        border: none;
        color: #AEAEAE;
        float: right;
        margin-right: -60px;
        outline: none;
        padding: 0;
        text-align: center;
        width: 60px; }
        .footer .footer-form form input[type="submit"]:hover {
          color: #000000; }
  .footer a {
    color: inherit; }
    .footer a:hover {
      color: #000; }

.footer__upper,
.footer__middle {
  color: #555; }

.footer__middle {
  padding-bottom: 40px; }
  @media all and (max-width: 767px) {
    .footer__middle {
      padding-bottom: 2px; } }

@media all and (max-width: 767px) {
  .footer__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap; } }
@media all and (max-width: 767px) {
  .footer__bottom > .column, .footer__bottom > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    float: none;
    max-width: 100%; } }
@media all and (max-width: 767px) {
  .footer__bottom > .column:first-child, .footer__bottom > .columns:first-child {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; } }
@media all and (min-width: 768px) {
  .footer__bottom > .column:last-child, .footer__bottom > .columns:last-child {
    text-align: right; } }
@media all and (max-width: 767px) {
  .footer__bottom > .column:last-child, .footer__bottom > .columns:last-child {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; } }

.footer__text {
  font-size: 26px;
  line-height: 1.1538461538;
  margin: 0 0 140px;
  max-width: 900px; }
  @media all and (max-width: 1024px) {
    .footer__text {
      max-width: 640px; } }
  @media all and (max-width: 767px) {
    .footer__text {
      font-size: 14px;
      line-height: 1.4285714286;
      margin: 0 0 49px;
      max-width: 345px; } }
  @media all and (min-width: 1025px) {
    .footer__text span {
      display: block; } }

.footer__city {
  color: #EC1C24;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
  margin: 0; }
  @media all and (max-width: 1780px) {
    .footer__city {
      font-size: 14px;
      line-height: 1.4285714286; } }

.footer__contacts {
  font-size: 20px;
  line-height: 1.3;
  margin: 0 0 31px;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden; }
  @media all and (max-width: 1780px) {
    .footer__contacts {
      font-size: 14px;
      line-height: 1.4285714286;
      margin: 0 0 19px; } }
  @media all and (max-width: 767px) {
    .footer__contacts {
      margin: 0 0 21px; } }

.footer__address {
  font-size: 14px;
  line-height: 1.4285714286;
  margin: 0 0 37px; }
  @media all and (max-width: 767px) {
    .footer__address {
      margin: 0 0 53px; } }

.page-block-visible, .page-block.block-visible {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0); }
  .page-block-visible.page-block-0, .page-block-0.page-block.block-visible {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
       transition-delay: 0s; }
  .page-block-visible.page-block-1, .page-block-1.page-block.block-visible {
    -webkit-transition-delay: 0.12s;
    -o-transition-delay: 0.12s;
       transition-delay: 0.12s; }
  .page-block-visible.page-block-2, .page-block-2.page-block.block-visible {
    -webkit-transition-delay: 0.24s;
    -o-transition-delay: 0.24s;
       transition-delay: 0.24s; }
  .page-block-visible.page-block-3, .page-block-3.page-block.block-visible {
    -webkit-transition-delay: 0.36s;
    -o-transition-delay: 0.36s;
       transition-delay: 0.36s; }
  .page-block-visible.page-block-4, .page-block-4.page-block.block-visible {
    -webkit-transition-delay: 0.48s;
    -o-transition-delay: 0.48s;
       transition-delay: 0.48s; }
  .page-block-visible.page-block-5, .page-block-5.page-block.block-visible {
    -webkit-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
       transition-delay: 0.6s; }
  .page-block-visible.page-block-6, .page-block-6.page-block.block-visible {
    -webkit-transition-delay: 0.72s;
    -o-transition-delay: 0.72s;
       transition-delay: 0.72s; }
  .page-block-visible.page-block-7, .page-block-7.page-block.block-visible {
    -webkit-transition-delay: 0.84s;
    -o-transition-delay: 0.84s;
       transition-delay: 0.84s; }
  .page-block-visible.page-block-8, .page-block-8.page-block.block-visible {
    -webkit-transition-delay: 0.96s;
    -o-transition-delay: 0.96s;
       transition-delay: 0.96s; }
  .page-block-visible.page-block-9, .page-block-9.page-block.block-visible {
    -webkit-transition-delay: 1.08s;
    -o-transition-delay: 1.08s;
       transition-delay: 1.08s; }
  .page-block-visible.page-block-10, .page-block-10.page-block.block-visible {
    -webkit-transition-delay: 1.2s;
    -o-transition-delay: 1.2s;
       transition-delay: 1.2s; }
  .page-block-visible.page-block-11, .page-block-11.page-block.block-visible {
    -webkit-transition-delay: 1.32s;
    -o-transition-delay: 1.32s;
       transition-delay: 1.32s; }
  .page-block-visible.page-block-12, .page-block-12.page-block.block-visible {
    -webkit-transition-delay: 1.44s;
    -o-transition-delay: 1.44s;
       transition-delay: 1.44s; }
  .page-block-visible.page-block-13, .page-block-13.page-block.block-visible {
    -webkit-transition-delay: 1.56s;
    -o-transition-delay: 1.56s;
       transition-delay: 1.56s; }
  .page-block-visible.page-block-14, .page-block-14.page-block.block-visible {
    -webkit-transition-delay: 1.68s;
    -o-transition-delay: 1.68s;
       transition-delay: 1.68s; }
  .page-block-visible.page-block-15, .page-block-15.page-block.block-visible {
    -webkit-transition-delay: 1.8s;
    -o-transition-delay: 1.8s;
       transition-delay: 1.8s; }
  .page-block-visible.page-block-16, .page-block-16.page-block.block-visible {
    -webkit-transition-delay: 1.92s;
    -o-transition-delay: 1.92s;
       transition-delay: 1.92s; }
  .page-block-visible.page-block-17, .page-block-17.page-block.block-visible {
    -webkit-transition-delay: 2.04s;
    -o-transition-delay: 2.04s;
       transition-delay: 2.04s; }
  .page-block-visible.page-block-18, .page-block-18.page-block.block-visible {
    -webkit-transition-delay: 2.16s;
    -o-transition-delay: 2.16s;
       transition-delay: 2.16s; }
  .page-block-visible.page-block-19, .page-block-19.page-block.block-visible {
    -webkit-transition-delay: 2.28s;
    -o-transition-delay: 2.28s;
       transition-delay: 2.28s; }
  .page-block-visible.page-block-20, .page-block-20.page-block.block-visible {
    -webkit-transition-delay: 2.4s;
    -o-transition-delay: 2.4s;
       transition-delay: 2.4s; }
  .page-block-visible.page-block-21, .page-block-21.page-block.block-visible {
    -webkit-transition-delay: 2.52s;
    -o-transition-delay: 2.52s;
       transition-delay: 2.52s; }
  .page-block-visible.page-block-22, .page-block-22.page-block.block-visible {
    -webkit-transition-delay: 2.64s;
    -o-transition-delay: 2.64s;
       transition-delay: 2.64s; }
  .page-block-visible.page-block-23, .page-block-23.page-block.block-visible {
    -webkit-transition-delay: 2.76s;
    -o-transition-delay: 2.76s;
       transition-delay: 2.76s; }
  .page-block-visible.page-block-24, .page-block-24.page-block.block-visible {
    -webkit-transition-delay: 2.88s;
    -o-transition-delay: 2.88s;
       transition-delay: 2.88s; }
  .page-block-visible.page-block-25, .page-block-25.page-block.block-visible {
    -webkit-transition-delay: 3s;
    -o-transition-delay: 3s;
       transition-delay: 3s; }
  .page-block-visible.page-block-26, .page-block-26.page-block.block-visible {
    -webkit-transition-delay: 3.12s;
    -o-transition-delay: 3.12s;
       transition-delay: 3.12s; }
  .page-block-visible.page-block-27, .page-block-27.page-block.block-visible {
    -webkit-transition-delay: 3.24s;
    -o-transition-delay: 3.24s;
       transition-delay: 3.24s; }
  .page-block-visible.page-block-28, .page-block-28.page-block.block-visible {
    -webkit-transition-delay: 3.36s;
    -o-transition-delay: 3.36s;
       transition-delay: 3.36s; }
  .page-block-visible.page-block-29, .page-block-29.page-block.block-visible {
    -webkit-transition-delay: 3.48s;
    -o-transition-delay: 3.48s;
       transition-delay: 3.48s; }
  .page-block-visible.page-block-30, .page-block-30.page-block.block-visible {
    -webkit-transition-delay: 3.6s;
    -o-transition-delay: 3.6s;
       transition-delay: 3.6s; }
  .page-block-visible.page-block-31, .page-block-31.page-block.block-visible {
    -webkit-transition-delay: 3.72s;
    -o-transition-delay: 3.72s;
       transition-delay: 3.72s; }
  .page-block-visible.page-block-32, .page-block-32.page-block.block-visible {
    -webkit-transition-delay: 3.84s;
    -o-transition-delay: 3.84s;
       transition-delay: 3.84s; }
  .page-block-visible.page-block-33, .page-block-33.page-block.block-visible {
    -webkit-transition-delay: 3.96s;
    -o-transition-delay: 3.96s;
       transition-delay: 3.96s; }
  .page-block-visible.page-block-34, .page-block-34.page-block.block-visible {
    -webkit-transition-delay: 4.08s;
    -o-transition-delay: 4.08s;
       transition-delay: 4.08s; }
  .page-block-visible.page-block-35, .page-block-35.page-block.block-visible {
    -webkit-transition-delay: 4.2s;
    -o-transition-delay: 4.2s;
       transition-delay: 4.2s; }
  .page-block-visible.page-block-36, .page-block-36.page-block.block-visible {
    -webkit-transition-delay: 4.32s;
    -o-transition-delay: 4.32s;
       transition-delay: 4.32s; }
  .page-block-visible.page-block-37, .page-block-37.page-block.block-visible {
    -webkit-transition-delay: 4.44s;
    -o-transition-delay: 4.44s;
       transition-delay: 4.44s; }
  .page-block-visible.page-block-38, .page-block-38.page-block.block-visible {
    -webkit-transition-delay: 4.56s;
    -o-transition-delay: 4.56s;
       transition-delay: 4.56s; }
  .page-block-visible.page-block-39, .page-block-39.page-block.block-visible {
    -webkit-transition-delay: 4.68s;
    -o-transition-delay: 4.68s;
       transition-delay: 4.68s; }
  .page-block-visible.page-block-40, .page-block-40.page-block.block-visible {
    -webkit-transition-delay: 4.8s;
    -o-transition-delay: 4.8s;
       transition-delay: 4.8s; }
  .page-block-visible.page-block-41, .page-block-41.page-block.block-visible {
    -webkit-transition-delay: 4.92s;
    -o-transition-delay: 4.92s;
       transition-delay: 4.92s; }
  .page-block-visible.page-block-42, .page-block-42.page-block.block-visible {
    -webkit-transition-delay: 5.04s;
    -o-transition-delay: 5.04s;
       transition-delay: 5.04s; }
  .page-block-visible.page-block-43, .page-block-43.page-block.block-visible {
    -webkit-transition-delay: 5.16s;
    -o-transition-delay: 5.16s;
       transition-delay: 5.16s; }
  .page-block-visible.page-block-44, .page-block-44.page-block.block-visible {
    -webkit-transition-delay: 5.28s;
    -o-transition-delay: 5.28s;
       transition-delay: 5.28s; }
  .page-block-visible.page-block-45, .page-block-45.page-block.block-visible {
    -webkit-transition-delay: 5.4s;
    -o-transition-delay: 5.4s;
       transition-delay: 5.4s; }
  .page-block-visible.page-block-46, .page-block-46.page-block.block-visible {
    -webkit-transition-delay: 5.52s;
    -o-transition-delay: 5.52s;
       transition-delay: 5.52s; }
  .page-block-visible.page-block-47, .page-block-47.page-block.block-visible {
    -webkit-transition-delay: 5.64s;
    -o-transition-delay: 5.64s;
       transition-delay: 5.64s; }
  .page-block-visible.page-block-48, .page-block-48.page-block.block-visible {
    -webkit-transition-delay: 5.76s;
    -o-transition-delay: 5.76s;
       transition-delay: 5.76s; }
  .page-block-visible.page-block-49, .page-block-49.page-block.block-visible {
    -webkit-transition-delay: 5.88s;
    -o-transition-delay: 5.88s;
       transition-delay: 5.88s; }
  .page-block-visible.page-block-50, .page-block-50.page-block.block-visible {
    -webkit-transition-delay: 6s;
    -o-transition-delay: 6s;
       transition-delay: 6s; }

.page-block {
  opacity: 0;
  -webkit-transform: translate(0, 1.25rem);
  -ms-transform: translate(0, 1.25rem);
  transform: translate(0, 1.25rem);
  transition: opacity 800ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s, -webkit-transform 900ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -o-transition: opacity 800ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s, transform 900ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: opacity 800ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s, transform 900ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: opacity 800ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s, transform 900ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s, -webkit-transform 900ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -webkit-transition: opacity 800ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s, -webkit-transform 900ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition-delay: 0.12s;
  -o-transition-delay: 0.12s;
     transition-delay: 0.12s; }
  .page-block.just-fade {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; }

.content-box {
  padding: 0 2px 4px;
  position: relative;
  cursor: pointer;
  color: white; }
  .content-box .content-box-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    padding-bottom: 71.2%; }
    @media all and (min-width: 1102px) and (max-width: 1459px) {
      .content-box .content-box-container {
        padding-bottom: 81%; } }
    .content-box .content-box-container .content-inner {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0; }
  .content-box span.title {
    margin-top: 1px;
    padding-right: 20px;
    padding-bottom: 0.5em; }
  .content-box span.caption {
    margin-bottom: -1px;
    padding-right: 20px; }
  .content-box span.title, .content-box span.subcaption {
    text-align: left;
    font-family: "Graphik", Helvetica, Roboto, Arial, sans-serif;
    font-weight: 600;
    font-size: 55px;
    line-height: 50px;
    letter-spacing: -0.04em;
    color: white;
    -webkit-transition: opacity .3s ease-out;
    -o-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out; }
    @media all and (max-width: 1920px) {
      .content-box span.title, .content-box span.subcaption {
        font-size: 50px;
        line-height: 0.9; } }
    @media all and (max-width: 1680px) {
      .content-box span.title, .content-box span.subcaption {
        font-size: 45px;
        line-height: 0.9; } }
    @media all and (max-width: 1440px) {
      .content-box span.title, .content-box span.subcaption {
        font-size: 40px;
        line-height: 0.9; } }
    @media all and (max-width: 1320px) {
      .content-box span.title, .content-box span.subcaption {
        font-size: 38px;
        line-height: 0.9; } }
    @media all and (max-width: 1279px) {
      .content-box span.title, .content-box span.subcaption {
        font-size: 35px;
        line-height: 0.9; } }
    @media all and (max-width: 1247px) {
      .content-box span.title, .content-box span.subcaption {
        font-size: 32px;
        line-height: 0.9; } }
    @media all and (max-width: 1102px) {
      .content-box span.title, .content-box span.subcaption {
        font-size: 45px;
        line-height: 0.9; } }
    @media all and (max-width: 768px) {
      .content-box span.title, .content-box span.subcaption {
        font-size: 40px;
        line-height: 0.9; } }
    @media all and (max-width: 640px) {
      .content-box span.title, .content-box span.subcaption {
        font-size: 40px;
        line-height: 36px; } }
  .content-box span.caption {
    font-family: "Graphik", Helvetica, Roboto, Arial, sans-serif;
    font-weight: 400;
    font-size: 26px;
    line-height: 30px;
    color: white; }
    @media all and (max-width: 1680px) {
      .content-box span.caption {
        font-size: 20px;
        line-height: 24px; } }
    @media all and (max-width: 1440px) {
      .content-box span.caption {
        font-size: 20px;
        line-height: 24px; } }
    @media all and (max-width: 640px) {
      .content-box span.caption {
        font-size: 20px;
        line-height: 24px; } }
    .content-box span.caption .sub {
      font-family: "Graphik", Helvetica, Roboto, Arial, sans-serif;
      font-weight: 600; }
  .content-box span.subcaption {
    position: absolute;
    top: 30px;
    left: 30px;
    right: 30px;
    bottom: 30px;
    opacity: 0; }
    @media all and (max-width: 640px) {
      .content-box span.subcaption {
        top: 22px;
        left: 22px;
        right: 22px;
        bottom: 22px; } }
  .content-box:hover span.title, .content-box:hover span.caption {
    opacity: 0; }
  .content-box:hover span.subcaption {
    opacity: 1; }
  .content-box a {
    display: block;
    padding: 30px;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media all and (max-width: 640px) {
      .content-box a {
        padding: 22px; } }
    .content-box a:hover, .content-box a:focus {
      color: white; }

.content-boxes {
  padding: 0 2px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto;
  grid-auto-flow: dense; }
  @media all and (max-width: 1102px) {
    .content-boxes {
      grid-template-columns: repeat(2, 1fr); } }
  @media all and (max-width: 560px) {
    .content-boxes {
      grid-template-columns: repeat(1, 1fr); } }

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg); } }
@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
.loader {
  display: inline-block;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -9px 0 0 -9px;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  border: 2px solid #EC1C24;
  border-radius: 50%;
  -webkit-animation: spin 0.75s infinite linear;
  animation: spin 0.75s infinite linear; }

.loader::before,
.loader::after {
  content: '';
  left: -2px;
  top: -2px;
  display: none;
  position: absolute;
  width: inherit;
  height: inherit;
  border: inherit;
  border-radius: inherit; }

.loader,
.loader::before {
  display: inline-block;
  border-color: transparent;
  border-top-color: #EC1C24; }

.loader::before {
  -webkit-animation: spin 1.5s infinite ease;
  animation: spin 1.5s infinite ease; }

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/
.aligncenter,
div.aligncenter {
  display: block;
  margin: 0 auto; }

.alignright {
  float: right; }

.alignleft {
  float: left; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #FFF;
  border: 1px solid #F0F0F0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption .wp-caption-text,
.gallery-caption {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

/*------------------------------------*\
    GENERAL
\*------------------------------------*/
a {
  -webkit-transition: color .3s ease-out;
  -o-transition: color .3s ease-out;
  transition: color .3s ease-out; }

.bg-image, .project-gallery-container .slide-bg-image {
  -webkit-transition: opacity .3s ease-out;
  -o-transition: opacity .3s ease-out;
  transition: opacity .3s ease-out;
  opacity: .8; }
  .bg-image.loaded, .project-gallery-container .loaded.slide-bg-image {
    opacity: 1; }

@-webkit-keyframes blink {
  0% {
    opacity: .2; }
  20% {
    opacity: 1; }
  100% {
    opacity: .2; } }

@keyframes blink {
  0% {
    opacity: .2; }
  20% {
    opacity: 1; }
  100% {
    opacity: .2; } }
.loading-label span {
  -webkit-animation-name: blink;
          animation-name: blink;
  -webkit-animation-duration: 1.4s;
          animation-duration: 1.4s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }
  .loading-label span:nth-child(2) {
    -webkit-animation-delay: .2s;
            animation-delay: .2s; }
  .loading-label span:nth-child(3) {
    -webkit-animation-delay: .4s;
            animation-delay: .4s; }

/* But it is not enough now, below dont hide play button parent div */
*::-webkit-media-controls-panel {
  display: none !important;
  -webkit-appearance: none; }

/* Old shadow dom for play button */
*::--webkit-media-controls-play-button {
  display: none !important;
  -webkit-appearance: none; }

/* New shadow dom for play button */
/* This one works */
*::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none; }

body {
  background: #F5F5F5;
  /*&.home {
      padding-top: calc(100vh - 180px);            
      
      @media all and (max-width: 1920px) {
          padding-top: calc(100vh - 138px);            
      }
      
      @media all and (max-width: 960px) {
          padding-top: 0;
      }
  }*/ }
  body.overflow-hidden {
    overflow: hidden; }
    @media all and (max-width: 640px) {
      body.overflow-hidden {
        overflow: auto; }
        body.overflow-hidden .desktop-wrapper {
          display: none; } }
  body.home {
    padding-top: 174px; }
    @media all and (min-width: 1025px) {
      body.home {
        padding-top: 4px; } }
    @media all and (max-width: 1024px) {
      body.home {
        padding-top: 4px; } }
  body.popup-color-dark .close-project-popup:before, body.popup-color-dark .close-project-popup:after {
    border-top-color: #000; }
  body.popup-color-white .close-project-popup:before, body.popup-color-white .close-project-popup:after {
    border-top-color: #fff; }

.page-wrapper {
  background: inherit; }
  @media all and (max-width: 640px) {
    .page-wrapper {
      min-height: 100vh; } }
  .regular-page .page-wrapper {
    background-color: #F5F5F5; }

.single-labs .page-wrapper,
.single-project:not(.single-project--vertical) .page-wrapper {
  overflow: hidden;
  padding-top: 100vh; }
  @media all and (max-width: 640px) {
    .single-labs .page-wrapper,
    .single-project:not(.single-project--vertical) .page-wrapper {
      padding-top: 0 !important; } }

.video-container.controls-dark .play-button {
  background: url(../img/play-button-black.svg) no-repeat center transparent; }

.archive main,
.page-template-page-work main {
  min-height: calc(100vh - 216px); }

main {
  position: relative;
  background: inherit;
  -webkit-transition: opacity .3s ease-out .25s;
  -o-transition: opacity .3s ease-out .25s;
  transition: opacity .3s ease-out .25s; }
  @media not print {
    main {
      opacity: 0; } }
  .dom-ready main {
    opacity: 1; }
  main:before {
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.95);
    opacity: 0;
    visibility: hidden;
    z-index: 2; }
  .select-hovered main:before {
    opacity: 1;
    visibility: visible; }
  .home main {
    /*@media all and (max-width: 960px) {
        padding-top: $header_height_large;    
    }
    
    @media all and (max-width: 640px) {
        padding-top: 58px;
    }
    */ }
  body.header-fixed main, body.about main {
    padding-top: 96px; }
    @media all and (min-width: 641px) and (max-width: 1400px) {
      body.header-fixed main, body.about main {
        padding-top: 4px; } }
    @media all and (max-width: 640px) {
      body.header-fixed main, body.about main {
        padding-top: 4px; } }
  @media all and (max-width: 640px) {
    body.home.header-fixed main {
      padding-top: 0; } }
  .header-fixed.work main {
    padding-top: 152px; }
    @media all and (max-width: 640px) {
      .header-fixed.work main {
        padding-top: 58px; } }
  @media all and (min-width: 641px) {
    .header-fixed.home main {
      padding-top: 0; } }
  @media all and (min-width: 641px) {
    .single-project main {
      padding-top: 0; } }
  @media all and (min-width: 641px) {
    .single-labs main {
      padding-top: 0; } }

.full-width-row {
  max-width: 100%; }

.video-meta {
  /*bottom: 21%;*/
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 75%;
  /*transform: translateY(-21%);*/
  -webkit-transform: translate(-50%, -20px);
      -ms-transform: translate(-50%, -20px);
          transform: translate(-50%, -20px);
  visibility: hidden;
  z-index: 5; }
  .paused + .video-meta {
    opacity: 1;
    visibility: visible; }
  @media all and (max-width: 640px) {
    .video-meta {
      top: 50%; } }

.play-button {
  background: url(../img/play-button.svg) no-repeat center transparent;
  cursor: pointer;
  display: block;
  height: 40px;
  margin: 0 auto;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  width: 40px; }

.home-text {
  color: #fff;
  cursor: pointer;
  display: block;
  margin: auto 0;
  text-align: left;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-align: left;
  font-family: "Graphik", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 800;
  letter-spacing: -0.03em;
  font-size: 100px;
  line-height: 105px;
  color: white; }
  .home-text a {
    color: inherit; }
  @media all and (max-width: 1440px) {
    .home-text {
      font-size: 80px;
      line-height: 80px; } }
  @media all and (max-width: 1024px) {
    .home-text {
      font-size: 55px;
      line-height: 50px; } }
  @media all and (max-width: 640px) {
    .home-text {
      font-size: 40px;
      line-height: 38px; } }

.page-header {
  -webkit-transition: opacity .3s ease-out;
  -o-transition: opacity .3s ease-out;
  transition: opacity .3s ease-out;
  position: fixed;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 0; }
  @media all and (max-width: 960px) {
    .page-header {
      position: relative;
      margin-bottom: 5px;
      padding: 0 5px; } }
  .page-header .logo {
    position: absolute;
    z-index: 20;
    left: 31px;
    top: 24px; }
  .page-header .toggle-main-nav {
    display: none;
    width: 24px;
    float: right;
    height: 24px;
    position: relative; }
    .page-header .toggle-main-nav:hover, .page-header .toggle-main-nav:focus {
      color: #AEAEAE; }
    .page-header .toggle-main-nav:before {
      -webkit-transition: all .2s ease-out;
      -o-transition: all .2s ease-out;
      transition: all .2s ease-out;
      content: '';
      border-top: 1px solid;
      width: 100%;
      display: block;
      -webkit-transform: rotate(0);
          -ms-transform: rotate(0);
              transform: rotate(0);
      position: absolute;
      top: 6px; }
      .mobile-menu-visible .page-header .toggle-main-nav:before {
        top: 50%;
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg);
        left: 10%;
        width: 80%;
        margin-top: -1px; }
    .page-header .toggle-main-nav:after {
      -webkit-transition: all .2s ease-out;
      -o-transition: all .2s ease-out;
      transition: all .2s ease-out;
      content: '';
      border-top: 1px solid;
      width: 100%;
      display: block;
      -webkit-transform: rotate(0);
          -ms-transform: rotate(0);
              transform: rotate(0);
      position: absolute;
      bottom: 6px; }
      .mobile-menu-visible .page-header .toggle-main-nav:after {
        bottom: 50%;
        -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
                transform: rotate(-45deg);
        left: 10%;
        width: 80%; }
    @media all and (max-width: 640px) {
      .page-header .toggle-main-nav {
        display: block; } }
  .page-header .main-nav::before, .page-header .main-nav::after {
    content: ' ';
    display: table; }
  .page-header .main-nav::after {
    clear: both; }
  @media all and (max-width: 640px) {
    .page-header .main-nav {
      display: none; } }
  .page-header .main-nav ul {
    line-height: 26px;
    text-align: left;
    font-family: Graphik;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    color: #fffefc;
    position: absolute;
    top: 2vh;
    right: 40px;
    z-index: 20; }
    .page-header .main-nav ul li {
      display: inline-block; }
      .page-header .main-nav ul li + li {
        margin-left: 8px; }
      .page-header .main-nav ul li a {
        color: white; }
  .page-header.loaded-video .loading-label {
    opacity: 0;
    visibility: hidden; }
  .page-header .video-container {
    position: relative;
    background-position: center;
    background-size: cover;
    overflow: hidden; }
    @media all and (min-width: 641px) and (max-width: 1400px) {
      .page-header .video-container {
        height: calc(100vh - 138px); } }
    @media all and (min-width: 961px) {
      .page-header .video-container {
        padding-bottom: 0 !important; } }
    @media all and (max-width: 960px) {
      .page-header .video-container {
        height: auto; } }
    .page-header .video-container.video-loaded video {
      display: block; }
    .page-header .video-container.video-loaded + .loading-label, .page-header .video-container.loaded + .loading-label {
      opacity: 0;
      visibility: hidden; }
    .page-header .video-container .slick-prev,
    .page-header .video-container .slick-next {
      z-index: 2; }
    .page-header .video-container .slick-arrow.slick-prev {
      cursor: url("../img/arrow-left-white.svg") 0 0, default; }
    .page-header .video-container .slick-arrow.slick-next {
      cursor: url("../img/arrow-right-white.svg") 0 0, default; }
    .page-header .video-container video {
      position: relative;
      -webkit-transition: opacity 0.3s ease-out;
      -o-transition: opacity 0.3s ease-out;
      transition: opacity 0.3s ease-out;
      width: 100%;
      height: 100%;
      opacity: 1;
      z-index: 3; }
      .page-header .video-container video.ended {
        opacity: 0;
        z-index: 1; }
      .page-header .video-container video.paused {
        z-index: 1; }
      @media all and (max-width: 960px) {
        .page-header .video-container video {
          height: auto;
          min-height: 100%;
          -o-object-fit: cover;
             object-fit: cover;
          -webkit-transform: scale(1) !important;
              -ms-transform: scale(1) !important;
                  transform: scale(1) !important;
          position: absolute;
          top: 0;
          left: 0; } }
  .page-header .video-slide.color-dark .video-container .slick-arrow.slick-prev {
    cursor: url("../img/arrow-left.svg") 0 0, default; }
  .page-header .video-slide.color-dark .video-container .slick-arrow.slick-next {
    cursor: url("../img/arrow-right.svg") 0 0, default; }
  .page-header .loading-label {
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    opacity: 1;
    visibility: visible;
    font-size: 20px;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    text-align: center; }
  .page-header .slideshow-gallery {
    height: 100%; }
    @media all and (max-width: 960px) {
      .page-header .slideshow-gallery {
        height: 71.2vw; } }
    .page-header .slideshow-gallery .slick-list,
    .page-header .slideshow-gallery .slick-track {
      height: 100%; }
    .page-header .slideshow-gallery .slide {
      height: 100%;
      background-size: cover;
      background-position: center; }

@media screen and (max-width: 640px) {
  body.android .video-overlay.transparent + .video-slide .video-container {
    background-color: #000;
    background-image: none !important; }
    body.android .video-overlay.transparent + .video-slide .video-container video {
      -o-object-fit: contain;
         object-fit: contain; } }
@media all and (max-width: 1024px) {
  .hide-for-tablet {
    display: none !important; } }
@media all and (min-width: 1025px) {
  .show-for-tablet {
    display: none !important; } }
:root {
  --app-height: 50vh; }

/*------------------------------------*\
    HOME PAGE
\*------------------------------------*/
body.home .page-header {
  position: relative;
  margin-bottom: 4px;
  padding: 0 4px; }
  body.home .page-header .home-video-slider {
    position: relative; }
    body.home .page-header .home-video-slider .video-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      padding: 30px;
      background: -o-linear-gradient(325deg, rgba(236, 28, 36, 0.9) 0%, rgba(252, 45, 252, 0.9) 100%);
      background: linear-gradient(125deg, rgba(236, 28, 36, 0.9) 0%, rgba(252, 45, 252, 0.9) 100%);
      z-index: 15;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      @media all and (max-width: 640px) {
        body.home .page-header .home-video-slider .video-overlay {
          padding: 22px; } }
      body.home .page-header .home-video-slider .video-overlay.transparent {
        -webkit-transition: opacity .3s ease-out;
        -o-transition: opacity .3s ease-out;
        transition: opacity .3s ease-out;
        opacity: 0; }
        body.home .page-header .home-video-slider .video-overlay.transparent .play-showreel-button {
          display: none; }
      body.home .page-header .home-video-slider .video-overlay .play-showreel-button {
        position: absolute;
        bottom: 73px;
        height: 80px;
        padding: 24px 0;
        cursor: pointer; }
        @media all and (max-width: 640px) {
          body.home .page-header .home-video-slider .video-overlay .play-showreel-button {
            bottom: 38px; } }
        body.home .page-header .home-video-slider .video-overlay .play-showreel-button:before {
          left: 0;
          -webkit-transition: opacity .3s ease-out;
          -o-transition: opacity .3s ease-out;
          transition: opacity .3s ease-out;
          content: "Play showreel";
          color: white;
          opacity: 1;
          -webkit-box-sizing: content-box;
                  box-sizing: content-box;
          font-family: "Graphik", Helvetica, Roboto, Arial, sans-serif;
          font-weight: 400;
          letter-spacing: -0.045em;
          line-height: 32px;
          font-size: 26px; }
          @media all and (max-width: 640px) {
            body.home .page-header .home-video-slider .video-overlay .play-showreel-button:before {
              letter-spacing: -0.045em;
              line-height: 42px;
              font-size: 21px; } }
        body.home .page-header .home-video-slider .video-overlay .play-showreel-button:after {
          position: absolute;
          top: 0;
          left: 0;
          -webkit-transition: opacity .3s ease-out;
          -o-transition: opacity .3s ease-out;
          transition: opacity .3s ease-out;
          content: "";
          width: 100%;
          height: 100%;
          background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='39.222' height='74.908' viewBox='0 0 39.222 74.908'%3e%3cpath id='Path_64091' data-name='Path 64091' d='M-6275.833-12452.758l36.57-36.57,36.57,36.57' transform='translate(-12451.874 6276.717) rotate(90)' fill='none' stroke='%23fff' stroke-width='2.5'/%3e%3c/svg%3e ");
          background-repeat: no-repeat;
          background-position: left center;
          opacity: 0; }
        body.home .page-header .home-video-slider .video-overlay .play-showreel-button:hover:before {
          opacity: 0; }
        body.home .page-header .home-video-slider .video-overlay .play-showreel-button:hover:after {
          opacity: 1; }
      body.home .page-header .home-video-slider .video-overlay .home-text {
        -ms-flex-item-align: self-start;
            align-self: self-start;
        cursor: auto;
        pointer-events: none; }
    body.home .page-header .home-video-slider .play-button {
      background: url(../img/play-button.svg) no-repeat center transparent;
      height: 40px;
      width: 40px;
      position: absolute;
      display: block;
      z-index: 11;
      top: 54%;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      opacity: 0;
      cursor: pointer; }
      body.home .page-header .home-video-slider .play-button.paused {
        opacity: 1; }
  @media print {
    body.home .page-header .slick-track {
      min-height: 800px; } }
  @media screen {
    body.home .page-header .video-container {
      min-height: 30vw;
      padding-bottom: 0 !important; } }
  @media screen and (min-width: 1921px) {
    body.home .page-header .video-container {
      height: calc(100vh - 87px);
      min-height: 32vw; } }
  @media screen and (min-width: 1681px) and (max-width: 1920px) {
    body.home .page-header .video-container {
      height: calc(100vh - 82px);
      min-height: 35vw; } }
  @media screen and (min-width: 1441px) and (max-width: 1680px) {
    body.home .page-header .video-container {
      height: calc(100vh - 77px);
      min-height: 42vw; } }
  @media screen and (min-width: 1321px) and (max-width: 1440px) {
    body.home .page-header .video-container {
      height: calc(100vh - 74px);
      min-height: 40vw; } }
  @media screen and (min-width: 1280px) and (max-width: 1320px) {
    body.home .page-header .video-container {
      height: calc(100vh - 72px);
      min-height: 42vw; } }
  @media screen and (min-width: 1248px) and (max-width: 1279px) {
    body.home .page-header .video-container {
      height: calc(100vh - 69px);
      min-height: 42vw; } }
  @media screen and (min-width: 1102px) and (max-width: 1247px) {
    body.home .page-header .video-container {
      height: calc(var(--app-height) - 66px);
      min-height: 45vw; } }
  @media screen and (min-width: 1025px) and (max-width: 1102px) {
    body.home .page-header .video-container {
      height: calc(var(--app-height) - 76px);
      min-height: 50vw; } }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    body.home .page-header .video-container {
      height: calc(var(--app-height) - 77px);
      min-height: 58vw; } }
  @media screen and (min-width: 641px) and (max-width: 767px) {
    body.home .page-header .video-container {
      height: calc(var(--app-height) - 75px);
      min-height: 75vw; } }
  @media screen and (max-width: 640px) {
    body.home .page-header .video-container {
      height: calc(var(--app-height) - 66px);
      min-height: 60vw; } }
  @media print {
    body.home .page-header .video-container {
      height: 800px; } }

.projects-nav {
  clear: both;
  font-size: 20px;
  line-height: 1.3;
  padding: 27px 0 0;
  position: relative;
  z-index: 2; }
  .projects-nav::before, .projects-nav::after {
    content: ' ';
    display: table; }
  .projects-nav::after {
    clear: both; }
  @media all and (min-width: 641px) and (max-width: 1400px) {
    .projects-nav {
      font-size: 14px;
      line-height: 1.4285714286;
      padding: 21px 0 0; } }
  @media all and (max-width: 640px) {
    .projects-nav {
      border-bottom: 1px solid rgba(174, 174, 174, 0.5);
      border-top: 1px solid rgba(174, 174, 174, 0.5);
      margin-bottom: 4px;
      padding: 0 4px; } }
  @media all and (min-width: 641px) {
    .projects-nav {
      text-align: left; }
      .home .projects-nav {
        -webkit-transition: opacity .25s ease-out;
        -o-transition: opacity .25s ease-out;
        transition: opacity .25s ease-out;
        opacity: 0;
        pointer-events: none; }
      .header-reached-top .projects-nav {
        opacity: 1;
        pointer-events: auto; } }
  .projects-nav .select-container {
    display: inline-block;
    position: relative; }
    @media all and (max-width: 640px) {
      .projects-nav .select-container {
        display: block;
        padding: 9px 15px 8px;
        border-bottom: 1px solid rgba(174, 174, 174, 0.5); }
        .projects-nav .select-container + .select-container {
          padding-top: 10px; }
        .projects-nav .select-container:last-child {
          border-bottom: none; } }
    .projects-nav .select-container + .select-container {
      margin-left: 11px; }
      @media all and (max-width: 640px) {
        .projects-nav .select-container + .select-container {
          margin-left: 0; } }
    @media all and (max-width: 640px) {
      .projects-nav .select-container.active .category-select:before {
        -webkit-transform: rotate(-42deg);
            -ms-transform: rotate(-42deg);
                transform: rotate(-42deg); }
      .projects-nav .select-container.active .category-select:after {
        -webkit-transform: rotate(42deg);
            -ms-transform: rotate(42deg);
                transform: rotate(42deg); } }
    .projects-nav .select-container .category-select {
      color: #AEAEAE;
      cursor: pointer;
      padding-right: 25px;
      position: relative; }
      .projects-nav .select-container .category-select.cat-selected, .projects-nav .select-container .category-select:hover {
        color: #000000; }
      .projects-nav .select-container .category-select:before, .projects-nav .select-container .category-select:after {
        border-bottom: 1px solid;
        content: '';
        height: 1px;
        position: absolute;
        top: 50%;
        width: 10px; }
      .projects-nav .select-container .category-select:before {
        right: 7px;
        -webkit-transform: rotate(42deg);
            -ms-transform: rotate(42deg);
                transform: rotate(42deg); }
      .projects-nav .select-container .category-select:after {
        right: 0px;
        -webkit-transform: rotate(-42deg);
            -ms-transform: rotate(-42deg);
                transform: rotate(-42deg); }
    .projects-nav .select-container.hovered ul {
      opacity: 1;
      visibility: visible; }
    .projects-nav .select-container ul {
      -webkit-transition: all 0.3s ease-out;
      -o-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out;
      list-style: none;
      padding: 0 0 20px 30px;
      width: 135%;
      margin: 0;
      position: absolute;
      top: 100%;
      left: -30px;
      opacity: 0;
      text-align: left;
      white-space: nowrap;
      visibility: hidden; }
      .projects-nav .select-container ul li {
        display: block; }
        .projects-nav .select-container ul li .active {
          display: none; }
      @media all and (max-width: 640px) {
        .projects-nav .select-container ul {
          -webkit-transition: none;
          -o-transition: none;
          transition: none;
          display: none;
          position: static;
          visibility: visible;
          opacity: 1;
          padding-left: 0;
          padding-right: 0;
          padding-bottom: 0; } }
      .projects-nav .select-container ul a {
        display: block; }
        .projects-nav .select-container ul a.active {
          color: #000000; }
  @media all and (max-width: 640px) {
    .header .projects-nav {
      display: none; } }
  main .projects-nav {
    display: none; }
    @media all and (max-width: 640px) {
      main .projects-nav {
        display: block; } }

@media all and (max-width: 640px) {
  .home main .projects-nav {
    display: none; } }
.home .header .menu-container .projects-nav {
  display: none; }

.loader-container {
  text-align: center;
  display: none;
  font-size: 18px;
  clear: both;
  padding: 16px 0; }

.loading > .loader-container {
  display: block; }

.project-list-wrapper {
  padding: 0 2px;
  position: relative;
  overflow: hidden; }

.single-project-popup {
  background: #fff;
  height: 100vh;
  left: 0;
  opacity: 0;
  overflow: auto;
  position: fixed;
  top: 0;
  -webkit-transition: opacity .3s ease-out, visibility .3s ease-out;
  -o-transition: opacity .3s ease-out, visibility .3s ease-out;
  transition: opacity .3s ease-out, visibility .3s ease-out;
  visibility: hidden;
  width: 100vw;
  z-index: 10; }
  @media all and (max-width: 640px) {
    .single-project-popup {
      display: none;
      height: auto;
      position: static;
      width: 100%; } }
  .single-project-popup.format-case {
    background-color: #F5F5F5; }
  .single-project-popup .single-project-popup-content {
    position: relative; }
  .single-project-popup-visible .single-project-popup {
    opacity: 1;
    visibility: visible; }
    @media all and (max-width: 640px) {
      .single-project-popup-visible .single-project-popup {
        display: block; } }

.popup-header {
  padding: 27px 32px 32px; }
  @media screen {
    .popup-header {
      position: fixed;
      left: 0;
      right: 0;
      top: 0;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden;
      opacity: 0;
      visibility: hidden;
      pointer-events: none;
      -webkit-transform: translateZ(0);
              transform: translateZ(0);
      -webkit-transition: background-color .3s ease-out, opacity .3s ease-out, visibility .3s ease-out, top .3s ease-out;
      -o-transition: background-color .3s ease-out, opacity .3s ease-out, visibility .3s ease-out, top .3s ease-out;
      transition: background-color .3s ease-out, opacity .3s ease-out, visibility .3s ease-out, top .3s ease-out;
      /*width: 100%;*/
      z-index: 11; } }
  @media all and (min-width: 1401px) {
    .popup-header {
      min-height: 96px; } }
  @media all and (min-width: 641px) and (max-width: 1400px) {
    .popup-header {
      min-height: 72px;
      padding: 25px 32px 24px; } }
  @media all and (max-width: 640px) {
    .popup-header {
      padding: 17px 22px 14px; }
      .scroll-down .popup-header {
        top: -87px; } }
    @media all and (max-width: 640px) and (max-width: 640px) {
      .scroll-down .popup-header {
        top: -61px; } }

  .single-project-popup-visible .popup-header {
    opacity: 1;
    visibility: visible; }
  .scrolled .popup-header {
    background: inherit; }
  .popup-header .logo {
    float: left;
    margin-top: 0;
    pointer-events: all; }
    @media all and (max-width: 1400px) {
      .popup-header .logo {
        width: 90px; } }
  .popup-header .close-project-popup {
    float: right;
    height: 24px;
    margin-top: 3px;
    pointer-events: all;
    position: relative;
    width: 24px; }
    @media all and (min-width: 641px) and (max-width: 1400px) {
      .popup-header .close-project-popup {
        margin-top: -2px; } }
    @media all and (max-width: 640px) {
      .popup-header .close-project-popup {
        margin-top: -1px; } }
    .popup-header .close-project-popup:before, .popup-header .close-project-popup:after {
      border-top: 1px solid #AEAEAE;
      content: '';
      display: block;
      position: absolute;
      right: -12.5%;
      top: 50%;
      -webkit-transition: opacity .2s ease-out;
      -o-transition: opacity .2s ease-out;
      transition: opacity .2s ease-out;
      width: 125%; }
      @media all and (max-width: 640px) {
        .popup-header .close-project-popup:before, .popup-header .close-project-popup:after {
          width: 80%;
          left: 10%; } }
    .popup-header .close-project-popup:before {
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg); }
    .popup-header .close-project-popup:after {
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg); }
    .popup-header .close-project-popup:hover:before, .popup-header .close-project-popup:hover:after {
      opacity: 0.5; }

.projects-list .dummy-project-column,
.projects-list .project-item-column {
  width: 33.33333333%;
  min-width: 360px; }
  .projects-list .dummy-project-column .description h2 .subtitle,
  .projects-list .project-item-column .description h2 .subtitle {
    display: block;
    color: #AEAEAE; }
  .projects-list .dummy-project-column.big-project-item,
  .projects-list .project-item-column.big-project-item {
    width: 66.66666666%; }
    .projects-list .dummy-project-column.big-project-item .description h2 .subtitle,
    .projects-list .dummy-project-column.big-project-item .description h2 .caption,
    .projects-list .project-item-column.big-project-item .description h2 .subtitle,
    .projects-list .project-item-column.big-project-item .description h2 .caption {
      display: block;
      color: #AEAEAE; }
    .projects-list .dummy-project-column.big-project-item .project-item,
    .projects-list .project-item-column.big-project-item .project-item {
      padding-bottom: 71.35%; }
  @media all and (min-width: 1461px) {
    .projects-list .dummy-project-column,
    .projects-list .project-item-column {
      width: 25%; }
      .projects-list .dummy-project-column.big-project-item,
      .projects-list .project-item-column.big-project-item {
        width: 50%; } }
  @media all and (min-width: 1921px) {
    .projects-list .dummy-project-column,
    .projects-list .project-item-column {
      width: 20%; }
      .projects-list .dummy-project-column.big-project-item,
      .projects-list .project-item-column.big-project-item {
        width: 40%; } }
  @media all and (max-width: 1102px) {
    .projects-list .dummy-project-column,
    .projects-list .project-item-column {
      width: 50%;
      min-width: auto; }
      .projects-list .dummy-project-column.big-project-item,
      .projects-list .project-item-column.big-project-item {
        width: 100%; } }
  @media all and (max-width: 560px) {
    .projects-list .dummy-project-column,
    .projects-list .project-item-column {
      width: 100%;
      position: static !important; } }
.projects-list .project-item-column {
  float: left; }
.projects-list .project-item-container {
  padding: 0 2px;
  margin-bottom: 4px;
  overflow: hidden; }

body:not(.page-template-page-archive) .projects-list .projects-list-placeholder:not(.show-archive) .project-item--archived {
  display: none !important; }

@media all and (max-width: 640px) {
  .cssgrid .page-template-page-knowledge-php .projects-list .projects-list-placeholder {
    grid-template-columns: repeat(1, 1fr); } }
.cssgrid .projects-list .projects-list-placeholder {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto;
  grid-auto-flow: dense; }
  @media all and (max-width: 1460px) {
    .cssgrid .projects-list .projects-list-placeholder {
      grid-template-columns: repeat(3, 1fr); } }
  @media all and (max-width: 1102px) {
    .cssgrid .projects-list .projects-list-placeholder {
      grid-template-columns: repeat(2, 1fr); } }
  @media all and (max-width: 560px) {
    .cssgrid .projects-list .projects-list-placeholder {
      grid-template-columns: repeat(1, 1fr); } }
  .cssgrid .projects-list .projects-list-placeholder .dummy-project-column, .cssgrid .projects-list .projects-list-placeholder:before {
    display: none; }
  .cssgrid .projects-list .projects-list-placeholder .project-item-column {
    width: auto;
    min-width: 0; }
    @media all and (min-width: 1103px) and (max-width: 1460px) {
      .cssgrid .projects-list .projects-list-placeholder .project-item-column.shifted {
        grid-row-start: -1; } }
    @media all and (min-width: 1103px) {
      .cssgrid .projects-list .projects-list-placeholder .project-item-column.big-project-item {
        grid-column-start: span 2;
        grid-row-start: span 2; } }

body.home .project-type-knowledge.knowledge-mucho_articles .project-item {
  background: #001DE6 !important; }
  body.home .project-type-knowledge.knowledge-mucho_articles .project-item .description {
    background: transparent; }
  body.home .project-type-knowledge.knowledge-mucho_articles .project-item:hover .description, body.home .project-type-knowledge.knowledge-mucho_articles .project-item:focus .description {
    background: transparent; }
body.home .project-type-knowledge.knowledge-why_talks .description .description-container, body.home .project-type-knowledge.knowledge-mucho_talks .description .description-container, body.home .project-type-knowledge.knowledge-mucho_articles .description .description-container, body.home .project-type-knowledge.knowledge-post_graphica .description .description-container {
  padding: 20px 28px; }
  @media all and (max-width: 640px) {
    body.home .project-type-knowledge.knowledge-why_talks .description .description-container, body.home .project-type-knowledge.knowledge-mucho_talks .description .description-container, body.home .project-type-knowledge.knowledge-mucho_articles .description .description-container, body.home .project-type-knowledge.knowledge-post_graphica .description .description-container {
      padding: 20px 22px;
      font-size: 14px;
      line-height: 20px; } }
body.home .project-type-knowledge.knowledge-why_talks .project-item .text .front, body.home .project-type-knowledge.knowledge-mucho_talks .project-item .text .front, body.home .project-type-knowledge.knowledge-mucho_articles .project-item .text .front, body.home .project-type-knowledge.knowledge-post_graphica .project-item .text .front {
  font-family: "Graphik", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 45px;
  letter-spacing: -0.02em; }
body.home .project-type-knowledge.knowledge-why_talks .project-item .text .hover, body.home .project-type-knowledge.knowledge-mucho_talks .project-item .text .hover, body.home .project-type-knowledge.knowledge-mucho_articles .project-item .text .hover, body.home .project-type-knowledge.knowledge-post_graphica .project-item .text .hover {
  font-family: "Graphik", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 45px;
  letter-spacing: -0.02em; }
@media all and (max-width: 1680px) {
  body.home .project-type-knowledge.knowledge-why_talks .project-item .text .front,
  body.home .project-type-knowledge.knowledge-why_talks .project-item .text .hover, body.home .project-type-knowledge.knowledge-mucho_talks .project-item .text .front,
  body.home .project-type-knowledge.knowledge-mucho_talks .project-item .text .hover, body.home .project-type-knowledge.knowledge-mucho_articles .project-item .text .front,
  body.home .project-type-knowledge.knowledge-mucho_articles .project-item .text .hover, body.home .project-type-knowledge.knowledge-post_graphica .project-item .text .front,
  body.home .project-type-knowledge.knowledge-post_graphica .project-item .text .hover {
    font-size: 35px;
    line-height: 40px; } }
@media all and (max-width: 1520px) {
  body.home .project-type-knowledge.knowledge-why_talks .project-item .text .front,
  body.home .project-type-knowledge.knowledge-why_talks .project-item .text .hover, body.home .project-type-knowledge.knowledge-mucho_talks .project-item .text .front,
  body.home .project-type-knowledge.knowledge-mucho_talks .project-item .text .hover, body.home .project-type-knowledge.knowledge-mucho_articles .project-item .text .front,
  body.home .project-type-knowledge.knowledge-mucho_articles .project-item .text .hover, body.home .project-type-knowledge.knowledge-post_graphica .project-item .text .front,
  body.home .project-type-knowledge.knowledge-post_graphica .project-item .text .hover {
    font-size: 32px;
    line-height: 37px; } }
@media all and (max-width: 1460px) {
  body.home .project-type-knowledge.knowledge-why_talks .project-item .text .front,
  body.home .project-type-knowledge.knowledge-why_talks .project-item .text .hover, body.home .project-type-knowledge.knowledge-mucho_talks .project-item .text .front,
  body.home .project-type-knowledge.knowledge-mucho_talks .project-item .text .hover, body.home .project-type-knowledge.knowledge-mucho_articles .project-item .text .front,
  body.home .project-type-knowledge.knowledge-mucho_articles .project-item .text .hover, body.home .project-type-knowledge.knowledge-post_graphica .project-item .text .front,
  body.home .project-type-knowledge.knowledge-post_graphica .project-item .text .hover {
    font-size: 40px;
    line-height: 45px; } }
@media all and (max-width: 1440px) {
  body.home .project-type-knowledge.knowledge-why_talks .project-item .text .front,
  body.home .project-type-knowledge.knowledge-why_talks .project-item .text .hover, body.home .project-type-knowledge.knowledge-mucho_talks .project-item .text .front,
  body.home .project-type-knowledge.knowledge-mucho_talks .project-item .text .hover, body.home .project-type-knowledge.knowledge-mucho_articles .project-item .text .front,
  body.home .project-type-knowledge.knowledge-mucho_articles .project-item .text .hover, body.home .project-type-knowledge.knowledge-post_graphica .project-item .text .front,
  body.home .project-type-knowledge.knowledge-post_graphica .project-item .text .hover {
    font-size: 40px;
    line-height: 45px; } }
@media all and (max-width: 1320px) {
  body.home .project-type-knowledge.knowledge-why_talks .project-item .text .front,
  body.home .project-type-knowledge.knowledge-why_talks .project-item .text .hover, body.home .project-type-knowledge.knowledge-mucho_talks .project-item .text .front,
  body.home .project-type-knowledge.knowledge-mucho_talks .project-item .text .hover, body.home .project-type-knowledge.knowledge-mucho_articles .project-item .text .front,
  body.home .project-type-knowledge.knowledge-mucho_articles .project-item .text .hover, body.home .project-type-knowledge.knowledge-post_graphica .project-item .text .front,
  body.home .project-type-knowledge.knowledge-post_graphica .project-item .text .hover {
    font-size: 38px;
    line-height: 43px; } }
@media all and (max-width: 1280px) {
  body.home .project-type-knowledge.knowledge-why_talks .project-item .text .front,
  body.home .project-type-knowledge.knowledge-why_talks .project-item .text .hover, body.home .project-type-knowledge.knowledge-mucho_talks .project-item .text .front,
  body.home .project-type-knowledge.knowledge-mucho_talks .project-item .text .hover, body.home .project-type-knowledge.knowledge-mucho_articles .project-item .text .front,
  body.home .project-type-knowledge.knowledge-mucho_articles .project-item .text .hover, body.home .project-type-knowledge.knowledge-post_graphica .project-item .text .front,
  body.home .project-type-knowledge.knowledge-post_graphica .project-item .text .hover {
    font-size: 35px;
    line-height: 40px; } }
@media all and (max-width: 1247px) {
  body.home .project-type-knowledge.knowledge-why_talks .project-item .text .front,
  body.home .project-type-knowledge.knowledge-why_talks .project-item .text .hover, body.home .project-type-knowledge.knowledge-mucho_talks .project-item .text .front,
  body.home .project-type-knowledge.knowledge-mucho_talks .project-item .text .hover, body.home .project-type-knowledge.knowledge-mucho_articles .project-item .text .front,
  body.home .project-type-knowledge.knowledge-mucho_articles .project-item .text .hover, body.home .project-type-knowledge.knowledge-post_graphica .project-item .text .front,
  body.home .project-type-knowledge.knowledge-post_graphica .project-item .text .hover {
    font-size: 30px;
    line-height: 35px; } }
@media all and (max-width: 1102px) {
  body.home .project-type-knowledge.knowledge-why_talks .project-item .text .front,
  body.home .project-type-knowledge.knowledge-why_talks .project-item .text .hover, body.home .project-type-knowledge.knowledge-mucho_talks .project-item .text .front,
  body.home .project-type-knowledge.knowledge-mucho_talks .project-item .text .hover, body.home .project-type-knowledge.knowledge-mucho_articles .project-item .text .front,
  body.home .project-type-knowledge.knowledge-mucho_articles .project-item .text .hover, body.home .project-type-knowledge.knowledge-post_graphica .project-item .text .front,
  body.home .project-type-knowledge.knowledge-post_graphica .project-item .text .hover {
    font-size: 35px;
    line-height: 40px; } }
@media all and (max-width: 768px) {
  body.home .project-type-knowledge.knowledge-why_talks .project-item .text .front,
  body.home .project-type-knowledge.knowledge-why_talks .project-item .text .hover, body.home .project-type-knowledge.knowledge-mucho_talks .project-item .text .front,
  body.home .project-type-knowledge.knowledge-mucho_talks .project-item .text .hover, body.home .project-type-knowledge.knowledge-mucho_articles .project-item .text .front,
  body.home .project-type-knowledge.knowledge-mucho_articles .project-item .text .hover, body.home .project-type-knowledge.knowledge-post_graphica .project-item .text .front,
  body.home .project-type-knowledge.knowledge-post_graphica .project-item .text .hover {
    font-size: 30px;
    line-height: 35px; } }
@media all and (max-width: 640px) {
  body.home .project-type-knowledge.knowledge-why_talks .project-item .text .front,
  body.home .project-type-knowledge.knowledge-why_talks .project-item .text .hover, body.home .project-type-knowledge.knowledge-mucho_talks .project-item .text .front,
  body.home .project-type-knowledge.knowledge-mucho_talks .project-item .text .hover, body.home .project-type-knowledge.knowledge-mucho_articles .project-item .text .front,
  body.home .project-type-knowledge.knowledge-mucho_articles .project-item .text .hover, body.home .project-type-knowledge.knowledge-post_graphica .project-item .text .front,
  body.home .project-type-knowledge.knowledge-post_graphica .project-item .text .hover {
    font-size: 30px;
    line-height: 35px; } }

body.home:not(.header-fixed):not(.mobile-menu-visible) .header .menu-container .toggle-main-nav:before {
  border-top: 1px solid #fff; }
body.home:not(.header-fixed):not(.mobile-menu-visible) .header .menu-container .toggle-main-nav:after {
  border-top: 1px solid #fff; }

/*------------------------------------*\
    REGULAR PAGE
\*------------------------------------*/
.regular-page-container {
  padding: 0 0.1785714286rem; }
  .regular-page-container .regular-page-wrapper {
    background: #fff;
    padding: 24px;
    margin-bottom: 5px;
    font-size: 14px; }
  .regular-page-container h1 {
    font-size: 14px;
    margin-bottom: 30px;
    color: #EC1C24; }
  .regular-page-container b,
  .regular-page-container strong {
    font-weight: 500; }

body .regular-page-container .regular-page-wrapper > h1 {
  display: none; }
body .regular-page-container h3 {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 21px;
  color: #EC1C24; }
@media all and (min-width: 1025px) {
  body .regular-page-container .page {
    max-width: 66%; } }
@media all and (min-width: 1800px) {
  body .regular-page-container .page {
    max-width: 46%; } }

/*------------------------------------*\
    PROJECT
\*------------------------------------*/
.slick-arrow {
  position: absolute;
  height: 100%;
  width: 50%;
  top: 0;
  outline: none;
  text-indent: -9999px;
  z-index: 1; }
  .touchevents .slick-arrow {
    display: none !important; }
  .touchevents .slick-arrow:before {
    content: '';
    position: absolute;
    height: 25px;
    width: 40px;
    top: 50%;
    margin-top: -0.8928571429rem;
    background-repeat: no-repeat;
    background-position: 0 0; }
  .related-projects-in-focus .slick-arrow {
    width: calc(50vw - (100vh - 225px) / 2); }
  .slick-arrow.slick-prev {
    left: -25px; }
    .current-slide-video .slick-arrow.slick-prev {
      margin-left: -50px; }
    .no-touchevents .slick-arrow.slick-prev {
      cursor: url("../img/arrow-left.svg") 0 0, default; }
    .touchevents .slick-arrow.slick-prev:before {
      left: 5px;
      background-image: url("../img/arrow-left.svg"); }
  .slick-arrow.slick-next {
    right: -25px; }
    .current-slide-video .slick-arrow.slick-next {
      margin-right: -50px; }
    .no-touchevents .slick-arrow.slick-next {
      cursor: url("../img/arrow-right.svg") 0 0, default; }
    .touchevents .slick-arrow.slick-next:before {
      right: 5px;
      background-image: url("../img/arrow-right.svg"); }

@media all and (max-width: 640px) {
  .home-video-slider .video-slide {
    display: none; }
    .home-video-slider .video-slide:last-child {
      margin-bottom: 0; } }
.home-video-slider .video-slide.color-dark .play-button {
  background: url(../img/play-button-dark.svg) no-repeat center transparent; }
.home-video-slider .video-slide.color-dark .home-text {
  color: #AEAEAE; }
  .home-video-slider .video-slide.color-dark .home-text:after {
    background: url(../img/play-button-dark.svg) no-repeat center transparent;
    background-size: contain; }
.home-video-slider .home-video-slider__scroll-down {
  bottom: 30px;
  left: 50%;
  outline: none;
  position: absolute;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: 10; }
  @media all and (max-width: 1024px) {
    .home-video-slider .home-video-slider__scroll-down {
      display: none !important; } }
  .home-video-slider .home-video-slider__scroll-down:hover {
    bottom: 25px; }
  .home-video-slider .home-video-slider__scroll-down:before {
    border-color: transparent #fff #fff transparent;
    border-style: solid;
    border-width: 2px;
    content: '';
    display: block;
    height: 18px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    width: 18px; }
.home-video-slider .slick-list {
  z-index: 10; }
.home-video-slider .slick-dots {
  bottom: 35px;
  z-index: 30; }
  .home-video-slider .slick-dots button {
    border: 1px solid #fff;
    width: 13px;
    height: 13px;
    outline: none;
    -webkit-transition: background-color 0.3s ease-out, border-color 0.3s ease-out;
    -o-transition: background-color 0.3s ease-out, border-color 0.3s ease-out;
    transition: background-color 0.3s ease-out, border-color 0.3s ease-out; }
  .home-video-slider .slick-dots .slick-active button {
    background-color: #fff; }
.home-video-slider[data-color="dark"] .slick-dots button {
  border-color: #AEAEAE; }
.home-video-slider[data-color="dark"] .slick-dots .slick-active button {
  background-color: #AEAEAE; }

.project-gallery-container {
  position: fixed;
  background: #fff;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  padding: 90px 5px 133px;
  -webkit-transition: opacity .3s ease-out;
  -o-transition: opacity .3s ease-out;
  transition: opacity .3s ease-out; }
  @media all and (max-width: 1024px) {
    .project-gallery-container {
      padding-left: 5px;
      padding-right: 5px;
      padding-bottom: 135px; } }
  @media all and (max-width: 640px) {
    .project-gallery-container {
      position: static;
      height: auto;
      padding: 0 5px; } }
  @media all and (min-width: 641px) {
    .project-gallery-container.case-type-gallery {
      padding: 0; } }
  @media all and (max-width: 640px) {
    .project-gallery-container.case-type-gallery {
      background-color: #E2E2E2; }
      .project-gallery-container.case-type-gallery:before {
        content: '';
        top: 0;
        left: 5px;
        width: calc(100% - 10px);
        position: absolute;
        border-bottom: 1px solid #d6d6d6; } }
  @media all and (min-width: 1025px) {
    .project-gallery-container .project-gallery > .slide.default .video-container {
      height: 100vh;
      padding-bottom: 0 !important; }
      @supports ((-o-object-fit: cover) or (object-fit: cover)) {
        .project-gallery-container .project-gallery > .slide.default .video-container {
          height: 100%; } } }
  .project-gallery-container .video-container {
    position: relative;
    overflow: hidden;
    -webkit-transition: opacity .3s ease-out;
    -o-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
    opacity: 1; }
    .project-gallery-container .video-container video {
      opacity: 1;
      -webkit-transition: opacity .3s ease-out;
      -o-transition: opacity .3s ease-out;
      transition: opacity .3s ease-out;
      background-color: #fff; }
      .project-gallery-container .video-container video.ended {
        opacity: 0; }
      @media all and (max-width: 640px) {
        .project-gallery-container .video-container video {
          background: transparent; } }
    @media all and (min-width: 641px) {
      .single-project:not(.single-project--vertical) .project-gallery-container .video-container {
        padding-bottom: 0 !important; } }
    .project-gallery-container .video-container.video-loaded {
      opacity: 1; }
      .project-gallery-container .video-container.video-loaded + .loading-label {
        opacity: 0;
        visibility: hidden; }
  .project-gallery-container video {
    max-width: 100%;
    display: block;
    height: auto;
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important; }
    @media all and (max-width: 640px) {
      .project-gallery-container video {
        position: absolute;
        top: 0;
        left: 0; } }
  .project-gallery-container .slick-slider .video-container {
    height: 100%; }
    .project-gallery-container .slick-slider .video-container video {
      height: 100%;
      width: 100%; }
  .project-gallery-container .project-gallery {
    opacity: 0; }
    @media all and (max-width: 640px) {
      .project-gallery-container .project-gallery {
        opacity: 1; } }
    .project-gallery-container .project-gallery.slick-initialized {
      opacity: 1; }
  .project-gallery-container .loading-label {
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    opacity: 1;
    visibility: visible;
    font-size: 20px;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    text-align: center;
    margin-top: -15px; }
  .project-gallery-container .loader {
    border: 2px solid transparent;
    border-top-color: #000;
    width: 38px;
    height: 38px;
    top: calc(50% - 19px + 48px);
    left: calc(50% - 19px);
    margin: 0; }
    @media all and (max-width: 1400px) {
      .project-gallery-container .loader {
        top: calc(50% - 19px + 39px); } }
    @media all and (max-width: 640px) {
      .project-gallery-container .loader {
        top: calc(50% - 19px); } }
    .single-project-popup .project-gallery-container .loader {
      top: calc(50% - 19px); }
    .project-gallery-container .loader::before {
      border-top-color: #000; }
  .project-gallery-container .slide {
    position: relative; }
  @media all and (max-width: 640px) {
    .project-gallery-container .slide:first-child .loading-label {
      display: block; } }
  .project-gallery-container .slide-bg-image {
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center; }
    .project-gallery-container .slide-bg-image.video-pr {
      overflow: hidden; }
    @media all and (max-width: 640px) {
      .project-gallery-container .slide-bg-image {
        background-size: cover;
        padding-bottom: 70%; }
        .project-gallery-container .slide-bg-image.video-pr {
          padding-bottom: 0; }
        .project-gallery-container .slide-bg-image.loaded {
          padding-bottom: 0; } }
    .project-gallery-container .slide-bg-image.loaded + .loading-label, .project-gallery-container .slide-bg-image.loaded + .loader {
      opacity: 0;
      visibility: hidden; }
      @media all and (max-width: 640px) {
        .project-gallery-container .slide-bg-image.loaded + .loading-label, .project-gallery-container .slide-bg-image.loaded + .loader {
          display: none; } }
  .project-gallery-container .slick-slider {
    height: 100%;
    padding: 0; }
    .project-gallery-container .slick-slider .slick-list,
    .project-gallery-container .slick-slider .slick-track {
      height: 100%; }
    .project-gallery-container .slick-slider .slide {
      height: 100%;
      text-align: center; }
  @media all and (max-width: 640px) {
    .project-gallery-container .slide {
      margin-bottom: 5px;
      position: relative; } }
  .project-gallery-container .slide img {
    max-height: 100%;
    display: none; }
    @media all and (max-width: 640px) {
      .project-gallery-container .slide img {
        -webkit-transition: opacity .3s ease-out;
        -o-transition: opacity .3s ease-out;
        transition: opacity .3s ease-out;
        display: block;
        opacity: 0;
        top: 0;
        left: 0;
        position: absolute; } }
  @media all and (max-width: 640px) {
    .project-gallery-container .slide .loaded img {
      opacity: 1;
      position: static; } }
  @media all and (min-width: 641px) {
    .project-gallery-container .slide.full_screen_image, .project-gallery-container .slide.opening_slide {
      height: 100vh; } }
  .project-gallery-container .slide.full_screen_image .slide-bg-image, .project-gallery-container .slide.opening_slide .slide-bg-image {
    background-size: cover;
    position: relative;
    height: 100%; }
    @media all and (min-width: 1025px) {
      .project-gallery-container .slide.full_screen_image .slide-bg-image, .project-gallery-container .slide.opening_slide .slide-bg-image {
        background-attachment: fixed; } }
    .project-gallery-container .slide.full_screen_image .slide-bg-image:before, .project-gallery-container .slide.opening_slide .slide-bg-image:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.2); }
      @media all and (max-width: 640px) {
        .project-gallery-container .slide.full_screen_image .slide-bg-image:before, .project-gallery-container .slide.opening_slide .slide-bg-image:before {
          display: none; } }
  .project-gallery-container .slide.full_screen_image .slide-desc, .project-gallery-container .slide.opening_slide .slide-desc {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    font-size: 36px;
    line-height: 1.2777777778;
    padding: 0 30px; }
    .project-gallery-container .slide.full_screen_image .slide-desc h2, .project-gallery-container .slide.opening_slide .slide-desc h2 {
      font-size: 36px;
      line-height: 1.2777777778;
      margin: 0; }
    @media all and (max-width: 640px) {
      .project-gallery-container .slide.full_screen_image .slide-desc, .project-gallery-container .slide.opening_slide .slide-desc {
        position: relative;
        top: 0;
        left: 0;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
        color: #000;
        padding: 20px; }
        .project-gallery-container .slide.full_screen_image .slide-desc:before, .project-gallery-container .slide.opening_slide .slide-desc:before {
          content: '';
          top: 0;
          left: 5px;
          width: calc(100% - 10px);
          position: absolute;
          border-bottom: 1px solid #d6d6d6; }
        .project-gallery-container .slide.full_screen_image .slide-desc h2, .project-gallery-container .slide.opening_slide .slide-desc h2 {
          font-size: 14px;
          line-height: 1.4285714286;
          font-weight: 500; }
          .project-gallery-container .slide.full_screen_image .slide-desc h2:last-child, .project-gallery-container .slide.opening_slide .slide-desc h2:last-child {
            color: #989898; } }
  .project-gallery-container .slide.full_screen_image .slide-bg-image:before {
    display: none; }
  .project-gallery-container .slide.centered_large_type_slide {
    background-color: #E2E2E2; }
    @media all and (min-width: 641px) {
      .project-gallery-container .slide.centered_large_type_slide {
        height: 100vh; } }
    .project-gallery-container .slide.centered_large_type_slide .slide-desc {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 100%;
      max-width: 860px;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      font-size: 36px;
      line-height: 1.2777777778;
      padding: 0 30px; }
      .project-gallery-container .slide.centered_large_type_slide .slide-desc p {
        font-size: inherit;
        line-height: inherit; }
      @media all and (max-width: 640px) {
        .project-gallery-container .slide.centered_large_type_slide .slide-desc {
          padding: 30px 20px 8px;
          position: relative;
          top: 0;
          left: 0;
          -webkit-transform: none;
              -ms-transform: none;
                  transform: none;
          font-size: 18px;
          line-height: 1.4444444444; } }
      .project-gallery-container .slide.centered_large_type_slide .slide-desc .small-text {
        font-size: 20px;
        line-height: 36px; }
        @media all and (max-width: 640px) {
          .project-gallery-container .slide.centered_large_type_slide .slide-desc .small-text {
            font-size: 14px;
            line-height: 1.7142857143; } }
  .project-gallery-container .slide.red_heading_and_text_slide {
    background-color: #E2E2E2; }
    @media all and (min-width: 641px) {
      .project-gallery-container .slide.red_heading_and_text_slide {
        height: 100vh; } }
    @media all and (max-width: 640px) {
      .project-gallery-container .slide.red_heading_and_text_slide {
        padding-top: 18px; } }
    .project-gallery-container .slide.red_heading_and_text_slide .slide-desc {
      text-align: left;
      position: absolute;
      top: 50%;
      left: 50%;
      width: 100%;
      max-width: 760px;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      font-size: 20px;
      line-height: 1.3;
      padding: 0 30px; }
      @media all and (max-width: 640px) {
        .project-gallery-container .slide.red_heading_and_text_slide .slide-desc {
          padding: 0 20px;
          position: relative;
          top: 0;
          left: 0;
          -webkit-transform: none;
              -ms-transform: none;
                  transform: none;
          font-size: 14px;
          line-height: 1.4285714286; } }
      .project-gallery-container .slide.red_heading_and_text_slide .slide-desc h3 {
        font-size: 14px;
        color: #ea2127;
        font-weight: 500;
        margin-bottom: 1.3em; }
        @media all and (max-width: 640px) {
          .project-gallery-container .slide.red_heading_and_text_slide .slide-desc h3 {
            font-size: 14px;
            line-height: 1.4285714286; } }
  @media all and (min-width: 641px) {
    .project-gallery-container .slide.four_image_slide .slide-gallery, .project-gallery-container .slide.two_image_slide .slide-gallery {
      overflow: hidden;
      position: relative;
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      max-width: 1468px;
      margin: 0 auto; }
    .project-gallery-container .slide.four_image_slide .slide-bg-image, .project-gallery-container .slide.two_image_slide .slide-bg-image {
      height: 100%;
      width: 100%;
      background-size: cover;
      padding: 4px; }
    .project-gallery-container .slide.four_image_slide.gallery-four .slide-bg-image, .project-gallery-container .slide.two_image_slide.gallery-four .slide-bg-image {
      width: 50%;
      height: 50%; }
      .project-gallery-container .slide.four_image_slide.gallery-four .slide-bg-image:first-child, .project-gallery-container .slide.two_image_slide.gallery-four .slide-bg-image:first-child {
        background-size: contain;
        background-position: bottom right; }
      .project-gallery-container .slide.four_image_slide.gallery-four .slide-bg-image:nth-child(2), .project-gallery-container .slide.two_image_slide.gallery-four .slide-bg-image:nth-child(2) {
        background-size: contain;
        background-position: bottom left; }
      .project-gallery-container .slide.four_image_slide.gallery-four .slide-bg-image:nth-child(3), .project-gallery-container .slide.two_image_slide.gallery-four .slide-bg-image:nth-child(3) {
        background-size: contain;
        background-position: top right; }
      .project-gallery-container .slide.four_image_slide.gallery-four .slide-bg-image:last-child, .project-gallery-container .slide.two_image_slide.gallery-four .slide-bg-image:last-child {
        background-size: contain;
        background-position: top left; }
    .project-gallery-container .slide.four_image_slide.gallery-three .slide-bg-image, .project-gallery-container .slide.two_image_slide.gallery-three .slide-bg-image {
      width: 50%;
      height: 50%; }
      .project-gallery-container .slide.four_image_slide.gallery-three .slide-bg-image:first-child, .project-gallery-container .slide.two_image_slide.gallery-three .slide-bg-image:first-child {
        width: 100%; }
    .project-gallery-container .slide.four_image_slide.gallery-two .slide-bg-image, .project-gallery-container .slide.two_image_slide.gallery-two .slide-bg-image {
      width: 100%;
      height: 50%; } }
  @media all and (max-width: 640px) {
    .project-gallery-container .slide.full_screen_image {
      padding: 0; } }
  @media all and (min-width: 641px) {
    .project-gallery-container .slide.video_slide .slide-bg-image, .project-gallery-container .slide.standard_image_slide .slide-bg-image {
      margin: 0 5px; } }
  .project-gallery-container .slide.video_slide, .project-gallery-container .slide.four_image_slide, .project-gallery-container .slide.two_image_slide, .project-gallery-container .slide.standard_image_slide {
    background-color: #E2E2E2;
    padding: 97px 0 105px; }
    @media all and (max-width: 1024px) {
      .project-gallery-container .slide.video_slide, .project-gallery-container .slide.four_image_slide, .project-gallery-container .slide.two_image_slide, .project-gallery-container .slide.standard_image_slide {
        padding-bottom: 135px; } }
    @media all and (max-width: 640px) {
      .project-gallery-container .slide.video_slide, .project-gallery-container .slide.four_image_slide, .project-gallery-container .slide.two_image_slide, .project-gallery-container .slide.standard_image_slide {
        padding: 0; } }

.single-project.single-project--vertical main {
  overflow-x: hidden; }
.single-project.single-project--vertical .row, .single-project.single-project--vertical .full-width-row {
  max-width: none; }
.single-project.single-project--vertical .project-item {
  padding-bottom: 74.95%; }
  @media all and (max-width: 640px) {
    .single-project.single-project--vertical .project-item {
      padding-bottom: 66.67%; } }
.single-project.single-project--vertical .project-gallery-container {
  bottom: auto;
  height: auto;
  left: auto;
  padding: 0;
  position: static;
  right: auto;
  top: auto;
  width: 100%; }
  .single-project.single-project--vertical .project-gallery-container.case-type-gallery {
    background-color: #F5F5F5; }
  .single-project.single-project--vertical .project-gallery-container .slide img {
    display: block;
    height: auto;
    max-height: none;
    opacity: 0;
    visibility: hidden;
    width: 100%; }
  .single-project.single-project--vertical .project-gallery-container .slide.red_heading_and_text_slide {
    background: none;
    height: auto;
    padding: 10px 0 85px; }
    @media all and (max-width: 640px) {
      .single-project.single-project--vertical .project-gallery-container .slide.red_heading_and_text_slide {
        padding: 25px 20px 32px; } }
    .single-project.single-project--vertical .project-gallery-container .slide.red_heading_and_text_slide .column, .single-project.single-project--vertical .project-gallery-container .slide.red_heading_and_text_slide .columns {
      padding-left: 16px;
      padding-right: 16px; }
      @media all and (max-width: 640px) {
        .single-project.single-project--vertical .project-gallery-container .slide.red_heading_and_text_slide .column, .single-project.single-project--vertical .project-gallery-container .slide.red_heading_and_text_slide .columns {
          padding-left: 4px;
          padding-right: 4px; } }
    .single-project.single-project--vertical .project-gallery-container .slide.red_heading_and_text_slide .slide-desc {
      color: #555555;
      line-height: 1.3;
      max-width: none;
      padding: 0;
      position: static;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; }
      .single-project.single-project--vertical .project-gallery-container .slide.red_heading_and_text_slide .slide-desc h3 {
        color: #EC1C24;
        font-size: 30px;
        font-weight: 500;
        line-height: 1.0666666667;
        margin: 0 0 35px; }
        @media all and (min-width: 1025px) {
          .single-project.single-project--vertical .project-gallery-container .slide.red_heading_and_text_slide .slide-desc h3 {
            margin-top: -7px; } }
        @media all and (max-width: 640px) {
          .single-project.single-project--vertical .project-gallery-container .slide.red_heading_and_text_slide .slide-desc h3 {
            font-size: 14px;
            line-height: 1.4285714286;
            margin: 0 0 23px; } }
      .single-project.single-project--vertical .project-gallery-container .slide.red_heading_and_text_slide .slide-desc p {
        margin: 0 0 27px;
        max-width: 690px; }
        @media all and (max-width: 640px) {
          .single-project.single-project--vertical .project-gallery-container .slide.red_heading_and_text_slide .slide-desc p {
            margin: 0 0 23px; } }
  .single-project.single-project--vertical .project-gallery-container .slide.full_screen_image {
    height: auto;
    margin: 0 -16px;
    padding: 0 0 32px; }
    @media all and (max-width: 640px) {
      .single-project.single-project--vertical .project-gallery-container .slide.full_screen_image {
        margin: 0;
        padding: 0 4px 4px; } }
  .single-project.single-project--vertical .project-gallery-container .slide.centered_large_type_slide {
    background: none;
    height: auto;
    padding: 50px 0 105px; }
    @media all and (max-width: 1024px) {
      .single-project.single-project--vertical .project-gallery-container .slide.centered_large_type_slide {
        padding: 40px 0 105px; } }
    @media all and (max-width: 640px) {
      .single-project.single-project--vertical .project-gallery-container .slide.centered_large_type_slide {
        padding: 40px 20px 60px; } }
    .single-project.single-project--vertical .project-gallery-container .slide.centered_large_type_slide .column, .single-project.single-project--vertical .project-gallery-container .slide.centered_large_type_slide .columns {
      padding-left: 16px;
      padding-right: 16px; }
      @media all and (max-width: 640px) {
        .single-project.single-project--vertical .project-gallery-container .slide.centered_large_type_slide .column, .single-project.single-project--vertical .project-gallery-container .slide.centered_large_type_slide .columns {
          padding-left: 4px;
          padding-right: 4px; } }
    .single-project.single-project--vertical .project-gallery-container .slide.centered_large_type_slide .slide-desc {
      color: #555555;
      font-size: 40px;
      line-height: 1.3;
      max-width: none;
      padding: 0;
      position: static;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; }
      @media all and (max-width: 1024px) {
        .single-project.single-project--vertical .project-gallery-container .slide.centered_large_type_slide .slide-desc {
          font-size: 20px; } }
      @media print {
        .single-project.single-project--vertical .project-gallery-container .slide.centered_large_type_slide .slide-desc {
          font-size: 32px; } }
      .single-project.single-project--vertical .project-gallery-container .slide.centered_large_type_slide .slide-desc p {
        font-size: inherit;
        line-height: inherit;
        margin: 0 0 55px; }
        @media all and (max-width: 1024px) {
          .single-project.single-project--vertical .project-gallery-container .slide.centered_large_type_slide .slide-desc p {
            margin: 0 0 27px; } }
        .single-project.single-project--vertical .project-gallery-container .slide.centered_large_type_slide .slide-desc p:last-of-type:after {
          content: '\201D'; }
      .single-project.single-project--vertical .project-gallery-container .slide.centered_large_type_slide .slide-desc .small-text {
        font-size: 20px;
        line-height: 1.3;
        padding: 10px 0 0; }
        @media all and (max-width: 1024px) {
          .single-project.single-project--vertical .project-gallery-container .slide.centered_large_type_slide .slide-desc .small-text {
            font-size: 14px;
            line-height: 1.4285714286;
            padding: 0; } }
    .single-project.single-project--vertical .project-gallery-container .slide.centered_large_type_slide .slide__quote {
      max-width: 715px;
      position: relative; }
      @media all and (max-width: 640px) {
        .single-project.single-project--vertical .project-gallery-container .slide.centered_large_type_slide .slide__quote {
          max-width: 500px; } }
      .single-project.single-project--vertical .project-gallery-container .slide.centered_large_type_slide .slide__quote:before {
        content: '\201C';
        left: -22px;
        position: absolute;
        top: -7px; }
        @media all and (max-width: 1024px) {
          .single-project.single-project--vertical .project-gallery-container .slide.centered_large_type_slide .slide__quote:before {
            left: -12px;
            top: -4px; } }
  .single-project.single-project--vertical .project-gallery-container .slide.video_slide, .single-project.single-project--vertical .project-gallery-container .slide.standard_image_slide {
    background: none; }
    .single-project.single-project--vertical .project-gallery-container .slide.video_slide .slide-bg-image, .single-project.single-project--vertical .project-gallery-container .slide.standard_image_slide .slide-bg-image {
      margin: 0; }
  .single-project.single-project--vertical .project-gallery-container .slide.four_image_slide, .single-project.single-project--vertical .project-gallery-container .slide.two_image_slide {
    background: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    height: auto;
    padding: 0; }
    .single-project.single-project--vertical .project-gallery-container .slide.four_image_slide .slide-gallery, .single-project.single-project--vertical .project-gallery-container .slide.two_image_slide .slide-gallery {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap;
      max-width: none; }
    .single-project.single-project--vertical .project-gallery-container .slide.four_image_slide .slide-gallery__item, .single-project.single-project--vertical .project-gallery-container .slide.two_image_slide .slide-gallery__item {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%;
      padding: 0 16px 32px; }
      @media all and (max-width: 640px) {
        .single-project.single-project--vertical .project-gallery-container .slide.four_image_slide .slide-gallery__item, .single-project.single-project--vertical .project-gallery-container .slide.two_image_slide .slide-gallery__item {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 100%;
                  flex: 0 0 100%;
          max-width: 100%;
          padding: 0 4px 4px; } }
    .single-project.single-project--vertical .project-gallery-container .slide.four_image_slide .slide-bg-image, .single-project.single-project--vertical .project-gallery-container .slide.two_image_slide .slide-bg-image {
      height: auto; }
    .single-project.single-project--vertical .project-gallery-container .slide.four_image_slide .slide-gallery__caption, .single-project.single-project--vertical .project-gallery-container .slide.two_image_slide .slide-gallery__caption {
      color: #555;
      font-size: 14px;
      line-height: 1.4285714286;
      margin: 23px 0 60px;
      max-width: 330px; }
      @media all and (max-width: 640px) {
        .single-project.single-project--vertical .project-gallery-container .slide.four_image_slide .slide-gallery__caption, .single-project.single-project--vertical .project-gallery-container .slide.two_image_slide .slide-gallery__caption {
          font-size: 11px;
          line-height: 1.3636363636;
          margin: 7px 10px 8px;
          max-width: 290px; } }
  .single-project.single-project--vertical .project-gallery-container .slide.four_image_slide .slide-bg-image {
    padding: 0 0 66.67%; }
  .single-project.single-project--vertical .project-gallery-container .slide.two_image_slide .slide-bg-image {
    padding: 0 0 112.5%; }
    @media all and (max-width: 640px) {
      .single-project.single-project--vertical .project-gallery-container .slide.two_image_slide .slide-bg-image {
        padding: 0 0 121.86%; } }
  .single-project.single-project--vertical .project-gallery-container .slide-bg-image {
    background-size: cover;
    position: relative; }
  .single-project.single-project--vertical .project-gallery-container .project-gallery {
    opacity: 1; }
    @media all and (min-width: 1025px) {
      .single-project.single-project--vertical .project-gallery-container .project-gallery > .slide:first-child {
        height: calc(100vh - 142px); }
        .single-project.single-project--vertical .project-gallery-container .project-gallery > .slide:first-child img {
          display: none; } }
    .single-project.single-project--vertical .project-gallery-container .project-gallery > .slide:first-child .project-gallery__scroll-down {
      display: block; }
  .single-project.single-project--vertical .project-gallery-container .video-container video {
    background-color: transparent;
    bottom: 0;
    height: 100%;
    left: 50%;
    position: absolute;
    top: 0;
    -webkit-transform: translateX(-50%) !important;
        -ms-transform: translateX(-50%) !important;
            transform: translateX(-50%) !important;
    right: auto;
    width: auto; }
    @supports ((-o-object-fit: cover) or (object-fit: cover)) {
      .single-project.single-project--vertical .project-gallery-container .video-container video {
        width: 100%;
        height: 100%;
        -webkit-transform: none !important;
            -ms-transform: none !important;
                transform: none !important;
        left: 0;
        top: 0;
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: center;
           object-position: center; } }
    .single-project.single-project--vertical .project-gallery-container .video-container video.paused {
      opacity: 0; }
.single-project.single-project--vertical .project-gallery__wrapper {
  padding: 0 16px; }
  @media all and (max-width: 640px) {
    .single-project.single-project--vertical .project-gallery__wrapper {
      padding: 0; } }
  .single-project.single-project--vertical .project-gallery__wrapper .slide {
    margin: 0;
    padding: 0 16px 32px;
    position: relative; }
    @media all and (max-width: 640px) {
      .single-project.single-project--vertical .project-gallery__wrapper .slide {
        padding: 0 4px 4px; } }
@media all and (min-width: 641px) {
  .single-project.single-project--vertical .project-description {
    padding: 52px 5% 23px;
    position: fixed;
    -webkit-transition: bottom 0.3s ease-out, padding 0.3s ease-out;
    -o-transition: bottom 0.3s ease-out, padding 0.3s ease-out;
    transition: bottom 0.3s ease-out, padding 0.3s ease-out;
    z-index: 50; } }
@media all and (max-width: 640px) {
  .single-project.single-project--vertical .project-description {
    display: none; } }
.single-project.single-project--vertical .related-projects-container {
  background: none;
  display: block;
  max-width: none;
  padding: 61px 2px 2px; }
  .single-project.single-project--vertical .related-projects-container .related-projects-title {
    color: #EC1C24;
    font-weight: 500;
    line-height: 1.3;
    padding: 0 30px;
    position: static; }
    @media all and (max-width: 1024px) {
      .single-project.single-project--vertical .related-projects-container .related-projects-title {
        padding: 0 30px; } }
    @media all and (max-width: 640px) {
      .single-project.single-project--vertical .related-projects-container .related-projects-title {
        margin: 0 0 24px;
        padding: 0 22px; } }
  .single-project.single-project--vertical .related-projects-container .related-projects-list {
    max-width: none;
    width: 100%; }
  .single-project.single-project--vertical .related-projects-container .project-item-column {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
    width: auto; }
    @media all and (max-width: 1024px) {
      .single-project.single-project--vertical .related-projects-container .project-item-column {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        max-width: 50%; } }
    @media all and (max-width: 640px) {
      .single-project.single-project--vertical .related-projects-container .project-item-column {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%; } }
@media all and (max-width: 640px) {
  .single-project.single-project--vertical .project-title.mobile-title {
    display: none; } }
@media all and (min-width: 641px) {
  .single-project.single-project--vertical.scroll-down .project-description, .scroll-down .single-project.single-project--vertical .project-description {
    bottom: -100%; } }

@media all and (min-width: 641px) {
  body.scrolled .single-project.single-project--vertical .project-description, body.scrolled.single-project.single-project--vertical .project-description {
    padding-top: 26px; } }

@media all and (min-width: 641px) {
  body:not(.scroll-down) .project-description {
    bottom: 0 !important; } }

body.scroll-down .popup-header {
  top: -100px; }
  @media all and (max-width: 640px) {
    body.scroll-down .popup-header {
      top: -61px; } }

body.scrolled.scroll-up .popup-header .close-project-popup:before, body.scrolled.scroll-up .popup-header .close-project-popup:after {
  border-top-color: #AEAEAE; }

body.case-project-opened .project-description,
body.case-project-opened .popup-header {
  background: none; }
@media all and (max-width: 640px) {
  body.case-project-opened .popup-header {
    background-color: #E2E2E2; } }
body.case-project-opened.single-labs .page-wrapper, body.case-project-opened.single-project .page-wrapper {
  background: none; }
  @media all and (max-width: 640px) {
    body.case-project-opened.single-labs .page-wrapper, body.case-project-opened.single-project .page-wrapper {
      background-color: #E2E2E2; } }
@media all and (min-width: 641px) {
  body.case-project-opened[data-project-type="full_screen_image"] .project-description-container, body.case-project-opened[data-project-type="opening_slide"] .project-description-container {
    color: #fff; }
    body.case-project-opened[data-project-type="full_screen_image"] .project-description-container a, body.case-project-opened[data-project-type="opening_slide"] .project-description-container a {
      color: #fff; }
      body.case-project-opened[data-project-type="full_screen_image"] .project-description-container a:after, body.case-project-opened[data-project-type="opening_slide"] .project-description-container a:after {
        color: #fff; }
  body.case-project-opened[data-project-type="full_screen_image"] header .logo, body.case-project-opened[data-project-type="opening_slide"] header .logo {
    opacity: 0;
    visibility: hidden; }
  body.case-project-opened[data-project-type="full_screen_image"] header .top-bar a, body.case-project-opened[data-project-type="opening_slide"] header .top-bar a {
    color: #fff; }
  body.case-project-opened[data-project-type="full_screen_image"] header .close-project-popup:before, body.case-project-opened[data-project-type="full_screen_image"] header .close-project-popup:after, body.case-project-opened[data-project-type="opening_slide"] header .close-project-popup:before, body.case-project-opened[data-project-type="opening_slide"] header .close-project-popup:after {
    border-top-color: #fff; }
  .no-touchevents body.case-project-opened[data-project-type="full_screen_image"] .slick-arrow.slick-next, .no-touchevents body.case-project-opened[data-project-type="opening_slide"] .slick-arrow.slick-next {
    cursor: url("../img/arrow-right-white.svg") 0 0, default; }
  .touchevents body.case-project-opened[data-project-type="full_screen_image"] .slick-arrow.slick-next:before, .touchevents body.case-project-opened[data-project-type="opening_slide"] .slick-arrow.slick-next:before {
    background-image: url("../img/arrow-right-white.svg"); }
  .no-touchevents body.case-project-opened[data-project-type="full_screen_image"] .slick-arrow.slick-prev, .no-touchevents body.case-project-opened[data-project-type="opening_slide"] .slick-arrow.slick-prev {
    cursor: url("../img/arrow-left-white.svg") 0 0, default; }
  .touchevents body.case-project-opened[data-project-type="full_screen_image"] .slick-arrow.slick-prev:before, .touchevents body.case-project-opened[data-project-type="opening_slide"] .slick-arrow.slick-prev:before {
    background-image: url("../img/arrow-left-white.svg"); } }

body .project-description-container .download-link {
  display: none; }
body.single-format-gallery {
  background-color: #F5F5F5; }
body[data-project-downloadable="1"] .project-description-container .download-link {
  display: block;
  float: right;
  margin-right: 10px; }
  body[data-project-downloadable="1"] .project-description-container .download-link:after {
    color: #AEAEAE;
    content: '/';
    display: inline-block;
    margin-left: 10px;
    pointer-events: none;
    cursor: default; }

.project-title {
  font-size: 14px;
  font-weight: normal;
  margin: 0;
  line-height: 1.5; }
  .slider-nav + .project-title.desktop-title {
    position: absolute;
    left: 80px; }
  @media all and (max-width: 640px) {
    .project-title.desktop-title {
      display: none; } }
  .project-title.mobile-title {
    display: none;
    padding: 50px 1.25rem 20px;
    position: relative; }
    @media all and (max-width: 640px) {
      .project-title.mobile-title {
        display: block;
        padding-top: 20px;
        font-weight: 500; } }
    .project-title.mobile-title:before {
      content: '';
      top: 0;
      left: 5px;
      width: calc(100% - 10px);
      position: absolute;
      border-bottom: 1px solid #d6d6d6; }

.project-description {
  -webkit-transition: padding .3s ease-out;
  -o-transition: padding .3s ease-out;
  transition: padding .3s ease-out;
  position: absolute;
  bottom: 100%;
  left: -5%;
  width: 110%;
  background: #fff;
  padding: 53px 5% 23px;
  overflow: auto; }
  body.scrolled .project-description {
    padding-top: 26px; }
  .project-description .project-description-container {
    padding: 0 1.9642857143rem;
    position: relative; }
    @media all and (max-width: 640px) {
      .project-description .project-description-container {
        padding: 0;
        position: static; } }
  @media all and (max-width: 640px) {
    .project-description {
      padding: 0 1.25rem;
      position: static;
      width: auto;
      max-height: none !important; } }
  .project-description .quote-column .slider-nav {
    float: left;
    line-height: 1.5;
    margin-right: 19px; }
  @media all and (max-width: 960px) {
    .project-description .quote-column {
      width: 40%; } }
  @media all and (max-width: 640px) {
    .project-description .quote-column {
      display: none; } }
  @media all and (max-width: 960px) {
    .project-description .description-column {
      width: 60%; } }
  @media all and (max-width: 640px) {
    .project-description .description-column {
      width: 100%; } }
  .description-expanded .project-description {
    padding-top: 27px; }
    .description-expanded .project-description .toggle-description:after {
      -webkit-transform: rotate(-90deg);
          -ms-transform: rotate(-90deg);
              transform: rotate(-90deg); }
  .project-description .project-nav {
    overflow: hidden; }
    @media all and (max-width: 640px) {
      .project-description .project-nav {
        display: none; } }
    .project-description .project-nav .toggle-description {
      -webkit-transition: color .3s ease-out;
      -o-transition: color .3s ease-out;
      transition: color .3s ease-out;
      color: #AEAEAE;
      float: left;
      cursor: pointer;
      position: relative;
      padding-right: 12px; }
      .project-description .project-nav .toggle-description:hover {
        color: #000000; }
    .project-description .project-nav .next-project-link {
      float: right; }
  .project-description .toggle-description:after {
    content: '\003e';
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    position: absolute;
    right: 0px;
    top: 0px; }
  .project-description .quote {
    display: none;
    max-width: 318px;
    padding: 22px 30px 0 0;
    clear: both;
    line-height: inherit; }
    .project-description .quote q {
      font-weight: 500;
      margin-bottom: 1.6rem;
      padding-bottom: 1px;
      display: block;
      line-height: inherit; }
      .project-description .quote q:before {
        display: none; }
      .project-description .quote q:after {
        display: none; }
    .project-description .quote .quote-author-company {
      color: #AEAEAE; }
  .project-description .description {
    display: none;
    max-width: 610px;
    padding: 23px 0 0 0; }
    @media all and (max-width: 640px) {
      .project-description .description {
        display: block; } }
    .project-description .description .tags {
      overflow: hidden; }
      .project-description .description .tags dt {
        font-weight: normal;
        float: left;
        margin: 0 5px 0 0; }
      .project-description .description .tags dd {
        float: left;
        margin: 0 4px 0 0;
        color: #AEAEAE; }
        .project-description .description .tags dd a:after {
          content: ',';
          color: #AEAEAE; }
        .project-description .description .tags dd:last-child {
          margin: 0; }
          .project-description .description .tags dd:last-child a:after {
            display: none; }
    .project-description .description .next-project-link {
      position: relative;
      padding: 22px 0 21px;
      bottom: 0;
      left: 0;
      width: 100%;
      display: none;
      margin-top: 24px; }
      @media (max-width: 640px) {
        .project-description .description .next-project-link {
          display: block; } }
      .project-description .description .next-project-link a {
        color: #000000; }
      .project-description .description .next-project-link:before {
        content: '';
        bottom: 64px;
        left: -15px;
        width: calc(100% + 30px);
        position: absolute;
        border-bottom: 1px solid #d6d6d6; }

.related-projects {
  padding-top: 28px;
  background: #fff;
  position: relative; }
  @media all and (max-width: 640px) {
    .related-projects {
      padding-left: 2.5px;
      padding-right: 2.5px; } }
  .related-projects .heading-container {
    padding: 0 1.9642857143rem; }
    @media all and (max-width: 640px) {
      .related-projects .heading-container {
        padding: 0 1.25rem; } }
    .related-projects .heading-container h3 {
      font-size: 14px;
      margin-bottom: 30px; }

.related-projects-container {
  background-color: #c5c5c5;
  max-width: 1540px;
  margin: 0 auto;
  text-align: left;
  padding: 60px 2px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative; }
  @media all and (max-width: 640px) {
    .related-projects-container {
      padding: 48px 2px 2px; } }
  .related-projects-container .video-container {
    height: auto; }
  .related-projects-container .related-projects-title {
    position: absolute;
    top: 15px;
    left: 20px;
    font-size: 20px; }
    @media all and (max-width: 640px) {
      .related-projects-container .related-projects-title {
        font-size: 14px;
        left: 10px; } }
  .related-projects-container .related-projects-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
    width: calc(100vh - 200px); }
  .related-projects-container .project-item-column {
    width: 50%;
    padding: 2px; }

.project-info-block {
  padding: 26px 16px 89px; }
  @media all and (max-width: 1024px) {
    .project-info-block {
      padding: 24px 16px 86px; } }
  @media all and (max-width: 640px) {
    .project-info-block {
      padding: 26px 20px 38px; } }
  .project-info-block.row .row, .project-info-block.full-width-row .row, .project-info-block.row .full-width-row, .project-info-block.full-width-row .full-width-row, .project-info-block.full-width-row .row, .project-info-block.full-width-row .full-width-row, .project-info-block.row .full-width-row, .project-info-block.full-width-row .full-width-row, .project-info-block.full-width-row .full-width-row {
    margin-left: -16px;
    margin-right: -16px; }
    @media all and (max-width: 640px) {
      .project-info-block.row .row, .project-info-block.full-width-row .row, .project-info-block.row .full-width-row, .project-info-block.full-width-row .full-width-row, .project-info-block.full-width-row .row, .project-info-block.full-width-row .full-width-row, .project-info-block.row .full-width-row, .project-info-block.full-width-row .full-width-row, .project-info-block.full-width-row .full-width-row {
        margin-left: -4px;
        margin-right: -4px; } }
  .project-info-block .column, .project-info-block .columns {
    padding-left: 16px;
    padding-right: 16px; }
    @media all and (max-width: 640px) {
      .project-info-block .column, .project-info-block .columns {
        padding-left: 4px;
        padding-right: 4px; } }
  @media all and (max-width: 1024px) {
    .project-info-block > .column + .column, .project-info-block > .columns + .column, .project-info-block > .column + .columns, .project-info-block > .columns + .columns {
      margin-top: 73px; } }
  @media all and (max-width: 640px) {
    .project-info-block > .column + .column, .project-info-block > .columns + .column, .project-info-block > .column + .columns, .project-info-block > .columns + .columns {
      margin-top: 13px; } }
  .project-info-block .row + .row, .project-info-block .full-width-row + .row, .project-info-block .row + .full-width-row, .project-info-block .full-width-row + .full-width-row {
    padding-top: 84px; }
    @media all and (max-width: 640px) {
      .project-info-block .row + .row, .project-info-block .full-width-row + .row, .project-info-block .row + .full-width-row, .project-info-block .full-width-row + .full-width-row {
        padding-top: 25px; } }

.project-info-block__title {
  font-size: 40px;
  font-weight: 600;
  line-height: 1;
  margin: 3px 0 2px; }
  @media all and (max-width: 640px) {
    .project-info-block__title {
      font-size: 26px;
      line-height: 30px;
      margin: 0 0 3px; } }

.project-info-block__subtitle {
  font-size: 40px;
  font-weight: 400;
  line-height: 1;
  margin: 0;
  max-width: 600px; }
  @media all and (min-width: 1801px) {
    .project-info-block__subtitle {
      max-width: 33vw; } }
  @media all and (max-width: 640px) {
    .project-info-block__subtitle {
      color: #555555;
      font-size: 26px;
      line-height: 1.1538461538;
      max-width: 400px; } }

@media all and (min-width: 641px) {
  .project-info-block__meta-item {
    max-width: 180px; } }
@media all and (max-width: 640px) {
  .project-info-block__meta-item {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap; } }

.project-info-block__meta-title {
  color: #555555;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4285714286;
  margin: 0 0 2px; }
  @media all and (max-width: 640px) {
    .project-info-block__meta-title {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 75px;
              flex: 0 0 75px;
      max-width: 75px;
      padding-right: 5px; } }

.project-info-block__meta-list {
  color: #555555;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4285714286;
  list-style: none;
  margin: 0;
  padding: 0; }
  @media all and (max-width: 640px) {
    .project-info-block__meta-list {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 calc(100% - 75px);
              flex: 0 0 calc(100% - 75px);
      max-width: calc(100% - 75px); } }
  .project-info-block__meta-list li {
    margin: 0 0 1px; }
    @media all and (max-width: 640px) {
      .project-info-block__meta-list li {
        display: inline-block; }
        .project-info-block__meta-list li:after {
          content: ','; }
        .project-info-block__meta-list li:last-child:after {
          content: none; } }
  .project-info-block__meta-list a {
    color: inherit; }
    .project-info-block__meta-list a:hover {
      color: #000; }

.project-info-block__description {
  color: #555555;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3;
  max-width: 690px; }
  @media all and (max-width: 640px) {
    .project-info-block__description {
      font-size: 14px;
      line-height: 1.4285714286; } }
  .project-info-block__description p {
    margin: 0 0 27px; }

.project-info-block__additional-text {
  display: none; }

.project-info-block__link-more {
  color: #555555;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4285714286;
  margin-top: 23px;
  padding-right: 12px;
  position: relative; }
  @media all and (max-width: 640px) {
    .project-info-block__link-more {
      margin-top: 10px; } }
  .project-info-block__link-more:before {
    content: 'Read more'; }
  .project-info-block__link-more:after {
    content: '\003e';
    position: absolute;
    right: 0px;
    top: 0;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg); }
  .project-info-block__description.active .project-info-block__link-more:before {
    content: 'Read less'; }
  .project-info-block__description.active .project-info-block__link-more:after {
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg); }

.project-gallery__scroll-down {
  bottom: 30px;
  display: none;
  left: 50%;
  outline: none;
  position: absolute;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: 10; }
  @media all and (max-width: 640px) {
    .project-gallery__scroll-down {
      display: none !important; } }
  .project-gallery__scroll-down:hover {
    bottom: 25px; }
  .project-gallery__scroll-down:before {
    border-color: transparent #fff #fff transparent;
    border-style: solid;
    border-width: 2px;
    content: '';
    display: block;
    height: 18px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    width: 18px; }

.project-gallery .slide.color-dark .project-gallery__scroll-down:before {
  border-color: transparent #000 #000 transparent; }
.project-gallery .slide.color-dark .play-button {
  background: url(../img/play-button-black.svg) no-repeat center transparent; }

.project-item-container .bg-image, .project-item-container .project-gallery-container .slide-bg-image, .project-gallery-container .project-item-container .slide-bg-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
  -webkit-transition: opacity .3s ease-out;
  -o-transition: opacity .3s ease-out;
  transition: opacity .3s ease-out; }
  .project-item-container .bg-image.loaded, .project-item-container .project-gallery-container .loaded.slide-bg-image, .project-gallery-container .project-item-container .loaded.slide-bg-image {
    opacity: 1; }
.project-item-container .item_slick {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }
  .project-item-container .item_slick .slick-list,
  .project-item-container .item_slick .slick-track,
  .project-item-container .item_slick .slide {
    height: 100%; }
  .project-item-container .item_slick .bg-image, .project-item-container .item_slick .project-gallery-container .slide-bg-image, .project-gallery-container .project-item-container .item_slick .slide-bg-image {
    display: block;
    height: 100%; }
.project-item-container .menu_order {
  display: none; }
.project-item-container video {
  height: 100%;
  left: 0;
  margin: auto;
  max-width: 100%;
  position: absolute;
  top: 0;
  -webkit-transform: scale(1.2901, 1.2901);
      -ms-transform: scale(1.2901, 1.2901);
          transform: scale(1.2901, 1.2901); }
  @media all and (min-width: 2560px) {
    .project-item-container video {
      -webkit-transform: scale(1.3201, 1.3301);
          -ms-transform: scale(1.3201, 1.3301);
              transform: scale(1.3201, 1.3301); } }

.project-item {
  cursor: pointer;
  display: block;
  font-size: 20px;
  outline: none;
  overflow: hidden;
  padding-bottom: 71.2%;
  position: relative; }
  @media all and (max-width: 560px) {
    .project-item {
      font-size: 18px; } }
  .project-item a {
    outline: none; }
  .project-item h2 {
    font-size: inherit;
    line-height: 1.3; }
    .project-item h2 .caption {
      color: #AEAEAE;
      display: block;
      max-width: 500px; }
  .project-item.static-item {
    cursor: default;
    opacity: 1; }
    @media all and (max-width: 560px) {
      .project-item.static-item {
        padding-bottom: 0; } }
    .project-item.static-item h3 {
      color: #EC1C24;
      font-size: 14px;
      font-weight: 500;
      margin-bottom: 23px; }
      .project-item.static-item h3 a {
        color: inherit; }
    .project-item.static-item .description {
      background-color: #f4f4f4;
      opacity: 1;
      padding: 24px;
      visibility: visible; }
      @media all and (min-width: 641px) {
        .project-item.static-item .description {
          height: 100%;
          left: 0;
          padding: 24px 28px;
          top: 0;
          width: 100%; } }
      @media all and (max-width: 560px) {
        .project-item.static-item .description {
          min-height: 68vw;
          position: static; } }
      .project-item.static-item .description .text {
        font-size: 20px;
        line-height: 1.3; }
        @media all and (min-width: 561px) and (max-width: 640px) {
          .project-item.static-item .description .text {
            font-size: 16px; } }
      .project-item.static-item .description .talk-teach-item a {
        color: #000000; }
      .project-item.static-item .description .talk-teach-item .title {
        display: block; }
      .project-item.static-item .description .talk-teach-item .year {
        color: #AEAEAE; }
      .project-item.static-item .description .talk-teach-item .location + .year:before {
        content: '\2022';
        margin-left: 3px;
        margin-right: 5px; }
  .project-item.static-item-bg {
    color: inherit;
    opacity: 1; }
    @media all and (max-width: 560px) {
      .project-item.static-item-bg {
        padding-bottom: 0; } }
    .project-item.static-item-bg:hover .description {
      background-color: rgba(255, 255, 255, 0.95); }
    .project-item.static-item-bg .description {
      padding: 24px;
      visibility: visible;
      opacity: 1;
      background-color: transparent;
      -webkit-transition: background-color 0.3s ease-out;
      -o-transition: background-color 0.3s ease-out;
      transition: background-color 0.3s ease-out; }
      @media all and (min-width: 641px) {
        .project-item.static-item-bg .description {
          height: 100%;
          left: 0;
          padding: 24px 28px;
          top: 0;
          width: 100%; } }
      @media all and (max-width: 560px) {
        .project-item.static-item-bg .description {
          min-height: 68vw;
          position: static; } }
  .project-item .description {
    height: 102%;
    left: -1%;
    padding: 1%;
    position: absolute;
    top: -1%;
    width: 102%;
    z-index: 1; }
    .project-item .description .description-container {
      height: 100%;
      position: relative; }
    .project-item .description .categories {
      color: #AEAEAE;
      font-size: inherit;
      line-height: 1.55;
      list-style: none;
      margin: 0;
      padding: 0; }
      .project-item .description .categories li {
        float: left; }
        .project-item .description .categories li:after {
          content: ', '; }
        .project-item .description .categories li:last-child:after {
          display: none; }
        .project-item .description .categories li a {
          float: left; }

.project-type-project .project-item .description .description-container {
  padding: 20px 22px; }
  @media all and (min-width: 641px) {
    .project-type-project .project-item .description .description-container {
      padding: 20px 28px; } }
.project-type-project .project-item .description h2 {
  color: #000000; }
.no-touchevents .project-type-project .project-item:hover .description {
  opacity: 1; }

.touchevents .project-type-project .project-item-link.project-item--hover .description {
  opacity: 1 !important; }

.project-item-column:not(.project-type-knowledge) .project-item:not(.static-item) .description {
  background: rgba(255, 255, 255, 0.95);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out; }
.project-item-column.project-item-column__archive .project-item:not(.static-item) .description {
  background: transparent;
  opacity: 1;
  -webkit-transition: background 0.3s ease-out;
  -o-transition: background 0.3s ease-out;
  transition: background 0.3s ease-out; }
.project-item-column.project-item-column__archive:hover .project-item:not(.static-item) .description {
  background: rgba(255, 255, 255, 0.95); }
.no-touchevents .project-item:not(.static-item):hover .description {
  opacity: 1; }

.project-type-knowledge .description .description-container {
  padding: 15px 20px; }
  @media all and (min-width: 641px) {
    .project-type-knowledge .description .description-container {
      padding: 15px 28px; } }
.project-type-knowledge .project-item {
  color: #fff;
  -webkit-transition: none;
  -o-transition: none;
  transition: none; }
.project-type-knowledge.knowledge-why_talks_large .project-item h2, .project-type-knowledge.knowledge-mucho_talks_large .project-item h2, .project-type-knowledge.knowledge-post_graphica_large .project-item h2 {
  font-size: 28px;
  font-weight: 300;
  line-height: 32px;
  margin: 0; }
  @media all and (max-width: 1102px) {
    .project-type-knowledge.knowledge-why_talks_large .project-item h2, .project-type-knowledge.knowledge-mucho_talks_large .project-item h2, .project-type-knowledge.knowledge-post_graphica_large .project-item h2 {
      font-size: 20px;
      line-height: 26px; } }
.project-type-knowledge.knowledge-why_talks_large .project-item .format, .project-type-knowledge.knowledge-mucho_talks_large .project-item .format {
  font-family: 'Muchura Alternate';
  font-size: 68px;
  font-weight: bold;
  line-height: 1.15; }
  @media all and (max-width: 1102px) {
    .project-type-knowledge.knowledge-why_talks_large .project-item .format, .project-type-knowledge.knowledge-mucho_talks_large .project-item .format {
      font-size: 42px; } }
  @media all and (max-width: 560px) {
    .project-type-knowledge.knowledge-why_talks_large .project-item .format, .project-type-knowledge.knowledge-mucho_talks_large .project-item .format {
      font-size: 32px; } }
.project-type-knowledge.knowledge-why_talks_large .project-item {
  background-blend-mode: multiply;
  background-color: rgba(236, 28, 36, 0.9); }
.project-type-knowledge.knowledge-mucho_talks_large .project-item {
  background-color: rgba(255, 0, 255, 0.8);
  background-color: -moz-linear-gradient(left, rgba(255, 0, 255, 0.8) 0%, rgba(121, 172, 255, 0.8) 100%);
  /* FF3.6-15 */
  background-color: -webkit-linear-gradient(left, rgba(255, 0, 255, 0.8) 0%, rgba(121, 172, 255, 0.8) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background-color: linear-gradient(to right, rgba(255, 0, 255, 0.8) 0%, rgba(121, 172, 255, 0.8) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  background-blend-mode: multiply; }
.project-type-knowledge.knowledge-post_graphica_large .project-item .format {
  background: url("../img/post-graphica.svg") no-repeat 0 0 transparent;
  background-size: cover;
  display: block;
  margin: 15px 0 0 0;
  max-width: 459px; }
  @media all and (max-width: 1102px) {
    .project-type-knowledge.knowledge-post_graphica_large .project-item .format {
      margin: 7px 0 0 0;
      max-width: 280px; } }
  @media all and (max-width: 560px) {
    .project-type-knowledge.knowledge-post_graphica_large .project-item .format {
      margin: 4px 0 0 0;
      max-width: 180px; } }
  .project-type-knowledge.knowledge-post_graphica_large .project-item .format:before {
    content: '';
    display: block;
    padding-bottom: 15%; }
.project-type-knowledge.knowledge-post_graphica_large .project-item h2 {
  margin-top: 12px; }
.project-type-knowledge.knowledge-post_graphica_large .project-item .description {
  background-color: #0001fc; }
  .project-type-knowledge.knowledge-post_graphica_large .project-item .description:after {
    background: url("../img/idep-barcelona-logo.svg") no-repeat left bottom transparent;
    background-size: contain;
    bottom: 1%;
    content: '';
    height: 78px;
    left: 1%;
    margin: 0 0 20px 20px;
    position: absolute;
    width: 184px; }
    @media all and (max-width: 1102px) {
      .project-type-knowledge.knowledge-post_graphica_large .project-item .description:after {
        width: 110px; } }
    @media all and (max-width: 560px) {
      .project-type-knowledge.knowledge-post_graphica_large .project-item .description:after {
        width: 80px; } }
.project-type-knowledge.knowledge-why_talks .project-item h2, .project-type-knowledge.knowledge-mucho_talks .project-item h2, .project-type-knowledge.knowledge-mucho_articles .project-item h2, .project-type-knowledge.knowledge-post_graphica .project-item h2 {
  -webkit-transition: color .3s ease-out;
  -o-transition: color .3s ease-out;
  transition: color .3s ease-out; }
.project-type-knowledge.knowledge-why_talks .project-item .format, .project-type-knowledge.knowledge-mucho_talks .project-item .format, .project-type-knowledge.knowledge-mucho_articles .project-item .format, .project-type-knowledge.knowledge-post_graphica .project-item .format {
  line-height: 1.3;
  -webkit-transition: color .3s ease-out;
  -o-transition: color .3s ease-out;
  transition: color .3s ease-out; }
.project-type-knowledge.knowledge-why_talks .project-item .text, .project-type-knowledge.knowledge-mucho_talks .project-item .text, .project-type-knowledge.knowledge-mucho_articles .project-item .text, .project-type-knowledge.knowledge-post_graphica .project-item .text {
  font-size: 33px;
  letter-spacing: -0.038em;
  line-height: 1.0303030303;
  position: absolute;
  top: 50%;
  width: 80%;
  width: calc(100% - 28px * 2); }
  @media all and (max-width: 1280px) {
    .project-type-knowledge.knowledge-why_talks .project-item .text, .project-type-knowledge.knowledge-mucho_talks .project-item .text, .project-type-knowledge.knowledge-mucho_articles .project-item .text, .project-type-knowledge.knowledge-post_graphica .project-item .text {
      font-size: 29px;
      line-height: 1.0344827586; } }
  .project-type-knowledge.knowledge-why_talks .project-item .text div, .project-type-knowledge.knowledge-mucho_talks .project-item .text div, .project-type-knowledge.knowledge-mucho_articles .project-item .text div, .project-type-knowledge.knowledge-post_graphica .project-item .text div {
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transition: opacity .25s ease-out;
    -o-transition: opacity .25s ease-out;
    transition: opacity .25s ease-out;
    width: 100%; }
  .project-type-knowledge.knowledge-why_talks .project-item .text .front, .project-type-knowledge.knowledge-mucho_talks .project-item .text .front, .project-type-knowledge.knowledge-mucho_articles .project-item .text .front, .project-type-knowledge.knowledge-post_graphica .project-item .text .front {
    margin-top: -1.0303030303em; }
  .project-type-knowledge.knowledge-why_talks .project-item .text .hover, .project-type-knowledge.knowledge-mucho_talks .project-item .text .hover, .project-type-knowledge.knowledge-mucho_articles .project-item .text .hover, .project-type-knowledge.knowledge-post_graphica .project-item .text .hover {
    font-size: 26px;
    line-height: 1.1538461538;
    margin-top: -1.0303030303em;
    opacity: 0; }
    @media all and (max-width: 1280px) {
      .project-type-knowledge.knowledge-why_talks .project-item .text .hover, .project-type-knowledge.knowledge-mucho_talks .project-item .text .hover, .project-type-knowledge.knowledge-mucho_articles .project-item .text .hover, .project-type-knowledge.knowledge-post_graphica .project-item .text .hover {
        font-size: 24px;
        line-height: 1.0833333333; } }
.project-type-knowledge.knowledge-why_talks .project-item:hover .text .front, .project-type-knowledge.knowledge-mucho_talks .project-item:hover .text .front, .project-type-knowledge.knowledge-mucho_articles .project-item:hover .text .front, .project-type-knowledge.knowledge-post_graphica .project-item:hover .text .front {
  color: #fff;
  opacity: 0; }
.project-type-knowledge.knowledge-why_talks .project-item:hover .text .hover, .project-type-knowledge.knowledge-mucho_talks .project-item:hover .text .hover, .project-type-knowledge.knowledge-mucho_articles .project-item:hover .text .hover, .project-type-knowledge.knowledge-post_graphica .project-item:hover .text .hover {
  opacity: 1; }
.project-type-knowledge.knowledge-why_talks .project-item {
  background-color: #ec1c24; }
  .project-type-knowledge.knowledge-why_talks .project-item.bg-image, .project-type-knowledge.knowledge-why_talks .project-gallery-container .project-item.slide-bg-image, .project-gallery-container .project-type-knowledge.knowledge-why_talks .project-item.slide-bg-image {
    background-blend-mode: multiply;
    background-color: rgba(236, 28, 36, 0.9); }
  .project-type-knowledge.knowledge-why_talks .project-item:hover {
    color: #ec1c24; }
    .project-type-knowledge.knowledge-why_talks .project-item:hover .description:before {
      opacity: 0.5; }
    .project-type-knowledge.knowledge-why_talks .project-item:hover h2 {
      color: #ec1c24; }
.project-type-knowledge.knowledge-why_talks h2 {
  color: #950000; }
.project-type-knowledge.knowledge-why_talks .description:before {
  background-color: #000;
  content: '';
  height: 102%;
  left: -1%;
  opacity: 0;
  position: absolute;
  top: -1%;
  -webkit-transition: opacity .3s ease-out;
  -o-transition: opacity .3s ease-out;
  transition: opacity .3s ease-out;
  width: 102%;
  z-index: 0; }
.project-type-knowledge.knowledge-mucho_talks .project-item:hover {
  color: #ff52ff; }
  .project-type-knowledge.knowledge-mucho_talks .project-item:hover h2 {
    color: #ff52ff; }
  .project-type-knowledge.knowledge-mucho_talks .project-item:hover .description:before {
    opacity: 0.5; }
.project-type-knowledge.knowledge-mucho_talks h2 {
  color: #5f17ff; }
.project-type-knowledge.knowledge-mucho_talks .text .hover {
  color: #ff52ff; }
.project-type-knowledge.knowledge-mucho_talks .description {
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 0, 255, 0.8)), to(rgba(121, 172, 255, 0.8)));
  background: -o-linear-gradient(left, rgba(255, 0, 255, 0.8) 0%, rgba(121, 172, 255, 0.8) 100%);
  background: linear-gradient(to right, rgba(255, 0, 255, 0.8) 0%, rgba(121, 172, 255, 0.8) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccff00ff', endColorstr='#cc79acff',GradientType=1 );
  /* IE6-9 */ }
  .project-type-knowledge.knowledge-mucho_talks .description:before {
    background-color: #000;
    content: '';
    height: 102%;
    left: -1%;
    opacity: 0;
    position: absolute;
    top: -1%;
    -webkit-transition: opacity .3s ease-out;
    -o-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
    width: 102%;
    z-index: 0; }
.project-type-knowledge.knowledge-mucho_articles .project-item:hover .description {
  background-color: rgba(0, 29, 230, 0.9); }
.project-type-knowledge.knowledge-mucho_articles .project-item .description {
  background-color: rgba(0, 29, 230, 0.3);
  -webkit-transition: background-color .3s ease-out;
  -o-transition: background-color .3s ease-out;
  transition: background-color .3s ease-out; }
.project-type-knowledge.knowledge-mucho_articles .project-item h2 {
  color: #00ffff; }
.project-type-knowledge.knowledge-mucho_articles .project-item .text .hover {
  color: #00ffff; }
.project-type-knowledge.knowledge-post_graphica .project-item .description {
  background-color: #001de6; }
.project-type-knowledge.knowledge-post_graphica .project-item h2 {
  color: #00ffff; }
.project-type-knowledge.knowledge-post_graphica .project-item .text .front span {
  color: #00ffff; }
.project-type-knowledge.knowledge-post_graphica .project-item .text .hover {
  color: #00ffff; }

/*

.project-type-project {
    &.type-status {
        .project-item-container {
            a {
                //background-image: none!important;
                .description {

                    background: #001DE6;
                    color: #fff;

                    .description-container {
                        padding: 0;

                        display: flex;
                        flex-direction: column;


                        header {
                            line-height: 26px;

                            flex-basis: 42.5%;
                            .project-item-type {
                                display: block;
                            }

                            .primary-industry-tag {
                                display: block;
                                color: #7BFBFD;
                            }
                        }

                        h2 {
                            color: #fff;
                            overflow: hidden;

                            flex-basis: 57.5%;
                            position: relative;

                            .title {
                                opacity: 1;
                                transition: opacity .3s ease-out;

                                @include semibold-font() {
                                    font-size: 40px;
                                    line-height: 45px;
                                    letter-spacing: -0.02em;
                                };
                            }


                            .caption {
                                opacity: 0;
                                transition: opacity .3s ease-out;

                                position: absolute;
                                left: 0;
                                top: 0;
                                right: 0;
                                bottom: 0;

                                color: #7BFBFD;
                                @include regular-font() {
                                    font-size: 40px;
                                    line-height: 45px;
                                    letter-spacing: -0.02em;
                                };
                            }

                        }

                    }

                    &:hover {
                        .description-container {
                            h2 {
                                .title {
                                    opacity: 0;
                                }
                                .caption {
                                    opacity: 1;
                                }
                            }
                        }
                    ;
                    }

                }


            }
        }
    }
}
*/
/*------------------------------------*\
    ABOUT
\*------------------------------------*/
.page-template-page-about.regular-page {
  background-color: #F5F5F5; }
  .page-template-page-about.regular-page .page-wrapper {
    background-color: inherit; }
.page-template-page-about .header {
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: 10; }
.page-template-page-about .page-header {
  position: relative;
  margin-bottom: 4px;
  padding: 0 4px; }
  @media all and (min-width: 1401px) {
    .page-template-page-about .page-header .video-container {
      height: calc(100vh - 100px); } }
  @media all and (min-width: 961px) and (max-width: 1400px) {
    .page-template-page-about .page-header .video-container {
      height: calc(100vh - 82px); } }
.page-template-page-about .color-dark .home-video-slider__scroll-down:before {
  border-color: transparent #000 #000 transparent; }
.page-template-page-about .color-dark .play-button {
  background: url(../img/play-button-black.svg) no-repeat center transparent !important; }
.page-template-page-about .footer {
  padding-top: 78px; }
  @media all and (max-width: 1024px) {
    .page-template-page-about .footer {
      padding-top: 20px; } }
  @media all and (max-width: 767px) {
    .page-template-page-about .footer {
      padding-top: 23px; } }

.about-page .row, .about-page .full-width-row {
  max-width: none;
  padding: 24px 16px 26px; }
  @media all and (max-width: 1024px) {
    .about-page .row, .about-page .full-width-row {
      padding: 22px 8px 20px; } }
.about-page .column, .about-page .columns {
  padding-left: 16px;
  padding-right: 16px; }

.about-page__section {
  padding: 0 0 55px; }
  @media all and (max-width: 1024px) {
    .about-page__section {
      padding: 0 !important; } }
  .about-page__section.about-page__section--partners {
    padding: 0 0 30px; }
  .about-page__section:last-child {
    padding-bottom: 0; }

.about-page__title {
  color: #EC1C24;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 600;
  margin: 0; }

.about-page__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  padding: 0 2px; }
  .about-page__list a {
    color: inherit; }
    .about-page__list a:hover {
      color: #000; }
  .about-page__list > * {
    word-wrap: break-word; }

.about-page__list-item {
  color: #555;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.6666666667%;
          flex: 0 0 16.6666666667%;
  font-size: 14px;
  line-height: 1.4285714286;
  max-width: 16.6666666667%;
  padding: 0 2px 4px; }
  @media all and (max-width: 1440px) {
    .about-page__list-item {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 25%;
              flex: 0 0 25%;
      max-width: 25%; } }
  @media all and (max-width: 1280px) {
    .about-page__list-item {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 33.3333333333%;
              flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%; } }
  @media all and (max-width: 1024px) {
    .about-page__list-item {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%; } }
  @media all and (max-width: 640px) {
    .about-page__list-item {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%; } }
  @media all and (min-width: 1025px) {
    .about-page__list-item:not(.about-page__list-item--blank-box):hover .about-page__list-content {
      opacity: 1;
      visibility: visible; } }
  @media all and (max-width: 1024px) {
    .about-page__list-item:not(.about-page__list-item--blank-box).active .about-page__list-content {
      opacity: 1;
      visibility: visible; } }
  @media all and (max-width: 1280px) {
    .about-page__list-item.about-page__list-item--blank-box {
      display: none; } }
  .about-page__list-item.about-page__list-item--blank-box .about-page__list-image {
    display: none; }
  .about-page__list-item p {
    margin-bottom: 0; }

.about-page__list-image {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  padding-bottom: 110%;
  position: relative; }

.about-page__list-content {
  background: #fff;
  bottom: 0;
  left: 0;
  opacity: 0;
  padding: 30px 28px;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  visibility: hidden;
  z-index: 1; }

.about-page__list-name {
  font-size: 18px;
  line-height: 1.4285714286;
  font-weight: 600;
  margin: 0; }

.about-page__list-info {
  margin-top: 20px; }

.about-page__list-office {
  padding: 19px 28px 24px; }
  @media all and (max-width: 1024px) {
    .about-page__list-office {
      padding: 13px 28px 15px; } }

.about-page__list-intro {
  font-size: 20px;
  line-height: 1.3;
  padding-bottom: 110%;
  position: relative; }
  .about-page__list-intro > div {
    background: #fff;
    bottom: 0;
    left: 0;
    padding: 28px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1; }

/*------------------------------------*\
    CONTACT
\*------------------------------------*/
.page-template-page-contact.regular-page {
  background-color: #F5F5F5; }
  .page-template-page-contact.regular-page .page-wrapper {
    background-color: inherit; }

.contact-page__intro {
  color: #555;
  font-size: 26px;
  line-height: 1.1538461538;
  max-width: none;
  padding: 0 16px 82px; }
  @media all and (max-width: 1280px) {
    .contact-page__intro {
      font-size: 14px;
      line-height: 1.4285714286;
      padding: 37px 8px 54px; } }
  .contact-page__intro .column, .contact-page__intro .columns {
    padding-left: 16px;
    padding-right: 16px; }
  .contact-page__intro p {
    margin: 0;
    max-width: 900px; }
    @media all and (max-width: 1280px) {
      .contact-page__intro p {
        max-width: 345px; } }
  .contact-page__intro a {
    color: inherit; }
    .contact-page__intro a:hover {
      color: #000; }
  @media all and (min-width: 1281px) {
    .contact-page__intro span {
      display: block; } }

.contact-page__locations {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap; }

.contact-page__gallery > div {
  position: relative; }

.contact-page__locations,
.contact-page__gallery {
  padding: 0 2px; }
  .contact-page__locations a,
  .contact-page__gallery a {
    color: inherit; }
    .contact-page__locations a:hover,
    .contact-page__gallery a:hover {
      color: #000; }
  .contact-page__locations > *,
  .contact-page__gallery > * {
    word-wrap: break-word; }

.contact-page__location-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%;
  padding: 0 2px 4px; }
  @media all and (max-width: 1280px) {
    .contact-page__location-item {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%; } }
  @media all and (max-width: 640px) {
    .contact-page__location-item {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%; } }

.contact-page__location-wrap {
  position: relative; }
  @media all and (min-width: 1281px) {
    .contact-page__location-wrap {
      min-height: 200px; } }
  .contact-page__location-wrap > .contact-page__location-placeholder {
    overflow: hidden;
    padding-bottom: 75%; }
  .contact-page__location-wrap > .contact-page__location-content {
    background: #fff;
    bottom: 0;
    left: 0;
    padding: 28px;
    padding-right: 10px;
    position: absolute;
    right: 0;
    top: 0; }
    @media all and (max-width: 1280px) {
      .contact-page__location-wrap > .contact-page__location-content {
        padding: 22px 20px 20px; } }

.contact-page__location-title,
.contact-page__location-phone,
.contact-page__location-email {
  font-size: 20px;
  line-height: 1.3;
  margin: 0;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden; }
  @media all and (min-width: 1281px) and (max-width: 1780px) {
    .contact-page__location-title,
    .contact-page__location-phone,
    .contact-page__location-email {
      font-size: 14px; } }
  @media all and (max-width: 374px) {
    .contact-page__location-title,
    .contact-page__location-phone,
    .contact-page__location-email {
      font-size: 14px;
      line-height: 1.4285714286; } }

.contact-page__location-title {
  color: #EC1C24;
  font-weight: 500; }

.contact-page__location-phone,
.contact-page__location-email {
  color: #555; }

.contact-page__location-address {
  color: #555;
  font-size: 14px;
  line-height: 1.4285714286;
  margin: 32px 0 0; }
  @media all and (min-width: 1281px) and (max-width: 1440px) {
    .contact-page__location-address {
      margin: 15px 0 0; } }

.contact-page__gallery-dummy {
  display: none; }

.contact-page__gallery-dummy,
.contact-page__gallery-item {
  padding: 0 2px 4px; }
  @media all and (min-width: 1281px) {
    .contact-page__gallery-dummy.contact-page__gallery-item--large_image .contact-page__gallery-image,
    .contact-page__gallery-item.contact-page__gallery-item--large_image .contact-page__gallery-image {
      padding-bottom: calc(75% + 2px); } }
  .contact-page__gallery-dummy.contact-page__gallery-item--blank_box .contact-page__gallery-image,
  .contact-page__gallery-item.contact-page__gallery-item--blank_box .contact-page__gallery-image {
    opacity: 0;
    visibility: hidden; }
  @media all and (max-width: 1280px) {
    .contact-page__gallery-dummy.contact-page__gallery-item--blank_box,
    .contact-page__gallery-item.contact-page__gallery-item--blank_box {
      display: none; } }

.contact-page__gallery-image {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 75%; }

.cssgrid .contact-page__gallery > div {
  display: grid;
  grid-auto-flow: dense;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: auto; }
  @media all and (max-width: 1280px) {
    .cssgrid .contact-page__gallery > div {
      grid-template-columns: repeat(2, 1fr); } }
  @media all and (max-width: 640px) {
    .cssgrid .contact-page__gallery > div {
      grid-template-columns: repeat(1, 1fr); } }
@media all and (min-width: 1281px) {
  .cssgrid .contact-page__gallery-dummy.contact-page__gallery-item--large_image,
  .cssgrid .contact-page__gallery-item.contact-page__gallery-item--large_image {
    grid-column-start: span 2;
    grid-row-start: span 2; } }

.no-cssgrid .contact-page__gallery-dummy,
.no-cssgrid .contact-page__gallery-item {
  width: 20%;
  float: left; }
  @media all and (max-width: 1440px) {
    .no-cssgrid .contact-page__gallery-dummy,
    .no-cssgrid .contact-page__gallery-item {
      width: 20%; } }
  @media all and (max-width: 1281px) {
    .no-cssgrid .contact-page__gallery-dummy,
    .no-cssgrid .contact-page__gallery-item {
      width: 50%; } }
  @media all and (max-width: 640px) {
    .no-cssgrid .contact-page__gallery-dummy,
    .no-cssgrid .contact-page__gallery-item {
      position: static !important;
      width: 100%; } }
  @media all and (min-width: 1441px) {
    .no-cssgrid .contact-page__gallery-dummy.contact-page__gallery-item--large_image,
    .no-cssgrid .contact-page__gallery-item.contact-page__gallery-item--large_image {
      width: 40%; } }
  @media all and (min-width: 1281px) and (max-width: 1440px) {
    .no-cssgrid .contact-page__gallery-dummy.contact-page__gallery-item--large_image,
    .no-cssgrid .contact-page__gallery-item.contact-page__gallery-item--large_image {
      width: 40%; } }
.no-cssgrid .contact-page__gallery::before, .no-cssgrid .contact-page__gallery::after {
  content: ' ';
  display: table; }
.no-cssgrid .contact-page__gallery::after {
  clear: both; }

/*------------------------------------*\
    Strategy
\*------------------------------------*/
.page-template-page-strategy.regular-page {
  background-color: #F5F5F5; }
  @media all and (max-width: 640px) {
    .page-template-page-strategy.regular-page {
      background-color: #F5F5F5; } }
  .page-template-page-strategy.regular-page .page-wrapper {
    background-color: inherit; }
  .page-template-page-strategy.regular-page .header {
    background: transparent;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    z-index: 10; }
  .page-template-page-strategy.regular-page.header-fixed main {
    padding-top: 0; }
  .page-template-page-strategy.regular-page.header-fixed .header {
    background: inherit; }
  .page-template-page-strategy.regular-page .footer {
    padding-top: 48px; }
    @media all and (max-width: 1024px) {
      .page-template-page-strategy.regular-page .footer {
        padding-top: 20px; } }
    @media all and (max-width: 767px) {
      .page-template-page-strategy.regular-page .footer {
        padding-top: 23px; } }

.strategy-hero {
  position: relative; }
  .strategy-hero.color-white {
    color: #fff; }
  .strategy-hero.color-dark {
    color: #000; }
  .strategy-hero .row, .strategy-hero .full-width-row {
    max-width: 100%;
    padding: 0 16px; }
    @media all and (max-width: 1024px) {
      .strategy-hero .row, .strategy-hero .full-width-row {
        padding: 0 8px; } }
  .strategy-hero .column, .strategy-hero .columns {
    padding-left: 16px;
    padding-right: 16px; }

.strategy-hero__image {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh; }
  @media all and (min-width: 1025px) {
    .strategy-hero__image {
      background-attachment: fixed; } }
  @media all and (max-width: 1024px) {
    .strategy-hero__image {
      height: auto;
      padding-bottom: 56.25%; } }

.strategy-hero__text {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  font-size: 4.1vw;
  left: 0;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -.16vw;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5; }
  @media all and (max-width: 640px) {
    .strategy-hero__text {
      font-size: 22px;
      padding: 30px 0;
      position: static; } }
  .strategy-hero__text > .row, .strategy-hero__text > .full-width-row {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%; }
  .strategy-hero__text p {
    margin: 0;
    max-width: 82vw; }

.strategy-page__scroll-down {
  bottom: 30px;
  left: 50%;
  outline: none;
  position: absolute;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: 10; }
  @media all and (max-width: 1024px) {
    .strategy-page__scroll-down {
      display: none !important; } }
  .strategy-page__scroll-down:hover {
    bottom: 25px; }
  .strategy-page__scroll-down:before {
    border-color: transparent #fff #fff transparent;
    border-style: solid;
    border-width: 2px;
    content: '';
    display: block;
    height: 18px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    width: 18px; }
  .color-dark .strategy-page__scroll-down:before {
    border-color: transparent #000 #000 transparent; }

.strategy-page .row, .strategy-page .full-width-row {
  max-width: 100%; }

.strategy-page__item {
  color: #555;
  position: relative; }
  .strategy-page__item.strategy-page__item--strategy-block .row, .strategy-page__item.strategy-page__item--strategy-block .full-width-row, .strategy-page__item.strategy-page__item--plain-text .row, .strategy-page__item.strategy-page__item--plain-text .full-width-row, .strategy-page__item.strategy-page__item--logos .row, .strategy-page__item.strategy-page__item--logos .full-width-row {
    padding: 0 16px; }
    @media all and (max-width: 1024px) {
      .strategy-page__item.strategy-page__item--strategy-block .row, .strategy-page__item.strategy-page__item--strategy-block .full-width-row, .strategy-page__item.strategy-page__item--plain-text .row, .strategy-page__item.strategy-page__item--plain-text .full-width-row, .strategy-page__item.strategy-page__item--logos .row, .strategy-page__item.strategy-page__item--logos .full-width-row {
        padding: 0 8px; } }
  .strategy-page__item.strategy-page__item--strategy-block .column, .strategy-page__item.strategy-page__item--strategy-block .columns, .strategy-page__item.strategy-page__item--plain-text .column, .strategy-page__item.strategy-page__item--plain-text .columns, .strategy-page__item.strategy-page__item--logos .column, .strategy-page__item.strategy-page__item--logos .columns {
    padding-left: 16px;
    padding-right: 16px; }
  .strategy-page__item.strategy-page__item--strategy-block .strategy-page__item-text, .strategy-page__item.strategy-page__item--plain-text .strategy-page__item-text, .strategy-page__item.strategy-page__item--logos .strategy-page__item-text {
    max-width: 800px; }
  .strategy-page__item.strategy-page__item--strategy-block .strategy-page__item-image {
    height: 100vh; }
    @media all and (max-width: 1024px) {
      .strategy-page__item.strategy-page__item--strategy-block .strategy-page__item-image {
        height: auto;
        padding-bottom: 56.25%; } }
    @media all and (min-width: 1025px) {
      .strategy-page__item.strategy-page__item--strategy-block .strategy-page__item-image {
        background-attachment: fixed; } }
  .strategy-page__item.strategy-page__item--strategy-block .strategy-page__item-content {
    bottom: 0;
    left: 0;
    padding: 33px 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 5; }
    @media all and (min-width: 1025px) {
      .strategy-page__item.strategy-page__item--strategy-block .strategy-page__item-content {
        opacity: 0;
        -webkit-transition: opacity 0.5s ease-out;
        -o-transition: opacity 0.5s ease-out;
        transition: opacity 0.5s ease-out; } }
    @media all and (max-width: 640px) {
      .strategy-page__item.strategy-page__item--strategy-block .strategy-page__item-content {
        position: static; } }
  @media all and (min-width: 1025px) {
    .strategy-page__item.strategy-page__item--strategy-block.fp-focused-item .strategy-page__item-content {
      opacity: 1; } }
  .strategy-page__item.strategy-page__item--strategy-block .strategy-page__item-title {
    color: inherit; }
    @media all and (min-width: 1401px) {
      .strategy-page__item.strategy-page__item--strategy-block .strategy-page__item-title {
        font-size: 36px;
        line-height: 0.8888888889;
        margin: 0 0 34px; } }
  @media all and (min-width: 1401px) {
    .strategy-page__item.strategy-page__item--strategy-block .strategy-page__item-text {
      font-size: 30px;
      line-height: 1.0666666667; } }
  @media all and (max-width: 1024px) {
    .strategy-page__item.strategy-page__item--strategy-block .strategy-page__item-text {
      max-width: 465px; } }
  @media all and (min-width: 1401px) {
    .strategy-page__item.strategy-page__item--strategy-block .strategy-page__item-text p, .strategy-page__item.strategy-page__item--strategy-block .strategy-page__item-text ul {
      margin: 0 0 32px; } }
  .strategy-page__item.strategy-page__item--strategy-block.color-white {
    color: #fff; }
  .strategy-page__item.strategy-page__item--strategy-block.color-dark {
    color: #000; }
  .strategy-page__item.strategy-page__item--plain-text {
    padding: 37px 0; }
    @media all and (max-width: 640px) {
      .strategy-page__item.strategy-page__item--plain-text {
        padding: 33px 0 38px; } }
    @media all and (min-width: 1401px) {
      .strategy-page__item.strategy-page__item--plain-text .strategy-page__item-text {
        font-size: 30px;
        line-height: 1.0666666667; } }
    @media all and (min-width: 1401px) {
      .strategy-page__item.strategy-page__item--plain-text .strategy-page__item-text p, .strategy-page__item.strategy-page__item--plain-text .strategy-page__item-text ul {
        margin: 0 0 32px; } }
  .strategy-page__item.strategy-page__item--content-block {
    padding: 45px 2px; }
    @media all and (max-width: 640px) {
      .strategy-page__item.strategy-page__item--content-block {
        padding: 15px 2px; } }
    .strategy-page__item.strategy-page__item--content-block .column, .strategy-page__item.strategy-page__item--content-block .columns {
      padding-left: 2px;
      padding-right: 2px; }
    .strategy-page__item.strategy-page__item--content-block .strategy-page__item-title,
    .strategy-page__item.strategy-page__item--content-block .strategy-page__item-text {
      padding: 0 16px; }
      @media all and (max-width: 640px) {
        .strategy-page__item.strategy-page__item--content-block .strategy-page__item-title,
        .strategy-page__item.strategy-page__item--content-block .strategy-page__item-text {
          padding: 0 8px; } }
  .strategy-page__item.strategy-page__item--logos {
    padding: 45px 0 0; }
    @media all and (max-width: 640px) {
      .strategy-page__item.strategy-page__item--logos {
        padding: 15px 0 0; } }
    .strategy-page__item.strategy-page__item--logos .strategy-page__item-image {
      position: relative; }
    .strategy-page__item.strategy-page__item--logos .strategy-page__item-link {
      bottom: 0;
      left: 0;
      position: absolute;
      top: 0;
      right: 0;
      z-index: 5; }

.strategy-page__item-wrap.strategy-page__item-wrap--one-image .column:nth-child(2), .strategy-page__item-wrap.strategy-page__item-wrap--one-image .columns:nth-child(2) {
  padding-left: 14px;
  padding-right: 14px; }
  @media all and (max-width: 640px) {
    .strategy-page__item-wrap.strategy-page__item-wrap--one-image .column:nth-child(2), .strategy-page__item-wrap.strategy-page__item-wrap--one-image .columns:nth-child(2) {
      padding-left: 22px;
      padding-right: 22px; } }
.strategy-page__item-wrap.strategy-page__item-wrap--one-image .strategy-page__item-image {
  padding-bottom: 64.9%; }
  @media all and (max-width: 1024px) {
    .strategy-page__item-wrap.strategy-page__item-wrap--one-image .strategy-page__item-image {
      margin-bottom: 30px; } }
  @media all and (max-width: 640px) {
    .strategy-page__item-wrap.strategy-page__item-wrap--one-image .strategy-page__item-image {
      padding-bottom: 55.74%; } }
.strategy-page__item-wrap.strategy-page__item-wrap--two-images .column:nth-child(1), .strategy-page__item-wrap.strategy-page__item-wrap--two-images .columns:nth-child(1) {
  padding-left: 14px;
  padding-right: 14px; }
  @media all and (max-width: 640px) {
    .strategy-page__item-wrap.strategy-page__item-wrap--two-images .column:nth-child(1), .strategy-page__item-wrap.strategy-page__item-wrap--two-images .columns:nth-child(1) {
      padding-left: 22px;
      padding-right: 22px; } }
@media all and (max-width: 640px) {
  .strategy-page__item-wrap.strategy-page__item-wrap--two-images .column, .strategy-page__item-wrap.strategy-page__item-wrap--two-images .columns {
    padding-bottom: 5px; } }
.strategy-page__item-wrap.strategy-page__item-wrap--two-images .strategy-page__item-image--1 {
  padding-bottom: 130.22%; }
  @media all and (max-width: 640px) {
    .strategy-page__item-wrap.strategy-page__item-wrap--two-images .strategy-page__item-image--1 {
      padding-bottom: 131.14%; } }
.strategy-page__item-wrap.strategy-page__item-wrap--two-images .strategy-page__item-image--2 {
  padding-bottom: 65.03%; }
  @media all and (max-width: 640px) {
    .strategy-page__item-wrap.strategy-page__item-wrap--two-images .strategy-page__item-image--2 {
      padding-bottom: 55.74%; } }
.strategy-page__item-wrap.strategy-page__item-wrap--slider > .row:nth-child(1), .strategy-page__item-wrap.strategy-page__item-wrap--slider > .full-width-row:nth-child(1), .strategy-page__item-wrap.strategy-page__item-wrap--slider > .row:nth-child(2), .strategy-page__item-wrap.strategy-page__item-wrap--slider > .full-width-row:nth-child(2) {
  padding: 0 12px; }
.strategy-page__item-wrap.strategy-page__item-wrap--slider .strategy-page__item-image {
  padding-bottom: 51.9%; }
  @media all and (max-width: 640px) {
    .strategy-page__item-wrap.strategy-page__item-wrap--slider .strategy-page__item-image {
      padding-bottom: 55.74%; } }
.strategy-page__item-wrap.strategy-page__item-wrap--slider .strategy-page__item-slider .slick-arrow.slick-prev {
  left: 0; }
.strategy-page__item-wrap.strategy-page__item-wrap--slider .strategy-page__item-slider .slick-arrow.slick-next {
  right: 0; }
@media all and (min-width: 641px) {
  .strategy-page__item-wrap.strategy-page__item-wrap--slider .strategy-page__item-slider {
    margin-top: 47px; } }
@media all and (max-width: 640px) {
  .strategy-page__item-wrap.strategy-page__item-wrap--slider .strategy-page__item-slider {
    margin-top: 30px; } }

.strategy-page__item-image {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover; }

.strategy-page__item-logo .strategy-page__item-image {
  background-size: contain; }

.strategy-page__item-title {
  color: #EC1C24;
  font-size: 30px;
  line-height: 1.0666666667;
  font-weight: 600;
  margin: 0 0 31px; }
  @media all and (max-width: 1280px) {
    .strategy-page__item-title {
      font-size: 20px;
      line-height: 1.4285714286;
      margin: 0 0 22px; } }
  @media all and (max-width: 640px) {
    .strategy-page__item-title {
      font-size: 14px; } }
  @media all and (max-width: 640px) {
    .strategy-page__item-title font {
      color: #555555; } }

.strategy-page__item-text {
  font-size: 26px;
  line-height: 1.1538461538; }
  @media all and (max-width: 1280px) {
    .strategy-page__item-text {
      font-size: 14px;
      line-height: 1.4285714286; } }
  .strategy-page__item-text a {
    color: inherit;
    font-weight: 600; }
    .strategy-page__item-text a:hover {
      color: #000; }
  .strategy-page__item-text p, .strategy-page__item-text ul {
    margin: 0 0 30px; }
    @media all and (max-width: 1280px) {
      .strategy-page__item-text p, .strategy-page__item-text ul {
        margin: 0 0 22px; } }
  .strategy-page__item-text ul {
    list-style: none; }
    .strategy-page__item-text ul li {
      padding-left: 35px;
      position: relative; }
      @media all and (max-width: 1280px) {
        .strategy-page__item-text ul li {
          padding-left: 20px; } }
      .strategy-page__item-text ul li:before {
        content: '\2014';
        left: 0;
        position: absolute;
        top: 0; }

.strategy-page__item-logo-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin: 50px -32px 80px; }
  @media all and (max-width: 1440px) {
    .strategy-page__item-logo-list {
      margin: 50px -20px 80px; } }
  @media all and (max-width: 1280px) {
    .strategy-page__item-logo-list {
      margin: 50px -15px 80px; } }
  @media all and (max-width: 1024px) {
    .strategy-page__item-logo-list {
      margin: 50px -13px 80px; } }
  @media all and (max-width: 640px) {
    .strategy-page__item-logo-list {
      margin: 60px -13px 80px; } }
  .strategy-page__item-logo-list .strategy-page__item-image {
    padding-bottom: 100%; }

.strategy-page__item-logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.6666666667%;
          flex: 0 0 16.6666666667%;
  max-width: 192px;
  padding: 0 32px; }
  @media all and (max-width: 1440px) {
    .strategy-page__item-logo {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 20%;
              flex: 0 0 20%; } }
  @media all and (max-width: 1280px) {
    .strategy-page__item-logo {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 25%;
              flex: 0 0 25%; } }
  @media all and (max-width: 1024px) {
    .strategy-page__item-logo {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 33.3333333333%;
              flex: 0 0 33.3333333333%; } }
  @media all and (max-width: 640px) {
    .strategy-page__item-logo {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%; } }

.strategy-page__item {
  position: relative; }
  .strategy-page__item .strategy-page__item__anchor {
    position: absolute;
    top: -40px;
    left: 0;
    width: 0;
    height: 0; }
    @media all and (max-width: 1024px) {
      .strategy-page__item .strategy-page__item__anchor {
        top: -40px; } }

.article-container {
  background: #fff;
  padding: 0 4px 30px;
  width: 100%;
  /*bottom: 0;
  height: calc(100vh - 97px);
  left: 0;
  overflow: auto;
  position: absolute;*/ }
  @media all and (max-width: 640px) {
    .article-container {
      height: auto;
      position: static; } }
  .article-container .row, .article-container .full-width-row {
    max-width: 1420px !important;
    position: relative;
    width: 100%; }
    .article-container .row .column, .article-container .full-width-row .column, .article-container .row .columns, .article-container .full-width-row .columns {
      padding: 0 2px; }
      @media all and (max-width: 640px) {
        .article-container .row .column, .article-container .full-width-row .column, .article-container .row .columns, .article-container .full-width-row .columns {
          padding: 0; } }
  .article-container .article-hero {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    background-position: center;
    background-size: cover;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 38px;
    min-height: calc(100vh - 67px);
    padding: 33px 28px 70px; }
    @media all and (max-width: 640px) {
      .article-container .article-hero {
        background-image: none !important;
        color: #000;
        margin-bottom: 41px;
        min-height: auto;
        padding: 0 20px; } }
    .article-container .article-hero.bottom-align {
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end; }
    .article-container .article-hero .hero-container {
      max-width: 480px; }
    .article-container .article-hero .mobile-hero-image {
      background-position: center;
      background-size: cover;
      display: none;
      margin: 0 -24px 28px;
      max-width: calc(100% + 48px);
      padding-bottom: calc(100% + 48px) !important; }
      @media all and (max-width: 640px) {
        .article-container .article-hero .mobile-hero-image {
          display: block; } }
    .article-container .article-hero .hero-post-format {
      color: #000;
      font-size: 14px;
      font-weight: 600;
      margin-bottom: 12px;
      line-height: 20px; }
      @media all and (max-width: 640px) {
        .article-container .article-hero .hero-post-format {
          line-height: 1.4285714286;
          margin-bottom: 12px; } }
      .article-container .article-hero .hero-post-format + .hero-post-industry {
        margin-top: -12px; }
    .article-container .article-hero .hero-post-industry {
      color: #000;
      font-size: 14px;
      font-weight: 600;
      line-height: 20px;
      margin-bottom: 12px; }
      @media all and (max-width: 640px) {
        .article-container .article-hero .hero-post-industry {
          line-height: 1.4285714286;
          margin-bottom: 12px; } }
    .article-container .article-hero .hero-title {
      color: #000;
      font-size: 60px;
      font-weight: 600;
      line-height: 0.8666666667;
      margin-bottom: 12px; }
      @media all and (min-width: 641px) {
        .article-container .article-hero .hero-title {
          margin-left: -3px; } }
      @media all and (max-width: 640px) {
        .article-container .article-hero .hero-title {
          font-size: 30px;
          line-height: 1.0666666667;
          margin-bottom: 6px; } }
    .article-container .article-hero .hero-description {
      color: #555555;
      font-size: 20px;
      line-height: 1.3; }
      @media all and (max-width: 640px) {
        .article-container .article-hero .hero-description {
          font-size: 14px;
          font-weight: 600;
          line-height: 1.4285714286;
          max-width: none; } }
    @media all and (min-width: 641px) {
      .article-container .article-hero .hero-container.dark-background .hero-post-format,
      .article-container .article-hero .hero-container.dark-background .hero-post-industry,
      .article-container .article-hero .hero-container.dark-background .hero-title,
      .article-container .article-hero .hero-container.dark-background .hero-description {
        color: #fff; } }
  .article-container .article-content {
    color: #555;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.3;
    padding: 0 26px; }
    @media all and (max-width: 640px) {
      .article-container .article-content {
        font-size: 14px;
        line-height: 1.4285714;
        padding: 0 20px; }
        .article-container .article-content .column, .article-container .article-content .columns {
          padding: 0; } }
    .article-container .article-content .column, .article-container .article-content .columns {
      padding: 0 2px; }
    .article-container .article-content blockquote {
      border: none;
      font-size: 30px;
      font-weight: 500;
      letter-spacing: 0;
      line-height: 1.0666666667;
      margin: 0;
      padding: 0; }
      @media screen {
        .article-container .article-content blockquote {
          position: absolute;
          width: 25%;
          right: 0; } }
      @media all and (max-width: 768px) {
        .article-container .article-content blockquote {
          position: static;
          width: auto; } }
      .article-container .article-content blockquote p {
        margin-bottom: 30px; }
        @media all and (max-width: 640px) {
          .article-container .article-content blockquote p {
            margin-bottom: 14px; } }
    .article-container .article-content p {
      margin-bottom: 26px; }
      @media all and (max-width: 640px) {
        .article-container .article-content p {
          margin-bottom: 21px; } }
    .article-container .article-content p img, .article-container .article-content div.full-width img {
      margin-bottom: 16px;
      margin-top: 0; }
    @media screen {
      .article-container .article-content > .row > *, .article-container .article-content > .full-width-row > * {
        max-width: 66.66%; } }
    @media all and (max-width: 768px) {
      .article-container .article-content > .row > *, .article-container .article-content > .full-width-row > * {
        max-width: none; } }
    .article-container .article-content > .row > .full-width, .article-container .article-content > .full-width-row > .full-width {
      max-width: none; }

.quote {
  padding: 0 16px;
  margin-top: 58px;
  margin-bottom: 23px;
  line-height: 1.1538461538;
  font-size: 26px;
  clear: both;
  color: #555; }
  @media all and (max-width: 640px) {
    .quote {
      padding: 0 22px; } }
  @media all and (max-width: 1024px) {
    .quote {
      padding: 0 30px; } }
  @media all and (max-width: 1024px) {
    .quote {
      margin-bottom: 14px; } }
  .quote q {
    position: relative; }
    .quote q .start-quote-mark {
      position: absolute;
      width: 20px;
      left: -20px;
      text-align: right; }
  .quote .row, .quote .full-width-row {
    max-width: none; }
    .quote .row .column, .quote .full-width-row .column, .quote .row .columns, .quote .full-width-row .columns {
      padding: 0 16px;
      max-width: 900px; }
      @media all and (max-width: 1024px) {
        .quote .row .column, .quote .full-width-row .column, .quote .row .columns, .quote .full-width-row .columns {
          padding: 0; } }
      @media all and (max-width: 1024px) {
        .quote .row .column, .quote .full-width-row .column, .quote .row .columns, .quote .full-width-row .columns {
          max-width: 640px; } }
      @media all and (max-width: 767px) {
        .quote .row .column, .quote .full-width-row .column, .quote .row .columns, .quote .full-width-row .columns {
          max-width: 345px; } }
  @media all and (max-width: 1024px) {
    .quote {
      line-height: 1.3;
      font-size: 20px; } }
  @media all and (max-width: 640px) {
    .quote {
      font-size: 14px;
      line-height: 1.4285714286; } }
  .quote q {
    margin-bottom: 34px;
    display: block; }
    @media all and (max-width: 1024px) {
      .quote q {
        margin-bottom: 20px; } }
    .quote q:before {
      display: none; }
    .quote q:after {
      display: none; }
  .quote .quote-author-company,
  .quote .quote-author,
  .quote .quote-author-position {
    font-size: 20px;
    line-height: 1.3; }
    @media all and (max-width: 1024px) {
      .quote .quote-author-company,
      .quote .quote-author,
      .quote .quote-author-position {
        font-size: 14px;
        line-height: 1.4285714286; } }
  .quote.quote-placement-middle {
    line-height: 1.3;
    font-size: 40px;
    margin-top: 55px;
    margin-bottom: 90px; }
    .quote.quote-placement-middle .row .column, .quote.quote-placement-middle .full-width-row .column, .quote.quote-placement-middle .row .columns, .quote.quote-placement-middle .full-width-row .columns {
      margin-left: 50%;
      width: auto;
      max-width: 772px; }
      @media all and (max-width: 1024px) {
        .quote.quote-placement-middle .row .column, .quote.quote-placement-middle .full-width-row .column, .quote.quote-placement-middle .row .columns, .quote.quote-placement-middle .full-width-row .columns {
          margin-left: 0;
          width: 100%; } }
      @media all and (max-width: 1024px) {
        .quote.quote-placement-middle .row .column, .quote.quote-placement-middle .full-width-row .column, .quote.quote-placement-middle .row .columns, .quote.quote-placement-middle .full-width-row .columns {
          max-width: 640px; } }
      @media all and (max-width: 767px) {
        .quote.quote-placement-middle .row .column, .quote.quote-placement-middle .full-width-row .column, .quote.quote-placement-middle .row .columns, .quote.quote-placement-middle .full-width-row .columns {
          max-width: 345px; } }
    @media all and (max-width: 1024px) {
      .quote.quote-placement-middle {
        line-height: 1.1538461538;
        font-size: 26px; } }
    @media all and (max-width: 640px) {
      .quote.quote-placement-middle {
        line-height: 1.3;
        font-size: 20px; } }
    .quote.quote-placement-middle q {
      margin-bottom: 74px; }
      @media all and (max-width: 1024px) {
        .quote.quote-placement-middle q {
          margin-bottom: 26px; } }
    @media all and (max-width: 1024px) {
      .quote.quote-placement-middle {
        margin-bottom: 58px; } }
    @media all and (max-width: 640px) {
      .quote.quote-placement-middle {
        margin-top: 57px; } }

body.home .strategy-page__item--logos {
  overflow-x: hidden;
  padding-top: 87px; }
  body.home .strategy-page__item--logos .row, body.home .strategy-page__item--logos .full-width-row {
    padding: 0 15px; }
    @media all and (max-width: 1024px) {
      body.home .strategy-page__item--logos .row, body.home .strategy-page__item--logos .full-width-row {
        padding: 0 8px; } }
  body.home .strategy-page__item--logos .column, body.home .strategy-page__item--logos .columns {
    padding-left: 15px;
    padding-right: 15px; }
  @media all and (max-width: 640px) {
    body.home .strategy-page__item--logos {
      padding-top: 29px; } }
  body.home .strategy-page__item--logos .strategy-page__item-text {
    max-width: 900px; }
    @media all and (max-width: 1280px) {
      body.home .strategy-page__item--logos .strategy-page__item-text {
        font-size: 20px;
        line-height: 26px; } }
    @media all and (max-width: 640px) {
      body.home .strategy-page__item--logos .strategy-page__item-text {
        font-size: 14px;
        line-height: 20px; } }
  body.home .strategy-page__item--logos .row, body.home .strategy-page__item--logos .full-width-row {
    max-width: none; }
  body.home .strategy-page__item--logos .strategy-page__item-logo-list {
    display: grid;
    grid-template-rows: auto;
    grid-auto-flow: dense;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-line-pack: start;
        align-content: start;
    grid-template-columns: repeat(6, auto);
    margin-top: 95px;
    margin-bottom: 36px;
    margin-left: 0;
    margin-right: 0; }
    @media all and (max-width: 1440px) {
      body.home .strategy-page__item--logos .strategy-page__item-logo-list {
        grid-template-columns: repeat(4, auto); } }
    @media all and (max-width: 560px) {
      body.home .strategy-page__item--logos .strategy-page__item-logo-list {
        grid-template-columns: repeat(2, auto); } }
    @media all and (max-width: 1440px) {
      body.home .strategy-page__item--logos .strategy-page__item-logo-list {
        margin-top: 79px;
        margin-bottom: 20px; } }
    @media all and (max-width: 560px) {
      body.home .strategy-page__item--logos .strategy-page__item-logo-list {
        margin-top: 48px;
        margin-bottom: 0; } }
    body.home .strategy-page__item--logos .strategy-page__item-logo-list .strategy-page__item-logo {
      width: 100%;
      max-width: none !important;
      padding: 0;
      margin-bottom: 60px;
      width: 220px;
      height: 160px; }
      @media all and (max-width: 1440px) {
        body.home .strategy-page__item--logos .strategy-page__item-logo-list .strategy-page__item-logo {
          margin-bottom: 44px; } }
      @media all and (max-width: 560px) {
        body.home .strategy-page__item--logos .strategy-page__item-logo-list .strategy-page__item-logo {
          margin-bottom: 32px; } }
      body.home .strategy-page__item--logos .strategy-page__item-logo-list .strategy-page__item-logo .strategy-page__item-image {
        background-size: contain;
        padding-bottom: 0;
        height: 100%; }
      @media all and (max-width: 1440px) {
        body.home .strategy-page__item--logos .strategy-page__item-logo-list .strategy-page__item-logo {
          width: 180px;
          height: 130px; } }
      @media all and (max-width: 767px) {
        body.home .strategy-page__item--logos .strategy-page__item-logo-list .strategy-page__item-logo {
          width: 135px;
          height: 80px; } }
      @media all and (max-width: 560px) {
        body.home .strategy-page__item--logos .strategy-page__item-logo-list .strategy-page__item-logo {
          width: 135px;
          height: 80px;
          margin-bottom: 32px; } }

body.home .page {
  background: #fff;
  padding: 96px 30px 64px;
  color: #555555;
  font-size: 20px;
  line-height: 26px;
  font-weight: normal; }
  @media all and (max-width: 1280px) {
    body.home .page {
      font-size: 20px;
      line-height: 26px; } }
  @media all and (max-width: 600px) {
    body.home .page {
      font-size: 14px;
      line-height: 20px;
      padding-top: 29px;
      padding-bottom: 14px; } }
  body.home .page h2 {
    color: #EC1C24;
    font-size: 30px;
    line-height: 1.0666666667;
    font-weight: 600;
    margin: 0 0 30px; }
    @media all and (max-width: 1280px) {
      body.home .page h2 {
        font-size: 20px;
        line-height: 1.4285714286;
        margin: 0 0 22px; } }
    @media all and (max-width: 640px) {
      body.home .page h2 {
        font-size: 14px;
        margin-bottom: 32px; } }
    @media all and (max-width: 600px) {
      body.home .page h2 font {
        color: #555555; } }
  @media all and (max-width: 600px) {
    body.home .page {
      font-size: 14px;
      line-height: 20px; } }
  body.home .page a {
    color: #555555; }
  body.home .page h3 {
    color: #555555;
    font-size: 30px;
    line-height: 26px;
    margin: 0 0 9px;
    font-weight: 600;
    margin-left: -1px; }
    @media all and (max-width: 1280px) {
      body.home .page h3 {
        font-size: 20px;
        line-height: 26px;
        margin-left: 0px; } }
    @media all and (max-width: 600px) {
      body.home .page h3 {
        margin-bottom: 6px;
        font-size: 26px;
        line-height: 20px;
        margin-left: 0px; } }
  body.home .page ul {
    list-style: none;
    margin: 0; }
  @media all and (max-width: 600px) {
    body.home .page .wp-block-columns {
      margin-bottom: 10px; } }
  @media all and (min-width: 600px) and (max-width: 781px) {
    body.home .page .wp-block-columns {
      margin-bottom: -49px; } }
  @media all and (max-width: 600px) {
    body.home .page .wp-block-columns .wp-block-column:not(:last-child) {
      margin-bottom: 59px; } }
  @media all and (min-width: 600px) and (max-width: 781px) {
    body.home .page .wp-block-columns .wp-block-column {
      margin-bottom: 59px; } }
  @media all and (min-width: 782px) {
    body.home .page .wp-block-columns .wp-block-column:not(:first-child) {
      margin-left: 8px; } }
  @media all and (max-width: 600px) {
    body.home .page .wp-block-column ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      overflow: hidden;
      -webkit-transition: max-height 0.5s ease-out;
      -o-transition: max-height 0.5s ease-out;
      transition: max-height 0.5s ease-out;
      height: auto;
      max-height: 800px; }
      body.home .page .wp-block-column ul li {
        -webkit-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out; }
      body.home .page .wp-block-column ul:after {
        -webkit-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
        display: block;
        cursor: pointer; }
      body.home .page .wp-block-column ul:not(.expanded) {
        max-height: 20px;
        -webkit-transition: max-height 0.3s ease-out;
        -o-transition: max-height 0.3s ease-out;
        transition: max-height 0.3s ease-out; }
        body.home .page .wp-block-column ul:not(.expanded):after {
          content: "Show more+"; }
        body.home .page .wp-block-column ul:not(.expanded) li {
          opacity: 0; }
      body.home .page .wp-block-column ul.expanded li {
        opacity: 1; }
      body.home .page .wp-block-column ul.expanded:after {
        color: #AEAEAE;
        padding-top: 6px;
        content: "Show less –"; } }

/*------------------------------------*\
    PRINT
\*------------------------------------*/
@media print {
  @page {
    size: A3; }
  * {
    -webkit-print-color-adjust: exact;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important; }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  /*


  pre,blockquote {
          border:1px solid #999;
          page-break-inside:avoid;
  }
  thead {
          display:table-header-group;
  }
  tr,img {
          page-break-inside:avoid;
  }
  img {
          max-width:100% !important;
  }
  @page {
          margin:0.5cm;
  }
  p,
  h2,
  h3 {
          orphans:3;
          widows:3;
  }
  h2,
  h3 {
          page-break-after:avoid;
  }
  */ }
@media print {
  body {
    font-size: 10pt; }
    body.overflow-hidden {
      overflow-y: auto; }
    body.single-project-popup-visible > .page-wrapper {
      display: none; }
    body.single-project-popup-visible .single-project-popup {
      display: block;
      position: relative;
      height: auto; }
    body p, body div, body .footer__text {
      font-size: 10pt !important; }
      body p blockquote, body p blockquote p, body div blockquote, body div blockquote p, body .footer__text blockquote, body .footer__text blockquote p {
        font-size: 1.3571428571rem !important; }

  body, header, .single-project-popup {
    max-width: 1200px; }

  body.single-project-popup-visible {
    padding-right: 0 !important; }

  .single-project-popup {
    width: 100%; }

  .article-container .article-hero {
    min-height: 700px; } }

/*# sourceMappingURL=styles.css.map */