@font-face {
  font-family: Bicyclette Ultra;
  src: url('../fonts/bicyclette-ultra.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Bicyclette;
  src: url('../fonts/bicyclette-light.woff2') format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Bicyclette;
  src: url('../fonts/bicyclette-italic.woff2') format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Bicyclette;
  src: url('../fonts/bicyclette-black.woff2') format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Bicyclette;
  src: url('../fonts/bicyclette-regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Bicyclette;
  src: url('../fonts/bicyclette-thin.woff2') format("woff2");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Bicyclette;
  src: url('../fonts/bicyclette-bold.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Neuzeit Grotesk;
  src: url('../fonts/neuzeit_grotesk_light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Neuzeit Grotesk Extcond;
  src: url('../fonts/neuzeit_grotesk_extcond_black.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Neuzeit Grotesk;
  src: url('../fonts/neuzeit_grotesk_black.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Neuzeit Grotesk Cond;
  src: url('../fonts/neuzeit_grotesk_cond_black.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

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

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

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  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;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  background-color: #e9e8e2;
  font-family: Neuzeit Grotesk, Arial, sans-serif;
  font-size: 22px;
  line-height: 30px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

p {
  margin-bottom: 30px;
}

a {
  color: #1a1a1a;
  text-decoration: underline;
}

.wrapper {
  flex-flow: column;
  min-height: 100vh;
  transition: all .2s;
  display: flex;
}

.wrapper.landing-page {
  justify-content: center;
}

.body {
  background-color: #e9e8e2;
}

.brand {
  max-width: 168px;
  transition: all .2s;
}

.brand:hover {
  transform: scale(1.05);
}

.menu {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #e9e8e2b3;
  display: flex;
  position: sticky;
  inset: 0% 0% auto;
}

.menu-container {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: 100px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.nav-menu {
  color: #1a1a1a;
  text-transform: uppercase;
  font-family: Bicyclette, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
}

.menu-item {
  color: #444;
  padding-left: 30px;
  padding-right: 30px;
  transition: all .2s;
}

.menu-item:hover, .menu-item.w--current {
  color: #000;
}

.menu-item.hide {
  display: none;
}

.main {
  flex: 1;
  padding-top: 100px;
  padding-bottom: 100px;
}

.main.home {
  margin-top: -100px;
  padding-top: 0;
}

.footer {
  background-color: #2c3e50;
  min-height: 200px;
  display: flex;
}

.page-title {
  color: #1a1a1a;
  letter-spacing: 10px;
  text-transform: uppercase;
  font-family: Bicyclette, Arial, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 29px;
}

.subheader {
  color: #1a1a1a;
  margin-top: 60px;
  margin-bottom: 60px;
  font-family: Bicyclette, Arial, sans-serif;
  font-size: 50px;
  font-weight: 300;
  line-height: 54px;
}

.main-container {
  max-width: 1200px;
  padding-left: 20px;
  padding-right: 20px;
}

.main-container.artwork {
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.footer-container {
  justify-content: flex-start;
  align-items: center;
  max-width: 1200px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.footer-logo {
  width: 160px;
  margin-right: 60px;
  transition: all .2s;
  transform: translate(0);
}

.footer-logo:hover {
  transform: scale(1.05);
}

.footer-text {
  color: #e9e8e2;
  flex: 1;
  min-width: 500px;
  margin-bottom: 0;
  font-family: Neuzeit Grotesk, Arial, sans-serif;
  font-size: 12px;
  line-height: 14px;
}

.social-block {
  display: none;
}

.social-link {
  margin-left: 5px;
  margin-right: 5px;
  transition: all .2s;
}

.social-link:hover {
  transform: scale(1.05);
}

.dropdown-list {
  background-color: #ddd;
}

.dropdown-list.w--open {
  background-color: #f2f2f2;
}

.dropdown-link {
  color: #444;
  background-color: #e9e8e2;
  border-top: 1px solid #7070701a;
  transition: all .2s;
}

.dropdown-link:hover, .dropdown-link.w--current {
  color: #000;
}

.spacer {
  flex: 1;
  display: none;
}

.spacer.main-menu {
  min-width: 0;
  padding-top: 0;
  padding-left: 0;
  display: block;
}

.home-hero {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
  position: relative;
}

.mask-container {
  -webkit-clip-path: url('../images/.');
  clip-path: url('../images/.');
  height: 17.63vw;
  margin-bottom: 100px;
  overflow: hidden;
}

.parallax-image {
  min-width: 100%;
}

.button {
  color: #1a1a1a;
  text-transform: uppercase;
  background-color: #fff0;
  border: 1px solid #000;
  border-radius: 1px;
  align-self: flex-start;
  margin-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Bicyclette, Arial, sans-serif;
  font-size: 20px;
  transition: all .2s;
}

.button:hover {
  color: #fff;
  background-color: #1a1a1a;
}

.button.inquire, .button.gallery {
  align-self: center;
}

.text-block {
  margin-bottom: 40px;
  padding-right: 20px;
}

.section-big-text {
  justify-content: center;
  align-items: center;
  margin-top: 220px;
  margin-bottom: 220px;
  display: flex;
}

.big-text-02 {
  color: #b8860b;
  text-align: center;
  text-transform: uppercase;
  max-width: 1200px;
  font-family: Bicyclette, Arial, sans-serif;
  font-size: 140px;
  font-weight: 100;
  line-height: 129px;
}

.image-100-percent {
  object-fit: cover;
  min-width: 100%;
}

.image-100-percent.bottom-margin {
  margin-bottom: 10px;
}

.image-100-percent.bottom-margin.plaque {
  width: auto;
  min-width: 0%;
}

.artwork-header {
  flex-flow: column;
  align-self: stretch;
  padding-top: 10px;
  padding-left: 32px;
  display: flex;
  position: relative;
}

.artwork-anchor {
  color: #fff;
  text-align: center;
  background-color: #1a1a1a;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  font-family: Bicyclette, Arial, sans-serif;
  font-size: 20px;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

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

.form-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
}

.input-field {
  border: 1px solid #000;
  min-height: 60px;
  font-size: 18px;
  line-height: 18px;
}

.message-field {
  border: 1px solid #000;
  min-height: 200px;
  font-size: 18px;
  line-height: 18px;
}

.submit-button {
  color: #1a1a1a;
  text-transform: uppercase;
  background-color: #3898ec00;
  border: 1px solid #000;
  font-family: Bicyclette, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  transition: all .2s;
}

.submit-button:hover {
  color: #fff;
  background-color: #1a1a1a;
}

.email-link {
  color: #b8860b;
  text-decoration: none;
  transition: all .2s;
}

.email-link:hover {
  color: #2c3e50;
}

.event-grid-block {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 100px;
  display: grid;
}

.img-block {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background-color: #ddd;
  min-height: 0;
  display: block;
  overflow: hidden;
}

.event-item {
  background-color: #d7d3ce;
  min-width: 0;
}

.text-block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  padding: 20px 20px 0;
  display: flex;
}

.date-time-block {
  display: flex;
}

.date-icon {
  color: #d7d3ce;
  background-color: #1a1a1a;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 50px;
  height: 50px;
  display: flex;
}

.date-day {
  text-align: center;
  font-family: Bicyclette, Arial, sans-serif;
  font-size: 24px;
  line-height: 24px;
}

.date-month {
  text-align: center;
  text-transform: uppercase;
  font-family: Bicyclette, Arial, sans-serif;
  font-size: 12px;
  line-height: 12px;
}

.event-time-block {
  flex-flow: column;
  justify-content: center;
  margin-left: 15px;
  display: flex;
}

.event-small-text {
  font-size: 18px;
  line-height: 18px;
}

.event-title {
  margin-bottom: 20px;
  font-family: Bicyclette, Arial, sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 34px;
}

.event-status {
  color: #fff;
  text-transform: uppercase;
  background-color: #4a7c7e;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
  display: flex;
}

.event-status.limited {
  background-color: #b8860b;
}

.event-status.full {
  background-color: #cd5c5c;
}

.event-round-bullet {
  background-color: #2c3e50;
  border-radius: 14px;
  width: 17px;
  height: 17px;
}

.event-detail-block {
  margin-top: 20px;
  margin-bottom: 40px;
  display: flex;
}

.event-detail-item {
  align-items: center;
  margin-right: 20px;
  display: flex;
}

.event-detail-text {
  margin-left: 10px;
  font-size: 18px;
  line-height: 18px;
}

.title-body-text {
  margin-bottom: 20px;
  font-family: Bicyclette, Arial, sans-serif;
  font-size: 42px;
  font-weight: 300;
}

.big-text {
  text-align: center;
  margin-bottom: 40px;
  font-family: Bicyclette, Arial, sans-serif;
  font-size: 50px;
  font-weight: 300;
  line-height: 54px;
}

.big-text-block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.big-text-block.fade-up._01 {
  margin-top: 100px;
  margin-bottom: 60px;
}

.section-fullwidth-img {
  min-height: 580px;
  max-height: 580px;
  margin-top: 40px;
  margin-bottom: 100px;
  overflow: hidden;
}

.section-fullwidth-img.about {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
  position: relative;
  overflow: visible;
}

.section-fullwidth-img.about.fade-up {
  background-image: url('../images/gh01_1920px.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  max-height: 580px;
}

.section-fullwidth-img.conservation {
  background-image: url('../images/mask-group-13.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section-fullwidth-img.about02 {
  max-height: 580px;
  overflow: hidden;
}

.section-fullwidth-img.about02.fade-up {
  background-image: url('../images/202507_5kingsmeadrd_03.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.text-align-center {
  text-align: center;
}

.text-align-center.video-caption {
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.icon-display-none {
  color: #3a7970;
  font-size: 30px;
}

.slide-nav {
  margin-bottom: -40px;
  font-size: 12px;
}

.history-stack {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  height: auto;
  margin-top: 40px;
  padding: 0;
}

.year-anchor-block {
  flex-flow: column;
  display: flex;
  position: sticky;
  top: 220px;
}

.text-year-link {
  color: #1a1a1a;
  margin-bottom: 20px;
  font-size: 36px;
  font-weight: 300;
  text-decoration: none;
}

.text-year-link:hover {
  color: #cd5c5c;
}

.history-year-heading {
  border-bottom: 1px solid #707070;
  align-self: stretch;
  margin-top: 0;
  margin-bottom: 40px;
  padding-bottom: 20px;
  font-family: Bicyclette, Arial, sans-serif;
  font-size: 42px;
  font-weight: 300;
}

.photo-caption {
  text-align: center;
  margin-top: 20px;
  font-size: 14px;
  line-height: 18px;
}

.photo-caption._70-perc {
  max-width: 80%;
}

.photo-caption.align-left {
  text-align: left;
}

.photo-caption.section {
  z-index: 100;
  position: absolute;
  bottom: -26px;
  right: 20px;
}

.div-block-h {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  align-self: stretch;
  display: flex;
  position: relative;
}

.div-block-h.margin-bottom {
  margin-bottom: 60px;
}

.div-block-h.margin-bottom._100 {
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  margin-bottom: 100px;
}

.div-block-h.margin-top {
  margin-top: 100px;
}

.div-block-h.margin-top._20 {
  margin-top: 20px;
}

.div-col {
  flex: 1;
  align-self: flex-start;
  position: relative;
}

.div-col.center {
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  min-width: 0;
  max-width: none;
  display: flex;
}

.div-col.stretch-h {
  align-self: stretch;
}

.div-col.stretch-h.center {
  justify-content: center;
  align-items: flex-start;
}

.div-col.center {
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.div-col.center.hide {
  display: none;
}

.div-block-v {
  flex-flow: column;
  display: flex;
}

.div-block-v.center {
  align-items: center;
}

.div-block-v.center.v-space {
  margin-bottom: 60px;
}

.div-block-v.more {
  margin-top: 60px;
}

.div-block-v.more.hide {
  display: none;
}

.artwork-title {
  color: #1a1a1a;
  margin-bottom: 0;
  font-family: Bicyclette, Arial, sans-serif;
  font-size: 42px;
  font-weight: 300;
}

.artist-name {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Bicyclette, Arial, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 22px;
}

.artist-name.artwork {
  margin-bottom: 0;
}

.read-more-btn {
  color: #b8860b;
  text-decoration: none;
  transition: all .2s;
}

.read-more-btn:hover {
  color: #1a1a1a;
}

.read-more-btn.news {
  margin-top: 20px;
}

.read-more-btn.media {
  margin-top: 40px;
}

.artwork-para {
  margin-bottom: 10px;
  font-family: Neuzeit Grotesk, Arial, sans-serif;
}

.dropdown-toggle {
  color: #444;
  transition: all .2s;
}

.dropdown-toggle:hover {
  color: #000;
}

.more-button {
  color: #1a1a1a;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #1a1a1a;
  border-radius: 100%;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 116px;
  height: 116px;
  font-family: Bicyclette, Arial, sans-serif;
  font-size: 20px;
  line-height: 24px;
  transition: all .2s;
  display: flex;
}

.more-button:hover {
  color: #fff;
  background-color: #1a1a1a;
}

.artwork-counter {
  z-index: 100;
  color: #1a1a1a;
  font-family: Neuzeit Grotesk, Arial, sans-serif;
  font-size: 16px;
  position: fixed;
  inset: auto 20px 50% auto;
}

.birthdate-loc {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Bicyclette, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}

.heading {
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 24px;
  font-weight: 700;
  line-height: 20px;
}

.heading.margin-top {
  margin-top: 60px;
}

.heading.no-margin {
  margin-bottom: 0;
}

.paragraph {
  color: #1a1a1a;
  text-align: left;
  font-family: Neuzeit Grotesk, Arial, sans-serif;
  font-size: 18px;
}

.paragraph.comp {
  margin-bottom: 0;
  line-height: 24px;
}

.compositional-grid {
  grid-column-gap: 30px;
  grid-row-gap: 60px;
}

.modal-wrapper {
  z-index: 10000;
  flex-flow: column;
}

.modal-content {
  flex: 1;
}

.modal-close {
  z-index: 100;
}

.modal-close:hover {
  opacity: .8;
}

.scroll-icon {
  width: 120px;
  margin-left: -60px;
  position: absolute;
  inset: auto 0% 40px 50%;
}

.scroll-icon.device {
  display: none;
}

.logo-intro {
  width: 800px;
}

.hotspot-link {
  color: #cd5c5c;
  text-align: center;
  cursor: pointer;
  background-color: #fff;
  width: 32px;
  height: 32px;
  font-family: Open Sans, sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 31px;
  text-decoration: none;
  transition: all .2s;
  position: absolute;
  inset: auto 14% 16% auto;
}

.hotspot-link:hover {
  color: #fff;
  background-color: #cd5c5c;
  transform: scale(1.2);
}

.hotspot-link._02 {
  transition: all .2s;
  bottom: 31%;
  right: 56%;
}

.hotspot-link._03 {
  transition: all .2s;
  bottom: 35%;
  right: 6%;
}

.hotspot-link._04 {
  transition: all .2s;
  bottom: 43%;
  right: 37%;
}

.hotspot-link._05 {
  transition: all .2s;
  bottom: 22%;
  right: 50%;
}

.hotspot-link._06 {
  transition: all .2s;
  inset: auto auto 41% 16%;
}

.hotspot-link._07 {
  transition: all .2s;
  inset: auto auto 29% 29%;
}

.hotspot-link._08 {
  transition: all .2s;
  inset: auto 10% 30% auto;
}

.hotspot-link._09 {
  transition: all .2s;
  inset: auto auto 27% 18%;
}

.hotspot-link._10 {
  transition: all .2s;
  inset: auto 27% 35% auto;
}

.hotspot-link._11 {
  transition: all .2s;
  inset: auto auto 50% 38%;
}

.hotspot-link._12 {
  transition: all .2s;
  inset: auto auto 40% 17%;
}

.hotspot-link._13 {
  transition: all .2s;
  inset: auto auto 32% 46%;
}

.hotspot-link._14 {
  transition: all .2s;
  inset: auto auto 40% 12%;
}

.hotspot-link._15 {
  transition: all .2s;
  inset: auto auto 27% 9%;
}

.hotspot-link._16 {
  transition: all .2s;
  inset: auto auto 39% 17%;
}

.hotspot-link._17 {
  transition: all .2s;
  inset: auto auto 64% 30%;
}

.hotspot-link._18 {
  transition: all .2s;
  inset: auto auto 39% 32%;
}

.slide-item {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.present-slider {
  aspect-ratio: auto;
  background-color: #0000;
  flex-flow: column;
  align-self: stretch;
  height: auto;
  margin-bottom: 60px;
  display: block;
}

.images-present {
  width: 80%;
  height: auto;
}

.conservation-video {
  aspect-ratio: 16 / 9;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.artwork-details-grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto auto;
  grid-template-columns: minmax(min-content, max-content) 1fr;
  margin-top: 60px;
  display: grid;
}

.artwork-details-grid.studio-i {
  grid-template-columns: 1fr 1fr;
}

.artwork-feature-img {
  max-width: 40vw;
  max-height: 80vh;
  position: sticky;
  top: calc(5vh - 20px);
}

.anchor {
  opacity: 0;
  background-color: red;
  width: 10px;
  height: 10px;
  position: absolute;
  inset: -150px auto auto 0%;
}

.logo-anim {
  width: 700px;
}

.mural-slider {
  background-color: #0000;
  flex-flow: column;
  align-self: stretch;
  height: auto;
}

.img-restorer {
  width: 80%;
}

.content-block {
  align-self: stretch;
  margin-bottom: 60px;
  position: relative;
}

.content-block.no-margin {
  margin-bottom: 0;
}

._1998-slider {
  background-color: #0000;
  flex-flow: column;
  align-self: stretch;
  height: auto;
  margin-bottom: 60px;
  display: block;
}

.images-1998 {
  width: 80%;
}

.mask {
  overflow: hidden;
}

.citation-text {
  margin-top: 5px;
  font-size: 13px;
  line-height: 16px;
}

.citation-text.news {
  color: #333;
}

.reinstate-video {
  aspect-ratio: 9 / 16;
  width: auto;
  height: 640px;
  margin-left: auto;
  margin-right: auto;
}

.news-title {
  margin-bottom: 20px;
  font-family: Bicyclette, Arial, sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 34px;
}

.media-small-text {
  font-size: 16px;
  line-height: 16px;
}

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

.news-item {
  display: flex;
}

.news-thumb {
  aspect-ratio: 1;
  object-fit: cover;
  width: 200px;
  min-width: 200px;
  height: 200px;
  max-height: 200px;
}

.news-text-block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 20px;
  display: flex;
}

.featured-img-block {
  margin-top: 20px;
}

.event-img {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  max-height: 500px;
}

.event-body-block {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  display: flex;
}

.event-write-up {
  flex: 1;
  padding-top: 40px;
}

.event-details-block {
  padding-top: 40px;
}

.event-date {
  margin-bottom: 20px;
  display: flex;
}

.date-small-text {
  margin-right: 5px;
  font-size: 18px;
  line-height: 18px;
}

.event-time-block-2 {
  flex-flow: column;
  justify-content: center;
  display: flex;
}

.date-header {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 20px;
}

.date-time-block-2 {
  margin-bottom: 40px;
  display: flex;
}

.event-status-2 {
  color: #fff;
  text-transform: uppercase;
  background-color: #4a7c7e;
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  padding: 9px 15px;
  font-size: 14px;
  display: flex;
}

.event-status-2.limited {
  background-color: #b8860b;
}

.event-status-2.full {
  background-color: #cd5c5c;
}

.booking-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.status-div {
  flex: 0 auto;
}

.book-btn-div {
  flex: 1;
}

.event-button-2 {
  text-align: center;
  text-transform: uppercase;
  background-color: #2c3e50;
  justify-content: center;
  align-self: stretch;
  font-family: Neuzeit Grotesk, Arial, sans-serif;
  font-size: 14px;
  line-height: 30px;
  transition: all .2s;
  display: flex;
}

.event-button-2:hover {
  background-color: #000;
}

.events-link-block {
  text-decoration: none;
  transition: all .2s;
}

.image {
  transition: all .2s;
  overflow: hidden;
}

.image:hover {
  transform: scale(1.1);
}

.media-text-block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 40px;
  display: flex;
}

.media-title {
  font-family: Bicyclette, Arial, sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 34px;
}

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

@media screen and (min-width: 1440px) {
  .main.home {
    margin-top: -100px;
  }

  .main-container.artwork {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
  }

  .section-fullwidth-img.about.fade-up {
    margin-left: auto;
    margin-right: auto;
  }

  .div-col.center {
    align-self: center;
  }

  .hotspot-link {
    color: #cd5c5c;
    text-align: center;
    background-color: #fff;
    width: 32px;
    height: 32px;
    font-family: Open Sans, sans-serif;
    font-size: 34px;
    font-weight: 700;
    line-height: 32px;
    text-decoration: none;
  }

  .artwork-details-grid {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    grid-template-rows: auto auto;
    grid-template-columns: minmax(200px, max-content) 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }
}

@media screen and (max-width: 991px) {
  p {
    font-size: 18px;
    line-height: 26px;
  }

  .brand {
    max-width: 150px;
    margin-left: 10px;
  }

  .menu-container {
    justify-content: space-between;
    min-width: 100%;
    height: 80px;
    padding: 10px 0 10px 10px;
  }

  .nav-menu {
    background-color: #1a1a1a;
  }

  .menu-item {
    color: #bbb;
    text-align: left;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 0;
  }

  .menu-item:hover {
    color: #fff;
    padding-left: 5px;
    transform: none;
  }

  .menu-item.w--current {
    color: #fff;
  }

  .main {
    padding-top: 0;
    padding-bottom: 40px;
  }

  .main.home {
    margin-top: -80px;
    padding-bottom: 40px;
  }

  .footer {
    min-height: 160px;
  }

  .page-title {
    font-size: 18px;
    line-height: 26px;
  }

  .subheader {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 32px;
  }

  .main-container {
    padding: 20px;
  }

  .footer-container {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding: 20px;
  }

  .footer-logo {
    width: 150px;
    margin-bottom: 10px;
  }

  .footer-text {
    order: 1;
    margin-top: 20px;
  }

  .social-block {
    margin-left: 0;
  }

  .dropdown-list.w--open {
    background-color: #0000;
    flex-flow: column;
    align-items: flex-start;
    display: block;
    position: relative;
  }

  .dropdown-link {
    color: #bbb;
    background-color: #1a1a1a;
    transition: all .2s;
  }

  .dropdown-link:hover {
    color: #fff;
    padding-left: 25px;
  }

  .dropdown-link.w--current {
    color: #fff;
    background-color: #1a1a1a;
    font-weight: 400;
  }

  .menu-button {
    padding: 0;
  }

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

  .spacer {
    flex: 1;
    display: none;
  }

  .spacer.main-menu {
    display: block;
  }

  .home-hero {
    margin-top: 0;
  }

  .button {
    align-self: center;
    margin-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px;
    line-height: 24px;
  }

  .section-big-text {
    margin-top: 40px;
    margin-bottom: 40px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .big-text-02 {
    font-size: 100px;
    line-height: 100px;
  }

  .image-100-percent.fade-up.img01, .image-100-percent.fade-up.img02 {
    width: 320px;
    min-width: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .image-100-percent.img01 {
    width: 320px;
    min-width: 0%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .artwork-header {
    padding-top: 0;
    padding-left: 30px;
  }

  .artwork-anchor {
    width: 24px;
    height: 24px;
    font-size: 16px;
    line-height: 24px;
  }

  .address-text {
    font-size: 18px;
    line-height: 26px;
  }

  .input-field {
    min-height: 50px;
  }

  .submit-button {
    font-size: 18px;
    line-height: 18px;
  }

  .email-link {
    font-size: 18px;
    line-height: 26px;
  }

  .event-grid-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .event-title {
    font-size: 28px;
    line-height: 28px;
  }

  .event-round-bullet {
    flex: none;
  }

  .event-detail-text {
    font-size: 16px;
  }

  .title-body-text {
    font-size: 32px;
    line-height: 32px;
  }

  .big-text {
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 38px;
  }

  .big-text-block.fade-up._01 {
    margin-top: 60px;
    margin-bottom: 0;
  }

  .section-fullwidth-img.about.fade-up, .section-fullwidth-img.conservation {
    min-height: 400px;
    margin-top: 0;
    margin-bottom: 20px;
  }

  .section-fullwidth-img.about02.fade-up {
    min-height: 400px;
    margin-bottom: 0;
  }

  .text-align-center.video-caption {
    font-size: 18px;
    line-height: 24px;
  }

  .right-arrow, .left-arrow, .icon-display-none {
    display: none;
  }

  .text-year-link {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 24px;
  }

  .history-year-heading {
    font-size: 33px;
    line-height: 33px;
  }

  .photo-caption.align-left {
    text-align: center;
  }

  .photo-caption.section {
    inset: auto auto -25px 20px;
  }

  .div-block-h {
    flex-flow: column;
  }

  .div-block-h.margin-bottom {
    grid-row-gap: 0px;
    flex-flow: column;
    margin-bottom: 40px;
  }

  .div-block-h.margin-bottom._100 {
    margin-bottom: 40px;
  }

  .div-block-h.margin-top {
    grid-row-gap: 20px;
    margin-top: 60px;
  }

  .div-col {
    align-self: stretch;
  }

  .div-col.stretch-h.center.fade-up {
    order: 0;
  }

  .div-col.last {
    order: 1;
  }

  .div-col.last.fade-up.aurevia {
    align-self: center;
  }

  .div-col.margin-bottom {
    margin-bottom: 40px;
  }

  .div-block-v {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .artwork-title {
    margin-top: 25px;
    font-size: 32px;
    line-height: 32px;
  }

  .artist-name {
    font-size: 18px;
  }

  .read-more-btn {
    font-size: 18px;
    line-height: 26px;
  }

  .read-more-btn.media {
    margin-top: 20px;
  }

  .dropdown-toggle {
    color: #bbb;
  }

  .dropdown-toggle:hover {
    color: #fff;
  }

  .artwork-counter {
    display: none;
  }

  .heading.margin-top {
    font-size: 18px;
  }

  .paragraph.comp.margin-top {
    margin-top: 10px;
  }

  .compositional-grid {
    grid-row-gap: 40px;
  }

  .scroll-icon {
    display: none;
  }

  .scroll-icon.device {
    height: 50px;
    display: block;
    bottom: 40px;
  }

  .logo-intro {
    width: 600px;
  }

  .hotspot-link {
    width: 25px;
    height: 25px;
    font-size: 30px;
    line-height: 25px;
    transition: all .2s;
  }

  .hotspot-link:hover {
    color: #fff;
    background-color: #cd5c5c;
    transform: scale(1.2);
  }

  .hotspot-link._02 {
    font-size: 30px;
    line-height: 22px;
  }

  .hotspot-link._09 {
    bottom: 26%;
    left: 18%;
  }

  .hotspot-link._10 {
    bottom: 34%;
    right: 27%;
  }

  .hotspot-link._14 {
    bottom: 41%;
    left: 14%;
  }

  .dropdown {
    align-self: flex-start;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .menu-lottie {
    width: 80px;
    height: 80px;
  }

  .present-slider {
    aspect-ratio: auto;
  }

  .conservation-video {
    object-fit: cover;
    width: 100%;
    height: auto;
  }

  .artwork-details-grid {
    grid-template-columns: minmax(min-content, max-content);
  }

  .artwork-details-grid.studio-i {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
    margin-top: 20px;
  }

  .artwork-feature-img {
    max-width: 60vw;
    position: relative;
    top: auto;
  }

  .mural-slider {
    aspect-ratio: auto;
    margin-bottom: 60px;
  }

  .citation-text {
    font-size: 11px;
    line-height: 14px;
  }

  .reinstate-video {
    object-fit: cover;
    width: 320px;
    min-width: 0;
    height: auto;
  }

  .news-title {
    font-size: 26px;
    line-height: 30px;
  }

  .event-body-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .event-write-up {
    padding-top: 20px;
  }

  .event-details-block {
    padding-top: 0;
  }

  .date-header {
    font-size: 20px;
  }

  .event-button-2 {
    font-size: 14px;
  }

  .media-text-block {
    margin-top: 20px;
  }

  .media-title {
    font-size: 26px;
    line-height: 30px;
  }
}

@media screen and (max-width: 767px) {
  p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 24px;
  }

  .brand {
    margin-left: 0;
  }

  .brand.w--current {
    max-width: 120px;
  }

  .menu {
    height: 60px;
  }

  .menu-container {
    height: 60px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
  }

  .nav-menu {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }

  .menu-item {
    text-align: left;
  }

  .menu-item:hover {
    transform: none;
  }

  .main.home {
    margin-top: -60px;
  }

  .page-title {
    font-size: 14px;
    line-height: 20px;
  }

  .subheader {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 26px;
    line-height: 28px;
  }

  .main-container {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .footer-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-logo {
    width: 120px;
  }

  .footer-text {
    min-width: 0;
  }

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

  .dropdown-link:hover {
    padding-left: 25px;
  }

  .menu-button.w--open {
    color: #1a1a1a;
  }

  .spacer.main-menu {
    display: block;
  }

  .mask-container {
    margin-bottom: 60px;
  }

  .button {
    align-self: center;
    margin-top: 0;
    font-size: 16px;
  }

  .button.inquire {
    margin-top: 20px;
  }

  .section-big-text {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .big-text-02 {
    font-size: 60px;
    line-height: 60px;
  }

  .image-100-percent.bottom-margin.plaque {
    width: 500px;
    min-width: 0%;
    margin-left: auto;
    margin-right: auto;
  }

  .image-100-percent.img01 {
    width: 300px;
  }

  .image-100-percent.breakdown-img {
    width: 300px;
    min-width: 0%;
  }

  .address-text {
    font-size: 16px;
    line-height: 16px;
  }

  .input-field {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 16px;
  }

  .message-field {
    min-height: 120px;
    font-size: 16px;
    line-height: 16px;
  }

  .submit-button, .email-link {
    font-size: 16px;
    line-height: 16px;
  }

  .event-grid-block {
    grid-template-columns: 1fr;
    margin-bottom: 40px;
  }

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

  .event-detail-block {
    flex-flow: column;
  }

  .event-detail-item {
    margin-bottom: 5px;
  }

  .title-body-text {
    font-size: 26px;
    line-height: 28px;
  }

  .big-text {
    margin-bottom: 20px;
    font-size: 26px;
    line-height: 32px;
  }

  .section-fullwidth-img.about.fade-up {
    min-height: 300px;
  }

  .section-fullwidth-img.conservation {
    min-height: 310px;
    margin-bottom: 10px;
  }

  .section-fullwidth-img.about02.fade-up {
    min-height: 300px;
  }

  .text-align-center {
    font-size: 16px;
    line-height: 24px;
  }

  .text-align-center.video-caption {
    max-width: none;
    font-size: 16px;
    line-height: 20px;
  }

  .history-stack {
    grid-row-gap: 0px;
    margin-top: 0;
  }

  .year-anchor-block {
    display: none;
  }

  .history-year-heading {
    margin-bottom: 20px;
  }

  .photo-caption {
    margin-top: 20px;
  }

  .photo-caption._60-perc {
    max-width: 100%;
  }

  .div-block-h {
    flex-flow: column;
  }

  .div-block-h.margin-bottom {
    flex-flow: column;
    margin-bottom: 60px;
  }

  .div-block-h.margin-top {
    grid-row-gap: 20px;
  }

  .div-block-h.margin-top._20 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .div-col.center.fade-up, .div-col.center.fade-up.last {
    order: 1;
  }

  .div-col.margin-bottom {
    margin-bottom: 20px;
  }

  .artwork-title {
    margin-top: 30px;
    font-size: 24px;
    line-height: 24px;
  }

  .artist-name {
    font-size: 16px;
    line-height: 16px;
  }

  .artist-name.artwork {
    margin-top: 0;
  }

  .read-more-btn {
    font-size: 16px;
    line-height: 24px;
  }

  .birthdate-loc {
    margin-top: 10px;
    font-size: 16px;
    line-height: 18px;
  }

  .heading.margin-top {
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .heading.no-margin {
    font-size: 20px;
    line-height: 20px;
  }

  .paragraph.comp {
    margin-bottom: 40px;
    font-size: 16px;
  }

  .compositional-grid {
    grid-row-gap: 20px;
  }

  .logo-intro {
    width: 400px;
  }

  .dropdown {
    padding-left: 0;
  }

  .menu-lottie {
    width: 60px;
    height: 60px;
  }

  .images-present {
    width: 100%;
  }

  .conservation-video {
    margin-bottom: 10px;
  }

  .artwork-details-grid {
    grid-row-gap: 20px;
    margin-top: 20px;
  }

  .img-gibbons {
    width: 240px;
  }

  .mural-slider {
    margin-bottom: 40px;
  }

  .img-chuasoobin {
    width: 400px;
  }

  .content-block {
    margin-bottom: 60px;
  }

  .images-1998 {
    width: 80%;
  }

  .reinstate-video {
    width: 320px;
    margin-bottom: 10px;
  }

  .news-title {
    font-size: 24px;
    line-height: 26px;
  }

  .news-thumb {
    width: 150px;
    min-width: 150px;
    height: 150px;
    max-height: 150px;
  }

  .news-text-block {
    padding-left: 20px;
  }

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

  .date-header {
    font-size: 18px;
    line-height: 18px;
  }

  .date-time-block-2 {
    margin-bottom: 20px;
  }

  .media-title {
    font-size: 24px;
    line-height: 26px;
  }
}

@media screen and (max-width: 479px) {
  .brand {
    max-width: 120px;
  }

  .section-big-text {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .big-text-02 {
    font-size: 40px;
    line-height: 40px;
  }

  .event-grid-block {
    grid-template-columns: minmax(200px, 1fr);
  }

  .title-body-text {
    margin-top: 0;
    margin-bottom: 10px;
  }

  .big-text {
    font-size: 28px;
    line-height: 32px;
  }

  .section-fullwidth-img.conservation {
    min-height: 210px;
  }

  .paragraph.comp {
    margin-bottom: 20px;
  }

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

  .logo-intro {
    width: 90%;
  }

  .hotspot-link._09 {
    bottom: 20%;
    left: 15%;
  }

  .hotspot-link._10 {
    bottom: 27%;
    right: 26%;
  }

  .slide-item {
    justify-content: flex-start;
    align-items: center;
  }

  .artwork-feature-img {
    width: 100%;
    max-width: none;
  }

  .mural-slider {
    height: 100%;
    min-height: 0;
  }

  .img-restorer {
    width: 100%;
  }

  ._1998-slider {
    flex-flow: column;
  }

  .images-1998, .reinstate-video {
    width: 100%;
  }

  .news-title {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 26px;
  }

  .news-item {
    flex-flow: column;
  }

  .news-thumb {
    aspect-ratio: 16 / 9;
    object-fit: cover;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-width: 0;
    height: auto;
    max-height: 200px;
    margin-bottom: 20px;
    display: flex;
    overflow: hidden;
  }

  .news-text-block {
    padding-left: 0;
    padding-right: 0;
  }

  .booking-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .media-text-block {
    padding-left: 0;
    padding-right: 0;
  }

  .media-title {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 26px;
  }
}

#w-node-_00aff3f2-00a4-98a8-ab2d-fdf77c9e38f2-a663577e, #w-node-_00aff3f2-00a4-98a8-ab2d-fdf77c9e38f4-a663577e, #w-node-_00aff3f2-00a4-98a8-ab2d-fdf77c9e38f6-a663577e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_00aff3f2-00a4-98a8-ab2d-fdf77c9e38f8-a663577e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-e74f2dcd-7b9a-b1af-f2b5-25870f60b9dc-a66357c3 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-_29f96577-81e9-e3ef-a607-85b5e16497d9-a66357c6 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_29f96577-81e9-e3ef-a607-85b5e16497da-a66357c6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_29f96577-81e9-e3ef-a607-85b5e16497dc-a66357c6 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: center;
}

#w-node-_29f96577-81e9-e3ef-a607-85b5e16497de-a66357c6 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_29f96577-81e9-e3ef-a607-85b5e16497d9-a66357c7 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_29f96577-81e9-e3ef-a607-85b5e16497da-a66357c7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_29f96577-81e9-e3ef-a607-85b5e16497dc-a66357c7 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: center;
}

#w-node-_29f96577-81e9-e3ef-a607-85b5e16497de-a66357c7 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_29f96577-81e9-e3ef-a607-85b5e16497df-a66357c7 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_29f96577-81e9-e3ef-a607-85b5e16497e0-a66357c7 {
  grid-area: 3 / 2 / 4 / 3;
  place-self: center;
}

#w-node-_29f96577-81e9-e3ef-a607-85b5e16497e2-a66357c7 {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-_29f96577-81e9-e3ef-a607-85b5e16497e3-a66357c7 {
  grid-area: 4 / 1 / 5 / 2;
  place-self: center;
}

#w-node-_466fcecf-cb3e-a78c-8b80-9b7e0f2ac01b-a66357c8 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_99cd070b-9870-4317-11aa-f61f6f1f8316-a66357c8 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_29f96577-81e9-e3ef-a607-85b5e16497d8-a66357c8 {
  grid-area: 2 / 2 / 3 / 3;
  align-self: start;
}

#w-node-_1b47a310-d0e5-fd0e-f699-dd9eddd2804e-a66357c8 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_313a8726-f76e-2073-b175-265ebdc9b5f5-a66357c8, #w-node-_26668eb3-2601-2229-be17-01d3833ba875-a66357c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_1f3244b3-f0a8-51d6-6155-b1bd03d222f4-a66357c8, #w-node-_45abfaf3-d386-f085-a4e3-8e0341146f20-a66357c8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-de69d667-e00f-0767-5c47-1aaab6f90aed-a66357c8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: center;
}

#w-node-_29f96577-81e9-e3ef-a607-85b5e16497d9-a66357c9 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-_29f96577-81e9-e3ef-a607-85b5e16497da-a66357c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_29f96577-81e9-e3ef-a607-85b5e16497dc-a66357c9 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: center;
}

#w-node-_29f96577-81e9-e3ef-a607-85b5e16497de-a66357c9 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_29f96577-81e9-e3ef-a607-85b5e16497df-a66357c9 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_29f96577-81e9-e3ef-a607-85b5e16497e0-a66357c9 {
  grid-area: 3 / 2 / 4 / 3;
  place-self: center;
}

#w-node-_29f96577-81e9-e3ef-a607-85b5e16497d9-a66357ca {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_29f96577-81e9-e3ef-a607-85b5e16497da-a66357ca {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_29f96577-81e9-e3ef-a607-85b5e16497dc-a66357ca {
  grid-area: 2 / 1 / 3 / 2;
  place-self: center;
}

#w-node-_29f96577-81e9-e3ef-a607-85b5e16497de-a66357ca {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_29f96577-81e9-e3ef-a607-85b5e16497df-a66357ca {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_29f96577-81e9-e3ef-a607-85b5e16497e0-a66357ca {
  grid-area: 3 / 2 / 4 / 3;
  place-self: center;
}

#w-node-_29f96577-81e9-e3ef-a607-85b5e16497d9-a66357cb {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_29f96577-81e9-e3ef-a607-85b5e16497da-a66357cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_29f96577-81e9-e3ef-a607-85b5e16497dc-a66357cb {
  grid-area: 2 / 1 / 3 / 2;
  place-self: center;
}

#w-node-_29f96577-81e9-e3ef-a607-85b5e16497de-a66357cb {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_8d115426-dee5-21b7-f79a-1910eed8e069-a66357cb {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_29f96577-81e9-e3ef-a607-85b5e16497df-a66357cb {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-_29f96577-81e9-e3ef-a607-85b5e16497e0-a66357cb {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-fdb224e8-4bff-b350-391d-7d68304eff12-a66357cc {
  grid-area: 1 / 1 / 2 / 3;
  align-self: auto;
}

#w-node-_067087f5-1a44-5742-89d8-f1224aef717c-a66357cc {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_29f96577-81e9-e3ef-a607-85b5e16497da-a66357cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_61254aa1-21be-4ac6-8aee-ad8feefa3bf4-a66357cc {
  grid-area: 2 / 1 / 3 / 3;
  align-self: auto;
}

#w-node-_61254aa1-21be-4ac6-8aee-ad8feefa3bf5-a66357cc {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_61254aa1-21be-4ac6-8aee-ad8feefa3bf6-a66357cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_9908aaeb-836b-4983-175a-24e9826922a3-a66357cc {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_343b7513-0299-1ca8-66f8-25bc19cd394c-a66357cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_20232929-1c20-9058-6b01-0692a5df14a0-a66357cc {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_00a6eb53-c022-a0ab-d170-0f78830026ad-a66357cc {
  grid-area: 4 / 1 / 5 / 3;
}

#w-node-fefae79c-da3d-50de-9f2f-cb807db493ec-a66357cc {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: center;
}

#w-node-_29f96577-81e9-e3ef-a607-85b5e16497d9-a66357de {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_29f96577-81e9-e3ef-a607-85b5e16497da-a66357de {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_29f96577-81e9-e3ef-a607-85b5e16497dc-a66357de {
  grid-area: 2 / 1 / 3 / 2;
  place-self: center;
}

#w-node-_29f96577-81e9-e3ef-a607-85b5e16497de-a66357de {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_29f96577-81e9-e3ef-a607-85b5e16497df-a66357de {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_29f96577-81e9-e3ef-a607-85b5e16497e0-a66357de {
  grid-area: 3 / 2 / 4 / 3;
  place-self: center;
}

#w-node-_75fa8c95-5b3f-d4f8-d93f-36b05aac309d-a66357df {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_29f96577-81e9-e3ef-a607-85b5e16497d9-a66357df {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_29f96577-81e9-e3ef-a607-85b5e16497da-a66357df {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_1e57f926-400d-9e1e-090a-11886ea53b08-a66357df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b9eb81e9-087a-6c72-39ce-618f950e1cb7-a66357df {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-b24bd183-d4da-afa6-af66-2c4e48521185-a66357df, #w-node-_72a9905d-82b2-7d03-d06d-1de40029b38d-a66357df, #w-node-_35dfe158-c2a9-06a4-a118-bdaa90721a22-a66357e0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_29f96577-81e9-e3ef-a607-85b5e16497d9-a66357e0 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_29f96577-81e9-e3ef-a607-85b5e16497da-a66357e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_87ef8803-da4e-820c-f238-c1b6a5328734-a66357e0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_87ef8803-da4e-820c-f238-c1b6a5328735-a66357e0 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_87ef8803-da4e-820c-f238-c1b6a5328736-a66357e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_4e42afc0-5543-dc66-cbab-c0eca509467e-a66357e0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4e42afc0-5543-dc66-cbab-c0eca509467f-a66357e0 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_4e42afc0-5543-dc66-cbab-c0eca5094680-a66357e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_29f96577-81e9-e3ef-a607-85b5e16497d9-a66357e1 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_29f96577-81e9-e3ef-a607-85b5e16497da-a66357e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_29f96577-81e9-e3ef-a607-85b5e16497dc-a66357e1 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: center;
}

#w-node-_29f96577-81e9-e3ef-a607-85b5e16497de-a66357e1 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_29f96577-81e9-e3ef-a607-85b5e16497d9-a66357e2 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_29f96577-81e9-e3ef-a607-85b5e16497da-a66357e2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-cd877ec0-4faa-b064-3d44-a3f84e4ef7fe-a66357e2, #w-node-fb237c8f-a2a8-e121-b858-9fadd268f363-a66357e2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_29f96577-81e9-e3ef-a607-85b5e16497d9-a66357f4 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_29f96577-81e9-e3ef-a607-85b5e16497da-a66357f4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_29f96577-81e9-e3ef-a607-85b5e16497dc-a66357f4 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: center;
}

#w-node-_29f96577-81e9-e3ef-a607-85b5e16497de-a66357f4 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_29f96577-81e9-e3ef-a607-85b5e16497df-a66357f4 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_29f96577-81e9-e3ef-a607-85b5e16497e0-a66357f4 {
  grid-area: 3 / 2 / 4 / 3;
  place-self: center;
}

#w-node-_29f96577-81e9-e3ef-a607-85b5e16497d9-a66357f5 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_29f96577-81e9-e3ef-a607-85b5e16497da-a66357f5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_29f96577-81e9-e3ef-a607-85b5e16497dc-a66357f5 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: center;
}

#w-node-_29f96577-81e9-e3ef-a607-85b5e16497de-a66357f5 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_29f96577-81e9-e3ef-a607-85b5e16497d9-a66357f6 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_29f96577-81e9-e3ef-a607-85b5e16497da-a66357f6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_29f96577-81e9-e3ef-a607-85b5e16497dc-a66357f6 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: center;
}

