.not-found {
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
  text-align: center; }

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

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

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center; }

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

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

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

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

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

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

/* CSS Document */
body {
  font-family: 'Akkurat-Light';
  color: #191a1e;
  background: #FFF; }

body.noScroll {
  overflow: hidden; }

body.loadingPage {
  overflow: hidden;
  height: auto; }

iframe {
  max-width: 100%; }

strong {
  font-weight: bold;
  font-family: 'Akkurat-Regular'; }

del {
  text-decoration: none; }

* {
  box-sizing: border-box;
  outline: none;
  border: none;
  margin: 0;
  padding: 0;
  list-style: none; }

.js {
  display: none;
  position: fixed;
  top: -100px;
  left: -100px;
  height: 1px;
  width: 1px;
  visibility: hidden; }

.pageTitle {
  display: none; }

.page-content {
  visibility: visible;
  opacity: 1; }

.page-content.newPage {
  position: absolute;
  top: 0;
  height: 100vh;
  overflow: hidden;
  visibility: hidden;
  width: 100%; }

#cssImagesLoader {
  width: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  position: fixed;
  left: -100px; }

.FH {
  height: 100vh;
  min-height: 780px; }

.table {
  display: table;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2; }

.table .cell {
  display: table-cell;
  vertical-align: middle; }

.W {
  max-width: 1360px;
  margin: auto;
  padding: 80px; }

.blend {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #25282B;
  display: none;
  z-index: 10; }

section {
  position: relative; }

#loadingBlend {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 0%;
  background: #1c1d1f;
  z-index: 90; }

/* line animation */
.toAnimateLineWrapper {
  display: block;
  position: absolute;
  top: 0;
  opacity: 0.6; }

.toAnimateLineWrapper span {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0%; }

.lineme {
  display: inline-block; }

/* COMMON */
.video-bg {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%; }

a.more {
  font-size: 11px;
  letter-spacing: 1px;
  font-family: 'Akkurat-Regular';
  font-weight: bold;
  text-decoration: none;
  color: #25282b;
  text-transform: uppercase;
  line-height: 2; }

a.get-in-touch-btn {
  position: relative;
  cursor: pointer;
  /*float: right;*/
  margin-top: 2rem;
  height: 65px;
  border: 0.5px solid #1c1d1f;
  text-align: center;
  color: #1c1d1f;
  display: inline-grid;
  font-size: 16px;
  line-height: 65px;
  padding: 0 55px;
  text-decoration: none;
  transition: all 0.4s; }

