* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  height: 100%;
}
body {
  margin: 0;
  min-height: 100%;
  background-color: #fff;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333;
}
img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}
 
body {
  margin: 0;
  min-height: 100%;   
  color: #333;
  background-color: #001;
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.hero_section.sticky {
  background-color: #000;
  top: 0;
}

.button_reference {
  z-index: 20;
  color: rgba(255, 255, 255, 0.7);
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Inter', sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  text-decoration: none;
  text-transform: uppercase;
  display: flex;
  gap: 0.35rem;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.button_reference:hover {
  color: rgba(255, 255, 255, 1);
  transform: translateX(3px);
}

.button_reference strong {
  font-weight: 600;
  letter-spacing: 0.08em;
}

.button_reference.fix-bottom-left {
  position: fixed;
  bottom: 2rem;
  left: 2rem;
}

.demo-switcher {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 20;
  display: flex;
  gap: 1.5rem;
  align-items: center;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Inter', sans-serif;
  font-size: 0.875rem;
  line-height: 1;
  transition: all 0.3s ease;
}

.demo-switcher__label {
  color: rgba(255, 255, 255, 0.5);
  font-weight: 400;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-size: 0.8rem;
}

.demo-switcher__item {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: 0.02em;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
}

.demo-switcher__item::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.8);
  transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.demo-switcher__item:hover {
  color: rgba(255, 255, 255, 1);
  transform: translateY(-2px);
}

.demo-switcher__item:hover::after {
  width: 100%;
}

.demo-switcher__item--current {
  color: rgba(255, 255, 255, 1);
  font-weight: 600;
  cursor: default;
}

.demo-switcher__item--current::after {
  width: 100%;
  background: rgba(255, 255, 255, 1);
}

.demo-switcher__item--current:hover {
  transform: none;
}

.code_js, .code_css {
  display: none;
}

.hero_container {
  justify-content: space-between;
  align-items: flex-end;
  height: 100vh;
  display: flex;
  position: relative;
}

.color-0 {
  color: #cde5df;
}

.work_item {
  background-color: #000;
  align-items: stretch;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.work_video-wrapper {
  z-index: 1;
  grid-column-gap: 2.5vw;
  grid-row-gap: 2.5vw;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.work-text-subtitle {
  grid-column-gap: .5vw;
  grid-row-gap: .5vw;
  color: #fff;
  text-transform: uppercase;
  flex-flow: column;
  padding-bottom: .5vw;
  padding-right: 1vw;
  font-family: Sora, sans-serif;
  display: flex;
}

.work_video {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  
  position: relative;
  overflow: hidden;  
}
.work_video > video {
  background-size: cover;
  background-position: 50% 50%;
  position: absolute;
  margin: auto;
  width: 100%;
  height: 100%;
  right: -100%;
  bottom: -100%;
  top: -100%;
  left: -100%;
  object-fit: cover;
  z-index: -100;
}

.work_video-container {
  aspect-ratio: 16 / 9;
  flex: 1 0 auto;
}

.work_item-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: stretch;
  width: 100%;
  padding: 2vw 4vw;
  display: flex;
  position: relative;
}

.work_text {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  padding-top: 4vw;
  display: flex;
  position: relative;
}

.footer_image-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
}

.hero_image {
  opacity: .6;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.hero_text {
  color: #fff;
  text-transform: uppercase;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 4vw;
  padding-left: 4vw;
  padding-right: 4vw;
  font-family: Spacegrotesk, sans-serif;
  font-size: 12.5vw;
  font-weight: 500;
  line-height: .9;
  display: flex;
  position: relative;
}

.work_image {
  opacity: .75;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.color-3 {
  color: #e2ffe2;
}

.work_image-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
}

.work_text-title {
  color: #fff;
  text-transform: uppercase;
  flex-flow: column;
  font-family: Spacegrotesk, sans-serif;
  font-size: 8vw;
  font-weight: 500;
  line-height: 1;
  display: flex;
  position: relative;
}

.sticky {
  position: sticky;
}

.nav_top-wrapper {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 1rem 4vw 1.25rem;
  display: flex;
  position: relative;
}

.nav {
  z-index: 1;
  position: absolute;
  inset: 0% 0% auto;
}

.nav_link {
  color: #fff;
  font-family: Inconsolata, monospace;
  font-size: 1.25rem;
  text-decoration: none;
  overflow: hidden;
}

.nav_top {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.nav_top-line {
  width: calc(100% - 2rem);
  height: 1px;
  position: absolute;
  inset: auto 0% 0% 50%;
  transform: translate(-50%);
}

.line {
  will-change: transform;
  line-height: 1;
}

.line-wrapper {
  overflow: hidden;
}

.work_item-overlay {
  z-index: 2;
  pointer-events: none;
  background-color: #000;
  display: none;
  position: absolute;
  inset: 0%;
}

.footer_section {
  z-index: 1;
  background-color: #000;
  position: relative;
}

.footer_image {
  opacity: .6;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.color-2 {
  color: #bdd9ff;
}

.color-1 {
  color: #ffd9b3;
}

.footer_container {
  justify-content: space-between;
  align-items: flex-end;
  height: 100vh;
  display: flex;
  position: relative;
}

.footer_text {
  color: #fff;
  text-transform: uppercase;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 4vw;
  padding-left: 4vw;
  padding-right: 4vw;
  font-family: Spacegrotesk, sans-serif;
  font-size: 12.5vw;
  font-weight: 500;
  line-height: .9;
  display: flex;
  position: relative;
}

@media screen and (max-width: 479px) {
  .work_text {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .work_text-title {
    font-size: 12.5vw;
  }

  .hero_text {
    padding-bottom: 15vw;
    align-items: flex-start;
  }

  .footer_text {
    padding-bottom: 15vw;
    align-items: flex-start;
  }

  .work_video-wrapper {
    flex-direction: column;
    gap: 4vw;
    align-items: stretch;
  }

  .work_video-container {
    width: 50%;
    max-width: 280px;
  }

  .work_video-container:nth-child(1) {
    align-self: flex-end;
    margin-right: 5vw;
  }

  .work_video-container:nth-child(2) {
    align-self: center;
  }

  .work_video-container:nth-child(3) {
    align-self: flex-start;
    margin-left: 5vw;
  }

  .button_reference.fix-bottom-left {
    bottom: 1rem;
  }

  .demo-switcher {
    bottom: 1rem;
    right: 1rem;
  }
}

#w-node-_5b61a93a-0bbb-e297-706e-84c3602ab461-fe49de71, #w-node-cf13ebf9-29e6-19fa-ddb7-9169d1d513de-fe49de71, #w-node-c211a337-95e1-1757-f5ec-f15532e64288-fe49de71 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}


@font-face {
  font-family: 'Spectral';
  src: url('../fonts2/Spectral-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Spectral';
  src: url('../fonts2/Spectral-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Spectral';
  src: url('../fonts2/Spectral-BoldItalic.ttf') format('truetype'), url('../fonts2/Spectral-ExtraBoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Spectral';
  src: url('../fonts2/Spectral-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Spectral';
  src: url('../fonts2/Spectral-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Spectral';
  src: url('../fonts2/Spectral-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Spectral';
  src: url('../fonts2/Spectral-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Spectral';
  src: url('../fonts2/Spectral-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Spectral';
  src: url('../fonts2/Spectral-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Spectral';
  src: url('../fonts2/Spectral-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Spectral';
  src: url('../fonts2/Spectral-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi Italic';
  src: url('../fonts2/Satoshi-VariableItalic.ttf') format('truetype');
  font-weight: 300 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts2/Satoshi-Variable.ttf') format('truetype');
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartasans';
  src: url('../fonts2/PlusJakartaSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartasans';
  src: url('../fonts2/PlusJakartaSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartasans';
  src: url('../fonts2/PlusJakartaSans-ExtraBold.ttf') format('truetype'), url('../fonts2/PlusJakartaSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartasans';
  src: url('../fonts2/PlusJakartaSans-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashdisplay';
  src: url('../fonts2/ClashDisplay-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashdisplay';
  src: url('../fonts2/ClashDisplay-Semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashdisplay';
  src: url('../fonts2/ClashDisplay-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sora';
  src: url('../fonts2/Sora-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sora';
  src: url('../fonts2/Sora-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sora';
  src: url('../fonts2/Sora-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Jetbrainsmono';
  src: url('../fonts2/JetBrainsMono-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Jetbrainsmono';
  src: url('../fonts2/JetBrainsMono-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Jetbrainsmono';
  src: url('../fonts2/JetBrainsMono-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Spacegrotesk';
  src: url('../fonts2/SpaceGrotesk-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Spacegrotesk';
  src: url('../fonts2/SpaceGrotesk-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Spacegrotesk';
  src: url('../fonts2/SpaceGrotesk-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}