/********
 *
 *  Functions
 *
 ********/
 .clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
@keyframes spin_reverse {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/********
 *
 *  Settings
 *
 ********/
/********
 *
 *  Import plugins
 *
 ********/
/* normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}
/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}
/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}
/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

 
button,
input,
optgroup,
select,
textarea {
  font-family: 'Raleway', sans-serif;

  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**s
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}
/**
 * Add the correct display in IE.
 */
template {
  display: none;
}
/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}
/********
 *
 *  BASE HTML
 *
 ********/
html {
  font-size: 16px;
  line-height: 1.3333;
  font-weight: 400;
  box-sizing: border-box;
  font-size: 1.11111111vw;
}
@media only screen and (max-width : 960px) {
  html {
    font-size: 2.08333333vw;
  }
}
@media (max-width : 650px) {
  html {
    font-size: 3.125vw;
  }
}
@media (min-width: 1620px) {
  html {
    font-size: 18px;
  }
}
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}


body {
  font-weight: 400;
  font-family: 'Raleway', sans-serif;

  color: #1a1a1a;
  letter-spacing: -0.01em;
  -webkit-font-smoothing: antialiased;
}
html,
body {
  height: 100%;
}
::-moz-selection {
  background: #1a1a1a;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #1a1a1a;
  color: #fff;
  text-shadow: none;
}
ins {
  background: #1a1a1a;
  color: #fff;
  text-decoration: none;
}
mark {
  background: #1a1a1a;
  color: #fff;
  font-style: italic;
  font-weight: bold;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #fff;
  margin: 1em 0;
  padding: 0;
}
dl,
menu,
ol,
ul,
figure {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
  color: #1a1a1a;
  outline: 0;
  transition: all 0.2s ease 0s;
}
a:hover {
  text-decoration: underline;
}
b,
strong {
  font-weight: 700;
}
img {
  max-width: 100%;
  height: auto;
}
button {
  cursor: pointer;
}
button,
input {
  font-family: 'Raleway', sans-serif;
}
@font-face {
  font-family: 'icons';
  src: url('../fonts/iconsb04e.eot?challenge');
  src: url('../fonts/iconsb04e.eot?challenge#iefix') format('embedded-opentype'), url('../fonts/iconsb04e.woff2?challenge') format('woff2'), url('../fonts/iconsb04e.woff?challenge') format('woff'), url('../fonts/iconsb04e.ttf?challenge') format('truetype'), url('../fonts/iconsb04e.svg?challenge#icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: 'icons';
    src: url('../fonts/icons36b0.svg?movenpick1.01#icons') format('svg');
  }
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-challenge:before {
  content: '\e800';
}
/* '' */
.icon-line:before {
  content: '\e801';
}
/* '' */
.icon-loader1:before {
  content: '\e802';
}
/* '' */
.icon-loader2:before {
  content: '\e803';
}
/* '' */
.icon-loader3:before {
  content: '\e804';
}
/* '' */
.icon-quote:before {
  content: '\e805';
}
/* '' */
.icon-contact:before {
  content: '\e806';
}
/* '' */
.icon-location:before {
  content: '\e807';
}
/* '' */
.icon-ok:before {
  content: '\e808';
}
/* '' */
.icon-attach:before {
  content: '\e809';
}
/* '' */
.icon-close:before {
  content: '\e80a';
}
/* '' */
.icon-cancel:before {
  content: '\e80b';
}
/* '' */
.icon-smile:before {
  content: '\e80c';
}
/* '' */
.icon-twitter:before {
  content: '\f099';
}
/* '' */
.icon-facebook:before {
  content: '\f09a';
}
.icon-facebook:before {
  content: '\f09a';
}
.icon-instagram:before {
    content: '\f16d';
    font-family: 'FontAwesome';
}
/* '' */
.icon-linkedin:before {
  content: '\f0e1';
}
/* '' */
.icon-angle-left:before {
  content: '\f104';
}
/* '' */
.icon-angle-right:before {
  content: '\f105';
}
/* '' */
.icon-angle-up:before {
  content: '\f106';
}
/* '' */
.icon-angle-down:before {
  content: '\f107';
}
/* '' */
.icon-dribbble:before {
  content: '\f17d';
}
/* '' */
.icon-behance:before {
  content: '\f1b4';
}
/* '' */
h1,
h2,
h3,
h4 {
  margin: 1em 0 1em;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  line-height: 1.25;
}
h1 {
  font-size: 3.25rem;
  line-height: 1.23076923;
  margin-top: 0;
  letter-spacing: -0.01em;
}
h2 {
  font-size: 1.5rem;
}
h2:first-child {
  margin-top: 0;
}
h3 {
  font-size: 1.5rem;
}
p {
  margin: 1.5em 0;
}
p:first-child {
  margin-top: 0;
}
.btn {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  outline: 0;
  border: 0;
  border-radius: 0;
  padding: 1.5em 2em 1.5em;
  background: #fff;
  line-height: 1;
  color: #1a1a1a;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 0.75rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-align: left;
  text-decoration: none !important;
  white-space: nowrap;
  transition: all 0.2s ease 0s;
}
.btn::after {
  content: "";
  display: inline-block;
  margin-left: 2em;
  width: 3.33333333em;
  height: 2px;
  margin-top: -2px;
  vertical-align: middle;
  background: #1a1a1a;
}
.jobs-container{
  margin: 0px;
  padding: 0px;
  width: 100%;
  color: #fff;
}
.jobs-container ul{
  list-style: none;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.jobs-container ul .inner {
  padding:0 1em;
  overflow: hidden;
  display: none;
  font-size: 18px;
}

.jobs-container ul .inner.show {
  /*display: block;*/
}
.jobs-container ul li {
  margin: 1em;
  padding: 0;
  color: #fff;
  background: #000;
  border-radius: 5px;
}
.jobs-container ul li a{
  color: #fff;
  text-decoration: none;
  padding: 1em;
  border-radius: 5px;
  display: block;
  transition: all 0.3s;
}
.jobs-container ul li a:hover{
  background: #fff;
  color: #000;
}
.cta{
  width: 100%;
  margin: 0px;
  padding: 0px;
  text-align: center;
}
.cta a{
  color: #fff;
  text-decoration: none;
  padding: 1em;
  border-radius: 5px;
  display: inline-block;
  background: #000;
  transition: all 0.3s;
  border: 1px solid #000
}
.cta a:hover{
  background: #fff;
  color: #000;
}
.jobs-container ul li a.toggle {
  width: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.78);
  color: #fefefe;
  padding: 0.75em;
  border-radius: 0.15em;
  transition: background 0.3s ease;
  font-size: 24px;
}
.jobs-container ul li a.toggle:hover {
  background: rgba(0, 0, 0, 0.9);
}
ul .inner a{
  display: inline-block;
  color: #fff;
}
.btn-s {
  color: #fff;
  text-decoration: none;
  padding: 0.5em 2em;
  border-radius: 5px;
  display: inline-block;
  transition: all 0.3s;
  background: #000;
  text-decoration: none;
}
.btn-s:hover{
  color: #000;
  background: #dadada;
  text-decoration: none;
} 
@media (min-width: 1440px) {
  .btn {
    font-size: 12px;
  }
}
@media (max-width : 650px) {
  .btn {
    font-size: 1rem;
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
  .btn::after {
    margin-left: 1em;
    width: 3em;
  }
}
.btn:hover {
  color: #1a1a1a;
  background: #eeeada;
}
.btn--link {
  padding: 1.33333333em 0;
  color: #1a1a1a;
  background: transparent;
  white-space: normal;
}
.btn--link::after {
  background: #1a1a1a;
  transition: all 0.2s ease 0s;
}
.btn--link:hover {
  color: #c2b273;
  background: transparent;
}
.btn--link:hover::after {
  background: #c2b273;
}
.btn--dark {
  color: #fff;
  background: #1a1a1a;
}
.btn--dark::after {
  background: #fff;
}
.btn--dark:hover {
  color: #1a1a1a;
  background: #eeeada;
}
.btn--dark:hover::after {
  background: #1a1a1a;
}
.btn--loading {
  background: rgba(255, 255, 255, 0.4);
  pointer-events: none;
}
.btn--loading::after {
  opacity: 0;
}
.btn--loading::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 2.4em;
  font-size: 1.2em;
  margin-top: -0.5em;
  margin-left: -0.5em;
  width: 1em;
  height: 1em;
  border: 2px solid #000;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: block;
  animation: spin 0.4s infinite linear;
  z-index: 2;
}
.category-select {
  position: relative;
  font-size: 1.33333333em;
  color: #1a1a1a;
  font-family: 'Raleway', sans-serif;
}
.category-select::before {
  content: attr(data-title);
  position: absolute;
  left: 2.5em;
  top: 0.3em;
  pointer-events: none;
}
.category-select::after {
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f107';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 1.875em;
  font-size: 2em;
  pointer-events: none;
  text-align: center;
}
.category-select select {
  width: 100%;
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 1.4em 3.75em 0.3em 2.5em;
  line-height: 1.53333333;
  font-family: 'Raleway', sans-serif;
  -webkit-appearance: none;
  outline: 0;
  transition: all 0.2s ease 0s;
  cursor: pointer;
  font-weight: 400;
  display: block;
  color: #1a1a1a;
}
.category-select select:invalid {
  color: #4c4c4c;
}
@media (max-width: 1000px) {
  .category-select select {
    padding-left: 1em;
    padding-right: 2.5em;
  }
  .category-select::after {
    width: 1.25em;
  }
  .category-select::before {
    left: 1em;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-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;
}
.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);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.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;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.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;
}
/* Slider */
.slick-loading .slick-list {
  background: #fff url('../img/ajax-loader.gif') center center no-repeat;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Icons */
}
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url('../fonts/slick.html');
  src: url('../fonts/slickd41d.html?#iefix') format('embedded-opentype'), url('../fonts/slick-2.html') format('woff'), url('../fonts/slick-3.html') format('truetype'), url('../fonts/slick-4.html#slick') format('svg');
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}
/* Dots */
.hamburger {
  padding: 0.625rem 0.3125rem 0.3125rem;
  display: inline-block;
  cursor: pointer;
  position: relative;
  outline: 0;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: -20px 0 0;
  overflow: visible;
  z-index: 2;
}
@media only screen and (max-width : 960px) {
  .hamburger {
    margin-top: 0;
  }
}
.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px;
}
.hamburger-inner,
.hamburger-inner:before,
.hamburger-inner:after {
  width: 2.5rem;
  height: 2px;
  background-color: #fff;
  border-radius: 0px;
  position: absolute;
  transition-property: transform, color;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
@media (max-width : 650px) {
  .hamburger-inner,
  .hamburger-inner:before,
  .hamburger-inner:after {
    width: 4rem;
  }
}
.hamburger-inner:before,
.hamburger-inner:after {
  content: "";
  display: block;
}
.hamburger-inner:before {
  top: -11px;
}
.hamburger-inner:after {
  bottom: -11px;
}
.hamburger-inner {
  top: 1px;
  transition-duration: 0.4s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger-inner:before {
  top: 11px;
  transition: all 0.15s 0.2s ease;
}
.hamburger-inner:after {
  top: 22px;
  transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.is-menu .hamburger .hamburger-inner {
  transform: translate3d(0, 11px, 0) rotate(135deg);
  transition-delay: 0.1s;
}
.is-menu .hamburger .hamburger-inner::before {
  width: 0;
  transition-delay: 0.15s;
}
.is-menu .hamburger .hamburger-inner::after {
  transform: translate3d(0, -22px, 0) rotate(-270deg);
  transition-delay: 0.1s;
}
.hamburger-box {
  width: 2.5rem;
  height: 24px;
  display: inline-block;
  position: relative;
}
@media (max-width : 650px) {
  .hamburger-box {
    width: 4rem;
  }
}
/*----------------------------------------------------------------------------------------------------
General styling
----------------------------------------------------------------------------------------------------*/
@keyframes fstAnimationEnter {
  from {
    opacity: 0;
    transform: translate3d(0, -1em, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fstElement {
  display: block;
  position: relative;
  border: 0;
  border-bottom: 2px solid #fff;
  color: #232323;
  font-size: 1em;
  background-color: transparent;
}
.is-error .fstElement {
  border-bottom-color: #ff6633;
}
.fstElement > select,
.fstElement > input {
  position: absolute;
  left: -999em;
}
.fstToggleBtn {
  font-size: 1.4em;
  display: block;
  position: relative;
  box-sizing: border-box;
  padding: 0.71429em 1.42857em 0.71429em 0.71429em;
  min-width: 14.28571em;
  cursor: pointer;
}
.fstToggleBtn:after {
  position: absolute;
  content: "";
  right: 0.71429em;
  top: 50%;
  margin-top: -0.17857em;
  border: 0.35714em solid transparent;
  border-top-color: #cacaca;
}
.fstQueryInput {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  outline: none;
  box-sizing: border-box;
  background: transparent;
  border: 0;
}
.fstResults {
  position: absolute;
  left: -1px;
  top: 100%;
  right: -1px;
  max-height: 9.75em;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 0.75em 1.25em;
  border: 0;
  border-top: 0;
  background-color: #FFF;
  display: none;
}
.fstResultItem {
  font-size: 1em;
  display: block;
  padding: 0.5em 0em;
  margin: 0;
  color: #1a1a1a;
  cursor: pointer;
  border-bottom: 1px solid #e8e8e8;
}
.fstResultItem:last-child {
  border: 0;
}
.fstResultItem.fstUserOption {
  color: #707070;
}
.fstResultItem.fstFocused {
  color: #c2b273;
}
.fstResultItem.fstSelected {
  color: #808080;
}
.fstGroupTitle {
  font-size: 1em;
  display: block;
  padding: 0.5em 0.71429em;
  margin: 0;
  font-weight: bold;
}
.fstGroup {
  padding-top: 1em;
}
.fstGroup:first-child {
  padding-top: 0;
}
.fstNoResults {
  font-size: 1.4em;
  display: block;
  padding: 0.71429em 0.71429em;
  margin: 0;
  color: #999;
}
/*----------------------------------------------------------------------------------------------------
Single Mode
----------------------------------------------------------------------------------------------------*/
.fstSingleMode .fstControls {
  position: absolute;
  left: -1px;
  right: -1px;
  top: 100%;
  padding: 0.5em;
  border: 1px solid #D7D7D7;
  background-color: #fff;
  display: none;
}
.fstSingleMode .fstQueryInput {
  font-size: 1.4em;
  display: block;
  width: 100%;
  padding: 0.5em 0.35714em;
  color: #999;
  border: 1px solid #D7D7D7;
}
.fstSingleMode.fstActive {
  z-index: 100;
}
.fstSingleMode.fstActive.fstElement,
.fstSingleMode.fstActive .fstControls,
.fstSingleMode.fstActive .fstResults {
  box-shadow: 0 0.2em 0.2em rgba(0, 0, 0, 0.1);
}
.fstSingleMode.fstActive .fstControls {
  display: block;
}
.fstSingleMode.fstActive .fstResults {
  display: block;
  z-index: 10;
  margin-top: -1px;
}
/*----------------------------------------------------------------------------------------------------
Multiple mode
----------------------------------------------------------------------------------------------------*/
.fstChoiceItem {
  display: inline-block;
  font-size: 1em;
  position: relative;
  margin: 0 0.5em 0.5em 0;
  padding: 0.3125em 1.25em 0.3125em 2.25em;
  float: left;
  border-radius: 0;
  border: 2px solid #808080;
  cursor: auto;
  color: #fff;
  background-color: transparent;
  animation: fstAnimationEnter 0.2s;
}
.fstChoiceItem.mod1 {
  background-color: #F9F9F9;
  border: 1px solid #D7D7D7;
  color: #232323;
}
.fstChoiceItem.mod1 > .fstChoiceRemove {
  color: #a4a4a4;
}
.fstChoiceRemove {
  margin: 0;
  padding: 0;
  border: 0;
  cursor: pointer;
  background: none;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2.1875rem;
  text-align: center;
  color: #fff;
  font-size: 0;
  outline: 0;
}
.fstChoiceRemove::before {
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e80b';
  font-size: 0.9rem;
  line-height: 1;
  display: block;
}
.fstChoiceRemove::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.fstMultipleMode .fstControls {
  box-sizing: border-box;
  padding: 0.5em 0 0em 0;
  overflow: hidden;
  width: 100%;
  cursor: text;
}
.fstMultipleMode .fstQueryInput {
  font-size: 1em;
  float: left;
  line-height: 1.3333;
  padding: 0.3125em 0;
  margin: 0 0 0.5em 0;
  width: 2em;
  border: 2px solid transparent;
  color: #999;
}
.fstMultipleMode .fstQueryInputExpanded {
  float: none;
  width: 100%;
}
.fstMultipleMode .fstFakeInput {
  font-size: 1em;
}
.fstMultipleMode.fstActive,
.fstMultipleMode.fstActive .fstResults {
  box-shadow: 0 0.2em 0.2em rgba(0, 0, 0, 0.1);
}
.fstMultipleMode.fstActive .fstResults {
  display: block;
  z-index: 10;
  border-top: 1px solid #D7D7D7;
}
@media (max-width : 840px) {
  body.is-menu {
    overflow: hidden;
  }
}
body {
  padding-left: 8.33333333vw;
}
@media only screen and (max-width : 960px) {
  body {
    padding-left: 0;
    padding-top: 5rem;
  }
}
.wrapper {
  min-height: 100%;
}
.ios-device * {
  background-attachment: scroll;
}
body.is-menu {
  overflow: hidden;
}
.main-header {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  background: #000;
  width: 8.3333333333vw;
  z-index: 12;
  border-right: 1px solid #e9e9e9;
}
@media only screen and (max-width : 960px) {
  .main-header {
    height: 5rem;
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid #e9e9e9;
  }
}
.main-header::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0);
  transition: background-color 200ms ease;
}
.is-menu .main-header::before {
  right: 0;
  background-color: rgba(0, 0, 0, 0.6);
}
.main-header__tools {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 8.3333333333vw;
  height: 100%;
  background: #000;
  border-right: 1px solid #e9e9e9;
  padding: 6.36363636vh 0 0;
  text-align: center;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width : 960px) {
  .main-header__tools {
    flex-direction: row;
    padding: 0;
    border-right: 0;
    width: 100%;
    justify-content: flex-end;
    align-items: center;
  }
}
.main-header__logo {
  margin-bottom: auto;
  padding-top: 4vh;
}
@media only screen and (max-width : 960px) {
  .main-header__logo {
    order: 1;
    margin-bottom: 0;
    margin-right: auto;
    padding-left: 1.875rem;
  }
  .main-header__logo .challenge-logo {
    opacity: 1;
  }
  .intro__text h1 span {
    width: 85vw;
    display: block;
}
}
@media only screen and (min-width: 961px) {
  .main-header__logo.show-logo .challenge-logo {
    opacity: 1;
  }
  .main-header__logo.show-logo .challenge-logo .icon-loader1 {
    animation: spin_reverse 530ms 30ms ease 1;
  }
  .main-header__logo.show-logo .challenge-logo .icon-loader2 {
    animation: spin_reverse 620ms 100ms ease 1;
  }
  .main-header__logo.show-logo .challenge-logo .icon-loader3 {
    animation: spin_reverse 520ms ease 1;
  }
  .main-header__logo .challenge-logo {
    opacity: 0;
    transition: opacity 200ms ease;
  }
}
.main-header__logo .challenge-logo {
  font-size: 4em;
  display: block;
  width: 1em;
  height: 1em;
  line-height: 1;
  margin: 0 auto;
  position: relative;
}
.main-header__logo .challenge-logo span {
  position: absolute;
  display: block;
  height: 1em;
  width: 1em;
  top: 0;
  left: 0;
}
.main-header__logo .challenge-logo span::before {
  margin: 0;
}
.is-menu .main-header__logo .challenge-logo {
  opacity: 1;
}
.is-menu .main-header__logo .challenge-logo .icon-loader1 {
  animation: spin 530ms 70ms ease 1;
}
.is-menu .main-header__logo .challenge-logo .icon-loader2 {
  animation: spin 600ms ease 1;
}
.is-menu .main-header__logo .challenge-logo .icon-loader3 {
  animation: spin 450ms 150ms ease 1;
}
.main-header__contact {
  margin-top: auto;
}
.main-header__contact a {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.2em;
  font-size: 0.75em;
  line-height: 1.33333333;
  padding: 2.66666667em 1em 2.25em;
  display: block;
  color: #808080;
}
.main-header__contact a::before {
  font-size: 2.5em;
  display: block;
  margin: 0 auto 0.2em;
  color: #808080;
  transition: all 0.2s ease 0s;
}
@media (min-width: 1440px) {
  .main-header__contact a {
    font-size: 12px;
  }
}
.main-header__contact a:hover {
  background: #eeeada;
  text-decoration: none;
}
@media only screen and (max-width : 960px) {
  .main-header__contact {
    margin-top: 0;
    order: 2;
    height: 100%;
  }
  .main-header__contact a {
    padding: 0 1.66666667em;
    display: flex;
    text-align: left;
    height: 100%;
    align-items: center;
  }
  .main-header__contact a::before {
    margin: 0 0.2em 0 0;
  }
}
@media only screen and (max-width : 960px) {
  .main-header__hamburger {
    height: 100%;
    display: flex;
    align-items: center;
    order: 3;
    border-left: 1px solid #e9e9e9;
  }
  .main-header__hamburger .hamburger {
    height: 100%;
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }
}
.main-header__nav {
  width: 25vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 8.3333333333vw;
  background: #fff;
  color: #1a1a1a;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transform: translate3d(-100%, 0, 0);
  transition: transform 200ms cubic-bezier(0.52, 0, 0.61, 1);
}
.is-menu .main-header__nav {
  transform: translate3d(0, 0, 0);
  transition-timing-function: cubic-bezier(0.16, 0.7, 0.62, 0.92);
}
@media only screen and (max-width : 960px) {
  .main-header__nav {
    border-top: 1px solid #e9e9e9;
    width: 100%;
    height: auto;
    top: 100%;
    left: 0;
    padding-top: 2em;
    padding-bottom: 2em;
    overflow: auto;
  }
}
.main-menu {
  list-style: none;
}
.main-menu li {
  text-align: center;
  padding: 0.5rem;
  opacity: 0;
  transform: translate3d(-10%, 0, 0);
  transition: transform 120ms ease,
                    opacity 120ms ease;
}
.main-menu li.hidden {
  display: none;
}
.is-menu .main-menu li:not(.hidden) {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.is-menu .main-menu li:not(.hidden):nth-of-type(1) {
  transition-delay: 250ms;
}
.is-menu .main-menu li:not(.hidden):nth-of-type(2) {
  transition-delay: 290ms;
}
.is-menu .main-menu li:not(.hidden):nth-of-type(3) {
  transition-delay: 330ms;
}
.is-menu .main-menu li:not(.hidden):nth-of-type(4) {
  transition-delay: 370ms;
}
.is-menu .main-menu li:not(.hidden):nth-of-type(5) {
  transition-delay: 410ms;
}
.is-menu .main-menu li:not(.hidden):nth-of-type(6) {
  transition-delay: 450ms;
}
.is-menu .main-menu li:not(.hidden):nth-of-type(7) {
  transition-delay: 490ms;
}
.is-menu .main-menu li:not(.hidden):nth-of-type(8) {
  transition-delay: 530ms;
}
.is-menu .main-menu li:not(.hidden):nth-of-type(9) {
  transition-delay: 570ms;
}
.main-menu a {
  display: block;
  padding: 0.5rem 0;
  font-size: 1.5rem;
  line-height: 1.33333333;
  text-transform: uppercase;
  font-weight: 900;
}
.main-menu a.is-active {
  color: #ccc;
}
.main-menu a:hover {
  color: #c2b273;
  text-decoration: none;
}
.main-wrapper {
  height: 100vh;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}
.sections-wrapper {
  white-space: nowrap;
  display: flex;
  flex-wrap: nowrap;
}
@media only screen and (max-width : 960px) {
  .main-wrapper {
    height: auto;
    position: relative;
    overflow: auto;
    top: auto;
    left: auto;
    padding-left: 0;
    -webkit-overflow-scrolling: initial;
  }
  .sections-wrapper {
    white-space: normal;
    display: block;
  }
}
.sections {
  min-width: 100vw;
  height: 100vh;
}
.section {
  position: relative;
  height: 100vh;
  white-space: normal;
}
@media only screen and (max-width : 960px) {
  .section {
    height: auto;
  }
}
.main-wrapper.scrollContent {
  cursor: default !important;
}
.section-projects .section-header {
  pointer-events: none;
}
.our-clients,
.awards {
  display: flex;
}
@media only screen and (max-width : 960px) {
  .our-clients,
  .awards {
    display: block;
  }
}
@media only screen and (max-width : 960px) {
  .our-clients {
    border-top: 1px solid #e9e9e9;
  }
  .our-clients .section-header {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    max-width: none;
    padding: 5.375rem 8.3333333333vw 0;
  }
  .our-clients .section-header h1 {
    margin-bottom: 4.02777778vw;
  }
}
@media (max-width : 650px) {
  .our-clients .section-header {
    padding-top: 4rem;
  }
}
.section-intro--video {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 1100px) {
  .section-intro--video video {
    display: block;
    position: absolute;
  }
  html.blend .section-intro--video {
    display: block;
  }
}
@media only screen and (min-width: 961px) {
  .section-intro {
    min-width: 91.6666666667vw;
    background: no-repeat 50% 50% / cover;
    position: relative;
  }
  html.blend .section-intro .intro {
    mix-blend-mode: screen;
    color: #000;
    position: relative;
  }
  html.no-blend .section-intro {
    background-attachment: fixed;
  }
  html.no-blend .section-intro .intro__logo::before,
  html.no-blend .section-intro .intro__text h1,
  html.no-blend .section-intro .intro__text h2,
  html.no-blend .section-intro .intro__text .intro__scroll,
  html.no-blend .section-intro .intro__text .intro__scroll::after {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}
.intro {
  width: 58.3333333333vw;
  height: 100%;
  padding: 10vh 8.3333333333vw;
  background:#fff;
  display: flex;
  flex-direction: column;
}
.intro__logo {
  font-size: 6.11111111vw;
  line-height: 1;
  width: 5vw;
}
.intro__logo::before {
  margin: 0;
}
.intro__text {
  margin-top: auto;
}
.intro__text h1 {
  margin: 0;
  font-size: 4vw;
  line-height: 1.5;
  color: inherit;
  font-weight: 700;
  letter-spacing: -0.01em;
  text-transform: uppercase;
}
.intro__text h1 span {
  width: 23vw;
  display: block;
}
.intro__text h2 {
  color: inherit;
  margin-top: 0.9375em;
  font-size: 2.22222222vw;
  margin-bottom: 1.78125em;
}
.main-header__logo .challenge-logo svg{
  fill: #fff;
}
@media only screen and (max-width : 960px) {
  .intro__text h1 {
    font-size: 5rem;
  }
  .intro__text h2 {
    font-size: 2rem;
  }
}
@media (max-width : 650px) {
  .intro__text h1 {
    font-size: 4rem;
  }
  .intro__text h2 {
    font-size: 1.7rem;
  }
}
.intro__scroll {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.2em;
  font-weight: 700;
}
html.blend .intro__scroll::after {
  content: "";
  margin-left: 0.75em;
  width: 3.33333333em;
  height: 2px;
  display: inline-block;
  background: #000;
  vertical-align: middle;
}
html.no-blend .intro__scroll::after {
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e801";
  width: 3.33333333em;
  text-align: center;
  display: inline-block;
  margin-left: 0.75em;
  vertical-align: middle;
}
@media only screen and (max-width : 960px) {
  .intro {
    width: 100%;
    height: auto;
    padding-top: 8.75em;
    padding-bottom: 5.375em;
  }
  .intro__logo {
    display: none;
  }
  .intro__text h2 {
    color: #595959;
    margin-bottom: 0;
  }
  .intro__scroll {
    display: none;
  }
}
@media (max-width : 650px) {
  .intro {
    padding-bottom: 4em;
  }
}
.section-header {
  position: absolute;
  left: 8.3333333333vw;
  width: 72%;
  max-width: 83.33333333%;
  top: 10vh;
  z-index: 3;
  color: #fff;
}
.contact-form .section-header{
  width: 100%;
}
.section-header u {
  text-decoration: none;
  background-repeat: no-repeat;
  background-size: 100% 0.05em;
  background-position: 0 95%;
  background-image: linear-gradient(to bottom, #ffffff 0%, #ffffff 100%);
}
@media only screen and (max-width : 960px) {
  .section-header {
    width: 100%;
    top: 5.375em;
    left: 0;
    padding-left: 8.3333333333vw;
    padding-right: 8.3333333333vw;
    max-width: none;
  }
}
.section-header--relative {
  top: auto;
  left: auto;
  position: relative;
  margin-bottom: auto;
}
.section-header h2 {
  line-height: 0.9;
  margin-bottom: 2rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 2.5rem;
}
.section-header h1 {
  font-size: 1.2rem;
  line-height: 2;
  font-weight: 400;
}
.section-header h1 a{
  color: #fff;
}
.play-icon-video svg#play {
  width:100%;
 margin: 120px auto;
 display:block;
  cursor: pointer;
  transform-origin: 50% 50%;
  fill: #dd9210;
}
#teamA .team__item h1{
  font-size: 0.7em;
}
#teamA .team__item h2{
  font-size: 0.6em;
}
#teamA .team {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#teamA .team__item {
  width: 18%;
  margin-right: 0;
}
.play-icon-video svg#play #triangle {
  fill:rgba(22,22,22,0);
  transition:500ms;
  transform-origin: 50% 50%;
}
.play-icon-video svg#play:hover #triangle {
  fill:#dd9210;
  transform-origin: 50% 50%;
}

.play-icon-video svg #lineOne, svg #lineTwo {
  transform-origin: 50% 50%;
  transition: 1s;
} 