a.get-in-touch-btn:after {
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background: #1c1d1f; }

a.get-in-touch-btn:hover {
  color: #FFF; }

a.get-in-touch-btn:hover span:after {
  border-left-color: #FFF; }

a.get-in-touch-btn:hover::after {
  width: 100%; }

a.get-in-touch-btn span {
  padding-right: 30px;
  position: relative; }

a.get-in-touch-btn span:after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-bottom: 4px solid transparent;
  border-top: 4px solid transparent;
  border-right: 4px solid transparent;
  border-left: 6px solid #1c1d1f;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -4px;
  transition: all 0.4s; }

.innerPage.ind.dark a.more {
  color: #686868; }

a.more span,
a.subLineHover span {
  display: inline-block;
  position: relative;
  overflow: hidden;
  vertical-align: middle;
  margin-bottom: 1rem; }

a.more span span.line,
a.subLineHover span span.line {
  display: block;
  height: 2px;
  background: #25282b;
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% - 3px); }

a.subLineHover span span.line {
  height: 1px; }

a.more.white,
a.subLineHover.white {
  color: #FFF; }

a.more.white span span.line,
a.subLineHover.white span span.line {
  background: #FFF; }

section {
  padding-left: 80px; }

.indexNav {
  position: fixed;
  top: 45px;
  right: 30px;
  font-size: 12px;
  line-height: 2.0;
  color: #191a1e;
  z-index: 1;
  display: none !important; }

.indexNav:after {
  content: " ";
  display: block;
  clear: both; }

.indexNav div {
  opacity: 0.5;
  position: relative;
  float: right;
  clear: both;
  transition: opacity 0.3s; }

.indexNav div.actived {
  opacity: 1; }

.indexNav .lineContainer {
  position: absolute;
  top: 50%;
  height: 2px;
  width: 100%; }

.indexNav .lineContainer .line {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0%;
  background: #191a1e; }

.innerPage.ind.dark {
  background: #19191b; }

/* INNER PAGE INTRO HERO (contacts, the 8th day) */
section.innerPageIntroHero {
  height: 80vh;
  min-height: 280px;
  max-height: 650px;
  overflow: hidden; }

section.innerPageIntroHero.dark {
  background: #1c1d1f; }

section.innerPageIntroHero .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0.6; }

section.innerPageIntroHero .table .contents .left {
  width: calc(100% - 300px); }

section.innerPageIntroHero .table .contents .left .wrapper {
  max-width: 460px; }

section.innerPageIntroHero .table .contents .right .btn,
section.innerPageIntroHero .table .contents .right .select {
  position: relative;
  cursor: pointer;
  float: right;
  height: 80px;
  border: 0.5px solid #FFF;
  text-align: center;
  color: #FFF;
  font-size: 16px;
  line-height: 80px;
  padding: 0 55px;
  text-decoration: none;
  transition: all 0.4s; }

section.innerPageIntroHero .table .contents .right .btn:hover {
  color: #1c1d1f; }

section.innerPageIntroHero .table .contents .right .btn:hover::after {
  width: 100%; }

section.innerPageIntroHero .table .contents .right .btn:after {
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background: #FFF; }

section.innerPageIntroHero .table .contents .right .select {
  border-color: #9b9b9b;
  color: #1c1d1f;
  font-family: 'Akkurat-Regular';
  padding: 0 15px;
  position: relative;
  width: 220px; }

/*section.innerPageIntroHero .table .contents .right .btn:hover {*/
/*background: #FFF;*/
/*color: #1c1d1f;*/
/*}*/
section.innerPageIntroHero .table .contents .right .select.opened {
  background: #1c1d1f;
  color: #FFF; }

section.innerPageIntroHero .table .contents .right .select:hover {
  color: white; }

section.innerPageIntroHero .table .contents .right .select:hover::after {
  width: 100%; }

section.innerPageIntroHero .table .contents .right .select:after {
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background: #1c1d1f; }

section.innerPageIntroHero .table .contents .right .btn span {
  padding-right: 30px;
  position: relative; }

section.innerPageIntroHero .table .contents .right .select .currentValue span {
  padding-right: 25px;
  position: relative;
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
  width: 145px; }

section.innerPageIntroHero .table .contents .right .btn span:after,
section.innerPageIntroHero .table .contents .right .select .currentValue span:after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-bottom: 4px solid transparent;
  border-top: 4px solid transparent;
  border-right: 4px solid transparent;
  border-left: 6px solid #FFF;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -4px;
  transition: all 0.4s; }

section.innerPageIntroHero .table .contents .right .select .currentValue span:after {
  margin-top: -3px;
  border-left-color: transparent;
  border-bottom: 4px solid transparent;
  border-top: 6px solid #1c1d1f;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

section.innerPageIntroHero .table .contents .right .select:hover,
section.innerPageIntroHero .table .contents .right .select.opened {
  border-color: #1c1d1f; }

section.innerPageIntroHero .table .contents .right .select:hover .currentValue span:after,
section.innerPageIntroHero .table .contents .right .select.opened .currentValue span:after {
  border-top-color: #FFF; }

section.innerPageIntroHero .table .contents .right .btn:hover span:after {
  border-left-color: #1c1d1f; }

section.innerPageIntroHero .table .contents .left {
  font-size: 30px;
  line-height: 1.33;
  color: #9b9b9b; }

.innerPage.the8thday section.innerPageIntroHero .table .contents .left strong {
  color: #FFF; }

section.innerPageIntroHero .table .contents .left h5,
section.innerPageIntroHero .table .contents .left h1,
section.innerPageIntroHero .table .contents .left h3 {
  color: #FFF;
  font-weight: normal; }

section.innerPageIntroHero .table .contents .left h5 {
  font-size: 11px;
  font-weight: bold;
  line-height: 1.91;
  letter-spacing: 1px;
  display: block;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-family: 'Akkurat-Regular'; }

section.innerPageIntroHero .table .contents .left h1,
section.innerPageIntroHero .table .contents .right h1.ghost {
  font-size: 30px;
  line-height: 1.33;
  letter-spacing: -0.2px;
  margin-bottom: 20px; }

section.innerPageIntroHero .table .contents .left h3 {
  font-size: 16px;
  line-height: 1.31; }

section.innerPageIntroHero .table .contents .right .select .dropdown {
  position: absolute;
  top: calc(100% + 1px);
  left: -0.5px;
  right: -0.5px;
  background: #1c1d1f;
  height: 0px;
  overflow: hidden; }

section.innerPageIntroHero .table .contents .right .select .dropdown ul {
  padding: 14px 25px;
  text-align: left; }

section.innerPageIntroHero .table .contents .right .select .dropdown ul li {
  padding: 12px 0;
  line-height: 1.5;
  opacity: 0.5;
  transition: all 0.3s; }

section.innerPageIntroHero .table .contents .right .select .dropdown ul li.selected,
section.innerPageIntroHero .table .contents .right .select .dropdown ul li:hover {
  opacity: 1; }

/* TWO COLUMNS */
section.twoColumns .W {
  overflow: hidden; }

section.twoColumns h3 {
  font-weight: normal;
  float: left;
  width: calc(100% / 3);
  padding-right: 25px;
  font-size: 30px;
  line-height: 1.33;
  color: #191a1e; }

section.twoColumns h3 strong {
  font-weight: 600; }

section.twoColumns .texts {
  float: left;
  width: calc(100% / 1.5);
  padding-left: 5px;
  font-size: 18px;
  line-height: 1.5;
  color: #34393e; }

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

section.twoColumns .texts p:last-child {
  margin-bottom: 0; }

section.twoColumns .texts a {
  font-weight: bold;
  color: #34393e; }

/* BLOCK LIST */
section.detailItemsBlockList:after {
  content: " ";
  display: block;
  clear: both; }

section.detailItemsBlockList .item {
  width: 50%;
  height: calc((100vw - 80px) * 0.27);
  float: left;
  position: relative; }

section.detailItemsBlockList.isotope .item {
  width: calc((100% - 80px) / 2); }

section.detailItemsBlockList .item.dark {
  background: #1c1d1f;
  color: #FFF; }

section.detailItemsBlockList .item.light {
  background: #f3f4f6;
  color: #25282b; }

section.detailItemsBlockList .item.pagination {
  margin-top: 80px; }

section.detailItemsBlockList .item.pagination .label {
  position: absolute;
  left: 0;
  bottom: calc(100% + 18px);
  font-size: 30px;
  font-weight: normal;
  line-height: 1.33;
  letter-spacing: -0.5px;
  color: #191a1e;
  font-family: 'Akkurat-Regular';
  padding-left: 45px;
  transition: all 0.5s; }

section.detailItemsBlockList .item.pagination:hover .label {
  opacity: 0.5; }

section.detailItemsBlockList .item .bg {
  position: absolute;
  background-size: cover;
  background-position: center center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 0.5s; }

section.detailItemsBlockList .item .bg.mobile {
  display: none; }

section.detailItemsBlockList .item:hover .bg {
  opacity: 0.2; }

section.detailItemsBlockList .item .contents {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  max-width: 340px;
  padding: 45px 0 0 45px; }

section.detailItemsBlockList .item .contents h4 {
  font-size: 11px;
  font-family: 'Akkurat-Regular';
  font-weight: bold;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-bottom: 10px; }

section.detailItemsBlockList .item .contents h2 {
  font-size: 30px;
  line-height: 1.33;
  font-weight: normal; }

/* MENU */
menu {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 390px;
  background: #1c1d1f;
  z-index: 500;
  transform: translateX(-390px); }

menu.scrollable {
  overflow: auto; }

menu .closedArea {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 80px;
  right: 0;
  cursor: pointer; }

menu .toggler,
.responsiveTopBar .toggler {
  position: absolute;
  top: 20px;
  right: 0;
  width: 80px;
  height: 40px;
  padding: 12px 0 13px; }

menu .toggler div,
.responsiveTopBar .toggler div {
  height: 1px;
  background: #FFF;
  position: absolute;
  width: 20px;
  left: 30px;
  transition: width 0.1s ease-out, transform 0.6s ease-out, opacity 0.3s ease-out, top 0.6s ease-out, margin 0.6s ease-out; }

menu .toggler div:nth-child(1),
.responsiveTopBar .toggler div:nth-child(1) {
  width: 14px;
  left: auto;
  right: 30px; }

menu .toggler div:nth-child(2),
.responsiveTopBar .toggler div:nth-child(2) {
  margin-top: 7px; }

menu .toggler div:nth-child(3),
.responsiveTopBar .toggler div:nth-child(3) {
  margin-top: 14px;
  width: 14px; }

menu.opened .toggler div:nth-child(1),
menu.hidden .toggler div:nth-child(1),
.responsiveTopBar.menuOpened .toggler div:nth-child(1),
body.showreelOpened .responsiveTopBar .toggler div:nth-child(1) {
  width: 20px;
  transform: rotate(45deg);
  margin-top: 7px; }

menu.opened .toggler div:nth-child(2),
menu.hidden .toggler div:nth-child(2),
.responsiveTopBar.menuOpened .toggler div:nth-child(2),
body.showreelOpened .responsiveTopBar .toggler div:nth-child(2) {
  transform: translateX(20px);
  opacity: 0; }

menu.opened .toggler div:nth-child(3),
menu.hidden .toggler div:nth-child(3),
.responsiveTopBar.menuOpened .toggler div:nth-child(3),
body.showreelOpened .responsiveTopBar .toggler div:nth-child(3) {
  width: 20px;
  transform: rotate(-45deg);
  margin-top: 7px; }

menu.opened .toggler,
menu.hidden .toggler,
.responsiveTopBar .toggler {
  cursor: pointer; }

menu.closed:hover .toggler div,
.responsiveTopBar .toggler:hover div {
  width: 20px; }

menu .helloText {
  position: absolute;
  color: white;
  right: -156px;
  bottom: 270px;
  width: 100%;
  transform: rotate(-90deg);
  transition: all 0.3s ease-out; }

menu .helloText .word {
  display: inline-block;
  position: relative;
  line-height: 1.29;
  color: #FFF;
  top: -11px;
  vertical-align: middle; }

menu .helloText .word div {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap; }

menu.opened .helloText {
  display: none; }

menu .closedArea .graphLogo {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  height: 40px;
  background: url(../images/a-logo.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center; }

menu .closedArea .helloText {
  color: white;
  transform: rotate(-90deg); }

menu .contents {
  padding: 30px 80px 0 30px; }

menu .contents nav {
  position: relative; }

menu .contents ul.projects {
  position: absolute;
  top: 0;
  left: 0;
  display: none; }

menu .contents ul.projects li.back {
  font-size: 14px; }

menu .contents ul.projects li.back span {
  cursor: pointer; }

menu .contents ul {
  list-style: none;
  line-height: 40px;
  color: #D8D8D8;
  letter-spacing: -0.3px;
  font-size: 24px; }

menu .contents ul li a {
  color: #D8D8D8;
  text-decoration: none;
  transition: all 0.3s; }

menu .contents ul li a:hover,
menu .contents ul li.current-menu-item a {
  color: #FFF; }

menu .projectsReel {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 0px;
  overflow: hidden;
  transform: translateX(100%); }

menu .projectsReel .scrollContainer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 260px;
  overflow: hidden;
  background: #000; }

menu .projectsReel .scrollContainer .scroller {
  position: absolute;
  top: 0;
  left: 0;
  right: -30px;
  bottom: 0;
  overflow: scroll; }

menu .projectsReel .scrollContainer .scroller .itemsContainer {
  padding-right: 30px; }

menu .projectsReel .scrollContainer .scroller .itemsContainer .item {
  display: block;
  height: 28vh;
  background-size: cover;
  background-position: center center;
  opacity: 0.6;
  transition: opacity 0.3s ease-out; }

menu .projectsReel .scrollContainer .scroller .itemsContainer .item.hover {
  opacity: 1; }

menu .bottomContents {
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 30px;
  background: url(../images/full-logo2.svg);
  background-repeat: no-repeat;
  background-size: 92px auto;
  background-position: bottom left; }

menu.scrollable .bottomContents {
  position: relative;
  left: auto;
  right: auto;
  bottom: auto;
  padding: 0 30px 30px 30px;
  background-position: 30px calc(100% - 30px); }

menu.scrollable .bottomContents .text {
  margin-bottom: 80px; }

menu.scrollable .bottomContents .footer {
  bottom: 30px;
  right: 30px; }

menu .bottomContents .text {
  font-size: 23px;
  color: #9B9B9B;
  letter-spacing: -0.3px;
  opacity: 0;
  margin-bottom: 110px;
  padding-top: 80px; }

menu .bottomContents .text br {
  display: none; }

menu .bottomContents .text .word {
  display: inline-block;
  position: relative;
  color: #FFF;
  line-height: 1.29; }

menu .bottomContents .text .word div {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  white-space: nowrap; }

menu .bottomContents .footer {
  position: absolute;
  bottom: 0;
  right: 0; }

menu .bottomContents .footer .typed-strings {
  visibility: hidden; }

menu .bottomContents .footer .typed {
  color: #FFF;
  text-transform: uppercase;
  font-size: 11px;
  font-family: 'Akkurat-Regular';
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 12px;
  display: block;
  opacity: 0; }

menu .bottomContents .footer .typed:before {
  content: "Deconstruct.";
  opacity: 0;
  display: block;
  height: 0px;
  overflow: hidden; }

menu .bottomContents .footer .typed-cursor {
  display: none; }

/* HOME / blog latest posts */
section#footer {
  background: #1c1d1f; }

section#footer .W {
  padding-top: 125px;
  padding-bottom: 0px; }

section#footer .sectionTitle {
  color: #FFF; }

section#footer .table .more {
  float: right;
  text-transform: uppercase;
  font-size: 11px;
  margin-top: 20px; }

section#footer ul.blogPosts {
  display: table;
  width: calc(100% + 50px);
  margin: 10px -25px 110px;
  border-spacing: 25px;
  border-collapse: separate;
  table-layout: fixed; }

section#footer ul.blogPosts li {
  display: table-cell;
  background: #FFF; }

section#footer ul.blogPosts li a {
  display: block;
  text-decoration: none;
  position: relative; }

/*
section#footer ul.blogPosts li a .hover {
	position:absolute;
	bottom:0;
	left:0;
	width:0%;
	overflow:hidden;
	background:#1c1d1f;
	transition:all 0.3s ease-out;
}

section#footer ul.blogPosts li a .hover .text,
section#footer ul.blogPosts li a .hover h4 {
	color:#FFF;
}

section#footer ul.blogPosts li a:hover .hover {
	width:100%;
}
*/
section#footer ul.blogPosts li .image {
  display: block;
  height: 210px;
  background-size: cover;
  background-position: center center;
  transition: all 0.3s ease-out;
  position: relative; }

section#footer ul.blogPosts li .image:before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #1c1d1f;
  opacity: 0;
  transition: all 0.3s ease-out; }

section#footer ul.blogPosts li a:hover .image:before {
  opacity: 0.6; }

section#footer ul.blogPosts li .text {
  padding: 40px 30px;
  font-size: 16px;
  line-height: 1.31;
  color: #9b9b9b;
  display: block;
  transition: all 0.3s ease-out; }

section#footer ul.blogPosts li a:hover .text {
  background: #1c1d1f; }

section#footer ul.blogPosts li h4 {
  font-size: 24px;
  line-height: 1.33;
  color: #25282b;
  margin-bottom: 15px;
  transition: all 0.3s ease-out; }

section#footer ul.blogPosts li h4 span {
  display: inline-block; }

section#footer ul.blogPosts li a:hover h4 {
  color: #FFF; }

section#footer ul.blogPosts li h5 {
  font-size: 16px;
  line-height: 1.5;
  color: #686868;
  font-weight: normal; }

section#footer .moreMobile {
  display: none; }

section#footer hr {
  display: block;
  height: 1px;
  border: none;
  background: #979797; }

section#footer .footerContents {
  color: #9b9b9b;
  font-size: 12px;
  line-height: 1.33;
  margin-top: 40px;
  overflow: hidden;
  position: relative;
  display: table;
  border-top: 1px solid #403f3f;
  width: 100%; }

section#footer .footerContents .cell {
  display: table-cell;
  padding: 30px 50px;
  vertical-align: middle;
  border-right: 1px solid #403f3f; }

section#footer .footerContents .cell:last-child {
  border-right: none; }

section#footer .footerContents .location {
  font-size: 14px;
  white-space: nowrap;
  width: 1%;
  line-height: 1.5; }

section#footer .footerContents .location strong,
section#footer .footerContents .location a {
  font-weight: normal;
  color: #FFF; }

section#footer .footerContents a {
  text-decoration: none;
  color: #9b9b9b;
  transition: color 0.3s; }

section#footer .footerContents a:hover {
  color: #FFF; }

section#footer .footerContents .footerLinks ul {
  list-style: none;
  display: table;
  width: 70%;
  font-size: 20px;
  color: #9b9b9b;
  margin: auto;
  table-layout: fixed; }

section#footer .footerContents .footerLinks ul li {
  display: table-cell;
  vertical-align: middle;
  text-align: center; }

section#footer .footerContents .footerLinks ul li a {
  transition: all 0.3s; }

section#footer .footerContents .footerLinks ul li a:hover {
  color: #FFF; }

section#footer .footerContents .disclaimer {
  width: 1%;
  white-space: nowrap; }

section#footer .footerContents .disclaimer .logo {
  display: inline-block;
  vertical-align: bottom;
  height: 37px;
  width: auto;
  margin-left: 32px;
  transform: translateY(5px); }

section#footer .subFooter {
  position: relative;
  border-top: 1px solid #FFF;
  background: #FFF;
  font-size: 24px;
  letter-spacing: -0.4px;
  text-align: center;
  color: #25282b;
  line-height: 100px;
  text-decoration: none;
  transition: all 0.3s;
  display: block;
  font-family: "Akkurat-Regular"; }

section#footer .subFooter:after {
  content: '';
  position: absolute;
  z-index: 1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  background: #1c1d1f; }

section#footer .subFooter span {
  position: relative;
  z-index: 2; }

section#footer .subFooter span.mobile {
  display: none; }

section#footer .subFooter:hover {
  border-top: 1px solid #403f3f;
  background: none;
  color: #FFF; }

section#footer .subFooter:hover::after {
  height: 100%; }

/*section#footer .subFooter:hover {*/
/*border-top: 1px solid #403f3f;*/
/*color:#FFF;*/
/*background:#1c1d1f;*/
/*}*/
/* IND */
section.postBodyFooter .W,
section.disqus .W {
  padding-top: 0; }

section.postBodyFooter .W:after {
  content: " ";
  display: block;
  clear: both; }

section.postBodyFooter .rating {
  float: left; }

section.postBodyFooter .rating .vortex-p-like {
  margin-right: 15px; }

section.postBodyFooter .rating .vortex-p-like,
section.postBodyFooter .rating .vortex-p-dislike {
  color: #9b9b9b !important;
  transition: all 0.3s; }

