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

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

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

body {
  color: #fff;
  background-color: #202020;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.2;
}

h1 {
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ppmori, Arial, sans-serif;
  font-size: 4.5vw;
  font-weight: 400;
  line-height: 1.1;
}

a {
  color: #fff;
  line-height: 1;
  text-decoration: none;
}

.bg-grain {
  z-index: 1;
  opacity: .2;
  pointer-events: none;
  mix-blend-mode: overlay;
  background-image: url('../images/grain.gif');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: 150px;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  inset: 0%;
}

.heading {
  justify-content: center;
  align-items: center;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14px;
  font-weight: 400;
  display: flex;
}

.txt {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-transform: uppercase;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100svh;
  font-family: Varela, sans-serif;
  line-height: 1.1;
  display: flex;
}

.caps {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 1.1;
}

.div-block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.spline-scene {
  width: 300px;
}

.section-1 {
  background-color: #c33030;
  height: 100vh;
}

.section-2 {
  background-color: #5640c4;
  height: 100vh;
}

.section-3 {
  background-color: #65b35d;
  height: 100vh;
}

.navbar {
  position: fixed;
  inset: 0% 0% auto;
}

.bg-image {
  max-width: none;
  height: 100%;
  position: absolute;
}

.bg-image-wrap {
  z-index: -1;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100svh;
  display: flex;
  position: fixed;
  inset: 0%;
}

.temp-container {
  grid-column-gap: 8rem;
  grid-row-gap: 0rem;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 2rem;
  display: grid;
}

.txt-logo {
  font-family: Monoska, Arial, sans-serif;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1;
}

.temp-content {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.temp-work {
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.text-xs {
  font-size: .85rem;
}

.temp-head {
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

.temp-bottom {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.temp-bottom.mobile {
  display: none;
}

.logo-wrap {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.temp-contact {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  font-family: Monoska, Arial, sans-serif;
  font-size: .9rem;
  display: flex;
}

.temp-project-links {
  border-bottom: 1px solid #ffffff0d;
  justify-content: space-between;
  align-items: center;
  padding-top: 9px;
  padding-bottom: 6px;
  font-family: Monoska, Arial, sans-serif;
  font-size: .9rem;
  display: flex;
}

.temp-project-links:hover {
  border-bottom-color: #fff3;
}

.cs-txt {
  opacity: .2;
}

.inline-link {
  border-bottom: 1px solid #ffffff0d;
  padding-bottom: 4px;
  display: inline-block;
}

.inline-link:hover {
  border-bottom-color: #fff3;
}

.temp-nav {
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.temp-content-wrap {
  flex-flow: column;
  min-height: 100svh;
  display: flex;
}

.bg-image-mobile {
  display: none;
}

@media screen and (min-width: 1280px) {
  h1 {
    font-size: 3.75vw;
  }

  .temp-container {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: 1fr .5fr 1fr;
  }
}

@media screen and (min-width: 1440px) {
  .temp-container {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .txt-logo, .temp-project-links {
    font-size: 1rem;
  }

  .heading-3 {
    font-size: 3.5vw;
  }

  .link {
    font-size: 1rem;
  }
}

@media screen and (max-width: 991px) {
  .temp-container {
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 3.25rem;
  }

  .bg-image {
    display: none;
  }

  .temp-container {
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
    flex-flow: column;
    display: flex;
  }

  .temp-content {
    max-width: 500px;
  }

  .temp-bottom.desktop {
    display: none;
  }

  .temp-bottom.mobile {
    display: flex;
  }

  .heading-3 {
    font-size: 3rem;
  }

  .bg-image-mobile {
    width: 100vw;
    display: block;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2.5rem;
  }

  .temp-container {
    padding: 0 1rem 1rem;
  }

  .logo-wrap.w--current {
    margin-bottom: 2rem;
  }

  .temp-contact.nav {
    display: none;
  }

  .heading-4 {
    font-size: 2.25rem;
  }

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

  .bg-image-mobile {
    position: absolute;
    inset: 0% 0% auto;
  }
}

#w-node-_9cdcaaff-326d-ef13-6fd0-778c2d0c0447-00d588df {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (min-width: 1280px) {
  #w-node-f0ff3b48-2648-d6e2-bb52-941f8b6c23b0-00d588df {
    grid-area: 1 / 3 / 2 / 4;
  }
}

@media screen and (max-width: 991px) {
  #w-node-df292616-1b49-6509-7bf9-4ceed6fa8dc0-00d588df {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-f0ff3b48-2648-d6e2-bb52-941f8b6c23b0-00d588df {
    grid-column: 2 / 3;
  }
}


@font-face {
  font-family: 'Monoska';
  src: url('../fonts/Monoska.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Feature Deck';
  src: url('../fonts/Feature-Deck.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ppmori';
  src: url('../fonts/PPMori-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}