.play-icon-video svg:hover #lineOne {
  transform: rotate(260deg);
   -webkit-transform: rotate(260deg);
-moz-transform: rotate(260deg);
-o-transform: rotate(260deg);
   transform-origin: 50% 50%;
} 

.play-icon-video svg:hover #lineTwo {
  transform: rotate(-450deg);
   transform-origin: 50% 50%;
} 

.play-icon-video {
  width: 100%;
  margin: 0px;
  position: absolute;
  width: 10%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.main{
  transform: scale(0.8);
}
@media (max-width : 650px) {
  .section-header {
    top: 4em;
  }
  .section-header h2 {
    font-size: 1.6rem;
  }
  .section-header h1 {
    font-size: 1rem;
    line-height: 1.6;
}
}
.section-header--dark {
  color: #1a1a1a;
}
.section-header--gray {
  color: #808080;
}
.projects-grid {
  display: flex;
}
.projects-grid .more-projects {
  display: block;
}
.projects-grid .less-projects {
  display: none;
}
.projects-grid.show-more-projects .less-projects {
  display: block;
}
.projects-grid.show-more-projects .more-projects {
  display: none;
}
@media only screen and (max-width : 960px) {
  .projects-grid {
    flex-direction: column;
  }
}
.projects-grid__main-item {
  width: 100vw;
  padding: 10vh 8.3333333333vw;
  height: 100vh;
  display: flex;
  align-items: flex-end;
  background: #000;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width : 960px) {
  .projects-grid__main-item {
    width: 100vw;
    height: 122.39583333vw;
    padding: 8.3333333333vw;
  }
}
@media (max-width : 650px) {
  .projects-grid__main-item {
    height: 170vw;
  }
}
.projects-grid__item-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: no-repeat 50% 50% / cover;
  opacity: 0.6;
}
.projects-grid__item-bg--video {
  overflow: hidden;
  background: none;
}
@media only screen and (max-width : 960px) {
  .projects-grid__item-bg--video {
    background: no-repeat 50% 50% / cover;
  }
  .projects-grid__item-bg--video video {
    display: none;
  }
}
.projects-grid__item-bg video {
  position: absolute;
}
.projects-grid__image,
.projects-grid__slider,
.projects-grid__slider-mobile {
  position: absolute;
}
.projects-grid__image img,
.projects-grid__slider img,
.projects-grid__slider-mobile img {
  width: 100%;
  max-width: none;
  height: auto;
}
.projects-grid__slider {
  display: none;
}
@media only screen and (min-width: 961px) {
  .projects-grid__slider {
    display: block;
  }
}
@media only screen and (min-width: 961px) {
  .projects-grid__slider-mobile {
    display: none;
  }
}
.projects-grid__item-info {
  width: 100%;
  max-width: 50vw;
  color: #fff;
  position: relative;
}
@media only screen and (max-width : 960px) {
  .projects-grid__item-info {
    max-width: none;
  }
}
.projects-grid__item-info h3 {
  font-size: 0.875em;
  font-weight: 900;
  letter-spacing: 0.05em;
  margin: 0;
  color: inherit;
  text-transform: uppercase;
  display: inline-block;
}
.projects-grid__item-info .wip {
  font-size: 0.625em;
  letter-spacing: 0.2em;
  color: rgba(255, 255, 255, 0.6);
  margin-left: 2em;
  text-transform: uppercase;
  font-weight: 700;
}
.projects-grid__item-info p {
  font-size: 2em;
  line-height: 1.25;
  margin: 0.375em 0 0.75em;
}
.projects-grid__item-info p:last-child {
  margin-bottom: 0;
}
.projects-grid .animate .projects-grid__item-info .title,
.projects-grid .animate .projects-grid__item-info p,
.projects-grid .animate .projects-grid__item-info .btn-wrapper {
  transition: opacity 200ms ease, transform 200ms ease;
  transform: translate3d(3vw, 0, 0);
  opacity: 0;
}
.projects-grid .animate .projects-grid__item-info .title {
  transition-delay: 250ms;
}
.projects-grid .animate .projects-grid__item-info p {
  transition-delay: 300ms;
}
.projects-grid .animate .projects-grid__item-info .btn-wrapper {
  transition-delay: 350ms;
}
.projects-grid .animate:nth-of-type(2n) .projects-grid__item-info .title {
  transition-delay: 450ms;
}
.projects-grid .animate:nth-of-type(2n) .projects-grid__item-info p {
  transition-delay: 500ms;
}
.projects-grid .animate:nth-of-type(2n) .projects-grid__item-info .btn-wrapper {
  transition-delay: 550ms;
}
.projects-grid .animate.animated .projects-grid__item-info .title,
.projects-grid .animate.animated .projects-grid__item-info p,
.projects-grid .animate.animated .projects-grid__item-info .btn-wrapper {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.projects-grid__item {
  width: 50vw;
  padding: 10vh 3.125vw;
  display: flex;
  align-items: flex-end;
  height: 50vh;
  background: #000;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width : 960px) {
  .projects-grid__item {
    width: 50%;
    height: 54.16666667vw;
    padding: 4.6875vw;
  }
}
@media (max-width : 650px) {
  .projects-grid__item {
    width: 100%;
    height: 87.5vw;
    padding: 8.3333333333vw;
  }
}
@media only screen and (min-width: 961px) {
  .projects-grid__item.animate {
    transform: translate3d(33.33%, 0, 0);
    will-change: transform;
  }
  .projects-grid__item.animate.animated {
    transform: translate3d(0, 0, 0);
    transition: transform 400ms cubic-bezier(0.27, 0.32, 0.69, 0.8) 0s;
  }
}
.projects-grid__col--more .projects-grid__item {
  display: none;
  opacity: 0;
  transform: translate3d(15%, 0, 0);
  transition: all 0.2s cubic-bezier(0.27, 0.32, 0.69, 0.8) 0s;
}
.more-projects .projects-grid__col--more .projects-grid__item {
  display: flex;
}
.show-more-projects .projects-grid__col--more .projects-grid__item {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.projects-grid__col--more:nth-of-type(2) .projects-grid__item:nth-of-type(2) {
  transition-delay: 200ms;
}
.projects-grid__col--more:nth-of-type(3) .projects-grid__item:nth-of-type(1) {
  transition-delay: 400ms;
}
.projects-grid__col--more:nth-of-type(3) .projects-grid__item:nth-of-type(2) {
  transition-delay: 600ms;
}
.projects-grid__col--more:nth-of-type(4) .projects-grid__item:nth-of-type(1) {
  transition-delay: 800ms;
}
.projects-grid__col--more:nth-of-type(4) .projects-grid__item:nth-of-type(2) {
  transition-delay: 1s;
}
.projects-grid__col--more:nth-of-type(5) .projects-grid__item:nth-of-type(1) {
  transition-delay: 1.2s;
}
.projects-grid__col--more:nth-of-type(5) .projects-grid__item:nth-of-type(2) {
  transition-delay: 1.4s;
}
.projects-grid__col--more:nth-of-type(6) .projects-grid__item:nth-of-type(1) {
  transition-delay: 1.6s;
}
.projects-grid__col--more:nth-of-type(6) .projects-grid__item:nth-of-type(2) {
  transition-delay: 1.8s;
}
.projects-grid__col--more:nth-of-type(7) .projects-grid__item:nth-of-type(1) {
  transition-delay: 2s;
}
.projects-grid__col--more:nth-of-type(7) .projects-grid__item:nth-of-type(2) {
  transition-delay: 2.2s;
}
@media only screen and (min-width: 961px) {
  .projects-grid__col {
    margin-left: -16.66666667vw;
  }
  .projects-grid__col--more {
    margin-left: 0;
  }
  .projects-grid__col .projects-grid__item:nth-of-type(even) {
    margin-left: -25vw;
  }
}
@media only screen and (max-width : 960px) {
  .projects-grid__col {
    display: flex;
    flex-wrap: wrap;
  }
}
.projects-grid__btn-tile {
  background: #fff;
  width: 25vw;
  height: 50vh;
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  padding: 9.09090909vh 3.125vw;
  font-size: 2em;
  line-height: 1.25;
  color: #1a1a1a;
}
.projects-grid__btn-tile strong {
  font-weight: 400;
  text-decoration: none;
  background-repeat: no-repeat;
  background-size: 100% 0.05em;
  background-position: 0 95%;
  background-image: linear-gradient(to bottom, #000 0%, #000 100%);
}
.projects-grid__btn-tile:hover {
  background: #eeeada;
  text-decoration: none;
}
.projects-grid__btn-tile.is-loading::after {
  content: "";
  position: absolute;
  bottom: 3.125vw;
  right: 3.125vw;
  font-size: 0.5em;
  width: 1em;
  height: 1em;
  border: 3px solid #000;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: block;
  animation: spin 0.4s infinite linear;
  z-index: 2;
}
@media only screen and (max-width : 960px) {
  .projects-grid__btn-tile.is-loading::after {
    border-width: 2px;
  }
}
@media (max-width : 650px) {
  .projects-grid__btn-tile.is-loading::after {
    border-width: 1px;
  }
}
@media only screen and (max-width : 960px) {
  .projects-grid__btn-tile {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    height: auto;
    padding: 4.5rem 8.3333333333vw;
  }
  .projects-grid__btn-tile br {
    display: none;
  }
}
@media (max-width : 650px) {
  .projects-grid__btn-tile {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
}
.about {
  background: #1a1a1a;
  padding-right: 33.3333333333vw;
  position: relative;
  display: flex;
  align-items: flex-end;
}
.about__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: no-repeat 50% 50% / cover;
}
.about__content {
  background: #fff;
  min-height: 50vh;
  display: flex;
  flex-direction: column;
  padding: 9.09090909vh 0 8.18181818vh 8.3333333333vw;
  border-left: 1px solid #e9e9e9;
  position: relative;
}
@media only screen and (max-width : 960px) {
  .about {
    display: block;
    border: 0;
    padding-right: 0;
  }
  .about__bg {
    height: 90vw;
    bottom: auto;
    top: auto;
    right: auto;
    left: auto;
    position: relative;
  }
  .about__content {
    border: 0;
    width: 100%;
    padding-top: 1em;
    padding-left: 8.3333333333vw;
    padding-right: 8.3333333333vw;
    min-height: 0;
  }
}
@media (max-width : 650px) {
  .about__content {
    padding-bottom: 3em;
  }
}
.about__statistics {
  list-style: none;
  display: flex;
  flex-grow: 1;
}
.about__statistics li {
  width: 16.6666666667vw;
  margin-right: 8.3333333333vw;
  font-size: 2em;
  color: #595959;
  line-height: 1.25;
}
@media (min-width: 1620px) {
  .about__statistics li {
    font-size: 1.97530864vw;
  }
}
.about__statistics li strong {
  display: block;
  font-size: 2.75em;
  line-height: 1;
  font-weight: 300;
  color: #1a1a1a;
}
.about__statistics li.animate {
  opacity: 0;
  transition: opacity 200ms ease;
}
.about__statistics li.animate.animated {
  opacity: 1;
}
.about__statistics li:last-child {
  margin-right: 0;
}
@media only screen and (max-width : 960px) {
  .about__statistics {
    flex-direction: column;
    margin-bottom: 1em;
  }
  .about__statistics li {
    width: 100%;
    display: flex;
    margin: 0;
    border-bottom: 1px solid #e9e9e9;
    padding: 0.8em 0;
  }
  .about__statistics li strong {
    min-width: 17vw;
  }
}
@media (max-width : 650px) {
  .about__statistics li strong {
    min-width: 24vw;
  }
}
.testimonials {
  width: 60em;
  display: flex;
  align-items: flex-end;
  height: 100vh;
  padding-bottom: 9.09090909vh;
}
@media only screen and (max-width : 960px) {
  .testimonials {
    width: 100%;
    height: auto;
    padding-bottom: 5em;
  }
}
@media (max-width : 650px) {
  .testimonials {
    padding-bottom: 4em;
  }
}
.testimonials-slider {
  position: relative;
  max-width: 60em;
}
.testimonials-slider__wrapper {
  width: 100vw;
}
@media only screen and (max-width : 960px) {
  .testimonials-slider__wrapper {
    width: 100%;
  }
}
.testimonials-slider:not(.slick-slider) .testimonial + .testimonial {
  display: none;
}
.testimonials-slider.is-animate .slick-dots li.slick-active button::after {
  transform: translate3d(0%, 0, 0);
  transition-duration: 10s;
}
.testimonials-slider .slick-track {
  display: flex;
}
.testimonials-slider .slick-track .slick-slide {
  display: flex;
  height: auto;
  align-items: flex-end;
}
.testimonials-slider .slick-slide {
  outline: 0;
}
.testimonials-slider .slick-dots {
  bottom: 0;
  padding: 0 8.3333333333vw;
  list-style: none;
  display: flex;
}
.testimonials-slider .slick-dots li {
  padding-right: 0.5rem;
}
.testimonials-slider .slick-dots li:last-child {
  padding-right: 0;
}
.testimonials-slider .slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 0.5rem 0;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.testimonials-slider .slick-dots li button::before {
  content: "";
  display: inline-block;
  width: 7rem;
  height: 2px;
  background: #c7c7c7;
}
.testimonials-slider .slick-dots li button::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5rem;
  height: 2px;
  background: #1a1a1a;
  width: 100%;
  transform: translate3d(-105%, 0, 0);
  transition: transform 0.2s ease-out 0s;
}
.testimonial {
  margin: 0;
  padding: 4.54545455vh 8.3333333333vw;
  position: relative;
  font-size: 1.5rem;
    line-height: 2;
    font-weight: 400;
}
@media only screen and (max-width : 960px) {
  .testimonial {
    padding-top: 4.86111111vw;
  }
}

.slick-slide .testimonial p {
  transform: translate3d(5%, 0, 0);
  transition: all 0.2s ease 0s;
}
.slick-slide .testimonial__author {
  transform: translate3d(5%, 0, 0);
  transition: all 0.2s ease 0s;
}
.slick-slide.slick-current .testimonial p {
  transition-delay: 50ms;
  transform: translate3d(0, 0, 0);
}
.slick-slide.slick-current .testimonial__author {
  transition-delay: 120ms;
  transform: translate3d(0, 0, 0);
}
.testimonial blockquote {
  margin: 0;
  font-size: 0.7em;
  line-height: 1.66666667em;
  color: #595959;
  font-style: italic;
}
.testimonial blockquote p {
  margin: 1em 0;
}
.testimonial blockquote p:first-child {
  margin-top: 0;
}
.testimonial__author {
  font-style: normal;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #595959;
  letter-spacing: 0.2em;
  line-height: 1.33333333;
}
.testimonial__author strong {
  font-size: 1.16666667em;
  font-weight: 900;
  color: #1a1a1a;
  margin-bottom: 0.5em;
  letter-spacing: 0.05em;
  display: block;
}
.clients {
  padding: 5vh 8.3333333333vw;
  width: 100vw;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media only screen and (max-width : 960px) {
  .clients {
    padding: 3.75rem 3vw 4.75rem;
  }
}
@media (max-width : 650px) {
  .clients {
    padding-top: 2.5em;
    padding-bottom: 2.5em;
  }
}
.clients::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10vh;
  bottom: 10vh;
  width: 1px;
  background: #e9e9e9;
}
@media only screen and (max-width : 960px) {
  .clients::before {
    top: 0;
    left: 8.3333333333vw;
    right: 8.3333333333vw;
    bottom: auto;
    width: auto;
    height: 1px;
  }
}
.clients__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.clients__item {
  width: 16.6666666667vw;
  padding: 2.84090909vh 1.73611111vw;
  transition: opacity 400ms ease;
  opacity: 0;
}
@media only screen and (max-width : 960px) {
  .clients__item {
    width: 20%;
    padding-top: 1.625rem;
    padding-bottom: 1.625rem;
  }
}
@media (max-width : 650px) {
  .clients__item {
    width: 33.33%;
    padding: 1.5em;
  }
}
.animated .clients__item {
  opacity: 1;
}
.clients__item img {
  max-height: 12.72727273vh;
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.clients__item svg {
  max-height: 12.72727273vh;
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.awards {
  background: #1a1a1a;
  color: #fff;
}
.awards__about {
  white-space: normal;
  position: relative;
  width: 67.5em;
  background: no-repeat 50% 50% / cover;
  display: flex;
  align-items: flex-end;
  padding: 9.09090909vh 8.3333333333vw;
}
@media only screen and (max-width : 960px) {
  .awards__about {
    width: 100%;
    min-height: 100vw;
    padding: 5.375rem 8.3333333333vw 4.75em;
  }
}
@media (max-width : 650px) {
  .awards__about {
    padding-top: 4em;
    padding-bottom: 3.75em;
    display: block;
  }
  .awards__about .section-header {
    position: relative;
    padding: 0;
    left: auto;
    top: auto;
  }
}
@media only screen and (min-width: 961px) {
  .awards__about .section-header {
    width: auto;
    right: 8.3333333333vw;
  }
}
.awards__about__content {
  color: #fff;
  font-size: 2em;
  line-height: 1.25;
}
.awards__about__content strong {
  font-weight: 400;
  background-repeat: no-repeat;
  background-size: 100% 0.05em;
  background-position: 0 95%;
  background-image: linear-gradient(to bottom, #ffffff 0%, #ffffff 100%);
}
.awards__about__content p {
  margin-bottom: 0;
}
@media (max-width : 650px) {
  .awards__about__content {
    padding-top: 6em;
  }
  .awards__about__content br {
    display: none;
  }
}
.awards__distinctions {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 8.3333333333vw;
}
.awards__distinctions__inner {
  display: flex;
}
@media only screen and (max-width : 960px) {
  .awards__distinctions {
    display: block;
    padding: 0;
  }
  .awards__distinctions__inner {
    display: block;
  }
}
.awards__prizes {
  padding: 0 0 0 0;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: 91.5em;
}
@media only screen and (max-width : 960px) {
  .awards__prizes {
    padding-right: 0;
    width: 100%;
    display: block;
  }
}
.awards__prizes::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background: rgba(255, 255, 255, 0.2);
}
@media only screen and (max-width : 960px) {
  .awards__prizes::after {
    top: auto;
    left: 8.3333333333vw;
    right: 8.3333333333vw;
    height: 1px;
    width: auto;
  }
}
.awards__prizes__row {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width : 960px) {
  .awards__prizes__row {
    padding: 5.375rem 6.33333333vw 1rem;
  }
}
@media (max-width : 650px) {
  .awards__prizes__row {
    padding-top: 4rem;
  }
}
.awards__stgu {
  align-self: flex-end;
  padding-left: 8.3333333333vw;
  font-size: 2em;
}
@media only screen and (max-width : 960px) {
  .awards__stgu {
    padding: 4rem 8.3333333333vw 5.375rem;
    font-size: 0;
  }
  .awards__stgu p {
    font-size: 2rem;
  }
}
@media (max-width : 650px) {
  .awards__stgu {
    padding: 3rem 8.3333333333vw 4rem;
  }
}
.awards__stgu a {
  display: inline-block;
  position: relative;
}
.can-hover .awards__stgu a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/stgu-hover.png) no-repeat;
  background-size: 100%;
  transition: opacity 200ms ease;
  opacity: 0;
}
.can-hover .awards__stgu a img {
  opacity: 1;
  transition: opacity 200ms ease;
}
.can-hover .awards__stgu a:hover::after {
  opacity: 1;
}
.can-hover .awards__stgu a:hover img {
  opacity: 0;
}
.awards__stgu img {
  display: block;
}
.prize-item {
  width: 15em;
  padding: 6.36363636vh 0;
  margin-right: 7.5em;
}
@media only screen and (max-width : 960px) {
  .prize-item {
    display: inline-block;
    width: 33.33%;
    margin-right: 0;
    padding: 0 2vw 3em;
  }
}
@media (max-width : 650px) {
  .prize-item {
    width: 50%;
  }
}
.prize-item.animate {
  transition: opacity 400ms ease;
  opacity: 0;
}
.prize-item.animate .prize-item__logo,
.prize-item.animate .prize-item__desc,
.prize-item.animate .prize-item__nb {
  transition: opacity 200ms ease, transform 200ms ease;
  transform: translate3d(0, 10px, 0);
  opacity: 0;
}
.prize-item.animate .prize-item__logo {
  transition-delay: 200ms;
}
.prize-item.animate .prize-item__desc {
  transition-delay: 250ms;
}
.prize-item.animate .prize-item__nb {
  transition-delay: 300ms;
}
@media only screen and (min-width: 961px) {
  .prize-item.animate:nth-of-type(4n) ~ .prize-item {
    transition-delay: 200ms;
  }
  .prize-item.animate:nth-of-type(4n) ~ .prize-item .prize-item__logo {
    transition-delay: 300ms;
  }
  .prize-item.animate:nth-of-type(4n) ~ .prize-item .prize-item__desc {
    transition-delay: 350ms;
  }
  .prize-item.animate:nth-of-type(4n) ~ .prize-item .prize-item__nb {
    transition-delay: 400ms;
  }
}
@media only screen and (max-width : 960px) and (min-width: 651px) {
  .prize-item.animate:nth-of-type(3n + 2) {
    transition-delay: 200ms;
  }
  .prize-item.animate:nth-of-type(3n + 2) .prize-item__logo {
    transition-delay: 300ms;
  }
  .prize-item.animate:nth-of-type(3n + 2) .prize-item__desc {
    transition-delay: 350ms;
  }
  .prize-item.animate:nth-of-type(3n + 2) .prize-item__nb {
    transition-delay: 400ms;
  }
  .prize-item.animate:nth-of-type(3n + 3) {
    transition-delay: 400ms;
  }
  .prize-item.animate:nth-of-type(3n + 3) .prize-item__logo {
    transition-delay: 500ms;
  }
  .prize-item.animate:nth-of-type(3n + 3) .prize-item__desc {
    transition-delay: 550ms;
  }
  .prize-item.animate:nth-of-type(3n + 3) .prize-item__nb {
    transition-delay: 600ms;
  }
}
@media (max-width : 650px) {
  .prize-item.animate:nth-of-type(2n + 2) {
    transition-delay: 200ms;
  }
  .prize-item.animate:nth-of-type(2n + 2) .prize-item__logo {
    transition-delay: 300ms;
  }
  .prize-item.animate:nth-of-type(2n + 2) .prize-item__desc {
    transition-delay: 350ms;
  }
  .prize-item.animate:nth-of-type(2n + 2) .prize-item__nb {
    transition-delay: 400ms;
  }
}
.prize-item.animate.animated {
  opacity: 1;
}
.prize-item.animate.animated .prize-item__logo,
.prize-item.animate.animated .prize-item__desc,
.prize-item.animate.animated .prize-item__nb {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.animated .prize-item {
  opacity: 1;
}
.prize-item > div {
  padding-bottom: 86.66666667%;
  position: relative;
}
.prize-item__bg {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.prize-item__bg svg {
  width: 100%;
  height: 100%;
}
.prize-item__text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  padding: 0 1.2em;
  white-space: normal;
}
.prize-item__nb {
  font-weight: 300;
  font-size: 3em;
  line-height: 0.7;
  margin-bottom: 0.5rem;
}
.prize-item__logo {
  font-size: 1.125em;
  font-weight: 300;
  line-height: 2.22222222em;
}
@media only screen and (max-width : 960px) {
  .prize-item__logo {
    line-height: 1;
    margin-top: 0.25em;
    margin-bottom: 0.25em;
  }
}
.prize-item__logo img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.prize-item__desc {
  margin-top: 0.5rem;
  font-size: 0.75em;
  text-transform: uppercase;
  line-height: 1.25;
  letter-spacing: 0.2em;
}
.catalogue {
  display: flex;
  flex-direction: row-reverse;
}
.catalogue__text {
  width: 41.6666666667vw;
  padding: 10vh 8.3333333333vw;
  color: #595959;
}
@media only screen and (max-width : 960px) {
  .catalogue__text {
    width: 75vw;
    padding-top: 24em;
    padding-right: 16.6666666667vw;
    padding-bottom: 5.375em;
  }
}
.catalogue__text p {
  font-size: 1.25em;
  line-height: 1.6;
}
.catalogue__text .file-info {
  font-size: 1em;
  margin: 2em 0;
}
.catalogue__left {
  align-self: flex-end;
}
@media only screen and (max-width : 960px) {
  .catalogue__left {
    border-top: 1px solid #e9e9e9;
  }
}
.catalogue__image {
  display: flex;
  align-items: center;
  width: 50vw;
  background: #d3d3d3 url(../img/catalogue-bg.jpg) no-repeat 50% 50% / cover;
  padding-right: 4.16666667vw;
}
.catalogue__image > div {
  margin-left: -8.33333333vw;
}
@media only screen and (max-width : 960px) {
  .catalogue__image {
    width: 25vw;
    padding-right: 0;
  }
  .catalogue__image > div {
    margin-right: -3vw;
  }
}
@media only screen and (max-width : 960px) {
  .catalogue {
    overflow: hidden;
  }
}
@media (max-width : 650px) {
  .catalogue {
    border-top: 1px solid #e9e9e9;
    display: block;
  }
  .catalogue .section-header {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    max-width: none;
    padding: 4em 8.3333333333vw 0;
  }
  .catalogue .section-header h1 {
    margin-bottom: 0;
  }
  .catalogue__image {
    background: none;
    width: 100%;
  }
  .catalogue__image > div {
    margin: 0 -20vw 0 0;
  }
  .catalogue__left {
    border: 0;
  }
  .catalogue__text {
    width: 100%;
    padding: 0 8.3333333333vw 8.3333333333vw;
  }
  .catalogue__text p {
    font-size: 1.6em;
    margin-bottom: 1em;
  }
  .catalogue__text .file-info {
    font-size: 1.2em;
    margin: 1.4em 0 2.25em;
  }
}
@media (max-width : 650px) and (max-width : 650px) {
  .catalogue__text {
    padding-bottom: 4em;
  }
}
.section-contact {
  background: #1a1a1a;
  min-width: 91.6666666667vw;
  padding: 9.09090909vh 8.3333333333vw;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media only screen and (max-width : 960px) {
  .section-contact {
    padding: 5.375em 8.3333333333vw 4.375em;
  }
  .section-contact .section-header {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    max-width: none;
    padding: 0;
  }
}
@media (max-width : 650px) {
  .section-contact {
    padding-top: 4em;
    padding-bottom: 1em;
  }
}
.main-footer {
  display: flex;
  align-items: flex-end;
  line-height: 1.5;
  color: #808080;
}
.main-footer a {
  color: #fff;
}
.main-footer div {
  min-width: 16.6666666667vw;
}
@media only screen and (max-width : 960px) {
  .main-footer {
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .main-footer div {
    padding-top: 1em;
    padding-bottom: 1em;
    width: 33.3333333333vw;
  }
}
.main-footer .icon-location {
  position: relative;
  padding-left: 2em;
}
.main-footer .icon-location::before {
  font-size: 2em;
  left: -0.1em;
  top: 50%;
  margin: -0.5em 0 0;
  position: absolute;
}
.main-footer p {
  margin-bottom: 0;
}
.main-footer__socials {
  font-size: 1.5em;
  margin-left: auto;
  text-align: right;
}
.main-footer__socials a:hover {
  color: #eeeada;
  text-decoration: none;
}
.main-footer__socials a:last-child::before {
  margin-right: 0;
}
@media (max-width : 650px) {
  .main-footer {
    flex-direction: column;
    font-size: 1.6em;
  }
  .main-footer div {
    width: 100%;
  }
  .main-footer .icon-location {
    padding-left: 0;
    font-size: 0.8em;
  }
  .main-footer .icon-location::before {
    position: relative;
    margin: 0 0 0.25em;
    display: block;
    left: auto;
  }
  .main-footer__socials {
    margin-left: 0;
    text-align: left;
  }
}
.main-footer .footer-copyrights p {
  font-size: 0.75em;
  margin-bottom: 0.15em;
}
@media only screen and (max-width : 960px) {
  .main-footer .footer-copyrights {
    width: 41.6666666667vw;
  }
}
@media (max-width : 650px) {
  .main-footer .footer-copyrights {
    width: 100%;
  }
}
.choose-contact-form {
  width: 100%;
  max-width: 50vw;
  color: #fff;
  font-size: 1.5em;
  padding-bottom: 14.54545455vh;
}
@media only screen and (max-width : 960px) {
  .choose-contact-form {
    max-width: none;
    padding-top: 6vh;
  }
}
@media (max-width : 650px) {
  .choose-contact-form {
    padding-top: 5vw;
    padding-bottom: 12vw;
  }
}
.choose-contact-form ul {
  list-style: none;
}
.choose-contact-form a {
  cursor: pointer;
  padding: 0.5em 0;
  color: #fff;
  display: block;
}
.choose-contact-form a:hover {
  color: #c2b273;
  text-decoration: none;
}
.choose-contact-form li {
  border-bottom: 1px solid #484848;
}
.choose-contact-form p {
  font-size: 0.5em;
  color: #808080;
  margin: 0.5em 0 0;
}
.team-section {
  border-right: 1px solid #e9e9e9;
}
.team {
  display: flex;
}
.team__wrapper {
  padding: 25.45454545vh 8.3333333333vw 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width : 960px) {
  .team__wrapper {
    padding-top: 5.375rem;
    padding-bottom: 1rem;
  }
  .team__wrapper .section-header {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    left: auto;
    top: auto;
  }
}
@media (max-width : 650px) {
  .team__wrapper {
    padding-top: 4em;
    padding-bottom: 0;
  }
}
@media only screen and (max-width : 960px) {
  .team {
    flex-wrap: wrap;
    margin: 0 -3.125vw;
  }
}
@media (max-width : 650px) {
  .team {
    margin-left: 0;
    margin-right: 0;
  }
}
.team__item {
  width: 17vw;
  margin-right: 6vw;
}
.team__item__wrapper {
  height: 100%;
  position: relative;
  padding-bottom: 2em;
}
@media (min-width: 1440px) {
  .team__item__wrapper {
    padding-bottom: 44px;
  }
}
@media only screen and (max-width : 960px) {
  .team__item__wrapper {
    padding-bottom: 2.3125em;
  }
}
@media (max-width : 650px) {
  .team__item__wrapper {
    padding-bottom: 0;
  }
}
.team__item .btn-wrapper {
  position: absolute;
  bottom: 0;
}
@media (max-width : 650px) {
  .team__item .btn-wrapper {
    position: relative;
    bottom: auto;
  }
}
@media only screen and (max-width : 960px) {
  .team__item {
    width: 50%;
    margin-right: 0;
    padding: 0 3.125vw 3rem;
  }
}
@media (max-width : 650px) {
  .team__item {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 2.5em;
  }
  #teamA .team__item{
    width: 100%;
  }
  .cta{
    margin: 1em 0 2em 0;
  }
}
.team__item.animate {
  transition: opacity 400ms ease;
  opacity: 0;
}
.team__item.animate h1,
.team__item.animate h2,
.team__item.animate p,
.team__item.animate .btn-wrapper {
  transform: translate3d(10%, 0, 0);
  opacity: 0;
  transition: opacity 200ms ease, transform 200ms ease;
}
.team__item.animate h1 {
  transition-delay: 200ms, 200ms;
}
.team__item.animate h2 {
  transition-delay: 240ms, 240ms;
}
.team__item.animate p {
  transition-delay: 280ms, 280ms;
}
.team__item.animate .btn-wrapper {
  transition-delay: 320ms, 320ms;
}
.team__item.animate.animated {
  opacity: 1;
}
.team__item.animate.animated h1,
.team__item.animate.animated h2,
.team__item.animate.animated p,
.team__item.animate.animated .btn-wrapper {
  opacity: 1;
  transform: translate3d(0%, 0, 0);
}
@media only screen and (max-width : 960px) {
  .team__item.animate:nth-of-type(2n) {
    transition-delay: 200ms;
  }
  .team__item.animate:nth-of-type(2n) h1 {
    transition-delay: 400ms, 400ms;
  }
  .team__item.animate:nth-of-type(2n) h2 {
    transition-delay: 440ms, 440ms;
  }
  .team__item.animate:nth-of-type(2n) p {
    transition-delay: 480ms, 480ms;
  }
  .team__item.animate:nth-of-type(2n) .btn-wrapper {
    transition-delay: 520ms, 520ms;
  }
}
.team__item:last-child {
  margin-right: 0;
}
.team__item__photo {
  max-height: 45vh;
  overflow: hidden;
}
@media (max-width : 650px) {
  .team__item__photo {
    max-height: none;
  }
}
.team__item__photo img {
  display: block;
}
.team__item h1 {
  font-size: 1.125em;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  line-height: 1;
  margin: 1.375rem 0 0.375rem;
}
@media only screen and (max-width : 960px) {
  .team__item h1 {
    margin-top: 1rem;
  }
}
.team__item h2 {
  color: #595959;
  text-transform: uppercase;
  font-size: 0.75em;
  letter-spacing: 0.2em;
  margin: 0;
  font-weight: 700;
}
.team__item p {
  font-size: 0.875em;
  line-height: 1.71428571;
  color: #595959;
  margin: 1em 0 0.5em;
}
@media only screen and (max-width : 960px) {
  .team__item .btn {
    font-size: 0.625rem;
  }
}
@media (max-width : 650px) {
  .team__item h1 {
    font-size: 1.8em;
    margin-top: 0.88888889em;
  }
  .team__item h2 {
    font-size: 1.2em;
  }
  .team__item p {
    font-size: 1.4em;
  }
  .team__item .btn {
    font-size: 0.9375rem;
  }
}
.contact-form {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 15;
  background: #1a1a1a;
  padding: 0 8.3333333333vw;
  overflow: auto;
  color: #808080;
  display: none;
  opacity: 0;
  transition: opacity 250ms ease 0s;
}
@media (max-width : 650px) {
  .contact-form {
    padding: 0 7.9vw;
  }
}
.contact-form.show-contact-form {
  display: block;
  opacity: 1;
}
.contact-form.show-project {
  display: block;
}
.contact-form.show-project #project {
  display: flex;
}
.contact-form.show-consultation {
  display: block;
}
.contact-form.show-consultation #consultation {
  display: flex;
}
.contact-form.is-submitted #project,
.contact-form.is-submitted #consultation,
.contact-form.is-submitted #thank-you,
.contact-form.is-submitted #error-message {
  opacity: 0;
}
.contact-form.success-message #project,
.contact-form.success-message #consultation,
.contact-form.success-message #error-message {
  display: none;
}
.contact-form.success-message #thank-you {
  opacity: 1;
  display: flex;
}
.contact-form.error-message #project,
.contact-form.error-message #consultation,
.contact-form.error-message #thank-you {
  display: none;
}
.contact-form.error-message #error-message {
  opacity: 1;
  display: flex;
}
@media (max-width : 650px) {
  .contact-form .section-header {
    top: auto;
  }
}
.contact-form__close {
  position: fixed;
  top: 0;
  right: 0;
  width: 1em;
  height: 1em;
  line-height: 1;
  font-size: 3.5em;
  background: #fff;
  color: #1a1a1a;
  padding: 0;
  border: 0;
  outline: 0;
  -webkit-appearance: none;
  transition: background-color 150ms ease;
}
.contact-form__close:hover {
  background: #eeeada;
}
.contact-form__close::before {
  margin: 0;
}
.contact-form__logo {
  position: fixed;
  left: 0;
  top: 6.36363636vh;
  width: 8.3333333333vw;
  color: #fff;
}
.contact-form__logo .challenge-logo {
  font-size: 4em;
  display: block;
  width: 1em;
  height: 1em;
  line-height: 1;
  margin: 0 auto;
  position: relative;
  padding-top: 4vh;
}
.contact-form__logo .challenge-logo span {
  position: absolute;
  display: block;
  height: 1em;
  width: 1em;
  top: 0;
  left: 0;
  transition: all 180ms ease;
}
.contact-form__logo .challenge-logo span::before {
  margin: 0;
}
.contact-form__logo .icon-smile {
  opacity: 0;
}
.success-message .contact-form__logo .icon-smile {
  opacity: 1;
  transition-delay: 100ms;
}
.success-message .contact-form__logo .icon-challenge {
  opacity: 0;
  transform: rotate(-90deg);
}
.contact-form__inner {
  padding: 10vh 8.3333333333vw;
  display: none;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
  transition: opacity 250ms ease 0s;
}
.section-skills{
  background: #1a1a1a;
}
.team__item__wrapper p{
  font-size: 0.7em;
  padding: 0.6em 0;
  line-height: 18px;
  margin: 0px;
}
@media only screen and (max-width : 960px) {
  .contact-form__inner {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width : 960px) {
  .contact-form .section-header {
    padding-left: 0;
    padding-right: 0;
  }
  .contact-form__logo {
    display: none;
  }
}
.contact-form__form {
  max-width: 45em;
}
.contact-form .estimated-price {
  font-size: 0.75em;
  margin-left: 1.5em;
  opacity: 0;
  transition: opacity 0.2s ease 0s;
}
.contact-form .estimated-price.show {
  opacity: 1;
}
@media (max-width : 650px) {
  .contact-form .estimated-price {
    display: none;
  }
}
.contact-form .estimated-price-mobile {
  font-size: 0.75em;
  margin-top: 0.25em;
  opacity: 0;
  display: none;
}
@media (max-width : 650px) {
  .contact-form .estimated-price-mobile.show {
    display: block;
    opacity: 1;
  }
}
.thank-you {
  margin-top: 7em;
}
.thank-you h2 {
  font-size: 3.25em;
  margin: 0;
}
.thank-you p {
  margin: 0.8em 0 1em;
  font-size: 2em;
}
.form-grid {
  margin: 0 -2rem;
  display: flex;
  flex-wrap: wrap;
}
.form-grid__col-2 {
  width: 50%;
  padding: 0 2rem;
}
.form-grid__col-1 {
  width: 100%;
  padding: 0 2rem;
}
.form-grid__submit {
  display: flex;
  align-items: center;
  margin-top: 0.5em;
}
.projects-grid .desk{
  display: block;

}
.projects-grid .mobile{
  display: none;
}
.play-icon-video .fa{
  color: #fff;
  font-size: 3em;
  opacity: 0.5;
}
.section-header h2{
  position: relative;
}


/* Clip text element */
.clip-text {
  font-size: 6em;
  font-weight: bold;
  line-height: 1;
  position: relative;
  display: inline-block;
  margin: .25em;
  padding: 0;
  text-align: center;
  /* Color fallback */
  color: #fff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.clip-text:before,
.clip-text:after {
  position: absolute;
  content: '';
}

/* Background */
.clip-text:before {
  z-index: -2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: inherit;
}

/* Text Background (black zone) */
.clip-text:after {
  position: absolute;
  z-index: -1;
  top:0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
}

/* Change the background position to display letter when the black zone isn't here */
.clip-text--no-textzone:before {
  background-position: -.75em 0;
}

.clip-text--no-textzone:after {
  content: none;
}

/* Use Background-size cover for photo background and no-repeat background */
.clip-text--cover,
.clip-text--cover:before {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: 50% 50%;
}

/* Background image from http://thepatternlibrary.com/ and http://lorempixel.com */
.clip-text_one {
  background-image: url(../images/Loop_03_1.gif);
  background-size: 100%;
}
.main-header__logo a video{
  width: 100%;
}
.section-header--dark h2::after{
  background: #fff;
}
.section-skills .section-header h2::after, .section-contact .section-header h2::after{
  background: #1a1a1a;
}
@media (max-width : 650px) {
  .form-grid__submit {
    flex-wrap: wrap;
  }
  .projects-grid .desk{
    display: none;
  
  }
  .projects-grid .mobile {
    display: flex;
    min-height: 400px;
    color: #fff;
    flex-direction: column;
    padding: 100px 0;
}
.projects-grid .mobile ul{
  list-style: none;
  margin: 0px;
  padding: 1em 0; 
  display: block;
}
.projects-grid .mobile ul li{
  font-size: 18px;
  color: #fff;
  margin: 0px;
  padding: 5px 10px;
  text-align: center;
}
.projects-grid .mobile ul li .icon{
  width: 30%;
  margin: 0px auto;
  padding: 0px;
}
.projects-grid .mobile ul li .icon svg{
  fill: #fff;
  width: 100%;
}
}
@media (max-width : 650px) {
  .form-grid {
    margin: 0;
  }
  .form-grid__col-1,
  .form-grid__col-2 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.checkboxes-wrapper {
  margin-top: 0.75em;
}
.input-submit {
  margin-left: auto;
}
@media (max-width : 650px) {
  .input-submit {
    margin-top: 1em;
    margin-left: 0;
    width: 100%;
    text-align: center;
  }
}
.input-submit .btn {
  white-space: nowrap;
}
.input {
  position: relative;
  padding-bottom: 1.25rem;
}
.input__info {
  font-size: 0.75rem;
  line-height: 1.25rem;
  position: absolute;
  right: 0;
  bottom: 0;
  text-align: right;
  letter-spacing: 0.025em;
}
.input.is-error .input__info {
  opacity: 0;
}
.input__error-message {
  color: #ff6633;
  margin: 0;
  font-size: 0.75rem;
  line-height: 1.25rem;
  position: absolute;
  right: 0;
  bottom: 0;
  text-align: right;
  letter-spacing: 0.025em;
}
.input--select label {
  display: inline-block;
  font-size: 0.75em;
  text-transform: uppercase;
  font-weight: 900;
  color: #808080;
  letter-spacing: 0.05em;
}
.input--text label {
  display: inline-block;
  font-size: 0.75em;
  text-transform: uppercase;
  font-weight: 900;
  color: #808080;
  letter-spacing: 0.05em;
}
.input--text input,
.input--text textarea {
  display: block;
  width: 100%;
  color: #fff;
  border: 0;
  border-bottom: 2px solid #fff;
  letter-spacing: -0.01em;
  font-size: 1rem;
  padding: 0.625em 0;
  background: transparent;
  outline: 0;
  -webkit-appearance: none;
  border-radius: 0;
}
.input--text input:focus,
.input--text textarea:focus {
  border-bottom-color: #eeeada;
}
.input--text textarea {
  height: 2.4em;
}
.input--text.is-error label {
  color: #ff6633;
}
.input--text.is-error input,
.input--text.is-error textarea {
  border-bottom-color: #ff6633;
  color: #ff6633;
}
.input--text.is-error input::-webkit-input-placeholder,
.input--text.is-error textarea::-webkit-input-placeholder {
  color: #ff6633;
}
.input--text.is-error input:-moz-placeholder,
.input--text.is-error textarea:-moz-placeholder {
  color: #ff6633;
}
.input--text.is-error input::-moz-placeholder,
.input--text.is-error textarea::-moz-placeholder {
  color: #ff6633;
}
.input--text.is-error input:-ms-input-placeholder,
.input--text.is-error textarea:-ms-input-placeholder {
  color: #ff6633;
}
.input--text.is-error input[placeholder],
.input--text.is-error textarea[placeholder] {
  color: #ff6633;
}
.input--checkbox,
.input--radio {
  padding: 0 0 1.25rem 2.5rem;
  position: relative;
  font-size: 0.75em;
  line-height: 1.33333333;
}
@media (max-width : 650px) {
  .input--checkbox,
  .input--radio {
    font-size: 10px;
  }
}
.input--checkbox a,
.input--radio a {
  color: #fff;
  text-decoration: underline;
}
.input--checkbox a:hover,
.input--radio a:hover {
  text-decoration: none;
}
.input--checkbox label > span::before,
.input--radio label > span::before,
.input--checkbox label > span::after,
.input--radio label > span::after {
  content: "";
  position: absolute;
}
.input--checkbox label > span::before,
.input--radio label > span::before {
  top: 0.15rem;
  left: 0;
  width: 1.5rem;
  height: 1.5rem;
  border: 2px solid #484848;
  border-radius: 0;
  background: transparent;
}
.input--checkbox label > span::after,
.input--radio label > span::after {
  top: 0.9rem;
  left: 0.75rem;
  width: 1.5rem;
  height: 1.5rem;
  opacity: 0;
  transition: all 0.2s cubic-bezier(0.18, 0.89, 0.34, 2) 0s;
  transform: translate(-50%, -50%) scale(0);
}
.input--checkbox.is-error label > span::before,
.input--radio.is-error label > span::before {
  border-color: #ff6633;
}
.input--checkbox input,
.input--radio input {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  display: none;
  visibility: hidden;
  opacity: 0;
}
.input--checkbox input:checked ~ span::after,
.input--radio input:checked ~ span::after {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.input--checkbox label,
.input--radio label {
  display: block;
  vertical-align: top;
}
.input--checkbox .input__error-message,
.input--radio .input__error-message {
  right: auto;
  left: 2.5rem;
}
.input--checkbox label > span::after {
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e808';
  background: #fff;
  line-height: 1.5rem;
  font-size: 1.25em;
  text-align: center;
  color: #1a1a1a;
}
.input--radio:not(:last-child) {
  margin-bottom: 1em;
}
@media (max-width: 440px) {
  .input--radio {
    padding-right: 0px;
  }
}
.input--radio span::before,
.input--radio span::after {
  border-radius: 50%;
}
.input--radio span::before {
  width: 24px;
  height: 24px;
}
.input--radio span::after {
  top: 12px;
  left: 12px;
  width: 16px;
  height: 16px;
  background: #1a1a1a;
  border-radius: 3px;
  opacity: 0;
}
.file-input {
  width: 100%;
}
.file-input label {
  position: relative;
  height: 100%;
  display: inline-block;
  padding: 0;
  cursor: pointer;
}
.file-input label input {
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
  opacity: 0;
  visibility: hidden;
  margin: 0;
  border: 0;
}
.file-input__fake {
  align-items: center;
  display: flex;
  color: #fff;
  padding-bottom: 0;
}
.file-input__fake.is-error {
  color: #ff6633;
}
.file-input__fake::before {
  font-size: 1.5625rem;
  margin: 0 0.25em 0 0;
}
.file-input__file-name {
  font-weight: 700;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 25em;
}
.file-input .is-error .file-input__info {
  display: none;
}
.file-input .is-error .input__error-message {
  position: relative;
  right: auto;
  bottom: auto;
  line-height: 1.3;
  margin-left: 1.5em;
}
.file-input__info {
  font-size: 0.75rem;
  color: #808080;
  letter-spacing: 0.025em;
  margin-left: 1.5em;
}
.topic-select {
  width: 100%;
  font-size: 1em;
  padding: 0.7em;
  margin: 0.5em 0 0;
}
.topic-select option {
  line-height: 1;
  padding: 0.2em;
}
.touch-device .topic-select__wrapper {
  position: relative;
}
.touch-device .topic-select__wrapper::after {
  content: '\f107';
  pointer-events: none;
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 0.7em;
  top: 50%;
  transform: translate(0, -50%);
  color: #fff;
}
.touch-device .topic-select {
  display: block;
  width: 100%;
  color: #fff;
  border: 0;
  border-bottom: 2px solid #fff;
  letter-spacing: -0.01em;
  font-size: 1rem;
  padding: 0 0 0.625em;
  background: transparent;
  outline: 0;
  -webkit-appearance: none;
  border-radius: 0;
}
.logo-loader {
  width: 1em;
  height: 1em;
  line-height: 1;
  position: relative;
}
.logo-loader span {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
.logo-loader span::before {
  margin: 0;
  width: 1em;
  height: 1em;
  display: block;
}
.logo-loader .icon-loader1 {
  animation: spin_reverse 1.4s linear infinite;
}
.logo-loader .icon-loader2 {
  animation: spin 1.3s linear infinite;
}
.logo-loader .icon-loader3 {
  animation: spin 1s linear infinite;
}
.page-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 30;
  color: #fff;
  transition: opacity 250ms ease 150ms;
}
.page-loader.loaded {
  opacity: 0;
}
.page-loader.loaded .page-loader__content {
  opacity: 0;
}
.page-loader__progress {
  height: 4px;
  background: rgba(255, 255, 255, 0.1);
  display: none;
  margin-top: 4vh;
}
@media only screen and (min-width: 961px) {
  .page-loader__progress {
    display: block;
  }
}
.page-loader__progress .percent {
  width: 0%;
  height: 4px;
  background: rgba(255, 255, 255, 0.2);
  transition: all 0.2s linear 0s;
}
.page-loader__logo {
  font-size: 5.5em;
  line-height: 1;
  width: 5vw;
}
@media only screen and (max-width : 960px) {
  .page-loader__logo {
    font-size: 80px;
  }
}
@media (max-width : 650px) {
  .page-loader__logo {
    font-size: 60px;
  }
}
.page-loader__logo::before {
  margin: 0;
}
.page-loader .intro__scroll::after {
  display: none !important;
}
@media only screen and (max-width : 960px) {
  .page-loader .intro__scroll {
    display: block;
  }
}
.page-loader h2 {
  color: #808080;
}
@media only screen and (max-width : 960px) {
  .page-loader h2 {
    margin-bottom: 1.2em;
  }
}
.page-loader__content {
  background: #1a1a1a;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 10vh 16.6666666667vw;
  transition: opacity 250ms ease 0s;
}
@media only screen and (min-width: 961px) {
  .page-loader__content {
    padding-bottom: 5vh;
  }
}
@media only screen and (max-width : 960px) {
  .page-loader__content {
    padding: 80px 50px;
    font-size: 12px;
  }
}
@media (max-width : 650px) {
  .page-loader__content {
    padding: 50px 30px;
  }
}
@media (max-width: 370px) {
  .page-loader__content {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 10px;
  }
}
.id-wrapper {
  display: flex;
}
@media only screen and (max-width : 960px) {
  .id-wrapper {
    display: block;
  }
}
.page-content {
  padding: 9.09090909vh 8.3333333333vw;
  font-size: 1.25em;
  color: #595959;
}
.page-content h1,
.page-content h2,
.page-content h3,
.page-content h4 {
  color: #1a1a1a;
}
.page-content h2 {
  font-size: 0.875rem;
  font-weight: 900;
  text-transform: uppercase;
  margin: 2.5em 0 2em;
}
.page-content ul {
  margin-left: 1.5em;
}
.page-content ol {
  list-style-position: inside;
}
.page-content ol li {
  margin: 2em 0;
}
.page-content ol ol {
  font-size: 0.8em;
  list-style-type: lower-latin;
}
@media only screen and (max-width : 960px) {
  .page-content {
    padding: 9vh 8.3333333333vw 4vh;
  }
}
@media (max-width : 650px) {
  .page-content {
    padding-top: 4em;
    font-size: 1.375em;
  }
}
@media only screen and (max-width : 960px) {
  .intro__text h1 span {
    width: 85vw;
    display: block;
}
.main-header__logo {
  padding-left: 1rem;
}
.main-header__logo {
  padding-top: 2vh;
}
.section.section-intro.showreel{
  width: 100%;
  height: 100%;
}
.showreel .section-intro--video{
  position: static;
  display: block;
}
.showreel .section-intro--video video{
  width: 100% !important;
}
.team__wrapper {
  flex-direction: column;
}
}
