.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: #333;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 400;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 200;
  line-height: 36px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 30px;
}

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

.works-item-inner {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  flex-flow: column;
  justify-content: space-between;
  align-self: stretch;
  max-width: 500px;
  padding: 40px;
  display: flex;
}

.container {
  max-width: 1440px;
  max-height: 100%;
}

.works-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px solid #eee;
  border-left: 1px solid #eee;
  flex-flow: wrap;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch;
  place-items: stretch center;
  display: grid;
}

.image-container {
  justify-content: center;
  align-items: center;
  transition: filter .2s ease-in-out;
  display: flex;
}

.image-container:hover {
  filter: brightness(90%);
}

.category {
  text-transform: uppercase;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 30px;
  padding: 2px 12px;
  font-size: .75em;
  display: block;
}

.category-container {
  display: flex;
}

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

.works-item {
  border-bottom: 1px solid #eee;
  border-right: 1px solid #eee;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
}

.works-item-image {
  object-fit: contain;
  width: 300px;
  max-height: 300px;
}

.image {
  border: 1px solid #d6d6d6;
  height: 300px;
  max-height: 300px;
}

.aside {
  flex-flow: column;
  flex: 0 auto;
  justify-content: space-between;
  align-items: flex-start;
  width: 30vw;
  max-width: 450px;
  height: 50%;
  padding: 40px 30px;
  display: flex;
  position: sticky;
  top: 0;
}

.main {
  flex-flow: row;
  display: flex;
}

.aside-container {
  background-color: #b29d9d;
  flex: 0 auto;
  height: auto;
}

.div-block-9 {
  height: 80%;
}

.heading {
  margin-top: 0;
}

.bio-image {
  border-radius: 80px;
  width: 160px;
  height: 160px;
  margin-bottom: 24px;
}

.paragraph {
  max-width: 300px;
}

.works-header {
  display: none;
}

.work-links {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: wrap;
  display: flex;
}

.work-link {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  text-transform: uppercase;
  background-color: #505050;
  border: 1px solid #757575;
  border-radius: 30px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  min-width: 38px;
  min-height: 38px;
  padding: 8px;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
  transition: background-color .2s;
  display: inline-flex;
}

.work-link:hover {
  background-color: #000;
}

.work-link:active {
  background-color: #6b6b6b;
}

.image-2 {
  width: 20px;
}

.work-link-cta {
  padding-top: 1px;
  padding-right: 8px;
}

.work-link-cta-no-icon {
  padding-top: 1px;
  padding-left: 8px;
  padding-right: 8px;
}

.works-details {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  flex-flow: column;
  display: flex;
}

.title {
  padding-right: 8px;
  font-weight: 700;
}

.div-block-10 {
  height: 90%;
}

.works-heading {
  padding-top: 80px;
  padding-left: 40px;
}

.body-2 {
  color: #222;
}

.body-3 {
  font-weight: 300;
}

.legal {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 65px;
}

.works-nav {
  z-index: 100;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: #fff;
  border-bottom: 1px solid #eee;
  justify-content: center;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
  position: sticky;
  top: 0;
}

