body {
  background-color: #fff;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

a {
  color: #7118d7;
  text-decoration: underline;
}

.navigation {
  position: fixed;
  left: 0%;
  top: 20px;
  right: 0%;
  bottom: auto;
  z-index: 999;
  display: block;
}

.container {
  position: relative;
  margin-top: 0px;
  padding: 0px;
}

.navbar {
  border-radius: 3px;
  background-color: hsla(0, 0%, 100%, 0.93);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.32);
  color: #fff;
}

.body {
  background-color: #181818;
  color: #fccf70;
}

.brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  border: 1px none #000;
  opacity: 1;
}

.brand.w--current {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

.button {
  position: absolute;
}

.nav-button {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: red;
}

.nav-button.nav-link {
  padding-right: 20px;
  padding-left: 20px;
  border-radius: 20px;
  background-color: #f86242;
  font-family: Inter, sans-serif;
  color: #fff;
  font-weight: 500;
  text-align: center;
}

.nav-button.nav-link:hover {
  border: 0px none #dd695c;
  border-radius: 30px;
  background-color: #dd695c;
  color: #fff;
}

.nav-button.nav-link.w--current {
  color: #fff;
}

.nav-button.nav-link {
  padding-right: 20px;
  padding-left: 20px;
  border-radius: 20px;
  background-color: #5dc3ac;
  font-family: Barlow, sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}

.nav-button.nav-link:hover {
  border: 0px none #dd695c;
  border-radius: 30px;
  background-color: #000;
  color: #fff;
}

.nav-button.nav-link.w--current {
  color: #000;
}

.nav-button.nav-link.w--current:hover {
  color: #ffcd00;
}

.nav-link {
  margin-right: 10px;
  margin-left: 10px;
  padding: 8px 10px;
  font-family: Inter, sans-serif;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.1px;
  text-transform: none;
}

.nav-link:hover {
  color: #f86242;
}

.nav-link.w--current {
  color: #dd695c;
}

.nav-link-2 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.nav-link-3 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.nav-wrapper {
  position: static;
  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: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60px;
  padding-right: 30px;
  padding-left: 30px;
  -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 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.image {
  position: static;
  display: inline-block;
  float: none;
}

.menu-button {
  display: none;
}

.section {
  display: block;
  height: 90vh;
  padding-top: 144px;
  padding-bottom: 144px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.26)), to(rgba(0, 0, 0, 0.54))), url('../images/Artboard-Copy-4.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.26), rgba(0, 0, 0, 0.54)), url('../images/Artboard-Copy-4.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.container-3 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.banner-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 500px;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.paragraph {
  display: block;
  font-family: Inter, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  letter-spacing: 0.2px;
}

.paragraph.sub-header-hero {
  font-size: 16px;
  letter-spacing: 0px;
}

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

.button-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px 24px 16px 0px;
  -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;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 30px;
  background-color: rgba(56, 152, 236, 0);
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 1em;
  font-weight: 600;
  cursor: pointer;
}

.button-2:hover {
  background-color: #fff;
  color: #0a1946;
}

.banner-socials {
  position: relative;
  left: 0%;
  right: 0%;
  bottom: 0px;
  display: none;
  width: 100%;
  margin-top: 0px;
}

.container-4 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 38px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.social-wrapper {
  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;
}

.social-links {
  margin-right: 0px;
  margin-left: 14px;
  padding: 12px;
  border-radius: 10px;
  background-color: #fff;
}

.paragraph-2 {
  font-family: 'Fa brands 400', sans-serif;
}

.email-signup {
  margin-top: 0px;
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: transparent;
  font-family: Inter, sans-serif;
  color: #333;
}

.field-label {
  font-family: Inter, sans-serif;
  color: #0b1a46;
  font-weight: 600;
}

.field-label.footer-form {
  color: #fff;
}

.field-label.footer-email {
  color: #fff;
  font-weight: 500;
}

.field-label.footer-email.footer-head {
  margin-bottom: 20px;
  color: #fff;
}

.heading-2 {
  font-family: Inter, sans-serif;
  color: #cfac47;
}

.paragraph-3 {
  font-family: Inter, sans-serif;
  color: #0b1a46;
  font-weight: 500;
}

.container-5 {
  padding-left: 0px;
}

.form-block {
  margin-top: 20px;
}

.form-block.footer-form {
  margin-top: 0px;
}

.footer {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #000;
}

.footer-link {
  font-family: Inter, sans-serif;
  color: #fff;
  font-weight: 300;
  text-decoration: none;
}

.list-item {
  list-style-type: none;
}

.list-item-2 {
  list-style-type: none;
}

.footer-list-item {
  width: 50%;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-weight: 300;
  list-style-type: none;
}

.footer-list-item.footer-header-item {
  margin-bottom: 20px;
}

.list {
  list-style-type: none;
}

