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

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

@font-face {
  font-family: Polysans Bulky;
  src: url('../fonts/PolySans-Bulky-Italic.otf') format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Polysans Slim;
  src: url('../fonts/PolySans-Slim-Italic.otf') format("opentype"), url('../fonts/PolySans-Slim-Italic.otf') format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

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

@font-face {
  font-family: Polysans Slim;
  src: url('../fonts/PolySans-Slim.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

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

:root {
  --black: #131313;
  --white-smoke: #f2efed;
  --magenta: #f90c71;
  --midnight-blue: #2b2d42;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  background-color: var(--black);
  color: #edf2f4;
  font-family: Inter;
  font-size: .875rem;
  line-height: 1.25rem;
}

.hero-section {
  align-items: flex-end;
  width: 100%;
  height: 100vh;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-section.hero-mobile {
  display: none;
}

.hero-section.hero-desktop {
  height: 100vh;
}

.hero-top-wrapper {
  flex-direction: column;
  margin-bottom: 0;
  padding-top: 0%;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
}

.large-heading {
  color: var(--white-smoke);
  text-align: left;
  letter-spacing: -.05em;
  align-self: auto;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 21.5vw;
  font-weight: 400;
  line-height: 84%;
}

.large-heading:hover {
  font-style: normal;
  text-decoration: none;
}

.large-heading.smaller {
  font-size: 5vw;
}

.large-heading.offset {
  text-align: left;
  width: auto;
  margin-bottom: 0;
  line-height: 84%;
}

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

.large-heading.center.two {
  margin-top: -10px;
  font-size: 21vw;
}

.large-heading.h-footer {
  color: var(--black);
  text-align: left;
  margin-bottom: 100px;
  font-size: 14vw;
  line-height: .9em;
  text-decoration: none;
}

.large-heading.one {
  text-align: center;
  align-self: center;
  font-size: 21vw;
}

.large-heading.stutter-text.stutter-heading {
  text-align: left;
  font-size: 21vw;
}

.large-heading.stutter-text.stutter-heading.heading-top {
  letter-spacing: -.03em;
  margin-top: -50px;
  font-size: 19vw;
}

.large-heading.heading-404 {
  font-family: Polysans Neutral, sans-serif;
}

.sketchable {
  z-index: 1;
  width: 100vw;
  height: 100vh;
  display: block;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.section-bottom-wrapper {
  z-index: 5;
  border-top: .0625rem solid #edf2f466;
  justify-content: space-between;
  align-items: center;
  height: 3.75rem;
  padding-left: 2%;
  padding-right: 2%;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.hero-link {
  color: var(--white-smoke);
  font-size: 1rem;
  text-decoration: none;
}

.hero-link:hover {
  text-decoration: line-through;
}

.section {
  z-index: 5;
  width: 100%;
  min-height: 100vh;
  margin-top: 8rem;
  position: relative;
}

.section-heading-wrapper {
  border-top: 1px solid #edf2f466;
  border-bottom: .0625rem solid #edf2f466;
  justify-content: center;
  align-items: center;
  padding: 1% 2%;
  display: flex;
}

.work-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 1%;
  padding-left: 2%;
  padding-right: 2%;
  display: grid;
}

.work-item-wrapper {
  color: var(--white-smoke);
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.work-item-image {
  object-fit: cover;
  width: 100%;
  height: 31.25rem;
}

.work-item-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.13rem;
  font-weight: 400;
}

.info-wrapper {
  padding-left: 2%;
  padding-right: 2%;
}

.overflow-none {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  line-height: 1.2rem;
  display: flex;
  overflow: hidden;
}

.overflow-none.full {
  border-radius: 4px;
  width: 100%;
  position: relative;
}

.image-cover {
  z-index: 1;
  background-color: var(--black);
  mix-blend-mode: color-burn;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.card-hover {
  z-index: 6;
  color: #fff;
  background-color: #00000080;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.track {
  white-space: nowrap;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: static;
  overflow: hidden;
}

.works-title {
  z-index: 90;
  text-transform: uppercase;
  white-space: nowrap;
  margin-top: 2vh;
  margin-bottom: 2vh;
  font-size: 18vh;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  position: relative;
}

.works-title.med-size {
  font-size: 13vh;
}

.divider {
  flex-direction: column;
  justify-content: flex-end;
  min-height: 5vh;
  display: flex;
  overflow: hidden;
}

.divider.works {
  background-color: #fff;
  width: 2.8125rem;
  height: .25rem;
  min-height: auto;
  margin-left: 1.5vw;
  margin-right: 1.5vw;
}

.infinite-marquee {
  display: none;
}

.muted {
  opacity: .8;
}

.muted.pointer {
  cursor: pointer;
}

.cursor-wrap {
  z-index: 10000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.cursor-wrap.mbm-ex {
  opacity: 0;
  -webkit-text-stroke-color: #ff0059;
  mix-blend-mode: normal;
  transition: opacity .2s;
}

.cursor-dot {
  background-color: var(--magenta);
  color: #ff0059;
  mix-blend-mode: normal;
  border: 1px solid #ff0059;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 12px;
  height: 12px;
}

.cursor {
  color: #ff0059;
  mix-blend-mode: normal;
  display: none;
}

.welcome-text-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.hover-gif {
  width: 250px;
  height: 250px;
  position: absolute;
}

.hover-gif.pointer-off {
  z-index: 1;
  inset: auto 0% 0%;
}

.projects-home {
  background-color: var(--black);
  border-radius: 0 0 0 60px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 0;
  padding: 0 0% 140px;
  display: flex;
  overflow: hidden;
}

.flex-wrapper {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  overflow: visible;
}

.flex-wrapper.flex-about {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 100vh;
  margin-top: 0;
  margin-bottom: 140px;
  display: flex;
}

.stutter-item {
  text-align: center;
  text-transform: uppercase;
  mix-blend-mode: normal;
  border-bottom: 2px #fff6;
  width: 100%;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 8em;
  padding-bottom: 8em;
  font-size: .87rem;
  text-decoration: none;
  position: relative;
}

.stutter-item.last-item {
  margin-bottom: 100px;
}

.stutter-item.sutter-about {
  padding-bottom: 0;
}

.stutter-item.stutter-about {
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-end;
  align-self: auto;
  align-items: flex-end;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.stutter-item._1-st {
  padding-top: 8em;
}

.stutter-item.margin-top-beghelli {
  padding-top: 23em;
}

.stutter-link {
  color: #fff;
  padding-top: 20px;
  padding-bottom: 60px;
  line-height: 1.1;
  text-decoration: none;
  position: relative;
}

.stutter-link.stutter-link-about {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  top: 0;
  bottom: 0;
}

.stutter-text {
  color: var(--white-smoke);
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 10vw;
  line-height: 85%;
  display: block;
}

.stutter-text.slide-in-bottom {
  position: relative;
}

.stutter-text.hide-mobile {
  display: block;
}

.stutter-text.in-mobile, .stutter-text.hide-desk {
  display: none;
}

.stutter-text.stutter-about {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.stutter-image {
  z-index: 2;
  max-width: 480px;
  height: auto;
  display: none;
  position: absolute;
  inset: 0%;
}

.stutter-image.img-mobile {
  display: none;
}

.html-embed {
  z-index: -1;
  width: 100vw;
  height: auto;
  position: fixed;
  inset: 0%;
}

.div-block {
  margin-bottom: 100px;
}

.text-block, .text-block-2 {
  padding-top: 0;
}

.section-2 {
  height: 100vh;
}

.div-block-2 {
  height: 100px;
}

.body {
  background-color: var(--black);
  color: var(--white-smoke);
  padding-left: 0%;
  font-family: Polysans Neutral, sans-serif;
  overflow: visible;
}

.hero {
  max-width: 100%;
  margin-left: 0%;
  margin-right: 0%;
  padding-left: 0%;
  padding-right: 0%;
  display: block;
  overflow: hidden;
}

.text-span {
  letter-spacing: -.01em;
}

.text-span-2 {
  letter-spacing: -.05em;
  line-height: 84%;
}

.text-span-3 {
  letter-spacing: 0;
}

.text-span-4 {
  letter-spacing: -4px;
}

.text-span-5 {
  letter-spacing: 0;
}

.italic-text {
  letter-spacing: -.1em;
}

.italic-text-2 {
  letter-spacing: 0;
}

.navbar {
  width: 100%;
  padding-left: 2%;
  padding-right: 2%;
  position: static;
}

.container-2 {
  flex-direction: row;
  justify-content: space-around;
  width: 100vw;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-link {
  color: #fff;
  text-transform: uppercase;
  flex-direction: row;
  flex: 0 auto;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.nav-link:hover {
  text-decoration: line-through;
}

.nav-link.w--current {
  color: #fff;
}

.nav-link.w--current:hover {
  text-decoration: line-through;
}

.nav-menu {
  z-index: 100;
  color: #fff;
  text-transform: uppercase;
  mix-blend-mode: difference;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 96%;
  font-family: Polysanstrial Slim;
  font-size: 18px;
  line-height: 1.25;
  display: flex;
  position: fixed;
}

.column {
  flex-direction: row;
  align-self: flex-end;
  align-items: flex-end;
  padding-left: 0;
  padding-right: 0;
  font-family: Polysanstrial Slim;
  font-size: 18px;
  line-height: 1.25;
  display: none;
}

.columns {
  align-items: flex-end;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.column-2 {
  align-self: flex-end;
  padding-left: 0;
  padding-right: 0;
  display: none;
}

.paragraph {
  color: var(--white-smoke);
  text-align: left;
  text-transform: none;
  margin-bottom: 0;
  font-family: Polysans Slim, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.25;
  display: block;
}

.paragraph.p-hide {
  font-family: Polysans Neutral, sans-serif;
  font-weight: 400;
}

.paragraph.p-d-hide {
  display: none;
}

.grid {
  grid-template: ". Area"
  / .75fr 1fr;
  align-items: end;
  padding-left: 0;
}

.nav {
  z-index: 100;
  color: var(--white-smoke);
  mix-blend-mode: difference;
  justify-content: space-between;
  align-items: center;
  height: 60px;
  padding-left: 2%;
  padding-right: 2%;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.link {
  color: #fff;
  text-transform: uppercase;
  mix-blend-mode: difference;
  font-family: Polysanstrial Slim;
  font-size: 18px;
  font-weight: 300;
  text-decoration: none;
}

.link:hover {
  text-decoration: line-through;
}

.link.w--current {
  color: #fff;
  font-family: Polysanstrial Slim;
  font-size: 18px;
  text-decoration: none;
}

.link.w--current:hover {
  text-decoration: line-through;
}

.link.link-footer, .link.link-footer.w--current {
  color: var(--black);
}

.link.link-footer.link-footer-div {
  color: var(--black);
  padding-left: 40px;
}

.link.link-footer.link-footer-div.w--current {
  padding-left: 40px;
  padding-right: 0;
}

.link.slide-in-bottom.w--current {
  position: relative;
}

.link-2 {
  text-transform: uppercase;
}

.chosen-works {
  background-color: var(--black);
  color: var(--white-smoke);
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 100%;
  margin-top: 0;
  padding-top: 220px;
  padding-left: 0%;
  padding-right: 0%;
  text-decoration: none;
  display: flex;
}

.heading {
  text-align: center;
  letter-spacing: -.06em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Polysanstrial Neutral;
  font-size: 20em;
  font-weight: 400;
  line-height: 100%;
}

.heading.work {
  margin-top: -40px;
}

.text-span-7 {
  letter-spacing: -.1em;
}

.text-span-8 {
  letter-spacing: .1em;
  font-style: italic;
}

.separator-work {
  height: 350px;
}

.separator-work.separator-project {
  height: 220px;
}

.text-span-9 {
  letter-spacing: 0;
  font-style: italic;
}

.text-span-10 {
  letter-spacing: -.1em;
}

.text-span-11 {
  letter-spacing: .1em;
  font-style: italic;
}

.text-span-12 {
  letter-spacing: -.2em;
}

.numero-progetto {
  color: var(--white-smoke);
  font-family: Polysans Slim, sans-serif;
  font-size: 18px;
  font-weight: 300;
  display: block;
}

.numero-progetto.numero-about {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.text-span-13 {
  font-style: italic;
}

.footer {
  z-index: 10;
  background-color: var(--white-smoke);
  color: var(--black);
  flex-direction: row;
  align-items: flex-end;
  max-width: 100%;
  height: 100vh;
  padding: 0 2%;
  display: flex;
  position: static;
  inset: auto 0% 0%;
}

.grid-2 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr 1fr;
}

.div-block-3, .div-block-4 {
  justify-content: space-between;
  display: flex;
}

.scrollable-container {
  z-index: 20;
  background-color: var(--black);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-bottom-right-radius: 60px;
  border-bottom-left-radius: 60px;
  max-width: 100%;
  height: auto;
  margin-bottom: 0;
  padding-left: 2%;
  padding-right: 2%;
  position: relative;
  overflow: hidden;
}

.section-4 {
  height: 60vh;
}

.section-5 {
  z-index: 10;
  align-self: flex-end;
  height: auto;
  margin-top: 0;
  margin-bottom: 60px;
  padding-top: 0;
  padding-left: 2%;
  padding-right: 2%;
  position: fixed;
  inset: auto 0% 0%;
}

.intro-project {
  max-width: 100%;
  margin-bottom: 100px;
  padding-top: 100px;
  padding-left: 0%;
  padding-right: 0%;
}

.project-name {
  text-transform: uppercase;
  margin-bottom: 100px;
  font-size: 10vw;
  font-weight: 400;
  line-height: 100%;
}

.project-name.view-desktop {
  display: block;
}

.project-name.view-mobile, .project-name.show-mobile {
  display: none;
}

.grid-3 {
  z-index: 40;
  grid-template-rows: auto;
  grid-template-columns: .75fr .5fr minmax(0, 3%);
  position: relative;
}

.label-project {
  margin-bottom: 20px;
  font-family: Polysans Slim, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 100%;
}

.paragraph-2 {
  font-family: Polysans Slim, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 130%;
}

.imgs-project {
  padding-left: 0%;
  padding-right: 0%;
}

.image {
  width: 100vw;
  margin-bottom: 20px;
}

.columns-2 {
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
}

.column-3 {
  padding-left: 0;
  padding-right: 0;
}

.column-4 {
  padding-left: 1%;
  padding-right: 0;
}

.image-2 {
  padding-right: 2%;
}

.grid-4 {
  grid-template-rows: auto;
}

.link-block {
  text-align: center;
  text-decoration: none;
  display: none;
}

.link-block:hover {
  color: var(--white-smoke);
  text-decoration: none;
}

.div-block-5 {
  max-width: 100%;
  height: 70vh;
}

.grid-5 {
  display: none;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.section-6 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  height: 85vh;
  font-family: Polysanstrial Neutral;
  font-weight: 400;
  display: flex;
}

.paragraph-3 {
  color: var(--white-smoke);
  text-align: center;
  margin-top: 20px;
  font-family: Polysans Slim, sans-serif;
  font-size: 22px;
  line-height: 100%;
}

.button {
  border: 1px solid var(--white-smoke);
  background-color: var(--black);
}

.link-3 {
  color: var(--white-smoke);
  text-align: center;
  flex-direction: row;
  flex: 0 auto;
  order: 1;
  align-self: auto;
  margin-top: 0;
  font-family: Polysanstrial Slim;
  font-size: 18px;
  font-weight: 400;
  text-decoration: underline;
  display: block;
}

.link-3.w--current {
  font-family: Polysans Slim, sans-serif;
}

.container-3 {
  align-self: auto;
}

.link-4 {
  color: #000;
  white-space: nowrap;
  text-decoration: none;
  position: relative;
}

.link-4.slide-in-bottom {
  color: var(--white-smoke);
  text-transform: uppercase;
  padding-left: 0;
  padding-right: 0;
  font-family: Polysans Slim, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 100%;
  text-decoration: none;
}

.link-4.slide-in-bottom.w--current {
  font-family: Polysans Slim, sans-serif;
  display: block;
}

.link-4.slide-in-bottom.footer {
  color: var(--black);
  background-color: #0000;
  padding-left: 0%;
  font-family: Polysans Slim, sans-serif;
}

.link-4.slide-in-bottom.footer.link-footer.link-footer-div {
  background-color: #0000;
  padding-left: 50px;
}

.link-4.slide-in-bottom.slide-in-bottom2 {
  font-family: Polysanstrial Neutral;
  font-size: 21vw;
  font-weight: 400;
}

.link-4.slide-in-bottom.cancel.w--current, .custom-styles {
  display: none;
}

.text-heading {
  font-size: 18vw;
}

.text-block-3 {
  letter-spacing: -.05em;
  font-family: Polysans Neutral, sans-serif;
  font-size: 21.5vw;
  font-weight: 400;
}

.text-span-14 {
  letter-spacing: 0;
  font-style: italic;
}

.text-span-15 {
  letter-spacing: -.05em;
}

.text-span-16 {
  letter-spacing: 0;
  font-style: italic;
}

.text-span-17 {
  letter-spacing: 0;
}

.text-span-18 {
  letter-spacing: 0;
  font-style: italic;
}

.text-span-19 {
  letter-spacing: 0;
}

.text-span-20 {
  letter-spacing: 0;
  font-style: italic;
}

.text-span-21 {
  font-style: italic;
}

.text-span-22 {
  letter-spacing: 0;
  font-style: italic;
}

.text-span-23 {
  letter-spacing: -.1em;
}

.rounded-corners {
  border-bottom-left-radius: 0%;
}

.text-span-24 {
  letter-spacing: 0;
  font-style: italic;
}

.text-span-25 {
  letter-spacing: 0;
}

.text-block-4 {
  font-family: Polysans Slim, sans-serif;
}

.italic-text-3 {
  letter-spacing: 0;
  line-height: 30vh;
}

.container-4 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  max-width: 100vw;
  display: flex;
}

.div-block-6 {
  width: 100vw;
  max-width: 100vw;
  height: 8%;
}

.large-heading-2 {
  color: #f2efed;
  text-align: left;
  letter-spacing: -.05em;
  align-self: auto;
  width: 100%;
  margin-top: -30px;
  margin-bottom: 0;
  font-size: 21vw;
  font-weight: 400;
  line-height: 100%;
}

.large-heading-2:hover {
  font-style: normal;
  text-decoration: none;
}

.large-heading-2.stutter-text.stutter-heading {
  text-align: left;
  font-size: 21vw;
}

.large-heading-2.stutter-text.stutter-heading.heading-top {
  letter-spacing: 0;
  margin-top: -50px;
  font-size: 17vw;
}

.text-span-26 {
  letter-spacing: -.1em;
}

.text-span-27, .text-span-28 {
  letter-spacing: 0;
  font-style: italic;
}

.text-span-29 {
  font-style: italic;
}

.div-block-7 {
  max-width: 100%;
  height: 35vh;
}

.large-heading-3 {
  color: #f2efed;
  text-align: left;
  letter-spacing: -.05em;
  align-self: auto;
  width: 100%;
  margin-top: -30px;
  margin-bottom: 0;
  font-size: 21vw;
  font-weight: 400;
  line-height: 100%;
}

.large-heading-3:hover {
  font-style: normal;
  text-decoration: none;
}

.large-heading-3.stutter-text.stutter-heading {
  text-align: left;
  font-size: 21vw;
}

.large-heading-3.stutter-text.stutter-heading.heading-top {
  margin-top: -40px;
  font-size: 17vw;
}

.text-span-30 {
  letter-spacing: -.1em;
}

.text-span-31, .text-span-32 {
  letter-spacing: 0;
  font-style: italic;
}

.text-span-33 {
  font-style: italic;
}

.section-7 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 2vh;
  padding-bottom: 2vh;
  display: flex;
}

.parallax-images-container {
  z-index: 2;
  transform-origin: 100%;
  flex-flow: wrap;
  place-content: space-around center;
  align-items: flex-start;
  min-height: 100vh;
  margin-top: 5vh;
  margin-left: 4vw;
  margin-right: 4vw;
  padding-top: 34px;
  padding-bottom: 34px;
  padding-left: 0;
  display: flex;
}

.mk-collection-list {
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch center;
  align-items: center;
  max-width: 99rem;
  display: flex;
}

.mk-collection-list.addclasses {
  place-content: stretch center;
}

.mk-collection-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  flex: none;
  grid-template-rows: 50% 50%;
  grid-template-columns: auto 10% 10%;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  margin-top: 2rem;
  margin-bottom: 2vh;
  position: relative;
  overflow: hidden;
  box-shadow: 0 8px 20px #0006;
}

.mk-collection-item.addclasses {
  width: 15vw;
  height: 20vw;
}

.max-container {
  cursor: pointer;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1880px;
  min-height: 95vh;
  margin: 1vh 0;
  display: flex;
  position: relative;
}

.lined {
  border: 1px solid #a901d2;
  margin-top: 11.2rem;
  margin-bottom: 6.8rem;
  padding: 3.4rem;
}

.section-parallax {
  margin-bottom: 220px;
  padding-left: 0%;
  padding-right: 0%;
}

.div-block-8 {
  height: 350px;
  margin-bottom: 0;
}

.container-tinda {
  max-width: 100vw;
}

.title-about {
  height: auto;
}

.parallax-section_wrap {
  flex-direction: column;
  height: 230vh;
  display: flex;
  position: relative;
}

.parallax_image {
  position: absolute;
  inset: auto 0% 0% auto;
}

.parallax_image.is-02 {
  z-index: 3;
  width: 55vw;
  top: 3%;
  left: 3%;
}

.parallax_image.is-01 {
  z-index: 1;
  width: 23vw;
  height: auto;
  inset: 0% auto auto 0%;
}

.parallax_image.is-03 {
  width: 30vw;
  inset: 36% 5% auto auto;
}

.parallax_image.is-04 {
  width: 36vw;
  inset: 2% 0 auto auto;
}

.parallax_image.is-05 {
  width: 20vw;
  top: 20%;
  bottom: auto;
  left: 51%;
}

.parallax_image.is-06 {
  width: 46vw;
  inset: auto auto 0% 25%;
}

.parallax_image.is-07 {
  width: 30vw;
  inset: 54% auto auto 20%;
}

.parallax_image.is-08 {
  width: 23vw;
  inset: auto 0% 10% auto;
}

.parallax_image.is-09 {
  width: 20vw;
  inset: auto auto 7% 5%;
}

.parallax_image.is-10 {
  width: 15rem;
  inset: 56rem auto auto 29rem;
}

.large-heading-4 {
  color: #f2efed;
  text-align: left;
  letter-spacing: -.05em;
  align-self: auto;
  width: 100%;
  margin-top: -30px;
  margin-bottom: 0;
  font-size: 21vw;
  font-weight: 400;
  line-height: 100%;
}

.large-heading-4:hover {
  font-style: normal;
  text-decoration: none;
}

.large-heading-4.stutter-text.stutter-heading {
  text-align: left;
  font-size: 21vw;
}

.large-heading-4.stutter-text.stutter-heading.heading-top {
  margin-top: -50px;
  font-size: 17vw;
}

.paragraph-4 {
  font-family: Polysans Slim, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 130%;
}

.page-wrapper {
  background-color: #131313;
  border-radius: 0 0 0 60px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 0;
  padding: 0 0% 220px;
  display: flex;
  overflow: hidden;
}

.text-span-34 {
  letter-spacing: -.1em;
}

.text-span-35 {
  letter-spacing: .1em;
  font-style: italic;
}

.text-span-36 {
  letter-spacing: .05em;
  font-style: italic;
}

.stutter-item-2 {
  text-align: center;
  text-transform: uppercase;
  mix-blend-mode: difference;
  border-bottom: 2px #fff6;
  width: 100%;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 8em;
  padding-bottom: 8em;
  font-size: .87rem;
  text-decoration: none;
  position: relative;
}

.stutter-item-2.stutter-about {
  flex-direction: column;
  flex: 0 auto;
  align-self: auto;
  align-items: flex-end;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.scrollable-container-2 {
  z-index: 20;
  -webkit-text-fill-color: inherit;
  background-color: #131313;
  background-clip: border-box;
  border-bottom-right-radius: 60px;
  border-bottom-left-radius: 60px;
  max-width: 100%;
  height: auto;
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
}

.text-span-37 {
  font-style: italic;
}

.div-block-9 {
  max-width: 100%;
  height: 70vh;
}

.grid-6 {
  grid-template-rows: auto;
  grid-template-columns: .75fr .5fr .25fr;
}

.text-span-38 {
  letter-spacing: -.1em;
}

.text-span-39 {
  letter-spacing: .1em;
  font-style: italic;
}

.text-span-40 {
  letter-spacing: .05em;
  font-style: italic;
}

.stutter-item-3 {
  text-align: center;
  text-transform: uppercase;
  mix-blend-mode: difference;
  border-bottom: 2px #fff6;
  width: 100%;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 8em;
  padding-bottom: 8em;
  font-size: .87rem;
  text-decoration: none;
  position: relative;
}

.stutter-item-3.stutter-about {
  flex-direction: column;
  flex: 0 auto;
  align-self: auto;
  align-items: flex-end;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.scrollable-container-3 {
  z-index: 20;
  -webkit-text-fill-color: inherit;
  background-color: #131313;
  background-clip: border-box;
  border-bottom-right-radius: 60px;
  border-bottom-left-radius: 60px;
  max-width: 100%;
  height: auto;
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
}

.text-span-41 {
  font-style: italic;
}

.div-block-10 {
  max-width: 100%;
  height: 70vh;
}

.grid-7 {
  grid-template-rows: auto;
  grid-template-columns: .75fr .5fr .25fr;
}

.page-wrapper-2 {
  background-color: #131313;
  border-radius: 0 0 0 60px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: auto;
  margin-top: 0;
  padding: 0 2% 140px;
  display: flex;
  overflow: hidden;
}

.text-span-42 {
  letter-spacing: -.1em;
}

.text-span-43 {
  letter-spacing: .1em;
  font-style: italic;
}

.text-span-44 {
  letter-spacing: .05em;
  font-style: italic;
}

.stutter-item-4 {
  text-align: center;
  text-transform: uppercase;
  mix-blend-mode: difference;
  border-bottom: 2px #fff6;
  width: 100%;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 8em;
  padding-bottom: 8em;
  font-size: .87rem;
  text-decoration: none;
  position: relative;
}

.stutter-item-4.stutter-about {
  flex-direction: column;
  flex: 0 auto;
  align-self: auto;
  align-items: flex-end;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.text-span-45 {
  font-style: italic;
}

.div-block-11 {
  max-width: 100%;
  height: 70vh;
}

.grid-8 {
  grid-template-rows: auto;
  grid-template-columns: .75fr .5fr .25fr;
}

.div-block-12 {
  width: 100%;
  height: 160px;
}

.text-block-5 {
  color: var(--magenta);
}

.link-block-2 {
  text-decoration: none;
}

.wrap {
  perspective: 500px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: absolute;
  inset: 0;
}

.loading {
  z-index: 1;
  color: #101111;
  text-align: center;
  letter-spacing: 2px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Georgia, Times, Times New Roman, serif;
  font-weight: 400;
  position: absolute;
}

.loading.clone {
  color: #fff;
}

.count {
  z-index: 5;
  color: #101111;
  text-align: center;
  letter-spacing: 2px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 38px;
  line-height: 42px;
  position: relative;
  top: 35vh;
}

.blk-block {
  background-color: #101111;
  width: 100vw;
  height: 100vh;
  position: absolute;
  inset: 0;
}

.loader-container {
  z-index: 1000;
  background-color: var(--black);
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: relative;
}

.loader-dot {
  background-color: var(--magenta);
  filter: blur(6px);
  border-radius: 100%;
  width: 20px;
  height: 20px;
  position: relative;
  inset: 0%;
}

.transition {
  z-index: 1000;
  color: #000;
  background-color: #121212;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100vh;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
  overflow: hidden;
}

.transition.loader-inside-page {
  color: var(--black);
  justify-content: center;
  align-items: center;
  display: flex;
  inset: 0%;
}

.trigger {
  width: 0;
  height: 0;
  padding: 0;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
}

.preloader {
  z-index: 100000;
  background-color: var(--black);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.ball {
  background-color: var(--magenta);
  border-radius: 100%;
  width: 20px;
  height: 20px;
}

.png-home-mobile, .png-home-mobile.visible-mobile {
  display: none;
}

.text-span-46 {
  color: var(--magenta);
  font-size: 20px;
  text-decoration: none;
}

.link-5 {
  text-decoration: none;
}

.youtube, .youtube-2 {
  margin-bottom: 20px;
  display: none;
}

.youtube-3 {
  margin-bottom: 20px;
}

.background-video {
  width: 96vw;
  height: auto;
  min-height: auto;
  margin-bottom: 20px;
  position: relative;
}

.background-video-2 {
  float: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 71vh;
  margin-bottom: 20px;
  display: block;
  position: relative;
}

.div-block-13 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 96vw;
  height: auto;
  display: block;
}

.background-video-3 {
  height: 70vh;
  margin-bottom: 20px;
}

.background-video-4 {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  padding-bottom: 56.25%;
}

.link-6 {
  color: var(--white-smoke);
}

@media screen and (min-width: 1280px) {
  .stutter-text {
    margin-top: 0;
  }

  .parallax-section_wrap {
    height: 240vh;
  }

  .parallax_image.is-06 {
    bottom: 3%;
  }

  .parallax_image.is-07 {
    top: 50%;
  }

  .background-video-2 {
    height: 90vh;
  }

  .background-video-3 {
    height: 80vh;
  }
}

@media screen and (min-width: 1440px) {
  .hero-section {
    padding-left: 0%;
    padding-right: 0%;
  }

  .large-heading {
    color: var(--white-smoke);
    text-align: left;
    letter-spacing: -.05em;
    margin-top: -50px;
    font-size: 21.5vw;
    line-height: 100%;
  }

  .large-heading.center.two {
    margin-top: -70px;
  }

  .large-heading.stutter-text.stutter-heading.heading-top {
    margin-top: -60px;
  }

  .stutter-item._1-st {
    padding-top: 17em;
  }

  .stutter-text {
    margin-top: 0;
  }

  .stutter-image {
    width: 300px;
    display: none;
  }

  .hero {
    margin-left: 0;
    margin-right: 0%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .paragraph {
    color: var(--white-smoke);
  }

  .chosen-works {
    height: auto;
    margin-top: 220px;
    padding-top: 0;
    padding-right: 0%;
  }

  .heading {
    text-align: center;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Polysanstrial Neutral;
    font-size: 21em;
    font-weight: 400;
    line-height: 100%;
    display: flex;
  }

  .heading.work {
    margin-top: -50px;
  }

  .text-span-6 {
    letter-spacing: 0;
    font-family: Polysanstrial Neutral;
    font-style: italic;
  }

  .text-span-7 {
    letter-spacing: -.1em;
  }

  .text-span-8 {
    letter-spacing: .1em;
    font-style: italic;
  }

  .separator-work {
    height: 350px;
  }

  .footer {
    color: var(--black);
    background-color: #f2efed;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-end;
    height: 100vh;
    padding-right: 2%;
    display: block;
  }

  .section-3 {
    color: var(--black);
  }

  .section-5 {
    height: auto;
  }

  .grid-3 {
    grid-template-columns: .75fr .5fr 5%;
  }

  .large-heading-2 {
    color: #f2efed;
    text-align: left;
    letter-spacing: -.05em;
    margin-top: -30px;
    font-size: 21vw;
    line-height: 100%;
  }

  .large-heading-2.stutter-text.stutter-heading.heading-top {
    margin-top: -50px;
  }

  .large-heading-3 {
    color: #f2efed;
    text-align: left;
    letter-spacing: -.05em;
    margin-top: -30px;
    font-size: 21vw;
    line-height: 100%;
  }

  .large-heading-3.stutter-text.stutter-heading.heading-top {
    margin-top: -60px;
  }

  .parallax-section_wrap {
    height: 280vh;
  }

  .parallax_image.is-02 {
    width: 56vw;
    top: 0%;
  }

  .parallax_image.is-01 {
    width: 21vw;
  }

  .parallax_image.is-03 {
    width: 33vw;
  }

  .parallax_image.is-04 {
    width: 40vw;
  }

  .parallax_image.is-05 {
    width: 17vw;
    top: 27%;
    left: 53%;
  }

  .parallax_image.is-06 {
    width: 43vw;
    top: 60%;
    bottom: auto;
  }

  .parallax_image.is-07 {
    width: 35vw;
    top: 53%;
    left: 10%;
  }

  .parallax_image.is-08 {
    width: 23vw;
    inset: auto 0% 0% auto;
  }

  .parallax_image.is-09 {
    width: 21vw;
    bottom: 0%;
  }

  .large-heading-4 {
    color: #f2efed;
    text-align: left;
    letter-spacing: -.05em;
    margin-top: -30px;
    font-size: 21vw;
    line-height: 100%;
  }

  .large-heading-4.stutter-text.stutter-heading.heading-top {
    margin-top: -60px;
  }

  .grid-6, .grid-7, .grid-8 {
    grid-template-columns: .75fr .5fr .25fr;
  }

  .background-video {
    height: 93vh;
  }

  .background-video-2, .background-video-4 {
    height: 90vh;
  }
}

@media screen and (min-width: 1920px) {
  .hero-section {
    padding-left: 0%;
    padding-right: 0%;
  }

  .large-heading {
    letter-spacing: -.04em;
    text-indent: 0;
    max-width: 100%;
    margin-top: -60px;
    font-size: 21vw;
    font-style: normal;
    line-height: 100%;
  }

  .large-heading.center.two {
    margin-top: -90px;
  }

  .large-heading.stutter-text.stutter-heading.heading-top {
    margin-top: -70px;
    font-size: 18vw;
  }

  .sketchable {
    z-index: 50;
    display: block;
  }

  .overflow-none {
    font-size: 0;
  }

  .projects-home {
    padding-bottom: 100px;
  }

  .stutter-item._1-st {
    padding-top: 20em;
  }

  .stutter-text {
    margin-top: 0;
  }

  .stutter-image {
    display: none;
  }

  .hero {
    width: 100%;
    max-width: 100%;
    margin-right: 0%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .heading {
    font-size: 29em;
  }

  .footer {
    height: 100vh;
  }

  .scrollable-container {
    overflow: hidden;
  }

  .section-5 {
    height: auto;
    padding-top: 0;
  }

  .large-heading-2 {
    letter-spacing: -.04em;
    text-indent: 0;
    max-width: 100%;
    margin-top: -40px;
    font-size: 20.8vw;
    font-style: normal;
    line-height: 100%;
  }

  .large-heading-2.stutter-text.stutter-heading.heading-top {
    margin-top: -70px;
    font-size: 17vw;
  }

  .large-heading-3 {
    letter-spacing: -.04em;
    text-indent: 0;
    max-width: 100%;
    margin-top: -40px;
    font-size: 20.8vw;
    font-style: normal;
    line-height: 100%;
  }

  .large-heading-3.stutter-text.stutter-heading.heading-top {
    margin-top: -90px;
    font-size: 18vw;
  }

  .parallax_image.is-02 {
    width: 51vw;
    top: 3%;
    left: 4%;
  }

  .parallax_image.is-01 {
    width: 22vw;
  }

  .parallax_image.is-03 {
    width: 28vw;
    top: 40%;
  }

  .parallax_image.is-04 {
    width: 40vw;
    top: auto;
    right: 0%;
  }

  .parallax_image.is-05 {
    width: 20vw;
    top: 30%;
    left: 52%;
  }

  .parallax_image.is-06 {
    width: 44vw;
    bottom: -6%;
    left: 28%;
  }

  .parallax_image.is-07 {
    width: 30vw;
    top: 54%;
    left: 20%;
  }

  .parallax_image.is-08 {
    width: 20vw;
    bottom: 0%;
  }

  .parallax_image.is-09 {
    width: 21vw;
    bottom: 7%;
  }

  .large-heading-4 {
    letter-spacing: -.04em;
    text-indent: 0;
    max-width: 100%;
    margin-top: -40px;
    font-size: 20.8vw;
    font-style: normal;
    line-height: 100%;
  }

  .large-heading-4.stutter-text.stutter-heading.heading-top {
    margin-top: -90px;
    font-size: 18vw;
  }

  .page-wrapper {
    padding-bottom: 100px;
  }

  .scrollable-container-2, .scrollable-container-3 {
    overflow: hidden;
  }

  .page-wrapper-2 {
    padding-bottom: 100px;
  }

  .transition.loader-inside-page {
    display: block;
  }

  .preloader {
    z-index: 100000;
    background-color: var(--black);
    height: 100vh;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .ball {
    background-color: var(--magenta);
    border-radius: 100%;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .background-video {
    height: 93vh;
  }

  .background-video-2 {
    height: 80vh;
  }
}

@media screen and (max-width: 991px) {
  .hero-section {
    flex-direction: row;
  }

  .hero-section.hero-mobile {
    display: flex;
  }

  .hero-section.hero-desktop {
    display: none;
  }

  .large-heading {
    text-align: left;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 20vw;
  }

  .large-heading.offset {
    text-align: left;
    margin-top: 0;
  }

  .large-heading.center.two {
    margin-top: -10px;
    font-size: 20vw;
  }

  .large-heading.h-footer {
    font-size: 13.5vw;
  }

  .large-heading.one {
    font-size: 20vw;
  }

  .large-heading.stutter-text.stutter-heading {
    font-size: 20.5vw;
  }

  .large-heading.stutter-text.stutter-heading.heaing-stutter-mobile {
    margin-bottom: -15px;
    font-size: 19vw;
  }

  .large-heading.stutter-text.stutter-heading.heading-top {
    margin-top: -30px;
    font-size: 17.4vw;
    display: block;
  }

  .large-heading.heading-404 {
    font-size: 32vw;
  }

  .sketchable {
    display: none;
  }

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

  .card-hover {
    display: none;
  }

  .works-title {
    font-size: 9vh;
  }

  .divider {
    min-height: 2.8125rem;
  }

  .cursor-wrap.mbm-ex {
    display: none;
  }

  .projects-home {
    width: auto;
    padding-left: 0%;
    padding-right: 0%;
  }

  .stutter-item {
    padding-bottom: 4em;
  }

  .stutter-link {
    flex-direction: column;
    align-items: center;
    font-size: 10vw;
    display: flex;
  }

  .stutter-text {
    margin-top: 0;
    font-size: 10vw;
  }

  .stutter-text.in-mobile, .stutter-image {
    display: none;
  }

  .stutter-image.img-mobile {
    flex: 1;
    align-self: flex-end;
    max-width: 100%;
    height: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 0;
    padding-left: 0;
    display: block;
    position: static;
  }

  .hero {
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 0%;
    padding-right: 0%;
  }

  .navbar {
    flex-direction: row;
    justify-content: space-between;
    display: flex;
  }

  .nav-menu {
    flex-direction: row;
    justify-content: space-between;
    display: flex;
    inset: 0% 0% auto;
  }

  .paragraph {
    padding-bottom: 40px;
    font-family: Polysans Neutral, sans-serif;
    display: block;
  }

  .paragraph.p-hide {
    display: none;
  }

  .grid {
    grid-template-columns: .25fr .75fr;
    margin-top: 0;
  }

  .nav {
    padding-left: 4%;
    padding-right: 4%;
  }

  .chosen-works {
    margin-top: 0;
  }

  .heading {
    text-align: center;
    font-size: 11.6em;
  }

  .heading.work {
    margin-top: -20px;
  }

  .separator-work {
    height: 200px;
  }

  .footer {
    height: 100vh;
    padding-left: 0%;
    padding-right: 0%;
  }

  .scrollable-container {
    padding-left: 4%;
    padding-right: 4%;
  }

  .section-5 {
    height: auto;
    padding-left: 4%;
    padding-right: 4%;
  }

  .intro-project {
    padding-left: 0%;
    padding-right: 0%;
  }

  .project-name {
    margin-bottom: 60px;
    font-size: 10vw;
    display: block;
  }

  .project-name.view-desktop, .project-name.view-mobile {
    display: block;
  }

  .grid-3 {
    grid-template-columns: .5fr 1.25fr .25fr;
    justify-items: start;
  }

  .label-project {
    font-size: 18px;
  }

  .paragraph-2 {
    font-size: 20px;
  }

  .imgs-project {
    padding-left: 0%;
    padding-right: 0%;
  }

  .grid-5 {
    grid-template-rows: auto;
    align-self: flex-start;
    align-items: end;
    max-width: 100%;
    display: block;
  }

  .section-6 {
    padding-left: 4%;
    padding-right: 4%;
  }

  .large-heading-2 {
    text-align: left;
    margin-top: -20px;
    margin-bottom: 10px;
    font-size: 20vw;
  }

  .large-heading-2.stutter-text.stutter-heading {
    font-size: 20.5vw;
  }

  .large-heading-2.stutter-text.stutter-heading.heading-top {
    margin-top: -30px;
    font-size: 18.5vw;
    display: block;
  }

  .div-block-7 {
    height: 40vh;
  }

  .large-heading-3 {
    text-align: left;
    margin-top: -20px;
    margin-bottom: 10px;
    font-size: 20vw;
  }

  .large-heading-3.stutter-text.stutter-heading {
    font-size: 20.5vw;
  }

  .large-heading-3.stutter-text.stutter-heading.heading-top {
    margin-top: -30px;
    font-size: 18.5vw;
    display: block;
  }

  .parallax-images-container {
    flex-wrap: wrap;
    max-width: none;
    padding-bottom: 0;
  }

  .mk-collection-list {
    align-content: space-around;
    align-items: flex-start;
  }

  .mk-collection-list.addclasses {
    flex-direction: row;
    align-items: flex-start;
  }

  .lined {
    font-size: 1.5rem;
  }

  .title-about {
    height: 100vh;
  }

  .parallax-section_wrap {
    height: 190vh;
  }

  .parallax_image.is-03 {
    top: 33%;
    right: 0%;
  }

  .parallax_image.is-05 {
    width: 24vw;
    left: 47%;
  }

  .parallax_image.is-06 {
    bottom: 10%;
  }

  .parallax_image.is-07 {
    width: 50vw;
    top: 40%;
    left: 0%;
  }

  .parallax_image.is-08 {
    width: 27vw;
  }

  .parallax_image.is-09 {
    width: 29vw;
  }

  .large-heading-4 {
    text-align: left;
    margin-top: -20px;
    margin-bottom: 10px;
    font-size: 20vw;
  }

  .large-heading-4.stutter-text.stutter-heading {
    font-size: 20.5vw;
  }

  .large-heading-4.stutter-text.stutter-heading.heading-top {
    margin-top: -30px;
    font-size: 18.5vw;
    display: block;
  }

  .paragraph-4 {
    font-size: 22px;
  }

  .page-wrapper {
    width: 100%;
    padding-bottom: 0;
    padding-left: 0%;
    padding-right: 0%;
  }

  .stutter-item-2 {
    padding-bottom: 4em;
  }

  .grid-6 {
    grid-template-columns: .5fr 1.25fr .25fr;
    justify-items: start;
  }

  .stutter-item-3 {
    padding-bottom: 4em;
  }

  .grid-7 {
    grid-template-columns: .5fr 1.25fr .25fr;
    justify-items: start;
  }

  .page-wrapper-2 {
    padding-left: 4%;
    padding-right: 4%;
  }

  .stutter-item-4 {
    padding-bottom: 4em;
  }

  .grid-8 {
    grid-template-columns: .5fr 1.25fr .25fr;
    justify-items: start;
  }

  .loading {
    font-size: 30px;
  }

  .loading.clone, .count {
    font-size: 30px;
    line-height: 44px;
  }

  .transition {
    justify-content: center;
    align-items: center;
  }

  .png-home-mobile.visible-mobile {
    display: none;
  }

  .background-video {
    width: 92vw;
    height: 48vh;
  }

  .background-video-2 {
    height: 52vh;
  }

  .background-video-3 {
    height: 53vh;
  }

  .background-video-4 {
    height: auto;
    padding-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .large-heading {
    text-align: left;
    margin-top: -10px;
    font-size: 20vw;
  }

  .large-heading.center.two {
    margin-top: 0;
  }

  .large-heading.one {
    margin-bottom: 0;
  }

  .cursor-wrap, .cursor-dot {
    display: none;
  }

  .stutter-item {
    padding-bottom: 4em;
  }

  .stutter-text {
    margin-bottom: 20px;
    font-size: 13.5vw;
    display: block;
  }

  .stutter-text.hide-mobile {
    display: none;
  }

  .stutter-text.in-mobile {
    margin-bottom: -10px;
    padding-bottom: 0;
    display: block;
  }

  .stutter-text.hide-desk {
    display: block;
  }

  .stutter-image.img-mobile {
    align-self: auto;
    margin-top: 0;
    margin-bottom: 30px;
    display: none;
  }

  .grid {
    grid-template-columns: .25fr 1.5fr;
  }

  .link.link-footer.link-footer-div, .link.link-footer.link-footer-div.w--current {
    padding-left: 0;
  }

  .heading {
    margin-top: 0;
    font-size: 8.7em;
  }

  .separator-work {
    height: 200px;
  }

  .footer {
    height: 100vh;
  }

  .div-block-3 {
    flex-direction: column;
  }

  .div-block-4 {
    justify-content: space-between;
    padding-top: 20px;
  }

  .section-5 {
    height: auto;
    padding-left: 4%;
    padding-right: 4%;
  }

  .project-name {
    -webkit-text-stroke-color: var(--white-smoke);
    font-size: 13vw;
    display: block;
  }

  .project-name.view-desktop {
    font-size: 13vw;
    display: block;
  }

  .project-name.view-mobile, .project-name.show-mobile {
    display: block;
  }

  .project-name.show-desktop {
    display: none;
  }

  .grid-3 {
    grid-template-columns: .25fr 1.5fr;
  }

  .label-project {
    font-size: 16px;
  }

  .paragraph-2 {
    font-size: 18px;
  }

  .link-4.slide-in-bottom.footer.link-footer.link-footer-div {
    padding-left: 0;
  }

  .large-heading-2, .large-heading-3 {
    text-align: left;
    margin-top: -10px;
    font-size: 20vw;
  }

  .parallax-images-container {
    margin-left: 2vw;
    margin-right: 2vw;
  }

  .mk-collection-list {
    max-width: 44rem;
  }

  .lined {
    margin-top: 5.7rem;
    margin-left: 38px;
    margin-right: 38px;
  }

  .parallax-section_wrap {
    height: 140vh;
  }

  .parallax_image.is-02 {
    width: 70vw;
    left: 1%;
  }

  .parallax_image.is-01 {
    width: 26vw;
  }

  .parallax_image.is-03 {
    width: 33vw;
    top: 43%;
  }

  .parallax_image.is-04 {
    width: 40vw;
    left: 64%;
    right: 0%;
  }

  .parallax_image.is-05 {
    top: 30%;
    left: 56%;
  }

  .parallax_image.is-06 {
    width: 60vw;
    bottom: 11%;
    left: 15%;
  }

  .parallax_image.is-07 {
    width: 55vw;
  }

  .parallax_image.is-08 {
    inset: auto 0% 0% auto;
  }

  .parallax_image.is-09 {
    width: 25vw;
  }

  .large-heading-4 {
    text-align: left;
    margin-top: -10px;
    font-size: 20vw;
  }

  .paragraph-4 {
    font-size: 22px;
  }

  .page-wrapper {
    padding-bottom: 0;
  }

  .stutter-item-2 {
    padding-bottom: 4em;
  }

  .grid-6 {
    grid-template-columns: .25fr 1.5fr;
  }

  .stutter-item-3 {
    padding-bottom: 4em;
  }

  .grid-7 {
    grid-template-columns: .25fr 1.5fr;
  }

  .stutter-item-4 {
    padding-bottom: 4em;
  }

  .grid-8 {
    grid-template-columns: .25fr 1.5fr;
  }

  .loading, .loading.clone {
    font-size: 28px;
  }

  .transition.loader-inside-page, .png-home-mobile.visible-mobile {
    display: block;
  }

  .text-span-46 {
    font-size: 16px;
  }

  .background-video {
    height: 43vh;
    min-height: 29vh;
  }

  .background-video-2 {
    height: 52vh;
  }

  .background-video-3 {
    height: 37vh;
  }
}

@media screen and (max-width: 479px) {
  .hero-section.hero-mobile {
    height: 90vh;
  }

  .hero-top-wrapper {
    padding-left: 0%;
    padding-right: 0%;
  }

  .large-heading {
    text-align: left;
    margin-top: 0;
    font-size: 20vw;
  }

  .large-heading.offset {
    font-size: 20vw;
  }

  .large-heading.center.two {
    margin-top: 0;
  }

  .large-heading.one {
    text-align: center;
    margin-bottom: 0;
  }

  .large-heading.stutter-text.stutter-heading {
    font-size: 20vw;
  }

  .large-heading.stutter-text.stutter-heading.heading-top {
    margin-top: -20px;
  }

  .section-bottom-wrapper {
    padding-left: 5%;
    padding-right: 5%;
  }

  .section-bottom-wrapper.vertical {
    flex-direction: column;
  }

  .section-heading-wrapper {
    padding-left: 5%;
    padding-right: 5%;
  }

  .work-grid {
    grid-template-columns: 1fr;
    padding-left: 5%;
    padding-right: 5%;
  }

  .info-wrapper {
    padding-left: 5%;
    padding-right: 5%;
  }

  .projects-home {
    -webkit-text-fill-color: inherit;
    background-color: #0000;
    background-clip: border-box;
    border-radius: 0;
    padding-left: 4%;
    padding-right: 4%;
  }

  .flex-wrapper.flex-about {
    margin-bottom: 100px;
  }

  .stutter-item {
    padding-bottom: 4em;
  }

  .stutter-text {
    margin-top: 0;
    font-size: 14vw;
  }

  .stutter-text.in-mobile {
    line-height: .9;
  }

  .stutter-image.img-mobile {
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 20px;
    display: block;
  }

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

  .paragraph {
    font-size: 22px;
  }

  .grid {
    grid-template-columns: .25fr 2.5fr;
  }

  .link.link-footer.link-footer-div {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0;
  }

  .link.link-footer.link-footer-div.w--current {
    padding-top: 20px;
  }

  .chosen-works {
    background-color: #0000;
  }

  .heading {
    font-size: 4.8em;
  }

  .heading.work {
    margin-top: 0;
  }

  .separator-work {
    height: 180px;
  }

  .footer {
    height: 100vh;
  }

  .div-block-4 {
    flex-direction: column;
    padding-top: 0;
  }

  .scrollable-container {
    background-color: var(--black);
    border-radius: 60px;
  }

  .section-5 {
    height: auto;
  }

  .intro-project {
    padding-left: 0%;
    padding-right: 0%;
  }

  .project-name {
    margin-top: 0;
    margin-bottom: 60px;
    font-size: 14vw;
  }

  .project-name.view-desktop, .project-name.view-mobile {
    display: block;
  }

  .grid-3 {
    grid-template-columns: .25fr 1.5fr .25fr;
    grid-auto-flow: row;
    display: block;
  }

  .label-project {
    font-size: 16px;
  }

  .paragraph-2 {
    font-size: 18px;
    line-height: 130%;
  }

  .div-block-5 {
    height: 20vh;
  }

  .link-4.slide-in-bottom.footer {
    margin-bottom: 40px;
    padding-left: 0%;
  }

  .link-4.slide-in-bottom.footer.link-footer.link-footer-div {
    margin-bottom: 40px;
  }

  .large-heading-2 {
    text-align: left;
    margin-top: 0;
    font-size: 20vw;
  }

  .large-heading-2.stutter-text.stutter-heading {
    font-size: 20vw;
  }

  .large-heading-2.stutter-text.stutter-heading.heading-top {
    margin-top: -20px;
  }

  .div-block-7 {
    height: 20vh;
  }

  .large-heading-3 {
    text-align: left;
    margin-top: 0;
    font-size: 20vw;
  }

  .large-heading-3.stutter-text.stutter-heading {
    font-size: 20vw;
  }

  .large-heading-3.stutter-text.stutter-heading.heading-top {
    margin-top: -20px;
  }

  .parallax-images-container {
    margin-left: 0;
    margin-right: 0;
    padding-left: 11px;
    padding-right: 11px;
  }

  .mk-collection-list {
    flex-direction: row;
    align-content: center;
    align-items: center;
    width: 100%;
    max-width: 17rem;
  }

  .mk-collection-item {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .max-container {
    background-color: #0000;
  }

  .lined {
    margin-left: 27px;
    margin-right: 27px;
  }

  .div-block-8 {
    height: 100px;
  }

  .parallax-section_wrap {
    height: 300vh;
  }

  .parallax_image.is-02 {
    width: 100vw;
  }

  .parallax_image.is-01 {
    width: 31vw;
    top: 4%;
  }

  .parallax_image.is-03 {
    width: 60vw;
    top: 20%;
    left: 36%;
    right: 0%;
  }

  .parallax_image.is-04 {
    width: 100vw;
    top: 30%;
    left: -20%;
    right: 0%;
  }

  .parallax_image.is-05 {
    width: 70vw;
    top: 46%;
    left: 20%;
  }

  .parallax_image.is-06 {
    width: 100vw;
    bottom: 7%;
    left: 0%;
  }

  .parallax_image.is-07 {
    width: 72vw;
    top: 66%;
    left: -13%;
  }

  .parallax_image.is-08 {
    width: 40vw;
    bottom: 31%;
  }

  .parallax_image.is-09 {
    width: 50vw;
    inset: auto 0% 0% auto;
  }

  .large-heading-4 {
    text-align: left;
    margin-top: 0;
    font-size: 20vw;
  }

  .large-heading-4.stutter-text.stutter-heading {
    font-size: 20vw;
  }

  .large-heading-4.stutter-text.stutter-heading.heading-top {
    margin-top: -20px;
  }

  .paragraph-4 {
    font-size: 22px;
    line-height: 130%;
  }

  .page-wrapper {
    -webkit-text-fill-color: inherit;
    background-color: #0000;
    background-clip: border-box;
    border-radius: 0;
    padding-bottom: 0;
    padding-left: 0%;
    padding-right: 0%;
  }

  .stutter-item-2 {
    padding-bottom: 4em;
  }

  .scrollable-container-2 {
    background-color: #131313;
    border-radius: 60px;
  }

  .div-block-9 {
    height: 20vh;
  }

  .grid-6 {
    grid-template-columns: .25fr 1.5fr .25fr;
    grid-auto-flow: row;
    display: block;
  }

  .stutter-item-3 {
    padding-bottom: 4em;
  }

  .scrollable-container-3 {
    background-color: #131313;
    border-radius: 60px;
  }

  .div-block-10 {
    height: 20vh;
  }

  .grid-7 {
    grid-template-columns: .25fr 1.5fr .25fr;
    grid-auto-flow: row;
    display: block;
  }

  .page-wrapper-2 {
    -webkit-text-fill-color: inherit;
    background-color: #0000;
    background-clip: border-box;
    border-radius: 0;
    padding-left: 4%;
    padding-right: 4%;
  }

  .stutter-item-4 {
    padding-bottom: 4em;
  }

  .div-block-11 {
    height: 20vh;
  }

  .grid-8 {
    grid-template-columns: .25fr 1.5fr .25fr;
    grid-auto-flow: row;
    display: block;
  }

  .loading {
    font-size: 24px;
  }

  .loading.clone {
    z-index: 2;
    font-size: 24px;
  }

  .transition.loader-inside-page {
    display: block;
  }

  .background-video, .background-video-2 {
    height: 26vh;
  }

  .background-video-3 {
    height: 24vh;
  }
}

#w-node-_7561dbb8-ece1-a8da-a32f-14f855ce7233-373f7922, #w-node-_275bb928-2c0c-711e-04aa-3f8b828dd047-373f7922, #w-node-_6e5ae8e7-03aa-ad00-b267-ec79c34d73be-373f7922, #w-node-_862cb845-b09b-f371-4567-9291ebe18145-556573ec, #w-node-_862cb845-b09b-f371-4567-9291ebe18148-556573ec {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_862cb845-b09b-f371-4567-9291ebe1814b-556573ec {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7561dbb8-ece1-a8da-a32f-14f855ce7233-2a6fd00d, #w-node-_275bb928-2c0c-711e-04aa-3f8b828dd047-2a6fd00d, #w-node-_6e5ae8e7-03aa-ad00-b267-ec79c34d73be-2a6fd00d, #w-node-_7561dbb8-ece1-a8da-a32f-14f855ce7233-7f9fd2fe, #w-node-_275bb928-2c0c-711e-04aa-3f8b828dd047-7f9fd2fe, #w-node-_6e5ae8e7-03aa-ad00-b267-ec79c34d73be-7f9fd2fe, #w-node-_7561dbb8-ece1-a8da-a32f-14f855ce7233-a8ff44be, #w-node-_275bb928-2c0c-711e-04aa-3f8b828dd047-a8ff44be, #w-node-_6e5ae8e7-03aa-ad00-b267-ec79c34d73be-a8ff44be, #w-node-_7561dbb8-ece1-a8da-a32f-14f855ce7233-d785e3cb, #w-node-_275bb928-2c0c-711e-04aa-3f8b828dd047-d785e3cb, #w-node-_6e5ae8e7-03aa-ad00-b267-ec79c34d73be-d785e3cb, #w-node-_7561dbb8-ece1-a8da-a32f-14f855ce7233-c7f20a41, #w-node-_275bb928-2c0c-711e-04aa-3f8b828dd047-c7f20a41, #w-node-_6e5ae8e7-03aa-ad00-b267-ec79c34d73be-c7f20a41, #w-node-_7561dbb8-ece1-a8da-a32f-14f855ce7233-e385c648, #w-node-_275bb928-2c0c-711e-04aa-3f8b828dd047-e385c648, #w-node-_6e5ae8e7-03aa-ad00-b267-ec79c34d73be-e385c648, #w-node-_7561dbb8-ece1-a8da-a32f-14f855ce7233-a6c10738, #w-node-_275bb928-2c0c-711e-04aa-3f8b828dd047-a6c10738, #w-node-_6e5ae8e7-03aa-ad00-b267-ec79c34d73be-a6c10738, #w-node-_7561dbb8-ece1-a8da-a32f-14f855ce7233-7cb2da2f, #w-node-_275bb928-2c0c-711e-04aa-3f8b828dd047-7cb2da2f, #w-node-_6e5ae8e7-03aa-ad00-b267-ec79c34d73be-7cb2da2f, #w-node-_7561dbb8-ece1-a8da-a32f-14f855ce7233-737efbba, #w-node-_275bb928-2c0c-711e-04aa-3f8b828dd047-737efbba, #w-node-_6e5ae8e7-03aa-ad00-b267-ec79c34d73be-737efbba, #w-node-_7561dbb8-ece1-a8da-a32f-14f855ce7233-a3f61272, #w-node-_275bb928-2c0c-711e-04aa-3f8b828dd047-a3f61272, #w-node-_6e5ae8e7-03aa-ad00-b267-ec79c34d73be-a3f61272, #w-node-_7561dbb8-ece1-a8da-a32f-14f855ce7233-12d48253, #w-node-_275bb928-2c0c-711e-04aa-3f8b828dd047-12d48253, #w-node-_6e5ae8e7-03aa-ad00-b267-ec79c34d73be-12d48253, #w-node-_7561dbb8-ece1-a8da-a32f-14f855ce7233-8cb270ee, #w-node-_275bb928-2c0c-711e-04aa-3f8b828dd047-8cb270ee, #w-node-_6e5ae8e7-03aa-ad00-b267-ec79c34d73be-8cb270ee, #w-node-_7561dbb8-ece1-a8da-a32f-14f855ce7233-c4b4ffc0, #w-node-_275bb928-2c0c-711e-04aa-3f8b828dd047-c4b4ffc0, #w-node-_6e5ae8e7-03aa-ad00-b267-ec79c34d73be-c4b4ffc0, #w-node-_7561dbb8-ece1-a8da-a32f-14f855ce7233-d8faa544, #w-node-_275bb928-2c0c-711e-04aa-3f8b828dd047-d8faa544, #w-node-_6e5ae8e7-03aa-ad00-b267-ec79c34d73be-d8faa544 {
  grid-area: 1 / 2 / 2 / 3;
}


@font-face {
  font-family: 'Polysans Neutral';
  src: url('../fonts/PolySans-Neutral-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Polysans Neutral';
  src: url('../fonts/PolySans-Neutral.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Polysans Bulky';
  src: url('../fonts/PolySans-Bulky-Italic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Polysans Slim';
  src: url('../fonts/PolySans-Slim-Italic.otf') format('opentype'), url('../fonts/PolySans-Slim-Italic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Polysans Bulky';
  src: url('../fonts/PolySans-Bulky.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Polysans Slim';
  src: url('../fonts/PolySans-Slim.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Polysans Median';
  src: url('../fonts/PolySans-Median.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}