:root {
  --black-85: rgba(0, 0, 0, .85);
  --black-40: rgba(0, 0, 0, .4);
  --links: var(--black-40);
  --black-15: rgba(0, 0, 0, .15);
}

h1 {
  color: var(--black-85);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter Tight, sans-serif;
  font-size: 90px;
  font-weight: 500;
  line-height: 100%;
}

h2 {
  color: var(--black-85);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter Tight, sans-serif;
  font-size: 44px;
  font-weight: 500;
  line-height: 120%;
}

h3 {
  color: var(--black-85);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter Tight, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 120%;
}

h4 {
  color: var(--black-85);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter Tight, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 120%;
}

h5 {
  color: var(--black-85);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter Tight, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
}

h6 {
  color: var(--black-85);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter Tight, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
}

p {
  color: var(--black-40);
  margin-bottom: 0;
  font-family: Inter Tight, sans-serif;
  font-size: 16px;
  line-height: 130%;
}

a {
  color: var(--black-85);
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 16px;
}

li {
  margin-bottom: 8px;
}

img {
  width: 100%;
  max-width: 100%;
  display: inline-block;
}

label {
  color: var(--black-40);
  margin-bottom: 12px;
  font-family: Inter Tight, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
  display: block;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  text-align: center;
  margin-top: 5px;
}

.container {
  max-width: 1920px;
  min-height: 100px;
  grid-row-gap: 80px;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  padding: 0 32px 80px;
  display: flex;
}

.container.hero {
  padding-top: 120px;
  padding-bottom: 56px;
}

.container.next-project-section {
  grid-row-gap: 24px;
  padding-bottom: 24px;
}

.container.back-to-homepage {
  min-height: 0;
  flex-direction: row;
  padding-top: 16px;
  padding-bottom: 16px;
  display: block;
}

.standard-text {
  color: var(--black-85);
  font-family: Inter Tight, sans-serif;
  font-size: 16px;
  line-height: 130%;
}

.standard-text.black-40 {
  color: var(--black-40);
  display: block;
}

.align-bottom-block {
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
}

.block-80-width {
  width: 80%;
  flex-direction: column;
  justify-content: flex-start;
  display: block;
  position: relative;
  overflow: visible;
}

.block-gap {
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.block-gap._16 {
  grid-row-gap: 16px;
  flex-wrap: nowrap;
  align-items: flex-start;
}

.block-gap._40 {
  grid-row-gap: 40px;
}

.block-gap._8 {
  grid-row-gap: 8px;
  align-items: flex-start;
}

.block-gap._80 {
  grid-row-gap: 80px;
}

.block-gap._56 {
  grid-row-gap: 56px;
}

.block-gap._4 {
  grid-row-gap: 4px;
}

.block-gap._32 {
  grid-row-gap: 32px;
}

.large-text {
  color: var(--black-85);
  font-family: Inter Tight, sans-serif;
  font-size: 28px;
  line-height: 140%;
}

.large-text.black-40 {
  color: var(--black-40);
}

.link-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 8px;
  flex-direction: row;
  display: flex;
  overflow: hidden;
}

.footer-link {
  color: var(--black-85);
  font-family: Inter Tight, sans-serif;
  font-size: 16px;
  line-height: 120%;
  text-decoration: none;
}

.footer-link:hover {
  color: var(--black-40);
}

.logo-text {
  color: var(--black-85);
  font-family: Inter Tight, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
}

.link-underline {
  width: 100%;
  height: 2px;
  background-color: var(--black-40);
  transform: translate(-100%);
}

.contact-link-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 8px;
  flex-direction: row;
  display: block;
  overflow: hidden;
}

.thumbnail-wrapper {
  overflow: hidden;
}

.nav-container {
  width: 100%;
  max-width: 1920px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 24px 40px;
  display: flex;
}

.nav-bar {
  background-color: #fff;
}

.button {
  border: 1px solid var(--black-15);
  color: var(--black-85);
  background-color: #fff;
  border-radius: 100px;
  padding: 12px 16px;
  font-family: Inter Tight, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
}