section.postBodyFooter .rating .vortex-p-like-active,
section.postBodyFooter .rating .vortex-p-like:hover,
section.postBodyFooter .rating .vortex-p-dislike-active,
section.postBodyFooter .rating .vortex-p-dislike:hover {
  color: #1c1d1f !important; }

section.postBodyFooter .share {
  float: right;
  font-size: 14px; }

section.postBodyFooter .share ul {
  vertical-align: bottom;
  display: inline-block; }

section.postBodyFooter .share ul li {
  display: inline-block; }

section.postBodyFooter .share ul li a {
  padding-left: 15px;
  color: #9b9b9b;
  font-size: 18px;
  transition: all 0.3s; }

section.postBodyFooter .share ul li a:hover {
  color: #1c1d1f; }

.indText .W,
.indImage .W {
  max-width: 780px;
  margin-top: 80px;
  margin-bottom: 80px;
  padding-top: 0;
  padding-bottom: 0; }

.indImage.indImagesGIF {
  position: relative; }

.indImage.indImagesGIF img {
  visibility: hidden; }

.indImage.indImagesGIF .frame {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  visibility: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

.indImage.indImagesGIF .frame.current {
  visibility: visible; }

.indText {
  font-size: 21px;
  line-height: 1.52;
  color: #34393e; }
  .indText a {
    color: #34393e; }

.indText img {
  max-width: 100%;
  height: auto; }

.innerPage.ind.dark .indText {
  color: #FFF; }

.indText h1 {
  font-size: 30px;
  line-height: 1.33;
  font-family: 'Akkurat-Regular';
  font-weight: normal;
  margin-bottom: 30px;
  color: #191a1e; }

.indText .W p {
  margin-bottom: 1rem; }

.innerPage.ind.dark .indText h1 {
  color: #FFF; }

.indImage img {
  display: block;
  width: 100%; }

.indImage.outer .W,
.indImage.full .W {
  padding-left: 0;
  padding-right: 0; }

.indImage.bigger .W {
  padding-left: 120px;
  padding-right: 120px;
  max-width: none; }

.indImage.full .W {
  max-width: none;
  position: relative; }

.indVideo {
  background: #f3f4f6; }

.indVideo .W .video {
  position: relative; }

.indVideo .W .still {
  cursor: pointer; }

.indVideo .W .still iframe {
  z-index: 1; }

.indVideo .W .video:after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0); }

.indVideo .W {
  padding-top: 125px;
  padding-bottom: 125px; }

section.innerPageIntroHero.caseStudyHero .table .contents h1,
section.innerPageIntroHero.caseStudyHero .table .contents h1.ghost {
  font-family: 'Akkurat-Regular';
  font-weight: normal;
  color: #686868;
  font-size: 16px;
  line-height: 1.5; }

section.innerPageIntroHero.caseStudyHero .table .contents .right h1 {
  visibility: hidden;
  opacity: 0;
  pointer-events: none; }

section.innerPageIntroHero.caseStudyHero .table .contents h2,
section.innerPageIntroHero.caseStudyHero .table .contents .date {
  font-size: 30px;
  line-height: 1.33;
  letter-spacing: -0.2px;
  color: #1c1d1f;
  font-weight: normal; }

.innerPage.ind.dark section.innerPageIntroHero.caseStudyHero .table .contents h2,
.innerPage.ind.dark section.innerPageIntroHero.caseStudyHero .table .contents .date {
  color: #FFF; }

section.innerPageIntroHero.caseStudyHero .table .contents .cell {
  vertical-align: top; }

section.innerPageIntroHero.caseStudyHero .table .contents .industries {
  font-size: 11px;
  font-family: 'Akkurat-Regular';
  font-weight: normal;
  line-height: 1.91;
  letter-spacing: 1px;
  color: #686868;
  margin-top: 20px;
  text-transform: uppercase; }

section.innerPageIntroHero.caseStudyHero .table .contents .industries li {
  display: inline-block;
  margin-right: 25px; }

section.innerPageIntroHero.caseStudyHero .table .contents .links li {
  margin-top: 12px; }

.indOutcome ul {
  margin-top: 30px; }

.indOutcome ul:nth-of-type(1) {
  margin-top: 0; }

.indOutcome ul.values {
  overflow: hidden;
  margin: 0 -22px; }

.indOutcome ul.values li {
  display: block;
  float: left;
  width: 25%;
  padding: 0 22px; }

.indOutcome ul.values li h3 {
  font-size: 26px;
  font-weight: bold;
  letter-spacing: -0.5px;
  color: #191a1e;
  font-family: 'Akkurat-Regular'; }

.indOutcome ul.values li p {
  font-size: 16px;
  line-height: 1.5;
  color: #191a1e; }

.innerPage.ind.dark ul.testimonials li p,
.innerPage.ind.dark .indOutcome ul.testimonials li .text,
.innerPage.ind.dark .indOutcome ul.values li h3,
.innerPage.ind.dark .indOutcome ul.values li p {
  color: #FFF; }

.indOutcome ul.testimonials,
.indOutcome ul.testimonials li {
  display: block; }

.indOutcome ul.testimonials li {
  margin-top: 30px;
  position: relative; }

.indOutcome ul.testimonials li:after {
  content: " ";
  display: block;
  clear: both; }

.indOutcome ul.testimonials li:nth-child(1) {
  margin-top: 0; }

.indOutcome ul.testimonials li p {
  font-size: 24px;
  line-height: 1.33;
  letter-spacing: -0.3px;
  color: #34393e;
  padding-bottom: 30px; }

.indOutcome ul.testimonials li:before {
  content: " ";
  display: block;
  width: 24px;
  height: 20px;
  background-image: url(../images/quote-black.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  left: -40px;
  top: 5px; }

.innerPage.ind.dark .indOutcome ul.testimonials li:before {
  background-image: url(../images/quote-white.png); }

.indOutcome ul.testimonials li .image {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-size: cover;
  background-position: center center;
  float: left;
  margin-right: 10px; }

.indOutcome ul.testimonials li .text {
  float: left;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.2px;
  color: #34393e; }

/* SHOWREEL */
#showreel {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  z-index: 10;
  display: none;
  opacity: 0; }

#showreel iframe {
  display: block;
  width: 100%;
  height: 100%; }

/* HOME */
.innerPage.home section#intro {
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  min-height: 0; }

.innerPage.home {
  padding-top: 100vh;
  background: #f8f8f8; }

.innerPage section.innerPageIntroHero .backgroundVideo,
.innerPage.home section#intro .backgroundVideo {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  z-index: 1; }

.innerPage section.innerPageIntroHero .backgroundVideo:before,
.innerPage.home section#intro .backgroundVideo:before {
  position: absolute;
  content: " ";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #000;
  z-index: 100;
  transition: opacity 1s ease-out; }

.innerPage section.innerPageIntroHero .backgroundVideo.loaded:before,
.innerPage.home section#intro .backgroundVideo.loaded:before {
  opacity: 0; }

.innerPage section.innerPageIntroHero .backgroundVideo:after,
.innerPage.home section#intro .backgroundVideo:after {
  position: absolute;
  content: " ";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #191a1e;
  z-index: 101;
  opacity: 0.8; }

.innerPage section.innerPageIntroHero .backgroundVideo iframe,
.innerPage.home section#intro .backgroundVideo iframe {
  position: absolute; }

body .innerPage section.innerPageIntroHero .backgroundVideo canvas {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  transform: translateY(-50%); }

body.wmt169 .innerPage section.innerPageIntroHero .backgroundVideo iframe,
body.wmt169 .innerPage.home section#intro .backgroundVideo iframe {
  width: calc(100vw + 75px);
  height: calc(56vw + 42px);
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0; }

body.hmt169 .innerPage section.innerPageIntroHero .backgroundVideo iframe,
body.hmt169 .innerPage.home section#intro .backgroundVideo iframe {
  width: calc(178vh + 100px);
  height: calc(100vh + 178px);
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  bottom: 0; }

.innerPage.home section#intro {
  color: #FFF;
  line-height: 1.33; }

.innerPage.home section#intro .contents {
  position: relative; }

.innerPage.home section#intro .contents:after {
  content: " ";
  display: block;
  clear: both; }

.innerPage.home section#intro .topContents {
  text-align: center; }

.innerPage.home section#intro .topContents .showreel {
  opacity: 0;
  overflow: hidden;
  transition: all 0.3s ease-out;
  cursor: pointer;
  transform-origin: 50% 50%;
  position: relative;
  display: inline-block; }

.innerPage.home section#intro .topContents .showreel .circle {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: #1c1d1f;
  margin: auto;
  position: relative;
  transition: all 0.3s ease-out; }

/*.innerPage.home section#intro .topContents .showreel .circle:after {*/
/*content:" ";*/
/*display:block;*/
/*width:12px;*/
/*height:14px;*/
/*background:url(../images/play.svg);*/
/*background-repeat:no-repeat;*/
/*background-size:contain;*/
/*background-position:center center;*/
/*position:absolute;*/
/*left:50%;*/
/*top:50%;*/
/*transform:translate(-40%,-45%);*/
/*}*/
.innerPage.home section#intro .topContents .showreel .circle svg {
  position: absolute;
  top: 0;
  right: -3px;
  left: 0;
  bottom: 0;
  margin: auto; }

.innerPage.home section#intro .topContents .showreel .circle:hover {
  background: white; }

.innerPage.home section#intro .topContents .showreel .circle svg > g > g {
  transition: all 0.3s ease-out; }

.innerPage.home section#intro .topContents .showreel .circle:hover svg > g > g {
  fill: #1c1d1f; }

.innerPage.home section#intro .topContents .showreel span {
  display: block;
  position: relative;
  margin: auto;
  font-size: 14px;
  line-height: 1.71;
  color: #9b9b9b;
  padding-top: 10px;
  transform: translateY(-50%);
  opacity: 0;
  transition: color 0.3s; }

.innerPage.home section#intro .topContents .showreel:hover span {
  color: #FFF; }

.innerPage.home section#intro .bottomContents {
  font-size: 40px;
  color: #FFF;
  line-height: 1.25;
  text-align: center;
  margin-top: 80px;
  opacity: 0;
  position: relative; }

.innerPage.home section#intro .bottomContents strong {
  color: #f8f8f8;
  font-weight: normal; }

.innerPage.home section#intro .scrollingLineContainer {
  position: absolute;
  bottom: 205px;
  left: 50%;
  margin-left: -2px;
  z-index: 2;
  opacity: 0; }

.innerPage.home section#intro .scrollingMouseContainer {
  position: absolute;
  bottom: 205px;
  left: 50%;
  z-index: 2;
  opacity: 0; }

.innerPage.home section#intro .scrollingLine {
  width: 4px;
  height: 80px;
  background: #4a4a4a;
  overflow: hidden;
  animation: linemove 2s infinite ease-out; }

@keyframes linemove {
  0% {
    transform: translateY(-15px); }
  50% {
    transform: translateY(0px); }
  100% {
    transform: translateY(-15px); } }
.innerPage.home section#intro .scrollingLine span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #FFF;
  transform: translateY(-100%);
  animation: linescroll 2s infinite ease-out; }

@keyframes linescroll {
  0% {
    transform: translateY(-100%); }
  50% {
    transform: translateY(100%); }
  100% {
    transform: translateY(100%); } }
.innerPage.home section#intro .scrollingLine span:before {
  content: " ";
  display: block;
  width: 5px;
  height: 5px;
  position: absolute;
  top: 0;
  left: 0;
  transform: skewX(45deg);
  transform-origin: top right;
  background: #4a4a4a; }

.innerPage.home section#intro .scrollingLine span:after {
  content: " ";
  display: block;
  width: 5px;
  height: 5px;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: skewX(45deg);
  transform-origin: bottom left;
  background: #4a4a4a; }

section .sectionTitle {
  font-size: 42px;
  font-weight: bold;
  font-family: 'Akkurat-Regular';
  line-height: 1.24; }

/* HOME / first section */
.innerPage.home section.homeFirstSection {
  background: #1c1d1f;
  text-align: center;
  color: #FFF;
  font-size: 30px;
  line-height: 1.33;
  letter-spacing: -0.2px; }

.innerPage.home section.homeFirstSection .W {
  padding-top: 115px;
  padding-bottom: 115px; }

.innerPage.home section.homeFirstSection strong {
  font-weight: bold;
  font-family: 'Akkurat-Regular'; }

.innerPage.home section.homeFirstSection h6 {
  margin-top: 60px;
  font-size: 1rem;
  line-height: 1.71;
  font-weight: normal; }

