@font-face {
  font-family: "EdoSZ";
  src: url("/fonts/edosz.woff2") format("woff2"), url("/fonts/edosz.ttf") format("ttf");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
main {
  background-color: grey;
}

footer {
  padding: 1em;
  background-color: rgb(240, 240, 240);
  color: rgb(16, 16, 16);
}
@media (min-width: 52em) {
  footer {
    padding-inline: 2em;
  }
}

section {
  margin-block: 3em;
}

.newsletter-form {
  transform: translateY(-0.5em);
}

.laurel {
  max-height: 8em;
  max-width: 16em;
}

.faq__grid {
  display: grid;
}
.faq__qna {
  display: block;
  padding: 0.25em 0.5em;
  margin-block: 0.25em;
  border: 0.125em rgb(240, 240, 240) solid;
}
@media (min-width: 60rem) {
  .faq__qna {
    text-align: left;
    width: 100%;
  }
}
.faq__question {
  font-size: 1.125em;
  font-style: italic;
}
.faq__question:hover {
  cursor: pointer;
}
.faq__answer {
  padding: 0.5em;
}

.info {
  font-size: 2em;
  margin: 0;
  align-items: center;
  text-align: left;
}
.info__grid {
  display: grid;
  gap: 0.5em;
}
.info__bit {
  display: flex;
  align-items: center;
  padding: 0.5em;
  border: #c66 solid 0.0625em;
}
.info__icon {
  width: 2em;
  margin-right: 0.5em;
}
.info__header {
  font-weight: 700;
  margin: 0;
}
.info__body {
  font-size: 0.625em;
  margin: 0;
  margin-top: 0.25em;
}
.info__button {
  display: inline-block;
  padding: 0.5em;
  margin: 0.25em;
  font-weight: bold;
  text-decoration: underline;
  border-radius: 0.25em;
  color: rgb(16, 16, 16);
  background-color: #c66;
}
.info__button:hover {
  background-color: rgb(240, 240, 240);
  color: rgb(16, 16, 16);
}

.alert {
  background-color: #440000;
  text-align: center;
  font-size: 1.125em;
  padding: 1em;
  margin-top: 1em;
  margin-inline: 1em;
}

.logline {
  font-size: 1.5em;
  text-align: center;
  background-color: rgb(240, 240, 240);
  color: rgb(16, 16, 16);
  padding: 0.5em;
  margin-inline: 1em;
  margin-top: 1em;
}
@media (min-width: 69rem) {
  .logline {
    margin-inline: 0;
  }
}
.logline__line {
  margin: 0;
}

.overview {
  display: flex;
  gap: 1em;
}
@media (max-width: 59.9875rem) {
  .overview {
    flex-direction: column;
  }
}
.overview__poster {
  max-width: 15em;
  margin-inline: auto;
}
.overview__text {
  margin-block: auto;
}

.screening {
  font-size: 1.25em;
  border: #c66 solid 0.125em;
}
.screening__list {
  display: grid;
  gap: 2em;
}
.screening__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-inline: 1em;
  padding-block: 1em;
  background-color: #c66;
  color: black;
}
.screening__header__icon {
  width: 2.25em;
  margin-right: 0.5em;
}
.screening__header__title {
  margin: 0;
  font-family: "Roboto", sans-serif;
}
.screening__header__state {
  background-color: rgb(240, 240, 240);
  border-radius: 50%;
  height: 3em;
}
.screening__subheader {
  background-color: rgb(240, 240, 240);
  color: rgb(16, 16, 16);
  padding: 0.5em 1em;
}
.screening__subheader h3 {
  font-family: "EdoSZ", "Roboto", sans-serif;
  font-size: 1.5em;
}
.screening__subheader h3, .screening__subheader p {
  margin: 0;
}
.screening__info {
  display: flex;
  align-items: center;
  text-align: left;
  margin: 1em;
}

.image-carousel {
  margin: -1em;
  margin-bottom: 1em;
  display: flex;
  overflow: hidden;
  justify-content: center;
  height: 30vh;
}
.image-carousel img {
  display: inline;
}

.socials {
  fill: white;
}
.socials__flex {
  font-size: 1.25em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 16em;
}
@media (max-width: 59.9875rem) {
  .socials__flex {
    margin-inline: auto;
  }
}
.socials__flex svg {
  width: 3em;
  transition: opacity 150ms ease;
}
.socials__flex svg:hover {
  opacity: 80%;
}

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

.inline-link {
  text-decoration: underline;
  transition: opacity 100ms ease;
}
.inline-link:hover {
  opacity: 70%;
}

