@import url('https://fonts.googleapis.com/css?family=Overpass+Mono:300,400,600,700');

@font-face {
  font-family: 'apercu-regular';
  src: url('../fonts/apercu-regular-pro.eot');
  src: url('../fonts/apercu-regular-pro.eot?#iefix') format('embedded-opentype'),
    url('../fonts/apercu-regular-pro.woff') format('woff'),
    url('../fonts/apercu-regular-pro.woff2') format('woff2'),
    url('../fonts/apercu-regular-pro.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'apercu-light';
  src: url('../fonts/apercu-light-pro.eot');
  src: url('../fonts/apercu-light-pro.eot?#iefix') format('embedded-opentype'),
    url('../fonts/apercu-light-pro.woff') format('woff'),
    url('../fonts/apercu-light-pro.woff2') format('woff2'),
    url('../fonts/apercu-light-pro.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'apercu-bold';
  src: url('../fonts/apercu-bold-pro.eot');
  src: url('../fonts/apercu-bold-pro.eot?#iefix') format('embedded-opentype'),
    url('../fonts/apercu-bold-pro.woff') format('woff'),
    url('../fonts/apercu-bold-pro.woff2') format('woff2'),
    url('../fonts/apercu-bold-pro.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

html {
  box-sizing: border-box;
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

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

@-ms-viewport {
  width: device-width;
}

html.touch * {
  text-rendering: optimizeSpeed;
}

html,
body {
  height: 100%;
}

.section a {
  text-decoration: none;
  color: #1A1E21;
}

#footer a,
.section a {
  position: relative;
  display: inline-block;
}

#footer a:after,
#footer a:before,
.section a:after,
.section a:before {
  content: '';
  position: absolute;
  height: 1px;
  left: 0;
  right: 0;
  bottom: -2px;
  transition: all 350ms;
}

#footer a:after,
#footer a:before {
  bottom: 0;
}

.section a:after {
  right: 0;
  left: 0;
  background: #EEF0F2;
  z-index: 0;
}

.section a:before {
  opacity: 0;
  z-index: 9;
  background: #1A1E21;
}

#footer a:hover:before,
.section.bg-tint-1 a:before,
.section.bg-tint-2 a:before,
.section.bg-tint-3 a:before,
.section.bg-tint-4 a:before,
.section.bg-tint-5 a:before {
  background: #fff;
}

.section.bg-tint-1 a:after {
  background: #B2BABF;
}

.section.bg-tint-2 a:after {
  background: #EEF0F2;
}

.section.bg-tint-3 a:after {
  background: #B2BABF;
}

.section.bg-tint-4 a:after {
  background: #747E84;
}

.section.bg-tint-5 a:after {
  background: #353C42;
}


#footer a:hover:before,
.section a:hover:before {
  opacity: 1;
}

.section.bg-tint-2 a,
.section.bg-tint-3 a,
.section.bg-tint-4 a,
.section.bg-tint-5 a,
.section.section-case a {
  color: #fff;
}

.section.section-case a {
  text-decoration: none;
}

#nav-main a[target="_blank"],
.section a[target="_blank"] {
  text-decoration: none;
  display: inline-block;
  position: relative;
  padding-right: 30px;
}

#nav-main a[target="_blank"]:before,
.section a[target="_blank"]:before {
  display: none!important;
}

/*.section footer a[target="_blank"] {*/
  /*padding-right: 0;*/
/*}*/

/*.section footer a[target="_blank"]:before {*/
  /*display: inline-block!important;*/
/*}*/

#nav-main a[target="_blank"]:after,
.section a[target="_blank"]:after {
  content: '';
  left: auto;
  right: 0;
  bottom: 2px;
  position: absolute;
  width: 12px;
  height: 12px;
  overflow: hidden;
  background-color: transparent;
  background-image: url(/assets/img/button/UpRight.svg);
  background-position: 12px 0;
  background-repeat: repeat-x;
}

#nav-main a[target="_blank"]:hover:after,
.section a[target="_blank"]:hover:after {
  opacity: .5;
}

.section-intro:before {
  content: '';
  width: 83px;
  height: 55px;
  background: url(/assets/img/logomark/Black.svg) left top no-repeat;
  position: absolute;
  left: 60px;
  bottom: 76px;
}

.section-intro.bg-tint-5:before,
.section-intro.bg-tint-4:before,
.section-intro.bg-tint-3:before {
  background: url(/assets/img/logomark/White.svg) left top no-repeat;
}

.freeze .header-handle:before {
  content: '';
  background-color: transparent;
  width: 60px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 9999;
}

.section {
  position: relative;
  height: 100vh;
}

.section p {
  margin-bottom: 30px;
}

.section footer {
  font-size: 13px;
  line-height: 18px;
  position: absolute;
  bottom: 60px;
  left: 60px;
  right: 60px;
}

.section footer ul,
.section footer ul li {
  list-style: none;
  padding: 0;
  margin: 0;
}

.section footer ul li {
  padding-left: 85px;
  position: relative;
}

.section footer ul li strong {
  font-weight: 400;
  position: absolute;
  left: 0;
}

#footer a,
.section footer a {
  color: #fff;
}

.section footer a:after {
  display: none;
}

.section footer a:before {
  background: #fff;
}

body {
  font-family: 'apercu-regular';
  overflow: hidden;
  font-size: 16px;
  line-height: 22px;
  -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'apercu-light';
}

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

.bg-tint-1 {
  background-color: #EEF0F2;
}

.bg-tint-2 {
  background-color: #B2BABF;
}

.bg-tint-3 {
  background-color: #747E84;
}

.bg-tint-4 {
  background-color: #353C42;
}

.bg-tint-5 {
  background-color: #1A1E21;
}

h3 span {
  color: #747E84;
}

.bg-tint-4,
.bg-tint-4 .lead,
.bg-tint-4 a,
.bg-tint-4 p,
.bg-tint-4 h1,
.bg-tint-4 h2,
.bg-tint-4 h3,
.bg-tint-4 h4,
.bg-tint-4 h5,
.bg-tint-4 h6,

.bg-tint-5,
.bg-tint-5 .lead,
.bg-tint-5 a,
.bg-tint-5 p,
.bg-tint-5 h1,
.bg-tint-5 h2,
.bg-tint-5 h3,
.bg-tint-5 h4,
.bg-tint-5 h5,
.bg-tint-5 h6,

.section-bg,
.section-bg .lead
.section-bg a,
.section-bg a:visited,
.section-bg p,
.section-bg h1,
.section-bg h2,
.section-bg h3,
.section-bg h4,
.section-bg h5,
.section-bg h6 {
  color: #fff;
}

.hidden {
  display: none;
  opacity: 0;
}

#footer,
.section footer,
.label {
  font-feature-settings: 'zero' on;
  font-family: 'Overpass Mono', monospace;
}

.section label.label:before {
  position: relative;
  top: -3px;
  content: '';
  display: inline-block;
  height: 1px;
  width: 20px;
  background: #fff;
  margin-right: 7px;
}

.section .label {
  font-size: 13px;
  margin-bottom: 45px;
  display: inline-block;
}

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

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  text-rendering: optimizeLegibility;
  color: #1A1E21;
  font-weight: 400;
}

h1 {
  font-size: 36px;
  line-height: 44px;
  margin-bottom: 45px;
}

.lead {
  font-family: 'apercu-light';
  color: #1A1E21;
  font-size: 22px;
  line-height: 30px;
}

h3 {
  font-size: 22px;
  line-height: 30px;
}

.section h3 {
  margin-bottom: 30px;
}

#header {
  background: #fff;
  z-index: 999;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  border-right: 1px solid #EEF0F2;
}

#header .header-handle > a > img {
  transform: rotate(90deg);
}

#footer {
  font-size: 13px;
  line-height: 18px;
}

