:root {
  --black: #131313;
  --cyan: #03ffff;
}

.nav-bar {
  z-index: 700;
  position: absolute;
  inset: 0% 0% auto;
}

.logo-link-block {
  mix-blend-mode: normal;
  background-color: #0ff;
  width: auto;
  text-decoration: none;
  position: fixed;
  top: 0;
  left: 0;
  transform: translate(-100%);
}

.image {
  width: 8vw;
  max-width: none;
  padding: 1.25vw;
}

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

.div-block-2 {
  width: auto;
  padding-top: 7px;
  padding-left: 0;
}

.wide-cta-link {
  z-index: 50;
  -webkit-backdrop-filter: contrast(200%);
  backdrop-filter: contrast(200%);
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  background-color: #13131380;
  border: 10px solid #fff;
  border-radius: 100px;
  width: auto;
  margin-left: 0;
  padding: 15px 45px;
  font-family: Soya, sans-serif;
  font-size: 20px;
  font-weight: 900;
  line-height: 45px;
  position: relative;
}

.wide-cta-link:hover {
  background-color: var(--cyan);
  color: var(--black);
}

.wide-cta-link.fixed {
  -webkit-backdrop-filter: contrast(200%);
  backdrop-filter: contrast(200%);
  position: relative;
  inset: 0% 0% auto auto;
}

.wide-cta-link.hide, .wide-cta-link.mobile-project-collection {
  display: none;
}

.wide-cta-link.fixed-cta {
  width: auto;
  color: var(--black);
  background-color: #fff;
  border-width: 10px;
  border-color: #fff;
  border-radius: 100px;
  margin-left: 0;
  padding-left: 50px;
  padding-right: 50px;
}

.wide-cta-link.fixed-cta:hover {
  background-color: var(--cyan);
  color: #fff;
  border-color: #fff;
}

.cta-text {
  z-index: 20;
  background-color: var(--cyan);
  color: var(--black);
  letter-spacing: 2px;
  border-radius: 20px;
  margin-left: 0;
  padding: 5px 15px;
  font-family: Soya, sans-serif;
  font-size: 9px;
  font-weight: 700;
  display: inline-block;
  position: relative;
}

.cta-text.project-page {
  border-radius: 0;
  width: auto;
  display: inline-block;
  overflow: hidden;
}

.small-section-label {
  color: var(--cyan);
  letter-spacing: 2px;
  margin-top: 0;
  margin-bottom: 2vw;
  font-family: Soya, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  display: inline-block;
}

.contact-cta-section {
  text-align: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  position: relative;
}