.submit-button {
  background-color: #fff;
  font-family: Inter, sans-serif;
  color: #0a1946;
  font-weight: 500;
}

.text-block {
  position: static;
  display: inline-block;
  max-width: 200px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Inter, sans-serif;
  color: hsla(0, 0%, 100%, 0.62);
  font-weight: 400;
  text-align: left;
}

.text-block.sub-footer-text {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
}

.text-block.sub-footer-text.copyright {
  color: #fff;
  font-weight: 600;
  cursor: default;
}

.div-block {
  padding-top: 0px;
}

.footer-header {
  font-family: Inter, sans-serif;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-decoration: none;
  text-transform: uppercase;
}

.columns {
  display: none;
  padding-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.22);
  text-align: left;
}

.column-3 {
  display: block;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.columns-2 {
  padding-bottom: 45px;
}

.column-4 {
  display: block;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: left;
}

.column-5 {
  display: block;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.list-2 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 600px;
  padding-left: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  list-style-type: none;
}

.sub-footer {
  display: inline;
  padding-left: 36px;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.submit-button-2 {
  border-radius: 20px;
  background-color: #fff;
  font-family: Inter, sans-serif;
  color: #000;
  font-weight: 600;
}

.submit-button-3 {
  border-radius: 20px;
  background-color: #cfac46;
  color: #fff;
  font-weight: 500;
}

.subscribe-form {
  padding-top: 45px;
  padding-bottom: 65px;
  border: 0px solid #000;
  background-color: #000;
  font-family: Inter, sans-serif;
  color: #333;
}

.centered-container {
  -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: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -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-flex.hero-form {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.subscribe-form-flex.subscriber-form-footer {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

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

.subscribe-form-input {
  margin-bottom: 0px;
  border-style: none;
  border-width: 2px;
  border-color: #e9e1c9;
  border-radius: 0px;
  background-color: #fff;
  font-family: Inter, sans-serif;
  color: #0a1946;
}

.subscribe-form-input.subscribe-form-border {
  border-color: #272727;
  background-color: #fff;
}

.subscribe-form-input.subscribe-form-border::-webkit-input-placeholder {
  font-family: 'Open Sans', sans-serif;
  color: rgba(0, 0, 0, 0.64);
}

.subscribe-form-input.subscribe-form-border:-ms-input-placeholder {
  font-family: 'Open Sans', sans-serif;
  color: rgba(0, 0, 0, 0.64);
}

.subscribe-form-input.subscribe-form-border::-ms-input-placeholder {
  font-family: 'Open Sans', sans-serif;
  color: rgba(0, 0, 0, 0.64);
}

.subscribe-form-input.subscribe-form-border::placeholder {
  font-family: 'Open Sans', sans-serif;
  color: rgba(0, 0, 0, 0.64);
}

.paragraph-4 {
  background-color: transparent;
  font-family: Barlow, sans-serif;
  color: #fff;
}

.heading-3 {
  font-family: Barlow, sans-serif;
  color: #fff;
  font-weight: 700;
}

.submit-button-4 {
  border-radius: 0px;
  background-color: #ff4439;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-weight: 600;
  letter-spacing: -0.1px;
}

.field-label-2 {
  display: none;
  font-family: Inter, sans-serif;
  color: #0a1946;
  font-weight: 500;
}

.hero-overlay {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50vh;
  max-height: 780px;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 0px 0px, 50% 50%;
  color: #fff;
}

.news {
  display: block;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #f7f7f7;
}

.heading-4 {
  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;
  font-family: Inter, sans-serif;
  color: #0d2849;
}

.heading-4.home-page-section-title {
  display: none;
  margin-bottom: 20px;
}

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

.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-image-mask {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 80%;
  padding-top: 100%;
  border-radius: 0%;
}

.cards-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 80%;
  max-width: none;
  -o-object-fit: fill;
  object-fit: fill;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.heading-5 {
  font-family: Inter, sans-serif;
}

.paragraph-5 {
  display: block;
  font-family: Inter, sans-serif;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.32);
  text-align: left;
}

.link-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;
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat;
  background-attachment: scroll;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 20px 20px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 0px solid #000;
}

.news-heading {
  margin-top: 0px;
  font-family: Barlow, sans-serif;
  color: #000;
  font-weight: 600;
  text-decoration: none;
  text-transform: none;
}

.paragraph-6 {
  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;
  font-family: Barlow, sans-serif;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 400;
  text-decoration: none;
}

.paragraph-6.news-snippet-created {
  color: #48a8a5;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.3px;
  text-transform: uppercase;
}

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

.heading-6 {
  font-family: Inter, sans-serif;
  color: #000;
}

.heading-6.news-heading {
  margin-top: 10px;
}

.news-main-image {
  display: none;
  height: 320px;
  border-radius: 0px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 50% 50%;
  background-size: contain;
}

.text-block-2 {
  font-family: Inter, sans-serif;
  color: rgba(13, 40, 73, 0.7);
  font-weight: 500;
}

.text-block-2.news-page-created {
  margin-top: 40px;
  color: rgba(0, 0, 0, 0.65);
}

.rich-text-block {
  font-family: Inter, sans-serif;
  color: #111;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
  -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;
}

.div-block-7 {
  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-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.button-3 {
  margin-top: 20px;
  border-radius: 20px;
  background-color: #000;
  font-family: Inter, sans-serif;
  font-weight: 600;
}

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

.accordion-item {
  margin-bottom: 20px;
  padding: 24px 30px 14px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.32);
}

.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;
  font-family: Inter, sans-serif;
  color: #333;
  line-height: 30px;
  cursor: pointer;
}

.icon-2 {
  font-family: 'Fa brands 400', sans-serif;
  font-size: 25px;
}

.icon-2.accordion-icon {
  font-family: Materialicons, sans-serif;
  color: #0a1946;
  font-size: 32px;
  line-height: 30px;
  cursor: pointer;
}

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

.container-7 {
  margin-top: 144px;
  margin-bottom: 144px;
  padding-right: 30px;
  padding-left: 30px;
}

.bold-text {
  font-family: Inter, sans-serif;
}

.paragraph-7 {
  font-family: Inter, sans-serif;
}

.page-title {
  margin-top: 0px;
  margin-bottom: 40px;
  font-family: Barlow, sans-serif;
  color: #000;
  font-weight: 700;
  text-align: center;
}

.page-title.connect {
  margin-bottom: 20px;
  font-family: Barlow, sans-serif;
  text-align: center;
}

.page-title.tickets-page-title {
  margin-bottom: 0px;
}

.section-3 {
  padding-top: 144px;
}

.hero-overlay-2 {
  display: none;
  height: 90vh;
  max-height: 780px;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/Baseball-by-Sydney-Gawlik-Innings-Fest-2020-SG103839.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/Baseball-by-Sydney-Gawlik-Innings-Fest-2020-SG103839.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  color: #fff;
}

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

.heading-7 {
  font-family: Inter, sans-serif;
}

.paragraph-8 {
  font-family: Inter, sans-serif;
  font-weight: 400;
}

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

.gallery-grid-container {
  display: -ms-grid;
  display: grid;
  margin-top: 0px;
  -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;
}

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

.grid {
  display: -ms-grid;
  display: grid;
  grid-auto-flow: column dense;
  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;
}

.column-7 {
  padding-right: 0px;
  padding-left: 0px;
}

.div-block-8 {
  height: 400px;
  background-image: url('../images/Baseball-by-Sydney-Gawlik-Innings-Fest-2020-SG103839.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-8.billboard-image-1 {
  background-image: url('../images/charlesreaganhackleman_voodoo17_andrewmcmahon-0418-7930a1d0.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-8.billboard-image-2 {
  background-image: url('../images/voo16-forkedup-photobykatrinabarber-1126-d1e5b7b3.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-8.billboard-image-3 {
  background-image: url('../images/experience_voodoo2017_charlesreaganhackleman-9999-7f7ef964.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-8.billboard-image-4 {
  background-image: url('../images/voodoo2016_katrina_barber_vip-871958-0b647526.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.column-8 {
  height: auto;
  padding-right: 0px;
  padding-left: 0px;
  background-color: #000;
}

.billboard-header {
  display: block;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: Barlow, sans-serif;
  color: #fff;
  font-weight: 700;
  text-align: left;
}

.container-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 400px;
  padding-right: 20px;
  padding-left: 20px;
  -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: #1f1f1f;
}

.container-8.billboard-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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.container-8.billboard-container-1 {
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #202020;
}

.billboard-paragraph {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-family: Barlow, sans-serif;
  color: #fff;
  font-weight: 400;
  text-align: left;
}

.billboard-button {
  display: none;
  margin-top: 10px;
  border-radius: 20px;
  background-color: #fff;
  font-family: Inter, sans-serif;
  color: #000;
  font-weight: 600;
}

.rich-text-block-2 {
  font-family: Inter, sans-serif;
}

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

.section-4 {
  padding-top: 140px;
  padding-bottom: 140px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(220, 97, 74, 0.7)), to(rgba(220, 97, 74, 0.7))), url('../images/parallax-2.jpg');
  background-image: linear-gradient(180deg, rgba(220, 97, 74, 0.7), rgba(220, 97, 74, 0.7)), url('../images/parallax-2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.tickets {
  display: none;
  margin-top: 0px;
}

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

.tickets-wrapper {
  margin-bottom: 40px;
}

.div-block-9 {
  margin-bottom: 10px;
  border-radius: 9px;
  background-color: #cfac47;
}

.ticket-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 40px;
  padding: 20px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-left: 4px solid #1f391e;
  border-radius: 0px;
  background-color: #e1fae0;
}

.ticket-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  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;
}

.ticket-titles {
  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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.ticket-subtitle {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Inter, sans-serif;
  color: #000;
  font-weight: 500;
}

.ticket-main-title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Inter, sans-serif;
  color: #000;
}

.heading-8 {
  font-family: Inter, sans-serif;
}

.ticket-price {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Inter, sans-serif;
  color: #000;
}

.heading-9 {
  display: block;
  -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;
  font-family: Inter, sans-serif;
}

.ticket-buy-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.ticket-main-button {
  padding: 12px 28px;
  border-radius: 30px;
  background-color: #f86242;
  font-family: Inter, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}

.rich-text-block-3 {
  margin-bottom: 10px;
  direction: ltr;
  font-family: Inter, sans-serif;
  color: #000;
  line-height: 21px;
  font-style: normal;
  letter-spacing: normal;
  text-decoration: none;
}

.collection-item {
  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;
}

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

.hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90vh;
  padding-top: 0px;
  padding-bottom: 20px;
  -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: #000;
  color: #000;
}

.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: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.hero-image-mask {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-left: 40px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.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;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.cta-heading {
  font-family: Inter, sans-serif;
  color: #fff;
}

.cta-paragraph {
  font-family: Inter, sans-serif;
  color: #fff;
}

.hero-overlay-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90vh;
  max-height: 780px;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('../images/OAR-by-Roger-Ho-for-Innings-2020-RH105984.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/OAR-by-Roger-Ho-for-Innings-2020-RH105984.jpg');
  background-position: 0px 0px, 50% 50%;
  color: #fff;
}

.hero-overlay-3.hero-lineup-page {
  height: 95vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.55)), to(rgba(0, 0, 0, 0.55))), url('../images/DesktopExperience--by-Charles-Reagan-Hackleman-for-Voodoo-Fest-2019-CRH_7104.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), url('../images/DesktopExperience--by-Charles-Reagan-Hackleman-for-Voodoo-Fest-2019-CRH_7104.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.hero-overlay-3.hero-tickets-page {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url('../images/Experience-by-Roger-Ho-for-Innings-2020-RH104595.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/Experience-by-Roger-Ho-for-Innings-2020-RH104595.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.cta-button {
  border-radius: 20px;
  background-color: #fff;
  font-family: Inter, sans-serif;
  color: #000;
  font-weight: 500;
}

.div-block-10 {
  width: 600px;
}

.image-2 {
  width: 100%;
}

.news-snippet-image {
  height: auto;
  min-height: 160px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 50% 0px;
  background-size: cover;
}

.collection-item-2 {
  margin-right: 0px;
}

.columns-3 {
  margin-right: -100px;
  margin-left: -100px;
}

.collection-list-wrapper {
  width: 75%;
  margin-right: 10px;
}

.div-block-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  height: 265px;
  -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;
}

.div-block-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 130px;
  height: 130px;
  -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-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.32);
}

