.evs-banner {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  min-height: clamp(360px, 58vh, 780px);
}
.evs-banner__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.evs-banner__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.evs-banner__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(-69.3deg, #0b2938 0%, rgba(21, 64, 87, 0.85) 92%);
}
.evs-banner__pattern {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  pointer-events: none;
  opacity: 0.07;
}
.evs-banner__pattern svg {
  display: block;
}
.evs-banner__content {
  position: relative;
  z-index: 3;
  width: 100%;
  padding-top: 2rem;
  padding-bottom: clamp(2.5rem, 4vw, 4rem);
}
.evs-banner__subtitle {
  color: #F2D67A;
  margin-bottom: 0.75rem;
}
.evs-banner__title {
  margin-bottom: 1.5rem;
}
.evs-banner__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}
.evs-banner__badge {
  display: inline-flex;
  align-items: center;
  background: #F2D67A;
  color: #1F3642;
  border-radius: 4px;
  padding: 0.4rem 0.9rem;
  font-family: "helvetica-lt-pro", sans-serif;
  font-size: clamp(9px, 0.75vw, 11px);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  white-space: nowrap;
}
.evs-banner__badge--past {
  background: rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.7);
}

.evs-info__grid {
  display: grid;
  grid-template-columns: 1fr 320px;
  column-gap: clamp(3rem, 6vw, 6rem);
  align-items: start;
}
.evs-info__left {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.evs-info__subtitle {
  color: #3A7594;
  margin: 0;
}
.evs-info__heading {
  margin: 0;
}
.evs-info__overview {
  line-height: 1.5;
  color: #10181D;
  margin: 0;
}
.evs-info__description {
  line-height: 1.5;
  color: #10181D;
}
.evs-info__description h2, .evs-info__description h3, .evs-info__description h4 {
  font-family: "helvetica-lt-pro", sans-serif;
  font-weight: 400;
  color: #1F3642;
  margin-top: 1.25em;
}
.evs-info__description ul, .evs-info__description ol {
  padding-left: 1.4em;
}
.evs-info__description p:last-child {
  margin-bottom: 0;
}
.evs-info__btn {
  align-self: flex-start;
}
.evs-info__back {
  align-self: flex-start;
  margin-top: -0.5rem;
}
.evs-info__sidebar {
  position: sticky;
  top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  border-left: 1px solid rgba(31, 54, 66, 0.1);
  padding-left: clamp(1.5rem, 3vw, 2.5rem);
}
.evs-info__meta {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.evs-info__meta-row {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
.evs-info__meta-label {
  color: #3A7594;
  margin: 0;
}
.evs-info__meta-value {
  font-family: "helvetica-lt-pro", sans-serif;
  font-size: clamp(15px, 1.2vw, 18px);
  font-weight: 700;
  color: #1F3642;
  letter-spacing: -0.02em;
  line-height: 1.3;
}
.evs-info__meta-value--past {
  color: #3A7594;
}
.evs-info__share-label {
  color: #3A7594;
  margin-bottom: 0.75rem;
}
.evs-info__share-links {
  display: flex;
  gap: 0.6rem;
}
.evs-info__share-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1.5px solid rgba(31, 54, 66, 0.2);
  color: #1F3642;
  text-decoration: none;
  transition: background 200ms ease, color 200ms ease, border-color 200ms ease;
}
.evs-info__share-link:hover {
  background: #1F3642;
  color: #F6F3F0;
  border-color: #1F3642;
}
.evs-info__share-link svg {
  flex-shrink: 0;
}
@media screen and (max-width: 1024px) {
  .evs-info__grid {
    grid-template-columns: 1fr;
    row-gap: 3rem;
  }
  .evs-info__sidebar {
    position: static;
    border-left: none;
    border-top: 1px solid rgba(31, 54, 66, 0.1);
    padding-left: 0;
    padding-top: 2rem;
  }
}

.oev-section {
  overflow: hidden;
  background: #F3E9E0;
}
.oev-section__title {
  margin-bottom: 2.5rem;
}
.oev-section__swiper {
  overflow: visible;
}
.oev-section__swiper .swiper-wrapper {
  height: auto;
}
.oev-section__swiper:not(.swiper-initialized) .swiper-wrapper {
  display: flex;
  flex-wrap: nowrap;
  gap: 20px;
}
.oev-section__swiper:not(.swiper-initialized) .swiper-slide {
  flex: 0 0 38%;
  min-width: 0;
}
.oev-section .swiper-slide {
  height: auto;
}
.oev-section .oev-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
}
.oev-section .oev-card__image {
  aspect-ratio: 16/10;
  overflow: hidden;
  flex-shrink: 0;
}
.oev-section .oev-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.oev-section .oev-card:hover .oev-card__image img {
  transform: scale(1.04);
}
.oev-section .oev-card__body {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding: 1.25rem;
  flex: 1;
}
.oev-section .oev-card__type {
  color: #3A7594;
  margin: 0;
}
.oev-section .oev-card__title {
  color: #1F3642;
  margin: 0;
}
.oev-section .oev-card__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}
.oev-section .oev-card__badge {
  display: inline-flex;
  align-items: center;
  background: #F2D67A;
  color: #1F3642;
  border-radius: 4px;
  padding: 0.3rem 0.65rem;
  font-family: "helvetica-lt-pro", sans-serif;
  font-size: clamp(8px, 0.65vw, 10px);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  white-space: nowrap;
}
.oev-section .oev-card__badge--past {
  background: rgba(31, 54, 66, 0.08);
  color: #3A7594;
}
.oev-section .oev-card__btn {
  margin-top: auto;
  align-self: flex-start;
}/*# sourceMappingURL=event-single.css.map */