@font-face {
  font-family: Ppneuemontreal;
  src: url('../fonts/PPNeueMontreal-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ppneuemontreal Book;
  src: url('../fonts/PPNeueMontreal-Book.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ppneuemontreal;
  src: url('../fonts/PPNeueMontreal-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ppneuemontreal;
  src: url('../fonts/PPNeueMontreal-Thin.otf') format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.hero-section {
  background-color: #00c799;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100vh;
  min-height: 700px;
  max-height: 1000px;
  display: flex;
  position: relative;
}

.trail-heading {
  color: #fff;
  letter-spacing: -5px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ppneuemontreal Book, Arial, sans-serif;
  font-size: 12vw;
  font-weight: 400;
  line-height: 80%;
  position: relative;
}

.trail-wrap {
  z-index: 5;
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.trail-list {
  width: 100%;
  height: 100%;
  position: relative;
}

.trail-item {
  opacity: 0;
  border-radius: .3125em;
  width: 15em;
  height: 20em;
  position: absolute;
  overflow: hidden;
}

.trail-item__img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.hero-content {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  max-width: 1800px;
  padding-bottom: 4em;
  padding-left: 2em;
  padding-right: 2em;
}

.hero-content.var-2 {
  padding-bottom: 0;
}

.body {
  background-color: #e7efed;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  display: flex;
}

.image {
  width: 16em;
}

.text-span {
  color: #0000;
  background-image: url('../images/letter-a.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: .6em;
  height: .9em;
  margin-left: -.02em;
  position: absolute;
  inset: auto auto 0% 0%;
}

.text-span-2 {
  color: #0000;
}

.about-me-section {
  grid-column-gap: 6em;
  grid-row-gap: 6em;
  flex-flow: column;
  max-width: 1800px;
  padding: 4em 2em;
  display: flex;
}

.about-me-heading {
  color: #00c799;
  letter-spacing: -4px;
  width: 80%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ppneuemontreal Book, Arial, sans-serif;
  font-size: 5em;
  font-weight: 400;
  line-height: 80%;
}

.about-me-photos {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}

.div-block, .about-me-1 {
  width: 100%;
}

.image-2 {
  width: 60%;
}

.image-3 {
  width: 30%;
}

.about-me-2 {
  justify-content: center;
  align-items: flex-end;
  width: 100%;
}

.paragraph {
  color: #000c;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ppneuemontreal Book, Arial, sans-serif;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 140%;
}

.paragraph.bottom {
  margin-top: 0;
}

.paragraph.exh {
  max-width: 500px;
  margin-top: 0;
}

.paragraph.white {
  color: #fffc;
  max-width: 700px;
}

.div-block-copy {
  grid-column-gap: .8em;
  grid-row-gap: .8em;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.about-me-photos-copy {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}

.mono-text {
  color: #00000080;
  text-transform: uppercase;
  font-family: DM Mono, sans-serif;
  font-size: .8em;
  line-height: 140%;
}

.label {
  color: #0009;
  border: 1px solid #0009;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 0 .5em;
  font-family: Ppneuemontreal Book, Arial, sans-serif;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 140%;
  display: flex;
}

.label-block {
  grid-column-gap: .3em;
  grid-row-gap: .3em;
  flex-flow: wrap;
  width: 80%;
}

.categories-section {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 2000px;
  padding-left: 2px;
  padding-right: 2px;
  display: flex;
}

.category {
  background-image: url('../images/category-illustrations_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  min-height: 460px;
}

.category._1 {
  aspect-ratio: 5 / 7;
  justify-content: space-between;
  align-items: flex-start;
  height: auto;
  padding: 2em;
  display: none;
}

.category._2 {
  aspect-ratio: 1;
  cursor: pointer;
  background-image: url('../images/category-murals_1.avif');
  background-position: 50%;
  background-size: 100%;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: auto;
  max-height: 100vh;
  padding: 2em;
  transition: all .2s cubic-bezier(.165, .84, .44, 1);
  display: flex;
  position: relative;
}

.category._2:hover {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 110%;
  background-attachment: scroll;
}

.category._3 {
  aspect-ratio: 1;
  cursor: pointer;
  background-image: url('../images/category-paintings_1.avif');
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
  padding: 2em;
  transition: all .2s cubic-bezier(.165, .84, .44, 1);
  display: flex;
}

.category._3:hover {
  background-size: cover;
  transform: scale(.9);
}

.category._2-copy {
  aspect-ratio: 1;
  cursor: pointer;
  background-image: url('../images/category-paintings_1.avif');
  background-size: 100%;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: auto;
  padding: 2em;
  transition: all .2s cubic-bezier(.165, .84, .44, 1);
  display: flex;
  position: relative;
}

.category._2-copy:hover {
  background-size: 110%;
}

.label-white {
  color: #0009;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 0 .5em;
  font-family: Ppneuemontreal Book, Arial, sans-serif;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 140%;
  display: none;
}

.directional-scroll {
  pointer-events: none;
}

.marquee-advanced__scroll {
  will-change: transform;
  width: 100%;
  display: flex;
  position: relative;
}

.osmo-icon-svg {
  color: #ff4c24;
  width: 50%;
}

.marquee-advanced__item-width {
  background-color: #131313;
  border-radius: 1vw;
  justify-content: center;
  align-items: center;
  width: 18vw;
  height: 18vw;
  margin: 1vw;
  display: flex;
}

.marquee__advanced__p {
  color: #000c;
  letter-spacing: -4px;
  white-space: nowrap;
  margin-bottom: 0;
  margin-right: .15em;
  font-family: Ppneuemontreal Book, Arial, sans-serif;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 80%;
}

.exhibitions-section {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: none;
  min-height: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.marquee__advanced__arrow-svg {
  color: #ff4c24;
  width: 1em;
  margin-right: .25em;
  display: none;
  position: relative;
}

.marquee-advanced__item {
  justify-content: flex-start;
  align-items: center;
  margin-right: 0;
  padding-right: .5em;
  font-size: max(4em, 8vw);
  display: flex;
}

.marquee-advanced__collection {
  will-change: transform;
  display: flex;
  position: relative;
}

.marquee-advanced {
  width: 100vw;
  padding-top: 3em;
  padding-bottom: 3em;
  position: relative;
  overflow: hidden;
}

.marquee__advanced__arrow-svg-copy {
  color: #ff4c24;
  width: .25em;
  margin-right: 0;
  position: relative;
}

.exhibitions-shape {
  justify-content: center;
  align-items: center;
  width: 1em;
  display: inline-flex;
}

.path, .path-2 {
  display: none;
}

.marquee__advanced__p-2 {
  white-space: nowrap;
  margin-bottom: 0;
  margin-right: .25em;
  font-size: 1em;
}

.section-resource-2 {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: auto;
  padding-top: 3em;
  padding-bottom: 3em;
  display: flex;
}

.marquee-advanced__item-2 {
  justify-content: flex-start;
  align-items: center;
  font-size: max(4em, 8vw);
  display: flex;
}

.image-4 {
  font-size: max(4em, 8vw);
}

.image-5 {
  font-size: 2vw;
}

.ex-shape {
  color: #0000;
  background-image: url('../images/shape1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 0;
  margin-right: .1em;
}

.ex-shape2 {
  color: #0000;
  background-image: url('../images/shape2.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 0;
  margin-right: .1em;
}

.divider {
  color: #0009;
  background-color: #0009;
  width: 100%;
  height: 1px;
}

.exhibition {
  width: 100%;
  max-width: 1800px;
  height: 30vw;
  min-height: 200px;
  max-height: 400px;
  padding: 2em;
  display: none;
}

.exhibition-right {
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  width: 60%;
  height: 100%;
  max-height: none;
}

.exhibition-left {
  flex-flow: row;
  justify-content: flex-end;
  align-items: flex-start;
  width: 40%;
  height: 100%;
  max-height: none;
}

.div-block-2 {
  aspect-ratio: 1;
  background-color: #00000014;
  width: auto;
  height: 100%;
}

.flex-block-2 {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
}

.flex-block-3 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  width: 100%;
}

.exhibition-name {
  color: #000c;
  letter-spacing: -1.5px;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  direction: ltr;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ppneuemontreal Book, Arial, sans-serif;
  font-size: 3.8em;
  font-weight: 400;
  line-height: 90%;
}

.collab-section {
  background-color: #292c2b;
  border-radius: 40px;
  width: calc(100% - 4px);
  margin-bottom: 2px;
  margin-left: 2px;
  margin-right: 2px;
}

.heading {
  color: #0009;
  letter-spacing: -4px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ppneuemontreal Book, Arial, sans-serif;
  font-size: 8em;
  font-weight: 400;
  line-height: 80%;
}

.collab-content {
  max-width: none;
  min-height: 640px;
  padding: 2em;
  display: flex;
}

.heading-collab {
  color: #fff9;
  letter-spacing: -4px;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ppneuemontreal Book, Arial, sans-serif;
  font-size: 8em;
  font-weight: 400;
  line-height: 80%;
}

.flex-block-4 {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}

.social-link {
  opacity: .6;
  color: #fff;
  text-transform: uppercase;
  font-family: DM Mono, sans-serif;
  font-size: .8em;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.social-link:hover {
  opacity: 1;
  text-decoration: underline;
}

.social-link.white {
  color: #fff;
}

.social-row {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
}

.contact-link {
  color: #fffc;
  font-family: Ppneuemontreal Book, Arial, sans-serif;
  font-size: 2.5em;
  line-height: 140%;
  text-decoration: none;
}

.contact-link:hover {
  color: #fff;
  text-decoration: underline;
}

.div-block-3 {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.flex-block-5 {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}

.image-6 {
  width: 60px;
}

.bottom-section {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 2em;
  display: flex;
}

._1-4-column {
  width: 100%;
}

._1-4-column.right {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  justify-content: flex-end;
  align-items: flex-start;
}

.link-block {
  text-decoration: none;
}

.link {
  color: #000c;
  font-family: Ppneuemontreal Book, Arial, sans-serif;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.link:hover {
  color: #000;
  text-decoration: underline;
}

.feedspring-section {
  margin-left: 2px;
  margin-right: 2px;
  padding: 0;
  position: relative;
}

.feedspring {
  z-index: 5;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 2400px;
  margin-left: auto;
  margin-right: auto;
}

.instagram-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 40px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  overflow: hidden;
}

.intagram-post {
  aspect-ratio: 1;
  border-radius: 0;
  flex-direction: column;
  justify-content: flex-start;
  position: relative;
  overflow: hidden;
}

.instagram-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.instagram-link {
  z-index: 99;
  opacity: 1;
  color: #fff;
  background-color: #0a0a0aa3;
  justify-content: center;
  align-items: center;
  padding: 24px;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0%;
}

.instagram-logo {
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  transition: color .2s;
  display: flex;
}

.image-7 {
  z-index: 999;
  width: 25%;
  max-width: 400px;
  position: absolute;
  inset: 12% 15% auto auto;
}

.div-block-4 {
  z-index: 1000;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 15% 20% auto auto;
}

.image-8 {
  position: static;
  inset: auto 2em 2em auto;
}

.image-8:hover {
  border-radius: 100px;
}

.image-9 {
  max-width: none;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  position: static;
  inset: 0% 0% auto auto;
}

.image-10 {
  position: static;
}

.image-11 {
  position: absolute;
}

.instagram-button {
  z-index: 1000;
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  background-color: #fff6;
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  padding: 1em;
  display: flex;
  position: absolute;
  inset: 15% 20% auto auto;
}

.arrow {
  position: absolute;
  inset: auto;
}

.arrow:hover {
  border-radius: 100px;
}

.faq-label-icon {
  justify-content: center;
  align-items: center;
  margin-top: 1.5em;
  display: flex;
}

.faq-label-icon:hover {
  opacity: .4;
}

.heading-2 {
  color: #191b19;
  white-space: normal;
  word-break: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 140%;
}

.exhibitions-accordions {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  border-bottom: 1.5px #1212121a;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
}

.faq-2 {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.accordion-pane {
  background-color: #0000;
  padding-bottom: 0;
  padding-left: 2em;
  padding-right: 2em;
  display: block;
  position: relative;
  overflow: clip;
}

.faq-1 {
  justify-content: space-between;
  align-items: flex-start;
  width: 50%;
  height: auto;
  padding-left: 1.5em;
}

.faq-image {
  width: 16vw;
  max-width: 180px;
  position: absolute;
  inset: auto auto 40px 60px;
}

.faq-accordion {
  border-bottom: 1px #191b191a;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.accordion-label {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0000;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: auto;
  min-height: auto;
  padding: 2em 2em 5em;
  font-size: 16px;
  display: flex;
}

.faq-icon-bar {
  background-color: #0009;
  width: 2em;
  height: 1.5px;
}

.faq-icon-bar._2 {
  background-color: #0009;
  width: 2em;
  position: absolute;
  transform: rotate(90deg);
}

.h1 {
  color: #191b19;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 400;
  line-height: 110%;
}

.h1.faq {
  width: 100%;
  max-width: 320px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 4rem;
  line-height: 96%;
}

.line {
  background-color: #191b1914;
  width: 100%;
  height: 1px;
}

.p-14-2 {
  opacity: .8;
  color: #191b19;
  text-align: left;
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1em;
  font-weight: 400;
  line-height: 150%;
}

.p-14-2.xxx {
  opacity: .8;
  color: #191b19;
  max-width: none;
  margin-bottom: 0;
  padding-bottom: 1.5em;
  font-size: 1em;
  font-weight: 400;
}

.image-12 {
  width: 100px;
}

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

.exhibition-column2 {
  width: calc(50% - 2em);
}

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

.exhibition-column1 {
  grid-column-gap: .3em;
  grid-row-gap: .3em;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  height: 100%;
  display: flex;
}

.faq-label-icon-copy {
  justify-content: center;
  align-items: center;
  margin-top: .8em;
  display: flex;
}

.faq-label-icon-copy:hover {
  opacity: .4;
}

.faq-icon-bar-copy {
  background-color: #0000;
  width: 2em;
  height: 1.5px;
}

.faq-icon-bar-copy._2 {
  background-color: #0009;
  width: 2em;
  position: absolute;
  transform: rotate(90deg);
}

.faq-icon-bar-copyyy {
  background-color: #0009;
  width: 2em;
  height: 1.5px;
}

.faq-icon-bar-copyyy._2 {
  background-color: #0000;
  width: 2em;
  position: absolute;
  transform: rotate(90deg);
}

.flex-block-6 {
  padding-top: 0;
  padding-bottom: 2em;
  padding-right: 0;
}

.exhibition-column3 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  height: 100%;
  display: flex;
}

.exhibition-column4 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  align-items: flex-start;
  width: 50%;
  height: auto;
  display: flex;
}

.exhibition-photo {
  aspect-ratio: 1;
  background-color: #fff;
  width: 100%;
  height: auto;
}

.navbar-logo-left {
  width: 100%;
  padding-left: 2em;
  padding-right: 2em;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1800px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 2em 0 1.5em;
}

.container {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  width: auto;
  display: flex;
}

.navbar-brand.w--current {
  opacity: .8;
}

.navbar-brand.w--current:hover {
  opacity: 1;
}

.nav-menu-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.nav-menu-two {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link {
  color: #fffc;
  letter-spacing: .25px;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  padding: .5em 1em;
  font-family: Ppneuemontreal Book, Arial, sans-serif;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
  display: flex;
}

.nav-link:hover {
  color: #fff;
  text-decoration: underline;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.lightbox-link-2 {
  padding-bottom: 0;
  position: absolute;
  inset: 0%;
}

.text-block {
  color: #fff;
  letter-spacing: -4px;
  width: 100%;
  font-family: Ppneuemontreal Book, Arial, sans-serif;
  font-size: 6em;
  line-height: 80%;
}

.paintings-link, .murals-link {
  border-radius: 40px;
  width: 100%;
  text-decoration: none;
  overflow: hidden;
}

.list-item {
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
}

.gallery-item__img {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 0;
  width: 100%;
}

.lightbox-img__item {
  visibility: hidden;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.lightbox-nav__col {
  width: 33.333%;
}

.lightbox-nav__col.start {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.lightbox-nav__col.center {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  justify-content: center;
  align-items: center;
  display: flex;
}

.lightbox-nav__col.end {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.lightbox-img {
  object-fit: contain;
  border-radius: .375em;
  min-width: auto;
  max-height: 100%;
}

.lightbox-nav__dot {
  background-color: currentColor;
  border-radius: 10em;
  width: .375em;
  height: .375em;
  margin-bottom: -.1em;
  transition-property: transform;
  transition-duration: .45s;
  transition-timing-function: cubic-bezier(.625, .05, 0, 1);
}

.gallery-item__button {
  aspect-ratio: 1;
  outline-offset: -1px;
  background-color: #0000;
  border: 1px #000;
  border-radius: .375em;
  outline: 1px #131313;
  width: 100%;
  padding: 0;
}

.gallery-item__button:focus-visible, .gallery-item__button[data-wf-focus-visible] {
  outline-offset: 3px;
  border-radius: .25em;
  outline: 1px solid #131313;
}

.lightbox-nav__button {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  background-color: #0000;
  justify-content: flex-start;
  align-items: center;
  margin: -1em;
  padding: 1em;
  display: flex;
}

.gallery-grid__item {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
}

/* Reserve gallery width before images load, so opening an exhibition
   accordion does not reflow from a collapsed height to full height.
   Without a width here, .gallery-group is a width:auto flex item whose
   size derives from the images' intrinsic widths (0 until loaded). */
.gallery-group {
  width: 100%;
}

.gallery-grid {
  grid-column-gap: 10px;
  grid-row-gap: 4em;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 0;
  display: flex;
}

.lightbox-img__list {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.lightbox-wrap {
  z-index: 100;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100dvh;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
}

.lightbox-nav {
  z-index: 2;
  color: #fff;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: absolute;
  bottom: 2em;
  left: 2em;
  right: 2em;
}

.lightbox-nav__text {
  margin-bottom: 0;
  font-family: Ppneuemontreal Book, Arial, sans-serif;
  font-size: 1em;
}

.lightbox-img__wrap {
  width: 90vw;
  height: calc(100svh - 10em);
}

.centered-nav__banner-text {
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: .875em;
  font-weight: 400;
  line-height: 1;
}

.centered-nav__toggle {
  pointer-events: auto;
  cursor: pointer;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 2.5em;
  height: 2.5em;
  padding: 0;
  display: flex;
  position: relative;
}

.centered-nav__toggle-bar {
  background-color: #131313;
  width: 1.875em;
  height: .125em;
  position: absolute;
}

.centered-nav__banner {
  color: #fff;
  background-color: #ff4c24;
  max-width: 100%;
  padding-top: 1em;
  padding-bottom: 1em;
  text-decoration: none;
  transition: background-color .15s;
  overflow: hidden;
}

.centered-nav__banner:hover {
  background-color: #ff4c24e6;
}

.navigation__dark-bg {
  opacity: 0;
  pointer-events: auto;
  visibility: hidden;
  background-color: #000;
  position: absolute;
  inset: 0;
}

.navigation {
  z-index: 500;
  pointer-events: none;
  display: none;
  position: fixed;
  inset: 0;
}

.centered-nav__banner-w {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.hamburger-nav__p {
  white-space: nowrap;
  margin-bottom: 0;
  font-size: 1.875em;
  line-height: 1;
}

.centered-nav {
  border-radius: .75em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 30em;
  display: flex;
  position: absolute;
  top: 2em;
  left: 50%;
  transform: translate(-50%);
}

.centered-nav__ul {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  display: flex;
  position: relative;
}

.centered-nav__li {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: clip;
}

.centered-nav__content {
  border-bottom-right-radius: .75em;
  border-bottom-left-radius: .75em;
  grid-template-rows: 0fr;
  display: grid;
  position: relative;
  overflow: hidden;
}

.centered-nav__logo {
  pointer-events: auto;
  color: #131313;
  justify-content: center;
  align-items: center;
  width: 7.5em;
  display: flex;
}

.centered-nav__bg {
  background-color: #fff;
  border-radius: .75em;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.centered-nav__banner-row {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.centered-nav__banner-inner {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  padding-right: 2em;
  display: flex;
}

.centered-nav__banner-item {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hamburger-nav__a {
  color: #131313;
  justify-content: center;
  align-items: center;
  padding-top: 1em;
  padding-bottom: 1em;
  text-decoration: none;
  display: flex;
  position: relative;
}

/* Murals/Paintings use the light nav variant (.centered-nav.va2), where the
   default white hamburger label is invisible. Force black on those pages. */
.centered-nav.va2 .hamburger-nav__p {
  color: #000;
}

.hamburger-nav__a:hover {
  border-bottom-color: #00000080;
}

.centered-nav__logo-svg {
  width: 100%;
  height: 100%;
}

.centered-nav__header {
  z-index: 1;
  justify-content: space-between;
  align-items: center;
  padding: 1.25em 1.5em 1.25em 1.625em;
  display: flex;
  position: relative;
}

.centered-nav__inner {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  pointer-events: auto;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 10000%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.link-2 {
  color: #fff;
  text-decoration: none;
}

.link-2:hover {
  text-decoration: underline;
}

.gallery-grid__item-copy {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  height: auto;
}

.gallery-item__button-copy {
  aspect-ratio: 16 / 9;
  outline-offset: -1px;
  background-color: #0000;
  border: 1px #000;
  border-radius: .375em;
  outline: 1px #131313;
  width: 100%;
  padding: 0;
}

.gallery-item__button-copy:focus-visible, .gallery-item__button-copy[data-wf-focus-visible] {
  outline-offset: 3px;
  border-radius: .25em;
  outline: 1px solid #131313;
}

.gallery-item__img-copy {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 0;
  width: 100%;
}

.gallery-grid__item-copy {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
}

.gallery-grid__item-copy-copy {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  display: none;
}

.gallery-grid__item-copy-2 {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  height: auto;
}

.murals-section {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  background-color: #0000;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: auto;
  max-height: none;
  display: flex;
  position: relative;
}

.trail-heading-copy {
  color: #000;
  letter-spacing: -5px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ppneuemontreal Book, Arial, sans-serif;
  font-size: 12vw;
  font-weight: 400;
  line-height: 80%;
  position: relative;
}

.navbar-logo-left-copy {
  width: 100%;
  padding-left: 2em;
  padding-right: 2em;
}

.nav-link-copy {
  color: #000c;
  letter-spacing: .25px;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  padding: .5em 1em;
  font-family: Ppneuemontreal Book, Arial, sans-serif;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
  display: flex;
}

.nav-link-copy:hover {
  color: #000;
  text-decoration: underline;
}

.nav-link-copy:focus-visible, .nav-link-copy[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.navigation-copy {
  z-index: 500;
  pointer-events: none;
  display: none;
  position: fixed;
  inset: 0;
}

.gallery-item__img-2 {
  border-radius: 0;
  width: 100%;
}

.gallery-group-2 {
  padding-left: 2em;
  padding-right: 2em;
}

.gallery-item__button-2 {
  outline-offset: -1px;
  background-color: #0000;
  border: 1px #000;
  border-radius: 0;
  outline: 1px #131313;
  width: 100%;
  padding: 0;
}

.gallery-item__button-2:focus-visible, .gallery-item__button-2[data-wf-focus-visible] {
  outline-offset: 3px;
  border-radius: .25em;
  outline: 1px solid #131313;
}

.gallery-grid__item-2 {
  width: calc(33.3333% - 1.33333px);
}

.gallery-grid-2 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 6em;
  display: flex;
}

.lightbox-nav__text-2 {
  margin-bottom: 0;
  font-size: 1em;
}

.navigation-copy-copy {
  z-index: 500;
  pointer-events: none;
  display: none;
  position: fixed;
  inset: 0;
}

.hero-section-2 {
  background-color: #00c799;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 500px;
  max-height: 1000px;
  display: flex;
  position: relative;
}

.image-13, .image-14 {
  width: 180px;
}

@media screen and (min-width: 1440px) {
  .trail-heading {
    font-size: 12em;
    font-weight: 400;
  }

  .hero-content {
    max-width: 2400px;
    padding-bottom: 4em;
  }

  .body {
    background-color: #e7efed;
    justify-content: space-between;
    align-items: center;
  }

  .image {
    width: 20em;
  }

  .about-me-section {
    flex-flow: column;
    width: 100%;
    max-width: 2400px;
    padding: 4em 2em;
    display: flex;
  }

  .about-me-heading {
    color: #00c799;
    letter-spacing: -4px;
    width: 80%;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Ppneuemontreal Book, Arial, sans-serif;
    font-size: 6em;
    font-weight: 400;
    line-height: 80%;
  }

  .about-me-photos {
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }

  .div-block {
    width: 100%;
  }

  .image-2 {
    width: 55%;
  }

  .image-3 {
    width: 25%;
  }

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

  .about-me-photos-copy {
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }

  .categories-section {
    justify-content: space-between;
    align-items: center;
    max-width: 2400px;
  }

  .category._2 {
    max-height: none;
  }

  .exhibition {
    display: none;
  }

  .collab-section {
    justify-content: space-between;
    align-items: center;
    width: calc(100% - 4px);
    max-width: 2400px;
    margin-left: 2px;
    margin-right: 2px;
    display: flex;
  }

  .collab-content {
    width: 100%;
  }

  .bottom-section {
    max-width: 2400px;
  }

  .exhibitions-accordions {
    border-bottom-style: none;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    max-width: none;
    height: auto;
    max-height: none;
    padding-left: 0;
    padding-right: 0;
  }

  .faq-2 {
    max-width: 2400px;
  }

  .faq-1 {
    width: 50%;
  }

  .faq-accordion {
    width: 100%;
    max-width: 2400px;
  }

  .exhibition-column2 {
    width: calc(50% - 2em);
  }

  .exhibition-column1, .exhibition-column3, .exhibition-column4 {
    width: 50%;
  }

  .navbar-logo-left {
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar-logo-left-container.shadow-three {
    max-width: 2400px;
    padding-left: 2em;
    padding-right: 2em;
  }

  .lightbox-link {
    position: absolute;
    inset: 0%;
  }

  .trail-heading-copy {
    font-size: 12em;
    font-weight: 400;
  }

  .trail-heading-copy.car-2 {
    font-size: 10em;
  }

  .navbar-logo-left-copy {
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .gallery-grid__item-2 {
    width: calc(33.3333% - 1.33333px);
  }

  .gallery-grid-2 {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
  }
}

@media screen and (max-width: 991px) {
  .hero-section {
    justify-content: flex-end;
    align-items: center;
    height: auto;
    min-height: 500px;
  }

  .trail-heading {
    color: #fff;
    font-size: 15vw;
  }

  .hero-content {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    padding-top: 10em;
  }

  .hero-content.var-2 {
    justify-content: flex-start;
    align-items: flex-end;
    padding-bottom: 0;
  }

  .image {
    order: 0;
    width: 20vw;
    max-width: 200px;
  }

  .about-me-section {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
  }

  .image-2 {
    width: 80%;
  }

  .paragraph {
    font-size: 1.2em;
  }

  .category._2, .category._2:hover, .category._2-copy, .category._2-copy:hover {
    background-size: cover;
  }

  .exhibition-name {
    font-size: 3em;
    line-height: 100%;
  }

  .collab-content {
    min-height: 500px;
  }

  .heading-collab {
    font-size: 6em;
  }

  .contact-link {
    font-size: 2em;
  }

  .link {
    font-size: 1.2em;
  }

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

  .instagram-button {
    display: none;
  }

  .faq-label-icon {
    width: 2em;
    height: 2em;
    margin-top: 2em;
    margin-right: 2em;
    display: flex;
    position: absolute;
    inset: 0% 0% 0% auto;
  }

  .heading-2 {
    font-size: 22px;
  }

  .exhibitions-accordions {
    flex-flow: column;
    height: auto;
    padding-top: 0;
    padding-bottom: 2em;
  }

  .faq-2 {
    width: 100%;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .accordion-pane {
    padding-left: 2em;
    padding-right: 2em;
    font-size: 16px;
  }

  .faq-1 {
    width: 100%;
    padding-bottom: 2em;
    padding-left: 1.5em;
  }

  .faq-image {
    opacity: 0;
  }

  .accordion-label {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    flex-flow: column;
    padding: 2em;
  }

  .faq-icon-bar {
    width: 2em;
  }

  .h1 {
    font-size: 36px;
  }

  .h1.faq {
    max-width: none;
  }

  .p-14-2.xxx {
    padding-bottom: 1em;
  }

  .exhibition-column2 {
    width: calc(90% - 2em);
  }

  .faq-icon-bar-copy, .faq-icon-bar-copyyy {
    width: 20px;
  }

  .flex-block-6 {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-flow: column;
  }

  .exhibition-column4 {
    width: 100%;
  }

  .navbar-logo-left {
    display: none;
  }

  .container {
    max-width: 728px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

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

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .text-block {
    font-size: 4em;
  }

  .centered-nav__banner-text {
    color: #000;
    background-color: #0000;
  }

  .centered-nav__toggle-bar {
    background-color: #fff;
  }

  .centered-nav__toggle-bar.var-2 {
    background-color: #000;
  }

  .centered-nav__banner {
    background-color: #fff;
  }

  .centered-nav__banner:hover {
    color: #000;
    background-color: #fff;
  }

  .navigation {
    display: flex;
    position: static;
  }

  .centered-nav__banner-w {
    font-family: Ppneuemontreal Book, Arial, sans-serif;
    font-size: 1.5em;
  }

  .hamburger-nav__p {
    color: #fff;
    letter-spacing: -1px;
    font-family: Ppneuemontreal Book, Arial, sans-serif;
    font-weight: 100;
  }

  .centered-nav {
    width: 100%;
    top: 0;
    left: auto;
  }

  .centered-nav__ul {
    font-family: Ppneuemontreal Book, Arial, sans-serif;
    font-size: 1.5em;
  }

  .centered-nav__content {
    border-radius: 0;
  }

  .centered-nav__logo {
    width: 9em;
  }

  .centered-nav__logo._2, .centered-nav__logo.var-3 {
    display: none;
  }

  .centered-nav__bg {
    background-color: #00c799;
  }

  .centered-nav__bg.var-2 {
    background-color: #e7efed;
  }

  .centered-nav__header {
    padding: 1.5em 2em;
  }

  .murals-section {
    justify-content: flex-end;
    align-items: center;
    height: auto;
    min-height: 500px;
  }

  .trail-heading-copy {
    color: #000;
    font-size: 15vw;
  }

  .trail-heading-copy.car-2 {
    font-size: 14vw;
  }

  .navbar-logo-left-copy {
    display: none;
  }

  .nav-link-copy {
    padding-left: 5px;
    padding-right: 5px;
  }

  .navigation-copy {
    display: none;
    position: static;
  }

  .gallery-grid-2 {
    grid-column-gap: 2px;
    padding-bottom: 2em;
  }

  .navigation-copy-copy {
    display: flex;
    position: static;
  }

  .hero-section-2 {
    justify-content: flex-end;
    align-items: center;
    height: auto;
    min-height: 500px;
  }

  .image-16 {
    width: 180px;
  }
}

@media screen and (max-width: 767px) {
  .hero-section {
    min-height: 400px;
  }

  .hero-content {
    justify-content: center;
    align-items: center;
  }

  .hero-content.var-2 {
    padding-left: 1.7em;
  }

  .about-me-1 {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    flex-flow: column;
  }

  .image-2 {
    width: 60%;
  }

  .about-me-photos-copy {
    display: none;
  }

  .label-block {
    width: 100%;
  }

  .categories-section {
    flex-flow: column;
  }

  .marquee__advanced__p {
    font-size: 1.5em;
  }

  .collab-content {
    grid-column-gap: 6em;
    grid-row-gap: 6em;
    flex-flow: column;
    min-height: auto;
  }

  .heading-collab {
    font-size: 4em;
  }

  .flex-block-4 {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  .flex-block-5 {
    flex-flow: row;
  }

  .image-6 {
    width: 40px;
  }

  .bottom-section {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  ._1-4-column.right {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .feedspring-section {
    padding-top: 0;
    padding-bottom: 0;
  }

  .feedspring {
    justify-content: center;
    align-items: center;
  }

  .intagram-post {
    border-radius: 0;
  }

  .instagram-button {
    display: none;
  }

  .heading-2 {
    font-size: 20px;
  }

  .exhibitions-accordions {
    padding-left: 0;
    padding-right: 0;
  }

  .accordion-pane {
    padding-left: 2em;
    padding-right: 2em;
  }

  .faq-1 {
    padding-bottom: 1.5em;
    padding-left: 1em;
  }

  .accordion-label {
    grid-column-gap: 1.2em;
    grid-row-gap: 1.2em;
    padding-left: 2em;
    padding-right: 2em;
  }

  .faq-icon-bar {
    width: 2em;
  }

  .h1 {
    text-align: center;
    font-size: 28px;
  }

  .h1.faq {
    text-align: left;
    font-size: 3.5rem;
  }

  .exhibition-column2 {
    width: 100%;
  }

  .exhibition-column1 {
    width: 80%;
  }

  .faq-icon-bar-copy, .faq-icon-bar-copyyy {
    width: 18px;
  }

  .exhibition-column3 {
    width: 100%;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .text-block {
    letter-spacing: -3px;
    font-size: 3em;
  }

  .gallery-grid__item {
    width: calc(50% - .5em);
  }

  .gallery-grid {
    grid-column-gap: .5em;
  }

  .centered-nav {
    width: auto;
    top: 1em;
    left: 1em;
    right: 1em;
    transform: none;
  }

  .centered-nav__header {
    width: 100%;
    padding: 1em 1.5em;
  }

  .centered-nav__header.var-2 {
    padding-left: 1.3em;
    padding-right: 1.3em;
  }

  .gallery-grid__item-copy, .gallery-grid__item-copy-copy {
    width: calc(50% - .5em);
  }

  .gallery-grid__item-copy-2 {
    width: 100%;
  }

  .murals-section {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    min-height: 400px;
  }

  .trail-heading-copy.car-2 {
    text-align: center;
    width: 100%;
  }

  .nav-link-copy {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .navigation-copy {
    display: none;
  }

  .gallery-item__img-2 {
    border-radius: 0;
  }

  .gallery-group-2 {
    padding-left: 2em;
    padding-right: 2em;
  }

  .gallery-item__button-2 {
    border-radius: 0;
  }

  .gallery-grid__item-2 {
    width: calc(50% - 1px);
  }

  .gallery-grid-2 {
    grid-column-gap: 2px;
  }

  .navigation-copy-copy {
    display: flex;
  }

  .hero-section-2 {
    min-height: 400px;
  }

  .image-16 {
    width: 180px;
  }
}

@media screen and (max-width: 479px) {
  .hero-section {
    background-color: #0000;
    min-height: auto;
    max-height: none;
    padding-top: 10em;
  }

  .trail-heading {
    color: #000c;
    text-align: center;
    letter-spacing: -4px;
    font-size: 21vw;
  }

  .hero-content {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    padding-top: 4em;
    padding-left: 1em;
    padding-right: 1em;
  }

  .hero-content.var-2 {
    justify-content: flex-end;
    align-items: flex-start;
    padding-top: 0;
    padding-left: .8em;
  }

  .image {
    order: -9999;
    width: 30vw;
  }

  .text-span {
    background-image: url('../images/a-green.png');
    left: 29%;
    right: 28%;
  }

  .about-me-section {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    padding: 2em 1em 3em;
  }

  .about-me-1 {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  .image-2 {
    width: 100%;
  }

  .label {
    font-size: 1em;
  }

  .marquee__advanced__p {
    font-size: 1.1em;
  }

  .exhibition-name {
    font-size: 2.5em;
  }

  .contact-link {
    color: #fff;
    font-size: 1.5em;
  }

  .bottom-section {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    padding: 2em 1em;
  }

  ._1-4-column, ._1-4-column.right {
    justify-content: center;
    align-items: center;
  }

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

  .instagram-link {
    padding: 20px;
  }

  .faq-label-icon {
    width: 1.5em;
    height: 1.5em;
    margin-top: 0;
    margin-right: 0;
    inset: 1em 1em auto auto;
  }

  .heading-2 {
    font-size: 1.1em;
  }

  .exhibitions-accordions {
    height: auto;
    padding-top: 0;
    padding-bottom: 1em;
  }

  .faq-2 {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .accordion-pane {
    padding-left: 1em;
    padding-right: 1em;
  }

  .faq-1 {
    padding-bottom: 1em;
    padding-left: 1em;
  }

  .accordion-label {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    justify-content: space-between;
    align-items: flex-start;
    padding: 1em;
  }

  .faq-icon-bar, .faq-icon-bar._2 {
    width: 1.5em;
  }

  .h1 {
    font-size: 24px;
  }

  .h1.faq {
    width: 90%;
    font-size: 3rem;
  }

  .p-14-2.xxx {
    font-size: .9em;
  }

  .faq-label-icon-copy {
    margin-top: 0;
  }

  .faq-icon-bar-copy, .faq-icon-bar-copy._2, .faq-icon-bar-copyyy, .faq-icon-bar-copyyy._2 {
    width: 16px;
  }

  .flex-block-6 {
    padding-bottom: 1em;
  }

  .container {
    max-width: none;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .gallery-group {
    width: 100%;
  }

  .gallery-grid__item {
    width: calc(50% - .375em);
  }

  .gallery-grid {
    grid-column-gap: .3em;
    grid-row-gap: 3em;
  }

  .centered-nav__banner-text {
    color: #fff;
  }

  .centered-nav__toggle-bar {
    background-color: #000;
  }

  .centered-nav__banner {
    background-color: #00c799;
  }

  .centered-nav__banner:hover {
    color: #fff;
    background-color: #00c799;
  }

  .navigation {
    display: flex;
  }

  .hamburger-nav__p {
    color: #000;
  }

  .centered-nav {
    border-radius: 0;
    justify-content: flex-start;
    align-items: stretch;
  }

  .centered-nav__logo {
    width: 8em;
    display: none;
  }

  .centered-nav__logo._2, .centered-nav__logo.var-3 {
    display: flex;
  }

  .centered-nav__bg {
    background-color: #fff;
  }

  .centered-nav__header {
    padding: .8em 1.2em;
  }

  .gallery-grid__item-copy, .gallery-grid__item-copy-copy {
    width: calc(50% - .375em);
  }

  .gallery-grid__item-copy-2 {
    width: 100%;
  }

  .murals-section {
    background-color: #0000;
    min-height: auto;
    max-height: none;
    padding-top: 8em;
  }

  .trail-heading-copy {
    color: #000c;
    text-align: center;
    letter-spacing: -4px;
    font-size: 21vw;
  }

  .trail-heading-copy.car-2 {
    color: #000;
    font-size: 18vw;
  }

  .navigation-copy {
    display: none;
  }

  .gallery-group-2 {
    padding-left: 1em;
    padding-right: 1em;
  }

  .gallery-grid__item-2 {
    width: calc(50% - .25em);
  }

  .gallery-grid-2 {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
  }

  .navigation-copy-copy {
    display: flex;
  }

  .hero-section-2 {
    background-color: #0000;
    min-height: auto;
    max-height: none;
    padding-top: 10em;
  }

  .image-15 {
    width: 180px;
  }
}

#w-node-bda47366-5bae-b975-18c3-1375b939c958-065e526f, #w-node-bda47366-5bae-b975-18c3-1375b939c95c-065e526f, #w-node-bda47366-5bae-b975-18c3-1375b939c960-065e526f, #w-node-bda47366-5bae-b975-18c3-1375b939c964-065e526f, #w-node-bda47366-5bae-b975-18c3-1375b939c968-065e526f, #w-node-bda47366-5bae-b975-18c3-1375b939c96c-065e526f, #w-node-bda47366-5bae-b975-18c3-1375b939c970-065e526f, #w-node-bda47366-5bae-b975-18c3-1375b939c974-065e526f, #w-node-bda47366-5bae-b975-18c3-1375b939c958-664440e2, #w-node-bda47366-5bae-b975-18c3-1375b939c95c-664440e2, #w-node-bda47366-5bae-b975-18c3-1375b939c960-664440e2, #w-node-bda47366-5bae-b975-18c3-1375b939c964-664440e2, #w-node-bda47366-5bae-b975-18c3-1375b939c968-664440e2, #w-node-bda47366-5bae-b975-18c3-1375b939c96c-664440e2, #w-node-bda47366-5bae-b975-18c3-1375b939c970-664440e2, #w-node-bda47366-5bae-b975-18c3-1375b939c974-664440e2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Ppneuemontreal';
  src: url('../fonts/PPNeueMontreal-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ppneuemontreal Book';
  src: url('../fonts/PPNeueMontreal-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ppneuemontreal';
  src: url('../fonts/PPNeueMontreal-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ppneuemontreal';
  src: url('../fonts/PPNeueMontreal-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}