@font-face {
  font-family: Helvetica neue;
  src: url('../fonts/HelveticaNeue-Thin.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: SPC;
  src: url('../fonts/ScienceProjectCompanyFont.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: SPC V4;
  src: url('../fonts/ScienceProjectCompany-v4.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Helv-Neue;
  src: url('../fonts/HelveticaNeueMedium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Helv-Neue;
  src: url('../fonts/HelveticaNeueLight.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Helv-Neue;
  src: url('../fonts/HelveticaNeueBold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

.clock-timer {
  z-index: 4;
  color: #fff;
  background-color: #ededed00;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 14px;
  position: absolute;
  bottom: .5rem;
}

.clock-timer.black {
  z-index: 5;
  pointer-events: none;
  color: #fff;
  letter-spacing: 1px;
  justify-content: center;
  align-items: center;
  font-family: Helvetica neue, Arial, sans-serif;
  font-size: 10px;
  font-weight: 300;
  line-height: 10px;
  text-decoration: none;
  display: flex;
  position: fixed;
  bottom: 1rem;
  left: 1rem;
}

.clock-timer.black.right {
  text-align: right;
  left: auto;
  right: 1rem;
}

.block-section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.block-section.space {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  justify-content: flex-start;
  align-items: center;
  min-height: 100svh;
}

.block-section.space.fixed {
  justify-content: space-between;
  align-items: center;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.block-section.home {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  background-color: #000;
  justify-content: flex-start;
  align-items: center;
  height: 100svh;
}

.block-section.home.fixed {
  justify-content: space-between;
  align-items: center;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.block-section.contact {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 90vh;
}

.block-section.contact.fixed {
  justify-content: space-between;
  align-items: center;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.full-content-wrapper {
  z-index: 2;
  background-color: #000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 100svh;
  display: flex;
  position: relative;
  overflow: visible;
}

.full-content-wrapper.home {
  height: 100svh;
  min-height: auto;
  overflow: hidden;
}

.company-grid {
  column-count: 3;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  column-gap: 2rem;
  width: 100%;
  max-width: 1080px;
  height: 100%;
  display: grid;
}

.gallery-item {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: #070707;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-family: Inconsolata, monospace;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.short-bio {
  color: #efefef;
  text-align: justify;
  letter-spacing: .5px;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 0;
  padding-top: 4rem;
  font-family: Helvetica neue, Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.about-div {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1080px;
  height: 100%;
  padding: 1rem;
  display: flex;
}

.about-div.center {
  z-index: 5;
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  flex-flow: column;
  padding: 0;
}

.about-div.center.upcoming {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
}

.about-div.center.no-click {
  pointer-events: auto;
  justify-content: center;
  align-items: center;
}

.about-text {
  color: #353535;
  text-align: center;
  width: 100%;
  max-width: 600px;
  font-family: Helv-Neue, Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 40px;
}

.about-text.policy-left {
  color: #fff;
  text-align: left;
  letter-spacing: .5px;
  max-width: 500px;
  font-family: Rufina, sans-serif;
  font-weight: 200;
}

.about-text.contact {
  color: #fff;
  line-height: 24px;
}

.home-grid {
  background-color: #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100svh;
  display: flex;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.company-info-div {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: #888;
  letter-spacing: .25px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  font-family: Archivo;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  display: flex;
}

.head-nav {
  z-index: 1000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: sticky;
  top: 0;
}

.nav-flexer {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  mix-blend-mode: difference;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  display: flex;
  position: relative;
}

.nav-flexer.home {
  justify-content: center;
}

.nav-text-link {
  z-index: 100;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  font-family: Helvetica neue, Arial, sans-serif;
  font-size: 10px;
  font-weight: 300;
  line-height: 16px;
  text-decoration: none;
  position: relative;
}

.nav-text-link.top {
  color: #fff;
  letter-spacing: 1.5px;
  padding: 1rem;
  font-family: Helv-Neue, Arial, sans-serif;
  font-weight: 700;
}

.nav-text-link.white {
  color: #fff;
}

.nav-text-link.logo {
  z-index: 9000;
  color: #fff;
  letter-spacing: 1.5px;
  mix-blend-mode: difference;
  padding: 1rem;
  font-family: Helv-Neue, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 12px;
}

.home-body {
  background-color: #f8f8f8;
}

.home-body.black {
  background-color: #000;
}

.gallery-item-title {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 0;
  font-family: Rufina, sans-serif;
  font-size: 31px;
  font-weight: 400;
  line-height: 36px;
  text-decoration: none;
}

.gallery-item-title.g-link {
  z-index: 1100;
  text-align: center;
  position: relative;
}

.gallery-item-title.g-link:hover {
  text-decoration: underline;
}

.gallery-item-title.small {
  color: #dbdbdb;
  letter-spacing: 1px;
  width: auto;
  font-family: Helvetica neue, Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
}

.gallery-item-title.sub-g {
  z-index: 1100;
  text-align: center;
  font-size: 12px;
  line-height: 20px;
  position: relative;
}

.gallery-item-title.sub-g:hover {
  text-decoration: underline;
}

.bottom-footer {
  z-index: 1000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.short-film-video-embed {
  z-index: 10;
  justify-content: center;
  width: 100%;
  height: 100svh;
  display: flex;
  position: fixed;
  inset: 0%;
}

.clocks-div {
  z-index: 5000;
  display: flex;
  position: absolute;
}

._404-div {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button {
  background-color: #353535;
  font-family: Helv-Neue, Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.button.w--current {
  background-color: #353535;
}

.stick-div {
  z-index: 10;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  margin-top: -16rem;
  display: grid;
  position: relative;
}

.contact-info-div {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 20vh;
}

.join-text-link {
  color: #353535;
  text-align: left;
  width: 100%;
  font-family: Helv-Neue, Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  text-decoration: none;
}

.join-text-link:hover {
  text-decoration: underline;
}

.joiner-div {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  pointer-events: auto;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 4rem;
  display: flex;
}

.join-main-text {
  color: #353535;
  text-align: center;
  font-family: Helv-Neue, Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.stick-line-embeds {
  z-index: 3;
  position: absolute;
  inset: 0% auto auto 0%;
}

.gallery-div {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: -1rem;
  display: flex;
}

.gallery-info-div {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  mix-blend-mode: difference;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: sticky;
  top: 2rem;
}

.atc-top-logo {
  object-fit: contain;
  width: 100%;
  height: 100%;
  max-height: 4rem;
}

.logo-link.w--current {
  opacity: 0;
}

.logo-link.hide.w--current {
  display: none;
}

.mission-image {
  width: 100%;
  max-width: 500px;
}

.audio-player-embed {
  color: #888;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  margin-bottom: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-family: Helv-Neue, Arial, sans-serif;
  font-weight: 300;
  display: flex;
}

.popout---credit {
  z-index: 4000;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.bg-closer {
  z-index: 4001;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background-color: #00000080;
  position: absolute;
  inset: 0%;
}

.popout-content {
  z-index: 4002;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #f8f8f8;
  border-radius: 4px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 420px;
  height: auto;
  max-height: 500px;
  padding: 2rem;
  display: flex;
  position: relative;
  overflow: auto;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.x-closer {
  cursor: pointer;
  object-fit: contain;
  width: 48px;
  height: 48px;
  padding: 20px 20px 14px 14px;
  position: absolute;
  inset: 0 0 auto auto;
}

.popout-title {
  width: 100%;
}

.popout-text-div {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.popout-title-text {
  color: #353535;
  text-align: left;
  letter-spacing: .5px;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-family: Helv-Neue, Arial, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
}

.popout-info-text {
  color: #888;
  text-align: left;
  font-family: Helv-Neue, Arial, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
}

.popout-info-text.bold {
  font-weight: 700;
}

.popout-link-div {
  color: #888;
}

.popout---donors {
  z-index: 4000;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.masonry-item {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.lb-image {
  width: 100%;
}

.gallery-masonry {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 100%;
  height: 100%;
  display: grid;
}

.gallery-masonry.publication {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-columns: 1fr 1fr;
}

.gallery-block {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 4rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.gallery {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1400px;
  display: flex;
}

.popout---writers, .popout---directors, .popout---actors {
  z-index: 4000;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.previous-image {
  width: 100%;
  max-width: 320px;
}

.previous-text {
  color: #888;
  text-align: left;
  letter-spacing: .5px;
  width: 100%;
  max-width: 400px;
  font-family: Helv-Neue, Arial, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 20px;
}

.upcoming-image {
  width: 100%;
  max-width: 320px;
}

.grid-flex-div {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  display: flex;
}

.mission-top-div {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.mission-text {
  color: #353535b3;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 500px;
  font-family: Archivo;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.gallery-filename {
  color: #888;
  text-align: left;
  letter-spacing: .25px;
  justify-content: center;
  align-items: center;
  font-family: Archivo;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.gallery-filename.hide {
  display: none;
}

.coming-soon-text-div {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.previous-image-div {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 1rem;
  display: flex;
}

.info-div {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  width: 100%;
  max-width: 1080px;
  min-height: 4rem;
  display: flex;
}

.time-left-embed {
  color: #fff;
  font-family: Helv-Neue, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.info-text-div {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.jotform-embed {
  width: 100%;
  height: 100%;
}

.form-content-div {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  flex-flow: column;
  width: 100%;
  max-width: 1080px;
  min-height: 4rem;
  display: flex;
}

.form-logo {
  width: 100%;
  max-width: 240px;
  margin-bottom: 2rem;
}

.popout-info-div {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-right: 1rem;
  display: flex;
  overflow: auto;
}

.menu-accordion-div {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  padding: .75rem .5rem .75rem 1rem;
  display: flex;
}

.popout-main-box {
  z-index: 3999;
  background-color: #fff;
  border-radius: 2px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 85vw;
  max-width: 1200px;
  height: 80vh;
  max-height: 100%;
  padding: 2rem;
  display: flex;
  position: relative;
  overflow: auto;
}

.popout-main-box.center-menu {
  background-color: #0000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  max-width: none;
  height: 100%;
  padding: 4rem 1rem 4rem 2rem;
  position: absolute;
  top: 0;
  right: 0;
  overflow: auto;
}

.nav-icon-on {
  height: 100%;
  padding: 1rem 1rem .75rem;
  overflow: clip;
}

.down-arrow {
  color: #fff;
  line-height: 16px;
  transform: rotate(90deg);
}

.top-logo-webp {
  height: 100%;
}

.popout-content-elements {
  z-index: 2;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.mobile-menu-links {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: center flex-start;
  place-items: flex-start center;
  width: 100%;
  min-width: 180px;
  display: flex;
}

.acordion-body {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.menu-popout {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: fixed;
  top: 0;
  bottom: 0;
  right: -100vw;
}

.dark-bg-close {
  cursor: pointer;
  background-color: #00000080;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.dark-bg-close.menu {
  z-index: 0;
  background-color: #000000eb;
  justify-content: center;
  align-items: center;
  min-height: 100svh;
  max-height: 100vh;
  display: flex;
  position: absolute;
  inset: 0%;
}

.popout-x {
  z-index: 4001;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.popout-x.menu {
  padding-top: 1rem;
  right: 0;
}

.nav-icons {
  filter: brightness(200%) invert();
  max-width: 24px;
  height: 100%;
}

.top-navi-grid {
  z-index: 2000;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  place-items: flex-start center;
  height: 100%;
  font-weight: 700;
  display: flex;
}

.accordion-header {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: space-between;
  align-items: center;
  font-family: Archivo;
  font-weight: 400;
  display: flex;
}

.nav-holder {
  z-index: 5000;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: center space-between;
  place-items: center;
  width: 100%;
  height: 6svh;
  display: flex;
  position: relative;
}

.by-link-tag {
  z-index: 5000;
  opacity: 0;
  color: #acacac;
  text-align: center;
  letter-spacing: 2px;
  text-transform: capitalize;
  white-space: nowrap;
  word-break: normal;
  justify-content: center;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-family: Archivo;
  font-size: 8px;
  font-weight: 200;
  line-height: 10px;
  text-decoration: none;
  display: flex;
  position: absolute;
  bottom: 0;
}

.by-link-tag:hover {
  text-decoration: underline;
}

.by-link-tag.w--current {
  text-decoration: none;
}

.nav-icon-off {
  height: 100%;
  padding: 1rem 1rem .5rem;
  display: none;
}

.nav-menu-link-top {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: capitalize;
  white-space: nowrap;
  word-break: normal;
  justify-content: flex-start;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-family: Rufina, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.nav-menu-link-top.w--current {
  text-decoration: none;
}

.nav-menu-link-top.logo {
  opacity: 1;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  height: 100%;
  padding-top: 1rem;
  padding-bottom: .5rem;
  position: relative;
}

.nav-menu-link-top.logo.w--current {
  text-decoration: none;
}

.nav-menu-link-top.audio {
  justify-content: center;
  width: auto;
  height: 100%;
  padding-top: 0;
  padding-bottom: .5rem;
  font-size: 24px;
  line-height: 20px;
  display: flex;
  position: relative;
}

.nav-menu-link-top.audio:hover {
  text-decoration: none;
}

.nav-menu-link-top.menu {
  justify-content: center;
  width: auto;
  height: 100%;
  padding: 1rem;
  font-size: 24px;
  line-height: 20px;
  display: flex;
  position: relative;
}

.nav-menu-link-top.menu:hover {
  text-decoration: none;
}

.nav-menu-link-top.bottom {
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-family: Helv-Neue, Arial, sans-serif;
  font-size: 10px;
  font-weight: 300;
  line-height: 10px;
}

.accordion-item-wrapper-menu {
  box-shadow: none;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-family: Inconsolata, monospace;
  transition: transform .3s;
  display: flex;
}

.accordion-content-wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  display: flex;
}

.x-closer-image-3 {
  filter: invert();
  width: 100%;
  max-width: 20px;
}

.menu-accordion-link {
  color: #fff;
  letter-spacing: .5px;
  font-family: Rufina, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  text-decoration: none;
}

.menu-accordion-link:hover {
  text-decoration: underline;
}

.of-by-div {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  display: flex;
}

.footer-flexer {
  z-index: auto;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  padding: 1rem;
  display: flex;
  position: relative;
  bottom: 2rem;
}

.footer-flexer.home {
  justify-content: center;
}

.menu-bottom-links {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  display: none;
  position: absolute;
  bottom: 5rem;
}

.bg-video {
  z-index: -20;
  opacity: .08;
  filter: blur(4px);
  justify-content: center;
  align-items: center;
  height: 100svh;
  display: flex;
  position: absolute;
  inset: 0%;
}

.bouncer-container {
  pointer-events: none;
  background-color: #000;
  min-height: 100vh;
  display: flex;
  position: absolute;
  inset: 0%;
}

.dvd-logo {
  z-index: 12;
  opacity: 1;
  mix-blend-mode: difference;
  object-fit: contain;
  width: 64px;
  position: fixed;
}

.dvd-logo-image {
  width: 100%;
}

.concept-info-div {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  max-width: 550px;
  display: flex;
  position: relative;
}

.concept-title {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-family: Rufina, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 32px;
  text-decoration: none;
}

.concept-title.g-link {
  z-index: 1100;
  text-align: center;
  position: relative;
}

.concept-title.g-link:hover {
  text-decoration: underline;
}

.concept-title.hide {
  display: none;
}

.concept-info {
  color: #fff;
  text-align: justify;
  letter-spacing: .5px;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  text-decoration: none;
}

.concept-info.g-link {
  z-index: 1100;
  text-align: center;
  position: relative;
}

.concept-info.g-link:hover {
  text-decoration: underline;
}

.concept-subtitle {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-family: Rufina, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
}

.concept-subtitle.g-link {
  z-index: 1100;
  text-align: center;
  position: relative;
}

.concept-subtitle.g-link:hover {
  text-decoration: underline;
}

.concept-subtitle.hide {
  display: none;
}

.short-bio-2 {
  color: #888;
  text-align: left;
  letter-spacing: .25px;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.bio-video {
  z-index: 5;
  width: 100%;
}

.bio-video._30 {
  max-height: 40vh;
  margin-top: -5vh;
  margin-bottom: -5vh;
}

.bio-video._3d {
  min-height: 65vh;
}

.context-title {
  letter-spacing: -.25px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.context-title.faq-list {
  padding-bottom: 2rem;
}

.faq-body {
  color: #fff;
  background-color: #fcfcfc00;
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  display: block;
  position: relative;
}

.faq-body.w--open {
  background-color: #0000;
}

.faq-body._100 {
  max-width: 200px;
}

.faq-icon {
  z-index: 2;
  width: 12px;
  margin-right: 2rem;
}

.faq-body-cont {
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-weight: 300;
  line-height: 32px;
}

.faq-answer {
  letter-spacing: .5px;
  margin-bottom: .5rem;
  font-family: Helvetica neue, Arial, sans-serif;
  font-size: 16px;
  font-weight: 100;
  line-height: 28px;
}

.faq-title-div {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  width: 100%;
  font-family: Helv-Neue, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  display: flex;
}

.faq-title-div.center {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  letter-spacing: .5px;
  width: auto;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}

.faq {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 64px;
  padding: 0 0;
  font-weight: 600;
  display: flex;
}

.faq.w--open {
  border-bottom: 1px solid #0000001a;
}

.faq.center {
  justify-content: center;
  align-items: center;
}

.faq.center:hover {
  text-decoration: underline;
}

.toggle-text {
  z-index: 2;
  font-weight: 100;
  position: relative;
}

.faq-p {
  z-index: 1;
  border-bottom: 1px solid #d3d3d378;
  width: 100%;
  font-size: 12px;
  overflow: hidden;
}

.faq-p.video-716 {
  border-bottom-width: 0;
  max-width: 700px;
}

.faq-container {
  flex-flow: column;
  width: 100%;
  max-width: 280px;
  display: flex;
}

.faq-container.seller {
  justify-content: flex-start;
  align-items: center;
  max-width: 600px;
}

.faq-div {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.faq-grid {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.slider {
  width: 100%;
  height: 100%;
}

.slide {
  background-image: url('../images/New-home-1.avif');
  background-position: 50% 0;
  background-size: cover;
  background-attachment: fixed;
}

.slide-2 {
  background-image: url('../images/Forever-Meech-v2.avif');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
}

.slide-3 {
  background-image: url('../images/JBR03873_1.avif');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
}

.slider-nav {
  display: none;
}

.half-vid-div {
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.home-image {
  z-index: 1;
  object-fit: cover;
  object-position: 50% 10%;
  width: 100vw;
  height: 100%;
  min-height: 100svh;
  max-height: 100vh;
  position: absolute;
  inset: 0%;
}

.intro-blurrer-div {
  z-index: 5;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background-color: #000000b0;
  position: absolute;
  inset: 0%;
}

.bio-image {
  width: 100%;
  max-width: 550px;
  margin-bottom: -4rem;
}

.form-logo-div {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-bottom: 4rem;
  display: flex;
}

.video-716 {
  width: 100%;
}

.info-text {
  z-index: 3000;
  color: #fff;
  text-align: justify;
  letter-spacing: 1px;
  cursor: pointer;
  mix-blend-mode: difference;
  justify-content: center;
  align-items: center;
  font-family: Helv-Neue, Arial, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 24px;
  text-decoration: none;
  position: fixed;
  bottom: 5rem;
  left: 2rem;
}

.info-text:hover {
  text-decoration: underline;
}

.info-text.link {
  font-size: 16px;
  font-weight: 500;
  top: 3rem;
  bottom: auto;
  left: auto;
}

.info-popout {
  z-index: 9000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.closer-bg {
  background-color: #000000b3;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.info-content {
  z-index: 10;
  background-color: #ffffffd9;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 500px;
  min-height: 4rem;
  max-height: 80vh;
  padding: 1.5rem;
  display: flex;
  position: relative;
}

.popout-text {
  color: #363636;
  text-align: justify;
  letter-spacing: .5px;
  justify-content: center;
  align-items: center;
  font-family: Helv-Neue, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.watch-text {
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  .block-section {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .block-section.space.fixed, .block-section.home.fixed, .block-section.contact.fixed {
    padding-bottom: 3rem;
  }

  .full-content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .gallery-item:hover {
    border-color: #f5f5f500;
  }

  .short-bio {
    bottom: 1rem;
  }

  .about-div {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    padding-top: 7svh;
    padding-bottom: 8svh;
  }

  .about-div.center.no-click {
    pointer-events: auto;
  }

  .home-grid {
    flex-flow: column;
    grid-template-columns: 1fr;
    height: 100svh;
    display: flex;
    inset: 0%;
  }

  .nav-flexer {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    display: flex;
  }

  .nav-text-link.logo {
    font-size: 14px;
  }

  .gallery-item-title {
    bottom: 1rem;
  }

  .gallery-item-title.g-link, .gallery-item-title.sub-g {
    bottom: 0;
  }

  .bottom-footer {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .stick-div {
    margin-top: -12rem;
  }

  .joiner-div {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    margin-left: 2rem;
  }

  .gallery-div {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .gallery-info-div {
    width: auto;
  }

  .popout-title-text {
    bottom: 1rem;
  }

  .previous-image {
    max-width: none;
  }

  .mission-text, .gallery-filename {
    bottom: 1rem;
  }

  .popout-info-div {
    width: 100%;
  }

  .popout-main-box.center-menu {
    max-width: none;
    padding-right: 1.5rem;
  }

  .nav-icon-on {
    padding-bottom: 1rem;
  }

  .popout-x.menu {
    padding-top: 1rem;
  }

  .nav-icons {
    padding-bottom: .25rem;
  }

  .top-navi-grid {
    flex-flow: row;
  }

  .by-link-tag.w--current {
    text-decoration: none;
  }

  .nav-icon-off {
    padding-bottom: 1rem;
  }

  .nav-menu-link-top.w--current {
    text-decoration: none;
  }

  .nav-menu-link-top.audio {
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
    display: flex;
  }

  .nav-menu-link-top.menu {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .footer-flexer {
    display: flex;
  }

  .bouncer-container {
    flex-direction: column-reverse;
    justify-content: flex-end;
    align-items: center;
  }

  .concept-title {
    bottom: 1rem;
  }

  .concept-title.g-link {
    bottom: 0;
  }

  .concept-info {
    bottom: 1rem;
  }

  .concept-info.g-link {
    bottom: 0;
  }

  .concept-subtitle {
    bottom: 1rem;
  }

  .concept-subtitle.g-link {
    bottom: 0;
  }

  .short-bio-2 {
    bottom: 1rem;
  }

  .faq-icon {
    margin-right: 0;
  }

  .faq:hover {
    background-color: #fff0;
  }

  .faq-container {
    width: 100%;
    max-width: none;
  }

  .faq-grid {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .info-text {
    left: auto;
  }

  .info-text.link {
    top: auto;
    bottom: 5rem;
  }

  .info-popout {
    display: none;
  }

  .popout-text {
    bottom: 1rem;
  }

  .watch-text {
    text-decoration: underline;
  }
}

@media screen and (max-width: 767px) {
  .clock-timer.black {
    left: 1rem;
  }

  .clock-timer.black.right {
    right: 1rem;
  }

  .block-section {
    justify-content: flex-start;
    align-items: center;
  }

  .company-grid {
    column-gap: 1rem;
  }

  .short-bio {
    padding-top: 2rem;
    bottom: 3rem;
  }

  .about-text.contact {
    max-width: 280px;
  }

  .nav-flexer {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .nav-text-link {
    -webkit-text-stroke-width: 0px;
    font-size: 8px;
    line-height: 10px;
  }

  .nav-text-link.logo {
    font-size: 12px;
  }

  .gallery-item-title {
    bottom: 3rem;
  }

  .button {
    font-size: 12px;
  }

  .joiner-div {
    margin-left: 0;
  }

  .gallery-div {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
  }

  .gallery-info-div {
    top: 3rem;
  }

  .mission-image {
    width: 75%;
    padding-bottom: 0;
  }

  .popout-content {
    max-width: 80vw;
    max-height: 50vh;
  }

  .popout-title-text {
    bottom: 3rem;
  }

  .gallery-masonry {
    grid-column-gap: 5svh;
    column-gap: 1rem;
  }

  .grid-flex-div {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .mission-text {
    max-width: 380px;
    font-size: 10px;
    line-height: 16px;
    bottom: 3rem;
  }

  .gallery-filename {
    bottom: 3rem;
  }

  .popout-main-box {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .top-navi-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    align-content: end;
  }

  .by-link-tag {
    font-size: 6px;
  }

  .footer-flexer {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding-left: 0;
    padding-right: 0;
  }

  .concept-title {
    font-size: 20px;
    bottom: 3rem;
  }

  .concept-info, .concept-subtitle, .short-bio-2 {
    bottom: 3rem;
  }

  .faq-container {
    max-width: none;
  }

  .faq-div {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .faq-grid {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
  }

  .info-text {
    padding-top: 2rem;
  }

  .info-content {
    max-width: 80vw;
  }

  .popout-text {
    padding-top: 2rem;
    bottom: 3rem;
  }
}

@media screen and (max-width: 479px) {
  .about-div.center.upcoming {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .nav-flexer {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .nav-text-link.top {
    font-size: 14px;
    line-height: 18px;
  }

  .stick-div {
    justify-content: space-between;
  }

  .popout---credit {
    display: none;
  }

  .previous-image {
    max-width: none;
  }

  .previous-text {
    max-width: 320px;
  }

  .upcoming-image {
    width: 60%;
    max-width: none;
  }

  .popout-info-div {
    flex-wrap: nowrap;
  }

  .popout-main-box.center-menu {
    padding-right: 1rem;
  }

  .footer-flexer {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .dvd-logo {
    width: 64px;
  }
}

#ny-dayinfo.w-node-_15b198c7-bf52-2f87-36b4-417f6ab92f35-6ab92f33, #ny-dayinfo.w-node-_683bd51a-2ede-0708-57b9-607689f3e5d3-828c86b0, #ny-dayinfo.w-node-_99302cbf-ca71-10c6-74b7-4cfa3094558f-828c86b1 {
  justify-self: start;
}

#w-node-a5e2fe86-5459-1f2a-a1af-c3060bebf580-5e79a8a0 {
  grid-area: 1 / 1 / 2 / 3;
}

@media screen and (max-width: 991px) {
  #ny-dayinfo.w-node-_15b198c7-bf52-2f87-36b4-417f6ab92f35-6ab92f33, #ny-dayinfo.w-node-_683bd51a-2ede-0708-57b9-607689f3e5d3-828c86b0, #ny-dayinfo.w-node-_99302cbf-ca71-10c6-74b7-4cfa3094558f-828c86b1 {
    grid-area: 3 / 1 / 4 / 2;
    justify-self: center;
  }
}


@font-face {
  font-family: 'Helvetica neue';
  src: url('../fonts/HelveticaNeue-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SPC';
  src: url('../fonts/ScienceProjectCompanyFont.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SPC V4';
  src: url('../fonts/ScienceProjectCompany-v4.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helv-Neue';
  src: url('../fonts/HelveticaNeueMedium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helv-Neue';
  src: url('../fonts/HelveticaNeueLight.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helv-Neue';
  src: url('../fonts/HelveticaNeueBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}