body {
  font-family: Inter, Helvetica Neue, Helvetica, sans-serif;
}

p {
  margin-bottom: 0;
}

img {
  display: inline-block;
}

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

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.body {
  background-color: #000;
  max-width: 2000px;
}

.code-embed {
  width: 100%;
  height: 100%;
}

.creation-of-adam {
  z-index: auto;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
}

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

.div-block-4 {
  overflow: visible;
}

.folder-icon {
  z-index: auto;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.folder-image {
  z-index: 3;
  flex: 0 auto;
  width: 100%;
  min-width: 100%;
  max-width: none;
  height: auto;
  min-height: auto;
  position: relative;
}

.folder-label {
  color: #000;
  text-align: center;
  border: 0 solid #fff;
  align-self: auto;
  width: auto;
  margin-top: 12px;
  font-family: Inter, sans-serif;
  font-size: 14px;
}

.folder-label.folder-label-parent {
  color: #fff;
}

.folder-label.dr-span {
  font-size: 12px;
}

.folder-link-box {
  z-index: auto;
  cursor: pointer;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: auto;
  max-width: 130px;
  height: auto;
  min-height: auto;
  margin: 12px;
  display: flex;
  position: relative;
}

.folder-link-box.folder-link-box-parent {
  z-index: 3;
  position: relative;
}

.portfolio-modal {
  z-index: 9;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0;
  display: none;
  position: relative;
  inset: 0%;
}

.portfolio-modal.modal-flex {
  display: flex;
}

.folder-emulation {
  z-index: 99;
  aspect-ratio: auto;
  -webkit-user-select: none;
  user-select: none;
  pointer-events: auto;
  background-color: #f5f5f5;
  border-radius: 25px;
  width: 70%;
  height: 75%;
  min-height: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.parent-content-wrapper {
  background-color: #0000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 100%;
  display: flex;
  position: static;
  overflow: hidden;
}

.folder-left-side {
  background-color: #0000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 15%;
  min-width: 200px;
  height: 100%;
  display: flex;
}

.folder-block2 {
  background-color: #f8f8f8;
  border-radius: 20px;
  flex-flow: column;
  align-items: center;
  width: 88%;
  height: 95%;
  display: flex;
  box-shadow: 0 0 20px 20px #0000000d;
}

.nav-icon {
  width: auto;
  height: 1em;
  margin-right: 6px;
}

.nav-selection {
  background-color: #e4e4e4;
  border-radius: 8px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 90%;
  height: 30px;
  margin-top: 13px;
  padding: 0;
  display: flex;
}

.nav-label {
  color: #333;
  cursor: default;
  height: auto;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 1em;
  font-weight: 500;
}

.folder-right-side {
  flex-flow: column;
  flex: 1;
  width: 80%;
  height: 100%;
  display: flex;
  overflow: visible;
}

.folder-menu {
  flex-flow: column;
  justify-content: center;
  width: 100%;
  height: 10%;
  min-height: 60px;
  display: flex;
}

.folder-menu-sub {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-self: auto;
  align-items: center;
  width: 100%;
  height: 35px;
  display: flex;
}

.folder-arrows {
  width: 10%;
  height: 100%;
}

.folder-arrows.folder-block2 {
  flex-flow: row;
  justify-content: center;
  width: 60px;
  min-width: 0;
  margin-left: 0;
  box-shadow: 0 0 20px 20px #00000008;
}

.folders-arrows-left {
  border-right: 1px solid #dadada;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 50%;
  display: flex;
}

.folder-arrows-right {
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 50%;
  display: flex;
}

.arrows {
  color: #000;
  text-align: center;
  cursor: default;
  width: 100%;
  height: auto;
  margin-bottom: 0;
  font-family: Vollkorn, serif;
  font-size: 20px;
  font-weight: 700;
}

.arrows.menu-arrows-black {
  color: #000;
}

.arrows.is-disabled {
  color: #dadada;
}

.folder-menu-buttons {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  width: 70px;
  height: 100%;
  margin-right: 2%;
  display: grid;
}

.folder-menu-green {
  background-color: #00ff00d9;
  border-radius: 20px;
  width: 15px;
  height: 15px;
}

.folder-menu-orange {
  background-color: #ffd900d9;
  border-radius: 20px;
  width: 15px;
  height: 15px;
}

.folder-menu-red {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #ff0000d9;
  border-radius: 20px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.body-wrapper {
  background-color: #0000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  height: 100%;
  display: flex;
}

.folder-content {
  flex-flow: wrap;
  flex: 1;
  align-items: flex-start;
  width: 100%;
  height: 90%;
  display: block;
  overflow: visible;
}

.folder-menu-red-hover {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 15px;
  height: 15px;
  display: flex;
  position: static;
}

.modal-close-x {
  z-index: 0;
  clear: none;
  text-align: center;
  cursor: default;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 15px;
  height: 15px;
  margin-bottom: 0;
  font-size: 1.3em;
  text-decoration: none;
  display: none;
  position: absolute;
  rotate: 45deg;
}

.folder-modal-close {
  display: block;
  position: absolute;
  inset: 0%;
}

.test-section {
  width: 100%;
  height: 100vh;
}

.gradient-wrapper {
  z-index: -99;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 2000px;
  height: 100%;
  display: flex;
  position: fixed;
  inset: 0%;
}

.root-wrapper-bak {
  flex-flow: wrap;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.folder-view {
  flex-flow: wrap;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: none;
}

.folder-view.is-active {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.folder-view.is-active.project-center {
  justify-content: center;
}

.folders {
  width: 100%;
  height: 100%;
}

.preview-panel {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
}

.preview-panel.cover-active {
  width: 100%;
  height: 100%;
  display: flex;
}

.image-3 {
  border-radius: 10px;
  width: 90%;
  height: auto;
  position: relative;
}

.details {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 25%;
  min-width: 200px;
  height: 100%;
  margin-left: 3%;
  display: flex;
  position: static;
}

.data {
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: auto;
  margin-bottom: 0;
  padding-left: 3%;
  display: flex;
}

.data.mini-title {
  color: #333;
  font-size: 16px;
  font-weight: 600;
}

.data.mini-data {
  color: #8d8d8d;
  font-size: 12px;
}

.details-view {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
}

.play {
  z-index: auto;
  width: 60px;
  position: absolute;
}

.video {
  box-sizing: border-box;
  aspect-ratio: auto;
  width: auto;
  height: 200px;
  display: block;
  position: static;
  overflow: visible;
}

.div-block-40, .div {
  width: 100%;
  height: 100%;
}

.vimeo-embed {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  position: static;
  overflow: hidden;
}

.div-block-41 {
  z-index: auto;
  width: 100%;
  height: 100%;
  display: none;
  position: relative;
}

.video-cover {
  display: none;
}

.cover {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: contain;
  border-radius: 10px;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
}

.cover.image-view-resize {
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
}

.div-block-42 {
  width: 95%;
  height: 95%;
}

.detail-wrapper {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 94%;
  height: 94%;
  margin-top: 0%;
  margin-left: 3%;
  margin-right: 3%;
  font-family: Inter, sans-serif;
  display: flex;
}

.image-6 {
  width: 60px;
  height: 60px;
}

.mini-preview {
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.mini-cover-data {
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 60px;
  display: flex;
}

.details-wrapper {
  background-color: #f8f8f8;
  border-radius: 20px;
  flex-flow: column;
  width: 100%;
  height: 100%;
  padding: 4%;
  display: flex;
  overflow: auto;
  box-shadow: 0 0 20px 20px #0000000d;
}

.details-wrapper.hide-scroll {
  cursor: default;
}

.mini-cover-data-sub {
  width: 100%;
  display: flex;
}

.panel {
  flex-flow: column;
  width: 100%;
  padding-top: 10px;
  display: flex;
}

.data-copy, .data-copy-copy {
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: auto;
  margin-bottom: 0;
  padding-left: 3%;
  display: flex;
}

.panel-title {
  color: #333;
  font-size: 14px;
  font-weight: 700;
}

.panel-section {
  border-bottom: 2px solid #e4e4e4;
  justify-content: space-between;
  width: 100%;
  padding: 1px 0;
  display: flex;
}

.panel-section.sub-section {
  border-bottom-style: none;
  flex-flow: column;
  justify-content: flex-start;
}

.info-panel-section-name {
  color: #8d8d8d;
  font-size: 12px;
  font-weight: 500;
}

.info-panel-section-data, .info-panel-section-data.sub-data {
  color: #333;
  font-size: 12px;
  font-weight: 500;
}

.info-panel-section-data.sub-data.data-link {
  color: #1962d8;
  text-decoration: none;
}

.details-bg {
  z-index: -99;
  background-color: #e4e4e4;
  width: 220px;
  height: 100%;
  display: block;
  position: fixed;
}

.arrows-wrapper {
  align-items: center;
  height: 100%;
  margin-left: 12px;
  display: flex;
}

.current-title {
  padding-left: 10px;
  font-family: Inter, sans-serif;
  font-weight: 500;
}

.beta-block {
  z-index: 9999;
  color: #0000;
  background-color: #124bdb;
  justify-content: center;
  align-items: center;
  height: 5vh;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
  overflow: hidden;
}

.popup-text {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.hands {
  flex-flow: column;
  width: 100%;
  height: 100%;
  display: block;
  position: static;
}

.gradient {
  background-image: radial-gradient(circle, #ffffff08 60%, #000 90%);
  width: 100%;
  max-width: 2000px;
  height: 100%;
  position: relative;
}

.cover-preview-wrapper {
  flex: 1;
  height: 100%;
}

.vimeo-player {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 991px) {
  .folder-left-side {
    display: none;
  }

  .popup-text {
    text-align: center;
  }
}

@media screen and (max-width: 479px) {
  .folder-label.folder-label-parent {
    font-size: 12px;
  }

  .folder-link-box {
    max-width: 25%;
  }

  .folder-emulation {
    width: 80%;
    height: 80%;
    overflow: scroll;
  }

  .folder-content {
    padding: 12px;
  }

  .preview-panel.cover-active {
    width: 100%;
  }

  .details {
    width: 90%;
    height: auto;
    padding-bottom: 6%;
    margin-left: 0;
  }

  .detail-wrapper {
    flex-flow: column;
  }

  .details-wrapper {
    overflow: hidden;
  }

  .panel {
    padding-top: 8px;
  }

  .panel-title {
    font-size: 13px;
  }

  .panel-section {
    padding-top: 0;
  }

  .info-panel-section-name, .info-panel-section-data, .info-panel-section-data.sub-data {
    font-size: 11px;
  }

  .beta-block {
    height: 8vh;
  }

  .cover-preview-wrapper {
    width: 90%;
    max-height: 40%;
  }

  .cover {
    padding-top: 2.3%;
    padding-bottom: 2.3%;
  }

  .folder-menu-buttons {
    margin-right: 12px;
  }
  .modal-close-x {
    color: #ff0000d9;
  }
}

#w-node-_5871eb60-48b8-37f2-aa79-61b6e6fcbb72-bd2c2716 {
  place-self: auto;
}