.section-7 {
  padding-top: 144px;
  padding-bottom: 144px;
}

.div-block-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 100px;
  padding: 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;
}

.collection-item-3 {
  padding: 10px;
}

.image-3 {
  width: 150px;
  padding-left: 0px;
}

.section-8 {
  padding-top: 144px;
}

.heading-10 {
  font-family: Inter, sans-serif;
}

.paragraph-9 {
  font-family: Inter, sans-serif;
}

.hero-form {
  margin-top: 40px;
  margin-bottom: 0px;
}

.hero-overlay-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90vh;
  max-height: 780px;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 68, 57, 0.59)), to(rgba(0, 0, 0, 0.75))), url('../images/exp-5.jpg');
  background-image: linear-gradient(180deg, rgba(255, 68, 57, 0.59), rgba(0, 0, 0, 0.75)), url('../images/exp-5.jpg');
  background-position: 0px 0px, 50% 99%;
  background-size: auto, cover;
  color: #fff;
}

.rich-text-block-4 {
  font-family: Barlow, sans-serif;
  color: #000;
  text-align: left;
}

.hr {
  height: 2px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #cfac47;
}

.container-10 {
  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;
}

.column-9 {
  padding-right: 0px;
  padding-left: 0px;
}

.contact-block {
  margin-bottom: 10px;
  padding: 20px;
  border-radius: 4px;
  background-color: #ecf0fc;
}

