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

:root {
  --web_font: Geo, Arial, sans-serif;
  --web-wht: #f4f4f4;
  --size-2: 18px;
  --web_blk: #000;
  --size-1: 16px;
  --web_blue: #1f5eec;
  --web-orange: #7acdff;
  --size-3: 40px;
}

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

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

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

.div-block-2 {
  min-width: 50%;
}

.spacer {
  min-height: 20px;
}

.heading {
  font-family: var(--web_font);
  margin-bottom: 10px;
  font-size: 40px;
  font-weight: 500;
  line-height: 40px;
}

.heading.rightside {
  max-width: 50%;
  margin-bottom: 10px;
}

.heading.leftside {
  color: var(--web-wht);
  margin-top: 0;
}

.paragraph-l {
  font-family: var(--web_font);
  font-size: var(--size-2);
  margin-top: 20px;
  margin-bottom: 20px;
  margin-right: 0;
  line-height: 23px;
}

.paragraph-l.aboutme {
  margin-top: 50px;
  padding-top: 9px;
}

.main_site {
  height: 100%;
  overflow: visible;
}

.index {
  z-index: 44;
  background-color: var(--web_blk);
  width: 20vw;
  max-width: 20vw;
  height: 100vh;
  margin-left: 0;
  display: block;
  position: sticky;
  top: 0%;
  bottom: 0%;
  right: auto;
  overflow: visible;
}

.site_right {
  width: 80%;
  max-width: 1600px;
  height: 100%;
  position: static;
  inset: 0% 0% 0% auto;
  overflow: hidden;
}

.portfolio-image {
  min-width: 100%;
}

.paragraph-r {
  font-family: var(--web_font);
  font-size: var(--size-1);
  margin: 20px 0;
  padding-left: 40px;
  line-height: 21px;
}

.paragraph {
  font-family: var(--web_font);
  margin-top: 20px;
  margin-bottom: 20px;
}

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

.project_header.left {
  color: var(--web-wht);
  margin-bottom: 20px;
}

.div-block-3 {
  margin-top: 10px;
  margin-left: 40px;
  margin-right: 40px;
  overflow: visible;
}

.project_01 {
  z-index: 0;
  display: block;
  position: static;
  inset: 0% auto 0% 0%;
}

.project_title {
  z-index: 2;
  float: none;
  clear: none;
  font-family: var(--web_font);
  color: #fff;
  text-align: center;
  font-weight: 500;
  position: absolute;
  top: 35%;
  overflow: hidden;
}

.div-block-5 {
  position: relative;
}

.thumbnail {
  mix-blend-mode: normal;
  position: static;
}

.index-one-mobile {
  margin-top: 50px;
  display: none;
  position: relative;
}

.div-block-7 {
  z-index: 1;
  background-color: #00000070;
  width: 100%;
  height: 100%;
  position: absolute;
}

.portfolio_web {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-items: start stretch;
  height: 100%;
  margin-top: -100vh;
  display: flex;
  position: relative;
}

.div-block-4-copy {
  background-color: red;
  display: none;
  position: relative;
  inset: 0% auto 0% 0%;
}

.right_website {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--web_blk);
  background-color: #0000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  margin-left: 10px;
  margin-right: 10px;
  display: block;
  position: relative;
  overflow: visible;
}

.right_website.concept {
  color: var(--web-wht);
}

.project_02 {
  z-index: 1;
  display: block;
  position: static;
  inset: 0% auto 0% 0%;
}

.spacer_left {
  min-width: 20vw;
  max-width: 20vw;
  height: 100%;
  display: block;
  position: relative;
}

.body {
  background-color: var(--web-wht);
  flex-flow: column;
  display: flex;
  overflow: visible;
}

.body.dark {
  font-family: var(--web_font);
}

.sidebar_on {
  z-index: 10;
  background-color: #006aff;
  width: 100%;
  height: 100%;
  display: none;
  position: static;
}

.sidebars {
  z-index: 21;
  border-radius: 0;
  height: 0;
  position: sticky;
  inset: 0% 0% auto;
  overflow: visible;
}

