@charset "UTF-8";
@import "bootstrap-grid.min.css";
@import "font-awesome.min.css";
@import "swiper.min.css";
/*#region fonts */
@font-face {
  font-family: "Avenir";
  src: local("Avenir Light"), local("Avenir-Light"), url("../fonts/subset-Avenir-Light.woff2") format("woff2"), url("../fonts/subset-Avenir-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Avenir";
  src: local("Avenir Book"), local("Avenir-Book"), url("../fonts/subset-Avenir-Book.woff2") format("woff2"), url("../fonts/subset-Avenir-Book.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/*
@font-face {
    font-family: 'Avenir';
    src: local('Avenir Roman'), local('Avenir-Roman'),
        url('../fonts/subset-Avenir-Roman.woff2') format('woff2'),
        url('../fonts/subset-Avenir-Roman.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
} */
@font-face {
  font-family: "Avenir";
  src: local("Avenir Medium"), local("Avenir-Medium"), url("../fonts/subset-Avenir-Medium.woff2") format("woff2"), url("../fonts/subset-Avenir-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Avenir";
  src: local("Avenir Black"), local("Avenir-Black"), url("../fonts/subset-Avenir-Black.woff2") format("woff2"), url("../fonts/subset-Avenir-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/*#endregion */
/*#region colors */
/*#endregion */
/*#region mixins */
/*#endregion */
/*#region reset */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

a {
  text-decoration: none;
}

html {
  height: 100%;
}

body {
  min-height: 100%;
  position: relative;
}

ul, ol {
  padding-left: 24px;
}

/*#endregion */
/*#region typo */
ul, p, img {
  margin-bottom: 24px;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 900;
  line-height: 1.2;
  margin-bottom: 12px;
}

h1 {
  font-size: 28px;
}

h2 {
  font-size: 24px;
}

h3 {
  font-size: 20px;
}

h4, h5, h6 {
  font-size: 16px;
}

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

a {
  color: inherit;
}
a:hover {
  text-decoration: none;
}

strong {
  font-weight: 900;
}

hr {
  display: block;
  margin: 12px 0px;
  border: none;
  border-top: 1px solid #f5f5f5;
  background: none;
}

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

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

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

.text-small {
  font-size: 12px;
  line-height: 14px;
}

.color-navy {
  color: #1F233E;
}

iframe {
  max-width: 100%;
}

.page-title {
  text-transform: uppercase;
}

/*#endregion */
/*#region forms */
.form-group {
  margin-bottom: 16px;
}

.btn {
  display: inline-block;
  font-size: 12px;
  line-height: 22px;
  font-weight: 900;
  letter-spacing: 0.05em;
  padding: 11px 24px;
  padding-right: 72px;
  text-align: center;
  background-color: #224C61;
  color: #ffffff;
  border: 1px solid #224C61;
  outline: 0 none;
  margin-bottom: 10px;
  text-decoration: none;
  transition: background-color 0.4s ease;
  position: relative;
  cursor: pointer;
}
.btn:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  content: "";
  display: block;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 44px;
  height: 100%;
  background-color: #ffffff;
  color: #ffffff;
  font-size: 32px;
  line-height: 43px;
  color: #224C61;
}
.btn.btn-email:after {
  content: "";
  font-size: 18px;
}
.btn.btn-download {
  background-color: #1D859F;
  border-color: #1D859F;
}
.btn.btn-download:after {
  content: "";
  color: #1D859F;
  font-size: 18px;
}
.btn.btn-download:hover {
  color: #1D859F;
}
.btn.btn-white {
  border: 0 none;
  background-color: #ffffff;
  color: #343434;
}
.btn.btn-white:after {
  background-color: #EBC100;
  color: #ffffff;
}
.btn.btn-white:hover {
  background-color: #EBC100;
  color: #ffffff;
}
.btn.btn-block {
  display: block;
  width: 100%;
}
.btn:hover {
  background-color: #ffffff;
  color: #224C61;
}

.form-control {
  display: block;
  width: 100%;
  border: 1px solid #cccccc;
  border-radius: 20px;
  outline: 0 none;
  padding: 10px 15px;
  font-size: 16px;
  line-height: 20px;
  background-color: #ffffff;
  background-image: none;
  margin: 0px;
  color: #000000;
  transition: border-color 0.4s ease;
}
.form-control:focus {
  border-color: #000000;
}

label {
  display: inline-block;
  font-size: 12px;
  font-weight: 300;
  margin-bottom: 4px;
}

/*#endregion */
/*#region keyframes */
@-webkit-keyframes mouseScrollAnimation {
  0% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    top: 72%;
  }
}
@keyframes mouseScrollAnimation {
  0% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    top: 72%;
  }
}
@-webkit-keyframes homeBgAnimation {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.12);
    -moz-transform: scale(1.12);
    -ms-transform: scale(1.12);
    -o-transform: scale(1.12);
    transform: scale(1.12);
  }
}
@keyframes homeBgAnimation {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.12);
    -moz-transform: scale(1.12);
    -ms-transform: scale(1.12);
    -o-transform: scale(1.12);
    transform: scale(1.12);
  }
}
/*#endregion */
body {
  font-family: "Avenir";
  font-size: 16px;
  line-height: 1.4;
  color: #1F233E;
}

