/* Load fonts - all types */
/* Load fonts - .otf */
/* font size em/px */
/* Font style */
/* Vendor prefixes to animations */
/* Animation */
/* Transition */
/* Breakpoint */
/* Transform */
@font-face {
  font-family: "Obibok-Regular";
  src: url("../fonts/Obibok_Web/Obibok-Regular.woff");
  font-weight: normal;
}
@font-face {
  font-family: "Obibok-Light";
  src: url("../fonts/Obibok_Web/Obibok-Light.woff");
}
/*
* Override bootstrap styles
*/
/* -- Navbar -- */
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: underline;
  background-color: inherit;
}

.nav > li.active > a,
.nav > li.active > a:hover,
.nav > li.active > a:focus {
  color: grey;
}

.nav > li > a:active,
.nav > li > a:hover,
.nav > li > a:focus {
  color: grey;
}

.navbar {
  z-index: 9999;
}

.navbar-header {
  z-index: 2;
}

.navbar-toggle {
  padding: 9px 13px;
  margin-right: 0;
  border: 0;
}

.navbar-toggle .icon-bar {
  background-color: black;
}

.navbar-nav {
  margin: 0;
  margin-left: 15px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.navbar-collapse.collapsing {
  -webkit-transition: height 0.01s;
  -moz-transition: height 0.01s;
  -ms-transition: height 0.01s;
  -o-transition: height 0.01s;
  transition: height 0.01s;
}

@media (max-width: 767px) {
  .navbar-collapse {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100vw;
    background-color: white;
    text-align: center;
    z-index: -1;
  }
}
.navbar-nav > li > a {
  outline: none;
  padding-right: 15px;
}

.navbar-right ul > li > a {
  padding-right: 0;
  padding-left: 15px;
}

.navbar-right .navbar-nav {
  margin: 30px;
  margin-right: 15px;
}

@media (max-width: 767px) {
  .navbar-right ul > li > a {
    padding-right: 0;
    padding-left: 0;
  }
  .navbar-right .navbar-nav {
    margin: 0;
  }
}
/*****************************/
/*********  MA GRID  *********/
/*****************************/
/*
 *  To change MA Grid modify only the variables
 *
 *  Number of columns -> $col-num
 *
 *  Big gutter size   -> $gutter
 *  Small gutter size -> $gutter-small
 *
 *  Breakpoints:
 *    - sm  -> $breakpoint-sm
 *    - md  -> $breakpoint-md
 *    - lg  -> $breakpoint-lg
 *    - xl  -> $breakpoint-xl
 *    - xxl -> $breakpoint-xxl
 */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.container-fluid {
  padding-right: calc(30px / 2);
  padding-left: calc(30px / 2);
  margin-right: auto;
  margin-left: auto;
  overflow-x: hidden;
}
@media (min-width: 992px) {
  .container-fluid {
    padding-right: calc(60px / 2);
    padding-left: calc(60px / 2);
  }
}

.a-row-nomarg:before, .a-row-nomarg:after {
  display: table;
  content: " ";
}
.a-row-nomarg:after {
  clear: both;
}

.a-row {
  margin-left: calc(30px / -2);
  margin-right: calc(30px / -2 );
}
@media (min-width: 992px) {
  .a-row {
    margin-left: calc(60px / -2 );
    margin-right: calc(60px / -2 );
  }
}
.a-row:before, .a-row:after {
  display: table;
  content: " ";
}
.a-row:after {
  clear: both;
}

.ma-grid--column, .column-xs-6,
.column-sm-6,
.column-md-6,
.column-lg-6,
.column-xl-6,
.column-xxl-6, .column-xs-5,
.column-sm-5,
.column-md-5,
.column-lg-5,
.column-xl-5,
.column-xxl-5, .column-xs-4,
.column-sm-4,
.column-md-4,
.column-lg-4,
.column-xl-4,
.column-xxl-4, .column-xs-3,
.column-sm-3,
.column-md-3,
.column-lg-3,
.column-xl-3,
.column-xxl-3, .column-xs-2,
.column-sm-2,
.column-md-2,
.column-lg-2,
.column-xl-2,
.column-xxl-2, .column-xs-1,
.column-sm-1,
.column-md-1,
.column-lg-1,
.column-xl-1,
.column-xxl-1 {
  position: relative;
  float: left;
  width: 100%;
  padding-left: calc(30px / 2);
  padding-right: calc(30px / 2);
}
@media (min-width: 992px) {
  .ma-grid--column, .column-xs-6,
.column-sm-6,
.column-md-6,
.column-lg-6,
.column-xl-6,
.column-xxl-6, .column-xs-5,
.column-sm-5,
.column-md-5,
.column-lg-5,
.column-xl-5,
.column-xxl-5, .column-xs-4,
.column-sm-4,
.column-md-4,
.column-lg-4,
.column-xl-4,
.column-xxl-4, .column-xs-3,
.column-sm-3,
.column-md-3,
.column-lg-3,
.column-xl-3,
.column-xxl-3, .column-xs-2,
.column-sm-2,
.column-md-2,
.column-lg-2,
.column-xl-2,
.column-xxl-2, .column-xs-1,
.column-sm-1,
.column-md-1,
.column-lg-1,
.column-xl-1,
.column-xxl-1 {
    padding-left: calc(60px / 2);
    padding-right: calc(60px / 2);
  }
}
.ma-grid--column .ma-grid--test, .column-xs-6 .ma-grid--test,
.column-sm-6 .ma-grid--test,
.column-md-6 .ma-grid--test,
.column-lg-6 .ma-grid--test,
.column-xl-6 .ma-grid--test,
.column-xxl-6 .ma-grid--test, .column-xs-5 .ma-grid--test,
.column-sm-5 .ma-grid--test,
.column-md-5 .ma-grid--test,
.column-lg-5 .ma-grid--test,
.column-xl-5 .ma-grid--test,
.column-xxl-5 .ma-grid--test, .column-xs-4 .ma-grid--test,
.column-sm-4 .ma-grid--test,
.column-md-4 .ma-grid--test,
.column-lg-4 .ma-grid--test,
.column-xl-4 .ma-grid--test,
.column-xxl-4 .ma-grid--test, .column-xs-3 .ma-grid--test,
.column-sm-3 .ma-grid--test,
.column-md-3 .ma-grid--test,
.column-lg-3 .ma-grid--test,
.column-xl-3 .ma-grid--test,
.column-xxl-3 .ma-grid--test, .column-xs-2 .ma-grid--test,
.column-sm-2 .ma-grid--test,
.column-md-2 .ma-grid--test,
.column-lg-2 .ma-grid--test,
.column-xl-2 .ma-grid--test,
.column-xxl-2 .ma-grid--test, .column-xs-1 .ma-grid--test,
.column-sm-1 .ma-grid--test,
.column-md-1 .ma-grid--test,
.column-lg-1 .ma-grid--test,
.column-xl-1 .ma-grid--test,
.column-xxl-1 .ma-grid--test {
  height: 100vh;
  background-color: rgba(160, 190, 190, 0.2);
}

@media (max-width: 767px) {
  .hide-o-xs {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hide-o-sm {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hide-o-md {
    display: none;
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .hide-o-lg {
    display: none;
  }
}
@media (min-width: 1440px) and (max-width: 1799px) {
  .hide-o-xl {
    display: none;
  }
}
@media (min-width: 1800px) {
  .hide-o-xxl {
    display: none;
  }
}
.column-xs-1 {
  width: calc(16.6666666667% * 1);
}

.column-xs-2 {
  width: calc(16.6666666667% * 2);
}

.column-xs-3 {
  width: calc(16.6666666667% * 3);
}

.column-xs-4 {
  width: calc(16.6666666667% * 4);
}

.column-xs-5 {
  width: calc(16.6666666667% * 5);
}

.column-xs-6 {
  width: calc(16.6666666667% * 6);
}

.column-xs-marg-0 {
  margin-left: calc(16.6666666667% * 0);
}

.column-xs-marg-1 {
  margin-left: calc(16.6666666667% * 1);
}

.column-xs-marg-2 {
  margin-left: calc(16.6666666667% * 2);
}

.column-xs-marg-3 {
  margin-left: calc(16.6666666667% * 3);
}

.column-xs-marg-4 {
  margin-left: calc(16.6666666667% * 4);
}

.column-xs-marg-5 {
  margin-left: calc(16.6666666667% * 5);
}

@media (min-width: 768px) {
  .hide-sm {
    display: none;
  }
  .column-sm-1 {
    width: calc(16.6666666667% * 1);
  }
  .column-sm-2 {
    width: calc(16.6666666667% * 2);
  }
  .column-sm-3 {
    width: calc(16.6666666667% * 3);
  }
  .column-sm-4 {
    width: calc(16.6666666667% * 4);
  }
  .column-sm-5 {
    width: calc(16.6666666667% * 5);
  }
  .column-sm-6 {
    width: calc(16.6666666667% * 6);
  }
  .column-sm-marg-0 {
    margin-left: calc(16.6666666667% * 0);
  }
  .column-sm-marg-1 {
    margin-left: calc(16.6666666667% * 1);
  }
  .column-sm-marg-2 {
    margin-left: calc(16.6666666667% * 2);
  }
  .column-sm-marg-3 {
    margin-left: calc(16.6666666667% * 3);
  }
  .column-sm-marg-4 {
    margin-left: calc(16.6666666667% * 4);
  }
  .column-sm-marg-5 {
    margin-left: calc(16.6666666667% * 5);
  }
}
@media (min-width: 992px) {
  .hide-md {
    display: none;
  }
  .column-md-1 {
    width: calc(16.6666666667% * 1);
  }
  .column-md-2 {
    width: calc(16.6666666667% * 2);
  }
  .column-md-3 {
    width: calc(16.6666666667% * 3);
  }
  .column-md-4 {
    width: calc(16.6666666667% * 4);
  }
  .column-md-5 {
    width: calc(16.6666666667% * 5);
  }
  .column-md-6 {
    width: calc(16.6666666667% * 6);
  }
  .column-md-marg-0 {
    margin-left: calc(16.6666666667% * 0);
  }
  .column-md-marg-1 {
    margin-left: calc(16.6666666667% * 1);
  }
  .column-md-marg-2 {
    margin-left: calc(16.6666666667% * 2);
  }
  .column-md-marg-3 {
    margin-left: calc(16.6666666667% * 3);
  }
  .column-md-marg-4 {
    margin-left: calc(16.6666666667% * 4);
  }
  .column-md-marg-5 {
    margin-left: calc(16.6666666667% * 5);
  }
}
@media (min-width: 1200px) {
  .hide-lg {
    display: none;
  }
  .column-lg-1 {
    width: calc(16.6666666667% * 1);
  }
  .column-lg-2 {
    width: calc(16.6666666667% * 2);
  }
  .column-lg-3 {
    width: calc(16.6666666667% * 3);
  }
  .column-lg-4 {
    width: calc(16.6666666667% * 4);
  }
  .column-lg-5 {
    width: calc(16.6666666667% * 5);
  }
  .column-lg-6 {
    width: calc(16.6666666667% * 6);
  }
  .column-lg-marg-0 {
    margin-left: calc(16.6666666667% * 0);
  }
  .column-lg-marg-1 {
    margin-left: calc(16.6666666667% * 1);
  }
  .column-lg-marg-2 {
    margin-left: calc(16.6666666667% * 2);
  }
  .column-lg-marg-3 {
    margin-left: calc(16.6666666667% * 3);
  }
  .column-lg-marg-4 {
    margin-left: calc(16.6666666667% * 4);
  }
  .column-lg-marg-5 {
    margin-left: calc(16.6666666667% * 5);
  }
}
@media (min-width: 1440px) {
  .hide-xl {
    display: none;
  }
  .column-xl-1 {
    width: calc(16.6666666667% * 1);
  }
  .column-xl-2 {
    width: calc(16.6666666667% * 2);
  }
  .column-xl-3 {
    width: calc(16.6666666667% * 3);
  }
  .column-xl-4 {
    width: calc(16.6666666667% * 4);
  }
  .column-xl-5 {
    width: calc(16.6666666667% * 5);
  }
  .column-xl-6 {
    width: calc(16.6666666667% * 6);
  }
  .column-xl-marg-0 {
    margin-left: calc(16.6666666667% * 0);
  }
  .column-xl-marg-1 {
    margin-left: calc(16.6666666667% * 1);
  }
  .column-xl-marg-2 {
    margin-left: calc(16.6666666667% * 2);
  }
  .column-xl-marg-3 {
    margin-left: calc(16.6666666667% * 3);
  }
  .column-xl-marg-4 {
    margin-left: calc(16.6666666667% * 4);
  }
  .column-xl-marg-5 {
    margin-left: calc(16.6666666667% * 5);
  }
}
@media (min-width: 1800px) {
  .hide-xxl {
    display: none;
  }
  .column-xxl-1 {
    width: calc(16.6666666667% * 1);
  }
  .column-xxl-2 {
    width: calc(16.6666666667% * 2);
  }
  .column-xxl-3 {
    width: calc(16.6666666667% * 3);
  }
  .column-xxl-4 {
    width: calc(16.6666666667% * 4);
  }
  .column-xxl-5 {
    width: calc(16.6666666667% * 5);
  }
  .column-xxl-6 {
    width: calc(16.6666666667% * 6);
  }
  .column-xxl-marg-0 {
    margin-left: calc(16.6666666667% * 0);
  }
  .column-xxl-marg-1 {
    margin-left: calc(16.6666666667% * 1);
  }
  .column-xxl-marg-2 {
    margin-left: calc(16.6666666667% * 2);
  }
  .column-xxl-marg-3 {
    margin-left: calc(16.6666666667% * 3);
  }
  .column-xxl-marg-4 {
    margin-left: calc(16.6666666667% * 4);
  }
  .column-xxl-marg-5 {
    margin-left: calc(16.6666666667% * 5);
  }
}
.no-padding {
  padding: 0;
}

/*
* Base/global css style
*/
* {
  color: black;
}
* ::-moz-selection {
  color: white;
  background: black;
}
* ::selection {
  color: white;
  background: black;
}
* :focus {
  outline: none;
}
* ::-moz-focus-inner {
  border: 0;
}
* ::-moz-focus-outer {
  border: 0;
}

body {
  padding: 0;
  margin: 0;
}

button:active {
  outline: none;
  border: 0;
}

video,
img {
  width: 100%;
  height: auto;
}

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

/* -- make a video responsive -- */
.videoContainer {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}

.videoContainer video,
.videoContainer iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*
* Global classes
*/
.vertical-align {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.horz-align {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.vert-horz-align {
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.fullheight {
  height: 100vh;
}

.disp--none {
  display: none;
}

.visb--none {
  visibility: hidden;
}

.float--left {
  float: left;
}

.float--right {
  float: right;
}

.no-pad {
  padding: 0;
}

.no-marg {
  margin: 0;
}

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

.marg--bottom-s {
  margin-bottom: 7.5px;
}
@media (min-width: 768px) {
  .marg--bottom-s {
    margin-bottom: 15px;
  }
}

.marg--bottom-m {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .marg--bottom-m {
    margin-bottom: 30px;
  }
}

.marg--bottom-l {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .marg--bottom-l {
    margin-bottom: 60px;
  }
}

[data-src] {
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

[data-src].lazyloaded {
  opacity: 1;
}

/* for fullscreen video/slider
.fix-footer {
  min-height: calc(100vh - 70px);
}
*/
h1, h1 span {
  font-family: "Obibok-Light";
  font-size: 6vw;
  text-transform: uppercase;
}

h2 {
  font-family: "Obibok-Light";
  font-size: 28px;
  line-height: 36px;
}

h3, h3 span {
  font-family: "Obibok-Light";
  font-size: 20px;
  line-height: 30px;
}

h3 a:hover {
  text-decoration: none;
}

h4 {
  font-family: "Obibok-Light";
  font-size: 24px;
  line-height: 32px;
  text-transform: uppercase;
  padding-bottom: 30px;
}
h4:last-of-type {
  padding-bottom: 0;
}

h5 {
  font-family: "Obibok-Light";
  font-size: 20px;
  line-height: 26px;
  padding-bottom: 26px;
}
h5:last-of-type {
  padding-bottom: 0;
}
h5 a {
  border-bottom: 1.5px solid black;
}
h5 a:hover a {
  border-bottom: 1.5px solid #ECEE57;
  text-decoration: none;
}

p {
  font-family: "Obibok-Light";
  font-size: 18px;
  line-height: 24px;
}
p a {
  border-bottom: 1.5px solid black;
}
p a:hover {
  border-bottom: 1.5px solid #ECEE57;
}

p.p--small, span {
  font-family: "Obibok-Light";
  font-size: 15px;
  line-height: 24px;
  padding-bottom: 24px;
  hyphens: auto;
}
p.p--small:last-of-type, span:last-of-type {
  padding-bottom: 0;
}

a, a:hover {
  text-decoration: none;
}

@media (min-width: 992px) {
  h1, h1 span {
    font-size: 3vw;
  }
  h2 {
    font-size: 40px;
    line-height: 52px;
  }
  h3, h3 span {
    font-size: 20px;
    line-height: 32px;
  }
  h3 a {
    border-bottom: 2px solid black;
  }
  h3:hover a span {
    border-bottom: 2px solid #ECEE57;
  }
  h4 {
    font-size: 30px;
    line-height: 36px;
    padding-bottom: 36px;
  }
  h5 {
    font-size: 30px;
    line-height: 36px;
    padding-bottom: 36px;
  }
  h5 a {
    border-bottom: 2px solid black;
  }
  h5 a:hover a {
    border-bottom: 2px solid #ECEE57;
  }
  p {
    font-size: 22px;
    line-height: 34px;
  }
}
@media (min-width: 1200px) {
  h1, h1 span {
    font-size: 3.5vw;
    text-transform: uppercase;
  }
}
@media (min-width: 992px) {
  h3, h3 span {
    font-size: 33px;
    line-height: 44px;
  }
}
body {
  font-family: "GT-Walsheim-Regular", sans-serif;
  color: #BDCCD4;
  overflow-x: hidden;
  background-size: 50000% 5000%;
  background-repeat: no-repeat;
  -webkit-animation-name: bckg;
  animation-name: bckg;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes bckg {
  from {
    background-position: 0% 0%;
  }
  to {
    background-position: 100% 100%;
  }
}
@keyframes bckg {
  from {
    background-position: 0% 0%;
  }
  to {
    background-position: 100% 100%;
  }
}
a {
  -webkit-transition: border-color 0.2s;
  -o-transition: border-color 0.2s;
  transition: border-color 0.2s;
}

.bg-color--none-to-pink,
.bg-color--pink-to-pink {
  background-color: #FFBFAB;
}

.bg-color--none-to-yellow,
.bg-color--yellow-to-yellow {
  background-color: #ECEE57;
}

.bg-color--yellow-to-pink {
  background-color: #FFBFAB;
  background-image: -webkit-gradient(linear, left top, right top, from(#ECEE57), to(#FFBFAB));
  background-image: -webkit-linear-gradient(left, #ECEE57, #FFBFAB);
  background-image: -o-linear-gradient(left, #ECEE57, #FFBFAB);
  background-image: linear-gradient(to right, #ECEE57, #FFBFAB);
}

.bg-color--pink-to-yellow {
  background-color: #ECEE57;
  background-image: -webkit-gradient(linear, left top, right top, from(#FFBFAB), to(#ECEE57));
  background-image: -webkit-linear-gradient(left, #FFBFAB, #ECEE57);
  background-image: -o-linear-gradient(left, #FFBFAB, #ECEE57);
  background-image: linear-gradient(to right, #FFBFAB, #ECEE57);
}

.grid {
  width: 100%;
  opacity: 0;
}
.grid.grid--ready {
  opacity: 1;
}

.grid-sizer, .grid-item {
  width: 100%;
}
@media (min-width: 768px) {
  .grid-sizer, .grid-item {
    width: 60%;
    margin-left: 20%;
    padding: 10px;
  }
}
@media (min-width: 1200px) {
  .grid-sizer, .grid-item {
    padding: 0;
    margin-left: 0;
    width: 44.75%;
  }
}

.grid-item--big {
  width: 100%;
  margin-left: 0;
}

.gutter-sizer {
  width: 10.5%;
}

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

.grid-item {
  height: auto;
  float: left;
  margin-bottom: 45px;
}
@media (min-width: 1200px) {
  .grid-item {
    margin-bottom: calc(((16.6666666667vw * 4) - 60px) * 0.105);
  }
}

header {
  width: 100%;
  height: auto;
  position: fixed;
  padding: 15px;
  z-index: 10000;
  top: 0;
}
header a {
  position: absolute;
  display: inline-block;
}
header a span {
  font-family: "Obibok-Light";
  font-size: 20px;
  padding-bottom: 0;
}
header a span:first-child {
  display: inline-block;
}
header a span:last-child {
  display: none;
}
header a:hover span:last-child {
  display: inline-block;
}
header a:hover span:first-child {
  display: none;
}
header a:last-child {
  right: 15px;
}

@media (min-width: 992px) {
  header {
    padding: 30px 35px;
  }
  header a:last-child {
    right: 35px;
  }
}
footer {
  position: relative;
  float: left;
  width: 100%;
  z-index: 10000;
  text-align: center;
  pointer-events: none;
}
footer img {
  position: relative;
  width: 30px;
  margin: 15px;
  pointer-events: all;
}
@media (min-width: 992px) {
  footer img {
    width: 50px;
    margin: 35px;
  }
}
footer img:hover {
  cursor: pointer;
}

body {
  overflow-x: hidden;
}

.section, .section-contact, .section-work, .section-logo {
  position: relative;
  width: 100%;
  min-height: 100vh;
  float: left;
  z-index: 100;
  pointer-events: none;
}
.section a, .section-contact a, .section-work a, .section-logo a, .section h1, .section-contact h1, .section-work h1, .section-logo h1, .section h2, .section-contact h2, .section-work h2, .section-logo h2, .section h3, .section-contact h3, .section-work h3, .section-logo h3, .section h4, .section-contact h4, .section-work h4, .section-logo h4, .section h5, .section-contact h5, .section-work h5, .section-logo h5, .section h6, .section-contact h6, .section-work h6, .section-logo h6, .section p, .section-contact p, .section-work p, .section-logo p, .section ul, .section-contact ul, .section-work ul, .section-logo ul, .section ol, .section-contact ol, .section-work ol, .section-logo ol, .section li, .section-contact li, .section-work li, .section-logo li, .section span, .section-contact span, .section-work span, .section-logo span, .section b, .section-contact b, .section-work b, .section-logo b, .section strong, .section-contact strong, .section-work strong, .section-logo strong, .section i, .section-contact i, .section-work i, .section-logo i, .section em, .section-contact em, .section-work em, .section-logo em,
.section .team__member__image,
.section-contact .team__member__image,
.section-work .team__member__image,
.section-logo .team__member__image {
  pointer-events: all;
}
.section h3:not(:last-of-type), .section-contact h3:not(:last-of-type), .section-work h3:not(:last-of-type), .section-logo h3:not(:last-of-type) {
  margin-bottom: 40px;
}
.section:last-of-type, .section-contact:last-of-type, .section-work:last-of-type, .section-logo:last-of-type {
  min-height: calc(50vh - 94px);
  margin-top: 173px;
}
@media (min-width: 1200px) {
  .section:last-of-type, .section-contact:last-of-type, .section-work:last-of-type, .section-logo:last-of-type {
    min-height: calc(100vh - 173px *2);
  }
}

.letter-o {
  pointer-events: all;
  cursor: pointer;
}

.subsection, .subsection-friends, .subsection-team, .subsection-about {
  z-index: 100;
  margin-bottom: 90px;
}
@media (min-width: 768px) {
  .subsection, .subsection-friends, .subsection-team, .subsection-about {
    margin-bottom: 125px;
  }
}
@media (min-width: 992px) {
  .subsection, .subsection-friends, .subsection-team, .subsection-about {
    margin-bottom: 250px;
  }
}
.subsection:last-of-type, .subsection-friends:last-of-type, .subsection-team:last-of-type, .subsection-about:last-of-type {
  margin-bottom: 0;
}

.center--all {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.section-logo {
  z-index: 1;
}
.section-logo svg {
  position: relative;
  overflow: visible;
}
.section-logo div.logo {
  width: 80vw;
  padding-bottom: 20px;
}
.section-logo h1.logo {
  font-size: 120px;
  line-height: 120px;
}
@media (min-width: 768px) {
  .section-logo {
    position: relative;
  }
  .section-logo div.logo {
    width: 50vw;
    padding-bottom: 0;
  }
  .section-logo div.logo#target {
    position: fixed;
  }
}

div.logo-title {
  position: relative;
  width: 80vw;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: calc((((16.6666666667vw * 4) - 30px) * 0.105 - 15px + 30px) * 2);
}
@media (min-width: 768px) {
  div.logo-title {
    width: 50vw;
    margin-bottom: calc((((16.6666666667vw * 4) - 30px) * 0.105 - 15px) * 2);
  }
}
@media (min-width: 992px) {
  div.logo-title {
    margin-bottom: calc((((16.6666666667vw * 4) - 60px) * 0.105 - 15px) * 2);
  }
}

h1.logo-title {
  text-transform: uppercase;
  position: relative;
  width: 100%;
  text-align: center;
  margin-bottom: calc((((16.6666666667vw * 4) - 30px) * 0.105 - 15px + 30px) * 2);
}
@media (min-width: 768px) {
  h1.logo-title {
    margin-bottom: calc((((16.6666666667vw * 4) - 30px) * 0.105 - 15px) * 2);
  }
}
@media (min-width: 992px) {
  h1.logo-title {
    margin-bottom: calc((((16.6666666667vw * 4) - 60px) * 0.105 - 15px) * 2);
  }
}

.section-work {
  margin-bottom: 90px;
}
@media (min-width: 768px) {
  .section-work {
    margin-bottom: 125px;
  }
}
@media (min-width: 992px) {
  .section-work {
    margin-bottom: 250px;
  }
}
.section-work [data-src] {
  opacity: 1;
  filter: blur(4px);
  -webkit-transition: filter 0.5s;
  -o-transition: filter 0.5s;
  transition: filter 0.5s;
}
.section-work [data-src].lazyloaded {
  filter: blur(0);
}
.section-work .grid-item h3 {
  font-size: 22px;
  line-height: 26px;
  visibility: hidden;
  background-color: #ECEE57;
  width: 300px;
  height: auto;
  position: absolute;
  border: 2px solid black;
  text-align: center;
  padding: 15px;
  z-index: 100;
  margin-left: 5px;
  margin-top: 10px;
}
.section-work .grid-item p {
  padding-top: 10px;
  text-align: center;
}
.section-work .grid-item__container img {
  -webkit-transition: transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
}
.section-work .grid-item a:hover .grid-item__container img {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

@media (max-width: 767px) {
  .grid-item__container {
    margin-top: 0 !important;
  }
  .grid-item__container img {
    padding: 0 !important;
  }
}
@media (min-width: 768px) {
  .subsection-about {
    text-align: center;
  }
}
.subsection-about h3 {
  text-align: center;
}

@media (min-width: 992px) {
  .subsection-team {
    margin-left: 8.3333333334%;
    width: 83.3333333335%;
  }
}
@media (min-width: 1200px) {
  .subsection-team {
    margin-left: 0;
    width: 100%;
  }
}
@media (min-width: 1440px) {
  .subsection-team {
    margin-left: 8.3333333334%;
    width: 83.3333333335%;
  }
}
.subsection-team .team {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-shrink: 0;
  flex-basis: 100%;
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 1200px) {
  .subsection-team .team {
    flex-wrap: initial;
  }
}
.subsection-team .team__member__image {
  position: relative;
  display: block;
  width: 60%;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
}
.subsection-team .team__member__image img {
  width: 100%;
  border-radius: 100%;
  border: 3px solid black;
}
.subsection-team .team__member__image .team__member__image-v2 {
  display: none;
}
.subsection-team .team__member__image:hover .team__member__image-v1 {
  display: none;
}
.subsection-team .team__member__image:hover .team__member__image-v2 {
  display: inline;
}
.subsection-team h5 {
  margin-bottom: 25px;
}
.subsection-team .team__member {
  flex-basis: 100%;
  margin-bottom: 70px;
  padding-left: calc(30px / 2);
  padding-right: calc(30px / 2);
}
@media (min-width: 550px) {
  .subsection-team .team__member {
    padding-left: 14%;
    padding-right: 14%;
  }
}
@media (min-width: 768px) {
  .subsection-team .team__member {
    flex-basis: 50%;
    padding-left: calc(60px / 2);
    padding-right: calc(60px / 2);
  }
}
@media (min-width: 1440px) {
  .subsection-team .team__member {
    margin-bottom: 0;
    flex-basis: 33.3333333333%;
    flex-wrap: initial;
  }
}

.subsection-friends > div {
  margin-bottom: 90px;
}
.subsection-friends > div:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .subsection-friends {
    text-align: center;
  }
}

.section-contact {
  text-align: center;
}
.section-contact h1 a {
  text-decoration: none;
  display: inline-block;
}
.section-contact h1 a span {
  display: inline-block;
}
.section-contact h1 a:hover span {
  animation: bounce 0.5s ease infinite alternate;
}
.section-contact h1 a:hover span:nth-child(5n+1) {
  animation-delay: 0.1s;
}
.section-contact h1 a:hover span:nth-child(5n+2) {
  animation-delay: 0.2s;
}
.section-contact h1 a:hover span:nth-child(5n+3) {
  animation-delay: 0.3s;
}
.section-contact h1 a:hover span:nth-child(5n+4) {
  animation-delay: 0.2s;
}
.section-contact h1 a:hover span:nth-child(5n+5) {
  animation-delay: 0.1s;
}

@keyframes bounce {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(-20px);
  }
}
/* TWEEN ANIMATION */
.spacer {
  min-height: 100px;
}

.spacer.s0 {
  position: absolute;
  min-height: 1px;
  top: 50vh;
}

.spacer.s2 {
  min-height: 200px;
}

#bezier {
  /*overflow: hidden;*/
  position: relative;
}

#bezier #plane {
  position: absolute;
  left: -100px;
}

.animation-target {
  -webkit-animation: animation 2000ms linear infinite both;
  animation: animation 2000ms linear infinite both;
}

/* Generated with Bounce.js. Edit at http://bouncejs.com#%7Bl%3A1%2Cs%3A%5B%7BT%3A%22c%22%2Ce%3A%22s%22%2Cd%3A2000%2CD%3A0%2Cf%3A%7Bx%3A1%2Cy%3A1%7D%2Ct%3A%7Bx%3A1%2Cy%3A0.5%7D%2Cs%3A3%2Cb%3A10%7D%2C%7BT%3A%22t%22%2Ce%3A%22s%22%2Cd%3A2000%2CD%3A0%2Cf%3A%7Bx%3A0%2Cy%3A0%7D%2Ct%3A%7Bx%3A0%2Cy%3A-20%7D%2Cs%3A3%2Cb%3A10%7D%5D%7D */
@-webkit-keyframes animation {
  0% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  1.9% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0.777, 0, 0, 0, 0, 1, 0, 0, -6.934, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 0.777, 0, 0, 0, 0, 1, 0, 0, -6.934, 0, 1);
  }
  3.8% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0.707, 0, 0, 0, 0, 1, 0, 0, -8.28, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 0.707, 0, 0, 0, 0, 1, 0, 0, -8.28, 0, 1);
  }
  6.31% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0.787, 0, 0, 0, 0, 1, 0, 0, -6.698, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 0.787, 0, 0, 0, 0, 1, 0, 0, -6.698, 0, 1);
  }
  8.81% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0.937, 0, 0, 0, 0, 1, 0, 0, -2.344, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 0.937, 0, 0, 0, 0, 1, 0, 0, -2.344, 0, 1);
  }
  11.31% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.05, 0, 0, 0, 0, 1, 0, 0, 2.121, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1.05, 0, 0, 0, 0, 1, 0, 0, 2.121, 0, 1);
  }
  13.81% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.087, 0, 0, 0, 0, 1, 0, 0, 3.763, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1.087, 0, 0, 0, 0, 1, 0, 0, 3.763, 0, 1);
  }
  18.82% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.018, 0, 0, 0, 0, 1, 0, 0, 0.746, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1.018, 0, 0, 0, 0, 1, 0, 0, 0.746, 0, 1);
  }
  23.82% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0.974, 0, 0, 0, 0, 1, 0, 0, -0.998, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 0.974, 0, 0, 0, 0, 1, 0, 0, -0.998, 0, 1);
  }
  33.83% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.008, 0, 0, 0, 0, 1, 0, 0, 0.305, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1.008, 0, 0, 0, 0, 1, 0, 0, 0.305, 0, 1);
  }
  43.84% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0.998, 0, 0, 0, 0, 1, 0, 0, -0.089, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 0.998, 0, 0, 0, 0, 1, 0, 0, -0.089, 0, 1);
  }
  53.85% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.001, 0, 0, 0, 0, 1, 0, 0, 0.027, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1.001, 0, 0, 0, 0, 1, 0, 0, 0.027, 0, 1);
  }
  63.86% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.008, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.008, 0, 1);
  }
  73.87% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0.002, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0.002, 0, 1);
  }
  83.88% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.001, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.001, 0, 1);
  }
  93.89% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}