.sidebar_off {
  z-index: 10;
  background-color: var(--web_blk);
  width: 100%;
  height: 100%;
  position: static;
}

.rule {
  background-color: #000;
  height: 1px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.rule.inverted {
  background-color: var(--web-wht);
}

.rule.inverted.index {
  background-color: #f4f4f44f;
  width: auto;
  max-width: none;
  margin: -1px 30px 0;
}

.paragraph-sidebar {
  font-family: var(--web_font);
  margin-top: 20px;
  margin-bottom: 20px;
  margin-right: 0;
  font-size: 18px;
  line-height: 24px;
}

.graphic_world {
  width: 80vw;
  min-width: 20vw;
  max-width: 80vw;
  margin-top: -50px;
  display: block;
  position: static;
  left: 20vw;
  overflow: visible;
}

.text-block {
  font-family: var(--web_font);
  color: var(--web-wht);
  text-align: center;
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
  font-weight: 500;
  position: absolute;
  inset: 0% 0% auto;
}

.button {
  z-index: 1000;
  background-color: var(--web_blk);
  font-family: var(--web_font);
  color: var(--web-wht);
  vertical-align: baseline;
  padding: 11px 64px 10px;
  font-weight: 700;
  transition: background-color .2s;
  display: none;
  overflow: visible;
}

.button:hover {
  background-color: var(--web_blue);
}

.link-block {
  mix-blend-mode: normal;
  position: relative;
  overflow: visible;
}

.link-block.w--current {
  background-color: var(--web_blue);
  height: 100%;
}

.hover_color {
  z-index: 1;
  mix-blend-mode: screen;
  width: 100%;
  height: 100%;
  transition: background-color .2s;
  position: absolute;
  inset: 0% 0% auto;
}

.hover_color:hover {
  background-color: var(--web_blue);
}

.leading {
  height: 1px;
  padding-top: 40px;
}

.leading._4x {
  padding-top: 160px;
}

.leading._3x {
  padding-top: 120px;
}

.leading._2x {
  padding-top: 80px;
}

.bg-video_1920x1080 {
  object-fit: cover;
  width: 100%;
  height: auto;
  padding-top: 56.25%;
}

.background-video-1 {
  min-width: 100%;
  max-width: 100%;
  height: 900px;
  max-height: 600px;
}

.div-block-10 {
  width: 0;
}

.landing {
  background-color: var(--web_blue);
  width: 100%;
  height: 100vh;
  position: relative;
}

.div-block-11 {
  height: 100vh;
  position: sticky;
  inset: 0% auto auto 0%;
}

.text-block-2 {
  font-family: var(--web_font);
  color: var(--web-wht);
  margin: 45px;
  font-size: 190px;
  line-height: 170px;
  position: absolute;
  inset: auto auto 50px 0%;
}

.text-block-2:hover {
  color: var(--web-orange);
}

.index-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  font-family: var(--web_font);
  color: var(--web-wht);
  font-size: var(--size-2);
  grid-template-rows: auto;
  grid-template-columns: .25fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  padding: 12px 30px 9px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
  display: block;
}

.index-item:hover {
  color: var(--web-orange);
}

.index-item.w--current {
  background-color: var(--web_blue);
}

.index-item.aboutme-minimize {
  background-color: var(--web_blue);
  display: none;
}