#footer .footer-bottom {
  margin-bottom: 60px;
}

#footer .footer-top {
  margin-bottom: 55px;
}

#nav-main {
  font-size: 22px;
}

#nav-main .active a {
  color: #747E84;
}

#nav-main a:hover {
  color: #747e84;
}

#footer {
  position: absolute;
  bottom: 0;
}

#footer a,
#nav-main a {
  text-decoration: none;
}

#nav-main li {
  margin-bottom: 25px;
}

.header-inner {
  width: 450px;
  padding: 60px;
}

.header-handle {
  width: 60px;
  text-align: center;
}

.header-handle > a {
  padding: 25px;
  margin-top: 30px;
  display: inline-block;
  text-decoration: none;
}

.header-handle,
.header-inner {
  position: relative;
  float: left;
  height: 100vh;
}

.header--expanded #wrap {
  transform: translate3d(0, 0px, 0px);
}

#wrap {
  transition: transform 350ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transform: translate3d(-450px, 0px, 0px);
}

[data-scrollbar] {
  transform: translate3d(510px, 0px, 0px);
  width: 100vw;
  height: 100vh;
}

.content {
  height: 100vh;
  transform: translate3d(0, 0, 0);
}

#nav-main ul {
  padding: 0;
  margin: 0;
}

#nav-main li {
  list-style: none;
}

