:root {
  --black: #141414;
  --white: white;
}

body {
  background-color: var(--black);
  color: var(--white);
  letter-spacing: 0;
  font-family: s, sans-serif;
  font-size: 1vw;
  line-height: 1.6;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.28em;
  font-weight: 700;
  line-height: 1.4;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1.4;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.19em;
  font-weight: 700;
  line-height: 1.4;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.88em;
  font-weight: 700;
  line-height: 1.4;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.67em;
  font-weight: 700;
  line-height: 1.4;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.46em;
  font-weight: 700;
  line-height: 1.4;
}

p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
}

a {
  font-size: 1em;
  text-decoration: none;
}

label {
  margin-bottom: .3em;
  font-size: 1.25em;
  font-weight: 700;
  display: block;
}

blockquote {
  border-left: .3em solid #e2e2e2;
  margin-bottom: 1em;
  padding: 1em 2em 1em 1.7em;
  font-size: 1.2em;
  line-height: 1.6;
}

.container {
  width: 100%;
  max-width: 100em;
  margin-left: auto;
  margin-right: auto;
  padding: 2.3em;
}

.container.is-hero {
  z-index: 2;
  justify-content: flex-end;
  align-items: stretch;
  min-height: 100vh;
  display: flex;
  position: relative;
}

.container.is-images {
  justify-content: space-between;
  align-items: stretch;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.container.is-up-next {
  z-index: 2;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
}

.style_item {
  border-bottom: .1em solid #bdbdbd;
  padding: 2em 0;
}

.html {
  width: 0;
  height: 0;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.global-styles {
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.rich-text p {
  margin-top: 0;
  margin-bottom: 1.6em;
}

.rich-text h1 {
  margin-top: 0;
  margin-bottom: .2em;
  font-size: 3.28em;
}

.rich-text h2 {
  margin-top: 0;
  margin-bottom: .2em;
  font-size: 2.5em;
}

.rich-text h3 {
  margin-top: 0;
  margin-bottom: .3em;
  font-size: 2.19em;
}

.rich-text h4 {
  margin-top: 0;
  margin-bottom: .4em;
  font-size: 1.88em;
}

.rich-text h5 {
  margin-top: 0;
  margin-bottom: .6em;
  font-size: 1.67em;
}

.rich-text h6 {
  margin-top: 0;
  margin-bottom: .7em;
  font-size: 1.46em;
}

.section {
  position: relative;
}

.section.is-hero {
  position: relative;
  overflow: hidden;
}

.section.is-images {
  padding-top: 8.7em;
  padding-bottom: 8.7em;
}

.section.is-up-next {
  justify-content: center;
  align-items: center;
  display: flex;
}

.page-wrapper {
  width: 100%;
  font-size: 1em;
  position: relative;
  overflow: hidden;
}

.h1 {
  font-size: 2.8em;
  font-weight: 400;
  line-height: 1.1;
}

.h2 {
  font-size: 2.5em;
  font-weight: 400;
  line-height: 1.2;
}

.h3 {
  font-size: 2.19em;
  font-weight: 400;
  line-height: 1.3;
}

.h4 {
  font-size: 1.88em;
  font-weight: 400;
  line-height: 1.3;
}

.h5 {
  font-size: 1.67em;
  font-weight: 400;
  line-height: 1.3;
}

.h6 {
  font-size: 1.46em;
  font-weight: 400;
}

.form_input {
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 0;
  height: 3em;
  margin-bottom: 1em;
  padding: 0 .9em;
  font-size: 1.25em;
}

.display {
  font-size: 4.38em;
  font-weight: 400;
  line-height: 1.1;
}

.form_submit {
  font-size: 1.25em;
}

.hero_bg {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero_content {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 30em;
  max-width: 100%;
  display: flex;
}

.hero_headline-wrap {
  width: 18em;
  max-width: 100%;
  padding-bottom: 3.8em;
}

.hero_description {
  color: rgba(255, 255, 255, .6);
  margin-top: 1em;
  margin-bottom: 2.7em;
}

.hero_top {
  padding-bottom: 3.9em;
}

.hero_info {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.hero_project-number {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.hero_project-number-line {
  background-color: var(--white);
  width: .9rem;
  height: 2px;
}

.main-images_wrap {
  width: 51em;
  max-width: 100%;
}

.main-images_item {
  padding-top: 3em;
}

.project_column {
  width: 4rem;
  position: relative;
}

.main-images_photo {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.sub-images_item {
  padding-bottom: .3rem;
}

.sub-images_photo {
  width: 100%;
}

.project_column-wrap {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-spacer {
  flex: none;
  width: 100%;
  padding-top: 56%;
}

.project_move {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.project_frame {
  border: 2px solid rgba(255, 255, 255, .2);
  width: 120%;
  margin-top: -18%;
  padding-top: 75%;
}

.up-next_title {
  font-size: 3.8em;
  font-weight: 400;
}

.up-next_title-wrap {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 1.3em;
  display: flex;
  position: relative;
}

.up-next_number {
  text-align: left;
  width: 1.5em;
  margin-right: -1.8em;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.up-next_sub {
  font-size: 1.3rem;
}

.up-next_photo {
  object-fit: cover;
  width: 0;
  min-width: 40vh;
  height: 57vh;
  position: relative;
}

.all-projects_list {
  width: 100%;
  height: 100vh;
  position: relative;
}

.all-projects_item {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.all-projects_item:first-child {
  display: flex;
}

.up-next_link {
  display: none;
}

.sticky-wrap {
  height: 400vh;
  position: relative;
}

.up-next_img-wrap {
  position: absolute;
}

.replace-this {
  z-index: 1;
  position: relative;
}

.projects_wrap {
  display: none;
}

.bottom-trigger {
  width: 100%;
  height: 2px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.project_column-contain {
  position: relative;
}

.project_column-padding {
  padding-top: 3em;
}

.sub-images_link {
  width: 100%;
  transition: opacity .15s;
}

.sub-images_link:hover {
  opacity: .3;
}

.up-next_button {
  border: 2px solid rgba(255, 255, 255, .3);
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  width: 5em;
  height: 6em;
  margin-top: 2em;
  display: none;
}

.up-next_arrow {
  width: 2em;
  height: 2em;
}

.main-images_wrapper {
  padding-top: 56.5%;
  position: relative;
}

.loader {
  z-index: 800;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.loader_column {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding-left: 7vh;
  padding-right: 7vh;
  display: flex;
}

.loader_column.is-alt {
  justify-content: flex-end;
}

.loader_column-inner {
  flex-direction: column;
  flex: none;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.loader_column-inner.is-tall {
  height: 1060vh;
}

.loader_img-wrap {
  width: 100vw;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.loader_img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.loader_flex {
  height: 561vh;
  display: flex;
  transform: scale(.1);
}

.div-block {
  color: var(--black);
  background-color: rgba(20, 20, 20, .2);
  background-image: linear-gradient(rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, .5));
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.video, .background-video {
  width: 100%;
  height: 100%;
}

.image {
  width: 100%;
}

.container-2 {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.div-block-2 {
  width: 60%;
  margin-bottom: 20px;
}

.text-block {
  color: var(--white);
  letter-spacing: .1em;
  font-family: Oswald, sans-serif;
  font-size: 2em;
  font-weight: 300;
}

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

.div-block-4 {
  display: none;
}

@media screen and (max-width: 991px) {
  body {
    font-size: .619375em;
  }

  .container {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .container.is-images {
    justify-content: center;
  }

  .project_column {
    display: none;
  }

  .up-next_number {
    text-align: center;
    margin-bottom: 0;
    margin-right: 0;
    display: none;
    position: relative;
  }

  .sticky-wrap {
    height: auto;
    display: block;
  }

  .up-next_img-wrap {
    display: none;
  }

  .up-next_button {
    display: flex;
  }

  .div-block-2 {
    width: 70%;
  }
}

@media screen and (max-width: 767px) {
  .page-wrapper {
    display: none;
  }

  .div-block {
    background-color: rgba(0, 0, 0, .3);
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, .3));
    margin-top: 0;
    display: flex;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .div-block-2 {
    width: 50%;
  }

  .text-block {
    margin-bottom: 20px;
    font-size: 1.5em;
  }

  .div-block-3 {
    flex-direction: column;
    justify-content: center;
    display: flex;
  }

  .div-block-4 {
    width: 100vw;
    height: 100vh;
    display: flex;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .background-video-2 {
    width: 100%;
    height: 100%;
  }

  .background-video-3 {
    background-color: rgba(20, 20, 20, .22);
    background-image: none;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: visible;
  }

  .text-block-2 {
    color: var(--white);
    text-align: center;
    font-family: Oswald, sans-serif;
    font-size: 2em;
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .page-wrapper {
    display: none;
  }

  .div-block {
    background-color: rgba(0, 0, 0, .2);
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, .4));
    margin-top: 0;
    display: flex;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .div-block-2 {
    width: 70%;
  }

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

  .div-block-3 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-4 {
    justify-content: center;
    width: 100%;
    height: 100%;
    display: flex;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .background-video-2 {
    overflow: hidden;
  }

  .div-block-5 {
    display: none;
  }

  .body {
    background-color: var(--black);
  }

  .background-video-3 {
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .text-block-2 {
    justify-content: center;
    align-items: center;
    display: flex;
  }
}


@font-face {
  font-family: 's';
  src: url('../fonts/s.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}