.container {
  word-break: break-word;
}

#header {
  background-color: #1F233E;
  padding: 14px 0px;
  color: #ffffff;
  position: fixed;
  left: 0px;
  right: 0px;
  top: 0px;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.12);
  z-index: 9000;
}
#header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#header #logo {
  display: block;
  height: 36px;
  width: auto;
}
#header #logo img {
  display: block;
  height: 100%;
  width: auto;
  margin: 0px;
}
#header #menu {
  list-style: none;
  margin: 0px;
  padding: 20px;
  padding-bottom: 100px;
  position: fixed;
  width: 100%;
  top: 62px;
  left: 100%;
  bottom: 0px;
  background-color: #1F233E;
  transition: left 0.4s ease;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 20px;
  font-weight: 700;
}
#header #menu li {
  margin-bottom: 2px;
}
#header #menu li a {
  display: block;
  padding: 6px;
}
#header #menu li a:hover {
  color: #00FCAF;
}
#header #menu li ul {
  padding-left: 32px;
  list-style: none;
  margin: 0px;
}
#header #menu li.social-medias {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 32px;
  text-align: center;
  font-size: 28px;
  line-height: 25px;
}
#header #menu li.social-medias a {
  display: inline-block;
  padding: 3px 6px;
}
#header #menu.open {
  left: 0px;
}
#header #menu-switch {
  position: relative;
  cursor: pointer;
  height: 36px;
  width: 36px;
}
#header #menu-switch:before, #header #menu-switch:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  border-radius: 1px;
  background-color: #fff;
  transition: all 0.4s ease;
}
#header #menu-switch:before {
  top: 11px;
}
#header #menu-switch:after {
  bottom: 11px;
}
#header #menu-switch.open:before {
  top: 17px;
  -webkit-transform: rotate(40deg);
  -moz-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  -o-transform: rotate(40deg);
  transform: rotate(40deg);
}
#header #menu-switch.open:after {
  bottom: 17px;
  -webkit-transform: rotate(-40deg);
  -moz-transform: rotate(-40deg);
  -ms-transform: rotate(-40deg);
  -o-transform: rotate(-40deg);
  transform: rotate(-40deg);
}