#w-node-_29f96577-81e9-e3ef-a607-85b5e16497de-a66357f6 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_29f96577-81e9-e3ef-a607-85b5e16497df-a66357f6 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_29f96577-81e9-e3ef-a607-85b5e16497e0-a66357f6 {
  grid-area: 3 / 2 / 4 / 3;
  place-self: center;
}

#w-node-_29f96577-81e9-e3ef-a607-85b5e16497e2-a66357f6 {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-_29f96577-81e9-e3ef-a607-85b5e16497e3-a66357f6 {
  grid-area: 4 / 1 / 5 / 2;
  place-self: center;
}

#w-node-_29f96577-81e9-e3ef-a607-85b5e16497d9-a6635808 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_29f96577-81e9-e3ef-a607-85b5e16497da-a6635808 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_29f96577-81e9-e3ef-a607-85b5e16497dc-a6635808 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: center;
}

#w-node-_29f96577-81e9-e3ef-a607-85b5e16497de-a6635808 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_29f96577-81e9-e3ef-a607-85b5e16497df-a6635808 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_29f96577-81e9-e3ef-a607-85b5e16497e0-a6635808 {
  grid-area: 3 / 2 / 4 / 3;
  place-self: center;
}

#w-node-_29f96577-81e9-e3ef-a607-85b5e16497d9-a6635819 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_29f96577-81e9-e3ef-a607-85b5e16497da-a6635819 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_74897f73-7073-61a3-e006-82f957ee82f7-a6635819, #w-node-_29f96577-81e9-e3ef-a607-85b5e16497de-a6635819 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_29f96577-81e9-e3ef-a607-85b5e16497d9-a663581a {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_29f96577-81e9-e3ef-a607-85b5e16497da-a663581a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_29f96577-81e9-e3ef-a607-85b5e16497dc-a663581a {
  grid-area: 2 / 1 / 3 / 2;
  place-self: center;
}