.big-button {
  display: inline-block;
  font-size: 1.5em;
  padding: 0.5em;
  margin: 0.25em;
  font-weight: bold;
  text-decoration: none;
  border-style: solid;
  border-width: 0.125em;
  border-radius: 0.25em;
  border-color: #700;
  background-color: #c66;
  color: rgb(16, 16, 16);
}
.big-button:hover {
  background-color: hsl(179.53125, 87.6712328767%, 101.3725490196%);
  border-color: rgb(240, 240, 240);
  transition-duration: 200ms;
}

.unstyled-link {
  color: inherit;
  text-decoration: none;
}
.unstyled-link:hover {
  text-decoration: underline;
}

.highlight, .highlight--circle, .highlight--strip, .highlight--strip--hover {
  position: relative;
  z-index: 0;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
}
.highlight::before, .highlight--circle::before, .highlight--strip::before, .highlight--strip--hover::before {
  content: "";
  position: absolute;
  z-index: -1;
  display: inline-block;
  background-color: #700;
  transition: transform 150ms ease-out;
}
.highlight--strip::before, .highlight--strip--hover::before {
  top: 50%;
  left: calc(-1% - 1rem);
  transform-origin: left;
  height: 70%;
  width: calc(102% + 2rem);
}
.highlight--strip--hover::before {
  transform: scaleX(0);
}
.highlight--strip--hover:hover::before {
  transform: scale(1);
}
.highlight--circle::before {
  width: calc(1.1em + 1rem);
  height: calc(1.1em + 1rem);
  top: calc((1.1em + 1rem - 100%) / -2);
  left: calc((1.1em + 1rem - 100%) / -2);
  border-radius: 50%;
  transform: scale(0);
}
.highlight--circle:hover::before {
  transform: scale(1);
}
.highlight--accent-2::before {
  background-color: #c66;
}

.blog {
  text-align: left;
}
.blog h1, .blog h2, .blog h3 {
  margin-bottom: 1em;
}
.blog h3 {
  font-weight: 400;
}
.blog p {
  margin-bottom: 1em;
}

.header {
  display: grid;
  position: absolute;
  z-index: 69;
  width: 100%;
  height: 6rem;
  padding: 1rem 1.25em;
}
@media (min-width: 60rem) {
  .header {
    padding-inline: 2em;
  }
}
.header {
  background-color: rgb(240, 240, 240);
  color: rgb(16, 16, 16);
  box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.5);
}
.header::before {
  content: "";
  position: absolute;
  right: 0;
  width: 100%;
  bottom: 6rem;
  height: 100vh;
  background-color: rgb(240, 240, 240);
}
.header__placeholder {
  height: 6rem;
}
.header__grid-container {
  display: grid;
  grid-template-columns: 2fr 1fr;
  margin-inline: 1em;
  width: 100%;
}
@media (min-width: 69rem) {
  .header__grid-container {
    grid-template-columns: 1fr 32em 1fr;
    margin-inline: 1.5em;
  }
}
.header__grid-container {
  align-items: center;
  justify-self: center;
  justify-content: space-between;
}
.header__logo {
  justify-self: start;
  font-size: 1.5em;
}
.header__logo img {
  height: 4rem;
  min-height: 4rem;
  max-height: 4rem;
}
.header__nav {
  display: flex;
  width: 100%;
  justify-content: space-evenly;
}
.header__cta {
  justify-self: end;
  font-size: 1.25em;
  padding: 0.375em;
  border-radius: 0.5em;
  background-color: rgb(16, 16, 16);
  color: rgb(240, 240, 240);
  transition: background-color 200ms ease;
}
.header__cta:hover {
  background-color: blue;
}
.header__hamburger {
  position: relative;
  width: 2.75em;
  height: 1.6875em;
  justify-self: end;
}
.header__hamburger span {
  display: block;
  position: absolute;
  background-color: rgb(16, 16, 16);
  width: 100%;
  height: 0.1875em;
  transition: all 200ms ease-out;
}
.header__hamburger span:first-child {
  top: 0;
}
.header__hamburger span:nth-child(2) {
  top: 0.75em;
}
.header__hamburger span:last-child {
  top: 1.5em;
}
.header__hamburger.menu-open span:first-child {
  transform: translateY(0.75em) rotate(315deg);
}
.header__hamburger.menu-open span:nth-child(2) {
  opacity: 0;
  transform: rotate(270deg);
}
.header__hamburger.menu-open span:last-child {
  transform: translateY(-0.75em) rotate(225deg);
}
.header__hamburger-menu {
  position: absolute;
  z-index: -1;
  top: 6rem;
  right: 0;
  width: auto;
  height: calc(100vh - 6rem);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-content: flex-end;
  align-items: flex-end;
  text-align: right;
  font-size: 2.25em;
  padding: 0 1em calc(0.875em + 2vh);
  background-color: rgb(240, 240, 240);
  transition: transform 200ms ease-out;
  transform: translateX(100%);
}
.header__hamburger-menu.menu-open {
  transform: translateX(0);
}
.header__hamburger-menu.menu-open::before {
  opacity: 0.5;
}
.header__hamburger-menu__nav {
  display: flex;
  flex-direction: column;
}
.header__hamburger-menu__nav a {
  margin-top: min(1em, 0.5em + 2vh);
}
.header__hamburger-menu .header__nav__link {
  width: -moz-fit-content;
  width: fit-content;
  align-self: end;
}
.header__hamburger-menu .header__nav__link.header__cta {
  font-size: 1em;
  margin-right: -0.375em;
}
.header__hamburger-menu::before {
  content: "";
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  right: 100%;
  background-color: black;
  opacity: 0;
  transition: opacity 200ms ease-out;
}
.header__hamburger-menu::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: -6rem;
  height: 130vh;
  left: 0;
  width: 100%;
  background-color: rgb(240, 240, 240);
}
.header__bear {
  max-height: 4rem;
  margin-left: auto;
}
@media (min-width: 60rem) {
  .header__bear {
    max-height: 3rem;
  }
}