.team-member {
  display: block;
  min-height: 265px;
  margin-bottom: 30px;
  padding: 24px 20px 24px 148px;
  position: relative;
  background-color: #F4F4F4;
  border-radius: 36px;
  overflow: hidden;
  font-size: 12px;
  cursor: pointer;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
.team-member .image-holder {
  width: 128px;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  overflow: hidden;
}
.team-member .image-holder img {
  width: 100%;
  height: 100%;
  display: block;
  margin: 0px;
  object-fit: cover;
  transition: transform 0.32s ease;
}
.team-member h3 {
  font-size: 16px;
}
.team-member .subtitle {
  display: block;
  font-size: 13px;
  font-weight: 500;
  font-style: italic;
  margin-top: -8px;
  margin-bottom: 12px;
}
.team-member:after {
  content: "> More Info";
  display: block;
  position: absolute;
  font-size: 13px;
  font-weight: 900;
  left: 148px;
  bottom: 20px;
  transition: margin-left 0.32s ease;
}
.team-member:hover .image-holder img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.team-member:hover:after {
  margin-left: 12px;
}

.project-thumbnail {
  display: flex;
  align-items: stretch;
  min-height: 265px;
  margin-bottom: 30px;
  position: relative;
  background-color: #F4F4F4;
  border-radius: 36px;
  overflow: hidden;
  font-size: 12px;
  cursor: pointer;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
.project-thumbnail .image-holder {
  width: 39.6%;
  flex-shrink: 0;
  overflow: hidden;
  position: relative;
}
.project-thumbnail .image-holder img {
  width: 100%;
  height: 100%;
  display: block;
  margin: 0px;
  object-fit: cover;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: transform 0.32s ease;
}
.project-thumbnail .image-holder:after {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background-color: #1F233E;
  opacity: 0.72;
  mix-blend-mode: hard-light;
}
.project-thumbnail .content-holder {
  flex-grow: 1;
  padding: 24px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.project-thumbnail h3 {
  font-size: 14px;
  font-weight: 300;
}
.project-thumbnail p {
  margin: 0px;
  font-weight: 500;
}
.project-thumbnail.less-filter .image-holder:after {
  opacity: 0.36;
}
.project-thumbnail:hover .image-holder img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

.dark-filter .image-holder img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  z-index: 1;
}
.dark-filter .image-holder:after {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background-color: #1F233E;
  opacity: 0.72;
  mix-blend-mode: hard-light;
  z-index: 2;
}

.publication {
  margin-bottom: 32px;
  word-break: break-word;
  max-width: 720px;
}
.publication a {
  color: #2DA6E2;
}

.content-wrapper {
  max-width: 860px;
}

.swiper-container .swiper-pagination-bullet {
  background-color: #1F233E;
}
.swiper-container .swiper-button-next, .swiper-container .swiper-button-prev {
  width: 40px;
  height: 60px;
  background-size: auto 50%;
  margin-top: -30px;
  background-color: #1F233E;
}
.swiper-container .swiper-button-next {
  background-image: url("../gfx/icon-angle-right-white.svg");
  right: 0px;
}
.swiper-container .swiper-button-prev {
  background-image: url("../gfx/icon-angle-left-white.svg");
  left: 0px;
}
.swiper-container#project-slider {
  background-color: #f5f5f5;
  height: 400px;
  border-radius: 12px;
}
.swiper-container#project-slider .swiper-pagination {
  text-align: left;
  padding-left: 12px;
}
.swiper-container#project-slider .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.swiper-container#project-slider .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 0px;
}
.swiper-container#project-slider .swiper-slide span {
  display: block;
  position: absolute;
  right: 0px;
  bottom: 0px;
  background-color: #1F233E;
  color: #ffffff;
  padding: 12px;
  text-align: center;
  min-width: 140px;
  font-size: 13px;
}

.scroll-fade {
  opacity: 0;
  top: 80px;
  transition: opacity 0.8s ease, top 0.8s ease;
  position: relative;
}
.scroll-fade.faded-in {
  opacity: 1;
  top: 0px;
}

