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

h1 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Raleway, sans-serif;
  color: #203;
  font-size: 55px;
  line-height: 44px;
  font-weight: 900;
  text-align: center;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Raleway, sans-serif;
  color: #203;
  font-size: 35px;
  line-height: 36px;
  font-weight: 700;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Raleway, sans-serif;
  color: #cd9301;
  font-size: 15px;
  line-height: 30px;
  font-weight: 800;
  text-transform: uppercase;
}

p {
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 13px;
}

.sticky-nav {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 1;
  padding: 20px;
  background-color: #f4f4f4;
}

.nav-grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin: 0px;
  padding: 0px;
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-flow: column;
  grid-auto-columns: -webkit-max-content;
  grid-auto-columns: max-content;
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  -ms-grid-columns: minmax(200px, 1fr) -webkit-max-content -webkit-max-content;
  -ms-grid-columns: minmax(200px, 1fr) max-content max-content;
  grid-template-columns: minmax(200px, 1fr) -webkit-max-content -webkit-max-content;
  grid-template-columns: minmax(200px, 1fr) max-content max-content;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  list-style-type: none;
}

.nav-logo-link {
  display: block;
  height: 60px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
}

.nav-logo {
  width: 200px;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.nav-link {
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  padding: 10px 0px;
  opacity: 0.8;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-family: Raleway, sans-serif;
  color: #fcfcef;
  font-size: 30px;
  line-height: 45px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-link:hover {
  opacity: 1;
  text-decoration: none;
}

.landing {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(76%, hsla(0, 0%, 100%, 0)), to(#fefdec)), url('../images/landing_bg_desktop.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 76%, #fefdec), url('../images/landing_bg_desktop.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.body {
  background-color: #fefdec;
}

.image {
  width: 200px;
}

.image-2 {
  height: 45px;
}

.icon {
  height: 45px;
  color: #203;
  font-size: 50px;
  line-height: 50px;
  font-style: normal;
  font-weight: 400;
  text-align: left;
  text-decoration: none;
  text-transform: none;
}

.menu-button {
  padding: 10px;
}

.logo {
  display: inline-block;
  height: 45px;
  margin-top: 0px;
  margin-bottom: 0px;
}

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

.image-4 {
  display: none;
  height: 45px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.image-4.whitemenu {
  display: inline-block;
}

.column-menu-right {
  z-index: 101;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.ticket-button {
  padding-right: 25px;
  padding-left: 25px;
  border-radius: 20px;
  background-color: rgba(152, 57, 115, 0.8);
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
  font-family: Raleway, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

.ticket-button:hover {
  background-color: #983973;
}

.navbar {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  bottom: auto;
  z-index: 99;
  margin-top: -60px;
  background-color: hsla(0, 0%, 100%, 0);
}

.navbar.navbarwhite {
  margin-top: 0px;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  min-height: 0px;
  margin-top: -65px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.landing-center {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.text-block {
  font-weight: 400;
}

.date_landing {
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: Raleway, sans-serif;
  color: #203;
  font-size: 25px;
  font-weight: 600;
}

.festival {
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: Raleway, sans-serif;
  color: #203;
  font-size: 25px;
  font-weight: 600;
  letter-spacing: 11px;
  text-transform: uppercase;
}

.landing_center_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.eye-spirit {
  margin-top: 30px;
  margin-bottom: 30px;
}

.nav-menu {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1000;
  display: none;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  text-align: center;
}

.link-block {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin-right: 60px;
  padding: 10px;
}

.menu {
  margin-left: 20px;
  padding-left: 0px;
}

.image-6 {
  width: auto;
  height: 35px;
  opacity: 0.8;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.image-6:hover {
  opacity: 1;
}

.columns {
  padding: 10px 0px;
}

.brand {
  display: none;
}

.brand.whitemenu {
  display: block;
}

.nav {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 100;
  display: none;
  height: 100vh;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.container-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-7 {
  height: 35px;
}

.image-8 {
  height: 40px;
}

.image-9 {
  height: 40px;
}

.link-block-2 {
  margin-left: 20px;
}

.image-10 {
  height: 35px;
}

.close {
  position: relative;
  z-index: 2001;
  display: none;
  margin-left: 20px;
  border: 0px none #000;
  opacity: 1;
}

.container-4 {
  position: static;
  left: 5%;
  top: auto;
  right: auto;
  bottom: 14%;
  z-index: auto;
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.social-links {
  position: static;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 250px;
  margin-top: 25px;
  padding: 13px;
  clear: none;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: left;
}

.social-link {
  margin-right: 5px;
  margin-left: 5px;
  opacity: 0.8;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.social-link:hover {
  opacity: 1;
}

.underline-link {
  height: 2px;
  margin-top: -8px;
  background-color: #fcfcef;
}

.hero {
  position: static;
  display: block;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.hero-image-mask {
  width: 100%;
  margin-left: 40px;
}

.hero-image-mask.left {
  margin-right: 40px;
  margin-left: 0px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: left;
}

.hero-image {
  width: 100%;
  height: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0.5 auto;
  -ms-flex: 0 0.5 auto;
  flex: 0 0.5 auto;
  border-radius: 20px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

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

.div-block {
  position: relative;
  z-index: 0;
  background-color: hsla(0, 0%, 100%, 0);
}

.div-block.navbar-div-white {
  background-color: #fefdec;
}

.div-block-2 {
  width: auto;
  max-width: 450px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-block-2.left {
  padding-left: 0px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.cta-light {
  padding-right: 25px;
  padding-left: 25px;
  border-style: solid;
  border-width: 1px;
  border-color: #cd9301;
  border-radius: 20px;
  background-color: transparent;
  -webkit-transition: color 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease;
  font-family: Raleway, sans-serif;
  color: #cd9301;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
}

.cta-light:hover {
  background-color: #cd9301;
  color: #fefdec;
}

.cta-light.formsubmit {
  margin-top: 15px;
}

.heading {
  margin-top: 10px;
}

.paragraph {
  margin-top: 10px;
  font-size: 14px;
  text-align: left;
}

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

.paragraph.intext {
  margin-top: 0px;
  margin-bottom: 0px;
  text-decoration: none;
}

.heading-2 {
  margin-top: 10px;
}

.heading-2.centered {
  text-align: center;
}

.heading-2.galleryheading2 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
}

.section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.slider-section {
  padding-top: 0px;
  padding-bottom: 15px;
}

.heading-3 {
  margin-top: 0px;
  margin-bottom: 20px;
  line-height: 55px;
}

.heading-3.intext {
  margin-bottom: 0px;
}

.container-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.container-6 {
  display: block;
  width: 90%;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.carousel {
  width: 100vw;
  height: 400px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.carousel.is_contained {
  width: 100%;
  height: auto;
  padding-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.card {
  overflow: hidden;
  width: 300px;
  height: 300px;
  margin-right: auto;
  margin-left: auto;
  padding: 0px;
  border-radius: 20px;
  background-color: #3f4046;
  box-shadow: 0 5px 2rem 0 rgba(0, 0, 0, 0.3);
  color: #b8b9c2;
  text-align: left;
}

.card.grid {
  width: 300px;
  height: 300px;
}

.arrow-left {
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: none;
  width: 50px;
  height: 50px;
  margin-top: 150px;
  margin-bottom: 150px;
}

.arrow-right {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  width: 50px;
  height: 50px;
  margin-top: 150px;
  margin-bottom: 150px;
}

.card-body {
  height: 100%;
  padding: 30px;
}

.carousel-slider._6 {
  right: -105%;
}

.carousel-slider._2 {
  right: -21%;
}

.carousel-slider._4 {
  right: -63%;
}

.carousel-slider._3 {
  right: -42%;
}

.carousel-slider._7 {
  right: -126%;
}

.carousel-slider._5 {
  right: -84%;
}

.carousel-slider._8 {
  right: -147%;
}

.btn {
  padding: 15px 25px;
  border-radius: 5px;
  background-color: #3862ec;
  -webkit-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out;
  font-size: 1rem;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.btn:hover {
  background-color: #213ea0;
}

.carousel-mask {
  overflow: visible;
  width: 300px;
  border-radius: 0px;
}

.section-2 {
  overflow: hidden;
  padding-top: 99px;
  padding-bottom: 99px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #303136;
}

.section-2.is_full {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  background-color: #fefdec;
}

.card-header {
  height: 150px;
  background-image: url('../images/david-lundgren-1677087-unsplash.jpg');
  background-position: 50% 30%;
  background-size: cover;
}

.artist-image-mask {
  width: 30vw;
  height: 30vw;
  margin-right: auto;
  margin-left: auto;
  border-radius: 20px;
}

.artist-image {
  width: 300px;
  height: 300px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 20px;
  background-image: url('../images/Dutch-Afro.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: scroll;
}

.artist-image.dutch-afro {
  width: 300px;
  height: 300px;
}

.artist-image.oozin {
  width: 100%;
  background-image: url('../images/Oozin.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.artist-image.comingsoon {
  width: 100%;
  background-image: url('../images/djpost.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.artist-image.san-proper {
  width: 100%;
  background-image: url('../images/sanproper.jpg');
}

.artist-image.arrocha {
  width: 100%;
  background-image: url('../images/Arrocha.jpg');
  background-position: 50% 50%;
  background-size: contain;
}

.artist-image.djsors {
  width: 100%;
  background-image: url('../images/djsjors.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.artist-image.themood {
  background-image: url('../images/themood.jpg');
}

.artist-image.tsop {
  background-image: url('../images/tsopframe.jpg');
}

.artist-image.jelly {
  background-image: url('../images/jelly.jpg');
}

.artist-image.benjaminfro {
  background-image: url('../images/BenjaminFro.jpg');
}

.artist-image.kushband {
  background-image: url('../images/kushband.jpg');
}

.artist-image.ziggysplynt {
  background-image: url('../images/ziggysplint.jpg');
}

.artist-image-hover {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #0c0000;
  opacity: 0;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.artist-image-hover:hover {
  opacity: 0.8;
}

.artist-name-in-box {
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Raleway, sans-serif;
  color: #ebebeb;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.icon-2 {
  background-color: #e71818;
}

.icon-3 {
  background-color: #f70101;
}

.artist-name-out-box {
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Raleway, sans-serif;
  color: #333;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.artist-socials {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.artist-card {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.slide-nav {
  position: relative;
  display: block;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.img-nav-section {
  padding-right: 0px;
  padding-left: 0px;
  text-align: center;
}

.grid-6 {
  max-width: 1000px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-right: 25px;
  padding-left: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: stretch;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-areas: "footnav1 footnav2"
    "footnav3 footnav4";
  border-radius: 20px;
}

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

.div-block-art {
  width: 100%;
  height: 300px;
  padding-top: 100px;
  border-radius: 0px 20px 0px 0px;
  background-image: url('../images/artmenu.jpg');
  background-position: 50% 50%;
  background-size: 100%;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}

.div-block-art:hover {
  background-position: 50% 50%;
  background-size: 110%;
  background-repeat: repeat;
  background-attachment: scroll;
}

.heading-4 {
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 34px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: 0 0 8px #000;
}

.heading-4.galleryheading {
  margin-top: 0px;
  margin-bottom: 0px;
}

.div-block-food {
  width: 100%;
  height: 300px;
  padding-top: 100px;
  border-bottom-right-radius: 20px;
  background-image: url('../images/foodmenu.jpg');
  background-position: 50% 50%;
  background-size: 100%;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}

.div-block-food:hover {
  background-position: 50% 50%;
  background-size: 110%;
  background-repeat: repeat;
  background-attachment: scroll;
}

.div-block-workshop {
  width: 100%;
  height: 300px;
  padding-top: 100px;
  border-bottom-left-radius: 20px;
  background-image: url('../images/wsmenu.jpg');
  background-position: 50% 50%;
  background-size: 100%;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}

.div-block-workshop:hover {
  background-position: 50% 50%;
  background-size: 110%;
  background-repeat: repeat;
  background-attachment: scroll;
}

.div-block-10 {
  width: 100%;
  height: 300px;
  padding-top: 100px;
  border-top-left-radius: 20px;
  background-image: url('../images/musicmenu.jpg');
  background-position: 50% 50%;
  background-size: 100%;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}

.div-block-10:hover {
  background-position: 50% 50%;
  background-size: 110%;
  background-repeat: repeat;
  background-attachment: scroll;
}

.div-block-10.gallerybg {
  background-image: url('../images/IMG_1782-min.jpg');
}

.div-block-10.gallerydiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 300px;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-image: url('../images/IMG_1782-min.jpg');
}

.div-block-10.gallerydiv.thamar {
  width: 100%;
  height: 400px;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom-left-radius: 20px;
  background-image: url('../images/62c70bb88ed9180faa73684f_thamarpics-1.jpg');
  background-position: 50% 50%;
  background-size: 100%;
  background-repeat: no-repeat;
  background-attachment: scroll;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
  text-shadow: 1px 1px 6px #000;
  -o-object-fit: fill;
  object-fit: fill;
}

.div-block-10.gallerydiv.thamar:hover {
  background-size: 110%;
}

.div-block-10.gallerydiv.thamar.marc {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom-left-radius: 0px;
  background-image: url('../images/62c70cb9d0bf771eb35d29ed_marcpics-1.jpg');
}

.div-block-10.gallerydiv.marc {
  border-top-left-radius: 0px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.container-7 {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1170px;
}

.container-7.cc-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.socialbottom {
  margin-right: 10px;
  padding-right: 0px;
  -webkit-filter: none;
  filter: none;
  -webkit-transition: opacity 200ms cubic-bezier(.55, .055, .675, .19);
  transition: opacity 200ms cubic-bezier(.55, .055, .675, .19);
}

.socialbottom:hover {
  border: 0px none #000;
  border-radius: 0px;
  background-color: transparent;
  opacity: 0.8;
  -webkit-filter: none;
  filter: none;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 96px 30px 104px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #5c4f2f;
}

.text-footer-credits {
  margin-top: 15px;
  color: #b3b3b3;
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
}

.footer-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: left;
}

.footer-column.cc-footer {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.link-block-6 {
  margin-right: 5px;
  margin-left: 5px;
}

.specialthanksh {
  display: none;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 36px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.paragraph-white {
  max-width: 300px;
  min-width: 200px;
  margin-top: 22px;
  font-family: Roboto, sans-serif;
  color: #fefee6;
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
}

.link-block-5 {
  margin-left: 5px;
  padding-right: 5px;
  padding-left: 0px;
}

.footer-social_new {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 28px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.link-block-4 {
  margin-right: 5px;
  margin-left: 5px;
  padding-right: 0px;
}

.separator {
  height: 50px;
}

.centered-container {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.gallery-grid-container {
  display: -ms-grid;
  display: grid;
  width: 100%;
  max-width: 1000px;
  margin-top: 40px;
  margin-bottom: 30px;
  -ms-grid-row-align: center;
  align-self: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto 20px auto;
  grid-template-rows: auto auto;
}

.gallery-lightbox {
  position: relative;
  overflow: hidden;
  -o-object-fit: fill;
  object-fit: fill;
}

.gallery-thumbnail {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.gallery {
  padding: 25px;
  text-align: center;
}

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

.container-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-8.gallerycontainer {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.subscribe-form {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.centered-container-2 {
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.subscribe-form-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.subscribe-form-input-wrapper {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: left;
}

.subscribe-form-input {
  margin-right: 30px;
  margin-bottom: 0px;
  border-radius: 20px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.section-3 {
  height: 100vh;
  background-image: url('../images/grounded2019__-18-van-36.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.section-4 {
  margin-top: 0px;
}

.body-2 {
  background-color: #fefdec;
}

.ticket-section {
  display: none;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.container-10 {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.html-embed {
  margin-right: auto;
  margin-left: auto;
  padding-top: 40px;
  padding-bottom: 0px;
  text-align: center;
}

.img-nav4 {
  width: 270px;
  height: 270px;
  border-radius: 20px;
  background-image: url('../images/food.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat;
  -webkit-transition: -webkit-filter 200ms cubic-bezier(.55, .055, .675, .19);
  transition: -webkit-filter 200ms cubic-bezier(.55, .055, .675, .19);
  transition: filter 200ms cubic-bezier(.55, .055, .675, .19);
  transition: filter 200ms cubic-bezier(.55, .055, .675, .19), -webkit-filter 200ms cubic-bezier(.55, .055, .675, .19);
}

.img-nav4:hover {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.img-nav2 {
  width: 270px;
  height: 270px;
  border-radius: 20px;
  background-image: url('../images/DSC_0069.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat;
  -webkit-transition: -webkit-filter 200ms cubic-bezier(.55, .055, .675, .19);
  transition: -webkit-filter 200ms cubic-bezier(.55, .055, .675, .19);
  transition: filter 200ms cubic-bezier(.55, .055, .675, .19);
  transition: filter 200ms cubic-bezier(.55, .055, .675, .19), -webkit-filter 200ms cubic-bezier(.55, .055, .675, .19);
}

.img-nav2:hover {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.img-nav3 {
  width: 270px;
  height: 270px;
  border-radius: 20px;
  background-image: url('../images/art.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat;
  -webkit-transition: -webkit-filter 200ms cubic-bezier(.55, .055, .675, .19);
  transition: -webkit-filter 200ms cubic-bezier(.55, .055, .675, .19);
  transition: filter 200ms cubic-bezier(.55, .055, .675, .19);
  transition: filter 200ms cubic-bezier(.55, .055, .675, .19), -webkit-filter 200ms cubic-bezier(.55, .055, .675, .19);
}

.img-nav3:hover {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.text-block-4 {
  padding: 15px 0px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.grid-5 {
  margin-top: 80px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  grid-template-areas: "lineup workshop art food";
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.text-block-3 {
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 19px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.img-nav1 {
  border-radius: 20px;
  background-image: url('../images/artist-comingsoon.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat;
  -webkit-transition: -webkit-filter 200ms cubic-bezier(.55, .055, .675, .19);
  transition: -webkit-filter 200ms cubic-bezier(.55, .055, .675, .19);
  transition: filter 200ms cubic-bezier(.55, .055, .675, .19);
  transition: filter 200ms cubic-bezier(.55, .055, .675, .19), -webkit-filter 200ms cubic-bezier(.55, .055, .675, .19);
}

.img-nav1:hover {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.slider-imgnav-overlay {
  display: block;
  overflow: visible;
  width: 100%;
  height: 100%;
  padding-top: 130px;
  border-radius: 20px;
  background-color: rgba(0, 0, 0, 0.74);
  opacity: 0;
  -webkit-transition: opacity 200ms cubic-bezier(.55, .055, .675, .19);
  transition: opacity 200ms cubic-bezier(.55, .055, .675, .19);
  -o-object-fit: contain;
  object-fit: contain;
}

.slider-imgnav-overlay:hover {
  opacity: 1;
}

.centered-container-3 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.cards-grid-container {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: left;
}

.cards-grid-container.bottom {
  display: none;
}

.section-5 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Roboto, sans-serif;
  color: #c7b36b;
  font-size: 16px;
  line-height: 36px;
  font-weight: 600;
  text-transform: none;
}

.paragraph-2 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  font-family: Roboto, sans-serif;
  color: #1c1c12;
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
  text-align: left;
}

.bold-text {
  text-decoration: underline;
}

.h3_left {
  position: static;
  margin-top: 0px;
  margin-bottom: 0px;
  clear: none;
  font-family: Raleway, sans-serif;
  color: #203;
  font-size: 30px;
  font-weight: 700;
  text-align: left;
}

.subscribe-form-2 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.subscribe-form-input-wrapper-2 {
  text-align: left;
}

.subscribe-form-input-2 {
  margin-bottom: 0px;
}

.contact-form {
  padding-top: 100px;
  padding-bottom: 100px;
}

.contact-form-grid {
  display: -ms-grid;
  display: grid;
  margin-top: 40px;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.container-11 {
  display: none;
}

.section-6 {
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
}

.flex-container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.html-embed-2 {
  width: 100%;
}

.link-intext {
  position: static;
  display: inline;
  margin-top: 0px;
  margin-bottom: 0px;
  float: none;
  clear: none;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Roboto, sans-serif;
  color: #000;
  font-weight: 700;
  text-decoration: underline;
}

.link-intext:hover {
  color: #cd9301;
}

.accordion-wrapper {
  margin-top: 50px;
}

.paragraph-3 {
  margin-top: 10px;
  margin-bottom: 13px;
  padding-right: 0px;
  padding-left: 0px;
  font-family: Roboto, sans-serif;
  color: #1c1c12;
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
  text-align: left;
}

.accordion-item {
  margin-bottom: 20px;
  padding: 24px 30px 14px;
  border-style: solid;
  border-width: 1px;
  border-color: #80aba6;
  border-radius: 20px;
  background-color: transparent;
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.03);
}

.accordion-item-trigger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.accordion-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #203;
  line-height: 30px;
  text-align: left;
  cursor: pointer;
}

.accordion-item-content {
  overflow: hidden;
  margin-top: 10px;
  margin-right: 30px;
  text-align: left;
}

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

.grid-7 {
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-20 {
  background-image: url('../images/djpost.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

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

.grid-8 {
  margin-top: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.div-block-21 {
  text-align: center;
}

.bold-text-2 {
  text-decoration: underline;
}

.bold-text-3 {
  text-decoration: underline;
}

.js-clock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  margin-left: 10px;
  padding: 35px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  line-height: 20px;
}

.clock-number {
  display: none;
  font-family: Raleway, sans-serif;
  color: #cd9302;
  font-size: 48px;
  line-height: 48px;
  font-weight: 700;
}

.clock-label {
  margin-right: -5px;
  font-family: Raleway, sans-serif;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.section-7 {
  padding: 20px;
  text-align: center;
}

.image-11 {
  border-radius: 20px;
}

.image-12 {
  border-radius: 20px;
}

.image-12.timetablestory {
  display: none;
}

.gallery-slider {
  position: relative;
  padding: 80px 30px;
  border-bottom: 1px solid #e4ebf3;
}

.container-14 {
  width: 100%;
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
}

.gallery-wrapper {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.gallery-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.gallery-slide {
  height: auto;
  background-color: transparent;
}

.gallery-slide-wrapper {
  max-width: 47%;
  margin-right: 6%;
}

.gallery-slide-image {
  position: relative;
}

.gallery-image {
  width: 100%;
}

.gallery-slide-text {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  margin-bottom: 0px;
  color: #f5f7fa;
  line-height: 32px;
}

.gallery-slider-left {
  left: -50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.gallery-slider-left:focus-visible {
  border-radius: 5px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
}

.gallery-slider-left[data-wf-focus-visible] {
  border-radius: 5px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
}

.slider-arrow-embed {
  color: #1a1b1f;
}

.gallery-slider-right {
  right: -50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.gallery-slider-right:focus-visible {
  border-radius: 5px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
}

.gallery-slider-right[data-wf-focus-visible] {
  border-radius: 5px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
}

.gallery-slide-nav {
  display: none;
}

.c-sub-img-feed-wrapper {
  display: none;
}

.c-img-gallery-main-dots {
  display: none;
}

.c-main-img-feed-wrapper {
  display: none;
}

.c-sub-img-feed-item {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-img-gallery-main {
  margin-bottom: 20px;
}

.c-main-img-feed-item {
  position: relative;
}

._w-sub-img-feed-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.img-gallery-subs {
  height: 200px;
  background-color: #131313;
}

.sub-img-feed-item {
  position: relative;
  width: 100%;
  height: 100%;
  border: 3px solid #131313;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.5;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  cursor: pointer;
}

.sub-img-feed-item:hover {
  border-color: #eee;
  opacity: 1;
}

.c-main-img-overlay-lightbox {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(19, 19, 19, 0.75);
}

.main-img-overlay-icon {
  width: 5%;
}

.img-gallery-main {
  height: 450px;
  background-color: transparent;
}

.c-img-gallery {
  max-width: 750px;
  margin-right: auto;
  margin-left: auto;
}

.img-gallery-main-arrow {
  display: none;
}

.c-main-img-lightbox {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.c-img-gallery-main-icon {
  display: none;
}

.c-img-gallery-sub {
  position: relative;
  overflow: hidden;
}

.img-gallery-subs-slide {
  overflow: hidden;
  width: 33.33%;
  padding: 5px;
}

.c-img-gallery-subs-dots {
  display: none;
}

.cloneable-area {
  min-height: 50vh;
}

.cloneable-area._2 {
  display: block;
}

.cloneable-area._2 {
  display: block;
}

.grid-9 {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}

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

.grid-10 {
  grid-column-gap: 0px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-11 {
  max-width: 1000px;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-column-gap: 0px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-22 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: auto;
}

.lightbox-link-2 {
  text-decoration: none;
}

.lightbox-link-3 {
  text-decoration: none;
}

.html-embed-3 {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.div-block-23 {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.form-block {
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

.text-field {
  max-width: 350px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  border-radius: 20px;
}

.form {
  text-align: center;
}

.div-block-24 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.field-label {
  margin-bottom: 0px;
}

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

.navbar-logo-center-container.shadow-three {
  width: 100%;
  max-width: 1140px;
}

.navbar-wrapper-three {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-brand-three {
  position: absolute;
  z-index: 5;
}

.nav-menu-wrapper-three {
  width: 100%;
}

.nav-menu-three {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-menu-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.nav-link-2:hover {
  color: rgba(26, 27, 31, 0.75);
}

.nav-link-2:focus-visible {
  border-radius: 4px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
  color: #0050bd;
}

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

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

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

.nav-dropdown-toggle:hover {
  color: rgba(26, 27, 31, 0.75);
}

.nav-dropdown-toggle:focus-visible {
  border-radius: 5px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
  color: #0050bd;
}

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

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

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

.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 {
  border-radius: 5px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
  color: #0050bd;
}

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

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

.nav-link-accent:hover {
  color: rgba(26, 27, 31, 0.75);
}

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

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

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

.navbar-no-shadow-container {
  z-index: 5;
  width: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
  background-color: transparent;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-right: auto;
  margin-left: auto;
}

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

.nav-menu-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-button-wrapper {
  margin-left: 120px;
}

.navigation {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  margin-top: 32px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button {
  padding: 14px 24px;
  border-radius: 70px;
  background-color: #1f0231;
  font-size: 16px;
  font-weight: 700;
}

.div-block-25 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-26 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 56px;
  height: 56px;
  margin-left: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-13 {
  opacity: 0;
}

@media screen and (max-width: 991px) {
  .div-block-2 {
    max-width: 350px;
  }

  .card.grid {
    background-color: transparent;
  }

  .artist-image.dutch-afro {
    width: 100%;
  }

  .grid-6 {
    height: 640px;
    padding: 20px;
    grid-template-areas: "footnav1 footnav2"
      "footnav3 footnav4";
  }

  .div-block-art {
    background-size: 120%;
  }

  .div-block-art:hover {
    background-size: 130%;
  }

  .div-block-food {
    background-size: 120%;
  }

  .div-block-food:hover {
    background-size: 130%;
  }

  .div-block-workshop {
    background-size: 120%;
  }

  .div-block-workshop:hover {
    background-size: 130%;
  }

  .div-block-10 {
    background-size: 120%;
  }

  .div-block-10:hover {
    background-size: 130%;
  }

  .div-block-10.gallerydiv.thamar {
    height: 350px;
  }

  .gallery-grid-container {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .grid-5 {
    grid-auto-flow: column dense;
    grid-template-areas: ". lineup workshop"
      ". food art";
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .cards-grid-container {
    grid-column-gap: 20px;
  }

  .section-5 {
    padding-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .h2 {
    text-align: center;
  }

  .paragraph-2 {
    width: auto;
    text-align: justify;
  }

  .h3_left {
    text-align: center;
  }

  .section-6 {
    padding-top: 0px;
    padding-right: 60px;
    padding-left: 60px;
  }

  .flex-container-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .paragraph-3 {
    width: auto;
    text-align: justify;
  }

  .grid-8 {
    grid-column-gap: 39px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .container-14 {
    max-width: 728px;
  }

  .gallery-wrapper {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .img-gallery-main-slide {
    overflow: hidden;
  }

  .img-gallery-subs {
    height: 170px;
  }

  .c-main-img-overlay-lightbox {
    display: none;
  }

  .img-gallery-main {
    height: 370px;
  }

  .c-img-gallery-main-icon {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 10;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 5px;
    margin-right: 5px;
    padding: 5px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5px;
    background-color: rgba(19, 19, 19, 0.9);
  }

  .img-gallery-main-icon {
    width: 20px;
  }

  .grid-11 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .text-field {
    margin-left: 0px;
  }

  .navbar-wrapper-three {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    top: 70px;
    background-color: transparent;
  }

  .nav-menu-three {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    padding: 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50px;
    background-color: #fff;
    box-shadow: 0 8px 50px 0 rgba(0, 0, 0, 0.05);
  }

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

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

  .menu-button-2 {
    padding: 12px;
  }

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

  .nav-menu-wrapper {
    background-color: transparent;
  }

  .nav-menu-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0px;
  }
}

@media screen and (max-width: 767px) {
  .sticky-nav {
    position: relative;
  }

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

  .image-4.whitemenu {
    display: none;
  }

  .brand.whitemenu {
    display: none;
  }

  .hero {
    padding: 40px 20px;
  }

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

  .hero-image-mask {
    height: 300px;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .hero-image-mask.left {
    margin-right: 0px;
  }

  .main-content {
    padding: 40px 20px;
  }

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

  .heading-3 {
    margin-bottom: 0px;
  }

  .carousel.is_contained {
    padding-bottom: 75px;
  }

  .card {
    background-color: transparent;
  }

  .card.grid {
    width: 300px;
  }

  .carousel-slider._6 {
    right: -45%;
  }

  .carousel-slider._2 {
    right: -9%;
  }

  .carousel-slider._4 {
    right: -27%;
  }

  .carousel-slider._3 {
    right: -18%;
  }

  .carousel-slider._7 {
    right: -54%;
  }

  .carousel-slider._5 {
    right: -36%;
  }

  .carousel-slider._8 {
    right: -63%;
  }

  .carousel-mask {
    width: 300px;
  }

  .section-2.is_full {
    padding-top: 0px;
  }

  .artist-image.dutch-afro {
    width: 300px;
    height: 300px;
  }

  .grid-6 {
    height: auto;
    padding-right: 20px;
    grid-template-areas: "footnav1"
      "footnav3"
      "footnav2"
      "footnav4";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .div-block-art {
    border-top-right-radius: 0px;
  }

  .div-block-food {
    border-bottom-left-radius: 20px;
  }

  .div-block-workshop {
    border-radius: 0px;
  }

  .div-block-10 {
    border-radius: 20px 20px 0px 0px;
  }

  .div-block-10.gallerydiv.thamar {
    border-bottom-left-radius: 0px;
  }

  .div-block-10.gallerydiv.thamar.marc {
    border-top-right-radius: 0px;
    border-bottom-left-radius: 20px;
  }

  .container-7.cc-footer {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .footer-column {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .footer-column.cc-footer {
    width: 100%;
  }

  .gallery-grid-container {
    max-width: none;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .gallery {
    padding-right: 20px;
    padding-left: 20px;
  }

  .subscribe-form {
    padding: 40px 20px;
  }

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

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

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

  .cards-grid-container {
    max-width: none;
    padding-right: 0px;
    padding-left: 0px;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .section-5 {
    margin-top: 25px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .h2 {
    text-align: center;
  }

  .paragraph-2 {
    width: 100%;
    margin-bottom: 0px;
    text-align: justify;
  }

  .h3_left {
    text-align: center;
  }

  .div-block-18 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .subscribe-form-2 {
    padding: 40px 20px;
  }

  .contact-form {
    padding: 40px 20px;
  }

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

  .section-6 {
    margin-top: 25px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .flex-container-2 {
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .paragraph-3 {
    width: 100%;
    margin-bottom: 0px;
    text-align: justify;
  }

  .accordion-item-content {
    margin-right: 0px;
  }

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

  .grid-8 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto;
  }

  .gallery-slider {
    padding: 60px 15px;
  }

  .gallery-slide {
    margin-right: 10px;
    margin-left: 10px;
  }

  .gallery-slide-text {
    line-height: 30px;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .img-gallery-main {
    height: 270px;
  }

  .img-gallery-main-arrow {
    display: block;
  }

  .img-gallery-main-arrow.right {
    position: absolute;
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    width: 50%;
    height: 35px;
    background-color: rgba(19, 19, 19, 0.5);
    font-size: 1em;
  }

  .img-gallery-main-arrow.left {
    position: absolute;
    left: 0%;
    top: auto;
    right: auto;
    bottom: 0%;
    width: 50%;
    height: 35px;
    background-color: rgba(19, 19, 19, 0.5);
    font-size: 1em;
  }

  .c-img-gallery-main-icon {
    opacity: 0.75;
  }

  .c-img-gallery-sub {
    display: none;
  }

  .img-gallery-main-icon {
    width: 15px;
  }

  .grid-11 {
    padding-right: 0px;
    padding-left: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .text-field {
    margin-bottom: 0px;
    margin-left: 0px;
  }

  .field-label {
    margin-bottom: 0px;
  }

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

  .nav-menu-three {
    padding-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 20px;
  }

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

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

  .nav-dropdown {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px 0 rgba(0, 0, 0, 0.05);
  }

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

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

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

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

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

  .nav-menu-2 {
    padding-bottom: 30px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 479px) {
  .sticky-nav {
    padding: 0px;
  }

  .nav-grid {
    grid-auto-flow: row;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 100px;
    grid-template-rows: 100px;
  }

  .nav-logo-link {
    border-top: 1px solid #c4c4c4;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px none #000;
  }

  .date_landing {
    font-size: 18px;
  }

  .festival {
    direction: ltr;
    font-size: 18px;
    letter-spacing: 8px;
  }

  .landing_center_container {
    padding: 25px;
  }

  .image-6 {
    height: 35px;
  }

  .nav {
    display: none;
  }

  .hero-image-mask {
    height: 250px;
  }

  .hero-image-mask.left {
    height: 250px;
  }

  .hero-image {
    -o-object-position: 50% 0%;
    object-position: 50% 0%;
  }

  .heading-2.galleryheading2 {
    box-shadow: none;
  }

  .heading-3 {
    margin-bottom: 15px;
  }

  .card-body {
    padding: 20px;
  }

  .carousel-slider {
    padding-right: 10px;
    padding-left: 10px;
  }

  .carousel-slider._6 {
    right: 0%;
  }

  .carousel-slider._2 {
    right: 0%;
  }

  .carousel-slider._4 {
    right: 0%;
  }

  .carousel-slider._3 {
    right: 0%;
  }

  .carousel-slider._7 {
    right: 0%;
  }

  .carousel-slider._5 {
    right: 0%;
  }

  .carousel-slider._8 {
    right: 0%;
  }

  .carousel-mask {
    width: 100%;
  }

  .section-2.is_full {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .artist-image.dutch-afro {
    width: 300px;
    height: 300px;
  }

  .artist-image.oozin {
    width: 100%;
  }

  .artist-image.comingsoon {
    width: 100%;
  }

  .artist-image.san-proper {
    width: 100%;
  }

  .div-block-art {
    height: 230px;
    padding-top: 60px;
  }

  .heading-4.galleryheading {
    font-size: 25px;
    line-height: 30px;
  }

  .div-block-food {
    height: 230px;
    padding-top: 80px;
  }

  .div-block-workshop {
    height: 230px;
    padding-top: 80px;
  }

  .div-block-10 {
    height: 230px;
    padding-top: 80px;
  }

  .div-block-10.gallerydiv.thamar {
    height: 185px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .div-block-10.gallerydiv.thamar.marc {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .container-7.cc-footer {
    padding-left: 0px;
  }

  .footer-column {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .specialthanksh {
    font-size: 20px;
    line-height: 30px;
  }

  .centered-container {
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }

  .gallery-grid-container {
    margin-right: 0px;
    margin-left: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto;
  }

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

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

  .centered-container-2 {
    text-align: center;
  }

  .subscribe-form-input-wrapper {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .subscribe-form-input {
    width: 100%;
  }

  .container-9 {
    overflow: visible;
    padding-right: 20px;
    padding-left: 20px;
  }

  .html-embed {
    padding-right: 0px;
    padding-left: 0px;
  }

  .grid-5 {
    overflow: visible;
    width: auto;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    grid-auto-flow: column dense;
    grid-template-areas: ". lineup"
      ". workshop"
      ". food"
      ". art";
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .div-block-19 {
    margin-right: auto;
    margin-left: auto;
  }

  .centered-container-3 {
    text-align: center;
  }

  .cards-grid-container {
    margin-right: 0px;
    margin-left: 0px;
    padding: 0px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .section-5 {
    margin-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .h2 {
    font-size: 14px;
    line-height: 30px;
  }

  .paragraph-2 {
    padding-top: 0px;
    text-align: justify;
  }

  .h3_left {
    text-align: center;
  }

  .subscribe-form-input-wrapper-2 {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .subscribe-form-input-2 {
    width: 100%;
  }

  .section-6 {
    margin-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .flex-container-2 {
    padding-right: 20px;
    padding-left: 20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }

  .paragraph-3 {
    padding-top: 20px;
    text-align: justify;
  }

  .grid-8 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: stretch;
  }

  .js-clock {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .box {
    margin-bottom: 10px;
    padding: 15px;
  }

  .clock-number {
    font-size: 32px;
    line-height: 40px;
  }

  .clock-label {
    font-size: 10px;
    line-height: 5px;
  }

  .image-11.timetablelandscape {
    display: none;
  }

  .image-12.timetablestory {
    display: inline-block;
  }

  .container-14 {
    max-width: none;
  }

  .gallery-wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .gallery-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .img-gallery-main {
    height: 250px;
  }

  .grid-11 {
    padding-right: 0px;
    padding-left: 0px;
    grid-auto-columns: 1px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .text-field {
    margin-left: 0px;
  }

  .nav-menu-three {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .nav-menu-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }
}

#w-node-_0a0f5740-e176-fcbd-00ca-f2a7095a684e-1088eec6 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_7254ef58-a08b-1196-ad0b-7820bdad0b8c-bdad0b8a {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: footnav2;
}

#w-node-_7254ef58-a08b-1196-ad0b-7820bdad0b90-bdad0b8a {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: footnav4;
}

#w-node-_7254ef58-a08b-1196-ad0b-7820bdad0b94-bdad0b8a {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: footnav3;
}

#w-node-_7254ef58-a08b-1196-ad0b-7820bdad0b98-bdad0b8a {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: footnav1;
}

@media screen and (max-width: 991px) {
  #w-node-_7254ef58-a08b-1196-ad0b-7820bdad0b8c-bdad0b8a {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }

  #w-node-_7254ef58-a08b-1196-ad0b-7820bdad0b90-bdad0b8a {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }

  #w-node-_7254ef58-a08b-1196-ad0b-7820bdad0b94-bdad0b8a {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  #w-node-_7254ef58-a08b-1196-ad0b-7820bdad0b98-bdad0b8a {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_7254ef58-a08b-1196-ad0b-7820bdad0b8c-bdad0b8a {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }

  #w-node-_7254ef58-a08b-1196-ad0b-7820bdad0b90-bdad0b8a {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }

  #w-node-_7254ef58-a08b-1196-ad0b-7820bdad0b94-bdad0b8a {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  #w-node-_7254ef58-a08b-1196-ad0b-7820bdad0b98-bdad0b8a {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
}

#w-node-_807bf957-85a2-a01e-a67a-3d9777be19ab-a988eeca {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_401cad1f-2dbb-ed1d-475e-a6ef5fa9f7e7-a988eeca {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

@media screen and (max-width: 767px) {
  #w-node-_86812f63-2f3a-c79a-090f-4cad0940f3d5-a988eeca {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_86812f63-2f3a-c79a-090f-4cad0940f3d7-a988eeca {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_86812f63-2f3a-c79a-090f-4cad0940f3df-a988eeca {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_86812f63-2f3a-c79a-090f-4cad0940f3e1-a988eeca {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-_86812f63-2f3a-c79a-090f-4cad0940f3f3-a988eeca {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_86812f63-2f3a-c79a-090f-4cad0940f3f5-a988eeca {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_86812f63-2f3a-c79a-090f-4cad0940f3c7-a988eeca {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_86812f63-2f3a-c79a-090f-4cad0940f3d4-a988eeca {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_86812f63-2f3a-c79a-090f-4cad0940f3de-a988eeca {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_86812f63-2f3a-c79a-090f-4cad0940f3e9-a988eeca {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_86812f63-2f3a-c79a-090f-4cad0940f3f2-a988eeca {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_807bf957-85a2-a01e-a67a-3d9777be199b-a988eeca {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_807bf957-85a2-a01e-a67a-3d9777be199f-a988eeca {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_807bf957-85a2-a01e-a67a-3d9777be19a3-a988eeca {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_807bf957-85a2-a01e-a67a-3d9777be19a7-a988eeca {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_401cad1f-2dbb-ed1d-475e-a6ef5fa9f7d7-a988eeca {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_401cad1f-2dbb-ed1d-475e-a6ef5fa9f7db-a988eeca {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_401cad1f-2dbb-ed1d-475e-a6ef5fa9f7df-a988eeca {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_401cad1f-2dbb-ed1d-475e-a6ef5fa9f7e3-a988eeca {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