.contact-block.cb-row {
  width: 600px;
  border-radius: 6px;
  background-color: #eee;
}

.div-block-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.div-block-15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 9px;
  -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;
}

.text-block-3 {
  font-family: Inter, sans-serif;
  color: #0a1946;
  font-size: 12px;
  font-weight: 600;
}

.text-block-3.logo-dates {
  margin-bottom: 2px;
  padding-bottom: 0px;
  font-family: Barlow, sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.2px;
}

.text-block-3.logo-venue {
  font-family: Barlow, sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.2px;
}

.link-block-2 {
  padding: 15px;
  border-radius: 3px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.24);
}

.container-11 {
  display: none;
  margin-bottom: 40px;
}

.grid-2 {
  -ms-grid-columns: 0.25fr 0.25fr;
  grid-template-columns: 0.25fr 0.25fr;
}

.container-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.social-icon-wrapper {
  margin-right: 8px;
  padding-right: 0px;
}

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

.social-icon {
  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;
  font-family: 'Fa brands 400', sans-serif;
  color: #fff;
  font-size: 28px;
  line-height: 28px;
  text-decoration: none;
}

.div-block-16 {
  padding: 10px;
  background-color: #0a1946;
}

.social-background {
  padding: 10px;
  border-radius: 0px;
  background-color: rgba(10, 25, 70, 0);
}