@keyframes animation {
  0% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  1.9% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0.777, 0, 0, 0, 0, 1, 0, 0, -6.934, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 0.777, 0, 0, 0, 0, 1, 0, 0, -6.934, 0, 1);
  }
  3.8% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0.707, 0, 0, 0, 0, 1, 0, 0, -8.28, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 0.707, 0, 0, 0, 0, 1, 0, 0, -8.28, 0, 1);
  }
  6.31% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0.787, 0, 0, 0, 0, 1, 0, 0, -6.698, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 0.787, 0, 0, 0, 0, 1, 0, 0, -6.698, 0, 1);
  }
  8.81% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0.937, 0, 0, 0, 0, 1, 0, 0, -2.344, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 0.937, 0, 0, 0, 0, 1, 0, 0, -2.344, 0, 1);
  }
  11.31% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.05, 0, 0, 0, 0, 1, 0, 0, 2.121, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1.05, 0, 0, 0, 0, 1, 0, 0, 2.121, 0, 1);
  }
  13.81% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.087, 0, 0, 0, 0, 1, 0, 0, 3.763, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1.087, 0, 0, 0, 0, 1, 0, 0, 3.763, 0, 1);
  }
  18.82% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.018, 0, 0, 0, 0, 1, 0, 0, 0.746, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1.018, 0, 0, 0, 0, 1, 0, 0, 0.746, 0, 1);
  }
  23.82% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0.974, 0, 0, 0, 0, 1, 0, 0, -0.998, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 0.974, 0, 0, 0, 0, 1, 0, 0, -0.998, 0, 1);
  }
  33.83% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.008, 0, 0, 0, 0, 1, 0, 0, 0.305, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1.008, 0, 0, 0, 0, 1, 0, 0, 0.305, 0, 1);
  }
  43.84% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0.998, 0, 0, 0, 0, 1, 0, 0, -0.089, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 0.998, 0, 0, 0, 0, 1, 0, 0, -0.089, 0, 1);
  }
  53.85% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.001, 0, 0, 0, 0, 1, 0, 0, 0.027, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1.001, 0, 0, 0, 0, 1, 0, 0, 0.027, 0, 1);
  }
  63.86% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.008, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.008, 0, 1);
  }
  73.87% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0.002, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0.002, 0, 1);
  }
  83.88% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.001, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.001, 0, 1);
  }
  93.89% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}