.index-item.primary {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section-3 {
  display: none;
}

.image {
  z-index: 45;
  height: 40%;
  margin: auto;
  position: absolute;
  inset: 0%;
}

.image.wrong-device {
  height: 80%;
}

.mobile-index, .mobile-spacer {
  display: none;
}

.info-v2 {
  font-family: var(--web_font);
  color: var(--web-wht);
  font-size: var(--size-1);
  text-align: left;
  margin-bottom: 63px;
  margin-left: 30px;
  padding-right: 30px;
  line-height: 22px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.div-block-13 {
  position: relative;
}

.container-hamburger {
  z-index: 45;
  background-color: var(--web_blk);
  width: 50px;
  height: 50px;
  position: sticky;
  top: 0;
  bottom: 0;
  left: 0;
}

.container-hamburger:hover {
  background-color: var(--web_blue);
}

.container-ecks {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  right: 0;
}

.container-ecks:hover {
  background-color: var(--web_blue);
}

.index-title {
  font-family: var(--web_font);
  color: var(--web-wht);
  margin-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
  font-size: 60px;
  font-weight: 400;
  line-height: 60px;
  position: static;
  inset: 0% auto auto 0%;
}

.contact-landing {
  font-family: var(--web_font);
  color: var(--web-wht);
  font-size: var(--size-1);
  padding-top: 63px;
  padding-bottom: 63px;
  padding-left: 63px;
  line-height: 22px;
  position: sticky;
  top: 0%;
  bottom: 0%;
  right: 0%;
}

.background-video-1-copy {
  min-width: 100%;
  max-width: 100%;
  height: 900px;
  max-height: 900px;
}

.div-block-14 {
  padding-left: 30px;
  padding-right: 30px;
}

.container-home {
  width: 50px;
  height: 50px;
  margin-left: 30px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.container-home:hover {
  background-color: var(--web_blue);
}

.link-block-2 {
  width: 100%;
  height: 100%;
}

.concept-world {
  z-index: 90;
  background-color: var(--web_blk);
  opacity: .58;
  width: 80vw;
  min-width: 20vw;
  max-width: 80vw;
  max-height: 100vh;
  display: block;
  position: sticky;
  top: 0;
  left: 20vw;
  overflow: visible;
}

.container-conceptmode {
  width: 50px;
  height: 50px;
  margin-left: 110px;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.container-conceptmode:hover {
  background-color: var(--web_blue);
}

.paragraph-2 {
  color: var(--web-wht);
  margin: auto;
  font-size: 25px;
  position: absolute;
  inset: 0%;
}

.text-block-5 {
  font-family: var(--web_font);
  color: var(--web-wht);
  text-align: center;
  margin: auto;
  padding-top: 17px;
  font-size: 20px;
  font-weight: 700;
  position: static;
  inset: 0%;
}

.container-graphicmode {
  width: 50px;
  height: 50px;
  margin-left: 160px;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.container-graphicmode:hover {
  background-color: var(--web_blue);
}

.index-graphic {
  margin-top: 50px;
  position: relative;
}

.index-two {
  position: absolute;
  inset: auto 0% 200px;
  overflow: visible;
}

.project_concepts {
  z-index: 0;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  position: static;
  inset: 0% auto 0% 0%;
}

.concept-grid {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: row;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.div-block-15 {
  background-color: var(--web_blk);
  height: 100vh;
  position: sticky;
  top: 0%;
}

.about-me {
  background-color: var(--web_blk);
  font-family: var(--web_font);
  color: var(--web-wht);
  width: 30vw;
  max-width: 600px;
  height: 100vh;
  margin-left: 20vw;
  display: none;
  position: absolute;
  top: 0%;
}

.aboutme-text {
  margin-top: 100px;
  padding-left: 63px;
  padding-right: 63px;
}

.index-innercontainer {
  z-index: 1;
  background-color: var(--web_blk);
  width: 100%;
  height: 100vh;
  padding-top: 100px;
  position: absolute;
}

.about-me-highlight {
  background-color: var(--web_blue);
  width: 100%;
  height: 100%;
  position: fixed;
}

.project-header-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.p5-container {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  overflow: hidden;
}

.index-two-mobile {
  position: absolute;
  inset: auto 0% 200px;
  overflow: visible;
}

.section-4 {
  display: none;
}

.link-block-4 {
  width: 100%;
  height: 100%;
}

.lightbox {
  height: 100%;
  margin-bottom: 20%;
}

.lightbox-thumbnail {
  object-fit: cover;
  height: 100%;
}

.body-dark {
  flex-flow: column;
  display: flex;
}

.mobile-site {
  display: none;
}

.wrong-device-message {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--web-wht);
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100dvw;
  height: 100dvh;
  display: flex;
}

.wrong-device-message-text {
  font-family: var(--web_font);
  color: var(--web_blk);
  text-align: center;
  width: 100%;
  height: 100%;
  font-size: 30px;
  font-weight: 500;
}

.home_container_wronglocation {
  width: 80px;
  height: 80px;
  position: relative;
}

.home_container_wronglocation:hover {
  background-color: var(--web-orange);
}

.bold-text, .bold-text-2, .bold-text-3 {
  font-weight: 400;
}

.mobile-project-name {
  font-family: var(--web_font);
  margin-top: 20px;
  margin-bottom: 20px;
}

.mobile_leading {
  height: 1px;
  padding-top: 40px;
}

.mobile_leading._4x {
  padding-top: 160px;
}

.mobile_leading._3x {
  padding-top: 120px;
}

.mobile_leading._2x {
  padding-top: 80px;
}

.mobile-footer {
  display: none;
}

.loading-screen {
  z-index: 10;
  color: var(--web-wht);
  font-size: var(--size-2);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  background: var(--web_blue);
  opacity: 1;
  transition: opacity 1s ease;
  top: 0;
}
.loading-screen.hidden {
  opacity: 0;
  pointer-events: none; 
  position: absolute;
  top: 0;
}

@media screen and (min-width: 1920px) {
  .heading {
    font-size: 60px;
    line-height: 65px;
  }

  .paragraph-l {
    color: var(--web_blk);
    font-size: 22px;
    line-height: 28px;
  }

  .paragraph-l.aboutme, .paragraph-l.inverted {
    color: var(--web-wht);
  }

  .paragraph-l.inverted.footer {
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    position: absolute;
    inset: 0% 0% 0% auto;
  }

  .site_right {
    width: 100%;
  }

  .project_header {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    place-items: stretch stretch;
  }

  .spacer_left {
    margin-top: -50px;
  }

  .rule.inverted.index {
    margin-left: 63px;
    margin-right: 63px;
  }

  .bg-video_1920x1080 {
    object-fit: cover;
  }

  .index-item {
    padding: 16px 63px 13px;
    font-size: 22px;
    line-height: 29px;
  }

  .info-v2 {
    margin-left: 63px;
    padding-right: 63px;
  }

  .info-v2.right-align {
    text-align: right;
    margin: auto 63px 63px auto;
    padding-right: 0;
    inset: auto 0% 0% auto;
  }

  .div-block-14 {
    padding-left: 63px;
    padding-right: 63px;
  }

  .container-home {
    margin-left: 63px;
  }

  .index-innercontainer {
    width: 100%;
  }

  .project-header-2 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .image-2 {
    object-fit: cover;
    height: 100%;
    overflow: clip;
  }

  .lightbox-link-2 {
    object-fit: cover;
  }

  .section-4 {
    display: none;
  }

  .footer {
    background-color: var(--web_blk);
    padding-bottom: 140px;
    position: relative;
  }

  .link-block-5 {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .heading.rightside {
    max-width: none;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 26px;
    line-height: 30px;
  }

  .heading.rightside.inverted {
    color: var(--web-wht);
  }

  .heading.rightside.exception {
    font-size: 22px;
  }

  .paragraph-l {
    font-size: 16px;
    line-height: 20px;
  }

  .index {
    display: none;
  }

  .site_right {
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    max-width: none;
    display: flex;
  }

  .portfolio-image {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .paragraph-r {
    padding-left: 0;
    display: none;
  }

  .project_header {
    margin-bottom: 30px;
    margin-left: 10px;
    margin-right: 10px;
    display: block;
  }

  .project_header.inverted {
    color: var(--web-wht);
  }

  .project_01 {
    padding-top: 50px;
  }

  .index-one-mobile {
    margin-top: 0;
    margin-bottom: 0;
    display: block;
    position: static;
  }

  .portfolio_web {
    margin-top: 0;
    display: none;
  }

  .right_website {
    margin-right: 10px;
  }

  .spacer_left {
    display: none;
  }

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

  .sidebars {
    display: none;
  }

  .rule {
    margin-left: 10px;
    margin-right: 10px;
  }

  .rule.inverted.index {
    background-color: var(--web-wht);
    display: block;
  }

  .graphic_world {
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    width: auto;
    max-width: none;
    margin-top: 0;
    margin-bottom: 5px;
  }

  .graphic_world.dark {
    background-color: var(--web_blk);
    height: 110vh;
  }

  .leading, .leading._3x, .leading._2x {
    display: none;
  }

  .bg-video_1920x1080.bg-video_homepage {
    margin-bottom: -6px;
  }

  .background-video-1 {
    object-fit: cover;
    min-width: 0;
    max-width: none;
    height: auto;
    max-height: none;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 20%;
  }

  .landing {
    height: auto;
    margin-top: 40px;
    padding-top: 0;
    padding-bottom: 56.25%;
    display: block;
  }

  .index-item {
    padding-top: 4px;
    padding-bottom: 5px;
    font-size: 16px;
    line-height: 22px;
  }

  .index-item.primary {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: .25fr 3.75fr;
    padding-top: 8px;
    padding-bottom: 10px;
  }

  .section-3 {
    z-index: 46;
    background-color: var(--web_blk);
    width: 100%;
    height: 40px;
    display: block;
    position: fixed;
  }

  .div-block-12 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 10px;
    margin-left: 10px;
    display: block;
  }

  .info {
    font-family: var(--web_font);
    color: var(--web-wht);
    text-align: left;
    font-weight: 500;
  }

  .image {
    height: 60%;
    position: absolute;
    inset: 0%;
  }

  .hamburger_container {
    z-index: 50;
    width: 40px;
    height: 40px;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .mobile-index {
    z-index: 45;
    background-color: var(--web_blk);
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
  }

  .x_container {
    width: 40px;
    height: 40px;
    display: none;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .video {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .info-v2 {
    color: var(--web-wht);
    margin-bottom: 0;
    margin-left: 0;
    padding-right: 0;
    font-size: 12px;
    line-height: 17px;
    text-decoration: none;
    display: block;
    position: static;
    bottom: auto;
    left: auto;
  }

  .container-hamburger, .contact-landing {
    display: none;
  }

  .background-video-1-copy {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .concept-world {
    width: auto;
    max-width: none;
  }

  .project_concepts {
    padding-top: 70px;
  }

  .index-two-mobile {
    margin-top: 0;
    margin-bottom: 0;
    position: static;
    inset: auto;
  }

  .mobile-linkitems {
    width: 100%;
    height: 100%;
    position: relative;
  }

  .section-4 {
    display: block;
  }

  .section-5 {
    margin-right: 10px;
  }

  .section-6 {
    z-index: 200;
    min-height: 40px;
    max-height: 40px;
    margin-right: 10px;
  }

  .link-block-4 {
    width: 100%;
    height: 100%;
  }

  .home_container {
    width: 40px;
    height: 40px;
    margin-right: 40px;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .mobile-thumbnail {
    box-sizing: border-box;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    max-width: 100%;
  }

  .mobile-links-box {
    max-width: none;
  }

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

  .image-3 {
    width: 100%;
    margin-top: 60px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .section-7 {
    z-index: 100;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    height: 100dvh;
    display: block;
  }

  .container {
    margin: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .mobile-index-intermediate {
    flex-flow: column;
    justify-content: space-between;
    height: 100dvh;
    padding-bottom: 30px;
    display: flex;
  }

  .section-8 {
    display: block;
  }

  .mobile-site {
    background-color: var(--web-wht);
    flex-flow: column;
    display: flex;
  }

  .mobile-site.no-background {
    background-color: #000;
  }

  .wrong-device-message {
    display: none;
  }

  .home_container_wronglocation {
    width: 40px;
    height: 40px;
    margin-right: 40px;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .mobile-project-name {
    background-color: var(--web_blk);
    color: var(--web-wht);
    margin: auto auto 0 0;
    padding: 4px 7px;
    font-size: 12px;
    text-decoration: none;
    position: absolute;
    inset: auto auto 0% 0%;
  }

  .mobile-project-name.video {
    margin-bottom: -5px;
  }

  .mobile_leading {
    display: block;
  }

  .mobile_leading._3x, .mobile_leading._2x {
    display: none;
  }

  .darken {
    background-image: linear-gradient(90deg, #00000040, #0000);
    width: 50%;
    height: 100%;
    position: absolute;
  }

  .link-block-5 {
    display: none;
  }

  .next-project {
    font-family: var(--web_font);
    color: var(--web-wht);
    margin-top: auto;
    margin-bottom: auto;
    font-size: 12px;
    line-height: 20px;
    text-decoration: none;
  }

  .mobile-footer {
    background-color: var(--web_blk);
    text-align: right;
    justify-content: space-between;
    align-items: stretch;
    padding: 30px;
    display: flex;
  }

  .link {
    font-family: var(--web_font);
    color: var(--web-wht);
    text-decoration: none;
  }

  .loading-screen {
    font-size: 14px;
  }

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

@media screen and (max-width: 767px) {
  .heading.rightside {
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
  }

  .portfolio-image {
    margin-top: 2px;
    margin-bottom: 2px;
  }

  .project_header {
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
  }

  .rule {
    margin-left: 0;
    margin-right: 0;
  }

  .bg-video_1920x1080 {
    margin-top: 2px;
    margin-bottom: 2px;
  }

  .bg-video_1920x1080.bg-video_homepage {
    margin-top: 0;
  }

  .video {
    margin-top: 2px;
    margin-bottom: 2px;
  }

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

@media screen and (max-width: 479px) {
  .div-block {
    display: block;
  }

  .spacer {
    max-height: 50px;
  }

  .heading.rightside {
    max-width: 100%;
    font-size: 25px;
    line-height: 30px;
  }


  .main_site {
    width: 100%;
  }

  .index {
    display: none;
  }

  .site_right {
    margin-left: 0;
    margin-right: 0;
  }

  .paragraph-r {
    padding-left: 0;
  }

  .project_header {
    padding-left: 0;
    display: block;
  }

  .project_01.mobile-aboutme {
    height: 100vh;
  }

  .index-one-mobile {
    padding-top: 0;
    display: block;
  }

  .portfolio_web {
    width: 100%;
    margin-top: 0;
    display: none;
  }

  .right_website {
    margin-left: 10px;
    margin-right: 10px;
  }

  .spacer_left, .sidebars {
    display: none;
  }

  .rule.inverted.index {
    margin-left: 20px;
    margin-right: 20px;
  }

  .graphic_world {
    width: 100%;
    min-width: 0;
    max-width: none;
  }

  .leading {
    padding-top: 20px;
  }

  .leading._3x {
    display: none;
  }

  .leading._2x {
    padding-top: 40px;
    display: none;
  }

  .background-video-1 {
    max-height: 200px;
  }

  .div-block-10 {
    width: 100%;
    display: none;
  }

  .text-block-2 {
    display: none;
  }

  .index-item {
    padding-left: 20px;
    padding-right: 20px;
  }

  .index-item:hover {
    color: var(--web-wht);
  }

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

  .div-block-12 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 2.25fr 1fr;
    grid-auto-columns: 1fr;
    margin: 10px;
    font-weight: 700;
    display: grid;
  }

  .info {
    font-family: var(--web_font);
    color: var(--web-wht);
  }

  .mobile-index {
    background-color: var(--web_blk);
  }

  .mobile-spacer {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 2.25fr 1fr;
    grid-auto-columns: 1fr;
    height: 50px;
    display: block;
  }

  .index-title, .contact-landing {
    padding-left: 20px;
    padding-right: 20px;
  }

  .background-video-1-copy {
    max-height: 200px;
  }

  .concept-world {
    width: 100%;
    min-width: 0;
    max-width: none;
  }

  .index-graphic, .index-two {
    padding-top: 0;
    display: block;
  }

  .project_concepts {
    padding-top: 40px;
  }

  .body-2 {
    background-color: var(--web-wht);
  }

  .index-two-mobile {
    padding-top: 0;
  }

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .mobile_leading {
    padding-top: 20px;
  }

  .mobile_leading._3x {
    display: none;
  }

  .mobile_leading._2x {
    padding-top: 40px;
    display: none;
  }

  .next-project {
    padding-right: 10px;
  }

  .mobile-footer {
    padding: 15px 10px 10px;
  }
}

#w-node-a99d823c-2139-0e5b-cc88-4c353cf91494-76eea01c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_28e7ee4d-5e88-aa3b-511c-1525ff5e79a2-76eea01c {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_28e7ee4d-5e88-aa3b-511c-1525ff5e79a8-76eea01c {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_7e5dc3ae-6f6a-724c-917c-5d0e4e1310e5-76eea01c, #w-node-_7e5dc3ae-6f6a-724c-917c-5d0e4e1310eb-76eea01c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_77d2e0ee-8367-c542-583c-2d946f23dc49-76eea01c {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_77d2e0ee-8367-c542-583c-2d946f23dc4f-76eea01c {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_9e5f31b7-db0e-9bd9-374e-2a55043347b2-76eea01c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cf835f9-9c7d-3d95-36f6-0f572b6ae8ff-76eea01c {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_4cf835f9-9c7d-3d95-36f6-0f572b6ae902-76eea01c {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-bfe5aefd-cf70-65f9-0ecb-58873ef92e2a-3870fb40 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bfe5aefd-cf70-65f9-0ecb-58873ef92e59-3870fb40 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-d638acc2-ce4e-2aee-1753-4bb83fd6a205-b752203f, #w-node-d638acc2-ce4e-2aee-1753-4bb83fd6a208-b752203f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d638acc2-ce4e-2aee-1753-4bb83fd6a22b-b752203f, #w-node-f2e09706-c968-9a45-7cb1-eb6a11b989cb-532b3a2e {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_1e2c0513-bd16-964e-6b17-60fa0aa30268-46912176 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-e5d717d9-8fbb-6fce-ba41-ca6235199ce8-76eea01c, #w-node-c782589c-d6fc-2ca8-8dc4-fc2c5eae784e-76eea01c, #w-node-a99d823c-2139-0e5b-cc88-4c353cf91494-76eea01c {
    grid-area: 1 / 4 / 2 / 5;
  }

  #w-node-_28e7ee4d-5e88-aa3b-511c-1525ff5e79a2-76eea01c {
    grid-column-end: 3;
  }

  #w-node-_7e5dc3ae-6f6a-724c-917c-5d0e4e1310eb-76eea01c {
    grid-area: 1 / 4 / 2 / 5;
  }

  #w-node-_77d2e0ee-8367-c542-583c-2d946f23dc49-76eea01c {
    grid-column-end: 3;
  }

  #w-node-_9e5f31b7-db0e-9bd9-374e-2a55043347b2-76eea01c {
    grid-area: 1 / 4 / 2 / 5;
  }

  #w-node-_4cf835f9-9c7d-3d95-36f6-0f572b6ae8ff-76eea01c {
    grid-column-end: 3;
  }

  #w-node-_18922312-185b-ae0a-203b-aedd5bec3b4d-293cc472, #w-node-_65b3c0ce-e9ae-5590-3feb-5ad1f78e43f4-506a317b, #w-node-bfe5aefd-cf70-65f9-0ecb-58873ef92e2a-3870fb40 {
    grid-area: 1 / 4 / 2 / 5;
  }

  #w-node-bfe5aefd-cf70-65f9-0ecb-58873ef92e59-3870fb40 {
    grid-column-end: 3;
  }

  #w-node-d638acc2-ce4e-2aee-1753-4bb83fd6a208-b752203f {
    grid-area: 1 / 4 / 2 / 5;
  }

  #w-node-d638acc2-ce4e-2aee-1753-4bb83fd6a22b-b752203f, #w-node-f2e09706-c968-9a45-7cb1-eb6a11b989cb-532b3a2e {
    grid-column-end: 3;
  }

  #w-node-_1e2c0513-bd16-964e-6b17-60fa0aa30268-46912176 {
    grid-area: 1 / 4 / 2 / 5;
  }
}


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