/* HOME * / clients grid */
.innerPage.home section.clientsGrid {
  overflow: hidden;
  padding-bottom: 80px;
  background: #FFF; }

.innerPage.home section.clientsGrid .item {
  float: left;
  width: 25%;
  position: relative; }

.innerPage.home section.clientsGrid .item:after {
  content: " ";
  display: block;
  padding-bottom: 53%; }

.innerPage.home section.clientsGrid .item .logo {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 215px;
  height: 55px;
  max-width: 90%;
  max-height: 90%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  transform: translate(-50%, -50%); }

/* HOME / featured work */
.innerPage.home section.featuredWork {
  overflow: hidden;
  background: #FFF; }

.innerPage.home section.featuredWork.last .featuredContainer .articleContainer {
  position: relative; }

.innerPage.home section.featuredWork.last .featuredContainer .articleContainer:before {
  content: " ";
  display: block;
  position: absolute;
  left: -100vw;
  right: -100vw;
  top: 50%;
  height: 100%;
  background: #f8f8f8; }

.innerPage.home section.featuredWork .introText .W {
  padding-bottom: 0px; }

.innerPage.home section.featuredWork .introText .contents:after {
  content: " ";
  display: block;
  clear: both; }

.innerPage.home section.featuredWork .introText .contents {
  position: relative; }

.innerPage.home section.featuredWork .introText .contents .left {
  float: left;
  width: 50%;
  position: relative; }

.innerPage.home section.featuredWork .introText .contents .left h2 {
  font-size: 42px;
  font-family: 'Akkurat-Regular';
  line-height: 1.24;
  color: #1c1d1f;
  margin-bottom: 5px; }

.innerPage.home section.featuredWork .introText .contents .left h2 .icon {
  display: inline-block;
  height: 40px;
  width: auto;
  vertical-align: top;
  margin-left: 15px; }

.innerPage.home section.featuredWork .introText .contents .left h4 {
  font-size: 30px;
  line-height: 1.33;
  letter-spacing: -0.2px; }

.innerPage.home section.featuredWork .introText .contents .description {
  float: left;
  width: 50%;
  min-height: 170px;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.2px;
  color: #686868; }

.innerPage.home section.featuredWork .nav {
  line-height: 80px;
  font-size: 14px;
  color: #191a1e;
  position: relative; }

.innerPage.home section.featuredWork .nav strong {
  font-weight: normal; }

.innerPage.home section.featuredWork .nav a {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%); }

.innerPage.home section.featuredWork .W.featuredContainer {
  padding-top: 0;
  max-width: 1520px; }

.innerPage.home section.featuredWork article {
  display: block;
  position: relative;
  background-size: cover;
  -webkit-transform: translate3d(0, 0, 0);
  min-height: 600px; }

.innerPage.home section.featuredWork article .contents {
  width: 410px;
  margin-left: 80px;
  padding-top: 45px;
  padding-bottom: 45px; }

.innerPage.home section.featuredWork article .contents h1 {
  font-size: 40px;
  font-weight: 300;
  line-height: 1.25;
  color: #ffffff; }

.innerPage.home section.featuredWork article .contents h2.mobile {
  display: none; }

.innerPage.home section.featuredWork article .contents ul {
  list-style: none;
  display: block; }

.innerPage.home section.featuredWork article .contents ul {
  list-style: none;
  display: block;
  margin: 70px 0; }

.innerPage.home section.featuredWork article .contents li {
  display: inline-block;
  color: #FFF;
  margin-right: 1rem; }

.innerPage.home section.featuredWork article .contents ul li h3 {
  font-family: 'Akkurat-Regular';
  font-size: 26px;
  letter-spacing: -0.5px;
  margin-bottom: 10px; }

.innerPage.home section.featuredWork article .contents .quote {
  width: 290px;
  overflow: hidden;
  margin: 70px 0; }

.innerPage.home section.featuredWork article .contents .quote .left {
  float: left;
  width: 90px; }

.innerPage.home section.featuredWork article .contents .quote .left .avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden; }

.innerPage.home section.featuredWork article .contents .quote .left span {
  font-size: 12px;
  color: #FFF;
  line-height: 14px;
  margin-top: 3px;
  display: block; }

.innerPage.home section.featuredWork article .contents .quote .right {
  float: left;
  width: 200px;
  padding-left: 24px;
  font-size: 14px;
  color: #FFF;
  line-height: 18px;
  background: url(../images/quote.png);
  background-repeat: no-repeat;
  background-position: 0 3px;
  background-size: 9px auto; }

.innerPage.home section.featuredWork article .contents .quote .left .avatar img {
  width: 100%; }

.innerPage.home section.featuredWork article .contents ul p {
  font-size: 14px;
  line-height: 1.29; }

.innerPage.home section.featuredWork article .image {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom right;
  position: absolute;
  top: 0;
  left: 240px;
  right: 0;
  bottom: 0; }

.innerPage.home section.featuredWork article .image .image {
  left: 0;
  right: 0; }

.innerPage.home section.featuredWork article .image:after {
  content: " ";
  display: block;
  clear: both; }

.innerPage.home section.featuredWork article .image.extraTopBottom {
  top: -30px;
  bottom: -30px; }

.innerPage.home section.featuredWork article .image.extraBottom {
  bottom: -30px; }

.innerPage.home section.featuredWork article .image.spaceRight {
  right: 80px; }

.innerPage.home section.featuredWork article .image.spaceTop {
  top: 80px; }

.innerPage.home section.featuredWork article .image.spaceBottom {
  bottom: 80px; }

/* HOME / AWARDS */
.innerPage.home section.homeAwards {
  background: #f8f8f8;
  padding-bottom: 160px;
  padding-top: 80px; }

.innerPage.home section.homeAwards .contents:after {
  content: " ";
  display: block;
  clear: both; }

.innerPage.home section.homeAwards .contents .left {
  float: left;
  width: 35%; }

.innerPage.home section.homeAwards .contents .left h2 {
  font-size: 42px;
  font-family: 'Akkurat-Regular';
  line-height: 1.24;
  color: #1c1d1f;
  margin-bottom: 0; }

.innerPage.home section.homeAwards .contents .left h4 {
  font-size: 30px;
  line-height: 1.33;
  letter-spacing: -0.2px; }

.innerPage.home section.homeAwards .contents .list,
.innerPage.home section.homeAwards .contents .image {
  float: left;
  width: 65%;
  text-align: center; }

.innerPage.home section.homeAwards .contents .image {
  padding-left: 40px;
  position: relative;
  top: -34px; }

.innerPage.home section.homeAwards .contents .list img {
  display: inline-block;
  width: auto;
  max-height: 48px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin: 0 20px 25px; }

.innerPage.home section.homeAwards .contents .image img {
  display: block;
  width: 100%;
  height: auto;
  mix-blend-mode: multiply; }

/* HOME / Our Services */
.innerPage.home section#ourServices {
  padding-top: 140px; }

.innerPage section#ourServices ul {
  display: block;
  overflow: hidden;
  margin: 90px -20px 60px; }

.innerPage section#ourServices li {
  display: block;
  float: left;
  width: 20%;
  padding: 0 20px;
  margin-bottom: 30px; }

.innerPage section#ourServices li .bodymovin {
  height: 50px; }

.innerPage section#ourServices li .bodymovin svg {
  width: auto !important; }

.innerPage section#ourServices li h3 {
  margin: 20px 0;
  font-size: 24px;
  line-height: 1.33;
  letter-spacing: -0.4px; }

.innerPage section#ourServices li p {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.5px;
  color: #9b9b9b; }

.innerPage section#ourServices li.moreContainer {
  clear: both;
  float: none;
  display: block;
  min-height: 0 !important; }

/* HOME / Awards + Clients */
.innerPage.home section#awardsAndClients {
  padding-bottom: 140px; }

.innerPage.home section#awardsAndClients .table {
  table-layout: fixed; }

.innerPage.home section#awardsAndClients .cell {
  vertical-align: top; }

.innerPage.home section#awardsAndClients .year {
  float: left;
  font-size: 24px;
  width: 95px;
  clear: both;
  margin-top: 40px; }

.innerPage.home section#awardsAndClients ul {
  float: left;
  list-style: none;
  margin-top: 40px;
  margin-bottom: 20px; }

.innerPage.home section#awardsAndClients ul li {
  padding-bottom: 15px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5; }

.innerPage.home section#awardsAndClients ul li strong {
  font-weight: normal;
  color: #9b9b9b; }

.innerPage.home section#awardsAndClients .clients {
  overflow: hidden;
  margin: 0 -35px 0; }

.innerPage.home section#awardsAndClients .clients .item {
  float: left;
  width: calc(33% - 70px);
  margin: 40px 35px;
  height: 35px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  filter: grayscale(100%); }

.innerPage.home section#awardsAndClients .clients .item:nth-child(3n-2) {
  background-position: left; }

/* HOME / get in touch expanded */
section#getInTouchExpanded {
  font-size: 40px;
  text-align: center;
  line-height: 50px;
  background: #FFF;
  padding-top: 140px;
  padding-bottom: 140px; }

section#getInTouchExpanded .text span {
  color: #9B9B9B; }

section#getInTouchExpanded .text strong {
  font-family: "Akkurat-Regular"; }

section#getInTouchExpanded .table .cell .W .text p {
  margin: auto;
  max-width: 600px; }

section#getInTouchExpanded .word {
  display: inline-block;
  position: relative; }

section#getInTouchExpanded .word div {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  white-space: nowrap; }

/* BLOG LIST */
.blogItem {
  padding-left: 80px; }

.blogItem a {
  display: block;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  transition: all 0.3s; }

.blogItem a:hover {
  background: #1c1d1f; }

.blogItem a .W {
  padding-top: 0;
  padding-bottom: 0; }

.blogItem a .table .cell {
  vertical-align: middle;
  position: relative; }

.blogItem a .table .cell:nth-child(1) {
  width: 46%;
  padding-right: 80px; }

.blogItem a .contents {
  width: 100%; }

.blogItem a .contents h2 {
  font-size: 30px;
  line-height: 1.33;
  color: #1c1d1f;
  font-weight: normal;
  transition: all 0.3s; }

.blogItem a:hover .contents h2 {
  color: #FFF; }

.blogItem a .contents h5 {
  font-size: 16px;
  line-height: 1.31;
  color: #686868;
  font-weight: normal;
  margin-top: 20px; }

.blogItem a .contents .cell:nth-child(2):after {
  content: " ";
  display: block;
  height: 25vw; }

.blogItem a .contents .cell .image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: calc(((100vw - 80px) / 100) * 55);
  background-size: cover;
  background-position: center center; }

.blogItem a .contents .cell .image:after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #1c1d1f;
  opacity: 0;
  transition: all 0.3s; }

.blogItem a:hover .contents .cell .image:after {
  opacity: 0.8; }

/* ABOUT US // whoweare */
.innerPage.aboutUs {
  background: #FFF; }

section#whoweare .table .cell {
  padding-top: 170px;
  vertical-align: bottom; }

section#whoweare .text-logo-container {
  position: relative; }

section#whoweare .text-wrapper {
  width: calc(50% - 2px);
  display: inline-block;
  position: relative;
  /*top: 50%;*/
  /*transform: translateY(-50%);*/ }

section#whoweare .big-logo-wrapper {
  width: calc(50% - 2px);
  text-align: center;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%); }

/*.text-logo-container {*/
/*padding-top: 0;*/
/*}*/
.logo-animation {
  /* make the body fits our viewport */
  position: relative;
  width: 100%;
  height: 100%;
  margin: auto;
  top: 50%;
  /* hide scrollbars */
  overflow: hidden;
  padding: 3rem; }

#canvas {
  /* make the canvas wrapper fits the document */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.plane {
  /* define the size of your plane */
  width: 240px;
  height: 443px;
  position: relative;
  margin: 0 auto; }

.plane img {
  /* hide the img element */ }

section#whoweare .text.main {
  max-width: 460px;
  font-size: 30px;
  line-height: 1.33;
  letter-spacing: -0.5px;
  color: #25282b; }

section#whoweare .text.long {
  max-width: 460px;
  font-size: 16px;
  line-height: 1.5;
  color: #34393e;
  margin-top: 48px; }

/* GRID LAYOUT */
.grid {
  margin: -10px;
  overflow: hidden; }

.grid .item {
  width: 25%;
  padding: 0 10px;
  margin: 10px 0;
  float: left; }

.grid .item:nth-child(4n+1) {
  clear: both; }

/* ABOUT US / BIO */
section#bio .grid {
  margin-top: -27px;
  margin-bottom: -27px; }

