@font-face {
  font-family: Nocturne Serif;
  src: url('../fonts/NocturneSerif-Light.woff') format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: PP Neue Montreal;
  src: url('../fonts/PPNeueMontreal-Light.woff') format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: PP Neue Montreal;
  src: url('../fonts/PPNeueMontreal-Medium.woff') format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: PP Neue Montreal;
  src: url('../fonts/PPNeueMontreal-Bold.woff') format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

a {
  -webkit-text-decoration: underline #fff;
  text-decoration: underline #fff;
}

.is-sans {
  font-family: PP Neue Montreal, Arial, sans-serif;
  font-weight: 300;
}

.ul-list_item.is-inactive {
  opacity: .32;
}

.h2-heading {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: clamp(.875rem, .65rem + .6vw, 1.25rem);
  line-height: clamp(.875rem, .65rem + .6vw, 1.25rem);
}

.h2-heading.is-text-wrap-balance.is-lightest {
  color: #fff;
}

.icon-instagram {
  color: #f7f3f0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.news-item_month {
  color: #171717;
  font-size: .875rem;
  font-weight: 700;
  line-height: .875rem;
}

.is-italic-serif {
  font-style: italic;
  font-weight: 400;
}

.container {
  z-index: 50;
  width: 100%;
  height: 100%;
  position: relative;
}

.container.overflow-hidden {
  height: 100%;
  overflow: hidden;
}

.spacer-40 {
  width: 100%;
  height: 2.5rem;
}

.news-container {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  -webkit-backdrop-filter: blur(1.5rem);
  backdrop-filter: blur(1.5rem);
  background-color: #efefe314;
  border-radius: .125rem;
  flex-flow: row;
  justify-content: space-between;
  display: flex;
  overflow: hidden;
}

.grid-container {
  z-index: 30;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  width: 100%;
  display: flex;
  position: relative;
}

.grid-container.is-centered-content {
  text-align: center;
}

.nav-options-container {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: flex-end;
  display: flex;
}

.section {
  z-index: 50;
  width: 100%;
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
}

.section.is-hero {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-bottom: 0;
  display: flex;
  overflow: auto;
}

.ul-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  color: #e6dfdf;
  text-align: center;
  flex-flow: row;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  font-family: PP Neue Montreal, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  list-style-type: none;
  display: flex;
}

.hero-bg-video {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.page-padding {
  z-index: 50;
  width: 100%;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  position: relative;
}

.news-item_p {
  color: #4b4848;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1rem;
}

.page-wrapper {
  z-index: 30;
  width: 100%;
  height: 100%;
  position: relative;
}

.news-item_title {
  color: #171717;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1rem;
}

.news-item_title.is-empty {
  color: #a7a1a1;
  font-size: .75rem;
  font-weight: 500;
  line-height: 1rem;
}

.news-item_date {
  color: #64afb2;
  font-size: clamp(2.5rem, 2.125rem + 1.875vw, 4rem);
  font-weight: 700;
  line-height: clamp(2.5rem, 2.25rem + 1.25vw, 3.5rem);
}

.news-item_time {
  color: #4b4848;
  letter-spacing: .5px;
  width: 100%;
  font-size: .75rem;
  font-weight: 400;
  line-height: .75rem;
}

.grid-12-col {
  z-index: 30;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.flex-container {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.flex-container.is-regular-flow {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: center;
  width: auto;
}

.flex-container.is-vertical {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
}

.news-item_container {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  display: flex;
  position: relative;
}

.news-item_container.is-date-container {
  text-align: center;
  flex-flow: column;
  align-items: stretch;
  min-width: 5rem;
  max-width: 5rem;
  display: flex;
}

.news-item_container.is-content {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: row;
}

.news-item-divider {
  background-color: #0c0c0c14;
  width: .0625px;
  height: 100%;
  position: absolute;
  inset: 0% 1px 0% auto;
}

.news-item-divider.is-ghost {
  background-color: #cccccc0a;
}

.news-events-decoration-1 {
  color: #64afb2;
  font-size: .75rem;
  font-weight: 400;
}

.spacer-80 {
  width: 100%;
  height: 5rem;
}

.container-large {
  width: 100%;
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.eyebrow {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: .875rem;
  font-weight: 300;
  line-height: 1rem;
}

.navigation-logo-lockup-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 9.0625rem;
  height: 2rem;
  display: flex;
}

.global-styles {
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
}

.news-item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: left;
  cursor: pointer;
  background-color: #f7f3f0;
  flex-flow: row;
  justify-content: space-between;
  width: 100%;
  padding: 1.5rem;
  transition: background-color .4s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: relative;
}

.news-item:hover {
  background-color: #aeccc4;
}

.news-item.is-empty-state {
  background-color: #0000;
  padding: .75rem 1rem;
}

.h1-hero {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Nocturne Serif, Palatino Linotype, sans-serif;
  font-size: clamp(2rem, .625rem + 6.875vw, 7.5rem);
  font-weight: 300;
  line-height: clamp(2rem, .875rem + 5.625vw, 6.5rem);
}

.h1-hero.is-text-wrap-balance.is-lightest {
  color: #fff;
}

.hero-bg_overlay {
  z-index: 10;
  opacity: .64;
  background-color: #0c0c0c;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.news-item-image {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: .125rem;
  width: clamp(3rem, 2.25rem + 3.75vw, 6rem);
  max-width: none;
}

.main {
  z-index: 50;
  background-color: #f7f3f0;
  width: 100%;
  height: 100%;
  position: relative;
}

.navigation {
  z-index: 90;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: flex;
  position: fixed;
  inset: 0% auto auto 0%;
}

.nav-container {
  z-index: 90;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.nav-text {
  color: #1d1e1c;
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 1rem;
}

.news-item-empty-state {
  opacity: .24;
  border: 1px dashed #ccc6;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.is-bold {
  font-weight: 700;
}

.is-bold.is-sans.hidden {
  display: none;
}

.body {
  height: 100%;
  font-family: Nocturne Serif, Palatino Linotype, sans-serif;
  font-weight: 300;
}

.logo-chernobyl {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 6.7225rem;
  height: 4rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.spacer-16 {
  width: 100%;
  height: 1rem;
}

.is-link {
  color: #fff;
  transition: opacity .6s cubic-bezier(.77, 0, .175, 1);
}

.is-link:hover {
  opacity: .24;
}

.spacer-8 {
  width: 100%;
  height: .5rem;
}

@media screen and (max-width: 991px) {
  .news-container {
    flex-flow: column;
  }

  .section.is-hero {
    padding-bottom: 5rem;
  }

  .page-padding {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .news-item-divider {
    width: 100%;
    height: .0625rem;
    inset: auto auto 0% 0%;
  }

  .news-item.is-empty-state {
    display: none;
  }

  .navigation {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .nav-options-container.hide-mobile {
    display: none;
  }

  .section {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .page-padding, .navigation {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media screen and (max-width: 479px) {
  .flex-container {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .flex-container.is-regular-flow {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }
}

#w-node-_0a0bb0dc-3e37-a0c3-3b0d-49069c18c63d-a606e1a3 {
  place-self: center;
}


@font-face {
  font-family: 'Nocturne Serif';
  src: url('../fonts/NocturneSerif-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'PP Neue Montreal';
  src: url('../fonts/PPNeueMontreal-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'PP Neue Montreal';
  src: url('../fonts/PPNeueMontreal-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'PP Neue Montreal';
  src: url('../fonts/PPNeueMontreal-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}