body {
  background-color: #000;
  font-family: Ppmondwest, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
}

a {
  color: #fff;
  text-decoration: none;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 3px solid #fff;
}

.section.hero {
  height: 70vh;
  padding-right: 0px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.section.loading-bar {
  height: 100px;
}

.section.art {
  position: relative;
  height: 95vh;
  background-color: #000;
}

.section.art.b {
  height: auto;
  padding-right: 0px;
  padding-left: 0px;
  background-color: #000;
  background-image: none;
}

.section.art.c {
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.section.footer {
  padding-right: 0px;
  padding-left: 0px;
}

.section.footer-disclamer {
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 16px;
}

.section.about {
  padding-right: 0px;
  padding-left: 0px;
}

.section.grid {
  background-image: url('../images/grid.png');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.section.grid.rotten {
  border-top: 3px solid #fff;
  font-family: Ppmondwest, sans-serif;
}

.section.gallery {
  height: 90vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #000;
  background-image: url('../images/gallery-eyes-2.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.section.areas {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.section.floatingnav {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  background-color: rgba(0, 0, 0, 0.9);
}

.container {
  position: relative;
  width: 100%;
}

.container.nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container.hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  text-align: left;
}

.container.loading-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container.areas {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 125px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.container.areas.top {
  padding-top: 125px;
  padding-bottom: 50px;
}

.container.home-about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 800px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container.projects {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 125px;
  padding-bottom: 125px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container.curation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 125px;
  padding-bottom: 125px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container.collective {
  max-width: 1200px;
  padding-top: 125px;
  padding-bottom: 125px;
}

.container.about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.container.budz {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.nav__logo {
  padding: 20px 20px 20px 0px;
  border-right: 3px solid #fff;
}

.nav__logo.footer {
  width: 450px;
  border-right-style: none;
}

.nav__link {
  margin-right: 10px;
  padding: 10px;
  font-family: Ppmondwest, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.hero__texts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.hero__img {
  position: relative;
  width: 40%;
  border-left: 3px solid #fff;
  background-color: #727272;
  background-image: url('../images/hero-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -3px;
  border-style: solid;
  border-width: 3px;
  border-color: #fff;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
}

.button.hero {
  font-size: 24px;
}

.button.gallery {
  margin-bottom: -50px;
}

.marquee-horizontal {
  position: relative;
  z-index: 200;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 600px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.marquee-horizontal.title {
  height: 250px;
  border-bottom: 3px solid #fff;
  background-color: #000;
}

.marquee-horizontal.smaller {
  height: 175px;
}

.marquee-horizontal.rotten {
  z-index: 1;
  height: 28vw;
  max-height: 350px;
  background-color: #ffbade;
  font-family: 'Caesar Dressing', sans-serif;
  color: #ff5d89;
}

.track-horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.marquee-text {
  margin-right: 15vw;
  margin-bottom: -140px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: Ppmondwest, sans-serif;
  color: #000;
  font-size: 600px;
  line-height: 1;
  text-transform: none;
}

.marquee-text.title {
  margin-right: 0vw;
  margin-bottom: -20px;
  color: #fff;
  font-size: 200px;
}

.marquee-text.smaller {
  margin-right: 0vw;
  margin-bottom: -15px;
  font-size: 100px;
}

.loading-bar-black {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 50px;
  margin-top: 0px;
  margin-bottom: 0px;
  background-color: #3b3b3b;
  background-image: url('../images/squares.svg');
  background-position: 0% 50%;
  background-size: auto 100%;
  background-repeat: repeat-x;
}

.loading-bar-black.white {
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  color: #000;
  font-size: 24px;
}

.home__about-content {
  max-width: 700px;
  padding: 60px 50px 50px;
  border-style: solid;
  border-width: 3px;
  border-color: #fff;
  background-color: #000;
  text-align: center;
}

.art-inside-block {
  position: relative;
  z-index: 2;
  width: 40vh;
  height: 40vh;
  border-style: solid;
  border-width: 3px;
  border-color: #fff;
  background-color: #000;
}

.area-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  margin-right: 31px;
  margin-left: 31px;
  padding: 60px 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 3px;
  border-color: #fff;
  text-align: center;
}

.area-icon {
  width: 125px;
  margin-top: -20px;
}

.area-title {
  font-size: 36px;
  font-weight: 400;
}

.area-text {
  font-family: Helveticanowdisplay, sans-serif;
  font-size: 18px;
  line-height: 1.4;
}

.area-button {
  margin-top: 10px;
  font-size: 24px;
}

.project-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 850px;
  max-width: 1200px;
  margin-top: 50px;
  margin-bottom: 50px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-style: solid;
  border-width: 3px;
  border-color: #fff;
}

.project-block__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-right: 50px;
  padding-left: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-right: 3px solid #fff;
}

.project-block__info.b {
  border-left: 3px solid #fff;
  border-right-style: none;
}

.project-block__visual {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.project-block__visual.apes {
  background-image: url('../images/project-apes.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.project-block__tags {
  margin-bottom: 60px;
  font-size: 16px;
  text-transform: uppercase;
}

.project-block__title {
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 48px;
  line-height: 1;
}

.project-block__title.redacted {
  font-family: Redacted, sans-serif;
}

.project-block__subtitle {
  max-width: 500px;
  margin-bottom: 40px;
  font-family: Helveticanowdisplay, sans-serif;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 400;
  text-transform: uppercase;
}

.project-block__subtitle.apes {
  max-width: 270px;
}

.project-block__subtitle.redacted {
  font-family: 'Flow Block', sans-serif;
}

.project-block__subtitle.posters {
  max-width: 450px;
}

.project-block__paragraph {
  max-width: 350px;
  margin-bottom: 50px;
  font-family: Helveticanowdisplay, sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

.project-block__paragraph.redacted {
  font-family: 'Flow Block', sans-serif;
}

.project-block__qr {
  width: 100px;
  margin-bottom: 50px;
}

.project-block__img {
  width: 60%;
}

.project-block__img.posters {
  width: 50%;
}

.small-projects-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin-top: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-column-gap: 100px;
  grid-row-gap: 100px;
}

.small-project-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: solid;
  border-width: 3px;
  border-color: #fff;
  text-align: center;
}

.small-project-card.mid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 100px;
  margin-left: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.small-project-card-img {
  height: 200px;
  border-bottom: 3px solid #fff;
  background-color: #1f1f1f;
}

.small-project-title {
  font-size: 38px;
  line-height: 1;
}

.small-project-text {
  margin-bottom: 25px;
  font-family: Helveticanowdisplay, sans-serif;
  font-size: 18px;
  line-height: 1.4;
}

.small-project-link {
  font-size: 18px;
}

.hero-title {
  height: auto;
  max-width: 760px;
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 100px;
  line-height: 1;
  font-weight: 700;
}

.hero-title.hide {
  display: none;
}

.hero-subtitle {
  margin-bottom: 30px;
  font-family: Helveticanowdisplay, sans-serif;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 400;
  text-transform: capitalize;
}

.button__text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 18px 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  color: #000;
}

.button__text.arrow {
  padding-right: 12px;
  padding-left: 12px;
  background-color: #000;
  color: #fff;
}

.button__text.arrow.transparent {
  background-color: transparent;
}

.button__arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 3px;
  border-color: #fff;
}

.home-about-title {
  font-size: 128px;
  line-height: 1;
}

.home-about-text {
  margin-bottom: 15px;
  font-size: 24px;
  line-height: 1.4;
  font-weight: 700;
}

.home-about-text.small {
  font-family: Helveticanowdisplay, sans-serif;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 400;
}

.inline-link {
  font-size: 22px;
}

.home-about-button {
  display: block;
  margin-top: 25px;
  font-size: 20px;
}

.small-project-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.curate-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1600px;
  margin-bottom: -3px;
  padding: 100px 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 3px;
  border-color: #fff;
}

.curate-block-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  height: 400px;
  padding: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: solid;
  border-width: 3px;
  border-color: #fff;
  background-color: #000;
}

.curate-block-visual {
  width: 80%;
  height: 600px;
  margin-left: -30%;
  border-style: solid;
  border-width: 3px;
  border-color: #fff;
  background-color: #292929;
}

.curate-block-title {
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 48px;
  line-height: 1;
  font-weight: 400;
}

.curate-block-paragraph {
  margin-bottom: 25px;
  font-family: Helveticanowdisplay, sans-serif;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 400;
}

.collective-users {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.5vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.heading {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 42px;
  line-height: 1;
}

.text-block {
  font-size: 24px;
  line-height: 1;
}

.collective-user-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: solid;
  border-width: 3px;
  border-color: #fff;
  text-align: center;
}

.collective-user-card.mid {
  margin-right: 3vw;
  margin-left: 3vw;
}

.collective-user-img {
  height: 300px;
  border-bottom: 3px solid #fff;
  background-color: #1f1f1f;
}

.art-c-content {
  width: 50%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-image: url('../images/hero-4.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.art-c-content._2 {
  border-left: 3px solid #fff;
  background-color: #474747;
  background-image: url('../images/hero-5.jpg');
}

.footer-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.footer-graphic {
  width: 500px;
  height: 500px;
  border-left: 3px solid #fff;
  background-color: #272727;
  background-image: url('../images/art-split-a3.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.footer-text {
  margin-left: 10px;
  font-size: 20px;
  line-height: 1;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 36px;
  height: 36px;
  margin-right: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 1px;
  border-color: #fff;
}

.footer-socials {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-social-icon {
  width: 22px;
  margin-bottom: -7px;
}

.collective-user-title {
  margin-bottom: 10px;
  font-family: Ppmondwest, sans-serif;
  font-size: 20px;
  line-height: 1.4;
}

.collective-user-description {
  margin-bottom: 25px;
  font-family: Helveticanowdisplay, sans-serif;
  font-size: 16px;
  line-height: 1.4;
}

.nav-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.about-title {
  margin-top: 0px;
  margin-bottom: 25px;
  font-size: 72px;
  line-height: 1;
}

.about-subtitle {
  margin-bottom: 25px;
  font-size: 38px;
  line-height: 1.4;
}

.about-paragraph {
  max-width: 700px;
  font-family: Helveticanowdisplay, sans-serif;
  font-size: 22px;
  line-height: 1.6;
  font-weight: 400;
}

.about-content {
  width: 50vw;
  padding: 100px;
}

.about-visual {
  width: 50vw;
  border-right: 3px solid #fff;
  border-left: 3px none #fff;
  background-color: #2c2c2c;
  background-image: url('../images/about-humanless.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.loading-bar-text {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  font-size: 18px;
}

.hero-slider {
  width: 100%;
  height: 100%;
}

.slide-nav {
  display: none;
}

.right-arrow {
  display: none;
}

.left-arrow {
  display: none;
}

.hero-img-slideshow {
  background-image: url('../images/rot.png');
  background-position: 50% 50%;
  background-size: cover;
}

.hero-img-slideshow._2 {
  background-image: url('../images/art-split-a3.jpg');
}

.hero-img-slideshow._3 {
  background-image: url('../images/hero-5.jpg');
}

.hero-img-slideshow._4 {
  background-image: url('../images/hero-6.jpg');
}

.hero-img-slideshow._5 {
  background-image: url('../images/hero-4.jpg');
}

.hero-2-img {
  background-image: url('../images/art-split-a3.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.hero-2-img-copy {
  background-image: url('../images/art-split-a3.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.art-section-1-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  background-color: #000;
}

.hide {
  display: none;
}

.art-section-1-bg-slide {
  background-image: url('../images/art-bg-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.art-section-1-bg-slide._1 {
  background-image: url('../images/art-bg-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.art-section-1-bg-slide._3 {
  background-image: url('../images/art-bg-3.jpg');
}

.art-section-1-bg-slide._4 {
  background-image: url('../images/art-bg-4.jpg');
}

.art-section-1-bg-slide._5 {
  background-image: url('../images/art-bg-5.jpg');
}

.art-section-1-bg-slide._6 {
  background-image: url('../images/art-bg-6.jpg');
}

.art-section-1-bg-slide._7 {
  background-image: url('../images/art-bg-7.jpg');
}

.art-section-1-bg-slide._2 {
  background-image: url('../images/art-bg-2.jpg');
}

.art-inside-block-slide {
  background-image: url('../images/art-fg-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.art-inside-block-slide._2 {
  background-image: url('../images/art-fg-2.jpg');
}

.art-inside-block-slide._3 {
  background-image: url('../images/art-fg-3.jpg');
}

.art-inside-block-slide._4 {
  background-image: url('../images/art-fg-4.jpg');
}

.art-inside-block-slide._5 {
  background-image: url('../images/art-fg-5.jpg');
}

.hero__tags {
  position: absolute;
  left: 0%;
  top: 20px;
  right: auto;
  bottom: auto;
  font-size: 16px;
}

.gallery-logo-embed {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.gallery-logo-embed.oncyber {
  width: 300px;
  margin-bottom: 50px;
}

.more-soon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin-top: 50px;
  padding: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  color: #000;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

.ar-poster-content {
  height: 90vh;
  border-bottom: 3px solid #fff;
}

.ar-poster-embed {
  width: 90%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  background-color: #000;
}

.collective-pp-image {
  width: 100%;
  border-bottom: 3px solid #fff;
}

.rotten-temporary {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-bottom: 3px solid #fff;
  background-image: url('../images/rotten-header-bg.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.rotten-temporary.hide {
  display: none;
}

.rotten-ape-temporary {
  height: 90vh;
}

.rotten-temp-logo {
  position: absolute;
  left: 25px;
  top: 25px;
  right: auto;
  bottom: auto;
}

.coming-soon-temp {
  position: absolute;
  left: auto;
  top: 25px;
  right: 25px;
  bottom: auto;
  height: 50px;
}

.spacebudz-imgs {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.page-title {
  font-size: 96px;
  line-height: 1;
}

.budz-p {
  max-width: 600px;
  margin-bottom: 50px;
  font-size: 20px;
  line-height: 1.4;
}

.budz-p.big-caps {
  max-width: 100%;
  margin-bottom: 35px;
  font-family: Helveticanowdisplay, sans-serif;
  font-size: 24px;
  line-height: 1.2;
  text-transform: uppercase;
}

.under-button-text {
  margin-top: 10px;
}

.member-name {
  font-size: 38px;
  line-height: 1;
}

.section-r {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 250px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.section-r.hero {
  position: relative;
  height: 110vh;
  min-height: 100vh;
  padding: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: #d0a3ef;
  background-image: url('../images/rotten-apes-yellow.svg');
  background-position: 50% 50%;
  background-size: 225%;
  background-repeat: no-repeat;
}

.section-r.big-monkeys {
  padding-top: 0px;
  padding-bottom: 0px;
}

.section-r.big-ass-monkeys {
  padding: 0px;
}

.section-r.divider {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #fff;
}

.section-r.marquee {
  background-color: #ffb2b2;
}

.section-r.final-monkey {
  height: 100vh;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: #6af5eb;
  background-image: url('../images/rotten-logo-blue.svg');
  background-position: 50% 0%;
  background-size: auto;
}

.section-r.about {
  position: relative;
  padding-top: 300px;
  padding-bottom: 175px;
  background-color: #082927;
}

.section-r.rotten {
  position: relative;
  padding-top: 200px;
  padding-bottom: 25vw;
  background-color: #1d053f;
}

.section-r.artists {
  padding-top: 30vw;
}

.rotten-body {
  font-family: Kcbrendanhand, sans-serif;
  font-weight: 400;
}

.rotten-heading {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: 'Caesar Dressing', sans-serif;
  font-size: 96px;
  line-height: 1;
  font-weight: 400;
}

.rotten-heading.light-green {
  position: relative;
  z-index: 5;
  color: #afffb4;
}

.rotten-heading.light-purple {
  color: #efd8ff;
}

.rotten-heading.light-purple.big {
  margin-bottom: 50px;
}

.rotten-heading.light-purple.letsgetrotten {
  margin-top: 75px;
}

.rotten-heading.light-purple.small {
  margin-top: 50px;
  color: #4300a1;
  font-size: 64px;
}

.rotten-heading.collab {
  max-width: 800px;
  margin-bottom: 35px;
  color: #e8e0ac;
}

.rotten-heading.light-yellow {
  margin-bottom: 75px;
  color: #e8e0ac;
}

.rotten-apes-token-grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.rotten-token {
  width: 100%;
}

.rotten-tokens {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1600px;
  margin-top: 75px;
  margin-bottom: 75px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.rotten-subtitle {
  font-size: 36px;
  line-height: 1.3;
}

.rotten-subtitle.collab {
  max-width: 1000px;
  margin-bottom: 100px;
  color: #e8e0ac;
  font-size: 34px;
}

.rotten-p {
  max-width: 750px;
  font-size: 24px;
  line-height: 1.4;
}

.rotten-p.green {
  color: #78e37e;
}

.rotten-p.purple {
  color: #d0a3ef;
}

.rotten-p.letsgetrotten {
  position: relative;
  max-width: 650px;
  color: #efd8ff;
}

.tokens-info {
  position: absolute;
  display: none;
  padding: 20px 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #1d053f;
  font-size: 36px;
  line-height: 1.2;
}

.rotten-big-text {
  font-family: 'Caesar Dressing', sans-serif;
  color: #afffb4;
  font-size: 13vw;
  line-height: 1;
  font-weight: 400;
}

.big-monkeys {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 108vw;
  margin-top: -100px;
  margin-left: -8vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.rotten-page-wrapper {
  overflow: hidden;
}

.big-ass-monkey {
  width: 40vw;
  margin-right: -6vw;
  margin-left: -6vw;
}

.big-ass-monkey.hide-mobile {
  max-width: 300%;
}

.closeups {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin-top: 100px;
  margin-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.closeup {
  width: 50vh;
  height: 50vh;
  background-color: #a1a1a1;
}

.closeup-img {
  position: relative;
  z-index: 2;
  width: 33%;
}

.graffiti-collab-logos {
  display: none;
  margin-top: 50px;
  margin-bottom: 150px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-auto-columns: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.final-monkey-img {
  height: 115vh;
  margin-top: -10vw;
}

.about-defie-r {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  max-width: 1200px;
  margin-bottom: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.about-defie-info {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
  line-height: 1.4;
  text-align: left;
}

.about-defie-slider {
  width: 500px;
  height: 500px;
}

.featured-artists {
  display: none;
  width: 100%;
  max-width: 1200px;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 75px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.featured-artist-img {
  width: 100%;
  height: 250px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #3d3d3d;
}

.featured-artist-text {
  font-size: 16px;
  line-height: 1.5;
}

.featured-artist-name {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Caesar Dressing', sans-serif;
  color: #efd8ff;
  font-size: 36px;
  font-weight: 400;
}

.rotten-footer {
  font-family: Ppmondwest, sans-serif;
}

.rotten-hero-slider {
  position: relative;
  z-index: 3;
  height: auto;
  background-color: hsla(0, 0%, 86.7%, 0);
}

.rotten-hero-slide-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.rotten-hero-img {
  height: 100vh;
}

.r-section.nav {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.r-section.minting {
  text-align: center;
}

.rotten-nav-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.rotten-nav-logo {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  margin-left: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  mix-blend-mode: difference;
}

.rotten-nav-logo.test {
  z-index: 1000;
  mix-blend-mode: difference;
}

.nav-links {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 50;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-right: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-link {
  margin-left: 6px;
  padding: 10px;
  border-radius: 8px;
  background-color: #1d053f;
  font-size: 18px;
  font-weight: 400;
}

.nav-link-text {
  margin-bottom: -2px;
  color: #f0f04f;
}

.rotten-nav-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.rotten-marquee-text {
  font-size: 96px;
  line-height: 1;
}

.rotten-yellow {
  color: #f0f04f;
}

.rotten-rip-1 {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: -14%;
  z-index: 5;
  width: 100%;
  max-width: 2000%;
  min-width: 2000px;
}

.rotten-info-spray {
  position: absolute;
  max-width: 120%;
}

.rotten-info-spray-text {
  position: relative;
  z-index: 2;
}

.rip-2 {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 5000%;
  margin-top: -150px;
  margin-bottom: -150px;
}

.rip-3 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 3;
  width: 100%;
  height: 125px;
  max-width: 500%;
  margin-top: -120px;
}

.nav-spray {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 3;
}

.spray-hero {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 1600px;
  max-width: 200%;
}

.spray-about {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  max-width: 200%;
  margin-right: auto;
  margin-left: auto;
}

.spray-rotten {
  position: absolute;
  max-width: 200%;
}

.spray-collab {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: -1;
}

.spray-artists {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: -1;
}

.spray-defie {
  position: absolute;
  left: -713px;
  top: -580px;
  z-index: -1;
  width: 1700px;
  max-width: 500%;
  -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.div-block-3 {
  background-color: #082927;
}

.eyes-left {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 400px;
}

.eyes-right {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 500px;
}

.eyes-mega-division {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -26%;
}

.eyes-mega-division-1 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 100%;
  max-width: 500%;
}

.eyes-mega-division-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 100%;
  max-width: 500%;
}

.heading-2 {
  -webkit-backdrop-filter: invert(100%);
  backdrop-filter: invert(100%);
}

.logotest {
  mix-blend-mode: multiply;
}

.logo-test {
  position: fixed;
  left: 0%;
  top: 16%;
  right: 0%;
  bottom: auto;
  z-index: 50;
  mix-blend-mode: difference;
}

.logo-nav-test {
  mix-blend-mode: difference;
}

.rotten-nav {
  position: absolute;
}

.rotten-green {
  color: #78e37e;
}

.rotten-purple {
  color: #d0a3ef;
}

.rotten-defie-slider-img {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 991px) {
  .section.hero {
    height: 50vh;
  }

  .section.art.c {
    height: 500px;
  }

  .container.areas {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .container.curation {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .container.about {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .container.budz {
    padding-bottom: 50px;
  }

  .nav__logo {
    width: 30vw;
  }

  .nav__logo.footer {
    width: 300px;
  }

  .nav__link {
    font-size: 18px;
  }

  .hero__img {
    width: 50%;
  }

  .marquee-horizontal.title {
    height: 200px;
  }

  .marquee-text.title {
    font-size: 150px;
  }

  .loading-bar-black.white {
    font-size: 18px;
  }

  .home__about-content {
    width: 600px;
    padding-right: 45px;
    padding-left: 45px;
  }

  .area-block {
    width: 400px;
    margin-right: 10px;
    margin-bottom: 50px;
    margin-left: 10px;
    padding-right: 75px;
    padding-left: 75px;
  }

  .area-icon {
    margin-top: 0px;
  }

  .project-block {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .project-block__info {
    width: 100%;
    padding: 75px 50px;
    border-right-style: none;
  }

  .project-block__visual {
    width: 100%;
    padding: 100px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    border-bottom: 3px solid #fff;
  }

  .project-block__tags {
    margin-bottom: 50px;
  }

  .project-block__title {
    margin-bottom: 10px;
    font-size: 42px;
  }

  .project-block__subtitle {
    margin-bottom: 25px;
    font-size: 18px;
  }

  .project-block__subtitle.posters {
    max-width: 425px;
  }

  .small-project-card.mid {
    margin-right: 20px;
    margin-left: 20px;
  }

  .small-project-title {
    font-size: 32px;
  }

  .small-project-text {
    font-size: 16px;
  }

  .hero-title {
    width: 220px;
    height: 160px;
    margin-bottom: 2px;
    font-size: 52px;
  }

  .hero-subtitle {
    max-width: 250px;
    font-size: 18px;
    line-height: 1.4;
  }

  .home-about-title {
    font-size: 100px;
  }

  .home-about-text {
    font-size: 20px;
  }

  .home-about-text.small {
    font-size: 16px;
  }

  .curate-block {
    padding: 50px;
  }

  .curate-block-visual {
    width: 160%;
    margin-left: -40%;
  }

  .collective-users {
    grid-column-gap: 20px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .footer-graphic {
    width: 300px;
    height: 300px;
  }

  .footer-text {
    margin-bottom: 15px;
    margin-left: 0px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .div-block-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .collective-user-title {
    font-size: 16px;
  }

  .collective-user-description {
    font-size: 16px;
  }

  .about-title.home {
    width: 450px;
    font-size: 64px;
    text-align: center;
  }

  .about-content {
    width: 100%;
  }

  .about-visual {
    width: 100%;
    height: 500px;
    border-style: none none solid;
    border-width: 1px 1px 3px;
    border-color: #000 #000 #fff;
  }

  .rotten-ape-temporary {
    height: 80vh;
  }

  .rotten-temp-logo {
    left: 15px;
  }

  .spacebudz-imgs {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .page-title {
    margin-bottom: 25px;
    line-height: 0.8;
  }

  .budz-p.big-caps {
    max-width: 520px;
  }

  .member-name {
    font-size: 32px;
  }

  .section-r.final-monkey {
    padding-right: 0px;
    padding-left: 0px;
  }

  .section-r.about {
    padding-bottom: 100px;
  }

  .section-r.rotten {
    padding-top: 125px;
  }

  .rotten-heading.light-purple.big {
    width: 500px;
  }

  .rotten-heading.collab {
    max-width: 600px;
    font-size: 72px;
  }

  .rotten-heading.light-yellow {
    font-size: 72px;
  }

  .rotten-apes-token-grid {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .rotten-token.hide-mobile {
    display: none;
  }

  .rotten-subtitle.collab {
    max-width: 600px;
    font-size: 28px;
  }

  .big-monkeys {
    margin-top: -60px;
  }

  .closeups {
    margin-top: 65px;
    margin-bottom: 65px;
  }

  .graffiti-collab-logo {
    -o-object-position: 60% 50%;
    object-position: 60% 50%;
  }

  .graffiti-collab-logos {
    max-width: 750px;
  }

  .final-monkey-img {
    width: 110vw;
    height: auto;
    max-width: 850px;
  }

  .about-defie-r {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .about-defie-info {
    width: 500px;
    padding: 0px;
  }

  .about-defie-slider {
    margin-bottom: 50px;
  }

  .featured-artists {
    -webkit-box-align: end;
    -webkit-align-items: end;
    -ms-flex-align: end;
    align-items: end;
    grid-column-gap: 25px;
    grid-row-gap: 50px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .rotten-rip-1 {
    bottom: -12%;
    width: 1500px;
  }

  .rotten-info-spray-text {
    font-size: 24px;
  }

  .rip-3 {
    height: 70px;
    margin-top: -65px;
  }

  .spray-about {
    left: -17%;
    z-index: 0;
    width: 1200px;
    max-width: 300%;
  }

  .spray-rotten {
    max-width: 150%;
  }

  .spray-defie {
    left: auto;
    top: auto;
    width: 1500px;
    margin-top: -110px;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  .eyes-left {
    width: 350px;
  }

  .eyes-right {
    width: 350px;
  }

  .artist-logo {
    margin: 10px;
  }
}

@media screen and (max-width: 767px) {
  .section.hero {
    height: auto;
    padding-left: 0px;
  }

  .section.art.c {
    height: 200vw;
    min-height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-image: none;
    background-size: auto;
  }

  .section.footer-disclamer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .container.hero {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .container.home-about {
    height: auto;
    min-height: 100vh;
    padding-top: 125px;
    padding-bottom: 125px;
  }

  .container.projects {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .nav__logo {
    width: 40vw;
  }

  .nav__logo.footer {
    width: 250px;
  }

  .hero__texts {
    padding: 50px 20px;
  }

  .hero__img {
    width: 100%;
    height: 300px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    border-bottom: 3px solid #fff;
    border-left-style: none;
  }

  .button.hero {
    font-size: 18px;
  }

  .marquee-horizontal {
    height: 500px;
  }

  .marquee-horizontal.title {
    height: 150px;
  }

  .marquee-text {
    margin-bottom: -85px;
    font-size: 400px;
  }

  .marquee-text.title {
    font-size: 100px;
  }

  .loading-bar-black.white {
    font-size: 16px;
  }

  .home__about-content {
    width: 80%;
    padding: 100px 25px 90px;
  }

  .area-block {
    width: 300px;
    padding-right: 25px;
    padding-left: 25px;
  }

  .project-block__info.b {
    border-left-style: none;
  }

  .small-projects-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .small-project-card {
    width: 100%;
  }

  .small-project-card.mid {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .hero-title {
    width: 330px;
    height: 90px;
    font-size: 42px;
  }

  .hero-subtitle {
    max-width: 100%;
    margin-bottom: 20px;
    font-size: 16px;
  }

  .button__text {
    padding-right: 10px;
    padding-left: 10px;
  }

  .home-about-title {
    font-size: 72px;
  }

  .home-about-text {
    font-size: 18px;
  }

  .curate-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .curate-block-content {
    width: 80%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .curate-block-visual {
    width: 100%;
    margin-bottom: -50%;
    margin-left: 0%;
  }

  .collective-users {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .collective-user-card {
    width: auto;
  }

  .art-c-content {
    width: 100%;
    height: 50%;
  }

  .art-c-content._2 {
    border-top: 3px solid #fff;
    border-left-style: none;
  }

  .footer-graphic {
    width: 200px;
    height: 200px;
  }

  .footer-text {
    font-size: 18px;
    line-height: 1.2;
  }

  .about-content {
    padding-right: 50px;
    padding-left: 50px;
  }

  .hero__tags {
    position: relative;
    top: 0px;
    margin-bottom: 15px;
  }

  .gallery-logo-embed {
    width: 375px;
  }

  .gallery-logo-embed.oncyber {
    width: 200px;
  }

  .rotten-ape-temporary {
    width: 90%;
    height: auto;
  }

  .section-r.hero {
    background-position: 50% 50%;
    background-size: 400%;
  }

  .section-r.final-monkey {
    height: auto;
  }

  .section-r.about {
    padding-bottom: 50px;
  }

  .section-r.rotten {
    padding-bottom: 35vw;
  }

  .section-r.artists {
    padding-top: 40vw;
  }

  .rotten-heading.light-green {
    font-size: 58px;
  }

  .rotten-heading.light-purple.big {
    width: 400px;
    font-size: 86px;
  }

  .rotten-heading.light-purple.letsgetrotten {
    font-size: 80px;
  }

  .rotten-apes-token-grid {
    margin-bottom: 50px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .rotten-tokens {
    margin-top: 50px;
    margin-bottom: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .rotten-subtitle {
    font-size: 26px;
  }

  .rotten-p.green {
    font-size: 20px;
  }

  .tokens-info {
    position: relative;
  }

  .big-monkeys {
    margin-top: -42px;
    margin-left: -22vw;
  }

  .big-ass-monkey {
    width: 70vw;
    margin-right: -12vw;
    margin-left: -12vw;
  }

  .about-defie-info {
    width: auto;
  }

  .about-defie-slider {
    width: 300px;
    height: 300px;
  }

  .featured-artists {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .featured-artist-img {
    height: 150px;
  }

  .rotten-hero-img {
    max-width: 200%;
  }

  .r-section.nav {
    padding-right: 15px;
    padding-left: 15px;
  }

  .rotten-nav-logo {
    width: 125px;
  }

  .rotten-marquee-text {
    font-size: 50px;
  }

  .rotten-info-spray-text {
    font-size: 21px;
  }

  .rip-3 {
    height: 50px;
    margin-top: -45px;
  }

  .spray-about {
    left: auto;
    top: 1%;
    right: auto;
    width: 1000px;
  }

  .spray-rotten {
    max-width: 250%;
  }

  .spray-defie {
    margin-top: 0px;
  }

  .eyes-left {
    width: 250px;
  }

  .eyes-right {
    width: 260px;
  }

  .artist-logo {
    width: 110px;
    margin: 5px;
  }
}

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

  .section.art.b {
    overflow: hidden;
    width: 100vw;
    height: 100vh;
  }

  .section.art.c {
    background-image: url('../images/apes-bg-1.jpg');
    background-size: cover;
  }

  .section.footer {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .section.footer-disclamer {
    font-size: 14px;
  }

  .section.grid {
    width: 100%;
  }

  .section.gallery {
    height: 100vh;
    background-image: url('../images/gallery-eyes-mobile.png');
    background-position: 57% 50%;
    background-size: cover;
    background-repeat: repeat;
  }

  .container.areas {
    padding: 0px 40px 100px;
  }

  .container.projects {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .container.curation {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .container.collective {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .nav__logo {
    padding-top: 15px;
    padding-right: 10px;
    padding-bottom: 15px;
  }

  .nav__logo.footer {
    width: 150px;
  }

  .nav__link {
    margin-right: 0px;
    padding-right: 10px;
    font-size: 16px;
  }

  .hero__texts {
    padding-right: 10px;
    padding-left: 10px;
  }

  .hero__img {
    height: 50vh;
  }

  .marquee-horizontal.rotten {
    height: 150px;
    max-height: 500px;
  }

  .marquee-text.title {
    margin-bottom: -10px;
  }

  .loading-bar-black.white {
    padding: 0px 10px;
    font-size: 14px;
  }

  .home__about-content {
    padding: 60px 15px 50px;
  }

  .art-inside-block {
    width: 250px;
    height: 250px;
  }

  .area-block {
    width: auto;
    margin-bottom: 100px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .project-block__visual {
    padding: 100px 0px;
  }

  .project-block__title {
    width: 100%;
  }

  .small-project-card.mid {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .hero-title {
    width: auto;
    height: auto;
  }

  .hero-subtitle {
    width: 250px;
    line-height: 1.4;
  }

  .home-about-title {
    margin-bottom: 15px;
  }

  .home-about-text {
    margin-bottom: 30px;
    font-size: 16px;
  }

  .home-about-text.small {
    font-size: 14px;
  }

  .small-project-content {
    padding: 15px 10px 25px;
  }

  .curate-block {
    padding: 0px 0px 10%;
  }

  .curate-block-content {
    height: auto;
    padding: 50px 25px;
  }

  .curate-block-visual {
    border-style: none none solid;
  }

  .curate-block-title {
    font-size: 40px;
  }

  .curate-block-paragraph {
    font-size: 16px;
  }

  .collective-users {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .div-block {
    margin-bottom: 15px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .heading {
    margin-bottom: 0px;
    font-size: 7.1vw;
  }

  .text-block {
    font-size: 18px;
  }

  .collective-user-card {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 0%;
    margin-left: 0%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-width: 2px;
  }

  .collective-user-card.mid {
    margin-right: 0vw;
    margin-left: 0vw;
  }

  .collective-user-img {
    height: 200px;
  }

  .footer-content {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer-graphic {
    width: 40vw;
  }

  .footer-text {
    width: 160px;
    font-size: 14px;
  }

  .footer-social-icon {
    width: 22px;
  }

  .collective-user-description {
    margin-bottom: 15px;
    font-size: 14px;
  }

  .about-title {
    font-size: 52px;
  }

  .about-title.home {
    width: auto;
    font-size: 42px;
  }

  .about-subtitle {
    font-size: 28px;
  }

  .about-paragraph {
    font-size: 18px;
  }

  .about-content {
    padding-right: 10px;
    padding-left: 10px;
  }

  .loading-bar-text {
    font-size: 14px;
  }

  .image {
    width: auto;
    height: 100vh;
    max-width: 500%;
  }

  .gallery-logo-embed {
    width: 270px;
  }

  .gallery-logo-embed.oncyber {
    width: 150px;
    margin-top: -30px;
  }

  .ar-poster-content {
    height: 80vh;
  }

  .collective-pp-image {
    border-bottom-width: 2px;
  }

  .rotten-ape-temporary {
    width: 150%;
    max-width: 150%;
  }

  .rotten-temp-logo {
    left: 10px;
    width: 100px;
  }

  .coming-soon-temp {
    top: 20px;
    right: 15px;
    height: 40px;
  }

  .page-title {
    font-size: 56px;
  }

  .budz-p {
    font-size: 18px;
    line-height: 1.6;
  }

  .budz-p.big-caps {
    max-width: 330px;
    font-size: 18px;
    line-height: 1.4;
  }

  .member-name {
    font-size: 24px;
  }

  .section-r.hero {
    height: auto;
    min-height: auto;
    padding-top: 100px;
    background-position: 50% 50%;
    background-size: auto;
  }

  .section-r.about {
    padding-top: 250px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .section-r.artists {
    padding-right: 15px;
    padding-left: 15px;
  }

  .rotten-heading.light-green {
    width: 290px;
    font-size: 90px;
  }

  .rotten-heading.light-purple.big {
    width: 320px;
    font-size: 70px;
  }

  .rotten-heading.light-purple.small {
    font-size: 50px;
  }

  .rotten-subtitle.collab {
    font-size: 26px;
  }

  .rotten-p.letsgetrotten {
    font-size: 20px;
  }

  .tokens-info {
    padding-right: 0px;
    padding-left: 0px;
  }

  .big-monkeys {
    margin-top: -9vw;
  }

  .about-defie-slider {
    width: 92vw;
    height: 92vw;
    margin-bottom: 25px;
  }

  .featured-artists {
    grid-column-gap: 10px;
    grid-row-gap: 30px;
  }

  .featured-artist-name {
    font-size: 24px;
    line-height: 1.2;
  }

  .rotten-hero-img {
    height: 90vh;
  }

  .rotten-nav-logo {
    margin-top: 10px;
    margin-bottom: -12px;
    margin-left: 15px;
  }

  .nav-links {
    margin-top: 18px;
    margin-right: 15px;
  }

  .nav-link.hide-mobile {
    display: none;
  }

  .rotten-marquee-text {
    margin-top: -10px;
  }

  .rotten-info-spray {
    max-width: 230%;
  }

  .rotten-info-spray-text {
    font-size: 18px;
  }

  .spray-about {
    top: 0%;
    width: 1000px;
    max-width: 200%;
  }

  .spray-rotten {
    width: 300vw;
    max-width: 300%;
  }
}

#w-node-_4c1a177e-b908-a6f6-df31-4529fc74e120-7001829f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_69a89dc7-c313-4cdb-ee8c-148da258e0b5-7001829f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_38bbe9a2-b6ad-b182-0b80-d37ce200de84-343ed503 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-bee1fb17-9691-6e1f-d35f-e6b37d0f7c3d-343ed503 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-a1324147-1c80-f05d-8f49-70986d0943db-343ed503 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-b22a34ab-1a82-ba84-ac0c-43133fa3d92e-343ed503 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_153448ad-20c6-7694-011e-c494722b495d-343ed503 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-bc763282-921b-8204-93fe-1be3582a0dec-343ed503 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-cb103bd3-528c-9964-f91f-a44abf4ce6d0-343ed503 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_31be9902-5904-8a8b-38bc-b1d16a3690b9-343ed503 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_748e31dd-cbca-664b-8fcb-978ec98a92e2-343ed503 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_45c49d27-651a-4e04-5f84-96a8d027ee24-343ed503 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_6e088e14-c73f-0c63-5177-f385399207e4-343ed503 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-b9bfe83f-847e-3f65-985f-88da28efee53-343ed503 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-d49c5f4b-9147-3b33-53c6-a1ba4a766f15-343ed503 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_92924f48-9111-5ab2-34fd-37fa603b1d41-343ed503 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-d19e2fec-586d-28f7-9bd9-ea0af5a64aa2-764a493d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

@font-face {
  font-family: 'Ppmondwest';
  src: url('../fonts/PPMondwest-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ppmondwest';
  src: url('../fonts/PPMondwest-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticanowdisplay';
  src: url('../fonts/HelveticaNowDisplay-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticanowdisplay';
  src: url('../fonts/HelveticaNowDisplay-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticanowdisplay';
  src: url('../fonts/HelveticaNowDisplay-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Kcbrendanhand';
  src: url('../fonts/KCBrendanHand.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}