:root {
  --blue-violet: #7f00ff;
  --blk: #000;
  --lime: lime;
}

.body {
  color: #000;
  font-family: Helveticanowvar, sans-serif;
  font-weight: 400;
  line-height: 1;
}

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

.page-wrapper.pad {
  padding-top: 9%;
  padding-left: 0;
  padding-right: 0;
}

.nav-wrapper {
  z-index: 90;
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  padding: 10px 20px;
  display: grid;
  position: fixed;
}

.logo {
  width: 6%;
  display: none;
  position: relative;
}

.helvetica {
  color: #000;
  text-align: justify;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.1;
}

.helvetica.cal {
  color: #000;
  text-transform: none;
  font-family: Ppeditorialnew, sans-serif;
  font-style: normal;
  font-weight: 200;
}

.helvetica.nopad {
  z-index: 90;
  color: #000;
  position: relative;
}

.helvetica.nopad.left {
  text-align: left;
  font-family: Ppeditorialnew, sans-serif;
  font-style: italic;
  font-weight: 200;
}

.link-hel {
  color: #000;
  padding: 9px;
  font-size: 13px;
  text-decoration: none;
}

.link-hel:hover {
  color: var(--blue-violet);
}

.link-hel.w--current {
  font-family: Helveticanowvar, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
}