section#bio .item {
  margin: 27px 0; }

section#bio .item h4 {
  font-family: 'Akkurat-Regular';
  font-size: 40px;
  font-weight: bold;
  letter-spacing: -0.5px;
  color: #25282b;
  margin-left: -2px; }

section#bio .item .desc {
  font-size: 16px;
  line-height: 1.5;
  margin-top: 11px; }

/* ABOUT US / team */
section#team .introText {
  font-size: 30px;
  line-height: 1.33;
  padding-bottom: 60px; }

section#team .introText strong {
  font-family: 'Akkurat-Regular';
  font-weight: bold; }

section#team .grid .item {
  width: calc(100% / 3);
  padding: 0 10px;
  margin: 10px 0;
  float: left;
  overflow: hidden; }

section#team .grid .item:nth-child(4n+1) {
  clear: none; }

section#team .grid .item:nth-child(3n+1) {
  clear: both; }

section#team .item.title {
  font-size: 30px;
  line-height: 1.33;
  letter-spacing: -0.5px; }

section#team .item.title strong {
  font-family: 'Akkurat-Regular';
  font-weight: bold; }

section#team .item .contents {
  height: 420px;
  position: relative;
  color: #FFF; }

section#team .item .links {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000;
  color: #FFF;
  padding-bottom: 35px;
  transform: translateY(100%);
  padding: 0 25px 25px; }

section#team .item .links ul {
  display: inline; }

section#team .item .links ul li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 10px 10px 0; }

section#team .item .links ul li a {
  font-size: 22px;
  color: #FFF; }

section#team .item .contents .bg:after {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000000);
  content: " ";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 70px; }

section#team .item .links:after {
  content: " ";
  display: block;
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  height: 70px;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000000); }

section#acrossTheGlobe .item .contents:after {
  content: " ";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 70px;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000000); }

section#team .item .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center center; }

section#team .item .contents .texts,
section#acrossTheGlobe .item .contents .texts {
  position: absolute;
  bottom: 25px;
  left: 25px;
  right: 25px;
  z-index: 1; }

section#team .item .contents .texts h4,
section#acrossTheGlobe .item .contents .texts h4 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5; }

section#team .item .contents .texts h5,
section#acrossTheGlobe .item .contents .texts h5 {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5; }

section#acrossTheGlobe #globe .globe .globe-list li:nth-child(1) {
  display: none !important; }

/* ABOUT US / ACCROSS THE GLOBE */
section#acrossTheGlobe {
  overflow: hidden;
  min-height: 780px; }

section#acrossTheGlobe .contents {
  padding: 0 0 230px 0;
  background: #f8f8f8; }

section#acrossTheGlobe .contents h3,
section#acrossTheGlobeTabletIntro h3 {
  font-size: 30px;
  font-weight: normal;
  line-height: 1.33;
  letter-spacing: -0.5px;
  color: #25282b;
  margin-bottom: 25px; }

section#acrossTheGlobe .contents h3 strong,
section#acrossTheGlobeTabletIntro h3 strong {
  font-family: 'Akkurat-Regular';
  font-weight: bold; }

section#acrossTheGlobe .contents .desc,
section#acrossTheGlobeTabletIntro .desc {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  color: #191a1e; }

section#acrossTheGlobe .contents .items {
  height: 320px;
  margin-top: 106px;
  position: absolute;
  max-width: 945px;
  width: calc(100% - 160px); }

section#acrossTheGlobe .contents .items .arrow {
  width: 40px;
  height: 40px;
  background: #25282b;
  position: absolute;
  top: 50%;
  background-size: 14px auto;
  background-position: center center;
  background-repeat: no-repeat;
  transition: all 0.5s;
  cursor: pointer; }

section#acrossTheGlobe .contents .items .arrow.disabled {
  opacity: 0.2;
  cursor: default;
  pointer-events: none; }

section#acrossTheGlobe .contents .items .arrow.hidden {
  display: none;
  pointer-events: none; }

section#acrossTheGlobe .contents .items .arrow.arrowLeft {
  left: 60px;
  transform: translate(-50%, -50%);
  background-image: url(../images/arrow-left.png); }

section#acrossTheGlobe .contents .items .arrow.arrowRight {
  right: 60px;
  transform: translate(50%, -50%);
  background-image: url(../images/arrow-right.png); }

section#acrossTheGlobe .contents .items .canvas {
  position: absolute;
  left: 110px;
  right: 110px;
  top: 0;
  bottom: 0;
  overflow: hidden; }

section#acrossTheGlobe .contents .items .canvas .modelItemWidth {
  visibility: hidden;
  width: calc(100% / 3); }

section#acrossTheGlobe .contents .items .canvas .scroller {
  display: table; }

section#acrossTheGlobe .contents .items .canvas .scroller .item {
  padding: 0 10px;
  display: table-cell;
  cursor: pointer; }

section#acrossTheGlobe .contents .items .canvas .scroller .item .contents {
  height: 320px;
  position: relative;
  padding: 0;
  background: transparent;
  color: #FFF; }

section#acrossTheGlobe .contents .items .canvas .scroller .item .contents .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center center;
  opacity: 0.2;
  transition: all 0.5s; }

section#acrossTheGlobe .item .contents:after {
  opacity: 0.2;
  transition: all 0.5s; }

section#acrossTheGlobe .contents .items .canvas .scroller .item.current .contents .bg,
section#acrossTheGlobe .item.current .contents:after {
  opacity: 1; }

section#acrossTheGlobe #globe {
  position: absolute;
  right: -100px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.4; }

section#acrossTheGlobe #globe .globe {
  position: relative;
  width: 100vw;
  height: 100vh; }

section#acrossTheGlobe #globe .globe .globe-list {
  z-index: 10;
  position: absolute;
  left: 0;
  top: 0;
  list-style: none; }

section#acrossTheGlobe #globe .globe .globe-list {
  opacity: 0;
  -webkit-transition: opacity 3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-transition: opacity 3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -ms-transition: opacity 3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: opacity 3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: opacity 3s cubic-bezier(0.175, 0.885, 0.32, 1.275); }

section#acrossTheGlobe #globe .globe .globe-list.active {
  opacity: 1; }

section#acrossTheGlobe #globe .globe .globe-list > li {
  opacity: 1;
  position: absolute;
  margin-left: -4px;
  margin-top: -4px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #000;
  -webkit-transition: opacity 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-transition: opacity 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -ms-transition: opacity 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: opacity 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: opacity 1s cubic-bezier(0.175, 0.885, 0.32, 1.275); }

section#acrossTheGlobe #globe .globe .globe-list > li.active {
  margin-left: -4px;
  margin-top: -4px;
  width: 8px;
  height: 8px; }

section#acrossTheGlobe #globe .globe .globe-list > li.active:before {
  content: "";
  opacity: 0.5;
  pointer-events: none;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -8px;
  margin-top: -8px;
  width: 16px;
  height: 16px;
  border: 1px solid #000;
  border-radius: 50%;
  background: transparent;
  -webkit-animation: 2s pulse infinite linear;
  -moz-animation: 2s pulse infinite linear;
  -ms-animation: 2s pulse infinite linear;
  -o-animation: 2s pulse infinite linear;
  animation: 2s pulse infinite linear; }

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1); }
  50% {
    opacity: 0.5; }
  100% {
    opacity: 0;
    -webkit-transform: scale(2); } }
@-moz-keyframes pulse {
  0% {
    -moz-transform: scale(1); }
  50% {
    opacity: 0.5; }
  100% {
    opacity: 0;
    -moz-transform: scale(2); } }
@-ms-keyframes pulse {
  0% {
    -ms-transform: scale(1); }
  50% {
    opacity: 0.5; }
  100% {
    opacity: 0;
    -ms-transform: scale(2); } }
@-o-keyframes pulse {
  0% {
    -o-transform: scale(1); }
  50% {
    opacity: 0.5; }
  100% {
    opacity: 0;
    -o-transform: scale(2); } }
@keyframes pulse {
  0% {
    transform: scale(1); }
  50% {
    opacity: 0.5; }
  100% {
    opacity: 0;
    transform: scale(2); } }
section#acrossTheGlobe #globe .globe .globe-canvas {
  z-index: 0;
  position: absolute;
  left: 0;
  top: 0; }

/* APPROACH */
.innerPage.approach section#ourApproach {
  background: #FFF; }

.innerPage.approach section#ourApproach .contents {
  text-align: center;
  font-size: 42px;
  line-height: 1.24; }

.innerPage.approach section#ourApproach .contents h4 {
  font-size: 11px;
  font-family: "Akkurat-Regular";
  line-height: 1.91;
  letter-spacing: 0.9px;
  color: #191a1e;
  text-transform: uppercase;
  margin-bottom: 10px; }

.innerPage.approach h3.subSectionTitle {
  font-size: 42px;
  line-height: 1.24;
  font-weight: normal;
  position: relative;
  display: inline-block; }

.innerPage.approach h3.subSectionTitle span.lineContainer {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  height: 10px;
  top: 52%;
  transform: translateY(-50%);
  overflow: hidden; }

.innerPage.approach h3.subSectionTitle span.lineContainer span.line {
  background: #686868;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0%;
  max-width: 100%; }

.innerPage.approach section#propose h3.subSectionTitle span.lineContainer span.line,
.innerPage.approach section#research h3.subSectionTitle span.lineContainer span.line {
  background: #d8d8d8; }

.innerPage.approach h3.subSectionTitle span.label {
  position: relative;
  z-index: 1; }

.innerPage.approach .contents {
  position: relative; }

.innerPage.approach section.bmLeft .text {
  padding-left: 45%;
  padding-right: 12%;
  font-size: 24px;
  line-height: 1.42; }

.innerPage.approach section.titleTop .text p {
  margin-top: 40px; }

.innerPage.approach section.bmLeft .bodymovin {
  position: absolute;
  left: -8%;
  bottom: -30%;
  top: -30%;
  width: 55%; }

.innerPage.approach section.bgDark {
  background: #25282b;
  color: #d8d8d8; }

.innerPage.approach section.bgDark h3 {
  color: #FFF; }

.innerPage.approach section.bgAlabaster {
  background: #f8f8f8; }

.innerPage.approach section.titleRight h3 {
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%) translateX(-25%) rotate(90deg); }

.innerPage.approach section.bmLeft.bmBigger .bodymovin {
  position: absolute;
  left: -8%;
  bottom: -60%;
  top: -60%;
  width: 55%; }

.innerPage.approach section.bgWhite {
  background: #FFF; }

.innerPage.approach section.bmCenter .contents {
  padding: 0 15%; }

.innerPage.approach section.bmCenter .bodymovin {
  height: 400px;
  display: block;
  margin: auto; }

.innerPage.approach section.bmCenter .text {
  text-align: center;
  font-size: 24px;
  line-height: 1.42; }

.innerPage.approach section.titleLeft h3 {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) translateX(-100%) rotate(-90deg); }

.innerPage.approach section.titleBetween .text {
  padding-left: 50%;
  position: relative; }

.innerPage.approach section.titleBetween .text h3 {
  position: absolute;
  left: 42%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
  color: #FFF; }

.innerPage.approach section#summary {
  background: #25282b; }

.innerPage.approach section#summary h4 {
  font-size: 11px;
  color: #d8d8d8;
  line-height: 1.91;
  text-transform: uppercase;
  letter-spacing: 0.9px;
  margin-bottom: 40px; }

.innerPage.approach section#summary .contents {
  text-align: center;
  font-size: 42px;
  line-height: 1.24;
  color: #9b9b9b; }

.innerPage.approach section#summary .contents strong {
  font-weight: 300;
  color: #FFF; }

/* previewProject */
.previewProject {
  position: relative;
  z-index: 1; }

.previewProject .partialBg {
  position: absolute;
  left: 0;
  right: 0;
  height: 50%; }

.previewProject .partialBg.prevBg {
  top: 0; }

.previewProject .partialBg.nextBg {
  bottom: 0; }

.previewProject .W {
  padding-top: 90px;
  padding-bottom: 90px; }

.previewProject .imageInCenterBody .W {
  position: relative; }

.previewProject .previewProjectBg {
  max-width: 1200px;
  margin: auto;
  position: relative; }

.previewProject .image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: contain;
  background-position: bottom right;
  background-repeat: no-repeat; }

.previewProject.imageInCenterBody .image {
  right: 80px; }

.previewProject.imageInCenterBody .image .image {
  right: 0; }

.previewProject .image.extraTopBottom {
  top: -50px;
  bottom: -50px; }

.previewProject .image.spaceRight {
  right: 80px; }

.previewProject .image.extraTop {
  top: -50px; }

.previewProject .image.extraBottom {
  bottom: -50px; }

.previewProject .contents {
  width: 300px; }

.previewProject .contents h1 {
  font-size: 30px;
  font-weight: 300;
  line-height: 1.25;
  margin-bottom: 40px;
  color: #FFF; }

.previewProject .contents h2 {
  display: none; }

/* CASE STUDIES */
.innerPage.caseStudies section.innerPageIntroHero {
  max-height: 460px;
  overflow: visible; }

.innerPage.caseStudies section.innerPageIntroHero > table {
  transform: translateY(10%); }

.innerPage.caseStudies section.innerPageIntroHero .table .contents .left {
  color: #1c1d1f; }

/* awardsAndRecognition */
section#awardsAndRecognition {
  overflow: hidden; }

section#awardsAndRecognition .W {
  overflow: hidden; }

section#awardsAndRecognition .yearContainer {
  float: left;
  width: 50%;
  position: relative;
  margin-top: 50px; }