.section {
  padding: 32px 0px;
  position: relative;
}
.section.page-header {
  display: flex;
  align-items: center;
  color: #ffffff;
  text-align: center;
  min-height: 280px;
}
.section.page-header .image-holder {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  z-index: 1;
}
.section.page-header h1 {
  font-size: 18px;
  font-weight: 500;
  padding: 0px 15px;
  margin: 0px;
}
.section.page-header .container {
  position: relative;
  z-index: 3;
}
.section.page-header:before {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background-color: #1F233E;
  opacity: 0.72;
  mix-blend-mode: hard-light;
  z-index: 2;
}
.section#home {
  height: calc(100vh - 64px);
  min-height: 360px;
  color: #ffffff;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.section#home .image-holder {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background: url("../gfx/bg-home.jpg") no-repeat center center;
  background-size: cover;
  animation-duration: 20s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-name: homeBgAnimation;
}
.section#home h1, .section#home p {
  position: relative;
  opacity: 0;
  top: 40px;
  transition: opacity 0.8s ease-out, top 0.8s ease-out;
}
.section#home h1 {
  font-size: 24px;
}
.section#home .faded-in {
  opacity: 1;
  top: 0px;
}
.section#home .mouse-scroll-animation {
  width: 36px;
  height: 63px;
  border: 1px solid #ffffff;
  border-radius: 18px;
  margin-left: -18px;
  position: absolute;
  bottom: 24px;
  left: 50%;
}
.section#home .mouse-scroll-animation:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #ffffff;
  position: absolute;
  top: 16%;
  left: 50%;
  margin-left: -3px;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-name: mouseScrollAnimation;
}
.section#who-we-are {
  background-color: #ffffff;
  font-size: 18px;
  padding: 52px 0px;
}
.section#who-we-are .container video {
  display: none;
}
.section#who-we-are h1 {
  word-break: initial;
}
.section#what-we-do {
  background-color: rgba(143, 212, 170, 0.16);
  padding: 48px 0px;
}
.section#what-we-do h1 {
  text-align: center;
  word-break: initial;
}
.section#what-we-do ul {
  list-style: none;
  padding: 0px;
  text-align: center;
}
.section#what-we-do ul li {
  padding: 24px 40px;
}
.section#what-we-do ul li:after {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  background: url("../gfx/arrow-curved.svg") no-repeat center center;
  background-size: contain;
  margin: 0 auto;
  -webkit-transform: rotate(111deg);
  -moz-transform: rotate(111deg);
  -ms-transform: rotate(111deg);
  -o-transform: rotate(111deg);
  transform: rotate(111deg);
}
.section#what-we-do ul li:nth-child(even):after {
  -webkit-transform: rotate(-111deg);
  -moz-transform: rotate(-111deg);
  -ms-transform: rotate(-111deg);
  -o-transform: rotate(-111deg);
  transform: rotate(-111deg);
  background-image: url("../gfx/arrow-curved-reverse.svg");
}
.section#what-we-do ul li:last-child:after {
  display: none;
}
.section#project .project-details {
  padding-bottom: 12px;
  margin-bottom: 36px;
  border-bottom: 1px solid rgba(31, 35, 62, 0.14);
}

#content {
  padding-top: 64px;
}

#footer {
  background-color: #1F233E;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
}
#footer a:hover {
  color: #00FCAF;
}
#footer #footer-logo {
  width: 178px;
}
#footer .container {
  padding-top: 40px;
  background: url("../gfx/bg-footer-shape.svg") no-repeat 100% center;
  background-size: auto 100%;
}
#footer h5 {
  font-size: 18px;
}
#footer ul {
  list-style: none;
  padding: 0px;
}
#footer ul li a {
  display: inline-block;
  padding: 4px 0px;
}
#footer ul.footer-menu {
  overflow: auto;
  margin-bottom: 32px;
  max-width: 300px;
}
#footer ul.footer-menu li {
  width: 50%;
  padding-right: 12px;
  float: left;
}
#footer ul.legal-menu li {
  display: inline-block;
  margin: 0px 4px;
}
#footer ul.legal-menu li.design-link {
  display: block;
  margin: 0px;
}
#footer ul.legal-menu li.design-link a {
  color: #00FCAF;
}
#footer .footer-bottom {
  padding: 40px 0px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  text-align: center;
  font-size: 14px;
}
#footer .footer-bottom p {
  margin: 0px;
  font-weight: 300;
}

