@font-face {
  font-family: Ppneuemontreal Bold;
  src: url('../fonts/PPNeueMontreal-Bold.woff2') format("woff2"), url('../fonts/PPNeueMontreal-Bold.woff') format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ppneuemontreal Medium;
  src: url('../fonts/PPNeueMontreal-Medium.woff2') format("woff2"), url('../fonts/PPNeueMontreal-Medium.woff') format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Neuemontreal;
  src: url('../fonts/NeueMontreal-Regular.woff') format("woff"), url('../fonts/NeueMontreal-Regular.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Neuemontreal;
  src: url('../fonts/NeueMontreal-Medium.woff') format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ppneuemontrealmono Book;
  src: url('../fonts/PPNeueMontrealMono-Book.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ppneuemontrealmono;
  src: url('../fonts/PPNeueMontrealMono-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ppneuemontrealmono;
  src: url('../fonts/PPNeueMontrealMono-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: black;
  --black-primary: #0f0f0f;
  --body-grey: #e5e5e5;
  --bg_light_grey: #f1f1f1;
  --text-on-black: #b9b9b9;
  --border-dark-light: #cacaca80;
  --white: white;
}

html {
  overflow-x: hidden;
}

body {
  color: #000;
  background-color: #000;
  font-family: Neuemontreal, sans-serif;
  font-size: 1.2vw;
  line-height: 1.4;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

h1 {
  color: #cacaca;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ppneuemontreal Bold, sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

h2 {
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ppneuemontreal Bold, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

a {
  color: var(--black);
  font-size: 1.1vw;
  text-decoration: none;
}

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

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

.hero_container {
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 100vh;
  max-height: 100vh;
  display: flex;
  overflow: hidden;
}

.hero_text_container {
  grid-column-gap: 48px;
  grid-row-gap: 16px;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 2fr 2.5fr 1fr .25fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  width: 100%;
  padding: 32px 40px;
  display: grid;
}

.h1 {
  color: var(--black);
  letter-spacing: -.07rem;
  font-family: Ppneuemontrealmono, Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
}

.h1.hero-h1 {
  letter-spacing: -.5px;
  white-space: nowrap;
  font-size: 3.5vw;
}

.paragraph {
  font-size: 1vw;
}

.headline_mask {
  padding-bottom: 8px;
  overflow: hidden;
}

.headline_mask.mt--8 {
  margin-top: -8px;
}

.headline_container {
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.flex_container__vert {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.flex_container__vert.align_end {
  align-items: flex-end;
}

.flex_container__vert.align_end._w-100 {
  width: 100%;
}

.flex_container__vert.align_end._w-100.pt_1-2vw {
  padding-top: 1.2vw;
}

.flex_container__vert.align_end._w-100.pt_1-2vw.display_tablet, .flex_container__vert.align_end._w-100.pt_1-2vw.display_mobile {
  display: none;
}

.flex_container__vert.align_center {
  align-items: center;
}

.flex_container__vert.space_between {
  justify-content: space-between;
}

.flex_container__vert.space_between.ptb-1-2vw {
  padding-bottom: 1vw;
}

.flex_container__vert.ptb-1-2vw {
  padding-top: 1.2vw;
  padding-bottom: 1.2vw;
}

.flex_container__vert.ptb-1-2vw._w-100 {
  width: 100%;
}

.flex_container__vert.ptb-1-2vw._w-100.align_end.display_tablet {
  display: none;
}

.caption {
  color: #1a1a1a;
  letter-spacing: .3px;
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 1vw;
  line-height: 1.5;
}

.caption.mb-24 {
  margin-bottom: 24px;
  font-size: .8vw;
}

.caption.display_mobile {
  display: none;
}

.caption.display_none_mobile {
  font-size: .8vw;
}

.caption.waiting-message {
  color: #fff;
}

.caption.waiting-message.opacity-80 {
  opacity: .5;
}

.text_link.email {
  font-size: 1vw;
}

.social_icon_container {
  margin-bottom: 12px;
  transition: opacity .3s;
}

.social_icon_container:hover {
  opacity: .7;
}

.hero_lottie_container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.background-video {
  width: 75%;
}

.section {
  width: 100%;
  position: relative;
}

.section.h-100vh {
  height: 100vh;
  overflow: hidden;
}

.flex-center {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.h-100vh {
  height: 100vh;
}

._w-100pc {
  width: 100%;
}

.blockk {
  background-color: #78855c;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 50%;
  display: flex;
}

.menu {
  z-index: 100;
  width: 100%;
  padding: 16px;
  position: fixed;
  top: 0;
}

.menu-link {
  color: #fff;
  letter-spacing: .3px;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
  font-size: 1vw;
  line-height: 1.5;
  display: inline-block;
}

.menu-link.mb-24 {
  margin-bottom: 24px;
  font-size: .8vw;
}

.menu-link.display_mobile {
  display: none;
}

.menu-link.display_none_mobile {
  font-size: .8vw;
}

.noverflow {
  overflow: hidden;
}

.sidebar-menu {
  z-index: 99;
  background-color: #576143;
  flex-direction: column;
  align-items: flex-start;
  width: 300px;
  height: 100vh;
  padding: 167px 16px 35px;
  display: flex;
  position: fixed;
  inset: 0% auto 0% 0%;
  transform: translate(-300px);
}

.sidebar-menu-link {
  color: #fff;
  letter-spacing: .3px;
  text-transform: none;
  white-space: nowrap;
  cursor: pointer;
  margin-bottom: 24px;
  font-size: 2vw;
  line-height: 1.5;
  display: inline-block;
}

.sidebar-menu-link.mb-24 {
  margin-bottom: 24px;
  font-size: .8vw;
}

.sidebar-menu-link.display_mobile {
  display: none;
}

.sidebar-menu-link.display_none_mobile {
  font-size: .8vw;
}

.link {
  background-color: #849267;
  border: 1px solid #000;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
  padding: 20px 39px;
  display: flex;
}

.link-wrap {
  position: relative;
  overflow: hidden;
}

.link-text {
  text-align: center;
  font-size: 16px;
}

.link-text.line-2 {
  position: absolute;
}

.wrapper-center {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
}

.main-wrapper {
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.trigger {
  cursor: pointer;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  width: 100%;
  padding-top: 23px;
  padding-bottom: 23px;
}

.trigger-text {
  opacity: 1;
  color: var(--bg_light_grey);
  text-transform: uppercase;
}

.trigger-text.open {
  opacity: .58;
}

.dropdown-wrap {
  background-color: #191a22;
  width: 100%;
  padding-left: 23px;
  padding-right: 23px;
  overflow: hidden;
}

.dropdown-text {
  color: var(--bg_light_grey);
  text-transform: uppercase;
  margin-top: 38px;
  margin-bottom: 38px;
  padding-bottom: 43px;
}

.style-guide__label {
  color: var(--text-on-black);
  text-transform: uppercase;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1;
}

.style-guide__content--top {
  padding-top: 12.5rem;
  padding-bottom: 12.5rem;
}

.style-guide__item {
  margin-top: 4rem;
}

.col {
  flex: 1;
}

.col.col-lg-7 {
  flex: 58.3333%;
  max-width: 58.3333%;
}

.col.col-lg-7.ml-3-col {
  max-width: 54%;
  margin-left: 22%;
}

.col.col-lg-2 {
  flex: 16.6667%;
  max-width: 16.6667%;
}

.col.col-lg-5 {
  flex: 41.6667%;
  max-width: 41.6667%;
}

.col.col-lg-1 {
  flex: 8.333%;
  max-width: 8.333%;
}

.col.col-lg-4 {
  flex: 33.3333%;
  max-width: 33.3333%;
}

.col.ml-2-col {
  margin-left: 16.666%;
}

.col.col-lg-9 {
  flex: 75%;
  max-width: 75%;
}

.col.mr-1-col {
  margin-right: 8.333%;
}

.col.mr-2-col {
  margin-right: 16.666%;
}

.col.col-lg-3 {
  flex: 25%;
  max-width: 25%;
}

.col.col-lg-8 {
  flex: 66.6667%;
  max-width: 66.6667%;
}

.col.col-lg-6 {
  flex: 50%;
  max-width: 50%;
}

.col.col-lg-6.ml-3-col {
  margin-left: 22%;
}

.col.col-lg-10 {
  flex: 83.3333%;
  max-width: 83.3333%;
}

.col.col-lg-11 {
  flex: 91.6667%;
  max-width: 91.6667%;
}

.col.ml-1-col {
  margin-left: 8.333%;
}

.col.col-lg-12 {
  flex: 100%;
  max-width: 100%;
}

.col.ml-9-col {
  margin-left: 74.997%;
}

.col.ml-11-col {
  margin-left: 91.663%;
}

.col.ml-5-col {
  margin-left: 41.665%;
}

.col.ml-6-col {
  margin-left: 49.998%;
}

.col.ml-3-col {
  margin-left: 24.999%;
}

.col.ml-4-col {
  margin-left: 33.332%;
}

.style-guide__content--bottom {
  border-top: 1px solid #ead2ab80;
  padding-top: 3rem;
  padding-bottom: 12.5rem;
}

.style-guide__content--bottom.is--white {
  border-top-color: #07070780;
}

.container {
  flex: 1;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.row {
  flex-wrap: wrap;
  align-content: stretch;
  display: flex;
}

.row.justify-end {
  justify-content: flex-end;
}

.row.align-stretch {
  align-items: stretch;
}

.row.justify-between {
  justify-content: space-between;
}

.row.align-start {
  align-items: flex-start;
  line-height: 1;
}

.row.align-start.topnav-wrap {
  line-height: 0;
  position: relative;
}

.row.align-center {
  align-items: center;
}

.row.align-center.justify-center.loading {
  grid-column-gap: 1rem;
}

.row.justify-around {
  justify-content: space-around;
}

.row.justify-start {
  justify-content: flex-start;
}

.row.justify-center {
  justify-content: center;
}

.row.justify-center._w-100.about_text-wrapper {
  padding-left: 4rem;
  padding-right: 4rem;
}

.row.align-end {
  align-items: flex-end;
}

.row._w-100 {
  flex-direction: row;
  width: 100%;
  min-width: 100%;
}

.row._w-100.project-infos-wrap {
  align-items: center;
}

.section-2.section--white {
  background-color: #e7e7e7;
}

.style-guide__heading {
  font-size: 4.5rem;
}

.p--large {
  text-transform: uppercase;
  font-size: 1.125rem;
}

.style-guide__colors {
  width: 25%;
  height: 16rem;
}

.style-guide__colors.style-guide__colors--secondary {
  background-color: #ff5800;
}

.style-guide__colors.style-guide__colors-tertiary {
  background-color: #f8f0e2;
}

.style-guide__colors.style-guide__colors--white {
  background-color: #fff;
}

.style-guide__colors.style-guide__colors--primary {
  background-color: #070707;
}

.form-field {
  background-color: #0000;
  border: 1px solid #00000080;
  border-radius: 3rem;
}

.form-field::placeholder {
  color: #070707;
  font-weight: 400;
}

.style-guide__colors-wrapper {
  justify-content: space-between;
  display: flex;
}

.button {
  text-align: center;
  text-transform: uppercase;
  border-radius: 2rem;
  padding-left: 3rem;
  padding-right: 3rem;
  font-size: 1rem;
}

.button.button--secondary {
  color: #f8f0e2;
  background-color: #ff5800;
}

.button.button--primary {
  color: #ead2ab;
  background-color: #070707;
}

.button.button--primary.is--form {
  width: 100%;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

.style-guide__placeholder {
  color: #070707;
  text-align: center;
  text-transform: uppercase;
  background-color: #ead2ab;
  padding-top: 2rem;
  padding-bottom: 2rem;
  font-size: .8rem;
}

.padding--medium {
  padding-top: 6rem;
}

.style-guide__text-holder {
  color: #ead2ab;
  text-align: center;
  background-color: #070707;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 4rem;
  display: flex;
}

.padding--small {
  padding-top: 2rem;
}

.padding--large {
  padding-top: 12rem;
}

.overflow-hidden {
  overflow: hidden;
}

.topnav {
  width: 100%;
  min-width: 100%;
  padding: 1rem;
}

.topnav_logo-block.w--current {
  text-decoration: none;
}

.p--s {
  color: #cacaca;
  letter-spacing: .015rem;
  text-transform: uppercase;
  font-family: Ppneuemontreal Medium, sans-serif;
  font-size: .8rem;
  font-weight: 500;
  line-height: 1.3;
}

.p--s.underline-in.close {
  opacity: 0;
  display: none;
}

.p--s.opacity--70 {
  opacity: .7;
}

.p--s.opacity--70.about_desc {
  text-align: center;
}

.mb-4 {
  margin-bottom: .25rem;
}

.mb-8 {
  margin-bottom: .5rem;
}

.mb-12 {
  margin-bottom: .75rem;
}

.mb-16 {
  margin-bottom: 1rem;
}

.mb-24 {
  margin-bottom: 1.5rem;
}

.mb-32 {
  margin-bottom: 2rem;
}

.home_hero-wrapper {
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.slider--project-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.slider--project {
  background-color: #0000;
  width: 100%;
  height: 100%;
}

.slider--project_mask, .slider--project_slide {
  width: 100%;
  height: 100%;
}

.slider--project_slide-wrap {
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.slider--project_prev {
  height: 10%;
  inset: auto auto 0% 0%;
}

.slider--project_next {
  height: 10%;
  inset: auto 0% 0% auto;
}

.hide {
  display: none;
}

.slider--project_video-wrap {
  justify-content: center;
  align-items: center;
  width: 36vw;
  min-width: 36vw;
  height: 23.2vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.slider--project_video-wrap.format_4-3 {
  width: 40vw;
  height: 30vw;
}

.slider--project_video-wrap.format_terra {
  height: 22.2vw;
}

.slider--project_video {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.slider--project_name-wrap {
  grid-row-gap: .25rem;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding-bottom: 1.5rem;
  display: flex;
}

.slider--project_slide-content {
  z-index: 100;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.title-h1 {
  letter-spacing: -.075rem;
  text-transform: uppercase;
  font-family: Ppneuemontrealmono, Arial, sans-serif;
  font-size: 4.25rem;
  font-weight: 500;
  line-height: .9;
}

.title-h1.loading {
  letter-spacing: -.025rem;
  font-size: 1.5rem;
  text-align: center;
}

.title-h1.loading.pos--relative {
  font-weight: 500;
  position: relative;
}

.footer {
  z-index: 2;
  background-color: var(--body-grey);
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
}

.footer_content-wrap {
  border-top: 1px solid var(--border-dark-light);
  width: 100%;
  min-width: 100%;
  padding-top: .75rem;
  padding-bottom: 1rem;
  position: relative;
}

.about-wrapper {
  z-index: 9999;
  background-color: #eee;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.title-h2 {
  letter-spacing: -.075rem;
  font-size: 3rem;
  line-height: 1;
}

.infos-project-wrap {
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.project_video-wrapper {
  z-index: 20;
  justify-content: center;
  align-items: center;
  width: 36vw;
  min-width: 36vw;
  height: 23.2vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.project_video-wrapper.format_4-3 {
  width: 40vw;
  height: 30vw;
}

.project_video-wrapper.format_terra {
  height: 22.2vw;
}

.loading_bg-color {
  z-index: 1;
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.loading-wrapper {
  z-index: 9999;
  background-color: var(--bg_light_grey);
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.loading_anim-wrapper {
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.loading-wrap--flex-column {
  grid-row-gap: .25rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.loading-container {
  background-color: var(--bg_light_grey);
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100vh;
  min-height: 100vh;
  max-height: 100vh;
  display: flex;
  position: absolute;
  inset: 0%;
}

.top-bar {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 1.5rem;
  display: flex;
}

.topbar_tagline {
  color: var(--black);
  text-transform: uppercase;
  font-family: Ppneuemontrealmono, Arial, sans-serif;
  font-size: .8rem;
  font-weight: 500;
  line-height: 1.4;
}

.topbar_navigation {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.top-nav-link {
  color: var(--black);
  letter-spacing: -.07rem;
  text-transform: uppercase;
  font-family: Ppneuemontrealmono, Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
}

.top-nav-link.underline-out.w--current {
  opacity: .35;
}

.top-nav-link.text-center {
  text-align: center;
}

.home_header {
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 75vh;
  padding-bottom: 1.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
}

.h2 {
  color: var(--black);
  text-align: left;
  letter-spacing: -.5rem;
  font-family: Ppneuemontrealmono, Arial, sans-serif;
  font-size: 6.5rem;
  font-weight: 500;
  line-height: .9;
}

.header {
  width: 100%;
  max-width: 100%;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.header_services-wrap {
  width: 100%;
  max-width: 100%;
  padding-left: 74rem;
}

.header_services {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.header_services-text {
  text-transform: uppercase;
  font-family: Ppneuemontrealmono, Arial, sans-serif;
  font-size: .8rem;
  font-weight: 500;
  line-height: 1.2;
}

.section_header {
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: .75rem 1.5rem;
  display: flex;
  position: relative;
}

.section_header.no--border-top {
  border-top-style: none;
}

.p--m {
  color: var(--black);
  letter-spacing: -.07rem;
  text-transform: uppercase;
  white-space: nowrap;
  font-family: Ppneuemontrealmono, Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: .9;
}

.p--m.is--white {
  white-space: nowrap;
}

.project-list_header-date {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.date_symbol {
  letter-spacing: -.2rem;
}

.date-divider {
  background-color: #000;
  width: 20px;
  height: 2px;
  margin-left: .15rem;
}

.projects-list-wrapper {
  width: 100%;
  position: relative;
}

.projects-list {
  width: 100%;
}

.projects-item {
  flex-flow: column;
  width: 100%;
  height: 100vh;
  display: flex;
}

.project_cover {
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.project_cover-img {
  z-index: 2;
  object-fit: cover;
  width: 109%;
  max-width: none;
  height: 110%;
  position: absolute;
  bottom: 0%;
}

.project-cover_details {
  z-index: 10;
  justify-content: space-between;
  width: 100%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
  position: absolute;
}

.project-cover_detail-wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.caption--mono {
  opacity: .4;
  color: var(--black);
  text-transform: uppercase;
  font-family: Ppneuemontrealmono, Arial, sans-serif;
  font-size: .8rem;
  font-weight: 500;
  line-height: 1.2;
}

.caption--mono.op--100 {
  opacity: 1;
  color: var(--black);
}

.caption--mono.about_infos-title {
  position: absolute;
}

.caption--mono.about_infos-title.capabilities {
  margin-left: -7rem;
}

.caption--mono.about_infos-title.cssda {
  margin-left: -3.6rem;
}

.caption--mono.about_infos-title.awwwards {
  margin-left: -5rem;
}

.caption--mono.about_infos-title.publication {
  margin-left: -6.5rem;
}

.h3 {
  color: var(--black);
  letter-spacing: -.07rem;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ppneuemontrealmono, Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: .9;
}

.is--white {
  color: #fff;
}

.project_overlay-cover {
  z-index: 3;
  object-fit: cover;
  background-color: #0003;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.project_details {
  z-index: 30;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 1.5rem;
  display: flex;
  position: relative;
}

.project_details-wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  width: 40%;
  display: flex;
}

.project_details-wrap._w-50pc {
  width: 50%;
}

.project_details-list {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.project_details-link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  flex: 1;
  display: flex;
}

.project_details-link.shrink {
  flex: 0 auto;
  align-items: center;
}

.project_details-link.shrink.flex-start {
  justify-content: flex-start;
  align-items: flex-start;
}

.project-link {
  color: var(--black);
  letter-spacing: -.07rem;
  text-transform: uppercase;
  font-family: Ppneuemontrealmono, Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
}

.home-sequence_video-embed {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  position: relative;
  z-index: 0;
}

.section--break {
  z-index: 2;
  background-color: var(--black);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.header {
  width: 100%;
  max-width: 100%;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.section-work {
  z-index: 2;
  background-color: var(--body-grey);
  width: 100%;
  max-width: 100%;
  position: relative;
  overflow: hidden;
}

.archive-list-wrapper {
  width: 100%;
}

.archive-list {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100.5%;
  display: grid;
}

.archive-item {
  border-right: 2px solid var(--black);
  border-bottom: 2px solid var(--black);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 90vh;
  display: flex;
}

.section-archive {
  z-index: 2;
  background-color: var(--body-grey);
  width: 100%;
  max-width: 100%;
  position: relative;
  overflow: hidden;
}

.archive-image {
  width: 60%;
  min-width: 60%;
}

.break_content {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
}

.break-hand {
  width: 10rem;
  margin-left: 3rem;
  margin-right: 3rem;
}

.break_text-wrap {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.break_text-wrap.left {
  justify-content: flex-end;
  align-items: center;
}

.break_text-pusher {
  width: 0%;
  height: 100%;
}

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

.col-3 {
  width: 25%;
  min-width: 25%;
}

.col-3.flex-start {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.col-3.flex-end {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.col-6 {
  width: 50%;
  min-width: 50%;
}

.col-6.flex-start {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.col-9 {
  width: 75%;
  min-width: 75%;
}

.col-9.flex-v {
  flex-flow: column;
  display: flex;
}

.col-9.flex-v.space-between {
  justify-content: space-between;
}

.project_video-mask {
  z-index: 20;
  justify-content: center;
  align-items: center;
  height: 23vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.col-12 {
  width: 100%;
  min-width: 100%;
}

.about_header {
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  margin-bottom: 20rem;
  padding-bottom: 1.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
}

.about_content-wrap {
  border-top: 2px solid #000;
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  padding: 1.5rem 1.5rem 7rem;
  display: flex;
}

.flex-h {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.flex-h.about_info-row {
  grid-column-gap: 14rem;
  grid-row-gap: 14rem;
  justify-content: flex-start;
  width: 100%;
}

.flex-v {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  flex-flow: column;
  display: flex;
}

.flex-v.about_infos-wrap {
  grid-column-gap: 7rem;
  grid-row-gap: 7rem;
  width: 100%;
}

.flex-v.about_infos-wrap.col_02 {
  grid-column-gap: 13.5rem;
  grid-row-gap: 13.5rem;
}

.col-8 {
  width: 66%;
  min-width: 66%;
}

.col-4 {
  width: 33%;
  min-width: 33%;
}

.col-5 {
  width: 42%;
  min-width: 42%;
}

.back-top {
  width: 4.5rem;
}

.back-top_btn {
  transition: all .3s;
  position: absolute;
  inset: auto 1.5rem 5rem auto;
}

.back-top_btn:hover {
  transform: translate(0, -.5rem);
}

.footer {
  z-index: 2;
  background-color: var(--body-grey);
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

@media screen and (min-width: 1280px) {
  .hero_text_container {
    grid-column-gap: 48px;
  }

  .caption, .menu-link, .sidebar-menu-link {
    font-size: .9vw;
  }

  .p--s {
    font-size: .75rem;
  }
}

@media screen and (min-width: 1440px) {
  .hero_text_container {
    grid-column-gap: 64px;
  }

  .h1.hero-h1 {
    letter-spacing: -1px;
  }

  .background-video {
    width: 65%;
  }

  .row {
    margin-left: 0;
    margin-right: 0;
  }

  .p--s {
    font-size: .65rem;
  }

  .h2 {
    font-size: 7rem;
  }
}

@media screen and (min-width: 1920px) {
  .hero_text_container {
    grid-template-columns: 2fr 2.5fr 1.5fr .25fr;
    padding-top: 48px;
    padding-bottom: 40px;
  }

  .paragraph {
    font-size: 18px;
    line-height: 1.3;
  }

  .flex_container__vert.space_between.ptb-1-2vw, .flex_container__vert.ptb-1-2vw._w-100.align_end {
    padding-top: 1vw;
    padding-bottom: 0;
  }

  .caption {
    font-size: .8vw;
  }

  .caption.mb-24, .caption.display_none_mobile {
    font-size: 14px;
  }

  .text_link.email {
    font-size: 18px;
  }

  .social_icon_container {
    transition: opacity .3s;
  }

  .social_icon_container:hover {
    opacity: .5;
  }

  .background-video {
    width: 60%;
  }

  .menu-link {
    font-size: .8vw;
  }

  .menu-link.mb-24, .menu-link.display_none_mobile {
    font-size: 14px;
  }

  .sidebar-menu-link {
    font-size: .8vw;
  }

  .sidebar-menu-link.mb-24, .sidebar-menu-link.display_none_mobile {
    font-size: 14px;
  }
}

@media screen and (max-width: 991px) {
  .hero_text_container {
    display: flex;
  }

  .h1 {
    font-size: 1.2rem;
  }

  .h1.hero-h1 {
    letter-spacing: -.5px;
  }

  .paragraph {
    font-size: 14px;
  }

  .headline_mask {
    padding-bottom: 16px;
  }

  .headline_mask.mt--8 {
    margin-top: 4px;
  }

  .flex_container__vert.align_end._w-100.pt_1-2vw {
    display: none;
  }

  .flex_container__vert.align_end._w-100.pt_1-2vw.display_tablet {
    flex-direction: row;
    align-items: flex-end;
    padding-top: 14px;
    display: flex;
  }

  .flex_container__vert.align_center.social_icons {
    flex-direction: row;
    height: auto;
  }

  .flex_container__vert.ptb-1-2vw._w-100.align_end {
    display: none;
  }

  .flex_container__vert.ptb-1-2vw._w-100.align_end.display_tablet {
    align-items: flex-start;
    margin-top: 6vw;
    display: flex;
  }

  .caption {
    margin-top: 24px;
    font-size: 12px;
  }

  .caption.mb-24 {
    margin-top: 0;
    font-size: 11px;
  }

  .caption.display_none_mobile {
    font-size: 11px;
  }

  .caption.waiting-message {
    margin-top: 0;
  }

  .text_link.email {
    font-size: 14px;
  }

  .social_icon_container {
    margin-bottom: 0;
    padding-right: 24px;
  }

  .menu-link {
    margin-top: 24px;
    font-size: 12px;
  }

  .menu-link.mb-24 {
    margin-top: 0;
  }

  .sidebar-menu-link {
    margin-top: 24px;
    font-size: 12px;
  }

  .sidebar-menu-link.mb-24 {
    margin-top: 0;
  }

  .col.col-lg-7.ml-3-col, .col.col-lg-7.ml-3-col.col-md-6 {
    margin-left: 0%;
  }

  .col.col-lg-7.ml-3-col.col-md-10 {
    max-width: 83.3333%;
  }

  .col.col-lg-2.project-infos {
    max-width: none;
  }

  .col.col-lg-2.col-md-3.footer_mail {
    flex: 1;
    max-width: none;
  }

  .col.col-lg-2.col-md-1.footer_social {
    flex: none;
    max-width: none;
  }

  .col.col-lg-5.col-md-10.col--p-large {
    margin-top: 2rem;
    margin-left: 16.66%;
  }

  .col.col-lg-1.ml-5-col {
    margin-left: 0%;
  }

  .col.col-lg-1.ml-5-col.top-nav_skills {
    flex: 0 auto;
    max-width: none;
  }

  .col.col-lg-1.ml-5-col.footer_social {
    flex: none;
    max-width: none;
    margin-left: 1rem;
  }

  .col.col-lg-1.ml-1-col.top-nav_about {
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: absolute;
    left: 0%;
    right: 0%;
  }

  .col.col-lg-1.ml-1-col.project-infos {
    margin-left: 0%;
  }

  .col.col-lg-1.ml-1-col.footer_social {
    flex: none;
    max-width: none;
    margin-left: 1rem;
  }

  .col.col-lg-1.ml-6-col.project-infos {
    margin-left: 0%;
  }

  .col.col-lg-1.project-infos {
    max-width: none;
  }

  .col.col-lg-4.ml-2-col, .col.col-lg-4.ml-2-col.col-md-6 {
    margin-left: 0%;
  }

  .col.col-md-5 {
    flex: 41.6667%;
    max-width: 41.6667%;
  }

  .col.col-md-3 {
    flex: 25%;
    max-width: 25%;
  }

  .col.col-md-7 {
    flex: 58.3333%;
    max-width: 58.3333%;
  }

  .col.col-md-8 {
    flex: 66.6667%;
    max-width: 66.6667%;
  }

  .col.col-md-11 {
    flex: 91.6667%;
    max-width: 91.6667%;
  }

  .col.md--no-margin {
    margin-left: 0;
    margin-right: 0;
  }

  .col.col-md-1 {
    flex: 8.33333%;
    max-width: 8.33333%;
  }

  .col.col-md-9 {
    flex: 75%;
    max-width: 75%;
  }

  .col.col-md-12 {
    flex: 100%;
    max-width: 100%;
  }

  .col.col-md-10 {
    flex: 83.3333%;
    max-width: 83.3333%;
  }

  .col.col-md-4 {
    flex: 33.3333%;
    max-width: 33.3333%;
  }

  .col.col-md-6 {
    flex: 50%;
    max-width: 50%;
  }

  .col.col-md-2 {
    flex: 16.6667%;
    max-width: 16.6667%;
  }

  .row.align-start {
    justify-content: flex-start;
  }

  .row.align-start.topnav-wrap {
    justify-content: space-between;
  }

  .row.justify-center._w-100.about_text-wrapper {
    padding-left: 2.1rem;
    padding-right: 2.1rem;
  }

  .row._w-100.project-infos-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: space-between;
    height: 71vw;
    max-height: 58vh;
    margin-top: 2vw;
    display: grid;
    position: absolute;
  }

  .row._w-100.project-infos-wrap.infos_terra {
    height: 70vw;
    max-height: none;
  }

  .md--hide {
    display: none;
  }

  .p--s {
    font-size: .6rem;
  }

  .slider--project_video-wrap {
    width: 95vw;
    height: 61vw;
    max-height: 50vh;
    position: relative;
  }

  .slider--project_video-wrap.format_4-3 {
    width: 66.5vw;
    height: 50vw;
  }

  .slider--project_video-wrap.format_terra {
    width: 100%;
    height: 59.5vw;
    max-height: none;
  }

  .slider--project_slide-content {
    flex-direction: column;
  }

  .title-h1 {
    font-size: 8vw;
  }

  .title-h1.loading {
    font-size: 1.7rem;
  }

  .swiper-slide {
    padding-left: 0;
    padding-right: 0;
  }

  .swiper-nav-wrap {
    width: 100%;
    min-width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
    bottom: 3.1rem;
    right: 0;
  }

  .ic_arrow--slider {
    height: 1.1rem;
    margin-top: 0;
  }

  .title-h2 {
    font-size: 2rem;
  }

  .slider_nav-btn {
    border-color: #cacaca80;
    width: 3rem;
    min-width: 3rem;
    height: 3rem;
    min-height: 3rem;
  }

  .slider_nav-btn:hover {
    border-color: #cacaca80;
  }

  .infos-project-wrap {
    width: 77.58vh;
  }

  .infos-project-wrap.left {
    align-items: flex-end;
  }

  .project_video-wrapper {
    width: 45vw;
    min-width: 45vw;
    height: 28vw;
    position: relative;
  }

  .project_video-wrapper.format_4-3 {
    width: 66.5vw;
    height: 50vw;
  }

  .project_video-wrapper.format_terra {
    width: 100%;
    height: 59.5vw;
    max-height: none;
  }

  .topbar_tagline {
    font-size: .6rem;
  }

  .top-nav-link {
    font-size: 1.2rem;
  }

  .h2 {
    letter-spacing: -.2rem;
    font-size: 3.7rem;
  }

  .header_services-wrap {
    padding-left: 31rem;
  }

  .header_services-text {
    font-size: .6rem;
  }

  .p--m {
    font-size: 1.2rem;
  }

  .project-cover_detail-wrap {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
  }

  .caption--mono {
    font-size: .6rem;
  }

  .caption--mono.about_infos-title.capabilities, .caption--mono.about_infos-title.cssda, .caption--mono.about_infos-title.awwwards, .caption--mono.about_infos-title.publication {
    margin-left: 0;
    position: relative;
  }

  .h3 {
    font-size: 1.2rem;
  }

  .project_details-wrap {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    width: 30%;
  }

  .project_details-link {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
  }

  .project-link {
    font-size: 1.2rem;
  }

  .archive-item {
    height: 50vh;
  }

  .break-hand {
    width: 7rem;
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .project_video-mask {
    height: 29vw;
  }

  .about_content-wrap {
    grid-column-gap: 7rem;
    grid-row-gap: 7rem;
    flex-flow: column;
  }

  .flex-h.about_info-row {
    grid-column-gap: 8rem;
    grid-row-gap: 8rem;
  }

  .flex-v.about_infos-wrap {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .flex-v.about_infos-wrap.col_02 {
    grid-column-gap: 9.5rem;
    grid-row-gap: 9.5rem;
  }

  .about_info-list-wrap {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    display: flex;
  }

  .col-m-12 {
    width: 100%;
    min-width: 100%;
  }

  .back-top {
    width: 3.5rem;
  }

  .back-top_btn {
    bottom: 4rem;
  }
}

@media screen and (max-width: 767px) {
  .hero_container {
    height: auto;
    max-height: none;
  }

  .hero_text_container {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .h1 {
    letter-spacing: -.05rem;
    font-size: 1rem;
  }

  .h1.hero-h1 {
    font-size: 10vw;
  }

  .paragraph {
    width: 90%;
    font-size: 16px;
  }

  .headline_mask {
    padding-bottom: 7px;
  }

  .headline_mask.mt--8 {
    margin-top: 0;
  }

  .headline_container {
    margin-bottom: 12px;
  }

  .flex_container__vert.align_end._w-100.pt_1-2vw.display_tablet {
    display: none;
  }

  .flex_container__vert.align_end._w-100.pt_1-2vw.display_mobile {
    flex-direction: column;
    width: auto;
    padding-top: 0;
    display: flex;
  }

  .flex_container__vert.align_center.social_icons {
    flex-direction: column;
  }

  .flex_container__vert.space_between.ptb-1-2vw {
    padding-top: 0;
    padding-bottom: 0;
  }

  .flex_container__vert.ptb-1-2vw._w-100.align_end.display_tablet {
    flex-direction: row;
    justify-content: space-between;
    margin-top: 12vw;
    padding-top: 0;
    padding-bottom: 0;
  }

  .caption {
    font-size: 14px;
  }

  .caption.waiting-message {
    font-size: 11px;
  }

  .text_link.email {
    font-size: 16px;
  }

  .social_icon_container {
    margin-bottom: 16px;
    padding-right: 0;
  }

  .hero_lottie_container {
    height: 80vh;
  }

  .menu-link, .sidebar-menu-link {
    font-size: 14px;
  }

  .col.col-lg-1.ml-5-col {
    max-width: 24%;
  }

  .col.col-sm-10 {
    flex: 0 83.3333%;
    max-width: 83.3333%;
  }

  .col.col-sm-11 {
    flex: 0 91.6667%;
    max-width: 91.6667%;
  }

  .col.col-sm-9 {
    flex: 0 75%;
    max-width: 75%;
  }

  .col.col-sm-7 {
    flex: 0 58.3333%;
    max-width: 58.3333%;
  }

  .col.col-sm-4 {
    flex: 0 33.3333%;
    max-width: 33.3333%;
  }

  .col.col-sm-6 {
    flex: 0 50%;
    max-width: 50%;
  }

  .col.col-sm-2 {
    flex: 0 16.6667%;
    max-width: 16.6667%;
  }

  .col.col-sm-1 {
    flex: 0 8.33333%;
    max-width: 8.33333%;
  }

  .col.col-sm-3 {
    flex: 0 25%;
    max-width: 25%;
  }

  .col.col-sm-5 {
    flex: 0 41.6667%;
    max-width: 41.6667%;
  }

  .col.sm--no-margin {
    margin-left: 0;
    margin-right: 0;
  }

  .col.col-sm-8 {
    flex: 0 66.6667%;
    max-width: 66.6667%;
  }

  .col.col-sm-12 {
    flex: 0 100%;
    max-width: 100%;
  }

  .row._w-100.project-infos-wrap {
    height: 73vw;
    max-height: 60vh;
  }

  .sm--hide {
    display: none;
  }

  .slider--project_video-wrap.format_4-3 {
    width: 95vw;
    height: 61vw;
  }

  .slider--project_video-wrap.format_terra {
    width: 95vw;
  }

  .title-h1 {
    font-size: 7vw;
  }

  .swiper-nav-wrap {
    bottom: 2.6rem;
  }

  .title-h2 {
    letter-spacing: -.03rem;
    font-size: 1.6rem;
    line-height: 1;
  }

  .infos-project-wrap {
    max-width: 100%;
  }

  .project_video-wrapper {
    width: 60vw;
    min-width: 60vw;
    height: 38vw;
  }

  .project_video-wrapper.format_4-3 {
    width: 95vw;
    height: 61vw;
  }

  .project_video-wrapper.format_terra {
    width: 95vw;
  }

  .top-bar {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .topbar_tagline {
    display: none;
  }

  .top-nav-link {
    letter-spacing: -.05rem;
    font-size: 1rem;
  }

  .home_header {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .h2 {
    font-size: 3rem;
  }

  .header_services-wrap {
    padding-left: 28rem;
  }

  .header_services-text {
    display: none;
  }

  .section_header {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .p--m {
    letter-spacing: -.05rem;
    font-size: 1rem;
  }

  .project-cover_details {
    padding-left: 1rem;
    padding-right: 1rem;
    position: absolute;
    top: 1rem;
  }

  .h3 {
    letter-spacing: -.05rem;
    font-size: 1rem;
  }

  .project_details {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .project-link {
    letter-spacing: -.05rem;
    font-size: 1rem;
  }

  .archive-item {
    height: auto;
    padding-top: 10rem;
    padding-bottom: 10rem;
  } 

  .archive-image {
  width: 80%;
  min-width: 80%;
}

  .break-hand {
    width: 5rem;
  }

  .col-3.flex-start.col-6--mob-l {
    width: 50%;
    min-width: 50%;
  }

  .col-3.hide--mob-l {
    display: none;
  }

  .col-9.flex-v.space-between.col-12--mob-l {
    width: 100%;
    min-width: 100%;
  }

  .hide--mob-l {
    display: none;
  }

  .project_video-mask {
    height: 38vw;
  }

  .about_header {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .about_content-wrap {
    padding: 1rem 1rem 7rem;
  }

  .back-top {
    width: 3rem;
  }

  .back-top_btn {
    bottom: 3.5rem;
    right: 1rem;
  }
}

@media screen and (max-width: 479px) {
  .hero_container {
    height: auto;
    max-height: none;
  }

  .hero_text_container {
    padding: 32px 24px;
  }

  .h1 {
    letter-spacing: -.05rem;
    font-size: .8rem;
  }

  .h1.hero-h1 {
    font-size: 10vw;
    font-weight: 400;
  }

  .paragraph {
    width: 100%;
    line-height: 1.2;
  }

  .headline_mask.mt--8 {
    margin-top: -4px;
  }

  .headline_container {
    margin-bottom: 16px;
  }

  .flex_container__vert.align_end._w-100.pt_1-2vw.display_mobile {
    flex-direction: row;
    margin-top: 32px;
  }

  .flex_container__vert.align_center.social_icons {
    flex-direction: row;
  }

  .flex_container__vert.space_between.ptb-1-2vw {
    max-width: 100%;
  }

  .flex_container__vert.ptb-1-2vw._w-100.align_end.display_tablet {
    flex-direction: column;
    margin-top: 32vw;
  }

  .caption {
    font-size: 14px;
  }

  .caption.mb-24 {
    margin-bottom: 24px;
  }

  .caption.display_mobile {
    margin-top: 32px;
    font-size: 11px;
    display: block;
  }

  .caption.display_none_mobile {
    display: none;
  }

  .social_icon_container {
    margin: 0;
    padding-right: 16px;
  }

  .hero_lottie_container {
    height: 60vh;
  }

  .menu-link {
    font-size: 14px;
  }

  .menu-link.mb-24 {
    margin-bottom: 24px;
  }

  .menu-link.display_mobile {
    margin-top: 32px;
    display: block;
  }

  .menu-link.display_none_mobile {
    display: none;
  }

  .sidebar-menu-link {
    font-size: 14px;
  }

  .sidebar-menu-link.mb-24 {
    margin-bottom: 24px;
  }

  .sidebar-menu-link.display_mobile {
    margin-top: 32px;
    display: block;
  }

  .sidebar-menu-link.display_none_mobile {
    display: none;
  }

  .col.col-lg-2.col-md-3.footer_mail {
    flex: none;
    justify-content: center;
    width: 100%;
    margin-bottom: .25rem;
    display: flex;
  }

  .col.col-lg-2.col-md-1.footer_social {
    flex: 1;
  }

  .col.col-lg-2.col-md-1.footer_social.left {
    justify-content: flex-end;
    display: flex;
  }

  .col.col-xs-10 {
    flex: 83.3333%;
    max-width: 83.3333%;
  }

  .col.col-lg-1.ml-5-col.footer_social {
    flex: 1;
  }

  .col.col-lg-1.ml-5-col.footer_social.middle {
    flex: 0 auto;
    justify-content: center;
    margin-left: 1rem;
    margin-right: 1rem;
    display: flex;
  }

  .col.col-lg-1.ml-1-col.footer_social {
    flex: 1;
  }

  .col.col-lg-1.ml-1-col.footer_social.right {
    margin-left: 0;
  }

  .col.col-xs-4 {
    flex: 33.3333%;
    max-width: 33.3333%;
  }

  .col.col-xs-2 {
    flex: 16.6667%;
    max-width: 16.6667%;
  }

  .col.col-xs-11 {
    flex: 91.6667%;
    max-width: 91.6667%;
  }

  .col.col-xs-1 {
    flex: 8.33333%;
    max-width: 8.33333%;
  }

  .col.col-xs-9 {
    flex: 75%;
    max-width: 75%;
  }

  .col.col-xs-5 {
    flex: 41.6667%;
    max-width: 41.6667%;
  }

  .col.col-xs-3 {
    flex: 25%;
    max-width: 25%;
  }

  .col.xs--no-margin {
    margin-left: 0;
    margin-right: 0;
  }

  .col.col-xs-8 {
    flex: 66.6667%;
    max-width: 66.6667%;
  }

  .col.col-xs-6 {
    flex: 50%;
    max-width: 50%;
  }

  .col.col-xs-12 {
    flex: 100%;
    max-width: 100%;
  }

  .col.col-xs-7 {
    flex: 58.3333%;
    max-width: 58.3333%;
  }

  .container {
    padding-left: 1em;
    padding-right: 1em;
  }

  .container.home_hero-wrapper {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .row.justify-center._w-100.about_text-wrapper {
    padding-left: .9rem;
    padding-right: .9rem;
  }

  .row._w-100.project-infos-wrap {
    height: 83vw;
    max-height: none;
  }

  .row._w-100.project-infos-wrap.infos_terra {
    height: 80vw;
    margin-top: 3.5vw;
  }

  .topnav {
    padding-bottom: 0;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .p--s {
    font-size: .55rem;
  }

  .p--s.opacity--70.about_desc {
    font-size: 2vw;
  }

  .slider--project_video-wrap {
    height: 61.5vw;
    max-height: none;
  }

  .slider--project_video-wrap.format_terra {
    width: 96vw;
  }

  .slider--project_name-wrap {
    grid-row-gap: 0rem;
  }

  .title-h1 {
    letter-spacing: -.025rem;
    font-size: 7vw;
  }

  .title-h1.loading {
    font-size: 1.25rem;
  }

  .swiper-nav-wrap {
    padding-left: .4rem;
    padding-right: .4rem;
    bottom: 3rem;
  }

  .slider--project_name-mask {
    padding-top: .3rem;
  }

  .ic_arrow--slider {
    height: .9rem;
    margin-top: -.05rem;
  }

  .title-h2 {
    font-size: 1.3rem;
  }

  .slider_nav-btn {
    width: 2rem;
    min-width: 2rem;
    height: 2rem;
    min-height: 2rem;
  }

  .infos-project-wrap {
    width: 100%;
  }

  .project_video-wrapper {
    width: 100%;
    min-width: 100%;
    height: auto;
    max-height: none;
  }

  .project_video-wrapper.format_terra {
    width: 96vw;
  }

  .top-bar {
    padding: 1rem;
  }

  .top-nav-link {
    letter-spacing: -.05rem;
    font-size: .8rem;
  }

  .top-nav-link.underline-out.mob--white {
    color: #fff;
  }

  .home_header {
    height: 60vh;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .h2 {
    letter-spacing: -.1rem;
    font-size: 1.8rem;
    line-height: 1;
  }

  .header_services-wrap {
    padding-left: 0;
  }

  .section_header {
    border-top-width: 1px;
    border-bottom-width: 1px;
  }

  .p--m {
    letter-spacing: -.025rem;
    font-size: .8rem;
  }

  .date-divider {
    height: 1px;
  }

  .caption--mono.mob--white {
    color: var(--white);
  }

  .h3 {
    letter-spacing: -.025rem;
    font-size: .8rem;
  }

  .project_details {
    padding-top: 1rem;
    padding-bottom: 1.25rem;
  }

  .project_details-wrap {
    width: 40%;
  }

  .project_details-wrap._w-50pc {
    width: 60%;
  }

  .project_details-list.project-link {
    color: #fff;
  }

  .project_details-link {
    color: #fff;
    position: absolute;
    top: -3rem;
    left: 1rem;
  }

  .project_details-link.shrink {
    position: relative;
    top: 0;
    left: 0;
  }

  .project-link {
    letter-spacing: -.05rem;
    font-size: .8rem;
  }

  .project-link.underline-out.mob--white {
    color: #fff;
    font-weight: 500;
  }

  .archive-list {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .archive-item {
    border-bottom-width: 1px;
    border-right-style: none;
  }

  .archive-image {
    width: 80%;
    min-width: 80%;
    max-width: 80%;
  }

  .break-hand {
    width: 4rem;
  }

  .break_text-pusher {
    width: 100%;
  }

  .project_video-mask {
    height: auto;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .about_header {
    margin-bottom: 11rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .about_content-wrap {
    height: 60vh;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .flex-h.about_info-row {
    grid-column-gap: 4.5rem;
    grid-row-gap: 4.5rem;
  }

  .back-top {
    width: 2.5rem;
  }

  .back-top_btn {
    bottom: 3rem;
  }
}


@font-face {
  font-family: 'Ppneuemontreal Bold';
  src: url('../fonts/PPNeueMontreal-Bold.woff2') format('woff2'), url('../fonts/PPNeueMontreal-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ppneuemontreal Medium';
  src: url('../fonts/PPNeueMontreal-Medium.woff2') format('woff2'), url('../fonts/PPNeueMontreal-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neuemontreal';
  src: url('../fonts/NeueMontreal-Regular.woff') format('woff'), url('../fonts/NeueMontreal-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neuemontreal';
  src: url('../fonts/NeueMontreal-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ppneuemontrealmono Book';
  src: url('../fonts/PPNeueMontrealMono-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ppneuemontrealmono';
  src: url('../fonts/PPNeueMontrealMono-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ppneuemontrealmono';
  src: url('../fonts/PPNeueMontrealMono-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}