.hero {
  position: relative;
  min-height: 90vh;
  margin: 0;
}
.hero__background {
  position: absolute;
  z-index: -69;
  top: 0;
  right: 0;
  left: 0;
  min-height: 90vh;
  min-width: 108vw;
  background-size: cover;
  background-position-y: 33%;
  background-position: center 20%;
  background-image: url("/images/whole_company.jpg");
  /*

  animation: movement 10s linear, fade 10s ease, image-swap 60s linear;
  animation-iteration-count: infinite;

  @keyframes movement {
      from {
          background-position-x: calc(46%);
      }
      to {
          background-position-x: calc(53% - 8vw);
      }
  }

  @keyframes fade {
      0%, 2%, 98%, 100% {
          opacity: 0%;
      }
      14%, 86% {
          opacity: 100%;
      }
  }

  @keyframes image-swap {
      0%, 16.66% {
          background-image: url("/images/stills/bus_gang.jpg");
      }
      16.67%, 33.33% {
          background-image: url("/images/stills/love.jpg");
      }
      33.34%, 49.99% {
          background-image: url("/images/stills/edies.jpg");
      }
      50%, 66.66% {
          background-image: url("/images/stills/bathroom.jpg");
      }
      66.67%, 83.33% {
          background-image: url("/images/stills/childish_sings.jpg");
      }
      83.34%, 100% {
          background-image: url("/images/stills/selfie.jpg");
      }

  }

  */
}
.hero__laurel {
  font-size: calc(0.75rem + 1vw);
  max-height: 2em;
  max-width: 5em;
  padding-inline: 0.25em;
  filter: drop-shadow(0 0 0.2rem rgba(0, 0, 0, 0.5));
}
.hero__laurels {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-content: space-evenly;
  align-items: center;
  transform: translateY(calc(-0.25vw - 1em));
}
.hero__flex {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 90vh;
}
.hero__text {
  align-self: center;
  justify-self: center;
  text-align: center;
  display: flex;
  flex-direction: column;
  font-size: calc(1rem + 0.75vw);
  margin-inline: calc(10vw - 1rem);
  font-family: "EdoSZ", sans-serif;
}
.hero__credit {
  order: -1;
  font-size: 1.25em;
  color: rgb(240, 240, 240);
  text-shadow: black -0.0625em 0.0625em 0.125em;
}
.hero__title {
  /* font-size: 3em;
  font-weight: 900;

  color: $dark-red;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 0.25em 0.375em;

  filter: drop-shadow(0 0 0.3rem rgba(0, 0, 0, 0.5));
  max-width: 80vw;
  */
  display: block;
  position: relative;
  margin-block: -0.25em;
  color: transparent;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("/images/graphics/TripleStack-Light.webp");
  height: 5em;
  width: 20em;
}
@media (min-width: 40rem) {
  .hero__title {
    background-image: url("/images/graphics/Stacked-Light.webp");
    height: 3.25em;
  }
}
@media (min-width: 69rem) {
  .hero__title {
    background-image: url("/images/graphics/Line-Light.webp");
    height: 2em;
  }
}
.hero__title__glow {
  position: relative;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: white;
}
.hero__tagline {
  font-size: 1.5em;
  color: rgb(240, 240, 240);
  text-shadow: black -0.0625em 0.0625em 0.125em;
}