.container-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 6px;
  padding: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  background-color: hsla(0, 0%, 100%, 0);
}

.text-block-4 {
  display: inline;
  padding: 10px 20px;
  border-radius: 3px;
  background-color: hsla(0, 0%, 100%, 0.91);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.38);
  font-family: Inter, sans-serif;
  color: #0a1946;
  font-weight: 600;
  text-align: center;
}

.div-block-17 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 35px;
  padding-right: 14px;
  padding-left: 14px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px;
  background-color: hsla(0, 0%, 100%, 0.93);
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 70vh;
  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;
}

.submit-button-5 {
  background-color: #000;
}

.div-block-18 {
  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;
}

.form-block-2 {
  margin-top: 39px;
}

.section-9 {
  padding-top: 144px;
  padding-bottom: 144px;
}

.image-4 {
  display: block;
  opacity: 0;
}

.lightbox-link {
  display: none;
  margin-top: 20px;
  font-family: Inter, sans-serif;
  color: #fff;
  text-decoration: none;
}

.hero-sub-link {
  border-bottom: 1.2px solid #fff;
  font-family: Barlow, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
}

.section-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50vh;
  -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-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/Dave-Matthews-Band--by-Charles-Reagan-Hackleman-for-Innings-Festival-2020-C3-PresentsCRH_2271.JPG');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/Dave-Matthews-Band--by-Charles-Reagan-Hackleman-for-Innings-Festival-2020-C3-PresentsCRH_2271.JPG');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.section-10.homepage-section-2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/Baseball-by-Sydney-Gawlik-Innings-Fest-2020-SG103839.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/Baseball-by-Sydney-Gawlik-Innings-Fest-2020-SG103839.jpg');
}

.billboard-title {
  font-family: Inter, sans-serif;
  color: #fff;
  font-size: 44px;
  line-height: 44px;
  text-align: center;
}

.billboard-subtitle {
  font-family: Inter, sans-serif;
  color: #fff;
  text-align: center;
}

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

.collection-list-2 {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.paragraph-10 {
  font-family: Inter, sans-serif;
  color: #333;
  font-weight: 400;
  text-align: center;
}

.collection-list-wrapper-2 {
  margin-bottom: 40px;
}

.image-5 {
  width: 300px;
  height: auto;
}

.button-4 {
  padding: 15px 26px;
  border-radius: 40px;
  background-color: #dc614a;
  font-family: Inter, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 20.8px;
  font-weight: 600;
  text-align: center;
}

.section-11 {
  display: block;
}

.link-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.tickets-fine-print {
  font-family: Inter, sans-serif;
  color: rgba(51, 51, 51, 0.53);
  text-align: center;
}

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

.ticket-layaway {
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  color: #000;
  font-weight: 600;
  text-align: center;
}

.error-message {
  background-color: rgba(0, 0, 0, 0.13);
}

.section-12 {
  margin-top: 140px;
  margin-bottom: 140px;
}

.button-5 {
  display: block;
  margin-top: 20px;
  padding: 15px 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 20px;
  background-color: #fff;
  font-family: Barlow, sans-serif;
  color: #000;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}

.heading-11 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Barlow, sans-serif;
  color: #fff;
}

.paragraph-12 {
  margin-top: 0px;
  font-family: Barlow, sans-serif;
  color: #fff;
  font-size: 18px;
}

.div-block-19 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  clear: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.section-13 {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #000;
  background-image: url('../images/vdf19_besthalloween_half-billboard_720x360_v2-8148aec2.gif');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.container-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 140px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.background-video {
  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;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.81)), to(rgba(0, 0, 0, 0.81)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.81), rgba(0, 0, 0, 0.81));
}

.image-6 {
  width: 400px;
}

.lightbox-link-2 {
  margin-bottom: 0px;
}

.text-block-5 {
  font-family: Inter, sans-serif;
  color: hsla(0, 0%, 100%, 0.84);
}

.heading-12 {
  font-family: Inter, sans-serif;
  color: #000;
}

.anchor-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  padding-right: 0px;
  -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;
}