.header {
  width: 100%;
  height: 100svh;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

._3d-logo {
  width: 100%;
  border-bottom: 1px #000;
  padding-bottom: 0;
}

._3d {
  width: 100%;
}

.info-wrapper-grid {
  width: 100%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 0;
  padding-right: 0;
  display: grid;
}

.info {
  width: 100%;
  height: 100%;
}

.link-2 {
  color: #000;
  text-decoration: none;
}

.link-2:hover {
  color: var(--blue-violet);
}

.link-2.w--current {
  z-index: 90;
  mix-blend-mode: difference;
  position: relative;
}

.marquee-content {
  min-width: 100%;
  grid-column-gap: 1rem;
  flex: none;
  justify-content: space-around;
  display: flex;
}

.marquee-content.scroll {
  min-width: auto;
  flex: none;
  align-items: center;
}

.marquee-content.scroll.reverse {
  min-width: auto;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.marquee-2 {
  width: 100%;
  grid-column-gap: 1rem;
  background-color: rgba(255, 255, 255, 0);
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  overflow: hidden;
}

.w0rk-grid {
  width: 100%;
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
  display: grid;
}

.imgwork {
  width: 100%;
  height: 100%;
}

.project-wrappper {
  width: 100%;
  height: auto;
  grid-column-gap: 0px;
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.title-wrapper {
  width: 100%;
  flex: none;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.img-work-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

.img-abs {
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.display-work {
  width: 80%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 40px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.image {
  width: 100%;
  margin-top: 0;
}

.w0rk-grid-copy {
  width: 100%;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  padding-left: 10px;
  padding-right: 10px;
  display: none;
}

.preload {
  z-index: 99;
  width: 100%;
  height: 100vh;
  background-color: rgba(255, 200, 0, 0);
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

._33 {
  width: 33.33%;
  height: 100%;
  background-color: #000;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-40 {
  width: 30%;
  max-width: 30%;
  filter: invert();
}

.div-block {
  display: flex;
}

.clock {
  z-index: 90;
  width: auto;
  height: auto;
  font-size: 12px;
  font-weight: 300;
  position: relative;
}

.html-embed {
  color: #000;
  font-size: 13px;
  font-weight: 400;
}

.w0rk-grid-copy {
  width: 100%;
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
  display: grid;
}

.display-work-2 {
  width: 80%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 0;
  display: flex;
}

.footer-wrapper {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.titles {
  width: 100%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-bottom: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.titles.noline {
  border-bottom-style: none;
}

.logo-2 {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 20px;
}

.about-info {
  padding-bottom: 10px;
}

.about-info._10padtop {
  padding-top: 10px;
}

.span-cal {
  font-family: Ppeditorialnew, sans-serif;
  font-weight: 200;
  line-height: 1;
}

.all-work {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.work-page-wrapper {
  width: 100%;
  height: auto;
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  justify-items: stretch;
  padding-left: 20px;
  padding-right: 20px;
  display: grid;
}

.project-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.img-project {
  width: 100%;
  transition: filter .2s;
}

.img-project:hover {
  filter: blur(5px);
}

.image-41 {
  width: 100%;
}

.about-page {
  width: 100%;
  height: 100dvh;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.background-video {
  z-index: -1;
  width: 100%;
  height: 100vh;
  opacity: .7;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.link-work {
  width: 100%;
  height: 100%;
  margin-top: 10px;
  position: relative;
}

.div-block-2 {
  margin-top: 10px;
}

.body-2 {
  overflow: hidden;
}

.image-39 {
  z-index: 90;
  width: 32px;
  max-width: none;
  aspect-ratio: 1 / 1;
  cursor: pointer;
  padding: 0;
  position: relative;
}

.image-39:hover {
  aspect-ratio: 1 / 1;
  border: 1px solid #000;
  border-radius: 20px;
}

.image-42 {
  width: 15%;
  max-width: none;
  border-radius: 7px;
}

.div-block-7 {
  width: 100%;
  height: auto;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-7._20 {
  justify-content: flex-end;
  padding-left: 0;
}

.div-block-7.m {
  justify-content: center;
}

.menu-page {
  z-index: 50;
  width: 100vw;
  height: 100vh;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  text-transform: none;
  background-color: rgba(255, 255, 255, .5);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.letter-wrap {
  width: 90%;
  color: #000;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Helveticanowvar, sans-serif;
  font-weight: 300;
  line-height: 1;
}

.letter-wrap.big {
  width: auto;
  color: var(--blk);
  text-transform: lowercase;
  font-family: Helveticanowvar, sans-serif;
  font-size: 8vw;
  font-style: normal;
  font-weight: 200;
  line-height: 1.2;
  text-decoration: none;
  display: inline-block;
}

.item-wrapper {
  width: 100%;
  height: auto;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid rgba(0, 0, 0, .23);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
  text-decoration: none;
  display: flex;
}

.item-wrapper._30, .item-wrapper._40 {
  justify-content: center;
  padding-left: 0;
}

@media screen and (max-width: 991px) {
  .logo {
    width: 9%;
  }

  .header, .preload {
    height: 100dvh;
  }

  .image-40 {
    width: 35%;
    max-width: 35%;
  }

  .display-work-2 {
    padding-top: 0;
  }

  .work-page-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .div-block-7._20, .div-block-7.m {
    justify-content: flex-start;
  }

  .menu-page {
    height: 100dvh;
    display: none;
  }

  .letter-wrap {
    font-size: 30px;
  }

  .item-wrapper._40 {
    justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  .page-wrapper.pad {
    padding-top: 60px;
    padding-left: 0;
    padding-right: 0;
  }

  .logo {
    width: 11%;
  }

  .helvetica {
    padding-top: 10px;
  }

  .helvetica.nopad {
    padding-top: 0;
  }

  .info-wrapper-grid {
    display: block;
  }

  .info {
    height: auto;
    margin-bottom: 10px;
  }

  .marquee-image.hide-mobile {
    display: none;
  }

  .w0rk-grid {
    grid-template-columns: 1fr;
  }

  .display-work {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .w0rk-grid-copy {
    grid-template-columns: 1fr;
  }

  .image-40 {
    width: 40%;
    max-width: 40%;
  }

  .clock {
    justify-content: flex-start;
    display: flex;
  }

  .w0rk-grid-copy {
    grid-template-columns: 1fr;
  }

  .display-work-2 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-wrapper {
    flex-direction: column;
  }

  .titles.noline {
    grid-template-columns: 1fr;
  }

  .about-info._10padtop {
    padding-top: 0;
    padding-bottom: 0;
  }

  .about-info.hide {
    display: none;
  }

  .work-page-wrapper {
    width: 100%;
    grid-template-columns: 1fr 1fr;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-42 {
    width: 26%;
  }

  .div-block-7._20, .div-block-7.m {
    justify-content: flex-start;
  }

  .letter-wrap {
    font-size: 25px;
  }

  .letter-wrap.big {
    font-size: 17vw;
  }

  .item-wrapper._40 {
    justify-content: center;
  }
}

@media screen and (max-width: 479px) {
  .page-wrapper.pad {
    padding-top: 140px;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-wrapper {
    grid-template-columns: 1fr 1fr;
    align-items: center;
    padding: 20px 10px;
  }

  .logo {
    width: 17%;
  }

  .helvetica, .link-hel {
    font-size: 13px;
  }

  .link-hel._10 {
    padding-right: 0;
  }

  .header {
    height: 100svh;
    padding-left: 10px;
    padding-right: 10px;
  }

  .w0rk-grid, .display-work {
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-40 {
    width: 60%;
    max-width: 60%;
  }

  .clock {
    display: none;
  }

  .html-embed {
    font-size: 13px;
  }

  .w0rk-grid-copy, .display-work-2, .footer-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .work-page-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    padding-left: 10px;
    padding-right: 10px;
  }

  .project-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 10px;
  }

  .about-page {
    height: 100svh;
  }

  .image-39 {
    width: 33px;
  }

  .image-42 {
    width: 42%;
  }

  .div-block-7 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .div-block-7._20, .div-block-7.m {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: flex-start;
  }

  .menu-page {
    height: 100dvh;
    padding-left: 10px;
    padding-right: 10px;
    display: none;
  }

  .letter-wrap {
    width: 95%;
    font-size: 19px;
  }

  .letter-wrap.big {
    font-size: 39px;
  }
}

#w-node-_93a44259-e170-dd15-9bf6-3d13de83e6af-52cb5463, #w-node-_93a44259-e170-dd15-9bf6-3d13de83e6b8-52cb5463, #w-node-_0ed46f6c-9304-9d41-b13b-7a28a220dd4d-52cb5463, #w-node-_4d26a2cc-1fbd-9580-5ca8-a92569068f15-52cb5463, #w-node-_20f4038e-8a23-8007-3eee-ba7a2c51ad79-2c51ad77, #w-node-_20f4038e-8a23-8007-3eee-ba7a2c51ad7c-2c51ad77, #w-node-_20f4038e-8a23-8007-3eee-ba7a2c51ad7f-2c51ad77, #w-node-_20f4038e-8a23-8007-3eee-ba7a2c51ad83-2c51ad77, #w-node-_20f4038e-8a23-8007-3eee-ba7a2c51ad86-2c51ad77, #w-node-_20f4038e-8a23-8007-3eee-ba7a2c51ad8e-2c51ad77 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#menu-trigger.w-node-ff0dc57a-cad7-d363-b5b7-85824305e80e-d681b812 {
  justify-self: center;
}

#w-node-_9acbea45-7c09-de13-24d4-e4d7d681b81d-d681b812 {
  justify-self: end;
}

#w-node-b12e9351-208d-765b-e494-0ef1f0178fc9-52cb5465, #w-node-fc17215f-91d7-0222-def3-45737bd66187-52cb5465, #w-node-_89fceafd-f1b3-4db9-a709-8d3b93daa2bf-52cb5465, #w-node-ebeea90f-9764-4a34-c4c1-fe7c00a60a99-52cb5465, #w-node-_781accc2-d1f6-c540-7870-ba771099e378-52cb5465, #w-node-_4d140c11-6366-5411-ff1c-b3059cc56f21-52cb5465 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 479px) {
  #menu-trigger.w-node-ff0dc57a-cad7-d363-b5b7-85824305e80e-d681b812 {
    justify-self: end;
  }
}


@font-face {
  font-family: 'Helveticanowvar';
  src: url('../fonts/HelveticaNowVar.ttf') format('truetype');
  font-weight: 50 1000;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ppeditorialnew';
  src: url('../fonts/PPEditorialNew-Ultralight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ppeditorialnew';
  src: url('../fonts/PPEditorialNew-UltralightItalic.otf') format('opentype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
