.color-dark[data-v-736608ba] {
  color: #222222 !important;
}

/*================================================ 
 font-family: 'Poppins', sans-serif;
 font-family: 'Permanent Marker', cursive;
 font-family: 'Playfair Display', serif;
 font-family: 'Montserrat', sans-serif;
  font-family: 'Roboto', sans-serif;
 =================================================*/
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.container[data-v-736608ba] {
    max-width: 1200px;
}
}
@media only screen and (max-width: 575px) {
.container[data-v-736608ba] {
    max-width: 450px;
}
}
@media only screen and (max-width: 479px) {
.container[data-v-736608ba] {
    max-width: 320px;
}
}
.event-hero[data-v-736608ba] {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  color: #fff;
}
.event-hero__media[data-v-736608ba],
.event-hero__shade[data-v-736608ba] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.event-hero__media[data-v-736608ba] {
  background-position: center;
  background-size: cover;
}
.event-hero__shade[data-v-736608ba] {
  background: rgba(6, 8, 7, 0.16);
}
@media only screen and (max-width: 767px) {
.event-hero[data-v-736608ba] {
    min-height: 560px;
    background: #080b09;
}
.event-hero__media[data-v-736608ba] {
    background-position: center 72px;
    background-repeat: no-repeat;
    background-size: 220% auto;
}
.event-hero__shade[data-v-736608ba] {
    background: linear-gradient(180deg, rgba(6, 8, 7, 0.1) 0%, rgba(6, 8, 7, 0.08) 58%, #080b09 100%);
}
}