.news__grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
}
@media (min-width: 40rem) {
  .news__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.news__grid {
  /*
  @include breakpoint-up(desktop) {
      grid-template-columns: repeat(4, 1fr);
  }
  */
}
.news__article {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: rgb(240, 240, 240);
  color: rgb(16, 16, 16);
  padding: 1rem;
  font-size: 1.3em;
}
.news__article__logo {
  -o-object-fit: contain;
     object-fit: contain;
  height: 4.5rem;
  max-width: min(12em, 90%);
  margin-bottom: 0.325em;
}
.news__article__photo {
  -o-object-fit: cover;
     object-fit: cover;
  height: 6em;
  width: 100%;
}
.news__article__photo.fifty {
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.news__article__photo.sixty-five {
  -o-object-position: 50% 65%;
     object-position: 50% 65%;
}
.news__article__photo.fifty-five {
  -o-object-position: 50% 55%;
     object-position: 50% 55%;
}
.news__article__photo.twenty-five {
  -o-object-position: 50% 25%;
     object-position: 50% 25%;
}
.news__article__photo.forty {
  -o-object-position: 50% 40%;
     object-position: 50% 40%;
}
.news__article h3 {
  font-size: 1em;
  margin-bottom: 0.25em;
}
.news__article h4 {
  margin-top: auto;
  font-weight: 500;
  font-size: 0.625em;
  font-style: italic;
}
@media (min-width: 60rem) {
  .news__article {
    align-items: start;
  }
}

@media (max-width: 59.9875rem) {
  .hide-mobile {
    display: none !important;
  }
}

@media (min-width: 60rem) {
  .only-mobile {
    display: none !important;
  }
}

@media (max-width: 39.9875rem) {
  .hide-phone {
    display: none !important;
  }
}

@media (max-width: 68.9875rem) {
  .only-desktop {
    display: none !important;
  }
}

@media (min-width: 69rem) {
  .hide-desktop {
    display: none !important;
  }
}

.hide {
  display: none;
}

.hide-before::before {
  display: none;
}

.hide-after::after {
  display: none;
}

.clickable {
  cursor: pointer;
}

.no-scroll {
  overflow: hidden;
}

:root {
  overflow-x: hidden;
  scrollbar-width: thin;
}

html {
  box-sizing: border-box;
  font-size: 100%;
}

*, *::before, *::after {
  box-sizing: inherit;
}

body {
  overflow-x: hidden;
  position: relative;
  scroll-behavior: smooth;
  margin: 0;
}

.container {
  max-width: 69rem;
  margin-inline: auto;
  padding: 2em 1em;
}
@media (min-width: 40rem) {
  .container {
    padding-inline: 2em;
  }
}
@media (min-width: 60rem) {
  .container {
    padding-inline: 3em;
  }
}
.container {
  background-color: rgb(16, 16, 16);
}

.small-container {
  max-width: 40rem;
  margin-inline: auto;
}

main {
  position: relative;
  overflow: hidden;
}

[class$=__grid] {
  display: grid;
  gap: 1em;
  justify-items: center;
}

body {
  font-family: "Roboto", Geneva, Tahoma, sans-serif;
}
@media (min-width: 40rem) {
  body {
    font-size: 1.25rem;
  }
}

main {
  line-height: 1.5;
  text-align: center;
}
@media (min-width: 60rem) {
  main {
    text-align: left;
  }
}
main {
  color: rgb(240, 240, 240);
}
main img {
  max-height: 50vh;
}

.section-heading {
  margin: 0 auto 1em;
  line-height: 1.2;
  text-align: center;
  font-size: 2em;
}

h1 {
  font-size: 2.5em;
}

h1, h2 {
  font-family: "EdoSZ", "Roboto", sans-serif;
}

h1, h2, h3 {
  margin: 0;
}

p {
  margin-block: 0.75em;
}
p:last-child() {
  margin-bottom: 0;
  padding-bottom: 0;
}

img {
  max-width: 100%;
  max-height: 100%;
}

a {
  text-decoration: none;
  color: inherit;
}

.margin-bottom {
  margin-bottom: 1em;
}

.text h1, .text h2, .text h3 {
  font-weight: bold;
  margin-top: 1em;
}/*# sourceMappingURL=styles.css.map */