.section {
  float: left;
  width: 500px;
  transform: translate3d(0, 0px, 0px);
}

#loader {
  z-index: 99;
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100vw;
  background-color: #1A1E21;
  transform: translate3d(450px, 0, 0);
  left: -100%;
  opacity: 1;
}

.loading #loader {
  opacity: 1;
  transform: translate3d(calc(100vw + 450px), 0, 0);
}

.out #main {
  opacity: 0;
  transform: translate3d(20px, 0, 0);
}

.in #main {
  transition: opacity 1s, transform .5s;
  opacity: 1!important;
  transform: translate3d(0, 0, 0);
}

.section.section-wide {
  width: 740px;
}

.full-width {
  margin-right: 0!important;
}

.section-contact h3 {
  margin-right: 0;
}

.section-news h3,
.section-labs h3 {
  margin-right: 200px;
}

.section-bg {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.section-case .section-clickable,
.section-content,
.section-expandable-items {
  padding: 60px;
}

.section-case .section-clickable,
.section-content {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  -webkit-transform: translate3D(0, 0, 0);
}

.section-case .section-clickable:before,
.section-case .section-clickable:after,
.section-content:before,
.section-content:after {
  display: none!important;
}

.section-bg:after {
  -webkit-backface-visibility: hidden;
  transition: opacity 450ms;
  z-index: 0;
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: rgba(26,30,33,1);
  opacity: .4;
}

.section-no-hover.section-bg:hover:after {
  opacity: .4;
}

.section-bg:hover:after {
  opacity: .8;
}

#scroll {
  width: 800px;
  height: 200px;
}

.scrollbar-thumb {
  border-radius: 0!important;
}

.scrollbar-track {
  background: transparent!important;
}

#brand {
  left: 0;
  right: 0;
  position: absolute;
  bottom: 35px;
}

.scrollbar-track-y {
  display: none!important;
  opacity: 0!important;
}

[data-scrollbar] .scroll-content,
[scrollbar] .scroll-content,
scrollbar .scroll-content {
  will-change: transform!important;
}

.scrollbar-track-x {
  height: 5px!important;
}

.section {
  transition: width 450ms;
}

.section.section--expanded.section-case {
  width: 1535px;
}

.section.section--expanded.section-case .section-expandable-items {
  display: block;
}

.section.section--expanded.section-case:after {
  content: '';
  background: rgba(26,30,33,.7);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.section.section--expanded .section-clickable {
  display: none;
}

.section-expandable-items {
  display: none;
  position: relative;
  z-index: 9;
  border-right: 1px solid #B2BABF;
  float: left;
  margin: -60px;
  margin-right: 30px;
  height: 100vh;
}

.section-expandable-item {
  padding-right: 50px;
  float: left;
  width: 33.333333%;
}

.section .section-expandable-close {
  position: absolute;
  right: -90px;
  text-align: center;
  top: 0;
  width: 90px;
  height: 90px;
  line-height: 90px;
}

.section .section-expandable-close:before,
.section .section-expandable-close:after {
  display: none!important;
}

.section .section-expandable-close img,
.header--expanded .header-handle > a img {
  transition: opacity 450ms ease-in-out;
}

.header--expanded .header-handle > a:hover img,
.section-expandable-close:hover img {
  opacity: .5;
}

.header--expanded:before {
  z-index: 999;
  content: '';
  position: fixed;
  left: 510px;
  top: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}

.content-about .section-intro {
  width: 1200px;
}

.section-intro .section-content {
  padding-top: 48px;
}

.content-about .section-intro:before {
  left: 25%;
}

.content-about .section-intro:after {
  content: '';
  width: 195px;
  background: url(/assets/img/Illustration.svg) left top repeat-y;
  position: absolute;
  top: 20px;
  left: 35px;
  bottom: 20px;
}

.content-about .section-intro .about-lead-heading {
  margin-left: 25%;
}

.content-about .section-intro .about-lead-heading,
.content-about .section-intro .about-lead-body {
  display: inline-block;
  float: left;
  width: 30%;
}

.content-about .section-intro .about-lead-body {
  width: 40%;
}

.content .section:last-child .section-content {
  padding-right: 120px!important;
}

.content-services .section {
  border-right: 1px solid #EEF0F2;
}

.content-services .section:last-child {
  border-right: 0;
}