.button:hover {
  color: var(--black-85);
  background-color: rgba(0, 0, 0, .05);
}

.project-intro-wrapper {
  flex-direction: row;
  justify-content: space-between;
  display: flex;
}

.divider {
  width: 100%;
  height: .5px;
  border: .5px dashed var(--black-15);
  background-color: rgba(0, 0, 0, 0);
  position: static;
}

.section-title-wrapper {
  width: 100%;
  margin-bottom: 80px;
  overflow: hidden;
}

.field-label {
  color: var(--black-85);
  margin-bottom: 12px;
  font-family: Inter Tight, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
}

.text-field {
  min-height: 50px;
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--black-15);
  color: var(--black-85);
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 40px;
  padding: 12px 0;
  font-family: Inter Tight, sans-serif;
  font-size: 20px;
}

._1-1-grid {
  width: 100%;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.project-gallery {
  grid-row-gap: 40px;
  flex-direction: column;
  display: flex;
}

.style-guide-section-wrapper {
  grid-row-gap: 80px;
  flex-direction: column;
  align-items: flex-start;
  display: block;
}

.color-grid {
  width: 100%;
  grid-column-gap: 32px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.color-swatch-wrapper {
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}

.color-swatch {
  width: 100%;
  height: 240px;
  background-color: rgba(0, 0, 0, 0);
}

.color-swatch.black-85 {
  background-color: var(--black-85);
}

.color-swatch.black-40 {
  background-color: var(--black-40);
}

.color-swatch.black-15 {
  background-color: var(--black-15);
}

.style-guide-title {
  justify-content: space-between;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.rich-text h2 {
  margin-bottom: 12px;
}

.rich-text p {
  color: var(--black-85);
  margin-bottom: 56px;
}

.rich-text h4 {
  margin-bottom: 8px;
}

.rich-text h3 {
  margin-bottom: 12px;
}

.rich-text h5, .rich-text h6 {
  margin-bottom: 8px;
}

.rich-text blockquote {
  border-style: none none none solid;
  border-width: 0 0 0 4px;
  border-color: black black transparent var(--black-15);
  color: var(--black-85);
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 56px;
  padding: 0 0 0 16px;
  font-family: Inter Tight, sans-serif;
  line-height: 130%;
}

.rich-text figure {
  margin-bottom: 56px;
}

.rich-text figcaption {
  color: var(--black-40);
  margin-top: 12px;
  font-family: Inter Tight, sans-serif;
  font-size: 16px;
  line-height: 120%;
}

.rich-text ul {
  color: var(--black-85);
  margin-bottom: 40px;
  padding-left: 24px;
  font-family: Inter Tight, sans-serif;
  font-size: 16px;
  line-height: 130%;
}

.rich-text li {
  color: var(--black-85);
  margin-bottom: 8px;
}

.rich-text h1 {
  margin-bottom: 24px;
  font-size: 64px;
}

.seclect-field {
  min-height: 50px;
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--black-15);
  color: var(--black-85);
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 40px;
  padding: 12px 0;
  font-family: Inter Tight, sans-serif;
  font-size: 20px;
  line-height: 130%;
}

.text-area {
  min-height: 100px;
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--black-15);
  color: var(--black-85);
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 56px;
  padding: 12px 0;
  font-family: Inter Tight, sans-serif;
  font-size: 20px;
  line-height: 130%;
}

.success-message {
  color: #036419;
  text-align: left;
  font-family: Inter Tight, sans-serif;
  font-size: 16px;
  line-height: 130%;
}

.error-message {
  color: #831313;
  font-family: Inter Tight, sans-serif;
  font-size: 16px;
  line-height: 130%;
}

.form-block {
  width: 100%;
}

.admin-content-wrapper {
  grid-row-gap: 80px;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.unplash-link {
  color: var(--black-40);
  text-decoration: none;
}

.utility-page-wrap {
  width: 100%;
  min-height: 100vh;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 40%;
  grid-row-gap: 24px;
  text-align: center;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.utility-page-form {
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.password-block {
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 24px;
  display: flex;
}

._404-text-wrapper {
  grid-row-gap: 8px;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.error-message-text {
  color: #881717;
  font-family: Inter Tight, sans-serif;
  font-size: 16px;
  line-height: 120%;
}

.success-message-block {
  background-color: rgba(0, 0, 0, .05);
}

.error-message-block {
  margin-top: 40px;
  padding: 20px;
}

.section-heading {
  color: var(--black-85);
  font-family: Inter Tight, sans-serif;
  font-size: 14px;
  line-height: 130%;
}

.arrow {
  width: 16px;
  height: 16px;
}

.project-name {
  font-size: 16px;
  font-weight: 400;
}

.arrow-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  align-items: center;
  display: flex;
}

.collection-item {
  grid-row-gap: 16px;
  flex-direction: column;
  overflow: hidden;
}

.collection-list {
  grid-column-gap: 24px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.project-link {
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.green-dot {
  width: 8px;
  height: 8px;
  background-color: #2d9c4c;
  border-radius: 20px;
}

.working-status-wrapper {
  grid-column-gap: 8px;
  border: 1px solid var(--black-15);
  border-radius: 20px;
  flex-wrap: nowrap;
  align-items: center;
  padding: 8px 12px;
  display: flex;
}

.location---working-status-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.small-text {
  font-family: Inter Tight, sans-serif;
  line-height: 130%;
}

.small-text.black-85 {
  color: var(--black-85);
}

.hero-image-wrapper {
  width: 30%;
  flex-flow: column wrap;
  align-content: flex-start;
}

.copryright---link-wrapper {
  grid-column-gap: 0px;
  display: flex;
}

._404-image {
  width: 160px;
}

.project-metadata-wrapper {
  width: 100%;
  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;
}

.next-project-wrapper {
  grid-row-gap: 4px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.next-project-link {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.big-arrrow {
  width: 24px;
  height: 24px;
}

.big-arrow-mask {
  overflow: hidden;
}

.transhuman-link {
  color: var(--black-40);
}

.collection-list-wrapper {
  width: 100%;
}

.empty-state {
  border: 1px solid var(--black-15);
  background-color: rgba(0, 0, 0, 0);
}

.section, .list-item, .list-item-2, .list-item-3, .list-item-4, .list-item-5, .list-item-6, .list-item-7 {
  display: none;
}

@media screen and (max-width: 991px) {
  .container {
    grid-row-gap: 56px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .container.hero {
    padding: 80px 32px 40px;
  }

  .standard-text.black-40 {
    color: var(--black-85);
  }

  .block-80-width {
    width: 100%;
  }

  .large-text.black-40 {
    color: #792cec;
    -webkit-text-stroke-color: var(--links);
  }

  .nav-container {
    padding: 24px 32px;
  }

  .project-intro-wrapper {
    grid-row-gap: 40px;
  }

  .section-title-wrapper {
    margin-bottom: 40px;
  }

  ._1-1-grid {
    grid-row-gap: 80px;
    grid-template-columns: 1fr;
  }

  ._1-1-grid.nav {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  ._1-1-grid.hero-section {
    grid-row-gap: 40px;
  }

  ._1-1-grid.project-description-block {
    grid-row-gap: 24px;
  }

  .style-guide-section-wrapper {
    grid-row-gap: 56px;
  }

  .color-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .utility-page-content {
    width: 80%;
  }

  .arrow {
    display: none;
  }

  .collection-list {
    grid-template-columns: 1fr;
  }

  .location---working-status-wrapper {
    grid-column-gap: 32px;
  }

  .blank-column, .big-arrrow {
    display: none;
  }
}

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

  h2 {
    font-size: 40px;
  }

  h3 {
    font-size: 30px;
  }

  .container {
    padding-bottom: 40px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .container.hero {
    padding-left: 16px;
    padding-right: 16px;
  }

  .block-gap._16 {
    grid-row-gap: 8px;
  }

  .block-gap._80 {
    grid-row-gap: 56px;
  }

  .large-text {
    font-size: 22px;
  }

  .nav-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .brand {
    padding-left: 0;
  }

  .project-intro-wrapper {
    grid-row-gap: 24px;
  }

  ._1-1-grid.project-detail-info {
    grid-row-gap: 32px;
  }

  .project-gallery {
    grid-row-gap: 16px;
  }

  .style-guide-section-wrapper {
    grid-row-gap: 40px;
  }

  .color-grid {
    grid-column-gap: 16px;
  }

  .color-swatch {
    height: 120px;
  }

  .rich-text blockquote {
    padding-left: 16px;
    padding-right: 16px;
  }

  .rich-text h1 {
    font-size: 48px;
  }

  .working-status-wrapper {
    display: none;
    overflow: visible;
  }
}

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

  h2 {
    font-size: 36px;
  }

  .container {
    grid-row-gap: 40px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .container.hero {
    padding-top: 40px;
    padding-bottom: 24px;
  }

  .standard-text {
    font-size: 14px;
  }

  .block-80-width {
    width: 100%;
  }

  .block-gap._40 {
    grid-row-gap: 32px;
  }

  .block-gap._8 {
    grid-row-gap: 4px;
  }

  .block-gap._32 {
    grid-row-gap: 24px;
  }

  .link-wrapper {
    width: 100%;
    grid-column-gap: 24px;
    grid-row-gap: 8px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .logo-text, .button {
    font-size: 14px;
  }

  .section-title-wrapper {
    margin-bottom: 32px;
  }

  ._1-1-grid {
    grid-row-gap: 56px;
  }

  ._1-1-grid.hero-section {
    grid-row-gap: 24px;
  }

  .color-grid {
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .rich-text h2 {
    font-size: 32px;
  }

  .rich-text p {
    margin-bottom: 40px;
  }

  .rich-text h3 {
    font-size: 28px;
  }

  .rich-text h1 {
    font-size: 40px;
  }

  .admin-content-wrapper {
    grid-row-gap: 40px;
  }

  .utility-page-content {
    width: 80%;
  }

  .project-name {
    font-size: 16px;
  }

  .project-link {
    grid-row-gap: 8px;
  }

  .hero-image-wrapper {
    width: 50%;
  }

  .copryright---link-wrapper {
    width: 100%;
    grid-row-gap: 40px;
    flex-direction: column;
    display: flex;
  }

  .project-metadata-wrapper {
    grid-row-gap: 32px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }
}

#w-node-_4ba499f8-aea5-fc8c-ad8b-3bdada6603ea-ac4ff672, #w-node-ce573b78-e453-8190-8017-5dfe4766257a-ac4ff672, #w-node-ee92ce4a-71c5-d424-e0cb-6477409ff742-ac4ff672, #w-node-ec8ba5c8-8f85-81a0-4fab-0b50d6e949cf-d6e949cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c77483b6-12fa-81c8-0983-a6ddd59ca7f4-d59ca7f1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-c77483b6-12fa-81c8-0983-a6ddd59ca7f8-d59ca7f1, #w-node-e3eae67d-bd60-c620-3269-6991cb853c72-ac4ff678, #w-node-d4ae4d25-392e-fd98-d038-7f991cb1a974-ac4ff678, #w-node-d6fdadf3-bf7e-1847-db34-65a33c3b178e-ac4ff678, #w-node-d9c684d5-895e-0c30-11ee-e237d62984e1-ac4ff678, #w-node-_1a5ad1ab-0f71-1208-7f95-2bb0efd14275-ac4ff67b, #w-node-cd1abefa-4396-3047-58e5-49e4695bd60b-ac4ff67b, #w-node-_062b4aad-cdcb-41a0-789f-c7a124879ec2-ac4ff67b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-ce573b78-e453-8190-8017-5dfe4766257a-ac4ff672 {
    grid-area: 2 / 1 / 3 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-ce573b78-e453-8190-8017-5dfe4766257a-ac4ff672 {
    grid-area: 2 / 1 / 3 / 2;
  }
}