#stage {
  position: fixed;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.4) url("../gfx/loading.gif") no-repeat center center;
  background-size: 60px auto;
  display: none;
  align-items: center;
  justify-content: center;
}
#stage .stage-message {
  background-color: #ffffff;
  border-top: 4px solid #1F233E;
  padding: 24px;
  border-radius: 0px 0px 12px 12px;
  width: 400px;
  max-width: calc(100% - 30px);
  text-align: center;
}
#stage .member-details {
  width: 640px;
  max-width: calc(100% - 30px);
  max-height: 90%;
  overflow: auto;
  background-color: #F4F4F4;
  box-shadow: 0px 10px 20px rgba(57, 59, 62, 0.48);
  padding: 20px;
  border-radius: 20px;
  font-size: 14px;
  position: relative;
}
#stage .member-details .member-title {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
  padding-right: 32px;
}
#stage .member-details .member-title .image-holder {
  width: 64px;
  height: 64px;
  border: 3px solid #00FCAF;
  border-radius: 100%;
  overflow: hidden;
  flex-shrink: 0;
  margin-right: 12px;
}
#stage .member-details .member-title .image-holder img {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0px;
  object-fit: cover;
}
#stage .member-details .member-title h3 {
  font-size: 16px;
  font-weight: 700;
  margin: 0px;
}
#stage .member-details .member-title h3 .subtitle {
  display: block;
  font-size: 13px;
  font-weight: 500;
  font-style: italic;
  padding-top: 4px;
}
#stage .member-details #stage-close {
  width: 36px;
  height: 36px;
  background: url("../gfx/icon-close.svg") no-repeat center center;
  background-size: contain;
  cursor: pointer;
  position: absolute;
  right: 12px;
  top: 12px;
}

body.stage-open {
  overflow: hidden;
}
body.stage-open #stage {
  display: flex;
}

