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

@font-face {
  font-family: Ppneuemontreal;
  src: url('../fonts/ppneuemontreal-semibolditalic.otf') format("opentype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Ppneuemontreal;
  src: url('../fonts/ppneuemontreal-italic.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

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

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

@font-face {
  font-family: Ppneuemontreal;
  src: url('../fonts/ppneuemontreal-thin.otf') format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

.btn-tech {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  color: #000;
  letter-spacing: .5px;
  text-transform: uppercase;
  background-color: #0000008a;
  border: 1px solid #000;
  border-radius: 8px;
  padding: 12px 16px;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  text-decoration: none;
  transition: background-color .4s;
}

.btn-tech:hover {
  background-color: #0000001f;
}

.btn-tech.white {
  z-index: 1;
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  color: #fff;
  background-color: #ffffff4d;
  border-color: #fff;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 10px;
  transition-property: all;
  transition-duration: .4s;
  position: relative;
}

.btn-tech.white:hover {
  transform: translate(0, -5px);
}

.btn-tech.orange {
  cursor: pointer;
  background-color: #ff5000;
  border-color: #ea5e1c;
  border-radius: 6px;
  transition-property: all;
}

.btn-tech.orange:hover {
  transform: translate(0, -5px);
}

.nav-project-dot {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  opacity: .6;
  flex-flow: column;
  width: 4px;
  height: 60px;
  display: flex;
  position: absolute;
  inset: 42% 7% auto auto;
}

.menu-bottom-container {
  z-index: 60;
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: fixed;
  inset: auto 0% 44px;
}

.menu {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.project-img-multiple {
  border-radius: 6px;
  width: 60%;
  height: 500px;
  overflow: hidden;
}

.project-img-multiple.full {
  width: 100%;
  height: 100%;
}

.text-block {
  color: #fff;
  font-family: Ppneuemontreal, Arial, sans-serif;
  font-weight: 100;
}

.big-img-parralax {
  object-fit: fill;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.big-img-parralax.with-padding {
  justify-content: flex-start;
  align-items: flex-end;
  padding-top: 10vh;
  padding-bottom: 10vh;
  padding-left: 5vw;
  display: flex;
}

.big-img-parralax.with-padding.about {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
}

.span50 {
  opacity: .5;
}

.t-left-item {
  z-index: 1;
  color: #fff;
  background-color: #000;
  border-radius: 6px;
  width: 80%;
  position: relative;
  overflow: hidden;
  box-shadow: 30px 0 30px -6px #0006;
}

.t-left-item.img-bg {
  background-image: linear-gradient(224deg, #000000db, #0000007d), url('../images/texture_1texture.avif');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  justify-content: flex-end;
  align-items: flex-end;
  padding: 92px 64px;
  display: flex;
}

.t-left-item.img-bg._80vh {
  background-image: linear-gradient(224deg, #000000db, #0000007d), url('../images/resource-database-1q_LQCfS4rc-unsplash-1_1resource-database-1q_LQCfS4rc-unsplash (1).avif');
  height: 90vh;
}

.t-left-item.img-bg._80vh.no-padding {
  padding: 0;
}

.t-left-item.img-bg._80vh.no-padding.full {
  height: 100%;
}

.t-left-item.img-bg._80vh.no-padding.full.no-shadow {
  box-shadow: none;
  background-image: linear-gradient(224deg, #0000, #0000007d 0%);
}

.section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section._100vh {
  height: 100vh;
}

.section._100vh.flex-center {
  z-index: 1;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

.section._100vh.flex-center.nopadding {
  height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
}

.section.white {
  background-color: #fff;
}

.line-separator {
  transform-origin: 0%;
  background-color: #3b3b3b;
  width: 100%;
  height: 1px;
}

.line-separator.white {
  background-color: #fff3;
}

.t-paragraph {
  color: #0009;
  font-family: Ppneuemontreal, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 100;
  line-height: 19.2px;
}

.t-paragraph.white {
  color: #ffffffb3;
  max-width: 32ch;
  line-height: 1.2;
}

.t-paragraph.spec {
  color: #576863;
  text-align: right;
  max-width: 24ch;
  font-size: 16px;
  font-weight: 100;
  line-height: 1.2;
}

.img-asset-wrap {
  transform-origin: 0 100%;
  width: 110%;
  height: 120%;
  margin-left: -5%;
  position: absolute;
  inset: -10% 0% 0%;
}

.loader-wrap {
  z-index: 100000;
  background-color: #576863;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding: 8px;
  display: flex;
  position: static;
  inset: 0%;
}

.floating-logo-wrap {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  padding: 16px 24px 0;
  display: flex;
  position: absolute;
  inset: auto 0%;
}

.floating-logo-wrap.centercenter {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0;
  position: absolute;
}

.project-paralax-img-wrp {
  z-index: 1;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 110%;
  margin-top: -5%;
  position: relative;
}

.project-paralax-img-wrp._105 {
  height: 105%;
  margin-top: -1%;
}

.t-h2 {
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ppneuemontreal, Arial, sans-serif;
  font-size: 1.8em;
  font-weight: 100;
  line-height: 1.1em;
}

.t-h2.white {
  z-index: 1;
  transform-origin: 0 0;
  color: #fff;
  max-width: 29ch;
  text-decoration: none;
  position: relative;
}

.t-h2.white.split-me {
  max-width: 24ch;
}

.lp-h2 {
  color: #fff;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ppneuemontreal, Arial, sans-serif;
  font-size: 1.8em;
  font-weight: 100;
  line-height: 1.1em;
}

.lp-h2.right {
  font-size: 1.6em;
}

.code-embed-4 {
  width: 0;
  height: 0;
  display: block;
}

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

.image-parallax._2 {
  position: absolute;
  inset: 0%;
}

.image-parallax.abs {
  position: absolute;
  inset: auto 0% 0% auto;
}

.project-img {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  height: 920px;
  margin-bottom: 220px;
  padding-left: 100px;
  padding-right: 8px;
  display: flex;
}

.project-img.center {
  justify-content: center;
  margin-bottom: 0;
  padding-left: 40px;
  padding-right: 40px;
}

.gradient-blur {
  z-index: 5;
  justify-content: center;
  align-items: center;
  display: flex;
}

.infos-item {
  z-index: 0;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #000;
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding: 0 64px 64px;
  display: flex;
  position: relative;
}

.infos-item.topleft {
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 64px;
}

.div-left-align {
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.div-left-align._60 {
  width: 60%;
  margin-top: 12px;
}

.project-img-big {
  border-radius: 6px;
  width: 100%;
  overflow: hidden;
}

.project-img-big._80 {
  width: 60%;
}

.gallery-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.image-29 {
  width: 12px;
}

.container-dark {
  background-color: #01040a;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: auto;
  padding-top: 144px;
  padding-bottom: 144px;
  display: flex;
}

.container-dark.home {
  padding-top: 0;
  padding-bottom: 0;
}

.container-dark.home._100 {
  background-color: #576763;
  width: 100%;
  height: 100%;
}

.dot1 {
  background-color: #fff;
  border-radius: 50px;
  width: 100%;
  height: 90%;
}

.wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 44px;
  display: block;
  position: static;
  inset: 0% auto 0% -50vw;
}

.wrapper.flex {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: stretch;
  width: 100%;
  padding: 8px;
  display: flex;
}

.dot2 {
  background-color: #fff;
  border-radius: 50px;
  width: 100%;
  height: 10%;
}

.link-block {
  font-family: Ppneuemontreal, Arial, sans-serif;
  font-weight: 100;
}

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

@media screen and (min-width: 1440px) {
  .wrapper {
    width: 180vw;
    height: 180vh;
    padding-bottom: 0;
    padding-right: 0;
  }

  .wrapper.flex {
    height: auto;
  }

  .wrapper.flex._80vh._100 {
    height: 100%;
  }
}

@media screen and (max-width: 991px) {
  .nav-project-dot {
    display: none;
  }

  .project-img-multiple {
    flex-flow: column;
    width: 100%;
    height: auto;
    display: flex;
  }

  .project-img-multiple.var {
    width: 90%;
    height: 500px;
  }

  .big-img-parralax {
    width: 100%;
  }

  .big-img-parralax.with-padding {
    width: auto;
  }

  .big-img-parralax.with-padding.about {
    width: 100%;
  }

  .t-paragraph.spec {
    color: #010101;
    max-width: 24ch;
    font-size: 14px;
    line-height: 1.2;
  }

  .loader-wrap {
    z-index: 1;
    height: 790px;
    position: relative;
  }

  .floating-logo-wrap {
    justify-content: space-between;
    padding-left: 24px;
  }

  .project-paralax-img-wrp {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    margin-top: 0%;
    display: flex;
  }

  .image-parallax._2 {
    display: block;
    position: static;
  }

  .floating-logo {
    margin-top: -8px;
  }

  .project-img {
    flex-flow: column;
    margin-bottom: 100px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .project-img.center {
    height: auto;
  }

  .infos-item.topleft {
    padding: 32px;
  }

  .project-img-big._80 {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .btn-tech.orange.hide-mobile {
    display: none;
  }

  .project-img-multiple {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    height: auto;
  }

  .project-img-multiple.var {
    width: 100%;
    margin-left: 8px;
    margin-right: 8px;
  }

  .t-left-item {
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 400px;
    display: flex;
  }

  .t-left-item.img-bg._80vh.no-padding {
    height: 70vw;
  }

  .section, .section._100vh.flex-center {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .loader-wrap {
    height: 770px;
  }

  .project-paralax-img-wrp {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    margin-top: -3%;
    display: flex;
  }

  .image-parallax._2 {
    position: static;
  }

  .project-img.center {
    height: auto;
    padding-left: 8px;
    padding-right: 8px;
  }

  .infos-item {
    padding-top: 92px;
  }

  .infos-item.topleft._1st {
    order: -1;
  }

  .project-img-big._80 {
    width: 100%;
  }

  .gallery-image {
    object-fit: none;
  }

  .wrapper.flex {
    flex-flow: column;
  }
}

@media screen and (max-width: 479px) {
  .btn-tech.orange.hide-mobile {
    display: none;
  }

  .menu-bottom-container {
    justify-content: flex-end;
    align-items: flex-end;
    padding-right: 12px;
    bottom: 24px;
  }

  .menu {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-end;
  }

  .project-img-multiple.var {
    width: 100%;
    margin-left: 8px;
    margin-right: 8px;
  }

  .big-img-parralax {
    width: 100%;
    min-height: 100%;
  }

  .big-img-parralax.with-padding.about {
    padding-top: 570px;
    padding-bottom: 24px;
  }

  .t-left-item {
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 400px;
    display: flex;
  }

  .t-left-item.img-bg {
    height: 400px;
  }

  .t-left-item.img-bg._80vh.no-padding.full.no-shadow {
    min-height: 570px;
  }

  .section._100vh.flex-center.nopadding {
    height: auto;
  }

  .t-paragraph {
    color: #1b1b1b;
  }

  .loader-wrap {
    height: 720px;
  }

  .project-paralax-img-wrp {
    margin-top: -3%;
    margin-left: 0;
    margin-right: 0;
  }

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

  .image-parallax._2 {
    height: 105%;
    margin-top: -2%;
  }

  .project-img {
    padding-left: 1em;
    padding-right: 1em;
  }

  .project-img.center {
    height: 770px;
  }

  .infos-item {
    height: 100%;
    padding: 44px 24px;
  }

  .wrapper.flex {
    flex-flow: column;
  }

  .wrapper.flex._80vh {
    flex-flow: column;
    height: auto;
  }
}


@font-face {
  font-family: 'Ppneuemontreal';
  src: url('../fonts/ppneuemontreal-bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ppneuemontreal';
  src: url('../fonts/ppneuemontreal-semibolditalic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Ppneuemontreal';
  src: url('../fonts/ppneuemontreal-italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Ppneuemontreal';
  src: url('../fonts/ppneuemontreal-medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ppneuemontreal Book';
  src: url('../fonts/ppneuemontreal-book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ppneuemontreal';
  src: url('../fonts/ppneuemontreal-thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}