@font-face {
  font-family: 'Maison Neue';
  src: url("../fonts/MaisonNeue-Black.woff2") format("woff2"), url("../fonts/MaisonNeue-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Maison Neue';
  src: url("../fonts/MaisonNeue-Bold.woff2") format("woff2"), url("../fonts/MaisonNeue-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Maison Neue';
  src: url("../fonts/MaisonNeue-Thin.woff2") format("woff2"), url("../fonts/MaisonNeue-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'Maison Neue';
  src: url("../fonts/MaisonNeue-Light.woff2") format("woff2"), url("../fonts/MaisonNeue-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Maison Neue';
  src: url("../fonts/MaisonNeue-Medium.woff2") format("woff2"), url("../fonts/MaisonNeue-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Maison Neue Book';
  src: url("../fonts/MaisonNeue-Book.woff2") format("woff2"), url("../fonts/MaisonNeue-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Maison Neue Demi';
  src: url("../fonts/MaisonNeue-Demi.woff2") format("woff2"), url("../fonts/MaisonNeue-Demi.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

body {
  overflow-x: hidden;
  font-family: 'Maison Neue';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.full {
  position: relative;;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #2a2a2a;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 20px;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-perspective: 600px;
          perspective: 600px;
}

.full h1 {
  font-size: 48px;
}
.full h2 {
  font-size: 24px;
}zz

.full h1 {
  font-weight: bold;
  font-size: 110px;
  margin-left: -5px;
}

.full h2 {
  font-size: 48px;
}

.full p,
.full a {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.35);
  margin-top: 25px;
  max-width: 700px;
}

.full .link {
  margin-top: 5px;
}

.full span {
  opacity: 0;
  display: inline-block;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transform-origin: top center;
          transform-origin: top center;
  -webkit-transition: all 0.9s;
  transition: all 0.9s;
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
          transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}

.full span.visible {
  -webkit-transform: rotateX(0) translateY(0);
          transform: rotateX(0) translateY(0);
  opacity: 1;
}

.Website {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.Website-side {
  width: 200px;
  height: 100vh;
  position: relative;
}

.Website-content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 1000px;
  padding: 0 100px;
  padding-bottom: 80px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.Content h2 {
  font-size: 36px;
  line-height: 1.33;
  text-align: left;
  color: #0d0f11;
  font-weight: 300;
}

.Content-text {
  max-width: 500px;
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
  color: #0d0f11;
}

.LogoAnim-bar {
  width: 36px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(255, 233, 0, 0.03);
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}

.LogoAnim-bar:nth-child(1) {
  left: 14px;
}

.LogoAnim-bar:nth-child(2) {
  left: 64px;
}

.LogoAnim-bar:nth-child(3) {
  left: 114px;
}

.LogoAnim-bar:nth-child(4) {
  left: 164px;
}

.LogoAnim-bar:hover {
  background-color: rgba(255, 233, 0, 0.1);
}

.LogoAnim-logo {
  position: relative;
  pointer-events: none;
}

.LogoAnim-logo-bar {
  background-color: #0d0f11;
  position: absolute;
  top: 20px;
  height: 120px;
  width: 100%;
}

.LogoAnim-logo-bar--decaled {
  top: 160px;
}

.LogoAnim-logo-image {
  position: absolute;
  pointer-events: none;
  width: 86px;
  left: 115px;
  top: 160px;
}

.works {
  margin-top: 36px;
}

.Work {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 36px;
}

.Work-image {
  width: 650px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 490px;
  background-color: #F4F4F4;
}

.Work-text {
  position: relative;
  padding-left: 100px;
  min-width: 250px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.Work-text:after {
  position: absolute;
  top: 0;
  left: 80px;
  content: ' ';
  width: 40px;
  height: 140px;
  background-color: #fff9ec;
  z-index: -1;
}

.Work-text h3 {
  margin: 0;
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
  color: #0d0f11;
}

.Work-text h3 span {
  height: 24px;
  font-size: 12px;
  color: #acacac;
  font-weight: 300;
  text-transform: uppercase;
  display: block;
}

.Work-text p {
  margin: 0;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 1.5;
  color: #0d0f11;
  font-weight: 400;
}

.Link {
  color: #6666ff;
  font-size: 16px;
  text-decoration: none;
  border-bottom: 1px solid #6666ff;
  padding-bottom: 1px;
}