#w-node-_29f96577-81e9-e3ef-a607-85b5e16497de-a663581a {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_29f96577-81e9-e3ef-a607-85b5e16497df-a663581a {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_29f96577-81e9-e3ef-a607-85b5e16497e0-a663581a {
  grid-area: 3 / 2 / 4 / 3;
  place-self: center;
}

#w-node-_29f96577-81e9-e3ef-a607-85b5e16497d9-4897eb78 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_29f96577-81e9-e3ef-a607-85b5e16497da-4897eb78 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-cd877ec0-4faa-b064-3d44-a3f84e4ef7fe-4897eb78 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_29f96577-81e9-e3ef-a607-85b5e16497d9-c18906e2 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_29f96577-81e9-e3ef-a607-85b5e16497da-c18906e2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-cd877ec0-4faa-b064-3d44-a3f84e4ef7fe-c18906e2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_412408a6-6011-3be6-90ee-74eaf94d2c56-c18906e2 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_2554dd82-7d22-6773-257d-ae53150a7c58-c18906e2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

@media screen and (min-width: 1440px) {
  #w-node-_29f96577-81e9-e3ef-a607-85b5e16497df-a66357c7 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_29f96577-81e9-e3ef-a607-85b5e16497e0-a66357c7 {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-_29f96577-81e9-e3ef-a607-85b5e16497e2-a66357c7 {
    grid-area: 4 / 2 / 5 / 3;
  }

  #w-node-_29f96577-81e9-e3ef-a607-85b5e16497e3-a66357c7 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_29f96577-81e9-e3ef-a607-85b5e16497df-a66357c9 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_29f96577-81e9-e3ef-a607-85b5e16497e0-a66357c9 {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-_29f96577-81e9-e3ef-a607-85b5e16497df-a66357ca {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_29f96577-81e9-e3ef-a607-85b5e16497e0-a66357ca {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-_29f96577-81e9-e3ef-a607-85b5e16497df-a66357cb {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_29f96577-81e9-e3ef-a607-85b5e16497e0-a66357cb {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-_29f96577-81e9-e3ef-a607-85b5e16497df-a66357de {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_29f96577-81e9-e3ef-a607-85b5e16497e0-a66357de {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-_29f96577-81e9-e3ef-a607-85b5e16497df-a66357f4 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_29f96577-81e9-e3ef-a607-85b5e16497e0-a66357f4 {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-_29f96577-81e9-e3ef-a607-85b5e16497df-a66357f6 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_29f96577-81e9-e3ef-a607-85b5e16497e0-a66357f6 {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-_29f96577-81e9-e3ef-a607-85b5e16497e2-a66357f6 {
    grid-area: 4 / 2 / 5 / 3;
  }

  #w-node-_29f96577-81e9-e3ef-a607-85b5e16497e3-a66357f6 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_29f96577-81e9-e3ef-a607-85b5e16497df-a6635808 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_29f96577-81e9-e3ef-a607-85b5e16497e0-a6635808 {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-_29f96577-81e9-e3ef-a607-85b5e16497df-a663581a {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_29f96577-81e9-e3ef-a607-85b5e16497e0-a663581a {
    grid-area: 3 / 2 / 4 / 3;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_00aff3f2-00a4-98a8-ab2d-fdf77c9e38f8-a663577e {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-e74f2dcd-7b9a-b1af-f2b5-25870f60b9dc-a66357c3 {
    grid-template-rows: auto;
    grid-template-columns: minmax(160px, .25fr) 1fr;
  }

  #w-node-_466fcecf-cb3e-a78c-8b80-9b7e0f2ac01b-a66357c6 {
    justify-self: center;
  }

  #w-node-_68aa30e3-56c9-dd24-704c-6df5ad5db186-a66357c7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_466fcecf-cb3e-a78c-8b80-9b7e0f2ac01b-a66357c8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-_99cd070b-9870-4317-11aa-f61f6f1f8316-a66357c8 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_29f96577-81e9-e3ef-a607-85b5e16497d8-a66357c8 {
    grid-area: 3 / 1 / 4 / 2;
    align-self: start;
  }

  #w-node-_466fcecf-cb3e-a78c-8b80-9b7e0f2ac01b-a66357c9, #w-node-_466fcecf-cb3e-a78c-8b80-9b7e0f2ac01b-a66357ca, #w-node-_466fcecf-cb3e-a78c-8b80-9b7e0f2ac01b-a66357cb, #w-node-_466fcecf-cb3e-a78c-8b80-9b7e0f2ac01b-a66357cc, #w-node-_466fcecf-cb3e-a78c-8b80-9b7e0f2ac01b-a66357de, #w-node-_466fcecf-cb3e-a78c-8b80-9b7e0f2ac01b-a66357df, #w-node-_466fcecf-cb3e-a78c-8b80-9b7e0f2ac01b-a66357e0, #w-node-_466fcecf-cb3e-a78c-8b80-9b7e0f2ac01b-a66357e1, #w-node-_466fcecf-cb3e-a78c-8b80-9b7e0f2ac01b-a66357e2, #w-node-_466fcecf-cb3e-a78c-8b80-9b7e0f2ac01b-a66357f4, #w-node-_466fcecf-cb3e-a78c-8b80-9b7e0f2ac01b-a66357f5, #w-node-_466fcecf-cb3e-a78c-8b80-9b7e0f2ac01b-a66357f6, #w-node-_466fcecf-cb3e-a78c-8b80-9b7e0f2ac01b-a6635819, #w-node-_466fcecf-cb3e-a78c-8b80-9b7e0f2ac01b-a663581a, #w-node-_466fcecf-cb3e-a78c-8b80-9b7e0f2ac01b-4897eb78, #w-node-_466fcecf-cb3e-a78c-8b80-9b7e0f2ac01b-c18906e2 {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-e74f2dcd-7b9a-b1af-f2b5-25870f60b9dc-a66357c3 {
    grid-template-rows: auto;
    grid-template-columns: minmax(200px, max-content);
  }

  #w-node-_29f96577-81e9-e3ef-a607-85b5e16497d9-a66357c6 {
    grid-area: 1 / 1 / 2 / 3;
    justify-self: center;
  }

  #w-node-_29f96577-81e9-e3ef-a607-85b5e16497da-a66357c6 {
    grid-area: 2 / 1 / 3 / 3;
    place-self: center;
  }

  #w-node-_29f96577-81e9-e3ef-a607-85b5e16497dc-a66357c6 {
    grid-area: 4 / 1 / 5 / 3;
    place-self: center;
  }

  #w-node-_29f96577-81e9-e3ef-a607-85b5e16497de-a66357c6 {
    grid-area: 3 / 1 / 4 / 3;
    justify-self: center;
  }

  #w-node-_29f96577-81e9-e3ef-a607-85b5e16497d9-a66357c7 {
    grid-area: 1 / 1 / 2 / 3;
    justify-self: center;
  }

  #w-node-_29f96577-81e9-e3ef-a607-85b5e16497da-a66357c7 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_29f96577-81e9-e3ef-a607-85b5e16497dc-a66357c7 {
    grid-row: 4 / 5;
    grid-column-end: 3;
  }

  #w-node-_29f96577-81e9-e3ef-a607-85b5e16497de-a66357c7 {
    grid-area: 3 / 1 / 4 / 3;
    justify-self: center;
  }

  #w-node-_29f96577-81e9-e3ef-a607-85b5e16497df-a66357c7 {
    grid-area: 5 / 1 / 6 / 3;
    justify-self: center;
  }

  #w-node-_29f96577-81e9-e3ef-a607-85b5e16497e0-a66357c7 {
    grid-row: 6 / 7;
    grid-column-start: 1;
  }

  #w-node-_29f96577-81e9-e3ef-a607-85b5e16497e2-a66357c7 {
    grid-row: 7 / 8;
    grid-column-start: 1;
    justify-self: center;
  }

  #w-node-_29f96577-81e9-e3ef-a607-85b5e16497e3-a66357c7 {
    grid-row: 8 / 9;
    grid-column-end: 3;
  }

  #w-node-_8bb55558-0d44-9923-6bd8-f20b77ae0fd4-a66357c8 {
    grid-area: 2 / 1 / 3 / 3;
    justify-self: center;
  }

  #w-node-_313a8726-f76e-2073-b175-265ebdc9b5f5-a66357c8 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_26668eb3-2601-2229-be17-01d3833ba875-a66357c8 {
    grid-area: 5 / 1 / 6 / 3;
    place-self: center;
  }

  #w-node-_30b33f0f-8db5-cd08-07d6-3ab26eb01335-a66357c8 {
    grid-area: 4 / 1 / 5 / 3;
    justify-self: center;
  }

  #w-node-_1f3244b3-f0a8-51d6-6155-b1bd03d222f4-a66357c8 {
    grid-area: 6 / 1 / 7 / 3;
  }

  #w-node-_29f96577-81e9-e3ef-a607-85b5e16497d9-a66357c9 {
    grid-area: 1 / 1 / 2 / 3;
    justify-self: center;
  }

  #w-node-_29f96577-81e9-e3ef-a607-85b5e16497da-a66357c9 {
    grid-area: 2 / 1 / 3 / 3;
    place-self: center;
  }

  #w-node-_29f96577-81e9-e3ef-a607-85b5e16497dc-a66357c9 {
    grid-area: 4 / 1 / 5 / 3;
    place-self: center;
  }

  #w-node-_29f96577-81e9-e3ef-a607-85b5e16497de-a66357c9 {
    grid-area: 3 / 1 / 4 / 3;
    justify-self: center;
  }

  #w-node-_29f96577-81e9-e3ef-a607-85b5e16497df-a66357c9 {
    grid-area: 5 / 1 / 6 / 3;
    justify-self: center;
  }

  #w-node-_29f96577-81e9-e3ef-a607-85b5e16497e0-a66357c9 {
    grid-area: 6 / 1 / 7 / 3;
    place-self: center;
  }

  #w-node-_29f96577-81e9-e3ef-a607-85b5e16497d9-a66357ca {
    grid-area: 1 / 1 / 2 / 3;
    justify-self: center;
  }

  #w-node-_29f96577-81e9-e3ef-a607-85b5e16497da-a66357ca {
    grid-area: 2 / 1 / 3 / 3;
    place-self: center;
  }

  #w-node-_29f96577-81e9-e3ef-a607-85b5e16497dc-a66357ca {
    grid-area: 4 / 1 / 5 / 3;
    place-self: center;
  }

  #w-node-_29f96577-81e9-e3ef-a607-85b5e16497de-a66357ca {
    grid-area: 3 / 1 / 4 / 3;
    justify-self: center;
  }

  #w-node-_29f96577-81e9-e3ef-a607-85b5e16497df-a66357ca {
    grid-area: 5 / 1 / 6 / 3;
    justify-self: center;
  }

  #w-node-_29f96577-81e9-e3ef-a607-85b5e16497e0-a66357ca {
    grid-area: 6 / 1 / 7 / 3;
    place-self: center;
  }

  #w-node-_29f96577-81e9-e3ef-a607-85b5e16497d9-a66357cb {
    grid-area: 1 / 1 / 2 / 3;
    justify-self: center;
  }

  #w-node-_29f96577-81e9-e3ef-a607-85b5e16497da-a66357cb {
    grid-area: 2 / 1 / 3 / 3;
    place-self: center;
  }

  #w-node-_29f96577-81e9-e3ef-a607-85b5e16497dc-a66357cb {
    grid-area: 4 / 1 / 5 / 3;
    place-self: center;
  }

  #w-node-_29f96577-81e9-e3ef-a607-85b5e16497de-a66357cb {
    grid-area: 3 / 1 / 4 / 3;
    justify-self: center;
  }

  #w-node-_8d115426-dee5-21b7-f79a-1910eed8e069-a66357cb {
    grid-area: 5 / 1 / 6 / 3;
  }

  #w-node-_9908aaeb-836b-4983-175a-24e9826922a3-a66357cc {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_343b7513-0299-1ca8-66f8-25bc19cd394c-a66357cc {
    grid-area: 4 / 1 / 5 / 3;
    place-self: center;
  }

  #w-node-_29f96577-81e9-e3ef-a607-85b5e16497d9-a66357de {
    grid-area: 1 / 1 / 2 / 3;
    justify-self: center;
  }

  #w-node-_29f96577-81e9-e3ef-a607-85b5e16497da-a66357de {
    grid-area: 2 / 1 / 3 / 3;
    place-self: center;
  }

  #w-node-_29f96577-81e9-e3ef-a607-85b5e16497dc-a66357de {
    grid-area: 4 / 1 / 5 / 3;
    place-self: center;
  }

  #w-node-_29f96577-81e9-e3ef-a607-85b5e16497de-a66357de {
    grid-area: 3 / 1 / 4 / 3;
    justify-self: center;
  }

  #w-node-_29f96577-81e9-e3ef-a607-85b5e16497df-a66357de {
    grid-area: 5 / 1 / 6 / 3;
    justify-self: center;
  }

  #w-node-_29f96577-81e9-e3ef-a607-85b5e16497e0-a66357de {
    grid-area: 6 / 1 / 7 / 3;
    place-self: center;
  }

  #w-node-_1e57f926-400d-9e1e-090a-11886ea53b08-a66357df {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-b9eb81e9-087a-6c72-39ce-618f950e1cb7-a66357df {
    grid-area: 3 / 1 / 4 / 3;
    place-self: center;
  }

  #w-node-b24bd183-d4da-afa6-af66-2c4e48521185-a66357df {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-_29f96577-81e9-e3ef-a607-85b5e16497d9-a66357e1 {
    grid-area: 1 / 1 / 2 / 3;
    justify-self: center;
  }

  #w-node-_29f96577-81e9-e3ef-a607-85b5e16497da-a66357e1 {
    grid-area: 2 / 1 / 3 / 3;
    place-self: center;
  }

  #w-node-_29f96577-81e9-e3ef-a607-85b5e16497dc-a66357e1 {
    grid-area: 4 / 1 / 5 / 3;
    place-self: center;
  }

  #w-node-_29f96577-81e9-e3ef-a607-85b5e16497de-a66357e1 {
    grid-area: 3 / 1 / 4 / 3;
    justify-self: center;
  }

  #w-node-_29f96577-81e9-e3ef-a607-85b5e16497d9-a66357e2 {
    grid-area: 1 / 1 / 2 / 3;
    justify-self: center;
  }

  #w-node-_29f96577-81e9-e3ef-a607-85b5e16497da-a66357e2 {
    grid-area: 2 / 1 / 3 / 3;
    place-self: center;
  }

  #w-node-_29f96577-81e9-e3ef-a607-85b5e16497d9-a66357f4 {
    grid-area: 1 / 1 / 2 / 3;
    justify-self: center;
  }

  #w-node-_29f96577-81e9-e3ef-a607-85b5e16497da-a66357f4 {
    grid-area: 2 / 1 / 3 / 3;
    place-self: center;
  }

  #w-node-_29f96577-81e9-e3ef-a607-85b5e16497dc-a66357f4 {
    grid-area: 4 / 1 / 5 / 3;
    place-self: center;
  }

  #w-node-_29f96577-81e9-e3ef-a607-85b5e16497de-a66357f4 {
    grid-area: 3 / 1 / 4 / 3;
    justify-self: center;
  }

  #w-node-_29f96577-81e9-e3ef-a607-85b5e16497df-a66357f4 {
    grid-area: 5 / 1 / 6 / 3;
    justify-self: center;
  }

  #w-node-_29f96577-81e9-e3ef-a607-85b5e16497e0-a66357f4 {
    grid-area: 6 / 1 / 7 / 3;
    place-self: center;
  }

  #w-node-_29f96577-81e9-e3ef-a607-85b5e16497d9-a66357f5 {
    grid-area: 1 / 1 / 2 / 3;
    justify-self: center;
  }

  #w-node-_29f96577-81e9-e3ef-a607-85b5e16497da-a66357f5 {
    grid-area: 2 / 1 / 3 / 3;
    place-self: center;
  }

  #w-node-_29f96577-81e9-e3ef-a607-85b5e16497dc-a66357f5 {
    grid-area: 4 / 1 / 5 / 3;
    place-self: center;
  }

  #w-node-_29f96577-81e9-e3ef-a607-85b5e16497de-a66357f5 {
    grid-area: 3 / 1 / 4 / 3;
    justify-self: center;
  }

  #w-node-_29f96577-81e9-e3ef-a607-85b5e16497d9-a66357f6 {
    grid-area: 1 / 1 / 2 / 3;
    justify-self: center;
  }

  #w-node-_29f96577-81e9-e3ef-a607-85b5e16497da-a66357f6 {
    grid-area: 2 / 1 / 3 / 3;
    place-self: center;
  }

  #w-node-_29f96577-81e9-e3ef-a607-85b5e16497dc-a66357f6 {
    grid-area: 4 / 1 / 5 / 3;
    place-self: center;
  }

  #w-node-_29f96577-81e9-e3ef-a607-85b5e16497de-a66357f6 {
    grid-area: 3 / 1 / 4 / 3;
    justify-self: center;
  }

  #w-node-_29f96577-81e9-e3ef-a607-85b5e16497df-a66357f6 {
    grid-area: 5 / 1 / 6 / 3;
    justify-self: center;
  }

  #w-node-_29f96577-81e9-e3ef-a607-85b5e16497e0-a66357f6 {
    grid-area: 6 / 1 / 7 / 3;
    place-self: center;
  }

  #w-node-_29f96577-81e9-e3ef-a607-85b5e16497e2-a66357f6 {
    grid-area: 7 / 1 / 8 / 3;
    justify-self: center;
  }

  #w-node-_29f96577-81e9-e3ef-a607-85b5e16497e3-a66357f6 {
    grid-area: 8 / 1 / 9 / 3;
    place-self: center;
  }

  #w-node-_466fcecf-cb3e-a78c-8b80-9b7e0f2ac01b-a6635808 {
    justify-self: center;
  }

  #w-node-_29f96577-81e9-e3ef-a607-85b5e16497d9-a6635808 {
    grid-area: 1 / 1 / 2 / 3;
    justify-self: center;
  }

  #w-node-_29f96577-81e9-e3ef-a607-85b5e16497da-a6635808 {
    grid-area: 2 / 1 / 3 / 3;
    place-self: center;
  }

  #w-node-_29f96577-81e9-e3ef-a607-85b5e16497dc-a6635808 {
    grid-area: 4 / 1 / 5 / 3;
    place-self: center;
  }

  #w-node-_29f96577-81e9-e3ef-a607-85b5e16497de-a6635808 {
    grid-area: 3 / 1 / 4 / 3;
    justify-self: center;
  }

  #w-node-_29f96577-81e9-e3ef-a607-85b5e16497df-a6635808 {
    grid-area: 5 / 1 / 6 / 3;
    justify-self: center;
  }

  #w-node-_29f96577-81e9-e3ef-a607-85b5e16497e0-a6635808 {
    grid-area: 6 / 1 / 7 / 3;
    place-self: center;
  }

  #w-node-_29f96577-81e9-e3ef-a607-85b5e16497d9-a6635819 {
    grid-area: 1 / 1 / 2 / 3;
    justify-self: center;
  }

  #w-node-_29f96577-81e9-e3ef-a607-85b5e16497da-a6635819 {
    grid-area: 2 / 1 / 3 / 3;
    place-self: center;
  }

  #w-node-_74897f73-7073-61a3-e006-82f957ee82f7-a6635819 {
    grid-row: 3 / 4;
  }

  #w-node-_29f96577-81e9-e3ef-a607-85b5e16497d9-a663581a {
    grid-area: 1 / 1 / 2 / 3;
    justify-self: center;
  }

  #w-node-_29f96577-81e9-e3ef-a607-85b5e16497da-a663581a {
    grid-area: 2 / 1 / 3 / 3;
    place-self: center;
  }

  #w-node-_29f96577-81e9-e3ef-a607-85b5e16497dc-a663581a {
    grid-area: 4 / 1 / 5 / 3;
    place-self: center;
  }

  #w-node-_29f96577-81e9-e3ef-a607-85b5e16497de-a663581a {
    grid-area: 3 / 1 / 4 / 3;
    justify-self: center;
  }

  #w-node-_29f96577-81e9-e3ef-a607-85b5e16497df-a663581a {
    grid-area: 5 / 1 / 6 / 3;
    justify-self: center;
  }

  #w-node-_29f96577-81e9-e3ef-a607-85b5e16497e0-a663581a {
    grid-area: 6 / 1 / 7 / 3;
    place-self: center;
  }

  #w-node-_29f96577-81e9-e3ef-a607-85b5e16497d9-4897eb78 {
    grid-area: 1 / 1 / 2 / 3;
    justify-self: center;
  }

  #w-node-_29f96577-81e9-e3ef-a607-85b5e16497da-4897eb78 {
    grid-area: 2 / 1 / 3 / 3;
    place-self: center;
  }

  #w-node-_29f96577-81e9-e3ef-a607-85b5e16497d9-c18906e2 {
    grid-area: 1 / 1 / 2 / 3;
    justify-self: center;
  }

  #w-node-_29f96577-81e9-e3ef-a607-85b5e16497da-c18906e2 {
    grid-area: 2 / 1 / 3 / 3;
    place-self: center;
  }

  #w-node-_412408a6-6011-3be6-90ee-74eaf94d2c56-c18906e2 {
    grid-area: 4 / 1 / 5 / 3;
    justify-self: center;
  }

  #w-node-_2554dd82-7d22-6773-257d-ae53150a7c58-c18906e2 {
    grid-area: 5 / 1 / 6 / 3;
    place-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_29f96577-81e9-e3ef-a607-85b5e16497d9-a66357c7 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }
}