.anchor-nav-link {
  margin-right: 10px;
  margin-left: 10px;
  border-radius: 20px;
  background-color: #f0f0f0;
  font-family: Inter, sans-serif;
  color: #000;
  font-weight: 400;
  text-decoration: none;
}

.text-span {
  padding-right: 14px;
  text-decoration: none;
}

.text-span-2 {
  margin-right: 8px;
  color: rgba(0, 0, 0, 0.24);
}

.heading-13 {
  margin-top: 0px;
  margin-bottom: 40px;
  font-family: Inter, sans-serif;
  color: #000;
  font-weight: 400;
  letter-spacing: -0.1px;
}

.link-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
}

.body-3 {
  background-color: #fff;
}

.container-17 {
  display: block;
}

.ticket-tiers {
  margin-bottom: 30px;
}

.submit-button-6 {
  border-radius: 0px;
  background-color: #87b952;
  font-family: Inter, sans-serif;
  color: #fff;
  font-weight: 500;
  letter-spacing: -0.1px;
}

.div-block-20 {
  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;
}

.menu-button-2 {
  display: none;
}

.nav-wrapper-2 {
  position: static;
  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: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.nav-link-4 {
  margin-right: 10px;
  margin-left: 10px;
  padding: 8px 10px;
  font-family: Barlow, sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1px;
  text-transform: capitalize;
}

.nav-link-4:hover {
  color: #ff4439;
}

.nav-link-4.w--current {
  color: #dd695c;
}

.nav-menu-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-block-21 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 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;
}

.navbar-2 {
  border-radius: 3px;
  background-color: rgba(51, 51, 51, 0.97);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.32);
}

.bold-text-2 {
  font-family: Barlow, sans-serif;
}

.heading-14 {
  font-family: Barlow, sans-serif;
  color: #fff;
  font-weight: 900;
  letter-spacing: 0.2px;
}

.paragraph-13 {
  margin-bottom: 40px;
  font-family: Barlow, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}

.heading-15 {
  font-family: Barlow, sans-serif;
}

.paragraph-14 {
  margin-bottom: 20px;
  font-family: Barlow, sans-serif;
  font-size: 16px;
}

.paragraph-15 {
  margin-bottom: 20px;
  font-family: Barlow, sans-serif;
  font-size: 15px;
}

.lolla-global {
  background-color: #2b2b2b;
}

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

.lolla-global-wrapper {
  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;
}

.text-block-6 {
  margin-right: 10px;
  font-family: 'Fa solid 900', sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 30px;
}

.lolla-global-header {
  margin-top: 0px;
  margin-right: 40px;
  margin-bottom: 0px;
  font-family: Barlow, sans-serif;
  color: #fff;
  font-weight: 800;
  letter-spacing: 0.2px;
}

.lolla-global-tour-button {
  border-radius: 9px;
  background-color: #9264cc;
  font-family: Barlow, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.flex-container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding-top: 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-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;
  text-align: center;
}

.div-block-23 {
  display: block;
  width: 80%;
  margin-bottom: 40px;
  padding-top: 0px;
  clear: none;
  -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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: center;
}

.heading-16 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #fff;
  text-shadow: 1px 1px 3px #000;
}

.paragraph-16 {
  display: block;
  margin-top: 10px;
  -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-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}

.footer-image {
  display: none;
}

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

.div-block-24 {
  display: none;
  margin-bottom: 40px;
  padding-bottom: 0px;
}

.div-block-25 {
  display: none;
  margin-bottom: 20px;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}

.heading-17 {
  margin-top: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-weight: 700;
}

.logo-image {
  height: 200px;
  max-width: none;
}

.text-block-7 {
  color: #211c55;
}

.text-block-8 {
  color: #211c55;
}

.bold-text-3 {
  font-weight: 400;
}

.image-8 {
  margin-bottom: 20px;
}

.body-4 {
  background-color: #000;
}

@media screen and (max-width: 991px) {
  .menu-button {
    position: absolute;
    right: 0px;
  }
  .menu-button.w--open {
    background-color: transparent;
  }
  .icon {
    color: #000;
  }
  .centered-container {
    padding-right: 40px;
    padding-left: 40px;
  }
  .cards-grid-container {
    grid-column-gap: 20px;
  }
  .accordion-heading {
    font-family: Barlow, sans-serif;
  }
  .page-title {
    font-family: Barlow, sans-serif;
  }
  .gallery-grid-container {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }
  .rich-text-block-2 {
    font-family: Barlow, sans-serif;
  }
  .youtube {
    border-radius: 0px;
  }
  .menu-button-2 {
    position: absolute;
    right: 0px;
  }
  .menu-button-2.w--open {
    background-color: transparent;
  }
  .nav-wrapper-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .icon-3 {
    color: #fff;
  }
  .nav-menu-2 {
    background-color: rgba(1, 175, 154, 0.93);
    color: #333;
  }
}