/*
@include breakpoint(md) {
  .contact {
    height: 20%;
  }
}

@include font-style(16, 'Replica-Mono');
*/
.project .project__logo {
  position: absolute;
  top: 15px;
  width: 100px;
}
@media (min-width: 992px) {
  .project .project__logo {
    top: 30px;
    width: 200px;
  }
}
.project .project__container {
  margin-top: 175px;
  margin-bottom: 90px;
}
@media (min-width: 992px) {
  .project .project__container {
    margin-top: 350px;
    margin-bottom: 180px;
  }
}
.project .project__container a:hover,
.project .project__container p a:hover,
.project .project__container p.p--small a:hover {
  border-color: #FFBFAB !important;
}
.project .project__container [data-src] {
  opacity: 1;
  filter: blur(4px);
  -webkit-transition: filter 0.5s;
  -o-transition: filter 0.5s;
  transition: filter 0.5s;
}
.project .project__container [data-src].lazyloaded {
  filter: blur(0);
}
.project .project__container .project__content {
  text-align: center;
}
.project .project__container .project__content > *:not(.grid) {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .project .project__container .project__content > *:not(.grid) {
    margin-bottom: 90px;
  }
}
.project .project__container .project__content .grid .grid-item {
  margin-bottom: 30px;
  width: 100%;
  padding: 0;
}
@media (min-width: 768px) {
  .project .project__container .project__content .grid .grid-item {
    margin-left: 0;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .project .project__container .project__content .grid .grid-item {
    margin-bottom: 90px;
  }
}
@media (min-width: 1200px) {
  .project .project__container .project__content .grid .grid-item {
    width: 44.75%;
  }
}
.project .project__container .project__content > h2 {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .project .project__container .project__content > h2 {
    margin-bottom: 60px;
  }
}
@media (min-width: 992px) {
  .project .project__container .project__credits {
    padding-left: 10%;
  }
}
.project .project__container .project__credits p {
  hyphens: none;
}

.moreprojects__title {
  display: flex;
  justify-content: space-between;
}

.moreprojects__letter {
  overflow: visible;
  height: 12vw;
  width: auto;
  position: relative;
}
@media (min-width: 992px) {
  .moreprojects__letter {
    height: 8.5vw;
  }
}
.moreprojects__letter--hidden path {
  opacity: 0;
}

.moreprojects__letter:not(.moreprojects__letter--hidden) image {
  opacity: 0;
}

[data-mooore-o] {
  cursor: pointer;
}
[data-mooore-o] image {
  transform-origin: center;
  transform: scale(1.3);
}

.list-of-mooore {
  display: none;
}

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