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

@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 {
  color: #edebe9;
  background-color: #102312;
  background-image: url('../images/bg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  font-family: EB Garamond, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1;
}

h1 {
  color: currentColor;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1;
}

h2 {
  mix-blend-mode: difference;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1;
}

a {
  color: currentColor;
  font-size: 1.25rem;
  line-height: 1;
  text-decoration: none;
}

.default-container {
  width: 100vw;
  max-width: 100%;
  height: 100lvh;
  padding-left: 14px;
  padding-right: 14px;
}

.default-container.white {
  background-color: #000;
}

.default-container.white.cortina {
  height: 200lvh;
  position: relative;
}

.default-container.auto {
  height: auto;
}

.navbar {
  z-index: 1002;
  mix-blend-mode: difference;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  padding: 12px 14px;
  display: flex;
  position: fixed;
}

.nav-link {
  mix-blend-mode: difference;
  transition: all .32s cubic-bezier(.573, .065, .029, .884);
}

.nav-link:hover {
  filter: blur(1px);
}

.nav-link.w--current {
  border-bottom: .6px solid #edebe9;
}

.nav-link.projrct-view {
  justify-content: flex-end;
  align-items: center;
  width: clamp(300px, 100%, 800px);
  padding: 12px 14px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 200;
  display: flex;
  position: static;
  inset: auto auto auto 0%;
}

.div-block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.hero-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.hero-wrapper.flex {
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-wrapper.gallery {
  grid-row-gap: 15vh;
  flex-flow: column;
  justify-content: center;
  place-items: center stretch;
  height: auto;
  min-height: 100vh;
}

.hero-content {
  justify-content: center;
  align-items: center;
  width: 45vw;
  max-width: 560px;
  display: flex;
  position: fixed;
  overflow: hidden;
}

.gif-hero {
  display: none;
  position: relative;
}

.gif-hero.visible {
  display: block;
}

.solid-overlay {
  z-index: 99;
  opacity: 0;
  filter: blur(3px);
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 45vw;
  max-width: 560px;
  height: 100%;
  transition: opacity .2s;
  position: absolute;
  inset: 0%;
}

.div-project {
  width: 45vw;
  max-width: 560px;
}

.background-video {
  z-index: 9;
  width: 100%;
  height: 100%;
}

.space-video {
  opacity: 0;
}

.grid {
  grid-column-gap: 24px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 92%;
  display: grid;
}

.index {
  z-index: 999;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #fff0;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.category {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  margin-top: 8px;
  margin-bottom: 100%;
  padding-bottom: 4px;
  display: flex;
  transform: rotate(-1deg);
}

.project-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  cursor: pointer;
  flex-flow: column;
  display: flex;
  overflow: hidden;
}

.project-container.hoja-vertical {
  overflow: visible;
}

.project-description {
  mix-blend-mode: difference;
  justify-content: flex-start;
  align-items: center;
  font-family: EB Garamond, sans-serif;
  display: none;
}

.heading-2 {
  mix-blend-mode: difference;
}

.section {
  position: relative;
}

.image {
  z-index: 999;
  pointer-events: none;
  mix-blend-mode: color-dodge;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
}

.category-container {
  width: 8%;
  display: flex;
  position: sticky;
  top: 50%;
}

.project-cover {
  transition: all .32s cubic-bezier(.608, .048, .251, .995);
}

.project-cover:hover {
  filter: blur(3px);
  transform: scale(1.02);
}

.project-cover.vertical {
  max-width: 90%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  position: absolute;
  inset: auto 0% -9% 5%;
  box-shadow: 0 0 #0003;
}

.project-cover.hide {
  opacity: 0;
}

.hoja-vertical {
  position: relative;
}

.contact {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.image-2 {
  mix-blend-mode: multiply;
  width: 16px;
}

.code-embed {
  filter: blur(5px);
}

.video-inner {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.video-modal {
  z-index: 9999;
  background-color: #0009;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.video-modal-content {
  aspect-ratio: 800 / 434;
  justify-content: flex-end;
  align-items: flex-end;
  width: clamp(300px, 100%, 800px);
}

.project-cover-video.vertical {
  max-width: 90%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  position: absolute;
  inset: auto 0% -9% 5%;
  box-shadow: 0 0 #0003;
}

.project-cover-video.hide {
  opacity: 0;
  width: 695px;
  height: 376px;
}

.video-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.brand {
  pointer-events: none;
}

.layer {
  width: 100%;
  height: 100%;
  position: absolute;
}

.open-live:hover {
  filter: blur(1px);
}

.open-live.w--current {
  pointer-events: none;
  border-bottom: .6px solid #edebe9;
}

.open-live.projrct-view {
  mix-blend-mode: difference;
  justify-content: flex-start;
  align-items: center;
  width: clamp(300px, 100%, 800px);
  padding-top: 12px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 200;
  display: flex;
  position: static;
  inset: auto auto auto 0%;
}

.open-live.projrct-view.special {
  justify-content: center;
  align-items: center;
}

.open-live.projrct-view.mobile {
  display: none;
}

.lin {
  display: inline-flex;
}

.open-live-inner {
  color: #000;
  background-color: #fff;
  justify-content: flex-start;
  align-items: center;
  padding: 4px 8px;
  font-size: 1rem;
  transition: all .16s cubic-bezier(.573, .065, .029, .884);
  display: flex;
  box-shadow: -4px 4px 16px 2px #0006;
}

.open-live-inner:hover {
  filter: blur(1px);
}

.open-live-inner.w--current {
  pointer-events: none;
  border-bottom: .6px solid #edebe9;
}

.open-live-inner.projrct-view {
  opacity: .7;
  justify-content: flex-start;
  align-items: center;
  width: clamp(300px, 100%, 800px);
  padding: 12px 14px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 200;
  display: flex;
  position: static;
  inset: auto auto auto 0%;
}

.arrow-link {
  width: 14px;
  height: 100%;
  margin-left: 8px;
  margin-right: 4px;
  transform: rotate(-45deg);
}

.open-live-inner-text {
  color: #000;
  background-color: #fff;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 1rem;
  font-weight: 300;
}

.open-live-inner-text:hover {
  filter: blur(1px);
}

.open-live-inner-text.w--current {
  pointer-events: none;
  border-bottom: .6px solid #edebe9;
}

.open-live-inner-text.projrct-view {
  opacity: .7;
  justify-content: flex-start;
  align-items: center;
  width: clamp(300px, 100%, 800px);
  padding: 12px 14px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 200;
  display: flex;
  position: static;
  inset: auto auto auto 0%;
}

.image-brands-inner {
  object-fit: cover;
  width: 50%;
  display: block;
}

.image-brands {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.nav-link-contact {
  mix-blend-mode: difference;
  transition: all .32s cubic-bezier(.573, .065, .029, .884);
}

.nav-link-contact:hover {
  filter: blur(1px);
}

.nav-link-contact.w--current {
  pointer-events: none;
  border-bottom: .6px solid #edebe9;
}

.nav-link-contact.projrct-view {
  justify-content: flex-end;
  align-items: center;
  width: clamp(300px, 100%, 800px);
  padding: 12px 14px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 200;
  display: flex;
  position: static;
  inset: auto auto auto 0%;
}

.back {
  width: 10vw;
  display: block;
  position: fixed;
  inset: 0% auto 0% 0%;
}

.sectioncontact {
  z-index: 1;
  position: relative;
}

.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;
}

@media screen and (max-width: 991px) {
  .grid {
    grid-template-columns: 1fr 1fr;
    width: 85%;
  }

  .category {
    padding-left: 2px;
    padding-right: 2px;
  }

  .category-container {
    width: auto;
  }

  .video-inner {
    width: 80%;
  }

  .open-live.projrct-view.special {
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .hero-wrapper.gallery {
    grid-row-gap: 8vh;
  }

  .hero-content {
    width: 60vw;
  }

  .grid {
    grid-column-gap: 16px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .index {
    flex-flow: column;
  }

  .category {
    margin-bottom: 0%;
  }

  .category-container {
    position: static;
  }

  .project-cover.vertical {
    width: 100%;
    padding-left: 4rem;
    padding-right: 4rem;
    position: static;
    bottom: 0%;
  }

  .project-cover.hide {
    padding-top: 20%;
    padding-bottom: 15%;
    display: none;
  }

  .hoja-vertical {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .video-inner {
    width: 90%;
  }

  .project-cover-video.vertical {
    padding-left: 1.8rem;
    padding-right: 1.8rem;
    bottom: 0%;
  }

  .project-cover-video.hide {
    padding-top: 20%;
    padding-bottom: 15%;
  }

  .open-live.projrct-view.mobile {
    display: flex;
  }

  .open-live-inner.special {
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    justify-content: space-between;
    align-items: flex-start;
  }

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

  .div-block {
    justify-content: flex-end;
    align-items: flex-start;
  }

  .hero-wrapper.gallery {
    grid-row-gap: 12vh;
  }

  .hero-content {
    justify-content: center;
    align-items: flex-start;
    width: 70vw;
    height: auto;
    margin-bottom: 15vh;
  }

  .grid {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .index {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .category {
    margin-bottom: 0%;
  }

  .brand-text, .heading-2 {
    font-size: 1rem;
  }

  .category-container {
    width: auto;
    position: static;
  }

  .project-cover {
    width: 100%;
  }

  .project-cover.vertical {
    position: static;
    bottom: 0%;
  }

  .project-cover.hide {
    padding-top: 20px;
    padding-bottom: 20px;
    display: none;
  }

  .video-inner {
    width: 231.667px;
    height: 125.333px;
  }

  .video-modal {
    display: none;
  }

  .project-cover-video.vertical {
    bottom: 0%;
  }

  .project-cover-video.hide {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .open-live, .open-live-inner, .open-live-inner-text, .nav-link-contact {
    font-size: 1rem;
  }
}

#w-node-e85f96bf-d13b-19c2-bc08-6d6e32b243b8-b0747fa9 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_407f9319-ab2c-6e60-a04d-268149cafe43-b0747fa9 {
  grid-area: 1 / 2 / 2 / 3;
}