@media screen and (max-width: 767px) {
  .navigation {
    top: 0px;
  }
  .menu-button {
    position: absolute;
    right: 0px;
    display: block;
  }
  .icon {
    color: #000;
  }
  .email-signup {
    margin-top: 0px;
  }
  .container-5 {
    padding-right: 30px;
    padding-left: 30px;
  }
  .footer {
    padding-top: 45px;
  }
  .column {
    padding-right: 30px;
    padding-left: 30px;
  }
  .subscribe-form {
    padding: 40px 20px;
  }
  .hero-overlay {
    padding: 40px 20px;
  }
  .cards-section {
    padding: 40px 20px;
  }
  .cards-grid-container {
    max-width: none;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
  .container-6 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .accordion-item-content {
    margin-right: 0px;
  }
  .hero-overlay-2 {
    padding: 40px 20px;
  }
  .gallery {
    padding: 40px 20px;
  }
  .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;
  }
  .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 {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .hero-overlay-3 {
    padding: 40px 20px;
  }
  .collection-list-wrapper {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .hero-overlay-4 {
    padding: 40px 20px;
  }
  .menu-button-2 {
    position: absolute;
    right: 0px;
    display: block;
  }
  .flex-container-2 {
    -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) {
  .navigation {
    top: 0px;
  }
  .navbar {
    border-radius: 0px;
  }
  .body {
    background-color: #000;
  }
  .nav-button.nav-link {
    width: auto;
    margin-top: 8px;
    padding: 12px 26px;
    border-radius: 30px;
  }
  .nav-button.nav-link {
    width: auto;
    margin-top: 8px;
    padding: 12px 26px;
    border-radius: 30px;
  }
  .nav-link {
    width: auto;
    margin-bottom: 12px;
    color: #fff;
    font-size: 22px;
    line-height: 22px;
  }
  .nav-link.w--current {
    width: 100%;
  }
  .nav-wrapper {
    width: 100%;
    height: 100%;
    margin-top: 60px;
    padding-left: 20px;
    -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;
  }
  .container-2 {
    padding-left: 0px;
  }
  .nav-menu {
    position: fixed;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: block;
    width: 100%;
    height: 100vh;
    margin-top: 60px;
    padding-top: 10px;
    padding-bottom: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    background-color: #000;
  }
  .menu-button {
    position: absolute;
    top: 0px;
    right: 12px;
    z-index: 999;
    display: block;
  }
  .menu-button.w--open {
    background-color: hsla(0, 0%, 78.4%, 0);
  }
  .icon {
    color: #000;
  }
  .section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    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;
  }
  .container-3 {
    padding-right: 10px;
    padding-left: 10px;
    -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;
  }
  .banner-socials {
    position: relative;
    padding-right: 30px;
  }
  .container-4 {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .email-signup {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .heading-2 {
    margin-top: 0px;
  }
  .container-5 {
    padding-right: 30px;
    padding-left: 30px;
  }
  .footer {
    padding-top: 0px;
  }
  .column {
    padding-left: 30px;
  }
  .text-block {
    display: block;
    max-width: 100%;
    padding-right: 30px;
    padding-left: 30px;
  }
  .text-block.sub-footer-text {
    padding-bottom: 10px;
  }
  .div-block {
    padding-top: 0px;
  }
  .column-2 {
    padding-right: 30px;
    padding-left: 30px;
  }
  .column-3 {
    padding-right: 30px;
    padding-bottom: 45px;
    padding-left: 30px;
  }
  .column-4 {
    padding-right: 30px;
    padding-bottom: 45px;
    padding-left: 30px;
  }
  .column-5 {
    padding-right: 30px;
    padding-bottom: 45px;
    padding-left: 30px;
  }
  .div-block-2 {
    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;
  }
  .column-6 {
    padding-right: 30px;
    padding-left: 30px;
  }
  .centered-container {
    display: block;
    padding-right: 0px;
    padding-left: 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-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -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;
    text-align: left;
  }
  .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%;
  }
  .success-message {
    background-color: #f3f3f3;
    font-weight: 400;
  }
  .news {
    padding-top: 60px;
  }
  .heading-4 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .cards-grid-container {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .div-block-3 {
    display: block;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .section-2 {
    padding-top: 60px;
  }
  .div-block-6 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .div-block-7 {
    -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;
  }
  .button-3 {
    margin-top: 0px;
  }
  .container-6 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .accordion-item {
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .accordion-heading {
    font-size: 16px;
    line-height: 20.8px;
  }
  .container-7 {
    margin-top: 100px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .hero-overlay-2 {
    display: block;
  }
  .centered-container-2 {
    text-align: left;
  }
  .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;
  }
  .div-block-8.billboard-image-1 {
    height: 25vh;
  }
  .div-block-8.billboard-image-2 {
    height: 25vh;
    background-position: 70% 50%;
  }
  .div-block-8.billboard-image-3 {
    height: 25vh;
  }
  .div-block-8.billboard-image-4 {
    height: 25vh;
  }
  .column-8 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .container-8.billboard-container-2 {
    height: 35vh;
  }
  .container-8.billboard-container-1 {
    height: 35vh;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .body-2 {
    background-color: #f8f8f8;
  }
  .section-5 {
    padding-top: 100px;
  }
  .ticket-box {
    padding: 15px 10px;
  }
  .ticket-subtitle {
    font-size: 14px;
  }
  .ticket-main-title {
    font-size: 18px;
    line-height: 21.599999999999998px;
  }
  .ticket-price {
    font-size: 18px;
  }
  .rich-text-block-3 {
    color: #000;
  }
  .container-9 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .section-6 {
    padding-top: 60px;
  }
  .hero {
    height: 90vh;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .hero-image-mask {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .hero-overlay-3 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .news-snippet-image {
    position: static;
    width: 0px;
    height: 200px;
    min-height: auto;
    min-width: 100%;
    background-position: 50% 0%;
    background-repeat: repeat;
  }
  .collection-item-2 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .collection-list-wrapper {
    width: 100%;
    margin-right: 0px;
  }
  .div-block-11 {
    width: 100%;
    height: 70px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .section-7 {
    padding-top: 100px;
  }
  .hero-overlay-4 {
    padding-right: 10px;
    padding-left: 10px;
    background-position: 0px 0px, 25% 100%;
  }
  .container-10 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .column-9 {
    margin-bottom: 10px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .contact-block.cb-row {
    width: 100%;
  }
  .column-10 {
    padding-left: 10px;
  }
  .div-block-15 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .text-block-3 {
    display: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .text-block-3.logo-dates {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 22px;
    -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;
    font-size: 12px;
    line-height: 12px;
  }
  .text-block-3.logo-venue {
    display: none;
    font-size: 12px;
    line-height: 12px;
  }
  .link-block-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .social-icon {
    color: #fff;
  }
  .social-background {
    background-color: rgba(10, 25, 70, 0);
  }
  .text-block-4 {
    text-align: left;
  }
  .section-9 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .container-14 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .columns-4 {
    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;
  }
  .columns-5 {
    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;
  }
  .image-5 {
    width: 50vw;
    margin-top: 40px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .columns-6 {
    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;
  }
  .heading-11 {
    margin-bottom: 20px;
  }
  .paragraph-12 {
    font-size: 14px;
  }
  .div-block-19 {
    margin-bottom: 40px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .section-13 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .container-16 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .image-6 {
    width: 300px;
  }
  .anchor-nav {
    margin-bottom: 40px;
  }
  .heading-13 {
    font-weight: 500;
  }
  .link-block-4 {
    padding-right: 0px;
  }
  .div-block-20 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .menu-button-2 {
    position: absolute;
    top: 0px;
    right: 12px;
    z-index: 999;
    display: block;
  }
  .menu-button-2.w--open {
    background-color: hsla(0, 0%, 78.4%, 0);
  }
  .nav-wrapper-2 {
    width: 100%;
    height: 100%;
    margin-top: 60px;
    padding-left: 20px;
    -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;
  }
  .nav-link-4 {
    width: auto;
    margin-bottom: 12px;
    color: #fff;
    font-size: 22px;
    line-height: 22px;
  }
  .nav-link-4.w--current {
    width: 100%;
  }
  .icon-3 {
    color: #fff;
  }
  .nav-menu-2 {
    position: fixed;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: block;
    width: 100%;
    height: 100vh;
    margin-top: 60px;
    padding-top: 10px;
    padding-bottom: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    background-color: #000;
  }
  .div-block-21 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .navbar-2 {
    border-radius: 0px;
  }
  .heading-14 {
    display: block;
    clear: none;
  }
  .paragraph-13 {
    display: block;
  }
  .div-block-22 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .paragraph-14 {
    margin-bottom: 40px;
  }
  .lolla-global-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .lolla-global-wrapper {
    -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;
  }
  .text-block-6 {
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .lolla-global-header {
    margin-right: 0px;
    margin-bottom: 20px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .flex-container-2 {
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .div-block-23 {
    width: auto;
    margin-bottom: 20px;
    -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;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .heading-16 {
    margin-bottom: 20px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    text-align: center;
  }
  .paragraph-16 {
    font-size: 14px;
  }
  .div-block-24 {
    margin-bottom: 20px;
    padding-bottom: 0px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .div-block-25 {
    margin-top: 10px;
  }
  .heading-17 {
    margin-top: 0px;
  }
  .logo-image {
    height: 150px;
  }
  .image-8 {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .body-4 {
    background-color: #000;
  }
}

@font-face {
  font-family: 'Materialicons';
  src: url('../fonts/MaterialIcons-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}