.eventsPage {
  background: url(../images/culinaryJourney_bg.png);
  background-size: cover;
  background-position: top left;
  color: white;
  padding-bottom: 100px;
}
.eventsPage header .headerLogo img {
  filter: invert(100%) saturate(0%);
}
@media (min-width: 768px) {
  .eventsPage .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    gap: 16px;
  }
}
@media (min-width: 1200px) {
  .eventsPage .container {
    gap: 36px;
  }
}
.eventsPage__text {
  width: 100%;
  text-align: center;
  padding-bottom: 56px;
}
.eventsPage__text__title {
  text-align: center;
  font-family: var(--font-neverletgo);
  font-size: 64px;
  font-weight: normal;
  color: white;
  line-height: 1;
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .eventsPage__text__title {
    font-size: 80px;
  }
}
.eventsPage__text__subtitle {
  font-size: 18px;
  line-height: 1.4;
  max-width: 800px;
  margin: auto;
}
@media (min-width: 1024px) {
  .eventsPage__text__subtitle {
    font-size: 24px;
  }
}
.eventsPage__title__underline {
  margin: auto;
  margin-bottom: 24px;
  max-width: 700px;
  width: 100%;
}
.eventsPage__mainImage .imageAspectRatio {
  position: relative;
}
.eventsPage__mainImage .imageAspectRatio:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 91.4285714286%;
}
.eventsPage__mainImage .imageAspectRatio > .bgImg {
  position: absolute;
  object-fit: cover;
  object-position: center center;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.eventsPage__mainImage .imageAspectRatio > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (min-width: 768px) {
  .eventsPage__mainImage .imageAspectRatio {
    position: relative;
  }
  .eventsPage__mainImage .imageAspectRatio:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 50%;
  }
  .eventsPage__mainImage .imageAspectRatio > .bgImg {
    position: absolute;
    object-fit: cover;
    object-position: center center;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
  }
  .eventsPage__mainImage .imageAspectRatio > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .eventsPage__mainImage .imageAspectRatio {
    height: 100%;
  }
}
@media (max-width: 1023px) {
  .eventsPage__mainImage:after {
    right: 0;
    left: 0;
    margin: auto;
    top: -8%;
  }
}
@media (min-width: 1024px) {
  .eventsPage__mainImage:after {
    right: 0;
    left: -5%;
    margin: auto;
    top: 8%;
    width: 110%;
  }
}
@media (min-width: 768px) {
  .eventsPage__mainImage {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .eventsPage__mainImage {
    width: 100%;
    order: 1;
  }
}
.eventsPage__textWrapper {
  background: var(--color-secondary);
}
.eventsPage__textWrapper__mask {
  padding: 48px 24px;
  height: 100%;
  background: var(--color-secondary);
  position: relative;
  z-index: 2;
}
@media (min-width: 1200px) {
  .eventsPage__textWrapper__mask {
    padding: 48px;
  }
}
.eventsPage__textWrapper:after {
  z-index: 1;
}
.eventsPage__textWrapper h2 {
  font-family: var(--font-handtimes);
  font-weight: normal;
  margin-bottom: 24px;
}
.eventsPage__textWrapper h3 {
  font-family: var(--font-neverletgo);
  font-size: 56px;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 24px;
  font-weight: normal;
  color: var(--color-tertiary);
}
.eventsPage__textWrapper p {
  line-height: 1.4;
  margin-bottom: 24px;
}
@media (min-width: 1024px) {
  .eventsPage__textWrapper {
    width: calc(40% - 16px);
    order: 4;
  }
}
@media (min-width: 1200px) {
  .eventsPage__textWrapper {
    width: calc(40% - 36px);
  }
}
.eventsPage__image {
  display: none;
}
.eventsPage__image .imageAspectRatio {
  position: relative;
}
.eventsPage__image .imageAspectRatio:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 91.4285714286%;
}
.eventsPage__image .imageAspectRatio > .bgImg {
  position: absolute;
  object-fit: cover;
  object-position: center center;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.eventsPage__image .imageAspectRatio > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (min-width: 768px) {
  .eventsPage__image .imageAspectRatio {
    position: relative;
  }
  .eventsPage__image .imageAspectRatio:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 150%;
  }
  .eventsPage__image .imageAspectRatio > .bgImg {
    position: absolute;
    object-fit: cover;
    object-position: center center;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
  }
  .eventsPage__image .imageAspectRatio > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
@media (min-width: 1024px) {
  .eventsPage__image .imageAspectRatio {
    position: relative;
  }
  .eventsPage__image .imageAspectRatio:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 190.7894736842%;
  }
  .eventsPage__image .imageAspectRatio > .bgImg {
    position: absolute;
    object-fit: cover;
    object-position: center center;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
  }
  .eventsPage__image .imageAspectRatio > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .eventsPage__image .imageAspectRatio {
    height: 100%;
  }
}
@media (min-width: 768px) {
  .eventsPage__image {
    display: block;
    width: calc(50% - 16px);
  }
}
@media (min-width: 1024px) {
  .eventsPage__image {
    width: calc(30% - 16px);
    order: 3;
  }
}
@media (min-width: 1200px) {
  .eventsPage__image {
    width: calc(30% - 36px);
  }
}
.eventsPage__lastImage .imageAspectRatio {
  position: relative;
}
.eventsPage__lastImage .imageAspectRatio:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 91.4285714286%;
}
.eventsPage__lastImage .imageAspectRatio > .bgImg {
  position: absolute;
  object-fit: cover;
  object-position: center center;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.eventsPage__lastImage .imageAspectRatio > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (min-width: 768px) {
  .eventsPage__lastImage .imageAspectRatio {
    position: relative;
  }
  .eventsPage__lastImage .imageAspectRatio:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 150%;
  }
  .eventsPage__lastImage .imageAspectRatio > .bgImg {
    position: absolute;
    object-fit: cover;
    object-position: center center;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
  }
  .eventsPage__lastImage .imageAspectRatio > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
@media (min-width: 1024px) {
  .eventsPage__lastImage .imageAspectRatio {
    position: relative;
  }
  .eventsPage__lastImage .imageAspectRatio:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 190.7894736842%;
  }
  .eventsPage__lastImage .imageAspectRatio > .bgImg {
    position: absolute;
    object-fit: cover;
    object-position: center center;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
  }
  .eventsPage__lastImage .imageAspectRatio > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .eventsPage__lastImage .imageAspectRatio {
    height: 100%;
  }
}
@media (max-width: 1023px) {
  .eventsPage__lastImage:after {
    right: 0;
    left: 0;
    margin: auto;
    top: -8%;
  }
}
@media (min-width: 768px) {
  .eventsPage__lastImage {
    width: calc(50% - 16px);
  }
}
@media (min-width: 1024px) {
  .eventsPage__lastImage {
    width: calc(30% - 16px);
    order: 2;
  }
}
@media (min-width: 1200px) {
  .eventsPage__lastImage {
    width: calc(30% - 36px);
  }
}