/*!*************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/scss/theme-view.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
:root {
  --c-white: #fff;
  --c-grey: #aaa;
  --c-black: #000;
  --container-mw: 1380px;
  --container-padding: 15px;
}
@media (min-width: 760px) {
  :root {
    --container-padding: 40px;
  }
}
* {
  box-sizing: border-box;
}
html {
  font-size: 100%;
}
a {
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
}
.objectfit-cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.hidden-text {
  position: absolute;
  left: -9999px;
}
.vaff-select-wrap {
  position: relative;
  width: 5em;
  border-bottom: 2px solid var(--wp--preset--color--blue);
}
.vaff-select-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1.2em;
  height: 100%;
  display: block;
  -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2NDAgNjQwIj48IS0tIUZvbnQgQXdlc29tZSBGcmVlIDcuMC4wIGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlL2ZyZWUgQ29weXJpZ2h0IDIwMjUgRm9udGljb25zLCBJbmMuLS0+PHBhdGggZD0iTTI5Ny40IDQ3MC42QzMwOS45IDQ4My4xIDMzMC4yIDQ4My4xIDM0Mi43IDQ3MC42TDUzNC43IDI3OC42QzU0Ny4yIDI2Ni4xIDU0Ny4yIDI0NS44IDUzNC43IDIzMy4zQzUyMi4yIDIyMC44IDUwMS45IDIyMC44IDQ4OS40IDIzMy4zTDMyMCA0MDIuN0wxNTAuNiAyMzMuNEMxMzguMSAyMjAuOSAxMTcuOCAyMjAuOSAxMDUuMyAyMzMuNEM5Mi44IDI0NS45IDkyLjggMjY2LjIgMTA1LjMgMjc4LjdMMjk3LjMgNDcwLjd6Ii8+PC9zdmc+);
          mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2NDAgNjQwIj48IS0tIUZvbnQgQXdlc29tZSBGcmVlIDcuMC4wIGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlL2ZyZWUgQ29weXJpZ2h0IDIwMjUgRm9udGljb25zLCBJbmMuLS0+PHBhdGggZD0iTTI5Ny40IDQ3MC42QzMwOS45IDQ4My4xIDMzMC4yIDQ4My4xIDM0Mi43IDQ3MC42TDUzNC43IDI3OC42QzU0Ny4yIDI2Ni4xIDU0Ny4yIDI0NS44IDUzNC43IDIzMy4zQzUyMi4yIDIyMC44IDUwMS45IDIyMC44IDQ4OS40IDIzMy4zTDMyMCA0MDIuN0wxNTAuNiAyMzMuNEMxMzguMSAyMjAuOSAxMTcuOCAyMjAuOSAxMDUuMyAyMzMuNEM5Mi44IDI0NS45IDkyLjggMjY2LjIgMTA1LjMgMjc4LjdMMjk3LjMgNDcwLjd6Ii8+PC9zdmc+);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  background: var(--wp--preset--color--black);
}
.vaff-select-wrap select {
  position: relative;
  z-index: 2;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  padding-right: 1.3em;
  padding-left: 0.35em;
  background: transparent;
  font-size: 1em;
  cursor: pointer;
}
.vaff-select-wrap select:focus {
  outline: none;
  border: none;
}
.vaff-select-wrap:has(#select-year) {
  width: 5em;
}
[data-no-results] {
  position: relative;
  display: inline-block;
  margin-bottom: var(--wp--preset--spacing--lg);
  border: 1px solid var(--wp--preset--color--yellow);
  padding: 0.5em 1em 0.5em 2.5em;
  background-color: color-mix(in srgb, var(--wp--preset--color--yellow) 10%, transparent);
  color: var(--wp--preset--color--black);
}
[data-no-results]::before {
  content: "!";
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.5em;
  height: 100%;
  border-right: 1px solid;
  color: var(--wp--preset--color--yellow);
  font-weight: 700;
}
.container {
  max-width: var(--container-mw);
  margin-right: auto;
  margin-left: auto;
  padding-right: var(--container-padding);
  padding-left: var(--container-padding);
}
.container--xl {
  max-width: 1800px;
}
.content-container {
  max-width: var(--wp--style--global--content-size);
  margin-right: auto;
  margin-left: auto;
}
.tmpl-top-img-wrap img {
  width: 100%;
}
@media (min-width: 760px) {
  .container--site-columns {
    display: grid;
    grid-template-columns: 200px auto;
    gap: 2rem;
  }
}
@media (min-width: 1000px) {
  .container--site-columns {
    grid-template-columns: 250px auto;
    gap: 3rem;
  }
}
.sidebar {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.grid-columns {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 2rem;
}
@media (min-width: 760px) {
  .grid-columns {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1000px) {
  .grid-columns {
    gap: 3rem;
  }
}
.content > *:first-child {
  margin-top: 0;
}
.content > *:last-child {
  margin-bottom: 0;
}
.content a {
  color: var(--wp--preset--color--blue);
}
.content a:hover {
  text-decoration: underline;
}
.alm-item .content > *:first-child {
  margin-top: 0 !important;
}
.wp-content > :where(:not(.alignleft):not(.alignright):not(.alignfull):not(.alignwide)) {
  max-width: var(--wp--style--global--content-size);
  margin-right: auto;
  margin-left: auto;
}
.wp-content .alignfull {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
}
.wp-content .alignfull.is-layout-constrained > .alignwide {
  max-width: var(--container-mw);
  margin-right: auto;
  margin-left: auto;
  padding-right: var(--container-padding);
  padding-left: var(--container-padding);
}
.wp-content .wp-block-list li {
  margin-bottom: 0;
}
.wp-content .wp-block-list li:last-child {
  margin-bottom: 0;
}
@media (min-width: 600px) {
  .wp-content .wp-block-list.is-style-columns-2 {
    -moz-columns: 2;
         columns: 2;
    gap: 3em;
  }
}
@media (min-width: 600px) {
  .wp-content .wp-block-list.is-style-columns-3 {
    -moz-columns: 2;
         columns: 2;
    gap: 3em;
  }
}
@media (min-width: 800px) {
  .wp-content .wp-block-list.is-style-columns-3 {
    -moz-columns: 3;
         columns: 3;
    gap: 3em;
  }
}
@media (min-width: 600px) {
  .wp-content .wp-block-media-text:not(.has-media-on-the-right) .wp-block-media-text__content {
    padding-right: 0;
  }
}
@media (max-width: 600px) {
  .wp-content .wp-block-media-text .wp-block-media-text__content {
    margin-top: 1.5rem;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 600px) {
  .wp-content .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    padding-left: 0;
  }
}
@media (min-width: 600px) {
  .wp-content .wp-block-media-text.alignfull:not(.has-media-on-the-right) .wp-block-media-text__content {
    padding-right: var(--container-padding);
  }
}
@media (min-width: 1380px) {
  .wp-content .wp-block-media-text.alignfull:not(.has-media-on-the-right) .wp-block-media-text__content {
    padding-right: calc((100vw - 1300px) / 2);
  }
}
@media (min-width: 600px) {
  .wp-content .wp-block-media-text.alignfull.has-media-on-the-right .wp-block-media-text__content {
    padding-left: var(--container-padding);
  }
}
@media (min-width: 1380px) {
  .wp-content .wp-block-media-text.alignfull.has-media-on-the-right .wp-block-media-text__content {
    padding-left: calc((100vw - 1300px) / 2);
  }
}
@media (max-width: 600px) {
  .wp-content .wp-block-media-text.alignfull .wp-block-media-text__content {
    padding-right: var(--container-padding);
    padding-left: var(--container-padding);
  }
}
.wp-content .wp-block-media-text.is-style-vertical-align-top .wp-block-media-text__media,
.wp-content .wp-block-media-text.is-style-vertical-align-top .wp-block-media-text__content {
  align-self: unset;
}
.wp-content .wp-block-media-text:not(.io-ignore) .wp-block-media-text__media {
  transform: scale(0.9) translateY(30px);
  opacity: 0.01;
  transition: transform 0.5s, opacity 0.5s;
}
.wp-content .wp-block-media-text:not(.io-ignore) .wp-block-media-text__media[data-io-visible=true] {
  transform: scale(1) translateY(0);
  opacity: 1;
}
.error404 .wp-content a {
  color: var(--wp--preset--color--blue);
  text-decoration: underline;
}
html {
  margin-top: 0 !important;
}
body #wpadminbar {
  position: fixed;
  top: auto;
  bottom: 0;
}
body.admin-bar {
  padding-bottom: 32px;
}
.btn {
  display: inline-block;
  margin: 0;
  outline: 0;
  border: 0;
  border-radius: 0;
  padding: 0.7em 1.5em;
  background: var(--wp--preset--color--blue-dk);
  color: var(--wp--preset--color--white);
  transition: background 0.2s, color 0.2s;
}
.btn--white {
  background: var(--wp--preset--color--white);
  color: var(--wp--preset--color--blue-dk);
}
.btn--white:hover {
  background: color-mix(in srgb, var(--wp--preset--color--white) 30%, transparent);
  color: var(--wp--preset--color--white);
}
.btn--blue {
  background: var(--wp--preset--color--blue);
  color: var(--wp--preset--color--black);
}
.btn--blue:hover {
  background: color-mix(in srgb, var(--wp--preset--color--blue) 50%, #fff);
  color: var(--wp--preset--color--black);
}
.btn--outline {
  border: 2px solid;
  background: transparent;
  color: var(--wp--preset--color--black);
}
.btn--outline-white {
  border: 2px solid;
  background: transparent;
  color: var(--wp--preset--color--white);
}
.btn--outline-blue {
  border: 2px solid;
  border-color: var(--wp--preset--color--blue);
  background: transparent;
  color: var(--wp--preset--color--black);
}
.btn--outline-blue:hover {
  background: var(--wp--preset--color--blue);
}
.wp-block-button.is-style-outline .wp-block-button__link {
  transition: background 0.2s, color 0.2s;
}
.wp-block-button.is-style-outline .wp-block-button__link.has-white-color:hover {
  border-color: var(--wp--preset--color--white);
  background-color: var(--wp--preset--color--white);
  color: var(--wp--preset--color--blue-dk) !important;
}
.select-wrap {
  position: relative;
  width: 100%;
  max-width: 250px;
  border-bottom: 1px solid color-mix(in srgb, var(--wp--preset--color--blue-dk) 30%, transparent);
}
.select-wrap::after {
  content: "▾";
  position: absolute;
  top: 50%;
  right: 0;
  color: color-mix(in srgb, var(--wp--preset--color--blue-dk) 70%, transparent);
  transform: translateY(-50%);
}
.select-wrap select {
  position: relative;
  z-index: 1;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  outline: none;
  border: none;
  padding-right: 1rem;
  background: transparent;
  line-height: 1.5;
  cursor: pointer;
}
.newsletter-signup__heading {
  margin: 0 0 1rem 0;
  font-weight: 500;
}
.newsletter-signup__form {
  display: grid;
  grid-template-columns: auto 121px;
  gap: 0.7em;
}
.newsletter-signup__input {
  outline: none;
  border: 2px solid;
  border-radius: 0;
  padding: 0.85em 1em;
  background-color: transparent;
}
.newsletter-signup .btn {
  cursor: pointer;
  text-transform: uppercase;
  transition: background 0.2s, border 0.2s, color 0.2s;
}
.newsletter-signup .btn:hover {
  border-color: var(--wp--preset--color--blue);
  background-color: var(--wp--preset--color--blue);
  color: var(--wp--preset--color--black);
}
.inline-nav ul {
  margin: -0.25em 0;
  padding: 0;
  list-style: none;
}
.inline-nav li {
  display: inline-block;
  margin-top: 0.25em;
  margin-bottom: 0.25em;
}
.inline-nav li::after {
  content: "|";
  display: inline-block;
  margin-right: 0.2em;
  margin-left: 0.2em;
}
.inline-nav li:last-child::after {
  display: none;
}
.inline-nav a {
  position: relative;
  display: inline-block;
  color: var(--wp--preset--color--black);
  font-weight: 500;
  text-decoration: none;
}
.inline-nav a::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--wp--preset--color--blue);
  opacity: 0;
  transition: opacity 0.2s;
}
.inline-nav a:hover::before, .inline-nav a.active::before {
  opacity: 1;
}
.inline-nav--white li {
  color: var(--wp--preset--color--white);
}
.inline-nav--white a {
  color: var(--wp--preset--color--white);
}
.io-scale-fade-in {
  transform: scale(0.8) translateY(50px);
  opacity: 0.01;
  transition: transform 0.5s, opacity 0.5s;
}
.io-scale-fade-in[data-io-visible=true] {
  transform: scale(1) translateY(0);
  opacity: 1;
}
.searchform__group {
  position: relative;
}
.searchform__field {
  width: calc(100% - 2.375rem);
  height: 2.375rem;
  border: none;
  border-bottom: 1px solid var(--wp--preset--color--blue-dk);
  border-radius: 0;
  padding: 0.75em 0.75rem 0.75rem 0;
  background: transparent;
  color: var(--wp--preset--color--blue-dk);
}
.searchform__field::-moz-placeholder {
  color: color-mix(in srgb, var(--wp--preset--color--blue-dk) 50%, transparent);
}
.searchform__field::placeholder {
  color: color-mix(in srgb, var(--wp--preset--color--blue-dk) 50%, transparent);
}
.searchform__field:focus-within {
  outline: none;
}
.searchform__btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 2.375rem;
  height: 100%;
  border: none;
  border-bottom: 1px solid var(--wp--preset--color--blue-dk);
  border-radius: 0;
  background: transparent;
  font-size: 0;
  cursor: pointer;
}
.searchform__btn::before {
  content: "";
  position: absolute;
  inset: 20%;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjUiIGhlaWdodD0iMjUiIHZpZXdCb3g9IjAgMCAyNSAyNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE0LjI4OTggMjAuMUMxOS4zNzA5IDIwLjEgMjMuNDg5OCAxNS45ODg4IDIzLjQ4OTggMTAuOTE3NEMyMy40ODk4IDUuODQ2MDMgMTkuMzcwOSAxLjczNDg1IDE0LjI4OTggMS43MzQ4NUM5LjIwODgyIDEuNzM0ODUgNS4wODk4NCA1Ljg0NjAzIDUuMDg5ODQgMTAuOTE3NEM1LjA4OTg0IDE1Ljk4ODggOS4yMDg4MiAyMC4xIDE0LjI4OTggMjAuMVoiIHN0cm9rZT0iIzEyMTQxYiIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8cGF0aCBkPSJNMSAyNC4xODIzTDcuNzkgMTcuNDA1MSIgc3Ryb2tlPSIjMTIxNDFiIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.searchfrom-wrap--index .main-search {
  max-width: 500px;
  margin-top: var(--wp--preset--spacing--md);
  margin-right: auto;
  margin-left: auto;
}
.film-features__list {
  padding: 0;
  list-style: none;
}
.film-features__item {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.film-features__item img {
  width: 1.7em;
  margin-right: 0.5em;
}
.film-features__list.inline {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5em;
}
.film-features__list.inline .film-features__item img {
  width: 1.7em;
  margin-right: 0;
  transform: translateY(0);
}
.grid-item .film-features__list {
  justify-content: center;
  margin: 0.5em 0 0;
}
.schedule__list-item .film-features__list {
  margin-top: 0.3em;
  font-size: 0.8rem;
}
.schedule__feature-list,
.films__feature-list {
  margin: 2rem 0 3rem;
}
.schedule__feature-list .film-features__list,
.films__feature-list .film-features__list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem 1.5rem;
}
.nav-pagination {
  margin-top: 2rem;
}
@media (min-width: 760px) {
  .nav-pagination {
    margin-top: 3rem;
  }
}
.nav-pagination ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 0.5em;
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-pagination a,
.nav-pagination span {
  display: inline-block;
  height: 1.8em;
  min-width: 1.8em;
  padding: 0.2em;
  background: var(--wp--preset--color--blue-dk);
  color: var(--wp--preset--color--white);
  text-align: center;
  transition: background 0.2s;
}
.nav-pagination a:hover,
.nav-pagination span.current {
  background: var(--wp--preset--color--blue);
}
.nav-prevnext {
  max-width: var(--wp--style--global--content-size);
  margin: var(--wp--preset--spacing--lg) auto 0;
}
.nav-prevnext ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 600px) {
  .nav-prevnext ul {
    flex-direction: row;
    justify-content: space-between;
    align-items: unset;
  }
}
.nav-prevnext a {
  color: var(--wp--preset--color--blue-dk);
  font-weight: 500;
  transition: color 0.2s;
}
.nav-prevnext a:hover {
  color: var(--wp--preset--color--blue);
}
.nav-prevnext .nav-item-prev a::before {
  content: "▾";
  display: inline-block;
  margin-right: 0.5em;
  transform: rotate(90deg);
}
.nav-prevnext .nav-item-next a::after {
  content: "▾";
  display: inline-block;
  margin-left: 0.5em;
  transform: rotate(-90deg);
}
.site-header {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: var(--wp--preset--color--blue-dk);
  color: var(--wp--preset--color--white);
}
@media (min-width: 1200px) {
  .site-header {
    padding-top: 2rem;
    padding-bottom: 1.2rem;
  }
}
.container--site-header {
  position: relative;
  display: grid;
  grid-template-columns: 150px auto;
  gap: 2rem;
}
@media (min-width: 760px) {
  .container--site-header {
    grid-template-columns: 25% auto;
  }
}
.header-logo {
  position: relative;
  z-index: 1000;
  display: block;
  width: 150px;
}
@media (min-width: 760px) {
  .header-logo {
    width: 250px;
  }
}
.site-header__right {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  gap: 1rem;
}
@media (min-width: 1100px) {
  .site-header__right {
    flex-direction: column;
    justify-content: unset;
    align-items: flex-end;
    gap: 0.5rem;
  }
}
.site-header__date {
  position: relative;
  z-index: 1000;
  font-size: 0.8rem;
  font-weight: 500;
  text-transform: uppercase;
}
@media (min-width: 760px) {
  .site-header__date {
    font-size: 0.9rem;
  }
}
.header-utility {
  position: relative;
  z-index: 1000;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1.2rem;
}
.nav-utility {
  display: none;
}
@media (min-width: 1100px) {
  .nav-utility {
    display: block;
  }
}
.nav-utility__list {
  display: flex;
  flex-direction: row;
  gap: 1.1rem;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.8rem;
}
.nav-utility__list a,
.nav-utility__list .nav-utility__modal-trigger {
  color: var(--wp--preset--color--white);
}
.nav-utility__list a span,
.nav-utility__list .nav-utility__modal-trigger span {
  position: relative;
  display: inline-block;
}
.nav-utility__list a span::before,
.nav-utility__list .nav-utility__modal-trigger span::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: var(--wp--preset--color--blue);
  opacity: 0;
  transition: opacity 0.2s;
}
.nav-utility__list a:hover span::before,
.nav-utility__list .nav-utility__modal-trigger:hover span::before {
  opacity: 1;
}
.nav-utility__list .nav-utility__modal-trigger {
  display: inline-block;
  cursor: pointer;
}
.nav-utility__list li.icon-mail a::before,
.nav-utility__list li.icon-heart a::before,
.nav-utility__list li.icon-uva a::before,
.nav-utility__list li.icon-user a::before {
  content: "";
  position: relative;
  top: 0.2em;
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  margin-right: 0.5em;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.nav-utility__list li.icon-mail a::before {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIxNyIgdmlld0JveD0iMCAwIDI1IDE3IiBmaWxsPSJub25lIj4KICA8ZyBjbGlwLXBhdGg9InVybCgjY2xpcDBfOTZfNTApIj4KICAgIDxwYXRoIGQ9Ik0yNC41MjI0IDEuNTAzODhDMjQuMzk5NyAwLjY0NDUyMSAyMy42MzI0IDAgMjIuNzQyMyAwSDEuODEwNzRDMC45MjA2OTIgMCAwLjE4NDA5NyAwLjY3NTIxMiAwLjAzMDYzOTYgMS41MDM4OEwxMi4yNzY1IDkuMTE1MzZMMjQuNTIyNCAxLjUwMzg4WiIgZmlsbD0id2hpdGUiPjwvcGF0aD4KICAgIDxwYXRoIGQ9Ik0xMi4yNzY2IDEwLjg5NTVDMTIuMTIzMSAxMC44OTU1IDExLjk2OTcgMTAuODY0OCAxMS44NDY5IDEwLjc3MjdMMCAzLjQwNjc0VjE1LjE5MjNDMCAxNi4xNzQ0IDAuNzk3OTc4IDE3LjAwMzEgMS44MTA4IDE3LjAwMzFIMjIuNzczMUMyMy43NTUyIDE3LjAwMzEgMjQuNTgzOSAxNi4yMDUxIDI0LjU4MzkgMTUuMTkyM1YzLjQwNjc0TDEyLjczNyAxMC43NzI3QzEyLjU4MzUgMTAuODM0MSAxMi40MyAxMC44OTU1IDEyLjI3NjYgMTAuODk1NVoiIGZpbGw9IndoaXRlIj48L3BhdGg+CiAgPC9nPgogIDxkZWZzPgogICAgPGNsaXBQYXRoIGlkPSJjbGlwMF85Nl81MCI+CiAgICAgIDxyZWN0IHdpZHRoPSIyNC41ODM5IiBoZWlnaHQ9IjE3IiBmaWxsPSJ3aGl0ZSI+PC9yZWN0PgogICAgPC9jbGlwUGF0aD4KICA8L2RlZnM+Cjwvc3ZnPgo=);
}
.nav-utility__list li.icon-heart a::before {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOSIgaGVpZ2h0PSIxNyIgdmlld0JveD0iMCAwIDE5IDE3IiBmaWxsPSJub25lIj4KICA8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTE2Ljc3NTYgOS45NTc3NkMxNS40MzE1IDEyLjU5NzYgMTEuOTU2OCAxNS4yMzk0IDkuMTA4OTQgMTdDNi4yNDA2MyAxNS4yMzk0IDIuNzgwMjIgMTIuNTk3NiAxLjQzODI2IDkuOTU3NzZDLTAuNDc5NDE5IDYuNDM4NjMgLTAuNDc5NDE5IDIuOTE3NTMgMS40MzgyNiAxLjE1Njk4QzMuMzU1OTMgLTAuNjAzNTc5IDcuMTk3NDIgLTAuNjAzNjAyIDkuMTA4OTQgMi45MTU1M0MxMS4wMjY2IC0wLjYwMzYwMiAxNC44NTc5IC0wLjYwMzU4IDE2Ljc3NTYgMS4xNTQ5OUMxOC42OTMyIDIuOTEzNTcgMTguNjkzMiA2LjQzNjY1IDE2Ljc3NTYgOS45NTc3NloiIGZpbGw9IndoaXRlIj48L3BhdGg+Cjwvc3ZnPgo=);
}
.nav-utility__list li.icon-uva a::before {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNyIgaGVpZ2h0PSIxNyIgdmlld0JveD0iMCAwIDE3IDE3IiBmaWxsPSJub25lIj4KICA8cGF0aCBkPSJNMTEuNTQgMTQuNjk2OFY3Ljg0MTE2SDEyLjk3OThWMTQuNjk2OEgxMS41NFoiIGZpbGw9IndoaXRlIj48L3BhdGg+CiAgPHBhdGggZD0iTTMuNzY2NiAxNC42OTY4VjcuODQxMTZINS4xNjA0OVYxNC42OTY4SDMuNzY2NloiIGZpbGw9IndoaXRlIj48L3BhdGg+CiAgPHBhdGggZD0iTTUuNjQwNjIgMTQuNjk2OFY3Ljg0MTE2SDcuMTI2OTlWMTQuNjk2OEg1LjY0MDYyWiIgZmlsbD0id2hpdGUiPjwvcGF0aD4KICA8cGF0aCBkPSJNNy42MDc0MiAxNC42OTY4VjcuODQxMTZIOS4wOTM3M1YxNC42OTY4SDcuNjA3NDJaIiBmaWxsPSJ3aGl0ZSI+PC9wYXRoPgogIDxwYXRoIGQ9Ik0xMS4wNTk0IDcuODQxMTZWMTQuNjk2OEg5LjU3MzI0VjcuODQxMTZIMTEuMDU5NFoiIGZpbGw9IndoaXRlIj48L3BhdGg+CiAgPHBhdGggZD0iTTEyLjM2MSA3LjM1NTk2SDQuMzU0TDguNDYzOTIgNC44MjczOEwxMi4zNjEgNy4zNTU5NloiIGZpbGw9IndoaXRlIj48L3BhdGg+CiAgPHBhdGggZD0iTTMuNDMyMTIgNy4zNTU5NkgwLjAwMTk1MzEyVjQuODAxMjVINy41ODQ1MUwzLjQzMjEyIDcuMzU1OTZaIiBmaWxsPSJ3aGl0ZSI+PC9wYXRoPgogIDxwYXRoIGQ9Ik05LjMxMTUyIDQuODAxMjVIMTYuNjk4OVY3LjM1NTk2SDEzLjI0ODFMOS4zMTE1MiA0LjgwMTI1WiIgZmlsbD0id2hpdGUiPjwvcGF0aD4KICA8cGF0aCBkPSJNMTUuNjQxNSA0LjMxNjg5SDEuMDU4NTlDMi40ODY1MSAxLjc0MDg4IDUuMjE2NjcgNC44MDE4NGUtMDUgOC4zNDk4NiA0LjgwMTg0ZS0wNUMxMS40ODI5IDQuODAxODRlLTA1IDE0LjIxMjggMS43NDA4OCAxNS42NDE1IDQuMzE2ODlaIiBmaWxsPSJ3aGl0ZSI+PC9wYXRoPgogIDxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMC4wMDE3NzAxNiA5LjAyNTIyVjguNjI3MTRMMC4wOTc5NDg0IDguNjk2NzJMMC4wMjgxMjU4IDguOTEwNTJMMC4wMDE3NzAxNiA5LjAyNTIyWk0yLjg0MzA2IDE0LjY5NjhIMi4xOTY5NkwyLjUyMDExIDE0LjQ2MTlMMi44NDMwNiAxNC42OTY4Wk0zLjI4NzM3IDE0LjY5NjhIMi44NDU4MkwyLjcyMTkxIDE0LjMxNTRMMy4wNDg2IDE0LjA3OEgyLjY0NDhMMi41MjAxMSAxMy42OTQxTDIuMzk1NDEgMTQuMDc4SDEuOTkxNjJMMi4zMTg5IDE0LjMxNTRMMi4xOTQyIDE0LjY5NjhIMC4wMDE3NzAxNkwwIDEwLjU2MjlMMC4wMDE3NzAxNiA5LjA3MjM5TDAuMzA4MjAzIDguODQ5OTRMMC42MzQ3IDkuMDg3MTVMMC41MTAwMDEgOC43MDMyMkwwLjgzNjQ5NyA4LjQ2NjAySDAuNDMyOTAxTDAuMzA4MjAzIDguMDgxODlMMC4yNTExNjUgOC4yNTY5NkwwLjE3MjQ5MiA4LjQ2NjAySDAuMDAxNzcwMTZWNy44NDExNkgzLjI4NzM3VjE0LjY5NjhaTTAgMTAuNTYyOUwwLjMyNzI4MiAxMC44MDAzTDAuMjAxNzk3IDExLjE4NDJMMC41Mjg0OSAxMC45NDdMMC44NTQ5ODYgMTEuMTg0MkwwLjczMDI4NyAxMC44MDAzTDEuMDU2OTggMTAuNTYyOUgwLjY1MzE4OUwwLjUyODQ5IDEwLjE3OUwwLjQwMzc5MiAxMC41NjI5SDBaTTEuMTI1MDMgMTIuNzQyN0wwLjk5OTU0OSAxMy4xMjY3TDEuMzI2MjQgMTIuODg5M0wxLjY1MjczIDEzLjEyNjdMMS41MjgwNCAxMi43NDI3TDEuODU0NTMgMTIuNTA1M0gxLjQ1MDk0TDEuMzI2MjQgMTIuMTIxNEwxLjIwMTU0IDEyLjUwNTNIMC43OTc3NTJMMS4xMjUwMyAxMi43NDI3WiIgZmlsbD0id2hpdGUiPjwvcGF0aD4KICA8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTMuMjg3NTYgMTUuMTgwNlYxNy4wMDA1SDAuMDAxOTUzMTJWMTUuMTgwNkgzLjI4NzU2WiIgZmlsbD0id2hpdGUiPjwvcGF0aD4KICA8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTEzLjQ1OTUgMTUuMTgwNkgxNi42OTkyVjE3LjAwMDVIMTMuNDU5NVYxNS4xODA2WiIgZmlsbD0id2hpdGUiPjwvcGF0aD4KICA8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTguNTQ5MzcgMTcuMDAwNUg4LjE3OThMOC4zNjM0OCAxNi44NjcxTDguNTQ5MzcgMTcuMDAwNVpNNi4wNjE4OCAxNi40NjU3TDUuOTM2NCAxNi44NDk2TDYuMjYzMTMgMTYuNjEyMkw2LjU4OTYxIDE2Ljg0OTZMNi40NjQ4OSAxNi40NjU3TDYuNzkxNjIgMTYuMjI4M0g2LjM4NzhMNi4yNjMxMyAxNS44NDQ0TDYuMTM4MjEgMTYuMjI4M0g1LjczNDZMNi4wNjE4OCAxNi40NjU3Wk04LjE2MjI3IDE2LjcyMDRMOC4wNzA4NCAxNy4wMDA1SDMuNzY2NlYxNS4xODA2SDQuMjk3NjVMNC4yMDUwMSAxNS40NjU2SDMuODAxNDFMNC4xMjg1IDE1LjcwMjhMNC4wMDMyMSAxNi4wODY3TDQuMzI5NzEgMTUuODQ5NUw0LjY1NjQgMTYuMDg2N0w0LjUzMTcgMTUuNzAyOEw0Ljg1ODIgMTUuNDY1Nkg0LjQ1NDZMNC4zNjE5NiAxNS4xODA2SDEyLjM2MDVMMTIuMjY3OCAxNS40NjU2SDExLjg2NDNMMTIuMTkwOCAxNS43MDI4TDEyLjA2NjEgMTYuMDg2N0wxMi4zOTI4IDE1Ljg0OTVMMTIuNzE5MiAxNi4wODY3TDEyLjU5NCAxNS43MDI4TDEyLjkyMTMgMTUuNDY1NkgxMi41MTc0TDEyLjQyNSAxNS4xODA2SDEyLjk3OTVWMTcuMDAwNUg4LjY1NjU3TDguNTY1NDggMTYuNzIwNEw4Ljg5MTk2IDE2LjQ4MzJIOC40ODg0TDguMzYzNDggMTYuMDk5M0w4LjIzODgxIDE2LjQ4MzJINy44MzUxOUw4LjE2MjI3IDE2LjcyMDRaTTEwLjYwMjEgMTYuNDY1N0wxMC45Mjk0IDE2LjIyODNIMTAuNTI1N0wxMC40MDA5IDE1Ljg0NDRMMTAuMjc2MyAxNi4yMjgzSDkuODcyNDVMMTAuMTk5MSAxNi40NjU3TDEwLjA3NDMgMTYuODQ5NkwxMC40MDA5IDE2LjYxMjJMMTAuNzI3NSAxNi44NDk2TDEwLjYwMjEgMTYuNDY1N1oiIGZpbGw9IndoaXRlIj48L3BhdGg+CiAgPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xNi42OTkyIDguNjQzMDVWOC45NTczNEwxNi42MTYyIDguNzAzMjJMMTYuNjk5MiA4LjY0MzA1Wk0xNi42OTkyIDE0LjY5NjhIMTQuNTI4OEgxMy44OEgxMy40NTk1VjcuODQxMTZIMTYuNjk5MlY4LjQ2NjAySDE2LjUzOTdMMTYuNDE1IDguMDgxODlMMTYuMjkwMSA4LjQ2NjAySDE1Ljg4NjVMMTYuMjEzMiA4LjcwMzIyTDE2LjA4ODMgOS4wODcxNUwxNi40MTUgOC44NDk5NEwxNi42OTkyIDkuMDU2NDhWMTAuNTYzMUwxNi4zMTk0IDEwLjU2MjlMMTYuMTk0NyAxMC4xNzlMMTYuMDY5OCAxMC41NjI5SDE1LjY2NjNMMTUuOTkyNyAxMC44MDAzTDE1Ljg2OCAxMS4xODQyTDE2LjE5NDcgMTAuOTQ3TDE2LjUyMTIgMTEuMTg0MkwxNi4zOTU5IDEwLjgwMDNMMTYuNjk5MiAxMC41ODA0VjE0LjY5NjhaTTE0LjUyODggMTQuNjk2OEwxNC40MDQxIDE0LjMxNTRMMTQuNzMxNCAxNC4wNzhIMTQuMzI3OEwxNC4yMDI5IDEzLjY5NDFMMTQuMDc4MiAxNC4wNzhIMTMuNjc0NkwxNC4wMDExIDE0LjMxNTRMMTMuODc3MiAxNC42OTY4TDE0LjIwMjkgMTQuNDYxOUwxNC41MjYxIDE0LjY5NjhIMTQuNTI4OFpNMTUuNTk4IDEyLjc0MjdMMTUuOTI1MyAxMi41MDUzSDE1LjUyMTdMMTUuMzk2OCAxMi4xMjE0TDE1LjI3MjEgMTIuNTA1M0gxNC44Njg1TDE1LjE5NSAxMi43NDI3TDE1LjA3MDMgMTMuMTI2N0wxNS4zOTY4IDEyLjg4OTNMMTUuNzIzNSAxMy4xMjY3TDE1LjU5OCAxMi43NDI3WiIgZmlsbD0id2hpdGUiPjwvcGF0aD4KPC9zdmc+Cg==);
}
.nav-utility__list li.icon-user a::before {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNSIgaGVpZ2h0PSIxNSIgdmlld0JveD0iMCAwIDE1IDE1IiBmaWxsPSJub25lIj4KICA8cGF0aCBkPSJNNy41IDcuNUM5LjU3MTg4IDcuNSAxMS4yNSA1LjgyMTg4IDExLjI1IDMuNzVDMTEuMjUgMS42NzgxMiA5LjU3MTg4IDAgNy41IDBDNS40MjgxMiAwIDMuNzUgMS42NzgxMiAzLjc1IDMuNzVDMy43NSA1LjgyMTg4IDUuNDI4MTIgNy41IDcuNSA3LjVaTTcuNSA5LjM3NUM0Ljk5Njg3IDkuMzc1IDAgMTAuNjMxMiAwIDEzLjEyNVYxNUgxNVYxMy4xMjVDMTUgMTAuNjMxMiAxMC4wMDMxIDkuMzc1IDcuNSA5LjM3NVoiIGZpbGw9IiNFREVERUQiPjwvcGF0aD4KPC9zdmc+Cg==);
}
.nav-utility__list--mobile {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem 1.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.9rem;
}
@media (min-width: 1100px) {
  .nav-utility__list--mobile {
    display: none;
  }
}
.nav-utility__list--mobile a {
  padding: 0.2em;
  color: var(--wp--preset--color--white);
}
.nav-utility__list--mobile a span {
  position: relative;
  display: inline-block;
}
.nav-utility__list--mobile a span::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: var(--wp--preset--color--blue);
  opacity: 0;
  transition: opacity 0.2s;
}
.nav-utility__list--mobile a:hover span::before {
  opacity: 1;
}
#header-cart {
  font-size: 0;
}
.social--header {
  display: none;
}
@media (min-width: 1100px) {
  .social--header {
    display: block;
  }
}
.social--header .social__list {
  font-size: 1.2em;
}
.social--header a {
  color: var(--wp--preset--color--white);
}
.newsletter-modal-content .form-input {
  display: block;
  width: 100%;
  border: 2px solid;
  border-radius: none;
  padding: 0.8em 0.8em;
  margin-bottom: 0.5em;
}
.newsletter-modal-content .btn {
  width: 100%;
  font-size: 1rem;
  cursor: pointer;
  text-transform: uppercase;
  transition: background 0.2s, border 0.2s, color 0.2s;
}
.newsletter-modal-content .btn:hover {
  border-color: var(--wp--preset--color--blue);
  background-color: var(--wp--preset--color--blue);
  color: var(--wp--preset--color--black);
}
.header-search-toggle {
  width: 1.5rem;
  height: 1.5rem;
  outline: none;
  border: none;
  border-radius: 0;
  padding: 0;
  background-color: transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjUiIGhlaWdodD0iMjUiIHZpZXdCb3g9IjAgMCAyNSAyNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE0LjI4OTggMjAuMUMxOS4zNzA5IDIwLjEgMjMuNDg5OCAxNS45ODg4IDIzLjQ4OTggMTAuOTE3NEMyMy40ODk4IDUuODQ2MDMgMTkuMzcwOSAxLjczNDg1IDE0LjI4OTggMS43MzQ4NUM5LjIwODgyIDEuNzM0ODUgNS4wODk4NCA1Ljg0NjAzIDUuMDg5ODQgMTAuOTE3NEM1LjA4OTg0IDE1Ljk4ODggOS4yMDg4MiAyMC4xIDE0LjI4OTggMjAuMVoiIHN0cm9rZT0iI0U0RTRFNCIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8cGF0aCBkPSJNMSAyNC4xODIzTDcuNzkgMTcuNDA1MSIgc3Ryb2tlPSIjRTRFNEU0IiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  cursor: pointer;
}
@media (max-width: 1099px) {
  .header-search-toggle {
    display: none;
  }
}
@media (min-width: 1100px) {
  .header-search-toggle {
    display: inline-block;
  }
}
.header-search-toggle .hidden-text {
  color: #ffffff;
}
@media (max-width: 1099px) {
  .header-search {
    order: -1;
    width: 100%;
    max-width: 550px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 1100px) {
  .header-search {
    position: absolute;
    top: calc(100% + 1rem);
    left: 50%;
    z-index: 2;
    display: block;
    width: 100vw;
    height: 0;
    padding-bottom: 0;
    padding-right: var(--container-padding);
    padding-left: var(--container-padding);
    overflow: clip;
    background: var(--wp--preset--color--blue-dk);
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.2s;
  }
}
@media (min-width: 1100px) {
  .header-search .searchform__form {
    max-width: 1300px;
    margin-right: auto;
    margin-left: auto;
  }
}
.header-search-active .header-search {
  height: auto;
  opacity: 1;
}
@media (min-width: 1100px) {
  .header-search-active .header-search {
    padding-bottom: 2rem;
  }
}
@media (min-width: 1100px) {
  .header-search .searchform__group {
    max-width: 500px;
    margin-right: 0;
    margin-left: auto;
  }
}
.header-search .searchform__field {
  border-bottom: 1px solid var(--wp--preset--color--white);
  color: var(--wp--preset--color--white);
}
.header-search .searchform__field::-moz-placeholder {
  color: color-mix(in srgb, var(--wp--preset--color--white) 50%, transparent);
}
.header-search .searchform__field::placeholder {
  color: color-mix(in srgb, var(--wp--preset--color--white) 50%, transparent);
}
.header-search .searchform__field:focus-within {
  outline: none;
}
.header-search .searchform__btn {
  border-color: var(--wp--preset--color--white);
}
.header-search .searchform__btn::before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjUiIGhlaWdodD0iMjUiIHZpZXdCb3g9IjAgMCAyNSAyNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE0LjI4OTggMjAuMUMxOS4zNzA5IDIwLjEgMjMuNDg5OCAxNS45ODg4IDIzLjQ4OTggMTAuOTE3NEMyMy40ODk4IDUuODQ2MDMgMTkuMzcwOSAxLjczNDg1IDE0LjI4OTggMS43MzQ4NUM5LjIwODgyIDEuNzM0ODUgNS4wODk4NCA1Ljg0NjAzIDUuMDg5ODQgMTAuOTE3NEM1LjA4OTg0IDE1Ljk4ODggOS4yMDg4MiAyMC4xIDE0LjI4OTggMjAuMVoiIHN0cm9rZT0iI0U0RTRFNCIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8cGF0aCBkPSJNMSAyNC4xODIzTDcuNzkgMTcuNDA1MSIgc3Ryb2tlPSIjRTRFNEU0IiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=);
}
.toggle-nav-main {
  position: relative;
  top: -1px;
  z-index: 1000;
  width: 45px;
  cursor: pointer;
}
@media (min-width: 1100px) {
  .toggle-nav-main {
    display: none;
  }
}
.toggle-nav-main__wrap {
  position: relative;
  display: block;
  height: 19px;
}
.toggle-nav-main__wrap span {
  position: absolute;
  left: 50%;
  width: 100%;
  height: 1px;
  background: var(--wp--preset--color--white);
  transform: translateX(-50%);
}
.toggle-nav-main__wrap span:nth-child(1) {
  top: 0;
  transition: top 0.2s, transform 0.2s;
}
.toggle-nav-main__wrap span:nth-child(2) {
  top: 50%;
  opacity: 1;
  transition: opacity 0.2s;
}
.toggle-nav-main__wrap span:nth-child(3) {
  top: 100%;
  transition: top 0.2s, transform 0.2s;
}
.nav-main--active .toggle-nav-main__wrap span:nth-child(1) {
  top: 50%;
  transform: translateX(-50%) rotate(-45deg);
}
.nav-main--active .toggle-nav-main__wrap span:nth-child(2) {
  opacity: 0;
}
.nav-main--active .toggle-nav-main__wrap span:nth-child(3) {
  top: 50%;
  transform: translateX(-50%) rotate(45deg);
}
@media (max-width: 1099px) {
  .nav-main {
    position: absolute;
    top: -1rem;
    right: 0;
    width: 0;
    height: 0;
    background: var(--wp--preset--color--blue-dk);
    overflow: clip;
    opacity: 0;
    transition: opacity 0.2s;
  }
}
@media (min-width: 1100px) {
  .nav-main {
    margin-top: 0.5rem;
  }
}
@media (max-width: 1099px) {
  .nav-main__inner {
    display: flex;
    flex-direction: column;
    gap: 3rem;
    padding-top: 120px;
    padding-right: var(--container-padding);
    padding-left: var(--container-padding);
    padding-bottom: 2rem;
  }
}
@media (min-width: 1100px) {
  .nav-main__inner {
    display: flex;
    flex-direction: row;
    gap: 1rem;
  }
}
@media (max-width: 1099px) {
  .nav-main--active .nav-main {
    width: 100%;
    height: auto;
    min-height: 100dvh;
    z-index: 999;
    opacity: 1;
  }
}
.nav-main__list {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1.2;
}
@media (max-width: 1099px) {
  .nav-main__list {
    width: 100%;
    max-width: 420px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 1100px) {
  .nav-main__list {
    display: flex;
    flex-direction: row;
    gap: 1rem;
  }
}
.nav-main__item {
  position: relative;
  font-size: 1rem;
}
@media (max-width: 1099px) {
  .nav-main__item {
    margin-top: 1rem;
    padding-right: 1.7em;
  }
  .nav-main__item:first-child {
    margin-top: 0;
  }
}
@media (min-width: 1100px) {
  .nav-main__item {
    padding-bottom: 0.8rem;
  }
}
.nav-main__item a {
  color: var(--wp--preset--color--white);
  text-transform: uppercase;
}
.nav-main__item > a {
  display: inline-block;
  padding: 0.25rem;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.2s;
}
.nav-main__item > a span {
  position: relative;
  display: inline-block;
}
.nav-main__item > a span::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: var(--wp--preset--color--blue);
  opacity: 0;
  transition: opacity 0.2s;
}
.nav-main__item > a:hover span::before {
  opacity: 1;
}
.nav-main__item--parent .submenu-toggle {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  border: 1px solid;
  border-radius: 50%;
  transform: rotate(0);
  cursor: pointer;
  transition: color 0.2s, transform 0.2s;
}
@media (min-width: 1100px) {
  .nav-main__item--parent .submenu-toggle {
    display: none;
  }
}
.nav-main__item--parent .submenu-toggle::before {
  content: "▾";
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  transform: translate(-50%, -50%);
}
.nav-main__item--parent .submenu-toggle:hover {
  color: var(--wp--preset--color--blue);
}
.nav-main__item--parent.active .submenu-toggle {
  transform: rotate(180deg);
}
@media (min-width: 1100px) {
  .nav-main__item--parent > a::after {
    content: "▾";
    margin-left: 0.5em;
  }
}
.nav-main__item--parent--mega {
  position: static;
}
@media (max-width: 1099px) {
  .nav-main__submenu {
    display: none;
  }
}
@media (min-width: 1100px) {
  .nav-main__submenu {
    position: absolute;
    top: 99%;
    left: 0;
    display: block;
    min-width: 15rem;
    height: 0;
    background: var(--wp--preset--color--blue-uva);
    overflow: hidden;
    opacity: 0;
    transition: opacity 0.5s;
  }
}
@media (min-width: 1100px) {
  .nav-main__list--primary .nav-main__item:last-child .nav-main__submenu {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1100px) {
  .nav-main__item:hover .nav-main__submenu {
    z-index: 3;
    height: auto;
    opacity: 1;
  }
}
@media (min-width: 1100px) {
  .nav-item__submenu-right .nav-main__submenu,
  .nav-main__submenu--right {
    left: auto;
    right: 0;
  }
}
.nav-main__submenu ul {
  list-style: none;
  margin: 0;
  padding: 1em 0 1em 1em;
}
@media (min-width: 1100px) {
  .nav-main__submenu ul {
    padding: 0 0.75em;
  }
}
.nav-main__submenu a {
  display: block;
  padding: 0.75em 0;
  font-size: 0.8em;
  text-decoration: none;
}
@media (min-width: 1100px) {
  .nav-main__submenu a {
    font-size: 0.9em;
  }
}
.nav-main__submenu a span {
  border-bottom: 2px solid transparent;
  transition: border 0.2s;
}
.nav-main__submenu a:hover span {
  border-bottom: 2px solid var(--wp--preset--color--blue);
}
.page-headline {
  border-bottom: 1px solid color-mix(in srgb, var(--wp--preset--color--grey) 60%, transparent);
  padding-top: var(--wp--preset--spacing--md);
  padding-bottom: var(--wp--preset--spacing--md);
}
.page-headline .container {
  text-align: center;
}
.page-headline .inline-nav {
  margin-top: 1rem;
}
.page-headline__title {
  margin: 0;
  font-weight: 500;
  text-transform: uppercase;
}
.single-festival .page-headline,
.page-headline--panel-single,
.page-headline--guest-single {
  margin-bottom: var(--wp--preset--spacing--lg);
}
.page-headline__inner-with-select {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}
@media (min-width: 600px) {
  .page-headline__inner-with-select {
    flex-direction: row;
    gap: 2rem;
    padding-left: 7rem;
  }
}
.page-headline--post {
  margin-bottom: var(--wp--preset--spacing--xl);
  padding-top: var(--wp--preset--spacing--lg);
  padding-bottom: var(--wp--preset--spacing--lg);
  background-color: var(--wp--preset--color--blue-dk);
  color: var(--wp--preset--color--white);
}
.page-headline--post .page-headline__label {
  display: block;
  margin-bottom: 0.75em;
  text-transform: uppercase;
}
.single-series__desc {
  margin-top: var(--wp--preset--spacing--md);
}
.single-series__desc h5 {
  margin: 0;
  font-size: var(--wp--preset--font-size--h-2);
  font-weight: 500;
}
.filter-controls {
  padding: 1rem;
  background: #eee;
}
.filter-controls__header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.filter-controls__heading {
  font-weight: 500;
}
.filter-reset {
  outline: none;
  border: none;
  border-radius: 0;
  padding: 0;
  text-decoration: underline;
  cursor: pointer;
}
.filter-reset::before {
  content: "+";
  display: inline-block;
  margin-right: 0.2em;
  transform: rotate(45deg);
}
.filter-controls .input-group {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1em;
}
.filter-controls label {
  font-size: 0.9em;
  font-weight: 500;
}
.alm-archive--films,
.alm-archive--guests,
.alm-archive--festivals,
.alm-archive--panels,
.cards--index {
  margin-top: var(--wp--preset--spacing--lg);
}
.cards,
.alm-archive__results--cards .alm-listing {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
}
.cards .card,
.alm-archive__results--cards .alm-listing .card {
  width: 100%;
}
@media (min-width: 600px) {
  .cards .card,
  .alm-archive__results--cards .alm-listing .card {
    width: calc(50% - 0.75rem);
  }
}
@media (min-width: 1200px) {
  .cards .card,
  .alm-archive__results--cards .alm-listing .card {
    width: calc(25% - 1.2rem);
  }
}
ul.cards {
  margin: 0;
  padding: 0;
  list-style: none;
}
.alm-archive__results--cards .alm-listing .alm-item.card {
  margin: 0;
  padding: 0;
}
.alm-archive__results--cards .alm-listing .alm-item.card img {
  position: static;
  max-width: unset;
}
@media (min-width: 1200px) {
  .alm-archive--panels .alm-archive__results--cards .alm-listing .card {
    width: calc(50% - 0.75rem);
  }
}
ul.cards--series {
  margin: var(--wp--preset--spacing--lg) 0 var(--wp--preset--spacing--xl);
}
@media (min-width: 1200px) {
  ul.cards--series .card {
    width: calc(33.33% - 1rem);
  }
}
.card,
.vaff-card {
  position: relative;
  border: none;
  padding: 0;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
  transition: box-shadow 0.2s;
}
.card__img-wrap {
  width: 100%;
  aspect-ratio: 16/9;
  background-color: color-mix(in srgb, var(--wp--preset--color--grey) 40%, transparent);
  font-size: 0;
  overflow: clip;
}
.card__img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transform: scale(1);
  transition: transform 0.4s;
}
.card__content {
  padding: 0.8rem 1rem 1rem;
}
.card__content .film-features__list {
  margin-top: 0.3em;
  font-size: 0.8rem;
}
.card .post-meta {
  margin: 0 0 0.8em 0;
  padding: 0;
  list-style: none;
  color: #888;
  font-weight: 400;
  line-height: 1.2;
  text-transform: uppercase;
}
.card__heading {
  margin: 0;
  font-size: var(--wp--preset--font-size--h-4);
  font-weight: 500;
}
.card__heading a {
  color: currentColor;
}
.card__heading a::before {
  content: "";
  position: absolute;
  inset: 0;
}
.card__subhead {
  display: block;
  margin-top: 0.5em;
}
.card__entry-meta {
  font-size: 0.8rem;
}
.card__desc {
  margin-top: 1rem;
}
.card__desc ul, .card__desc ol {
  padding-left: 1em;
}
.card__desc .guest-awards ul {
  margin: 0;
  padding: 0 0 0 1em;
}
.card:has(a:hover),
.card--modal:hover {
  box-shadow: 0 2px 8px 0 color-mix(in srgb, var(--wp--preset--color--blue) 40%, transparent);
}
.card:has(a:hover) .card__img-wrap img,
.card--modal:hover .card__img-wrap img {
  transform: scale(1.05);
}
.card--guest .card__img-wrap,
.card--staff .card__img-wrap,
.card--award .card__img-wrap {
  aspect-ratio: 1/1;
}
.card--staff .card__desc {
  display: none;
}
.card--guest .card__desc {
  display: none;
}
.card--award .card__subhead {
  font-weight: 700;
}
.card--award .card__subhead [data-modal=trigger] {
  cursor: pointer;
  text-decoration: underline;
}
.card--modal {
  cursor: pointer;
}
.card--event .card__post-type {
  display: inline-block;
  margin-bottom: 0.5em;
  padding: 0.3em 0.5em 0.2em;
  background: var(--wp--preset--color--blue);
  color: var(--wp--preset--color--white);
  font-size: 0.8rem;
  text-transform: uppercase;
  line-height: 1;
}
.card--event .card__showings {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1.2;
}
.card--event .card__showings li {
  margin-top: 0.5em;
}
.card--event .card__showings .venue {
  display: block;
  opacity: 0.65;
}
.news-press-controls__wrap {
  padding-top: var(--wp--preset--spacing--sm);
  padding-bottom: var(--wp--preset--spacing--sm);
  background: var(--wp--preset--color--grey);
}
.news-press-controls {
  text-align: center;
}
.news-press-control {
  position: relative;
  margin: 0.5em 1em;
  outline: none;
  border: none;
  padding: 0;
  background: transparent;
  font-size: 1.1em;
  text-transform: uppercase;
  cursor: pointer;
}
.news-press-control::before {
  content: "";
  position: absolute;
  top: 0;
  left: -1.25em;
  display: block;
  width: 1px;
  height: 1em;
  background: var(--wp--preset--color--black);
}
.news-press-control::after {
  content: "";
  position: absolute;
  top: calc(100% + 0.2em);
  left: 50%;
  display: block;
  width: 100%;
  height: 2px;
  background: var(--wp--preset--color--blue);
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 0.2;
}
.news-press-control:first-child::before {
  display: none;
}
.news-press-control[aria-expanded=true]::after {
  opacity: 1;
}
.alm-archive--media-coverage,
.alm-archive--press-release {
  margin-top: var(--wp--preset--spacing--xl);
  margin-bottom: var(--wp--preset--spacing--xl);
}
@media (min-width: 1200px) {
  .alm-archive--media-coverage .card:nth-child(1), .alm-archive--media-coverage .card:nth-child(2),
  .alm-archive--press-release .card:nth-child(1),
  .alm-archive--press-release .card:nth-child(2) {
    width: calc(50% - 1rem);
  }
}
.alm-archive--media-coverage .alm-btn-wrap,
.alm-archive--press-release .alm-btn-wrap {
  margin-top: var(--wp--preset--spacing--md);
  margin-bottom: 0;
}
.card--news .card__heading {
  font-size: 1.1rem;
  text-transform: none;
}
.card--post .card__heading {
  font-size: 1.1rem;
  text-transform: none;
}
.card-modal {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 0;
  overflow: clip;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0.01;
  transition: opacity 0.2s;
}
.card-modal.active {
  height: 100%;
}
.card-modal.in {
  opacity: 1;
}
body:has(.card-modal.active) {
  overflow: clip;
}
.card-modal__inner {
  position: relative;
  width: 100%;
  max-width: 600px;
  margin-right: 1rem;
  margin-left: 1rem;
  padding: 2rem 1rem;
  background: #fff;
  transform: translateY(50px);
  opacity: 0.01;
  transition: opacity 0.2s, transform 0.2s;
  transition-timing-function: ease-out;
}
.card-modal__inner.active {
  transform: translateY(0);
  opacity: 1;
}
@media (min-width: 760px) {
  .card-modal__inner {
    padding: 2rem;
  }
}
.card-modal__content {
  max-height: calc(90dvh - 2rem);
  overflow: auto;
}
.card-modal__content .card__img-wrap {
  margin-bottom: 1rem;
  aspect-ratio: 1/1;
}
.card-modal__content .guest-films,
.card-modal__content .guest-awards {
  margin-bottom: 0.5em;
}
.card-modal__content .guest-films ul {
  margin: 0;
}
.card-modal__content .card__content {
  padding: 0;
}
.card-modal__close {
  position: absolute;
  top: 0;
  right: 0.2em;
  z-index: 9;
  font-size: 2rem;
  line-height: 1;
  transform: rotate(45deg);
  cursor: pointer;
}
@media (min-width: 760px) {
  .card-modal__close {
    top: 0.1em;
    right: 0.3em;
  }
}
.container--site-columns--schedule {
  margin-top: var(--wp--preset--spacing--lg);
}
.filter-control--schedule {
  margin-bottom: 2rem;
}
#schedule-filter {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1rem 2rem;
}
@media (min-width: 760px) {
  #schedule-filter {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1000px) {
  #schedule-filter {
    grid-template-columns: repeat(3, 1fr);
  }
}
#schedule-filter label {
  min-width: 4.5em;
}
@media (min-width: 1000px) {
  #schedule-filter label {
    min-width: unset;
  }
}
#schedule-filter .select-wrap {
  max-width: 100%;
}
.schedule-results {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: var(--wp--preset--spacing--xl);
  margin-bottom: var(--wp--preset--spacing--xl);
}
.schedule-results__date {
  margin-top: 0;
  border-bottom: 2px solid;
  text-transform: uppercase;
}
.schedule-results__date-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 760px) {
  .schedule-results__date-list {
    width: calc(100% - 4rem);
    max-width: 1100px;
    margin-right: auto;
    margin-left: auto;
  }
}
.schedule__list-items {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.schedule__list-item {
  width: 100%;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.15);
}
@media (min-width: 500px) {
  .schedule__list-item {
    display: grid;
    grid-template-columns: 120px 200px auto;
  }
}
.schedule__list-item .list-item__datetime {
  padding: 1rem;
}
.schedule__list-item .list-item__time {
  font-weight: 500;
}
.schedule__list-item .list-item__img-wrap {
  display: block;
  aspect-ratio: 4/3;
  overflow: clip;
  font-size: 0;
}
@media (min-width: 500px) {
  .schedule__list-item .list-item__img-wrap {
    min-height: 150px;
    aspect-ratio: unset;
  }
}
.schedule__list-item .list-item__img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.schedule__list-item .list-item__content {
  padding: 1rem;
}
.schedule__list-item .list-item__content-cols {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1rem;
}
@media (min-width: 760px) {
  .schedule__list-item .list-item__content-cols {
    grid-template-columns: repeat(2, 1fr);
  }
}
.schedule__list-item .col-right {
  font-style: italic;
}
.schedule__list-item .list-item__heading {
  margin: 0;
  font-size: 1rem;
  font-weight: 500;
  text-transform: uppercase;
}
.schedule__list-item .list-item__heading a {
  text-decoration: underline;
  color: currentColor;
  text-decoration-color: var(--wp--preset--color--blue);
}
.schedule__list-item .list-item__venue {
  font-weight: 500;
}
.schedule__list-item .list-item__cats a {
  text-decoration: underline;
  color: currentColor;
  text-decoration-color: var(--wp--preset--color--blue);
}
.schedule__list-item .list-item__desc {
  margin-top: 1rem;
}
.schedule-results__date-group.inactive, .schedule-results__date-group.no-active-items {
  display: none;
}
.schedule__list-item.inactive {
  display: none;
}
.schedule__no-results {
  text-align: center;
}
.schedule__no-results.active {
  display: block !important;
}
.schedule__no-results .no-results__heading {
  color: var(--wp--preset--color--orange);
}
.social__list {
  display: flex;
  flex-direction: row;
  gap: 0.5em;
  margin: 0;
  padding: 0;
  list-style: none;
}
.social__item {
  width: 1em;
  height: 1rem;
}
.social__link {
  transition: color 0.2s;
}
.social__link svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.section--sponsors {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
@media (min-width: 760px) {
  .section--sponsors {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}
.sponsors__heading {
  margin-top: 0;
  margin-bottom: 0.5em;
  text-align: center;
  font-size: var(--wp--preset--font-size--h-4);
  font-weight: 400;
  text-transform: uppercase;
}
.sponsor-items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1rem 1.5rem;
}
.sponsor-item {
  width: 100%;
}
.sponsors-top {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  max-width: 700px;
  margin: 0 auto 2rem;
}
@media (min-width: 760px) {
  .sponsors-top {
    flex-direction: row;
    gap: 2rem;
  }
}
.sponsors-top .sponsor-item {
  max-width: 175px;
}
@media (min-width: 760px) {
  .sponsors-top__col {
    width: calc(50% - 1rem);
  }
}
.sponsors-full .sponsor-item {
  max-width: 120px;
  height: 80px;
}
.sponsors-full .sponsor-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.sponsors-sm .sponsor-group {
  margin-top: 1.5rem;
}
.sponsors-sm .sponsor-group:first-child {
  margin-top: 0;
}
.sponsors-sm .sponsor-group .sponsor-group__heading {
  margin: 0 0 0.5rem;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 500;
}
.sponsors-sm .sponsor-group .sponsor-group__sponsors {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}
.sponsors-sm .sponsor-group .sponsor-item {
  display: inline-block;
  width: auto;
  max-width: 150px;
  text-align: center;
}
.sponsors-sm .sponsor-group .sponsor-item__img-wrap {
  display: block;
  max-width: 120px;
  margin-right: auto;
  margin-left: auto;
}
.sponsors-sm .sponsor-group .sponsor-item__name {
  display: block;
  margin-bottom: 0.5em;
  font-size: 0.8rem;
  line-height: 1.2;
  color: var(--wp--preset--color--black);
}
@media (min-width: 760px) {
  .sponsors-sm--horizontal {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.5rem 5rem;
  }
  .sponsors-sm--horizontal .sponsor-group {
    margin-top: 0;
  }
}
.film-sponsors {
  margin-top: 1.5rem;
}
@media (min-width: 1200px) {
  .film-sponsors.sponsors-sm .sponsor-group .sponsor-item {
    max-width: 170px;
  }
}
@media (min-width: 1200px) {
  .film-sponsors.sponsors-sm .sponsor-group .sponsor-item__img-wrap {
    max-width: 170px;
  }
}
.sidebar .film-sponsors.bg-dark {
  padding: 1.5rem 1rem;
  background: var(--wp--preset--color--blue-dk);
  color: var(--wp--preset--color--white);
}
.sidebar .film-sponsors.bg-dark .sponsor-item__name {
  color: var(--wp--preset--color--white);
}
.series-sponsors {
  margin-top: 1.5rem;
  border-bottom: 1px solid var(--wp--preset--color--grey);
  padding-bottom: 1rem;
}
.sponsors-all {
  margin-top: var(--wp--preset--spacing--xl);
  margin-bottom: var(--wp--preset--spacing--xl);
}
.sponsors-all__group {
  margin-top: var(--wp--preset--spacing--xl);
  text-align: center;
}
.sponsors-all__group:first-child {
  margin-top: 0;
}
.sponsors-all__group-heading {
  margin: 0 0 var(--wp--preset--spacing--md);
  font-size: var(--wp--preset--font-size--h-4);
  font-weight: 500;
}
.sponsors-all__item-heading {
  margin: 0 0 0.5em;
  font-size: 0.8rem;
  line-height: 1.2;
}
@media (min-width: 760px) {
  .sponsors-all__item-heading {
    font-size: 1rem;
  }
}
.sponsors-all__group-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem 2rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 1000px) {
  .sponsors-all__group-list {
    gap: 1rem 3rem;
  }
}
.sponsors-all__group-list li {
  max-width: 120px;
  height: 80px;
}
.sponsors-all__group-list li a {
  color: var(--wp--preset--color--black);
}
.sponsors-all__group-list li img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.sponsors-all__group-list li.no-img {
  height: auto;
}
.sponsors-all__group.program-sponsor .sponsors-all__group-list li, .sponsors-all__group.presenting-sponsor .sponsors-all__group-list li {
  max-width: 200px;
  height: unset;
}
@media (min-width: 760px) {
  .sponsors-all__group.program-sponsor .sponsors-all__group-list li, .sponsors-all__group.presenting-sponsor .sponsors-all__group-list li {
    max-width: 300px;
  }
}
.sponsors-all__group.premier-sponsor {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}
.sponsors-all__group.premier-sponsor .sponsors-all__group-list li {
  max-width: 150px;
  height: unset;
}
@media (min-width: 760px) {
  .sponsors-all__group.premier-sponsor .sponsors-all__group-list li {
    max-width: 180px;
  }
}
@media (min-width: 1000px) {
  .sponsors-all__group.community-sponsor .sponsors-all__group-list, .sponsors-all__group.community-partner .sponsors-all__group-list {
    gap: 1rem 2rem;
    font-size: 0.9rem;
  }
}
.site-footer {
  padding-top: var(--wp--preset--spacing--xl);
  padding-bottom: var(--wp--preset--spacing--xl);
  background: var(--wp--preset--color--grey-xlt);
}
.site-footer .container {
  max-width: 1650px;
}
.single-post .site-footer {
  margin-top: var(--wp--preset--spacing--xl);
}
.footer-primary {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 3rem;
}
@media (min-width: 760px) {
  .footer-primary {
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem 2rem;
  }
}
@media (min-width: 1200px) {
  .footer-primary {
    grid-template-columns: auto 550px;
  }
}
.newsletter-signup--footer {
  margin-bottom: 1.5rem;
}
.social--footer {
  margin-top: 1.5rem;
}
.social--footer .social__list {
  gap: 1rem;
}
.social--footer .social__item {
  width: 1.5rem;
  height: 1.5rem;
}
.social--footer .social__link {
  color: var(--wp--preset--color--blue-dk);
}
.social--footer .social__link:hover {
  color: var(--wp--preset--color--blue);
}
.footer-credits {
  margin-top: 2rem;
  font-size: 0.9rem;
}
.footer-credits a {
  color: var(--wp--preset--color--blue-dk);
  opacity: 0.6;
  transition: opacity 0.2s;
}
.footer-credits a:hover {
  opacity: 1;
}
@media (min-width: 760px) {
  .footer-pri__logos-col {
    order: -1;
  }
}
.footer-pri__logos {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 2rem;
}
.footer-pri__logos img {
  width: 100%;
  max-width: 150px;
}
.footer-pri__logos .sponsors__heading {
  font-size: 0.8rem;
}
.footer-pri__logos .sponsors-top {
  flex-direction: row;
  justify-content: center;
  width: 100%;
  margin-bottom: 0;
}
.footer-pri__logos .sponsors-full {
  width: 100%;
}
.footer-pri__logos .sponsors-full .sponsor-item {
  max-width: 100px;
  height: 70px;
}
.festival-content-wrap {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-top: var(--wp--preset--spacing--lg);
}
@media (min-width: 900px) {
  .festival-content-wrap {
    flex-direction: row;
  }
}
@media (min-width: 110px) {
  .festival-content-wrap {
    gap: 3rem;
  }
}
.festival-content-wrap > * {
  width: 100%;
}
.festival-content-wrap--awards {
  margin-bottom: var(--wp--preset--spacing--lg);
}
.festival-tax-wrap {
  margin-top: var(--wp--preset--spacing--lg);
}
.festival-tax-heading {
  margin-top: 0;
}
.festival-tax-list {
  margin: 0;
  padding-left: 1em;
}
.festival-tax-list a {
  color: var(--wp--preset--color--blue);
  font-weight: 500;
}
.container--single-film {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 3rem;
  margin-top: var(--wp--preset--spacing--md);
  margin-bottom: var(--wp--preset--spacing--xl);
}
.container--single-film p a {
  font-weight: bold;
}
@media (min-width: 1000px) {
  .container--single-film {
    grid-template-columns: 66% auto;
  }
}
.film__header {
  margin-bottom: 1rem;
}
.film__subhead {
  margin: 0.5em 0 0;
  font-weight: 500;
}
.film__subhead span {
  display: inline-block;
  border-top: 3px solid var(--wp--preset--color--blue);
  padding-top: 0.1em;
}
.film__title {
  margin: 0;
  font-weight: 400;
  text-transform: uppercase;
}
.film__ftr-img-wrap {
  aspect-ratio: 16/9;
}
.film__ftr-img-wrap img {
  width: 100%;
}
.film__ftr-video-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
}
.film__ftr-video-wrap iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.film__ftr-media-wrap.has-img-and-video .film__ftr-img-wrap {
  position: relative;
  font-size: 0;
  cursor: pointer;
}
.film__ftr-media-wrap.has-img-and-video .film__ftr-img-wrap::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 240px;
  height: 240px;
  background-image: url(images/icon-play.01309e7e.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: translate(-50%, -50%);
}
.film__ftr-media-wrap.has-img-and-video .film__ftr-video-wrap {
  display: none;
}
.film__categories {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.film__categories a {
  padding: 0.5em 1em;
  font-size: 0.9rem;
}
.film__content {
  margin-top: 2rem;
}
.film__showings-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1em;
  margin: 0;
  border-bottom: 1px solid var(--wp--preset--color--grey);
  padding: 0 0 1.3rem 0;
  list-style: none;
}
.film__showings-list li {
  border-top: 3px solid grey;
  padding-top: 0.2em;
}
.film__showings-list li.date {
  border-color: var(--wp--preset--color--blue);
}
.film__showings-list li.time {
  border-color: var(--wp--preset--color--orange);
}
.film__showings-list li.venue {
  border-color: var(--wp--preset--color--yellow);
}
.film__showings-list .label {
  display: block;
  font-size: 0.9em;
  text-transform: uppercase;
  opacity: 0.7;
}
.film__showings-list .data {
  display: block;
  font-weight: 500;
}
.film__showings-list .data a {
  color: var(--wp--preset--color--blue-dk);
  transition: color 0.2s;
}
.film__showings-list .data a:hover {
  color: var(--wp--preset--color--blue);
}
.film__showings-list .showings-list__guest-item {
  display: inline;
  cursor: pointer;
}
.film__showings-list .showings-list__guest-item:hover .guest-item__name {
  text-decoration: underline;
}
.film__showings-list .card--guest {
  display: none;
}
.film-ticket-btn .btn {
  width: 100%;
  text-align: center;
}
.film-info__heading {
  margin: 0;
  font-size: 1.188rem;
  font-weight: 500;
}
.film-info__items {
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
  font-size: 0.938rem;
}
.film-info__items > li {
  margin-top: 0.5rem;
  border-bottom: 1px solid var(--wp--preset--color--grey);
  padding-bottom: 0.5em;
}
.film-info__items > li:first-child {
  margin-top: 0;
}
.film-info__items .label {
  color: #6f6f6f;
  font-weight: bold;
}
.film-info__items a {
  color: inherit;
}
.film-info__items a:hover {
  text-decoration: underline;
}
.film-info__item--features {
  display: flex;
  flex-direction: row;
  gap: 1em;
}
.film-info__item--cast .cast-item::after {
  content: ", ";
}
.film-info__item--cast .cast-item:last-child::after {
  content: "";
}
.film-guests__wrap {
  margin-top: 1rem;
}
.film-guests {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 1rem;
}
.film-guests__heading {
  font-size: 1.125rem;
  font-weight: 500;
  margin: 0;
}
.film-guest {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0.5em;
  cursor: pointer;
}
.film-guest__img-wrap {
  flex-shrink: 0;
  width: 35%;
}
.film-guest__img-wrap img {
  width: 100%;
  aspect-ratio: 4/5;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.film-guest__content {
  flex-grow: 1;
}
.film-guest__heading {
  margin: 0;
  font-size: 1rem;
  text-transform: none;
}
.film-guest__desc {
  margin-top: 0.5em;
  font-size: 0.9rem;
}
.fest-grid__controls {
  margin-top: var(--wp--preset--spacing--lg);
  margin-bottom: 2rem;
  padding: 1rem;
  background: #eee;
}
.inline-nav--fest-grid {
  text-align: center;
}
.inline-nav--fest-grid a {
  color: var(--wp--preset--color--blue-dk);
}
.fest-grid__legend {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  margin: 2em 0;
}
@media (min-width: 760px) {
  .fest-grid__legend {
    flex-direction: row;
  }
}
@media (min-width: 900px) {
  .fest-grid__legend {
    gap: 3rem;
  }
}
.fest-grid__legend .film-features__list {
  margin: 0;
  font-size: 0.8rem;
}
.fest-grid__legend-list {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 1em;
  margin: 0;
  padding: 0;
  list-style: none;
  font-weight: 500;
}
.fest-grid__legend-list li {
  padding: 0.3em 1.3em 0.25em;
}
.fest-grid__tables {
  overflow-x: auto;
  margin-bottom: var(--wp--preset--spacing--xl);
}
.fest-grid__table {
  width: 100%;
  border-collapse: collapse;
}
.fest-grid__table th, .fest-grid__table td {
  width: 16.6%;
  min-width: 150px;
  border: 1px solid var(--wp--preset--color--grey);
  padding: 0.4em;
  text-align: center;
  font-size: 0.9rem;
}
.fest-grid__table thead th, .fest-grid__table thead td {
  padding-top: 1em;
  padding-bottom: 1em;
  background: var(--wp--preset--color--blue-dk);
  color: var(--wp--preset--color--white);
  font-weight: 500;
}
.fest-grid__table tbody th, .fest-grid__table tbody td {
  vertical-align: top;
}
.fest-grid__table .grid-item__title {
  margin: 0;
  font-size: 1rem;
  font-weight: 500;
}
.fest-grid__table .grid-item__venue {
  margin-top: 0.5em;
  font-style: italic;
}
.fest-grid__table .grid-item__time {
  margin-top: 0.5em;
}
.fest-grid__table a {
  color: var(--wp--preset--color--black);
  text-decoration: underline;
}
.fest-grid__table.inactive {
  display: none;
}
body.search .site-main {
  margin-bottom: var(--wp--preset--spacing--xl);
}
.content-none {
  margin-top: var(--wp--preset--spacing--xl);
  text-align: center;
}
.page-template-page-vote, .page-template-page-vote-results {
  background: #ebebeb;
}
.film-voting {
  max-width: 50rem;
  margin: 0 auto;
  text-align: center;
  padding: 0 20px;
}
.film-voting img {
  display: block;
  margin: 20px auto;
  max-height: 90px;
  width: auto;
}
.film-voting .gform_heading {
  margin: 0;
  padding: 30px;
  line-height: 22px;
  background-color: var(--wp--preset--color--blue-dk);
}
.film-voting .gform_heading .gform_title {
  color: #fff;
}
.film-voting .gform_heading .gform_description {
  font-size: 18px;
  max-width: 35rem;
  color: white;
  display: block;
  margin: 0 auto;
}
.film-voting form {
  background-color: white;
}
.film-voting form .gform_body .gform_fields {
  grid-row-gap: 0 !important;
}
.film-voting form .gform_body .gform_fields fieldset {
  margin: 10px 0 !important;
  border-bottom: 2px solid #e5e5e5 !important;
}
.film-voting form .gform_body .gform_fields fieldset:last-child {
  border-bottom: none !important;
}
.film-voting form .gform_body .gform_fields fieldset .gfield_label {
  font-family: var(--wp--preset--font-family--gotham);
  color: #295076;
  font-size: 22px !important;
  padding-bottom: 5px;
  margin: 0;
}
.film-voting form .gform_body .gform_fields fieldset .ginput_container_radio .gfield_radio {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.film-voting form .gform_body .gform_fields fieldset .ginput_container_radio .gfield_radio .gchoice label {
  max-width: 55px;
  margin: 0 10px;
  color: #295076;
  font-family: var(--wp--preset--font-family--gotham);
  font-size: 18px;
  font-weight: 500;
}
.film-voting form .gform_body .gform_fields fieldset .ginput_container_radio .gfield_radio .gchoice:nth-child(1) input[type=radio] {
  border: 2px solid #d00000;
}
.film-voting form .gform_body .gform_fields fieldset .ginput_container_radio .gfield_radio .gchoice:nth-child(1) input[type=radio]:checked {
  border-color: #d00000;
}
.film-voting form .gform_body .gform_fields fieldset .ginput_container_radio .gfield_radio .gchoice:nth-child(1) input[type=radio]:checked:before {
  background: #d00000;
}
.film-voting form .gform_body .gform_fields fieldset .ginput_container_radio .gfield_radio .gchoice:nth-child(2) input[type=radio] {
  border: 2px solid #fe900d;
}
.film-voting form .gform_body .gform_fields fieldset .ginput_container_radio .gfield_radio .gchoice:nth-child(2) input[type=radio]:checked {
  border-color: #fe900d;
}
.film-voting form .gform_body .gform_fields fieldset .ginput_container_radio .gfield_radio .gchoice:nth-child(2) input[type=radio]:checked:before {
  background: #fe900d;
}
.film-voting form .gform_body .gform_fields fieldset .ginput_container_radio .gfield_radio .gchoice:nth-child(3) input[type=radio] {
  border: 2px solid #fedf00;
}
.film-voting form .gform_body .gform_fields fieldset .ginput_container_radio .gfield_radio .gchoice:nth-child(3) input[type=radio]:checked {
  border-color: #fedf00;
}
.film-voting form .gform_body .gform_fields fieldset .ginput_container_radio .gfield_radio .gchoice:nth-child(3) input[type=radio]:checked:before {
  background: #fedf00;
}
.film-voting form .gform_body .gform_fields fieldset .ginput_container_radio .gfield_radio .gchoice:nth-child(4) input[type=radio] {
  border: 2px solid #b8ce00;
}
.film-voting form .gform_body .gform_fields fieldset .ginput_container_radio .gfield_radio .gchoice:nth-child(4) input[type=radio]:checked {
  border-color: #b8ce00;
}
.film-voting form .gform_body .gform_fields fieldset .ginput_container_radio .gfield_radio .gchoice:nth-child(4) input[type=radio]:checked:before {
  background: #b8ce00;
}
.film-voting form .gform_body .gform_fields fieldset .ginput_container_radio .gfield_radio .gchoice:nth-child(5) input[type=radio] {
  border: 3px solid #0daf00;
}
.film-voting form .gform_body .gform_fields fieldset .ginput_container_radio .gfield_radio .gchoice:nth-child(5) input[type=radio]:checked {
  border-color: #0daf00;
}
.film-voting form .gform_body .gform_fields fieldset .ginput_container_radio .gfield_radio .gchoice:nth-child(5) input[type=radio]:checked:before {
  background: #0daf00;
}
.film-voting form .gform_body .gform_fields fieldset .ginput_container_radio .gfield_radio input[type=radio] {
  -webkit-appearance: none;
  margin-bottom: 0.5rem;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
}
.film-voting form .gform_body .gform_fields fieldset .ginput_container_radio .gfield_radio input[type=radio]:before {
  content: "";
  display: block;
  width: 70px;
  height: 70px;
  margin: 5% auto;
  border-radius: 50%;
}
.film-voting form .gform_body .gform_fields fieldset .ginput_container_radio .gfield_radio .gchoice {
  display: flex;
  flex-flow: column;
  align-items: center;
  padding: 20px;
}
.film-voting .gform_footer {
  display: block !important;
  margin: 0;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  background-color: var(--wp--preset--color--blue-dk);
  text-align: center;
}
.film-voting .gform_footer .gpoll_button {
  display: none;
}
.film-voting .gform_footer .gform_button {
  text-transform: uppercase !important;
  font-family: var(--wp--preset--font-family--gotham);
  border: 3px solid var(--wp--preset--color--blue) !important;
  background-color: white !important;
  color: var(--wp--preset--color--blue-dk) !important;
  font-weight: 700 !important;
  line-height: normal !important;
  margin-bottom: 0 !important;
  font-size: 25px !important;
  padding: 20px 50px !important;
}
.film-voting .gform_footer .gform_button:hover {
  background-color: var(--wp--preset--color--blue) !important;
}
body:has(.wrapper.tessitura) .container {
  width: 100%;
}
body:has(.wrapper.tessitura) .container--site-header::before, body:has(.wrapper.tessitura) .container--site-header::after {
  display: none;
}
.wrapper.tessitura {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
.wrapper.tessitura form#tn-apply-promo input[type=text],
.wrapper.tessitura form#tn-apply-promo button {
  height: 30px;
}
.wrapper.tessitura form#tn-apply-promo input[type=text] {
  border: 1px solid var(--wp--preset--color--grey);
  padding: 0.2em;
}
.wrapper.tessitura form#tn-apply-promo button {
  margin-left: 0.2em;
  padding: 0.2em 0.5em;
  background: var(--wp--preset--color--black);
  color: var(--wp--preset--color--white);
  text-decoration: none;
  transition: background 0.2s;
}
.wrapper.tessitura form#tn-apply-promo button:hover {
  background: var(--wp--preset--color--blue);
}

/*# sourceMappingURL=app.css.map*/