.div-block-5 {
  z-index: 40;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.large-cta-corner {
  width: 150px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.large-cta-corner.upper-right {
  width: 150px;
  inset: 0% 0% auto auto;
}

.large-cta-corner.bottom-left {
  width: 150px;
  inset: auto auto 0% 0%;
}

.large-cta-corner.bottom-right {
  width: 150px;
  inset: auto 0% 0% auto;
}

.large-cta-corner.upper-left {
  width: 150px;
}

.global-footer {
  background-color: var(--cyan);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 30px;
  margin-right: 30px;
  padding: 35px 30px 30px;
  display: block;
}

.footer-logo {
  width: 60px;
}

.footer-logo-link {
  margin-bottom: 5vw;
}

.cta-nav-link {
  color: var(--black);
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 2px solid #000;
  border-radius: 100px;
  margin-left: 0;
  margin-right: 15px;
  padding: 5px 15px;
  font-family: Soya, sans-serif;
  font-size: 9px;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
}

.cta-nav-link:hover {
  background-color: var(--black);
  color: var(--cyan);
}

.cta-nav-link.hp-hero {
  border-color: var(--cyan);
  color: var(--cyan);
}

.cta-nav-link.hp-hero:hover {
  background-color: var(--cyan);
  color: var(--black);
}

.copyright {
  color: var(--black);
  margin-top: 0;
  font-family: Soya, sans-serif;
  font-size: 8px;
}

.footer-nav-link-container {
  margin-bottom: 5vw;
}

.heading-2 {
  z-index: 50;
  color: var(--cyan);
  text-align: center;
  letter-spacing: -2px;
  white-space: break-spaces;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Soya, sans-serif;
  font-size: 5vw;
  font-weight: 900;
  line-height: 5vw;
  position: relative;
}

.contact-cta-content-container {
  z-index: 50;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 15vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-6 {
  z-index: 51;
  margin-bottom: 2.5vw;
  position: relative;
}

.paragraph {
  width: 100%;
  color: var(--black);
  letter-spacing: -1px;
  text-transform: uppercase;
  margin-bottom: 5vw;
  font-family: Soya, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 31px;
}

.paragraph.contact {
  width: 65%;
}

.legal-text-link {
  color: var(--black);
}

.page-loader {
  z-index: 1000;
  background-color: var(--cyan);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: fixed;
  inset: 0%;
}

.logo-large {
  width: 60%;
  max-width: none;
  padding: 30px;
}

.project-header {
  width: 100vw;
  height: auto;
  position: relative;
  overflow: hidden;
}

.heading-3 {
  color: var(--cyan);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: -5vw;
  font-family: Soya, sans-serif;
  font-size: 16vw;
  line-height: 13vw;
}

.heading-3.contact {
  color: var(--black);
  font-size: 17vw;
}

.div-block-copy {
  margin-top: 12vw;
  margin-bottom: 5vw;
  padding-right: 0;
}

.section {
  height: auto;
}

.div-block-8 {
  margin-bottom: 0;
  margin-left: 10vw;
  margin-right: 10vw;
}

.projects-collection-list {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  padding-bottom: 5vw;
  padding-left: 10vw;
  padding-right: 10vw;
  display: grid;
}

.mix {
  position: relative;
}

.project-link {
  z-index: 500;
  width: 100%;
  height: auto;
  color: var(--cyan);
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.project-info-bg {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 20vw;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.project-corner {
  width: 150px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.project-corner.upper-right {
  width: 8%;
  inset: 0% 0% auto auto;
}

.project-corner.bottom-left {
  width: 8%;
  inset: auto auto 0% 0%;
}

.project-corner.bottom-right {
  width: 8%;
  inset: auto 0% 0% auto;
}

.project-corner.upper-left {
  width: 8%;
}

.date {
  z-index: 20;
  color: var(--cyan);
  text-transform: uppercase;
  font-family: Soya, sans-serif;
  display: inline-block;
  position: relative;
}

.div-block-5-copy {
  z-index: 10;
  width: auto;
  height: auto;
  margin: 0;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.heading-4 {
  z-index: 50;
  color: var(--cyan);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 1vw;
  font-family: Soya, sans-serif;
  font-size: 1.5vw;
  line-height: 1.5vw;
  position: relative;
}

.div-block-10 {
  opacity: .2;
  mix-blend-mode: difference;
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  width: 100%;
  height: 130%;
  position: absolute;
  inset: 0%;
}

.project-info-text {
  z-index: 50;
  width: 100%;
  position: absolute;
  transform: translate(0, 5vw);
}

.div-block-12 {
  width: 100%;
  height: 20vw;
  position: absolute;
  inset: 0%;
}

.div-block-13 {
  width: 100%;
  height: 20vw;
  position: absolute;
  overflow: hidden;
}

.year-label {
  margin-bottom: 1vw;
  position: relative;
  top: auto;
}

.content-controls {
  z-index: 600;
  margin-left: 9.8vw;
  margin-right: 9.8vw;
  position: sticky;
  top: 40px;
}

.filter-block {
  position: relative;
}

.filter-button {
  float: left;
  border: 2px solid var(--cyan);
  background-color: var(--black);
  color: var(--cyan);
  letter-spacing: .025vw;
  text-transform: uppercase;
  border-radius: 100px;
  margin-bottom: 1vw;
  margin-right: 1vw;
  padding: .25vw 1.5vw;
  font-family: Soya, sans-serif;
  font-size: .75vw;
  line-height: 2vw;
  transition: all .5s;
  display: inline-block;
}

.filter-button:hover {
  color: var(--cyan);
  border-color: #50ffff;
  transform: scale(1.1);
}

.filter-button.mixitup-control-active {
  background-color: var(--cyan);
  color: var(--black);
}

.filter-button.mixitup-control-active:hover {
  border-color: var(--cyan);
}

.html-embed {
  float: left;
}

.collection-item-2 {
  display: inline-block;
}

.collection-list {
  margin-bottom: 0;
  position: static;
  top: 2vw;
}

.artist-filter-text {
  display: none;
}

.artist-filter-text.filter-category {
  display: block;
}

.filter-text {
  display: none;
}

.collection-list-wrapper {
  margin-bottom: 5vw;
  position: static;
  top: 2vw;
}

.div-block-14 {
  z-index: 500;
  justify-content: center;
  padding-bottom: 2vw;
  padding-left: 4vw;
  padding-right: 4vw;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.div-block-14.hide {
  display: none;
}

.text-span {
  font-family: Verdana, Geneva, sans-serif;
}

.privacy-link {
  color: var(--black);
  margin-top: 0;
  font-family: Soya, sans-serif;
  font-size: 8px;
}

.homepage-nav {
  border: 2px solid var(--cyan);
  color: var(--cyan);
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 100px;
  margin-left: 0;
  margin-right: 15px;
  padding: 5px 15px;
  font-family: Soya, sans-serif;
  font-size: 9px;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
}

.homepage-nav:hover {
  background-color: var(--black);
  color: var(--cyan);
}

.homepage-nav.hp-hero {
  border-color: var(--cyan);
  color: var(--cyan);
}

.homepage-nav.hp-hero:hover {
  background-color: var(--cyan);
  color: var(--black);
}

.div-block-26 {
  text-align: right;
  padding-top: 15px;
}

@media screen and (max-width: 991px) {
  .image {
    width: 15vw;
    padding: 2vw;
  }

  .hero-content {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .background-video {
    height: 80vh;
  }

  .hero-paragraph {
    width: 103%;
    margin-bottom: 4vw;
    font-size: 6vw;
    line-height: 5.5vw;
  }

  .div-block-2, .wide-cta-link {
    width: 100%;
  }

  .wide-cta-link.fixed {
    margin-left: -2px;
  }

  .artists-section {
    overflow: hidden;
  }

  .artist-link-block {
    padding-top: 2vw;
    padding-bottom: 2vw;
    padding-left: 60px;
  }

  .artist-name {
    letter-spacing: -.3vw;
    font-size: 5vw;
    line-height: 6vw;
  }

  .artist-name.solid {
    letter-spacing: -.2vw;
    word-break: normal;
    overflow-wrap: normal;
    font-size: 5vw;
    line-height: 6vw;
  }

  .artist-name.outline {
    font-size: 5vw;
    line-height: 6vw;
  }

  .corner.upper-right, .corner.bottom-left, .corner.bottom-right, .corner.upper-left, .corner.upper-right, .corner.bottom-left, .corner.bottom-right, .corner.upper-left {
    width: 2vw;
  }

  .artist-name-wrap {
    letter-spacing: -.2vw;
  }

  .artist-side-cta {
    margin-left: 2vw;
    font-size: 1vw;
    line-height: 2vw;
    display: none;
  }

  .small-section-label {
    margin-bottom: 4vw;
  }

  .artist-bg-content-block {
    height: 100%;
  }

  .side-label-container {
    margin-bottom: 5vw;
    position: relative;
    top: 0;
  }

  .jb-hp-bg {
    background-image: linear-gradient(#0000, #0000), url("https://cdn.prod.website-files.com/63ba2ccf18d4e039512e7011/63bb8ca69d5ae756aca8f688_35AB6360-25FE-49D8-BCB7-EFEF2386B6C4.jpeg");
    background-repeat: repeat, repeat-y;
    background-size: auto, contain;
  }

  .ag-hp-bg {
    background-image: linear-gradient(to bottom, null, null), url("https://cdn.prod.website-files.com/63ba2ccf18d4e039512e7011/63bb8fd39d5ae7b63ea92b08_ag-cover-test.jpg");
    background-repeat: repeat, repeat-y;
  }

  .wiz-hp-bg {
    background-image: linear-gradient(to bottom, null, null), url("https://cdn.prod.website-files.com/63ba2ccf18d4e039512e7011/63bb9328a5f15f0b49842852_wizkid-1.jpg");
    background-repeat: repeat, repeat-y;
  }

  .hs-hp-bg {
    background-image: linear-gradient(to bottom, null, null), url("https://cdn.prod.website-files.com/63ba2ccf18d4e039512e7011/63bb96b5a09a60bcde67a0f4_hs-bg-test.JPEG");
    background-repeat: repeat, repeat-y;
  }

  .usher-hp-bg {
    background-image: linear-gradient(to bottom, null, null), url("https://cdn.prod.website-files.com/63ba2ccf18d4e039512e7011/63bb97a4ae7aab7b1fb049bb_usher-cover-test.JPG");
    background-repeat: repeat, repeat-y;
  }

  .tkl-hp-bg {
    background-image: linear-gradient(to bottom, null, null), url("https://cdn.prod.website-files.com/63ba2ccf18d4e039512e7011/63bb98c43d3d7ad8af6e3846_tkl-cover-test.JPG");
    background-repeat: repeat, repeat-y;
  }

  .alesso-hp-bg {
    background-image: linear-gradient(to bottom, null, null), url("https://cdn.prod.website-files.com/63ba2ccf18d4e039512e7011/63bb9812e3ca2a35b9f2d4d7_alesso-cover-test.JPG");
    background-repeat: repeat, repeat-y;
  }

  .heading-3 {
    line-height: 14vw;
  }

  .div-block-copy {
    margin-top: 15vw;
    margin-bottom: 10vw;
  }

  .projects-collection-list {
    grid-template-columns: 1fr 1fr;
    padding-left: 7vw;
    padding-right: 7vw;
  }

  .project-info-bg {
    height: 35vw;
  }

  .date, .date.sort-category, .date.sort-category {
    font-size: 12px;
  }

  .heading-4 {
    margin-bottom: 3vw;
    font-size: 2.5vw;
    line-height: 2.5vw;
  }

  .div-block-13 {
    height: 35vw;
  }

  .year-label {
    margin-bottom: 2vw;
  }

  .content-controls {
    margin-left: 7vw;
    margin-right: 7vw;
    position: relative;
    top: 0;
  }

  .filter-button {
    padding-left: 3vw;
    padding-right: 3vw;
    font-size: 2.5vw;
    line-height: 5vw;
  }

  .collection-list-wrapper {
    margin-bottom: 10vw;
  }

  .div-block-14 {
    padding-bottom: 6vw;
    padding-left: 20vw;
    padding-right: 20vw;
  }

  .artist-page-headline {
    line-height: 14vw;
  }

  .project-page-title {
    font-size: 7vw;
    line-height: 7vw;
  }

  .project-tag {
    padding-left: 3vw;
    padding-right: 3vw;
    font-size: 2.5vw;
    line-height: 5vw;
  }

  .video-block {
    width: 67%;
  }

  .project-page-corners.upper-right, .project-page-corners.bottom-left, .project-page-corners.bottom-right, .project-page-corners.upper-left, .project-page-corners.upper-right, .project-page-corners.bottom-left, .project-page-corners.bottom-right, .project-page-corners.upper-left {
    width: 6%;
  }

  .contact-page-headline {
    line-height: 7vw;
  }

  .project-fixed-collection-link {
    margin-top: 3vw;
  }

  .contact-header-container {
    margin-top: 15vw;
    margin-bottom: 10vw;
  }

  .field-label {
    margin-bottom: 4vw;
  }

  .submit-button {
    width: 100%;
  }

  .tinashe-hp-bg {
    background-image: linear-gradient(#0000, #0000), url("https://cdn.prod.website-files.com/63ba2ccf18d4e039512e7011/682626694194fffa00b4eb67_443C6B4A-5450-443C-9AA0-3E7F7D80ED92.jpg");
    background-repeat: repeat, repeat-y;
    background-size: auto, contain;
  }

  .mts-hp-bg {
    background-image: linear-gradient(#0000, #0000), url("https://cdn.prod.website-files.com/63ba2ccf18d4e039512e7011/682626ca781c44ab4e03681f_Screenshot%202025-04-26%20at%2012.20.44%E2%80%AFPM.PNG");
    background-repeat: repeat, repeat-y;
    background-size: auto, contain;
  }
}

@media screen and (max-width: 767px) {
  .hero-paragraph {
    width: 100%;
    font-size: 5.4vw;
    line-height: 5.65vw;
  }

  .div-block {
    padding-right: 0;
  }

  .div-block-2 {
    width: 100%;
  }

  .artist-hp-container {
    padding-top: 10vw;
  }

  .artist-link-block {
    padding-left: 30px;
  }

  .artist-name.solid, .artist-name.outline, .artist-name.solid, .artist-name.outline {
    letter-spacing: -.25vw;
    font-size: 5vw;
    line-height: 6vw;
  }

  .artist-bg-content-container {
    padding-left: 0;
    padding-right: 0;
  }

  .side-label-container {
    left: 30px;
  }

  .footer-logo {
    width: 15vw;
  }

  .footer-logo-link {
    margin-bottom: 10vw;
  }

  .heading-2 {
    font-size: 6vw;
    line-height: 6vw;
  }

  .contact-cta-content-container {
    padding: 20vw 10vw;
  }

  .div-block-6 {
    margin-bottom: 5vw;
  }

  .paragraph {
    font-size: 18px;
    line-height: 24px;
  }

  .div-block-copy {
    margin-top: 25vw;
    padding-right: 0;
  }

  .div-block-14 {
    position: fixed;
  }

  .project-page-title {
    margin-top: 2vw;
    margin-bottom: 9vw;
  }

  .project-artist-label {
    font-size: 6vw;
    line-height: 6vw;
  }

  .video-block {
    width: 100%;
  }

  .text-block-3 {
    font-size: 3.5vw;
    line-height: 4vw;
  }

  .project-page-corners.upper-right, .project-page-corners.bottom-left, .project-page-corners.bottom-right, .project-page-corners.upper-left, .project-page-corners.upper-right, .project-page-corners.bottom-left, .project-page-corners.bottom-right, .project-page-corners.upper-left {
    width: 10%;
  }

  .div-block-5-copy-copy {
    margin: 4vw;
  }

  .project-fixed-collection-link {
    margin-top: 5vw;
  }

  .contact-header-container {
    padding-right: 0;
  }
}

@media screen and (max-width: 479px) {
  .bg-video-container {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .image {
    width: 32vw;
    padding: 4vw;
  }

  .hero-content {
    flex-direction: column;
    padding-left: 30px;
    padding-right: 30px;
  }

  .background-video {
    height: 70vh;
  }

  .hero-paragraph {
    margin-bottom: 8vw;
    font-size: 7.5vw;
    line-height: 8vw;
  }

  .wide-cta-link {
    letter-spacing: .3vw;
    background-color: #131313;
    padding-left: 0;
    padding-right: 0;
    font-size: 4vw;
    line-height: 12vw;
  }

  .wide-cta-link.fixed-cta {
    border: 5px none var(--cyan);
    color: var(--black);
    letter-spacing: .5vw;
    background-color: #fff;
    border-radius: 100px;
    padding-top: 10px;
    padding-bottom: 10px;
    box-shadow: 1px 1px 10px #000;
  }

  .wide-cta-link.mobile-project-collection {
    border-color: var(--cyan);
    background-color: var(--cyan);
    color: var(--black);
    margin-top: 10vw;
    line-height: 4vw;
    display: block;
  }

  .artist-hp-container {
    padding-top: 0;
  }

  .artists-section {
    display: block;
  }

  .artist-link-block {
    justify-content: center;
    padding: 6vw 4vw;
  }

  .artist-name {
    letter-spacing: -.25vw;
    font-size: 12vw;
    line-height: 11vw;
  }

  .artist-name.solid, .artist-name.outline, .artist-name.solid, .artist-name.outline {
    font-size: 10vw;
    line-height: 9vw;
  }

  .artist-text-wrap-container {
    padding: 4vw;
  }

  .corner.upper-right, .corner.bottom-left, .corner.bottom-right, .corner.upper-left, .corner.upper-right, .corner.bottom-left, .corner.bottom-right, .corner.upper-left {
    width: 4vw;
  }

  .artist-name-wrap {
    display: none;
  }

  .artist-name-wrap.mobile {
    text-align: center;
    text-align: center;
    display: block;
  }

  .small-section-label {
    margin-bottom: 6vw;
    font-size: 10px;
  }

  .artist-bg-content-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .artist-bg-content-block {
    height: 100%;
  }

  .side-label-container {
    text-align: center;
    margin-bottom: 5vw;
    padding-top: 10vw;
    left: 0;
  }

  .contact-cta-section {
    padding-left: 10px;
    padding-right: 10px;
  }

  .contact-cta-section.projects-page {
    display: none;
  }

  .large-cta-corner.upper-right, .large-cta-corner.bottom-left, .large-cta-corner.bottom-right, .large-cta-corner.upper-left, .large-cta-corner.upper-right, .large-cta-corner.bottom-left, .large-cta-corner.bottom-right, .large-cta-corner.upper-left {
    width: 20vw;
  }

  .global-footer {
    margin-left: 3.5%;
    margin-right: 3.5%;
    padding: 7vw 5% 15vw;
  }

  .footer-logo {
    width: 20vw;
  }

  .cta-nav-link {
    margin-bottom: 2.5vw;
  }

  .copyright {
    float: none;
    text-transform: uppercase;
  }

  .footer-nav-link-container {
    margin-top: 10vw;
    margin-bottom: 10vw;
  }

  .heading-2 {
    font-size: 12vw;
    line-height: 11vw;
  }

  .name-cover-block {
    display: none;
  }

  .paragraph {
    text-align: left;
    letter-spacing: 0;
    margin-bottom: 10vw;
    font-size: 3vw;
    line-height: 4.25vw;
  }

  .paragraph.contact {
    width: 85%;
  }

  .heading-3 {
    line-height: 15vw;
  }

  .div-block-copy {
    margin-top: 30vw;
    margin-bottom: 15vw;
  }

  .projects-collection-list {
    grid-column-gap: 7vw;
    grid-row-gap: 7vw;
    grid-template-columns: 1fr;
  }

  .project-link {
    align-items: center;
    display: flex;
  }

  .project-info-bg {
    height: 90vw;
  }

  .heading-4 {
    margin-bottom: 5vw;
    font-size: 6vw;
    line-height: 6vw;
  }

  .div-block-13 {
    height: 90vw;
  }

  .filter-button {
    letter-spacing: .1vw;
    margin-bottom: 3vw;
    margin-right: 3vw;
    padding: 1vw 4vw;
    font-size: 3vw;
    line-height: 6vw;
  }

  .div-block-14 {
    z-index: 100;
    width: auto;
    height: auto;
    margin-bottom: 5vw;
    padding-bottom: 10vw;
    padding-left: 10vw;
    padding-right: 10vw;
    position: fixed;
    inset: auto 0% 0%;
  }

  .artist-page-headline {
    line-height: 15vw;
  }

  .project-page-title {
    font-size: 7.5vw;
    line-height: 7.5vw;
  }

  .project-tag {
    letter-spacing: .1vw;
    margin-bottom: 1.5vw;
    margin-right: 1.5vw;
    padding-top: 1vw;
    padding-left: 4vw;
    padding-right: 4vw;
    font-size: 3vw;
    line-height: 6vw;
  }

  .video {
    margin-bottom: 10px;
  }

  .small-tag-link, .all-projects-link {
    margin-bottom: 2.5vw;
  }

  .div-block-19 {
    display: none;
  }

  .contact-page-headline {
    font-size: 10vw;
    line-height: 10vw;
  }

  .contact-header-container {
    margin-top: 25vw;
    margin-bottom: 10vw;
    padding-right: 5vw;
  }

  .field-label {
    margin-bottom: 6vw;
    font-size: 10px;
  }

  .div-block-22 {
    flex-direction: column;
  }

  .text-area {
    margin-bottom: 8vw;
  }

  .submit-button {
    letter-spacing: .5vw;
    font-size: 4vw;
    line-height: 12vw;
  }

  .submit-button.fixed-cta {
    border: 5px none var(--cyan);
    color: var(--black);
    letter-spacing: .5vw;
    border: 5px none var(--cyan);
    letter-spacing: .5vw;
    background-color: #fff;
    border-radius: 100px;
    padding-top: 10px;
    padding-bottom: 10px;
    box-shadow: 1px 1px 10px #000;
  }

  .text-block-6 {
    display: block;
  }

  .text-block-7, .text-block-8, .text-block-9, .text-block-10, .text-block-11, .text-block-12 {
    width: 100%;
  }

  .text-block-13 {
    width: auto;
  }

  .privacy-link {
    float: none;
    text-transform: uppercase;
  }

  .homepage-nav {
    margin-bottom: 2.5vw;
  }

  .div-block-8-copy {
    margin-left: 0;
    margin-right: 0;
  }
}