section#awardsAndRecognition .yearContainer .year {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 24px; }

section#awardsAndRecognition .yearContainer ul.list {
  padding-left: 85px;
  margin-top: -2px; }

section#awardsAndRecognition .yearContainer ul.list li {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 12px; }

section#awardsAndRecognition .yearContainer ul.list li strong {
  font-weight: normal;
  color: #9b9b9b; }

/* services */
.demo-4 {
  --color-text: #fff;
  --color-bg: #fff;
  --color-link: #711d55;
  --color-link-hover: #fff;
  --color-top-right: magenta;
  --color-bottom-left: red; }

.completed .demo-4 {
  --color-text: #222;
  --color-link: #222;
  --color-link-hover: #aaa; }

section#servicesIntro .backgroundVideo {
  background: #000; }
section#servicesIntro .loaderServices {
  /*background: linear-gradient(-135deg, var(--color-top-right), var(--color-bottom-left));*/
  /*background-color: black ;*/
  /*background: #1c1d1f;*/
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 600ms;
  z-index: 100; }
  section#servicesIntro .loaderServices canvas {
    width: 2000px !important;
    height: 1000px !important;
    position: absolute;
    top: 50%;
    bottom: 0px;
    left: 0px;
    right: 0px;
    transform: translateY(-50%); }
section#servicesIntro .loading .loaderServices {
  opacity: 1; }
section#servicesIntro .completed .loaderServices {
  opacity: 0;
  pointer-events: none; }
section#servicesIntro section#servicesIntro {
  /*padding-top: 240px;*/ }
section#servicesIntro .table .contents .left {
  max-width: 460px;
  font-size: 30px;
  line-height: 1.33;
  color: #9b9b9b; }
section#servicesIntro .W {
  padding-bottom: 0; }
section#servicesIntro .heading,
section#servicesIntro .description {
  width: 50%; }
section#servicesIntro .heading {
  font-size: 30px;
  line-height: 1.33;
  letter-spacing: -0.2px;
  color: white;
  margin-bottom: 25px; }
section#servicesIntro .heading strong {
  font-family: 'Akkurat-Regular'; }
section#servicesIntro .description {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.2px;
  /*color: #686868;*/ }

section.servicesExpanded .W {
  overflow: hidden; }
section.servicesExpanded article.service {
  width: 50%;
  float: left;
  margin-bottom: 50px; }
section.servicesExpanded article.service:nth-child(odd) {
  padding-right: 100px; }
section.servicesExpanded article.service:nth-child(even) {
  padding-left: 100px; }
section.servicesExpanded article.service:nth-child(1) .bodymovin {
  margin-left: -7px; }
section.servicesExpanded article.service:nth-child(2) .bodymovin {
  margin-left: -25px; }
section.servicesExpanded article.service:nth-child(3) .bodymovin {
  margin-left: -22px; }
section.servicesExpanded article.service:nth-child(4) .bodymovin {
  margin-left: -8px; }
section.servicesExpanded article .bodymovin {
  height: 75px;
  margin-bottom: 30px; }
section.servicesExpanded article .bodymovin svg {
  width: auto !important; }
section.servicesExpanded article h3 {
  font-size: 24px;
  letter-spacing: -0.3px;
  color: #1c1d1f;
  font-family: 'Akkurat-Regular';
  display: block;
  margin-bottom: 15px; }
section.servicesExpanded article .description {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.2px;
  color: #686868;
  min-height: 80px;
  margin-bottom: 20px; }
section.servicesExpanded article .detail {
  font-size: 14px;
  line-height: 1.71;
  letter-spacing: normal;
  color: #1c1d1f; }
section.servicesExpanded article .relatedProjects {
  margin-top: 25px; }
section.servicesExpanded article .relatedProjects .littleTitle {
  display: block;
  font-size: 12px;
  line-height: 2;
  letter-spacing: 1px;
  color: #1c1d1f;
  font-family: 'Akkurat-Regular';
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 20px; }
section.servicesExpanded article .relatedProjects .items {
  overflow: hidden; }
section.servicesExpanded article .relatedProjects .items .item {
  width: 140px;
  float: left;
  margin-right: 20px; }
section.servicesExpanded article .relatedProjects .items .item a {
  display: block;
  text-decoration: none; }
section.servicesExpanded article .relatedProjects .items .item a .thumb {
  display: block;
  height: 70px;
  background-size: cover;
  background-position: center center;
  position: relative; }
section.servicesExpanded article .relatedProjects .items .item a .thumb:before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #1c1d1f;
  opacity: 0;
  transition: all 0.3s ease-out; }
section.servicesExpanded article .relatedProjects .items .item a .thumb:hover::before {
  opacity: .6; }
section.servicesExpanded article .relatedProjects .items .item a label {
  display: block;
  font-size: 14px;
  line-height: 1.71;
  letter-spacing: normal;
  color: #1c1d1f;
  padding-top: 5px; }

.innerPage.services section#getInTouchExpanded {
  padding-top: 0; }

.innerPage.contact .innerPageIntroHero .table .contents .left .wrapper strong {
  color: white; }

@media all and (max-width: 1440px), all and (max-height: 1000px) {
  .W {
    max-width: 1100px; }

  .innerPage.home section#intro .bottomContents {
    font-size: 30px;
    margin-top: 70px;
    margin-bottom: 100px; }

  .innerPage.home section#intro .scrollingLine {
    height: 70px;
    width: 3px; }

  .innerPage.home section#intro .topContents img {
    width: 200px; }

  .innerPage.home section.featuredWork .W.featuredContainer {
    max-width: 1260px; }

  .innerPage.home section.featuredWork article .image {
    left: 140px; }

  .innerPage.home section.featuredWork article .contents h1 {
    font-size: 30px; }

  .innerPage.home section.featuredWork article .contents {
    width: 310px; }

  .innerPage.home section.featuredWork article .contents ul,
  .innerPage.home section.featuredWork article .contents .quote {
    margin-top: 35px; }

  section#ourServices .sectionTitle {
    position: absolute;
    width: 40%;
    margin-top: 50px; }

  .innerPage section#ourServices .inner {
    position: relative; }

  .innerPage section#ourServices ul {
    margin-top: 0;
    margin-bottom: 0; }

  .innerPage section#ourServices li {
    width: 25%; }

  .innerPage section#ourServices li:nth-child(1) {
    margin-left: 50%; }

  .innerPage section#ourServices li:nth-child(1),
  .innerPage section#ourServices li:nth-child(2) {
    margin-bottom: 55px; }

  .innerPage section#ourServices li:nth-child(3) {
    clear: both; }

  .innerPage section#ourServices li.moreContainer {
    float: left;
    clear: none;
    padding-top: 80px; }

  .innerPage.home section#awardsAndClients {
    padding-bottom: 120px; }

  .innerPage.home section#awardsAndClients .clients {
    width: 100%; }

  section#getInTouchExpanded {
    font-size: 30px;
    line-height: 40px; }

  .innerPage.home section#intro .scrollingMouseContainer {
    bottom: 7vh; } }
@media all and (max-width: 1365px) {
  .innerPage.home section#featuredWork .scroller article .image {
    right: -240px; }

  .innerPage.home section#featuredWork .scroller article .image.spaceRight {
    right: 10px; }

  .innerPage.home section#featuredWork .scroller article:nth-child(2) .image {
    left: 330px; }

  section#footer ul.blogPosts li:nth-child(3) {
    display: none; }

  .innerPage.home section.featuredWork article .W {
    padding-left: 0; }

  .innerPage.home section.featuredWork .W.featuredContainer .articleContainer {
    margin-left: -80px;
    margin-right: -80px; }

  .innerPage.home section.featuredWork article .image.spaceRight {
    right: 0; }

  section.servicesExpanded article.service:nth-child(2n+1) {
    padding-right: 70px; }

  section.servicesExpanded article.service:nth-child(2n) {
    padding-left: 70px; } }
section#footer .footerContents .disclaimer .tablet-logo,
section#acrossTheGlobeTabletIntro {
  display: none; }

@media all and (max-width: 1279px) {
  section#footer .footerContents .cell {
    padding: 30px 3vw; }

  section#footer .footerContents .disclaimer {
    text-align: right; }

  section#footer .footerContents .disclaimer .logo {
    display: none; }

  section#footer .footerContents .disclaimer .tablet-logo {
    display: inline-block;
    width: 120px;
    height: auto; }

  section#footer .footerContents .disclaimer span {
    display: block; } }
.responsiveTopBar {
  display: none; }

@media all and (max-width: 1023px), all and (max-height: 620px) {
  /* RESPONSIVE MENU */
  section {
    padding-left: 0; }

  .innerPage {
    padding-top: 80px; }

  .innerPage.home section#intro {
    top: 80px; }

  .FH {
    min-height: 0;
    height: calc(100vh - 80px); }

  .indexNav {
    top: 105px; }

  .responsiveTopBar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 80px;
    background: #1c1d1f;
    z-index: 510;
    display: block; }

  .responsiveTopBar .logo {
    position: absolute;
    right: 30px;
    height: 40px;
    top: 50%;
    transform: translateY(-50%);
    width: 21px;
    background: url(../images/a-logo.svg);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat; }

  menu .toggler,
  menu .closedArea {
    display: none !important; }

  menu .contents {
    padding-top: 100px;
    padding-right: 30px;
    padding-left: 30px; }

  .responsiveTopBar .toggler {
    right: auto;
    left: 0; }

  menu {
    transform: translateX(-100%); }

  .js.tablet {
    display: block; } }