.nav-link {
  color: #333;
  text-transform: uppercase;
  font-size: 12px;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.div-block-12 {
  z-index: 5;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0;
}

.div-block-13 {
  z-index: 1;
  opacity: .81;
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.nav-underline {
  border-bottom: 1px solid #000;
  width: 10%;
  height: 3px;
  margin-left: auto;
  margin-right: auto;
  transition: all 400ms ease-in-out;
}

.nav-link-wrapper {
  padding: 15px;
  text-decoration: none;
}

.insta-wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #333;
  margin-top: 3px;
  padding-top: 0;
  -webkit-text-decoration: none;
  text-decoration: none;
  display: flex;
}

.image-3 {
  width: 20px;
}

.text-block {
  padding-bottom: 2px;
}

.contact-main {
  padding-left: 40px;
}

.heading-2 {
  padding-top: 80px;
}

@media screen and (max-width: 991px) {
  .works-item-inner {
    padding-left: 30px;
    padding-right: 30px;
  }

  .aside {
    width: 100%;
    max-width: none;
    height: auto;
    position: static;
  }

  .main {
    flex-flow: column;
  }

  .paragraph {
    max-width: none;
  }

  .works-header {
    padding-left: 30px;
    padding-right: 30px;
  }

  .works-heading {
    padding-left: 30px;
  }
}

@media screen and (max-width: 767px) {
  .works-item-image {
    object-fit: contain;
  }

  .main {
    flex-flow: column;
  }

  .contact-main {
    padding-left: 30px;
  }
}

@media screen and (max-width: 479px) {
  .works-item-inner {
    flex-flow: column;
    padding-left: 20px;
    padding-right: 20px;
  }

  .works-grid {
    border-top-style: none;
    border-left-style: none;
    grid-template-columns: 1fr;
  }

  .works-item {
    border-bottom-style: none;
    border-right-style: none;
  }

  .works-item-image {
    object-fit: contain;
    height: auto;
  }

  .aside {
    border-bottom: 1px solid #000;
    padding-left: 20px;
    padding-right: 20px;
  }

  .work-links {
    flex-flow: wrap;
  }

  .work-link {
    width: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .works-heading {
    padding-left: 20px;
  }

  .nav-link-wrapper {
    padding-left: 12px;
    padding-right: 12px;
  }

  .contact-main {
    padding-left: 20px;
  }
}

#w-node-_2877aa42-7d48-6422-c43a-af7c1503e094-ebf9c250, #w-node-_51c79cb1-7c91-5e77-f949-0a49b86ed3f6-ebf9c250, #w-node-_04969d2f-99f2-ad88-a800-17a7f3be2393-ebf9c250, #w-node-_922a6ca0-1597-59b5-81b9-b86a416b7d6f-ebf9c250, #w-node-e5f44b26-8055-103d-7de7-f73b005ecd9f-ebf9c250, #w-node-_2ee7ad5f-b598-da6a-279c-4b165b71604f-ebf9c250, #w-node-_2ee7ad5f-b598-da6a-279c-4b165b716068-ebf9c250, #w-node-_2ee7ad5f-b598-da6a-279c-4b165b716081-ebf9c250, #w-node-_2ba2a36a-3134-1c2a-8a35-65263ccd934a-ebf9c250, #w-node-_2ba2a36a-3134-1c2a-8a35-65263ccd935a-ebf9c250, #w-node-_2ba2a36a-3134-1c2a-8a35-65263ccd9375-ebf9c250, #w-node-_2ba2a36a-3134-1c2a-8a35-65263ccd938f-ebf9c250, #w-node-_2ba2a36a-3134-1c2a-8a35-65263ccd93a9-ebf9c250 {
  place-self: stretch center;
}

.w--current .nav-underline{
  width: 100%;
}

.legal{
  font-size: .8em;
  color: #999;
}

/* AUDIO OVERLAY */

.audio-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}
.audio-overlay.active {
  opacity: 1;
  visibility: visible;
}
.audio-container {
  width: 80%;
  max-width: 800px;
  text-align: center;
}
.audio-title {
  color: white;
  margin-bottom: 20px;
  font-size: 24px;
}
.audio-player {
  width: 100%;
  outline: none;
}
.close-button {
  position: absolute;
  top: 20px;
  right: 20px;
  background: none;
  border: none;
  color: white;
  font-size: 32px;
  cursor: pointer;
}

#contact-aside{
  display: none;
}

#contact-aside {
  display: none;
}
#contact-navlink, #contact-main{
  display: block;
}

@media screen and (min-height: 980px) and (min-width: 1300px) {
  #contact-aside {
    display: block;
  }
  #contact-navlink, #contact-main{
    display: none;
  }
}