@font-face {
  font-family: 'Bicyclette Ultra';
  src: url('../fonts/bicyclette-ultra.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bicyclette';
  src: url('../fonts/bicyclette-light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bicyclette';
  src: url('../fonts/bicyclette-italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Bicyclette';
  src: url('../fonts/bicyclette-black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bicyclette';
  src: url('../fonts/bicyclette-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bicyclette';
  src: url('../fonts/bicyclette-thin.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bicyclette';
  src: url('../fonts/bicyclette-bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neuzeit Grotesk';
  src: url('../fonts/neuzeit_grotesk_light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neuzeit Grotesk Extcond';
  src: url('../fonts/neuzeit_grotesk_extcond_black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neuzeit Grotesk';
  src: url('../fonts/neuzeit_grotesk_black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neuzeit Grotesk Cond';
  src: url('../fonts/neuzeit_grotesk_cond_black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neuzeit Grotesk';
  src: url('../fonts/neuzeit_grotesk_bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neuzeit Grotesk';
  src: url('../fonts/neuzeit_grotesk.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Modal close button */
.modal-close {
  position: absolute;
  top: 15px;
  right: 20px;
  cursor: pointer;
  color: #999;
  line-height: 1;
  transition: transform 0.2s ease, color 0.2s ease;
}
.modal-close:hover {
  color: #333;
  transform: rotate(180deg);
}
@media (max-width: 768px) {
  .modal-close { top: 12px; right: 15px; }
}
@media (max-width: 480px) {
  .modal-close { top: 10px; right: 10px; }
}