@media all and (max-width: 1023px) {
  section#servicesIntro .loaderServices canvas {
    width: 100% !important;
    height: 100% !important; }

  /* TABLET */
  section {
    padding-left: 0; }

  section#intro .W {
    padding: 50px; }

  .W {
    padding: 70px; }

  .innerPage.home {
    overflow: hidden; }

  .innerPage.home section#featuredWork .nav {
    position: relative;
    right: auto;
    left: 70px; }

  .innerPage.home section#featuredWork .nav span.details {
    display: none; }

  .innerPage.home section#featuredWork {
    height: auto !important;
    overflow: visible; }

  .innerPage.home section#featuredWork .scroller.FH,
  .innerPage.home section#featuredWork .scroller .hScroller {
    height: auto;
    min-height: 0;
    padding: 0;
    display: block; }

  .innerPage.home section#featuredWork .scroller article {
    width: auto;
    display: block;
    height: 600px; }

  .innerPage.home section#featuredWork .scroller article .image {
    right: -100px !important;
    bottom: 50px !important;
    top: 50px !important;
    background-position: center right;
    left: 180px !important; }

  .innerPage.home section#featuredWork .scroller article .image .image {
    right: 0 !important;
    bottom: 0 !important;
    top: 0 !important;
    left: 0 !important; }

  .innerPage.home section#featuredWork .scroller article:nth-child(2) .image {
    left: 360px !important; }

  .innerPage.home section#featuredWork .scroller article:last-child .image.extraBottom {
    top: 0 !important;
    bottom: -50px !important; }

  .innerPage section#ourServices ul {
    margin: 0 -20px; }

  .innerPage section#ourServices li:nth-child(1) {
    margin-left: calc(100% / 3); }

  .innerPage section#ourServices li {
    width: calc(100% / 3);
    margin-bottom: 15px !important; }

  .innerPage section#ourServices li h3 {
    margin: 15px 0; }

  .innerPage section#ourServices li.moreContainer {
    padding-top: 0; }

  .innerPage.home section#awardsAndClients {
    padding-bottom: 70px; }

  .innerPage.home section#awardsAndClients .table,
  .innerPage.home section#awardsAndClients .table .cell {
    display: block;
    overflow: hidden; }

  .innerPage.home section#awardsAndClients ul {
    width: calc(50% - 60px);
    margin-top: 27px;
    padding: 0 10px 0 6px; }

  .innerPage.home section#awardsAndClients .year {
    clear: none;
    width: 60px;
    margin-top: 30px; }

  .innerPage.home section#awardsAndClients .W .table .cell:nth-child(2) {
    margin-top: 140px; }

  .innerPage.home section#awardsAndClients .clients {
    width: auto; }

  .innerPage.home section.homeAwards .contents .left {
    width: 37%; }

  .innerPage.home section.homeAwards .contents .list,
  .innerPage.home section.homeAwards .contents .image {
    width: 63%; }

  section#getInTouchExpanded {
    padding: 70px 0; }

  section#footer .footerContents .location {
    font-size: 12px; }

  section#footer .footerContents .disclaimer .logo {
    display: none; }

  section#footer .footerContents .footerLinks ul {
    width: 100%; }

  section#footer .footerContents .cell {
    padding: 30px 20px; }

  /* APPROACH */
  .innerPage.approach {
    overflow: hidden; }

  .innerPage.approach .FH:not(#ourApproach):not(#summary) {
    height: auto;
    min-height: 0; }

  .innerPage.approach section.bmLeft .bodymovin,
  .innerPage.approach section.bmLeft.bmBigger .bodymovin,
  .innerPage.approach section.bmCenter .bodymovin {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    width: auto;
    height: auto; }

  .innerPage.approach section.bmLeft .text {
    padding-left: 0;
    padding-right: 0;
    max-width: 435px; }

  .innerPage.approach section.titleRight h3 {
    top: auto;
    transform: translateY(100%) translateX(-62%) rotate(90deg); }

  .innerPage.approach section.bmCenter .contents {
    padding: 0;
    margin-top: -30px; }

  .innerPage.approach section.bmCenter .text {
    padding: 0 70px;
    position: relative; }

  .innerPage.approach section.titleLeft h3 {
    top: auto;
    bottom: calc(100% + 10px);
    transform: translateY(-50%) translateX(-33%) rotate(-90deg); }

  .previewProject .W {
    padding-top: 80px;
    padding-bottom: 80px; }

  .previewProject .image {
    transform: translateX(70px); }

  .previewProject .image.spaceRight {
    transform: translateX(170px); }

  .previewProject .image .image {
    transform: none; }

  .innerPage.approach section.bmLeft.titleBetween .contents {
    overflow: hidden; }

  .innerPage.approach section.bmLeft.titleBetween .text {
    float: right;
    position: static;
    margin-top: -30px; }

  .innerPage.approach section.titleBetween .text h3 {
    top: auto;
    bottom: 0;
    transform: translate(-40%, -120%) rotate(90deg);
    left: 0; }

  .innerPage.approach section#summary .contents {
    font-size: 40px; }

  /* ABOUT US */
  section#whoweare .table .cell {
    vertical-align: top;
    padding-top: 120px; }

  section#whoweare .text-wrapper {
    width: 100%;
    display: block; }

  section#whoweare .big-logo-wrapper {
    width: 100%;
    display: block;
    position: relative;
    top: 0;
    transform: none; }

  section#bio .W {
    padding-top: 40px; }

  .grid .item {
    width: calc(100% / 3); }

  section#team .grid .item {
    width: 50%; }

  section#acrossTheGlobeTabletIntro {
    display: block; }

  section#acrossTheGlobe {
    height: auto !important;
    min-height: 0;
    overflow: visible;
    margin-top: calc(35vw - 140px);
    margin-bottom: calc(35vw - 140px); }

  section#acrossTheGlobe .contents {
    padding: 0; }

  section#acrossTheGlobe .W {
    padding-bottom: 0; }

  section#acrossTheGlobe .contents h3,
  section#acrossTheGlobe .contents .desc {
    display: none; }

  section#acrossTheGlobe .contents .items {
    height: 280px;
    margin-top: 0;
    position: relative;
    max-width: none;
    width: auto;
    transform: translateY(30px); }

  section#acrossTheGlobe #globe {
    right: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

  section#acrossTheGlobe .contents .items .canvas {
    left: -10px;
    right: -10px; }

  section#acrossTheGlobe .contents .items .arrow {
    z-index: 2; }

  section#acrossTheGlobe .contents .items .arrow.arrowLeft {
    left: 0;
    transform: translateY(-50%); }

  section#acrossTheGlobe .contents .items .arrow.arrowRight {
    right: 0;
    transform: translateY(-50%); }

  section#acrossTheGlobe .contents .items .arrow.disabled {
    opacity: 0; }

  section#acrossTheGlobe .contents .items .canvas .scroller .item .contents {
    height: 280px; }

  section#acrossTheGlobe .item .contents .texts {
    bottom: 14px;
    left: 18px;
    right: 18px; }

  section#awardsAndRecognition .yearContainer ul.list {
    padding-left: 80px;
    padding-right: 10px; }

  /* CASE STUDIES */
  section.innerPageIntroHero .table .contents .left .wrapper br {
    display: none; }

  section.innerPageIntroHero .table .contents .left .wrapper {
    max-width: 330px; }

  section.detailItemsBlockList .item,
  section.detailItemsBlockList.isotope .item {
    height: 51vw;
    width: 100%; }

  /* BLOG */
  .blogItem {
    padding-left: 0; }

  .blogItem a .table .cell {
    width: 50%; }

  .blogItem a .table .cell:nth-child(1) {
    padding-right: 70px; }

  .blogItem a .contents .cell:nth-child(2)::after {
    height: 39vw; }

  .blogItem a .contents .cell .image {
    width: 52vw; }

  /* CONTACT */
  .innerPage.contact section.innerPageIntroHero .table .contents .left .wrapper {
    max-width: 350px; }

  section.twoColumns .W {
    padding-bottom: 0; }

  .innerPage.contact section#footer {
    margin-top: 70px; }

  /* CASE STUDY */
  .innerPage.ind section.innerPageIntroHero {
    height: auto; }

  .innerPage.ind section.innerPageIntroHero .W {
    padding-bottom: 0; }

  .innerPage.ind section.innerPageIntroHero .table,
  .innerPage.ind section.innerPageIntroHero .table .cell {
    display: block; }

  .innerPage.ind section.innerPageIntroHero .table .contents .cell {
    display: block;
    width: auto;
    float: none; }

  .innerPage.ind section.innerPageIntroHero .table .contents .left .wrapper {
    max-width: none; }

  .innerPage.ind section.innerPageIntroHero.caseStudyHero .table .contents .right {
    padding-top: 30px; }

  .innerPage.ind section.innerPageIntroHero.caseStudyHero .table .contents .right .wrapper {
    display: table;
    width: 100%; }

  .innerPage.ind section.innerPageIntroHero.caseStudyHero .table .contents .right .wrapper .date,
  .innerPage.ind section.innerPageIntroHero.caseStudyHero .table .contents .right .wrapper .links {
    display: table-cell; }

  .innerPage.ind section.innerPageIntroHero.caseStudyHero .table .contents .right .wrapper .links {
    vertical-align: bottom;
    text-align: right;
    padding-bottom: 10px; }

  .innerPage.ind section.innerPageIntroHero.caseStudyHero .table .contents .right .wrapper .links li {
    display: block;
    margin-top: 1px; }

  .innerPage.ind section.innerPageIntroHero.caseStudyHero .table .contents .right h1 {
    display: none; }

  .indVideo .W {
    padding: 70px 115px; }

  .indImage.bigger .W {
    padding-left: 70px;
    padding-right: 70px; }

  .indImage.outer .W {
    padding-left: 115px;
    padding-right: 115px; }

  section.detailItemsBlockList .item.pagination:nth-child(1) {
    display: none; }

  /* HOME */
  .innerPage.home section#intro .bottomContents {
    margin-bottom: 30px; }

  .innerPage.home section.homeFirstSection .W {
    padding: 95px 0 90px 0; }

  .innerPage.home section.clientsGrid .item {
    width: 50%; }

  .innerPage.home section.clientsGrid {
    padding-bottom: 40px; }

  .innerPage.home section.featuredWork .introText .contents .left {
    float: none;
    width: auto; }

  .innerPage.home section.featuredWork .introText .contents .description {
    float: none;
    width: auto;
    min-height: 0;
    padding-top: 40px;
    padding-bottom: 60px; }

  .innerPage.home section.featuredWork article .image {
    right: -150px; }

  .innerPage.home section.featuredWork article .image.extraBottom {
    bottom: -60px; }

  /* <SPECIFIC> */
  .innerPage.home section.featuredWork.repeater0 article .image {
    bottom: 0;
    right: -50px;
    background-position: center right; }

  /* </SPECIFIC> */
  .innerPage.home section.homeAwards {
    padding-top: 0;
    padding-bottom: 20px; }

  .innerPage.home section.homeAwards .contents .list img {
    max-height: 30px;
    margin: 13px 20px 6px; }

  /* SERVICES */
  section#servicesIntro {
    /*padding-top: 180px;*/ }

  section#servicesIntro .heading {
    width: auto; }

  section#servicesIntro .description {
    max-width: 460px; }

  section.servicesExpanded article.service {
    width: auto;
    float: none;
    padding: 0 !important; }

  section.servicesExpanded article.service:last-child {
    margin-bottom: 0; }

  section.servicesExpanded article .description {
    min-height: 0; } }
