@font-face {
  font-family: "League Spartan Variable";
  src: url("/themes/custom/drupalnyc/fonts/LeagueSpartan/variable/WOFF2/LeagueSpartan-VF.woff2") format("woff2-variations");
  font-weight: 100 700;
}
@font-face {
  font-family: "Goudy Bookletter";
  src: url("/themes/custom/drupalnyc/fonts/goudy-bookletter/webfonts/goudy_bookletter_1911-webfont.woff") format("woff");
  font-weight: 100 700;
}
.c-hero-card .hero-card-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: center;
}
.c-hero-card .hero-card-content p {
  font-size: var(--dnyc-fs-body-base);
  line-height: var(--dnyc-fs-body-base);
}
@media screen and (min-width: 576px) {
  .c-hero-card .hero-card-content p {
    font-size: var(--dnyc-fs-heading-h3);
    line-height: var(--dnyc-lh-heading-h3);
  }
}
.c-hero-card.hero-style-overlay {
  position: relative;
}
.c-hero-card.hero-style-overlay .ratio {
  width: 100vw;
}
@media screen and (min-width: 1024px) {
  .c-hero-card.hero-style-overlay .ratio > .card__image,
  .c-hero-card.hero-style-overlay .ratio > video,
  .c-hero-card.hero-style-overlay .ratio > iframe {
    position: fixed;
    top: 20%;
  }
}
.c-hero-card.hero-style-overlay .hero-card-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  align-items: flex-start;
  text-align: left;
  color: var(--dnyc-color-white);
  background: linear-gradient(rgba(0, 0, 0, 0) 2.22%, rgba(0, 0, 0, 0.5) 73.4%);
}
.c-hero-card.hero-style-overlay .hero-card-content > * {
  max-width: 60%;
}
.c-hero-card.hero-style-overlay .hero-card-content .c-page-title {
  color: var(--dnyc-color-white);
}
.c-hero-card.hero-style-overlay .media {
  position: relative;
  width: 100vw;
  height: 130vh;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  padding-bottom: 0;
}
@media screen and (min-width: 1200px) {
  .c-hero-card.hero-style-overlay .media {
    height: auto;
  }
}
.c-hero-card.hero-style-overlay .media img {
  top: 0;
  left: 0;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-hero-card.hero-style-overlay .media .c-video-player video {
  top: 0;
  left: 0;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-hero-card.hero-style-overlay .media .c-video-player iframe {
  position: absolute;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-hero-card.hero-style-top, .c-hero-card.hero-style-bottom {
  display: flex;
}
@media screen and (min-width: 1024px) {
  .c-hero-card.hero-style-top .card-body, .c-hero-card.hero-style-bottom .card-body {
    padding-right: 9.375rem;
    padding-left: 9.375rem;
  }
}
.c-hero-card.hero-style-top .hero-img, .c-hero-card.hero-style-bottom .hero-img {
  overflow: hidden;
  width: 100%;
}
.c-hero-card.hero-style-top .media, .c-hero-card.hero-style-bottom .media {
  position: relative;
  width: 100vw;
  height: 130vh;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  padding-bottom: 0;
}
@media screen and (min-width: 1440px) {
  .c-hero-card.hero-style-top .media, .c-hero-card.hero-style-bottom .media {
    height: auto;
  }
}
.c-hero-card.hero-style-top .media .card__image img, .c-hero-card.hero-style-bottom .media .card__image img {
  top: 0;
  left: 0;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-hero-card.hero-style-top .media .c-video-player video, .c-hero-card.hero-style-bottom .media .c-video-player video {
  top: 0;
  left: 0;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-hero-card.hero-style-top .media .c-video-player iframe, .c-hero-card.hero-style-bottom .media .c-video-player iframe {
  position: absolute;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-hero-card.hero-style-top {
  flex-direction: column;
}
.c-hero-card.hero-style-bottom {
  flex-direction: column-reverse;
}
@media screen and (min-width: 1024px) {
  .c-hero-card.hero-style-start .hero-img, .c-hero-card.hero-style-end .hero-img {
    overflow: hidden;
    width: 100%;
  }
}
.c-hero-card.hero-style-start .hero-card-content, .c-hero-card.hero-style-end .hero-card-content {
  height: 100%;
}
.c-hero-card.hero-style-start .media, .c-hero-card.hero-style-end .media {
  position: relative;
  overflow: hidden;
}
.c-hero-card.hero-style-start .media .card__image img, .c-hero-card.hero-style-end .media .card__image img {
  position: absolute;
  width: 80vw;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  padding-bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-hero-card.hero-style-start .media .c-video-player, .c-hero-card.hero-style-end .media .c-video-player {
  overflow: hidden;
  position: static;
}
@media screen and (min-width: 1024px) {
  .c-hero-card.hero-style-start .media .c-video-player video, .c-hero-card.hero-style-end .media .c-video-player video {
    position: absolute;
    width: 80vw;
    left: 20vw !important;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    padding-bottom: 0;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .c-hero-card.hero-style-start .media .c-video-player iframe, .c-hero-card.hero-style-end .media .c-video-player iframe {
    position: absolute;
    width: 80vw;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    padding-bottom: 0;
    -o-object-fit: cover;
       object-fit: cover;
  }
}