@media (min-width: 768px) {
  #header {
    transition: all 0.4s ease;
    padding-top: 24px;
    padding-bottom: 24px;
    box-shadow: none;
  }
  #header #menu {
    width: auto;
    padding: 0px;
    position: static;
    transition: initial;
    display: block;
    background-color: transparent;
    font-size: 14px;
    font-weight: 500;
  }
  #header #menu li {
    display: inline-block;
    position: relative;
  }
  #header #menu li.social-medias {
    position: static;
    margin-top: 0px;
    font-size: 20px;
  }
  #header #menu li.has-submenu > a:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    content: "";
    margin-left: 4px;
  }
  #header #menu li ul {
    position: absolute;
    left: -14px;
    top: 100%;
    background-color: #1F233E;
    white-space: nowrap;
    padding: 0px;
    display: none;
    font-size: 14px;
    padding-bottom: 8px;
  }
  #header #menu li ul li {
    display: block;
  }
  #header #menu li ul li a {
    padding-left: 20px;
    padding-right: 20px;
  }
  #header #menu li:hover ul {
    display: block;
  }
  #header #menu-switch {
    display: none;
  }
  #header.collapsed {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .section#home {
    height: 100vh;
    min-height: 520px;
    font-size: 20px;
  }
  .section#home h1 {
    font-size: 40px;
  }
  .section#home .mouse-scroll-animation {
    bottom: 40px;
  }
  .section#what-we-do ul {
    display: flex;
  }
  .section#what-we-do ul li {
    width: 25%;
    padding: 12px;
  }
  .section#what-we-do ul li img {
    height: 80px;
    width: auto;
  }
  .section#what-we-do ul li:after {
    display: none;
  }

  #content {
    padding-top: 84px;
  }

  #footer #footer-logo {
    margin-bottom: 44px;
  }
  #footer ul.footer-menu li {
    margin-bottom: 8px;
  }
  #footer ul.legal-menu {
    margin: 0px;
  }
  #footer ul.legal-menu li {
    margin-left: 20px;
  }
  #footer ul.legal-menu li.design-link {
    display: inline-block;
    margin-left: 24px;
    padding-left: 24px;
    position: relative;
  }
  #footer ul.legal-menu li.design-link:before {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 50%;
    width: 1px;
    height: 20px;
    margin-top: -10px;
    background-color: #ffffff;
  }
  #footer .footer-bottom {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
  }

  #stage .member-details {
    padding: 40px 60px 40px 140px;
  }
  #stage .member-details .member-title {
    margin-bottom: 12px;
  }
  #stage .member-details .member-title .image-holder {
    width: 92px;
    height: 92px;
    position: absolute;
    left: 24px;
    top: 40px;
  }

  .header-transparent #header {
    background-color: transparent;
  }
  .header-transparent #header #menu ul {
    background-color: transparent;
  }
  .header-transparent #header.collapsed {
    background-color: #1F233E;
  }
  .header-transparent #content {
    padding-top: 0px;
  }
}
@media (min-width: 992px) {
  #header #logo {
    height: 44px;
  }
  #header #menu {
    font-size: 16px;
  }
  #header #menu > li {
    margin-left: 24px;
  }

  .team-member {
    padding-left: 164px;
    font-size: 16px;
  }
  .team-member .image-holder {
    width: 144px;
  }
  .team-member:after {
    left: 164px;
  }

  .swiper-container#project-slider {
    height: 480px;
  }

  .section {
    padding: 44px 0px;
  }
  .section.page-header {
    height: 380px;
  }
  .section.page-header h1 {
    font-size: 26px;
  }
  .section#home h1 {
    font-size: 48px;
  }
  .section#who-we-are {
    padding: 0px;
  }
  .section#who-we-are .container {
    display: flex;
    align-items: center;
    padding: 120px 15px 120px 200px;
    position: relative;
  }
  .section#who-we-are .container video {
    display: block;
    height: 90%;
    position: absolute;
    left: 0px;
    bottom: 0px;
  }
  .section#who-we-are h1 {
    width: 50px;
    margin-right: 40px;
    line-height: 1.4;
    position: relative;
    z-index: 1;
  }
  .section#who-we-are .content-holder {
    padding-left: 60px;
    position: relative;
    z-index: 2;
  }
  .section#what-we-do {
    padding: 120px 0px;
  }
  .section#what-we-do .container {
    display: flex;
  }
  .section#what-we-do h1 {
    padding-top: 12px;
    width: 50px;
    margin-right: 40px;
    line-height: 1.4;
  }
  .section#what-we-do ul li {
    position: relative;
  }
  .section#what-we-do ul li:after {
    display: block;
    position: absolute;
    width: 44px;
    height: 44px;
    right: -24px;
    top: 30px;
    -webkit-transform: rotate(22deg);
    -moz-transform: rotate(22deg);
    -ms-transform: rotate(22deg);
    -o-transform: rotate(22deg);
    transform: rotate(22deg);
  }
  .section#what-we-do ul li:nth-child(even):after {
    -webkit-transform: rotate(144deg);
    -moz-transform: rotate(144deg);
    -ms-transform: rotate(144deg);
    -o-transform: rotate(144deg);
    transform: rotate(144deg);
  }
  .section#project .project-details {
    padding-left: 64px;
    padding-bottom: 0px;
    margin-bottom: 64px;
    border-bottom: 0 none;
    border-left: 1px solid rgba(31, 35, 62, 0.14);
  }

  #content {
    padding-top: 92px;
  }
}
@media (min-width: 1200px) {
  .page-title {
    font-size: 36px;
    margin-bottom: 32px;
  }

  .team-member {
    font-size: 12px;
  }

  .project-thumbnail h3 {
    font-size: 16px;
  }

  #stage .member-details {
    width: 820px;
  }

  .section#home h1 {
    font-size: 52px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1360px;
  }

  .team-member {
    font-size: 15px;
  }

  .project-thumbnail {
    min-height: 320px;
    font-size: 16px;
  }
  .project-thumbnail h3 {
    font-size: 20px;
  }

  .section#who-we-are .container {
    padding-left: 260px;
  }
  .section#who-we-are .container video {
    height: 100%;
  }
}

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