@media all and (max-width: 767px) {
  /* MOBILE */
  .FH {
    height: calc(100vh - 50px);
    min-height: 0; }

  .W {
    padding: 40px 20px; }

  .innerPage {
    padding-top: 50px; }

  .indexNav {
    display: none; }

  .responsiveTopBar .toggler {
    top: 6px;
    left: -10px; }

  .responsiveTopBar {
    height: 50px; }

  .responsiveTopBar .logo {
    right: 20px;
    background-image: url(../images/full-logo2.svg);
    width: 95px;
    height: 18px; }

  menu {
    width: 100%; }

  menu .contents {
    padding-top: 70px;
    padding-left: 20px;
    padding-right: 20px; }

  menu .bottomContents {
    bottom: 20px;
    left: 20px;
    right: 20px; }

  menu .bottomContents .text {
    margin-bottom: 80px;
    padding-top: 40px; }

  menu.scrollable .bottomContents {
    padding: 0 20px 20px 20px;
    background-position: 20px calc(100% - 20px); }

  menu.scrollable .bottomContents .footer {
    bottom: 20px;
    right: 20px; }

  /* home */
  section#intro .W {
    padding: 20px; }

  .innerPage.home section#intro {
    text-align: center;
    top: 50px; }

  .innerPage.home section#intro .bottomContents {
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 60px; }

  .innerPage.home section.homeFirstSection {
    font-size: 24px; }

  .innerPage.home section.homeFirstSection .W {
    padding: 70px 20px;
    max-width: 315px; }

  .innerPage.home section.homeFirstSection h6 {
    margin-top: 25px;
    padding: 0 25px; }

  .innerPage.home section.featuredWork .introText .contents .description {
    padding-top: 20px;
    padding-bottom: 0; }

  .innerPage.home section.featuredWork .introText .contents .left h2 {
    letter-spacing: -1px; }

  .innerPage.home section.featuredWork article {
    min-height: 0; }

  .innerPage.home section.featuredWork article .contents ul,
  .innerPage.home section.featuredWork article .contents .quote {
    display: none; }

  .innerPage.home section.featuredWork article .contents {
    padding-top: 30px;
    padding-bottom: 30px;
    width: 33%; }

  .innerPage.home section.featuredWork article .contents h1 {
    font-size: 24px;
    margin-bottom: 25px; }

  .innerPage.home section.featuredWork article .image,
  .innerPage.home section.featuredWork.repeater0 article .image {
    right: 40px; }

  .innerPage.home section.featuredWork.repeater1 article .image {
    right: -30px; }

  .innerPage.home section.featuredWork article .image.extraBottom {
    bottom: -30px; }

  .innerPage.home section.homeAwards .contents .left,
  .innerPage.home section.homeAwards .contents .list,
  .innerPage.home section.homeAwards .contents .image {
    float: none;
    width: auto; }

  .innerPage.home section.homeAwards .contents .list,
  .innerPage.home section.homeAwards .contents .image {
    margin-top: 20px; }

  .innerPage.home section.homeAwards .contents .image {
    margin-top: 40px;
    padding-left: 0; }

  section#getInTouchExpanded {
    font-size: 24px;
    line-height: 1.35; }

  section#getInTouchExpanded .text {
    margin-bottom: 20px; }

  section#footer .W {
    padding-top: 85px; }

  section#footer ul.blogPosts {
    display: block;
    width: 100%;
    margin: 0;
    border-spacing: 0;
    margin-top: 40px; }

  section#footer .table,
  section#footer .cell {
    display: block; }

  section#footer .table .more {
    display: none; }

  section#footer ul.blogPosts li {
    display: block;
    margin-top: 20px; }

  section#footer ul.blogPosts li h4 {
    min-height: 0 !important; }

  section#footer .moreMobile {
    display: block;
    text-align: center; }

  section#footer .moreMobile .more {
    display: inline-block;
    float: none;
    margin-top: 35px; }

  section#footer .footerContents {
    margin-top: 30px;
    border: none;
    display: block; }

  section#footer .footerContents .cell {
    display: block;
    border: none;
    border-top: 1px solid #403f3f;
    width: auto;
    padding: 18px 20px; }

  section#footer .footerContents .cell.footerLinks {
    padding: 45px 20px 20px; }

  section#footer .footerContents .cell:last-child {
    border-top: none; }

  section#footer .footerContents .disclaimer {
    text-align: center; }

  section#footer .footerContents .disclaimer .tablet-logo {
    display: none; }

  section#footer .footerContents .disclaimer .logo {
    display: inline-block;
    height: 25px;
    margin-left: 10px;
    transform: translateY(1px); }

  section#footer .subFooter span.desktop {
    display: none; }

  section#footer .subFooter span.mobile {
    display: inline; }

  .innerPage.aboutUs {
    overflow: hidden; }

  section#whoweare .table .cell {
    padding-top: 80px; }

  section#whoweare .text.main {
    font-size: 24px;
    line-height: 1.59; }

  section#whoweare .text.long {
    margin-top: 34px; }

  section#bio .item {
    width: auto; }

  section#team .grid .item {
    width: 100%; }

  section#bio .item.spacer {
    display: none !important; }

  section#acrossTheGlobe .contents .items .canvas .modelItemWidth {
    width: 100%; }

  section#acrossTheGlobe .contents .items .canvas .scroller .item {
    padding: 0 calc(50vw - 75px);
    cursor: default; }

  section#acrossTheGlobe .contents .items .canvas .scroller .item .contents,
  section#acrossTheGlobe .contents .items {
    height: 190px; }

  section#acrossTheGlobe {
    margin-top: 100px;
    margin-bottom: 100px; }

  section#ourServices .sectionTitle {
    position: relative;
    width: auto;
    margin-top: 0;
    margin-bottom: 60px; }

  .innerPage section#ourServices li {
    margin-left: 0 !important;
    width: auto;
    float: none;
    min-height: 0 !important;
    margin-bottom: 20px !important; }

  .innerPage section#ourServices li.moreContainer {
    padding-top: 40px; }

  section#awardsAndRecognition .yearContainer {
    float: none;
    width: auto; }

  section#awardsAndRecognition .yearContainer .year {
    position: relative;
    padding-bottom: 20px;
    left: auto;
    top: auto; }

  section#awardsAndRecognition .yearContainer ul.list {
    padding-left: 0;
    padding-right: 0; }

  .innerPage.approach section#ourApproach .contents,
  .innerPage.approach h3.subSectionTitle {
    font-size: 24px !important; }

  .innerPage.approach section .text {
    font-size: 16px !important;
    padding: 0 !important;
    text-align: left !important;
    position: relative;
    margin-top: 20px !important; }

  .innerPage.approach section#ourApproach .text {
    text-align: center !important;
    font-size: 24px !important; }

  .innerPage.approach section .text p {
    margin-top: 20px !important; }

  .innerPage.approach section h3 {
    transform: none !important;
    left: auto !important;
    position: relative !important; }

  .previewProject .W > .image {
    transform: none !important;
    right: -30px !important;
    left: 160px; }

  .previewProject .W .image {
    background-position: right center; }

  .innerPage.approach section#summary {
    height: auto;
    padding: 60px 0; }

  .innerPage.approach section#summary .text {
    font-size: 24px !important;
    text-align: center !important;
    margin-bottom: 20px; }

  .innerPage.approach section#summary h4 {
    margin-bottom: 30px; }

  .innerPage.approach section#summary .contents strong {
    display: block;
    margin-top: 10px; }

  .innerPage.caseStudies section.innerPageIntroHero {
    max-height: none;
    height: auto;
    padding-top: 90px;
    padding-bottom: 20px; }

  section.innerPageIntroHero .table.contents,
  section.innerPageIntroHero .table.contents .cell,
  section.innerPageIntroHero .table .contents .left h1,
  section.innerPageIntroHero .table .contents .right h1.ghost {
    display: block;
    width: auto;
    font-size: 24px; }

  section.innerPageIntroHero .table.contents .cell.left {
    max-width: 275px; }

  section.innerPageIntroHero .table .contents .right .btn,
  section.innerPageIntroHero .table .contents .right .select {
    float: none;
    margin: 40px 0 0;
    width: auto;
    max-width: 300px;
    display: block; }

  section.detailItemsBlockList .item,
  section.detailItemsBlockList.isotope .item {
    height: 100vw; }

  section.detailItemsBlockList .item .bg {
    display: none; }

  section.detailItemsBlockList .item .bg.mobile {
    display: block; }

  section.detailItemsBlockList .item.mobileDark {
    color: #FFF !important;
    background: #1c1d1f !important; }

  section.detailItemsBlockList .item.mobileLight {
    color: #25282b !important; }

  section.detailItemsBlockList .item .contents {
    width: auto;
    padding: 45px 20px 0 20px; }

  .blogItem {
    padding: 20px; }

  .blogItem a .W {
    padding: 0; }

  .blogItem a .contents {
    position: relative; }

  .blogItem a .contents,
  .blogItem a .contents .cell {
    display: block;
    width: 100% !important;
    padding: 0 !important; }

  .blogItem a .contents .leftContents {
    padding: 250px 30px 30px 30px; }

  .blogItem a .contents .leftContents h2 {
    font-size: 24px; }

  .blogItem a .contents.table .cell:nth-child(2) {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 210px; }

  .blogItem a .contents .cell .image {
    width: 100%; }

  section.twoColumns h3 {
    font-size: 24px;
    width: auto;
    float: none;
    padding: 0; }

  section.twoColumns .texts {
    float: none;
    width: auto;
    padding: 25px 0 10px 0; }

  section#servicesIntro {
    /*padding-top: 75px;*/ }

  section#servicesIntro .heading {
    font-size: 24px; }

  section#servicesIntro .description {
    width: auto;
    max-width: none; }

  section.servicesExpanded article.service {
    padding-top: 20px; }

  section.servicesExpanded article .relatedProjects .items .item {
    max-width: calc(50% - 10px);
    width: 100%; }

  section.servicesExpanded article .relatedProjects .items .item:nth-child(even) {
    margin-right: 0; }

  section.innerPageIntroHero.caseStudyHero {
    height: auto;
    padding-top: 35px; }

  section.innerPageIntroHero.caseStudyHero .table .contents .cell,
  section.innerPageIntroHero.caseStudyHero .table .contents .left .wrapper {
    max-width: none; }

  section.innerPageIntroHero.caseStudyHero .table .contents .left h1 {
    font-size: 16px;
    line-height: 24px; }

  section.innerPageIntroHero.caseStudyHero .table .contents h2 {
    font-size: 24px; }

  section.innerPageIntroHero.caseStudyHero .table .contents .industries {
    margin: 20px -18px 0;
    font-size: 0; }

  section.innerPageIntroHero.caseStudyHero .table .contents .industries li {
    margin: 0 18px;
    font-size: 11px; }

  .innerPage.ind section.innerPageIntroHero.caseStudyHero .table .contents .right {
    padding-top: 20px; }

  .innerPage.ind section.innerPageIntroHero.caseStudyHero .table .contents .right .wrapper {
    display: block; }

  .innerPage.ind section.innerPageIntroHero.caseStudyHero .table .contents .right .wrapper .date,
  .innerPage.ind section.innerPageIntroHero.caseStudyHero .table .contents .right .wrapper .links {
    display: block;
    text-align: left; }

  .innerPage.ind section.innerPageIntroHero.caseStudyHero .table .contents .right .wrapper .links {
    padding-top: 10px;
    padding-bottom: 0; }

  .indText .W,
  .indImage .W {
    margin-top: 40px;
    margin-bottom: 40px; }

  .indText h1 {
    font-size: 24px;
    margin-bottom: 15px; }

  .indVideo .W {
    padding: 30px 50px; }

  .indOutcome {
    overflow: hidden; }

  .indOutcome ul.values {
    margin-top: -20px; }

  .indOutcome ul.values li {
    width: 50%;
    padding-top: 20px; }

  .indOutcome ul.testimonials li::before {
    position: relative;
    top: 0;
    left: 0;
    margin-bottom: 10px; }

  .indOutcome ul.testimonials li .text {
    max-width: calc(100% - 50px); }

  section.detailItemsBlockList .item.pagination {
    margin-top: 60px; }

  section.detailItemsBlockList .item.pagination .label {
    padding-left: 20px;
    font-size: 24px; }

  .indImage.outer .W {
    padding-left: 20px;
    padding-right: 20px; }

  .postBodyFooter {
    text-align: center; }

  section.postBodyFooter .rating {
    float: none;
    display: inline-block; }

  section.postBodyFooter .share {
    float: none;
    display: block;
    margin-top: 40px; } }
@media all and (max-width: 500px) {
  /* MOBILE */
  .previewProject .W > .image {
    left: 70px; }

  .innerPage.home section.clientsGrid .item {
    float: none;
    width: auto; }

  .innerPage.home section.clientsGrid .item::after {
    padding-bottom: 50%; }

  .innerPage.home section.featuredWork .nav a.more label {
    display: none; }

  .innerPage.home section.featuredWork .introText .contents .left h4 {
    max-width: 250px; }

  .innerPage.home section.featuredWork article .contents {
    width: 35%; }

  .innerPage.home section.featuredWork article .contents h1,
  .previewProject .contents h1 {
    display: none; }

  .innerPage.home section.featuredWork article .contents h2.mobile,
  .previewProject .contents h2.mobile {
    display: block;
    color: #FFF;
    font-weight: 300;
    line-height: 1.35;
    font-size: 24px;
    margin-bottom: 25px; }

  .innerPage.home section.homeAwards .contents .list img {
    max-height: 20px;
    margin: 13px 10px 4px; } }
@media all and (max-height: 510px) {
  .innerPage.home section#intro .scrollingMouseContainer {
    display: inline-block;
    position: relative;
    transform: none !important;
    bottom: auto;
    left: auto; }

  .innerPage.home section#intro .bottomContents {
    margin-bottom: 30px; } }
@media all and (max-height: 408px) {
  .innerPage.home section#intro .scrollingMouseContainer {
    display: none; } }

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