/*!
Theme Name: QZR e BCPT per Teatro Regio di Parma
Theme URI: http://underscores.me/
Author: QZR srl
Author URI: http://qzrstudio.com/
Description: Tema custom di QZR e BCPT
Version: 1.0.0
Tested up to: 6.9.1
Requires PHP: 8.2
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: teatroregioparma
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

QZR Theme is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/* Base styles: resets, grid, common variables, responsiveness, mixins, typography general rules */
@import "fonts/icons/icons.css";
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus-visible {
  background-color: white;
  border-radius: 0.1875rem;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: black;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

*,
*::before,
*::after {
  box-sizing: inherit;
  margin: 0;
  padding: 0;
  /*outline: none;*/
}

body {
  box-sizing: border-box;
}

/*.wp-block-columns,
.wp-block-image{
	margin: 0;
}
*/
img {
  max-width: 100%;
}

body .small-screen {
  display: none;
}

@media (max-width: 1100px) {
  body {
    --wp--style--root--padding-left: 2rem;
    --wp--style--root--padding-right: 2rem;
  }
}
@media (max-width: 600px) {
  .col-1 {
    width: 100%;
  }
  .col-2 {
    width: 100%;
  }
  .col-3 {
    width: 100%;
  }
  .col-4 {
    width: 100%;
  }
  .col-5 {
    width: 100%;
  }
  .col-6 {
    width: 100%;
  }
  .col-7 {
    width: 100%;
  }
  .col-8 {
    width: 100%;
  }
  .col-9 {
    width: 100%;
  }
  .col-10 {
    width: 100%;
  }
  .col-11 {
    width: 100%;
  }
  .col-12 {
    width: 100%;
  }
  body .small-screen {
    display: block;
  }
  body .big-screen {
    display: none;
  }
  body {
    --wp--style--root--padding-left: 1.5rem;
    --wp--style--root--padding-right: 1.5rem;
  }
}
.main-column {
  position: relative;
  width: 100%;
  max-width: 72.0625rem;
  margin: 0 auto;
  background-color: white;
}

.wp-block-column,
.wp-block-column:not(:first-child) {
  margin: 0;
}

.col-1 {
  width: 0.0833333333;
}

.col-2 {
  width: 0.1666666667;
}

.col-3 {
  width: 0.25;
}

.col-4 {
  width: 0.3333333333;
}

.col-5 {
  width: 0.4166666667;
}

.col-6 {
  width: 0.5;
}

.col-7 {
  width: 0.5833333333;
}

.col-8 {
  width: 0.6666666667;
}

.col-9 {
  width: 0.75;
}

.col-10 {
  width: 0.8333333333;
}

.col-11 {
  width: 0.9166666667;
}

.col-12 {
  width: 1;
}

.col-1-of-1 {
  width: 100%;
}

.col-1-of-2 {
  width: 50%;
}

.col-2-of-2 {
  width: 100%;
}

.col-1-of-3 {
  width: 33.3333333333%;
}

.col-2-of-3 {
  width: 66.6666666667%;
}

.col-3-of-3 {
  width: 100%;
}

.col-1-of-4 {
  width: 25%;
}

.col-2-of-4 {
  width: 50%;
}

.col-3-of-4 {
  width: 75%;
}

.col-4-of-4 {
  width: 100%;
}

.col-1-of-5 {
  width: 20%;
}

.col-2-of-5 {
  width: 40%;
}

.col-3-of-5 {
  width: 60%;
}

.col-4-of-5 {
  width: 80%;
}

.col-5-of-5 {
  width: 100%;
}

.col-1-of-6 {
  width: 16.6666666667%;
}

.col-2-of-6 {
  width: 33.3333333333%;
}

.col-3-of-6 {
  width: 50%;
}

.col-4-of-6 {
  width: 66.6666666667%;
}

.col-5-of-6 {
  width: 83.3333333333%;
}

.col-6-of-6 {
  width: 100%;
}

.col-1-of-7 {
  width: 14.2857142857%;
}

.col-2-of-7 {
  width: 28.5714285714%;
}

.col-3-of-7 {
  width: 42.8571428571%;
}

.col-4-of-7 {
  width: 57.1428571429%;
}

.col-5-of-7 {
  width: 71.4285714286%;
}

.col-6-of-7 {
  width: 85.7142857143%;
}

.col-7-of-7 {
  width: 100%;
}

.col-1-of-8 {
  width: 12.5%;
}

.col-2-of-8 {
  width: 25%;
}

.col-3-of-8 {
  width: 37.5%;
}

.col-4-of-8 {
  width: 50%;
}

.col-5-of-8 {
  width: 62.5%;
}

.col-6-of-8 {
  width: 75%;
}

.col-7-of-8 {
  width: 87.5%;
}

.col-8-of-8 {
  width: 100%;
}

.col-1-of-9 {
  width: 11.1111111111%;
}

.col-2-of-9 {
  width: 22.2222222222%;
}

.col-3-of-9 {
  width: 33.3333333333%;
}

.col-4-of-9 {
  width: 44.4444444444%;
}

.col-5-of-9 {
  width: 55.5555555556%;
}

.col-6-of-9 {
  width: 66.6666666667%;
}

.col-7-of-9 {
  width: 77.7777777778%;
}

.col-8-of-9 {
  width: 88.8888888889%;
}

.col-9-of-9 {
  width: 100%;
}

.col-1-of-10 {
  width: 10%;
}

.col-2-of-10 {
  width: 20%;
}

.col-3-of-10 {
  width: 30%;
}

.col-4-of-10 {
  width: 40%;
}

.col-5-of-10 {
  width: 50%;
}

.col-6-of-10 {
  width: 60%;
}

.col-7-of-10 {
  width: 70%;
}

.col-8-of-10 {
  width: 80%;
}

.col-9-of-10 {
  width: 90%;
}

.col-10-of-10 {
  width: 100%;
}

.col-1-of-11 {
  width: 9.0909090909%;
}

.col-2-of-11 {
  width: 18.1818181818%;
}

.col-3-of-11 {
  width: 27.2727272727%;
}

.col-4-of-11 {
  width: 36.3636363636%;
}

.col-5-of-11 {
  width: 45.4545454545%;
}

.col-6-of-11 {
  width: 54.5454545455%;
}

.col-7-of-11 {
  width: 63.6363636364%;
}

.col-8-of-11 {
  width: 72.7272727273%;
}

.col-9-of-11 {
  width: 81.8181818182%;
}

.col-10-of-11 {
  width: 90.9090909091%;
}

.col-11-of-11 {
  width: 100%;
}

.col-1-of-12 {
  width: 8.3333333333%;
}

.col-2-of-12 {
  width: 16.6666666667%;
}

.col-3-of-12 {
  width: 25%;
}

.col-4-of-12 {
  width: 33.3333333333%;
}

.col-5-of-12 {
  width: 41.6666666667%;
}

.col-6-of-12 {
  width: 50%;
}

.col-7-of-12 {
  width: 58.3333333333%;
}

.col-8-of-12 {
  width: 66.6666666667%;
}

.col-9-of-12 {
  width: 75%;
}

.col-10-of-12 {
  width: 83.3333333333%;
}

.col-11-of-12 {
  width: 91.6666666667%;
}

.col-12-of-12 {
  width: 100%;
}

@media (max-width: 767px) {
  .col-1-of-3,
  .col-1-of-4,
  .col-2-of-3,
  .col-3-of-4,
  .col-3-of-8,
  .col-5-of-8 {
    width: 100%;
  }
}
.padding-6 {
  padding: 0.375rem;
}

.margin-6 {
  margin: 0.375rem;
}

.padding-left-6 {
  padding-left: 0.375rem;
}

.margin-left-6 {
  margin-left: 0.375rem;
}

.padding-right-6 {
  padding-right: 0.375rem;
}

.margin-right-6 {
  margin-right: 0.375rem;
}

.padding-top-6 {
  padding-top: 0.375rem;
}

.margin-top-6 {
  margin-top: 0.375rem;
}

.padding-bottom-6 {
  padding-bottom: 0.375rem;
}

.margin-bottom-6 {
  margin-bottom: 0.375rem;
}

.padding-block-6 {
  padding-block: 0.375rem;
}

.padding-inline-6 {
  padding-inline: 0.375rem;
}

.margin-block-6 {
  margin-block: 0.375rem;
}

.margin-inline-6 {
  margin-inline: 0.375rem;
}

.gap-6 {
  gap: 0.375rem;
}

.padding-12 {
  padding: 0.75rem;
}

.margin-12 {
  margin: 0.75rem;
}

.padding-left-12 {
  padding-left: 0.75rem;
}

.margin-left-12 {
  margin-left: 0.75rem;
}

.padding-right-12 {
  padding-right: 0.75rem;
}

.margin-right-12 {
  margin-right: 0.75rem;
}

.padding-top-12 {
  padding-top: 0.75rem;
}

.margin-top-12 {
  margin-top: 0.75rem;
}

.padding-bottom-12 {
  padding-bottom: 0.75rem;
}

.margin-bottom-12 {
  margin-bottom: 0.75rem;
}

.padding-block-12 {
  padding-block: 0.75rem;
}

.padding-inline-12 {
  padding-inline: 0.75rem;
}

.margin-block-12 {
  margin-block: 0.75rem;
}

.margin-inline-12 {
  margin-inline: 0.75rem;
}

.gap-12 {
  gap: 0.75rem;
}

.padding-18 {
  padding: 1.125rem;
}

.margin-18 {
  margin: 1.125rem;
}

.padding-left-18 {
  padding-left: 1.125rem;
}

.margin-left-18 {
  margin-left: 1.125rem;
}

.padding-right-18 {
  padding-right: 1.125rem;
}

.margin-right-18 {
  margin-right: 1.125rem;
}

.padding-top-18 {
  padding-top: 1.125rem;
}

.margin-top-18 {
  margin-top: 1.125rem;
}

.padding-bottom-18 {
  padding-bottom: 1.125rem;
}

.margin-bottom-18 {
  margin-bottom: 1.125rem;
}

.padding-block-18 {
  padding-block: 1.125rem;
}

.padding-inline-18 {
  padding-inline: 1.125rem;
}

.margin-block-18 {
  margin-block: 1.125rem;
}

.margin-inline-18 {
  margin-inline: 1.125rem;
}

.gap-18 {
  gap: 1.125rem;
}

.padding-24 {
  padding: 1.5rem;
}

.margin-24 {
  margin: 1.5rem;
}

.padding-left-24 {
  padding-left: 1.5rem;
}

.margin-left-24 {
  margin-left: 1.5rem;
}

.padding-right-24 {
  padding-right: 1.5rem;
}

.margin-right-24 {
  margin-right: 1.5rem;
}

.padding-top-24 {
  padding-top: 1.5rem;
}

.margin-top-24 {
  margin-top: 1.5rem;
}

.padding-bottom-24 {
  padding-bottom: 1.5rem;
}

.margin-bottom-24 {
  margin-bottom: 1.5rem;
}

.padding-block-24 {
  padding-block: 1.5rem;
}

.padding-inline-24 {
  padding-inline: 1.5rem;
}

.margin-block-24 {
  margin-block: 1.5rem;
}

.margin-inline-24 {
  margin-inline: 1.5rem;
}

.gap-24 {
  gap: 1.5rem;
}

.padding-32 {
  padding: 2rem;
}

.margin-32 {
  margin: 2rem;
}

.padding-left-32 {
  padding-left: 2rem;
}

.margin-left-32 {
  margin-left: 2rem;
}

.padding-right-32 {
  padding-right: 2rem;
}

.margin-right-32 {
  margin-right: 2rem;
}

.padding-top-32 {
  padding-top: 2rem;
}

.margin-top-32 {
  margin-top: 2rem;
}

.padding-bottom-32 {
  padding-bottom: 2rem;
}

.margin-bottom-32 {
  margin-bottom: 2rem;
}

.padding-block-32 {
  padding-block: 2rem;
}

.padding-inline-32 {
  padding-inline: 2rem;
}

.margin-block-32 {
  margin-block: 2rem;
}

.margin-inline-32 {
  margin-inline: 2rem;
}

.gap-32 {
  gap: 2rem;
}

.padding-56 {
  padding: 3.5rem;
}

.margin-56 {
  margin: 3.5rem;
}

.padding-left-56 {
  padding-left: 3.5rem;
}

.margin-left-56 {
  margin-left: 3.5rem;
}

.padding-right-56 {
  padding-right: 3.5rem;
}

.margin-right-56 {
  margin-right: 3.5rem;
}

.padding-top-56 {
  padding-top: 3.5rem;
}

.margin-top-56 {
  margin-top: 3.5rem;
}

.padding-bottom-56 {
  padding-bottom: 3.5rem;
}

.margin-bottom-56 {
  margin-bottom: 3.5rem;
}

.padding-block-56 {
  padding-block: 3.5rem;
}

.padding-inline-56 {
  padding-inline: 3.5rem;
}

.margin-block-56 {
  margin-block: 3.5rem;
}

.margin-inline-56 {
  margin-inline: 3.5rem;
}

.gap-56 {
  gap: 3.5rem;
}

.padding-80 {
  padding: 5rem;
}

.margin-80 {
  margin: 5rem;
}

.padding-left-80 {
  padding-left: 5rem;
}

.margin-left-80 {
  margin-left: 5rem;
}

.padding-right-80 {
  padding-right: 5rem;
}

.margin-right-80 {
  margin-right: 5rem;
}

.padding-top-80 {
  padding-top: 5rem;
}

.margin-top-80 {
  margin-top: 5rem;
}

.padding-bottom-80 {
  padding-bottom: 5rem;
}

.margin-bottom-80 {
  margin-bottom: 5rem;
}

.padding-block-80 {
  padding-block: 5rem;
}

.padding-inline-80 {
  padding-inline: 5rem;
}

.margin-block-80 {
  margin-block: 5rem;
}

.margin-inline-80 {
  margin-inline: 5rem;
}

.gap-80 {
  gap: 5rem;
}

@media (max-width: 767px) {
  .padding-6 {
    padding: 0.375rem;
  }
  .margin-6 {
    margin: 0.375rem;
  }
  .padding-left-6 {
    padding-left: 0.375rem;
  }
  .margin-left-6 {
    margin-left: 0.375rem;
  }
  .padding-right-6 {
    padding-right: 0.375rem;
  }
  .margin-right-6 {
    margin-right: 0.375rem;
  }
  .padding-top-6 {
    padding-top: 0.375rem;
  }
  .margin-top-6 {
    margin-top: 0.375rem;
  }
  .padding-bottom-6 {
    padding-bottom: 0.375rem;
  }
  .margin-bottom-6 {
    margin-bottom: 0.375rem;
  }
  .padding-row-6 {
    padding-block: 0.375rem;
  }
  .padding-col-6 {
    padding-inline: 0.375rem;
  }
  .margin-row-6 {
    margin-block: 0.375rem;
  }
  .margin-col-6 {
    margin-inline: 0.375rem;
  }
  .gap-6 {
    gap: 0.375rem;
  }
  .padding-12 {
    padding: 0.5rem;
  }
  .margin-12 {
    margin: 0.5rem;
  }
  .padding-left-12 {
    padding-left: 0.5rem;
  }
  .margin-left-12 {
    margin-left: 0.5rem;
  }
  .padding-right-12 {
    padding-right: 0.5rem;
  }
  .margin-right-12 {
    margin-right: 0.5rem;
  }
  .padding-top-12 {
    padding-top: 0.5rem;
  }
  .margin-top-12 {
    margin-top: 0.5rem;
  }
  .padding-bottom-12 {
    padding-bottom: 0.5rem;
  }
  .margin-bottom-12 {
    margin-bottom: 0.5rem;
  }
  .padding-row-12 {
    padding-block: 0.5rem;
  }
  .padding-col-12 {
    padding-inline: 0.5rem;
  }
  .margin-row-12 {
    margin-block: 0.5rem;
  }
  .margin-col-12 {
    margin-inline: 0.5rem;
  }
  .gap-12 {
    gap: 0.5rem;
  }
  .padding-18 {
    padding: 0.75rem;
  }
  .margin-18 {
    margin: 0.75rem;
  }
  .padding-left-18 {
    padding-left: 0.75rem;
  }
  .margin-left-18 {
    margin-left: 0.75rem;
  }
  .padding-right-18 {
    padding-right: 0.75rem;
  }
  .margin-right-18 {
    margin-right: 0.75rem;
  }
  .padding-top-18 {
    padding-top: 0.75rem;
  }
  .margin-top-18 {
    margin-top: 0.75rem;
  }
  .padding-bottom-18 {
    padding-bottom: 0.75rem;
  }
  .margin-bottom-18 {
    margin-bottom: 0.75rem;
  }
  .padding-row-18 {
    padding-block: 0.75rem;
  }
  .padding-col-18 {
    padding-inline: 0.75rem;
  }
  .margin-row-18 {
    margin-block: 0.75rem;
  }
  .margin-col-18 {
    margin-inline: 0.75rem;
  }
  .gap-18 {
    gap: 0.75rem;
  }
  .padding-24 {
    padding: 1rem;
  }
  .margin-24 {
    margin: 1rem;
  }
  .padding-left-24 {
    padding-left: 1rem;
  }
  .margin-left-24 {
    margin-left: 1rem;
  }
  .padding-right-24 {
    padding-right: 1rem;
  }
  .margin-right-24 {
    margin-right: 1rem;
  }
  .padding-top-24 {
    padding-top: 1rem;
  }
  .margin-top-24 {
    margin-top: 1rem;
  }
  .padding-bottom-24 {
    padding-bottom: 1rem;
  }
  .margin-bottom-24 {
    margin-bottom: 1rem;
  }
  .padding-row-24 {
    padding-block: 1rem;
  }
  .padding-col-24 {
    padding-inline: 1rem;
  }
  .margin-row-24 {
    margin-block: 1rem;
  }
  .margin-col-24 {
    margin-inline: 1rem;
  }
  .gap-24 {
    gap: 1rem;
  }
  .padding-32 {
    padding: 1.5rem;
  }
  .margin-32 {
    margin: 1.5rem;
  }
  .padding-left-32 {
    padding-left: 1.5rem;
  }
  .margin-left-32 {
    margin-left: 1.5rem;
  }
  .padding-right-32 {
    padding-right: 1.5rem;
  }
  .margin-right-32 {
    margin-right: 1.5rem;
  }
  .padding-top-32 {
    padding-top: 1.5rem;
  }
  .margin-top-32 {
    margin-top: 1.5rem;
  }
  .padding-bottom-32 {
    padding-bottom: 1.5rem;
  }
  .margin-bottom-32 {
    margin-bottom: 1.5rem;
  }
  .padding-row-32 {
    padding-block: 1.5rem;
  }
  .padding-col-32 {
    padding-inline: 1.5rem;
  }
  .margin-row-32 {
    margin-block: 1.5rem;
  }
  .margin-col-32 {
    margin-inline: 1.5rem;
  }
  .gap-32 {
    gap: 1.5rem;
  }
  .padding-56 {
    padding: 2rem;
  }
  .margin-56 {
    margin: 2rem;
  }
  .padding-left-56 {
    padding-left: 2rem;
  }
  .margin-left-56 {
    margin-left: 2rem;
  }
  .padding-right-56 {
    padding-right: 2rem;
  }
  .margin-right-56 {
    margin-right: 2rem;
  }
  .padding-top-56 {
    padding-top: 2rem;
  }
  .margin-top-56 {
    margin-top: 2rem;
  }
  .padding-bottom-56 {
    padding-bottom: 2rem;
  }
  .margin-bottom-56 {
    margin-bottom: 2rem;
  }
  .padding-row-56 {
    padding-block: 2rem;
  }
  .padding-col-56 {
    padding-inline: 2rem;
  }
  .margin-row-56 {
    margin-block: 2rem;
  }
  .margin-col-56 {
    margin-inline: 2rem;
  }
  .gap-56 {
    gap: 2rem;
  }
  .padding-80 {
    padding: 2.5rem;
  }
  .margin-80 {
    margin: 2.5rem;
  }
  .padding-left-80 {
    padding-left: 2.5rem;
  }
  .margin-left-80 {
    margin-left: 2.5rem;
  }
  .padding-right-80 {
    padding-right: 2.5rem;
  }
  .margin-right-80 {
    margin-right: 2.5rem;
  }
  .padding-top-80 {
    padding-top: 2.5rem;
  }
  .margin-top-80 {
    margin-top: 2.5rem;
  }
  .padding-bottom-80 {
    padding-bottom: 2.5rem;
  }
  .margin-bottom-80 {
    margin-bottom: 2.5rem;
  }
  .padding-row-80 {
    padding-block: 2.5rem;
  }
  .padding-col-80 {
    padding-inline: 2.5rem;
  }
  .margin-row-80 {
    margin-block: 2.5rem;
  }
  .margin-col-80 {
    margin-inline: 2.5rem;
  }
  .gap-80 {
    gap: 2.5rem;
  }
}
.col-gutter {
  padding-left: 1rem;
  padding-right: 1rem;
}

.remove-col-gutter {
  margin-left: -1rem;
  margin-right: -1rem;
}

.col-gutter-left {
  padding-left: 1rem;
}

.col-gutter-right {
  padding-right: 1rem;
}

body.noscroll {
  overflow: hidden;
}

.left {
  float: left;
}

.right {
  float: right;
}

.center {
  margin-left: auto;
  margin-right: auto;
}

.clear {
  clear: both;
}

.flex {
  display: flex;
}
.flex.column {
  flex-direction: column;
}
.flex.space {
  justify-content: space-between;
}
.flex.align-center {
  align-items: center;
}
.flex.center {
  justify-content: center;
}
.flex.end {
  justify-content: flex-end;
}
.flex.align-end {
  align-items: flex-end;
}
.flex.wrap {
  flex-wrap: wrap;
}
.flex.align-start {
  align-items: flex-start;
}

.full-height {
  min-height: 100vh;
}

.fill {
  flex-grow: 1;
}

@media (min-width: 600px) and (max-width: 781px) {
  .wp-block-columns {
    flex-wrap: nowrap !important;
  }
  .wp-block-column:not(:only-child) {
    flex-basis: 50% !important;
  }
}
/*.gap {
	gap: 0.75rem;
}

:root :where(.is-layout-flex) {
	gap: var(--wp--preset--spacing--12);
}*/
@font-face {
  font-family: "BCPTRegio";
  src: url("fonts/BCPTRegio/BCPTRegio.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
html, body {
  font-size: 16px;
}
@media (min-width: 961px) and (max-width: 1700px) {
  html, body {
    font-size: 16px;
  }
}

.uppercase {
  text-transform: uppercase;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

a {
  /*	color: var(--wp--preset--color--black);
  	//text-decoration: none;
  	&:hover {
  		color: var(--wp--preset--color--dark-gray);
  	}*/
}

p,
.font-m,
.has-m-font-size {
  font-size: var(--wp--preset--font-size--m);
  line-height: 1.412;
  /*@include breakpoint(s){
  	line-height: 1.6875rem;
  }*/
}

p:empty {
  height: 1px;
}

h1, h2 {
  /*margin-top: var(--wp--preset--spacing--10);
  margin-bottom: var(--wp--preset--spacing--10);*/
}

h1 + h2,
h2 + h1,
h1 + h1 {
  margin-top: 0 !important;
}

h1 {
  font-family: var(--wp--preset--font-family--serif);
  font-size: var(--wp--preset--font-size--h-1);
  font-weight: 400;
}

.font-s,
.has-s-font-size {
  font-size: 0.875rem;
  line-height: 1.428;
}

.font-l,
.has-l-font-size {
  font-size: 1.75rem;
  line-height: 1.21;
}

.font-xl,
.has-xl-font-size {
  font-size: 2.75rem;
  line-height: 1;
}

hr,
hr.wp-block-separator {
  height: 0.0625rem;
  border: 0;
  background-color: var(--wp--preset--color--blue);
  width: 100%;
}

hr + p,
p + p {
  margin-top: 1.5rem;
}

h2 + hr {
  margin-top: -3rem;
}

h2:has(+ hr) {
  margin-top: 3rem;
}

h3, h4 {
  font-weight: normal;
}

b, strong {
  font-weight: 600;
}

.wp-block-quote {
  margin-top: var(--wp--preset--spacing--18);
}
.wp-block-quote p {
  font-size: var(--wp--preset--font-size--h-4-plus);
}
.wp-block-quote cite {
  margin-top: var(--wp--preset--spacing--18);
}

p:has(+ .wp-block-quote) {
  margin-bottom: var(--wp--preset--spacing--18);
}

p.has-h-2-font-size {
  line-height: 1.05;
}

p.has-h-3-font-size {
  line-height: 1.3;
}

h4,
p.has-h-4-font-size {
  line-height: 1.3;
}

.limit-width-7-on-8,
.wp-block-column.limit-width-7-on-8 p,
.wp-block-column.limit-width-7-on-8 h2 {
  max-width: 87.5%;
}
@media (max-width: 767px) {
  .limit-width-7-on-8,
  .wp-block-column.limit-width-7-on-8 p,
  .wp-block-column.limit-width-7-on-8 h2 {
    max-width: unset;
  }
}

@media (max-width: 1024px) {
  :root {
    --wp--preset--font-size--h-1-plus: 55px;
    --wp--preset--font-size--h-1: 50px;
    --wp--preset--font-size--h-2: 35px;
    --wp--preset--font-size--h-3: 25px;
  }
}
@media (max-width: 767px) {
  :root {
    --wp--preset--font-size--s: 12px;
    --wp--preset--font-size--m: 18px;
    --wp--preset--font-size--xl: 28px;
    --wp--preset--font-size--h-1-plus: 40px;
    --wp--preset--font-size--h-1: 40px;
    --wp--preset--font-size--h-2: 35px;
    --wp--preset--font-size--h-3: 25px;
    --wp--preset--font-size--h-4-plus: 22px;
    --wp--preset--font-size--h-4: 20px;
  }
}
@font-face {
  font-family: "icons";
  src: url("fonts/icons/icons.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-], [class*=" icon-"] {
  font-family: "icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-down:after {
  content: "\e000";
}

.icon-arrow-left:after {
  content: "\e001";
}

.icon-arrow-right:after {
  content: "\e002";
}

.icon-arrow-up:after {
  content: "\e003";
}

.icon-calendar:after {
  content: "\e004";
}

.icon-chevron-down:after {
  content: "\e005";
}

.icon-chevron-up:after {
  content: "\e006";
}

.icon-facebook:after {
  content: "\e007";
}

.icon-instagram:after {
  content: "\e008";
}

.icon-login:after {
  content: "\e009";
}

.icon-minus:after {
  content: "\e00a";
}

.icon-place:after {
  content: "\e00b";
}

.icon-plus:after {
  content: "\e00c";
}

.icon-refresh:after {
  content: "\e00d";
}

.icon-search:after {
  content: "\e00e";
}

.icon-time:after {
  content: "\e00f";
}

.icon-twitter:after {
  content: "\e010";
}

.icon-whatsapp:after {
  content: "\e011";
}

/* Components: media, pages, etc. */
@property --header-padding {
  syntax: "<length>";
  initial-value: 5rem;
  inherits: true;
}
body {
  --header-margin: 1.5rem;
  --header-color: var(--wp--preset--color--blue);
  --header-padding: 4.25rem;
  --header-padding: 5rem;
  --header-height: 7rem;
  transition: --header-padding 0.5s;
}
body.scrolled {
  --header-margin: .5rem;
  --header-height: 5rem;
}
@media (max-width: 1150px) {
  body.scrolled.scroll-down:not(.menu-toggled) {
    --header-padding: 0;
  }
}

#trp-letters {
  position: fixed;
  pointer-events: none;
  inset: calc(var(--header-margin) + 0.6rem) 2rem;
  bottom: var(--wp--preset--spacing--32);
  z-index: 3;
  color: var(--header-color);
  font-size: 3rem;
  line-height: 1.26;
  font-family: "BCPTRegio", serif;
  transition: top 0.5s, bottom 0.5s, color 0.5s;
}
#trp-letters #t, #trp-letters #r, #trp-letters #p {
  position: absolute;
}
#trp-letters #t {
  top: 0;
  left: 0;
}
#trp-letters #r {
  top: 0;
  right: 0;
}
#trp-letters #p {
  bottom: 0;
  right: 0;
  line-height: 1;
}
@media (max-width: 1440px) {
  #trp-letters {
    display: none;
  }
}

@property --header-background-color-start {
  syntax: "<color>";
  initial-value: rgba(0, 0, 0, 0.5);
  initial-value: transparent;
  inherits: true;
}
@property --header-background-color-stop {
  syntax: "<color>";
  initial-value: rgba(0, 0, 0, 0.01);
  initial-value: transparent;
  inherits: true;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 3;
  background: linear-gradient(180deg, var(--header-background-color-start) 0%, var(--header-background-color-stop) 90%);
  min-height: var(--header-height, 0);
  overflow: hidden;
  transition: all 0.5s;
  transition: top 0.5s, --header-background-color-start 0.5s, --header-background-color-stop 0.5s, color 0.5s, height 0.5s, min-height 0.5s;
  interpolate-size: allow-keywords;
}
@media (min-width: 1151px) {
  .scrolled header, header:has(.menu > li.menu-item-has-children:hover), header:has(.menu > li.menu-item-has-children:focus-within) {
    --header-background-color-start: rgba(255 255 255 / .95);
    --header-background-color-stop: rgba(255 255 255 / .95);
    --header-color: var(--wp--preset--color--blue);
  }
  header:has(.menu > li.menu-item-has-children:hover), header:has(.menu > li.menu-item-has-children:focus-within) {
    --header-height: 20rem;
  }
}
@media (max-width: 1150px) {
  .scrolled.scroll-down:not(.menu-toggled) header {
    top: calc(-1 * var(--header-height));
  }
  header .menus-holder {
    transform: translate(100vw, 0);
  }
  .scrolled header {
    --header-background-color-start: rgba(255 255 255 / .95);
    --header-background-color-stop: rgba(255 255 255 / .95);
    --header-color: var(--wp--preset--color--blue);
  }
  .menu-toggled header:has(.menu > li.menu-item-has-children.submenu-toggled) {
    --header-height: 100svh !important;
  }
  .menu-toggled header:has(.menu > li.menu-item-has-children.submenu-toggled) .menus-holder {
    transform: translate(-100vw, 0);
  }
}
@media (max-width: 1150px) {
  .menu-toggled header {
    --header-color: var(--wp--preset--color--yellow) !important;
    --header-height: 100svh;
    background: var(--wp--preset--color--blue);
  }
  .menu-toggled header .menus-holder {
    transform: translate(0vw, 0);
  }
  .menu-toggled header:has(.menu > li.menu-item-has-children.submenu-toggled) {
    background: var(--wp--preset--color--blue);
    --header-color: var(--wp--preset--color--yellow) !important;
    --header-height: 100svh;
  }
}
header .header-content {
  padding-top: var(--header-margin);
  transition: padding 0.5s;
  max-width: var(--wp--style--global--wide-size);
  margin: auto;
  font-family: var(--wp--preset--font-family--serif);
  font-size: var(--wp--preset--font-size--m);
  line-height: 1.4;
  display: flex;
  justify-content: space-between;
  align-content: end;
}
header .header-content li:after {
  color: var(--header-color);
  transition: color 0.5s;
}
header .header-content a {
  color: var(--header-color);
  transition: color 0.5s;
}
@media (hover: hover) {
  header .header-content a[href]:hover {
    opacity: 0.8;
  }
}
header .header-content .site-branding {
  width: 8.125rem;
  aspect-ratio: 130/52;
  padding-bottom: 0.4rem;
}
@media (min-width: 768px) {
  header .header-content .site-branding {
    transform: translate(0, 4px);
  }
}
header .header-content .site-branding svg {
  display: block;
  fill: var(--header-color);
  transition: fill 0.5s;
}
header .header-content .site-branding .branding-text {
  text-indent: -100000px;
}
header .header-content .menus-holder {
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-content: end;
  transition: transform 0.2s;
}
@media (max-width: 1150px) {
  header .header-content .menus-holder {
    flex-direction: column-reverse;
    justify-content: space-between;
    align-content: stretch;
    position: fixed;
    inset: 0;
    padding-left: var(--wp--style--root--padding-left);
    padding-right: var(--wp--style--root--padding-right);
    padding-bottom: 1rem;
    gap: 1rem;
    max-width: 768px;
    margin: 6rem auto 1rem auto;
  }
}
header .header-content .menus-holder .action-links {
  display: flex;
  gap: 2rem;
  justify-content: end;
}
@media (max-width: 1150px) {
  header .header-content .menus-holder .action-links {
    justify-content: space-between;
  }
}
header .header-content .menus-holder .action-links .quick-header-menu,
header .header-content .menus-holder .action-links .search-language-holder {
  list-style: none;
}
header .header-content .menus-holder .action-links .quick-header-menu li,
header .header-content .menus-holder .action-links .search-language-holder li {
  display: inline-block;
}
header .header-content .menus-holder .action-links .quick-header-menu a,
header .header-content .menus-holder .action-links .search-language-holder a {
  text-decoration: none;
  font-size: 0;
  margin-left: 0.5rem;
  line-height: 1rem;
}
@media (max-width: 1150px) {
  header .header-content .menus-holder .action-links .quick-header-menu a,
  header .header-content .menus-holder .action-links .search-language-holder a {
    margin-left: 0rem;
    margin-right: 1rem;
  }
}
header .header-content .menus-holder .action-links .quick-header-menu a:after,
header .header-content .menus-holder .action-links .search-language-holder a:after {
  font-size: 1rem;
  font-family: "icons", sans-serif;
}
@media (max-width: 1150px) {
  header .header-content .menus-holder .action-links .quick-header-menu a:after,
  header .header-content .menus-holder .action-links .search-language-holder a:after {
    font-size: 1.5rem;
    vertical-align: -3px;
  }
}
header .header-content .menus-holder .action-links .quick-header-menu .calendar a:after,
header .header-content .menus-holder .action-links .search-language-holder .calendar a:after {
  content: "\e004";
}
header .header-content .menus-holder .action-links .quick-header-menu .login a:after,
header .header-content .menus-holder .action-links .search-language-holder .login a:after {
  content: "\e009";
}
header .header-content .menus-holder .action-links .quick-header-menu .search a:after,
header .header-content .menus-holder .action-links .search-language-holder .search a:after {
  content: "\e00e";
}
header .header-content .menus-holder .action-links .quick-header-menu .language a,
header .header-content .menus-holder .action-links .search-language-holder .language a {
  font-size: 1rem;
  vertical-align: top;
}
@media (max-width: 1150px) {
  header .header-content .menus-holder .action-links .quick-header-menu .language a,
  header .header-content .menus-holder .action-links .search-language-holder .language a {
    margin-right: 0rem;
  }
}
header .header-content .menus-holder .main-navigation a {
  text-decoration: none;
  color: var(--header-color);
}
header .header-content .menus-holder .main-navigation ul {
  list-style: none;
  line-height: 2;
}
@media (max-width: 1150px) {
  header .header-content .menus-holder .main-navigation {
    overflow: auto;
  }
}
header .header-content .menus-holder .main-navigation .menu > li {
  display: inline-block;
  margin-left: 1rem;
  position: relative;
  border-bottom: 1px solid transparent;
}
@media (max-width: 1150px) {
  header .header-content .menus-holder .main-navigation .menu > li {
    display: block;
    position: static;
    border-bottom-color: var(--wp--preset--color--yellow);
    margin-left: 0;
  }
  header .header-content .menus-holder .main-navigation .menu > li a {
    font-size: 1.25rem;
    line-height: 3.375rem;
    display: block;
    position: relative;
  }
  header .header-content .menus-holder .main-navigation .menu > li.menu-item-has-children > a:after {
    content: "\e002";
    font-family: "icons";
    position: absolute;
    right: 0;
    font-size: 1.5rem;
    vertical-align: -5px;
  }
}
header .header-content .menus-holder .main-navigation .menu > li > .sub-menu {
  display: none;
  background: transparent;
  position: absolute;
  padding-top: 2rem;
}
header .header-content .menus-holder .main-navigation .menu > li > .sub-menu:focus-within {
  display: block;
  width: 50vw;
}
header .header-content .menus-holder .main-navigation .menu > li > .sub-menu .back-link {
  display: none;
}
@media (max-width: 1150px) {
  header .header-content .menus-holder .main-navigation .menu > li > .sub-menu {
    left: 100vw;
    top: 0rem;
    z-index: 2;
    padding-top: 0;
    padding-left: var(--wp--style--root--padding-left);
    padding-right: var(--wp--style--root--padding-right);
    max-height: calc(100svh - 8rem);
    overflow: auto;
  }
  header .header-content .menus-holder .main-navigation .menu > li > .sub-menu .back-link {
    display: block;
    text-transform: none;
    border-bottom: 1px solid var(--header-color);
    margin-bottom: 1rem;
  }
  header .header-content .menus-holder .main-navigation .menu > li > .sub-menu .back-link:before {
    display: inline-block;
    font-size: 1.5rem;
    vertical-align: -5px;
    width: 2.5rem;
    content: "\e001";
    font-family: "icons";
  }
}
@media (hover: hover) {
  header .header-content .menus-holder .main-navigation .menu > li:hover, header .header-content .menus-holder .main-navigation .menu > li:focus-within {
    border-bottom-color: var(--header-color);
  }
  header .header-content .menus-holder .main-navigation .menu > li:hover > .sub-menu, header .header-content .menus-holder .main-navigation .menu > li:focus-within > .sub-menu {
    display: block;
    width: 50vw;
  }
}
@media (max-width: 1150px) {
  header .header-content .menus-holder .main-navigation .menu > li.submenu-toggled > .sub-menu {
    display: block;
    width: 100%;
  }
  header .header-content .menus-holder .main-navigation .menu > li.submenu-toggled > .sub-menu > li {
    padding-left: 2.5rem;
  }
  header .header-content .menus-holder .main-navigation .menu > li.submenu-toggled > .sub-menu > li a {
    line-height: 2rem;
    font-size: 1.125rem;
  }
}
@media (min-width: 1151px) {
  header .header-content .menus-holder .main-navigation .menu > li:first-child:hover > .sub-menu, header .header-content .menus-holder .main-navigation .menu > li:first-child:focus-within > .sub-menu {
    display: flex;
    width: 100vw;
    justify-content: start;
    align-content: start;
    gap: 2rem;
  }
  header .header-content .menus-holder .main-navigation .menu > li:first-child:hover > .sub-menu > li, header .header-content .menus-holder .main-navigation .menu > li:first-child:focus-within > .sub-menu > li {
    display: inline-block;
    min-width: 10rem;
  }
  header .header-content .menus-holder .main-navigation .menu > li:first-child:hover > .sub-menu > li > a, header .header-content .menus-holder .main-navigation .menu > li:first-child:focus-within > .sub-menu > li > a {
    display: block;
    font-size: var(--wp--preset--font-size--h-4);
    font-weight: 700;
    padding-bottom: var(--wp--preset--spacing--6);
  }
  header .header-content .menus-holder .main-navigation .menu > li:first-child:hover > .sub-menu > li > a:not([href]):hover, header .header-content .menus-holder .main-navigation .menu > li:first-child:hover > .sub-menu > li > a:not([href]):focus, header .header-content .menus-holder .main-navigation .menu > li:first-child:focus-within > .sub-menu > li > a:not([href]):hover, header .header-content .menus-holder .main-navigation .menu > li:first-child:focus-within > .sub-menu > li > a:not([href]):focus {
    color: var(--header-color);
  }
  header .header-content .menus-holder .main-navigation .menu > li:first-child:hover > .sub-menu > li .sub-menu, header .header-content .menus-holder .main-navigation .menu > li:first-child:focus-within > .sub-menu > li .sub-menu {
    padding-bottom: var(--wp--preset--spacing--18);
  }
}
@media (max-width: 1150px) {
  header .header-content .menus-holder .main-navigation .menu > li:first-child.submenu-toggled > .sub-menu {
    display: block;
    width: 100%;
  }
  header .header-content .menus-holder .main-navigation .menu > li:first-child.submenu-toggled > .sub-menu > li {
    padding-left: 2.5rem;
  }
  header .header-content .menus-holder .main-navigation .menu > li:first-child.submenu-toggled > .sub-menu > li > a {
    font-size: 1.25rem;
    font-weight: 700;
  }
  header .header-content .menus-holder .main-navigation .menu > li:first-child.submenu-toggled > .sub-menu > li .sub-menu {
    padding-left: 1rem;
    margin-bottom: 1rem;
  }
}

.menu-toggle {
  cursor: pointer;
  position: absolute;
  display: block;
  width: 2.25rem;
  height: 1rem;
  top: 3rem;
  transform: translateY(-50%);
  right: var(--wp--style--root--padding-right);
  background: transparent;
  border-top: 1px solid var(--header-color);
  border-bottom: 1px solid var(--header-color);
  border-left: 0;
  border-right: 0;
  color: black;
  font-size: 0;
  transition: all 0.25s ease-in-out;
}
@media (min-width: 1151px) {
  .menu-toggle {
    display: none;
  }
}
.scrolled .menu-toggle {
  top: 2rem;
}
.menu-toggle:before {
  opacity: 0;
}
.menu-toggle:before, .menu-toggle:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: var(--header-color);
  transition: transform 0.25s ease-in-out;
}
.menu-toggle[aria-expanded=true] {
  border-color: transparent;
}
.menu-toggle[aria-expanded=true]:before {
  opacity: 1;
  transform: translate(-50%, -50%) rotate(45deg);
}
.menu-toggle[aria-expanded=true]:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

@media (max-width: 1100px) {
  footer.wp-block-group.has-background {
    padding-inline: var(--wp--style--root--padding-left) !important;
  }
}
.share-btns-wrapper {
  padding-top: var(--wp--preset--spacing--56);
  padding-bottom: var(--wp--preset--spacing--56);
  background: white;
  position: relative;
  z-index: 1;
}
.share-btns-wrapper p {
  width: fit-content;
  margin-bottom: var(--wp--preset--spacing--12);
}
.share-btns-wrapper .share-btns {
  justify-content: end;
  align-items: end;
  display: flex;
  flex-direction: column;
}
.share-btns-wrapper .share-btns a {
  text-decoration: none;
  margin-left: 0.75rem;
}

.newsletter {
  background: var(--wp--preset--color--white);
  padding: var(--wp--preset--spacing--18);
  color: var(--wp--preset--color--blue);
}
.newsletter h3 {
  font-size: var(--wp--preset--font-size--m);
}
.newsletter label {
  cursor: pointer;
  /*text-decoration: none;*/
  font-size: var(--wp--preset--font-size--h-5);
}
.newsletter label a {
  color: var(--wp--preset--color--blue) !important;
}
.newsletter .qzr-newsletter-thanks[data-newsletter-thanks=true],
.newsletter .qzr-newsletter-alert:empty {
  display: none;
}

.footer-logo {
  max-width: 200px;
}

.footer-sponsors p,
.main-sponsors p {
  margin-bottom: 0 !important;
}
.footer-sponsors figure,
.main-sponsors figure {
  max-width: 100%;
  width: 9rem;
  width: 150px;
  margin: 0 !important;
}

.footer-menu-wrapper {
  padding-top: var(--wp--preset--spacing--24);
}
.footer-menu-wrapper ul {
  list-style: none;
}
.footer-menu-wrapper .menu {
  position: relative;
}
.footer-menu-wrapper .menu li a {
  display: block;
  border-bottom: 1px solid white;
  color: white;
  line-height: 1rem;
  padding-block: 0.5rem;
  text-decoration: none;
  text-transform: uppercase;
  font-size: var(--wp--preset--font-size--h-5);
  padding-right: 2rem;
}
.footer-menu-wrapper .menu li a:after {
  position: absolute;
  right: 0;
  content: "\e002";
  font-family: icons;
}
.footer-menu-wrapper .menu li.menu-item-has-children > a:after {
  content: "\e00c";
}
.footer-menu-wrapper .menu li.menu-item-has-children ul {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: all 0.5s;
  interpolate-size: allow-keywords;
}
.footer-menu-wrapper .menu li.menu-item-has-children:hover > a:after, .footer-menu-wrapper .menu li.menu-item-has-children:focus-within > a:after {
  content: "\e00a";
}
.footer-menu-wrapper .menu li.menu-item-has-children:hover ul, .footer-menu-wrapper .menu li.menu-item-has-children:focus-within ul {
  height: auto;
  margin-left: 1rem;
}
.footer-menu-wrapper .footer-social-menu {
  margin-block: var(--wp--preset--spacing--32);
}
.footer-menu-wrapper .footer-social-menu a {
  text-decoration: none;
  margin-right: 0.75rem;
}

.footer > .wp-block-columns {
  max-width: 100% !important;
}

footer + div.wp-block-group {
  background: white;
  /*> .wp-block-columns {
  	max-width: 100% !important;
  }*/
}
@media (max-width: 767px) {
  footer + div.wp-block-group .main-sponsors {
    display: grid;
    grid-template-rows: repeat(2, 1fr);
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
  footer + div.wp-block-group .aligncenter {
    margin-left: 0 !important;
  }
}

@media (min-width: 640px) and (max-width: 1100px) {
  footer > .wp-block-columns {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto auto;
  }
  footer > .wp-block-columns > :nth-child(2) {
    grid-column: 1/2;
  }
  footer > .wp-block-columns > :nth-child(3) {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  footer > .wp-block-columns > :nth-child(4) {
    grid-row: 2/3;
    grid-column: 2/3;
  }
}
.wp-block-button a,
.wp-block-button.is-style-default a,
.wp-block-button.is-style-secondary a {
  display: block;
  position: relative;
  text-align: left;
  max-width: 23rem;
  text-transform: uppercase;
  width: 100%;
  padding-top: calc(var(--wp--preset--spacing--12));
  padding-right: calc(var(--wp--preset--spacing--56));
  padding-bottom: calc(var(--wp--preset--spacing--12));
  padding-left: calc(var(--wp--preset--spacing--18));
  background: var(--wp--preset--color--blue);
  color: var(--wp--preset--color--white);
  border: 1px solid var(--wp--preset--color--blue);
  transition: all 0.25s;
}
.wp-block-button a:hover, .wp-block-button a:focus,
.wp-block-button.is-style-default a:hover,
.wp-block-button.is-style-default a:focus,
.wp-block-button.is-style-secondary a:hover,
.wp-block-button.is-style-secondary a:focus {
  color: var(--wp--preset--color--blue);
  background: none;
}
.wp-block-button a:after,
.wp-block-button.is-style-default a:after,
.wp-block-button.is-style-secondary a:after {
  position: absolute;
  right: var(--wp--preset--spacing--18);
  top: 0.275rem;
  font-size: 1.75rem;
  content: "\e002";
  font-family: "icons";
  margin-left: 1rem;
  display: inline-block;
}
.wp-block-button a.has-yellow-color,
.wp-block-button.is-style-default a.has-yellow-color,
.wp-block-button.is-style-secondary a.has-yellow-color {
  border-color: var(--wp--preset--color--yellow);
}
.wp-block-button a.has-yellow-color:hover, .wp-block-button a.has-yellow-color:focus,
.wp-block-button.is-style-default a.has-yellow-color:hover,
.wp-block-button.is-style-default a.has-yellow-color:focus,
.wp-block-button.is-style-secondary a.has-yellow-color:hover,
.wp-block-button.is-style-secondary a.has-yellow-color:focus {
  background: var(--wp--preset--color--yellow);
  color: var(--wp--preset--color--blue) !important;
}
.wp-block-button a.has-base-color,
.wp-block-button.is-style-default a.has-base-color,
.wp-block-button.is-style-secondary a.has-base-color {
  border-color: var(--wp--preset--color--base);
}
.wp-block-button a.has-base-color:hover, .wp-block-button a.has-base-color:focus,
.wp-block-button.is-style-default a.has-base-color:hover,
.wp-block-button.is-style-default a.has-base-color:focus,
.wp-block-button.is-style-secondary a.has-base-color:hover,
.wp-block-button.is-style-secondary a.has-base-color:focus {
  background: var(--wp--preset--color--base);
  color: var(--wp--preset--color--blue) !important;
}

.wp-block-button.is-style-secondary a {
  background-color: unset;
  color: var(--wp--preset--color--blue);
  border: 1px solid var(--wp--preset--color--blue);
}
.wp-block-button.is-style-secondary a:hover, .wp-block-button.is-style-secondary a:focus {
  background: var(--wp--preset--color--blue);
  color: var(--wp--preset--color--white);
}
.wp-block-button.is-style-secondary-no-arrow a {
  background-color: unset;
  color: var(--wp--preset--color--blue);
  border: 1px solid var(--wp--preset--color--blue);
  padding-right: calc(var(--wp--preset--spacing--18));
}
.wp-block-button.is-style-secondary-no-arrow a:after {
  content: unset;
}
.wp-block-button.is-style-secondary-no-arrow a:hover, .wp-block-button.is-style-secondary-no-arrow a:focus {
  background: var(--wp--preset--color--blue);
  color: var(--wp--preset--color--white);
}
.wp-block-button.is-style-secondary-down-arrow a {
  background-color: unset;
  color: var(--wp--preset--color--blue);
  border: 1px solid var(--wp--preset--color--blue);
}
.wp-block-button.is-style-secondary-down-arrow a:hover, .wp-block-button.is-style-secondary-down-arrow a:focus {
  background: var(--wp--preset--color--blue);
  color: var(--wp--preset--color--white);
}
.wp-block-button.is-style-secondary-down-arrow a:after {
  content: "\e000";
}

.wp-block-button.is-style-primary-no-arrow a {
  padding-right: calc(var(--wp--preset--spacing--18));
}
.wp-block-button.is-style-primary-no-arrow a:after {
  content: unset;
}

.wp-block-button.is-style-text-only a {
  padding-left: 0;
  padding-block: 0.125rem;
  background-color: unset;
  color: var(--wp--preset--color--blue);
  border: 0;
  border-bottom: 1px solid var(--wp--preset--color--blue);
}
.wp-block-button.is-style-text-only a:after {
  right: 0;
  top: 0.2rem;
  font-size: 1rem;
}

.sticky .wp-block-button {
  width: 100%;
}

.subpage-links .wp-block-button {
  width: 100%;
}
.subpage-links .wp-block-button a {
  font-family: var(--wp--preset--font-family--serif);
  font-size: var(--wp--preset--font-size--h-4-plus);
  text-transform: none;
}

@media (max-width: 767px) {
  .wp-block-buttons.is-content-justification-right {
    justify-content: flex-start;
  }
}
.ch2-container .ch2-btn {
  box-shadow: none;
}

#CybotCookiebotDialog,
#CookiebotWidget {
  font-family: var(--wp--preset--font-family--body) !important;
}
#CybotCookiebotDialog #CybotCookiebotDialogBodyContent,
#CookiebotWidget #CybotCookiebotDialogBodyContent {
  letter-spacing: 0;
}
#CybotCookiebotDialog #CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton,
#CybotCookiebotDialog #CookiebotWidget-btn-withdraw,
#CybotCookiebotDialog #CookiebotWidget-btn-change,
#CookiebotWidget #CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton,
#CookiebotWidget #CookiebotWidget-btn-withdraw,
#CookiebotWidget #CookiebotWidget-btn-change {
  text-transform: uppercase !important;
  font-weight: 400 !important;
  border: 1px solid var(--wp--preset--color--blue) !important;
  border-radius: 0 !important;
}
#CybotCookiebotDialog #CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton:hover:not([disabled]),
#CybotCookiebotDialog #CookiebotWidget-btn-withdraw:hover:not([disabled]),
#CybotCookiebotDialog #CookiebotWidget-btn-change:hover:not([disabled]),
#CookiebotWidget #CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton:hover:not([disabled]),
#CookiebotWidget #CookiebotWidget-btn-withdraw:hover:not([disabled]),
#CookiebotWidget #CookiebotWidget-btn-change:hover:not([disabled]) {
  background: white !important;
  color: var(--wp--preset--color--blue) !important;
}

.wp-block-gallery:empty {
  display: none;
}

.wp-block-gallery.keen-slider {
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
  gap: 0 !important;
  padding-bottom: var(--wp--preset--spacing--56);
  transition: height 0.3s ease;
}
.wp-block-gallery.keen-slider .wp-block-image {
  min-width: 100%;
  flex-shrink: 0;
  margin: 0;
}
.wp-block-gallery.keen-slider .wp-block-image img {
  width: 100%;
  height: auto;
  display: block;
}

.slider-nav {
  position: absolute;
  right: 0;
  bottom: 1rem;
}
.slider-nav a {
  display: inline-block;
  min-width: 1rem;
  text-align: center;
  margin-inline: 0.5rem;
  text-decoration: none;
}
.slider-nav a.current {
  border-bottom: 1px solid var(--wp--preset--color--blue);
}
.slider-nav a.prev, .slider-nav a.next {
  font-size: 1.5rem;
  vertical-align: middle;
}
.slider-nav a.next {
  margin-right: 0;
}
.slider-nav a.disabled {
  visibility: hidden;
  pointer-events: none;
}

.keen-slider.dots-nav .slider-nav {
  bottom: 0;
  right: var(--wp--preset--spacing--6);
}
.keen-slider.dots-nav .slider-nav a {
  position: relative;
  display: inline-block;
  width: 0.75rem;
  height: 0.75rem;
  min-width: 0;
  border: 1px solid var(--wp--preset--color--blue);
  border-radius: 1rem;
  text-indent: -100000px;
  margin-inline: 0;
  margin-left: 0.5rem;
  line-height: 1;
}
.keen-slider.dots-nav .slider-nav a.current {
  background: var(--wp--preset--color--blue);
}
.keen-slider.dots-nav .slider-nav a:after {
  content: "";
  position: absolute;
  inset: -0.25rem;
  /*background: rgba(255,200,100,0.5);*/
}

.wp-block-columns:empty {
  display: none;
}
.wp-block-columns .wp-block-column.sticky {
  position: sticky;
  top: var(--header-padding);
  align-self: flex-start;
}
.wp-block-columns .wp-block-column.has-background {
  padding: var(--wp--preset--spacing--18);
}
.wp-block-columns.has-background {
  padding: var(--wp--preset--spacing--18);
}
@media (max-width: 767px) {
  .wp-block-columns:has(.sticky) {
    flex-direction: column-reverse;
  }
  .wp-block-columns:has(.sticky) .wp-block-column {
    max-width: 100%;
  }
  .wp-block-columns:has(.sticky) .sticky {
    width: 100%;
    background: white;
  }
  .wp-block-columns:has(.sticky) .sticky .content.is-layout-flow {
    margin-top: 0;
  }
  .wp-block-columns:has(.sticky) .sticky.toggable-content[aria-expanded=true] .content {
    margin-top: 2rem;
    padding-bottom: var(--wp--preset--spacing--18);
  }
}
@media (min-width: 600px) and (max-width: 1100px) {
  .wp-block-columns {
    justify-content: space-between;
  }
  .wp-block-columns .wp-block-column {
    max-width: 600px;
  }
  .wp-block-columns .wp-block-column:empty {
    display: none;
  }
  .wp-block-columns:has(.wp-block-column[style="flex-basis:50%"]) .wp-block-column[style="flex-basis:50%"] {
    /*flex-basis: 50% !important;*/
  }
  .wp-block-columns:has(.wp-block-column[style="flex-basis:50%"]) .wp-block-column[style="flex-basis:33%"] {
    flex-basis: 100% !important;
  }
  .wp-block-columns:has(.wp-block-column[style="flex-basis:66%"]) {
    justify-content: space-between;
  }
  .wp-block-columns:has(.wp-block-column[style="flex-basis:66%"]) .wp-block-column[style="flex-basis:66%"] {
    flex-basis: 66% !important;
  }
  .wp-block-columns:has(.wp-block-column[style="flex-basis:66%"]) .wp-block-column[style="flex-basis:25%"] {
    flex-basis: 33% !important;
    max-width: 200px;
  }
}

.wp-block-group.has-background {
  padding: var(--wp--preset--spacing--18);
}
@media (max-width: 767px) {
  .wp-block-group.has-background {
    padding: var(--wp--preset--spacing--24) !important;
  }
}

@media (max-width: 1024px) {
  .wp-block-group.has-background,
  .wp-block-columns.has-background,
  :root :where(p.has-background) {
    padding: var(--wp--preset--spacing--24) !important;
  }
}
.breadcrumb {
  padding-top: var(--wp--preset--spacing--18);
  position: relative;
  width: fit-content;
  min-width: 10rem;
  font-size: var(--wp--preset--font-size--h-4);
  line-height: 3rem;
  margin-bottom: var(--wp--preset--spacing--18);
}
.breadcrumb:after {
  content: "";
  position: absolute;
  right: 0;
  left: -50rem;
  bottom: 0;
  border-bottom: 1px solid currentColor;
}

select,
.multi-select-button {
  cursor: pointer;
  border: 0;
  border-radius: 0;
  appearance: none;
  font-family: var(--wp--preset--font-family--body);
  font-size: var(--wp--preset--font-size--m);
  border-bottom: 1px solid currentColor;
  width: 100%;
  color: var(--wp--preset--color--blue);
  background-color: white;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23003451' d='m12.1 48-9.19 9.19 96.7 96.7 96.7-96.7-9.19-9.19-87.5 87.5z'/%3E%3C/svg%3E");
  background-position: right var(--wp--preset--spacing--12) center;
  background-repeat: no-repeat;
  background-size: 1em 1em;
  padding-inline: var(--wp--preset--spacing--12);
}
select option,
.multi-select-button option {
  font-size: var(--wp--preset--font-size--m);
}

button {
  cursor: pointer;
}

input,
textarea {
  cursor: pointer;
  appearance: none;
  border-radius: 0;
  background: white;
  border: 0;
  border-bottom: 1px solid currentColor;
  padding-inline: var(--wp--preset--spacing--12);
  font-size: var(--wp--preset--font-size--m);
  font-family: var(--wp--preset--font-family--body);
  line-height: 2rem;
  display: block;
  width: 100%;
  margin-block: var(--wp--preset--spacing--12);
  color: currentColor;
}
input[type=checkbox],
textarea[type=checkbox] {
  border: 1px solid currentColor;
  width: 0.75rem;
  height: 0.75rem;
  padding: 0;
  display: inline-block;
  vertical-align: -0.75rem;
  margin-right: 0.25rem;
}
input[type=checkbox]:checked,
textarea[type=checkbox]:checked {
  background: var(--wp--preset--color--blue);
}

input[type=submit],
button[type=submit] {
  display: block;
  width: 100%;
  border: 1px solid var(--wp--preset--color--blue);
  margin-top: var(--wp--preset--spacing--12);
  background: var(--wp--preset--color--blue);
  color: white;
  text-transform: uppercase;
  text-align: center;
  line-height: 3rem;
  font-size: var(--wp--preset--font-size--m);
  font-family: var(--wp--preset--font-size--body);
  transition: all 0.25s;
}
input[type=submit]:hover, input[type=submit]:focus,
button[type=submit]:hover,
button[type=submit]:focus {
  background: var(--wp--preset--color--white);
  color: var(--wp--preset--color--blue);
}

.qzr-advanced-form {
  text-transform: uppercase;
}
.qzr-advanced-form .fields {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.qzr-advanced-form input,
.qzr-advanced-form textarea {
  border: 0;
  border-bottom: 1px solid currentColor;
  padding-inline: 0;
}
.qzr-advanced-form label {
  display: none;
}
.qzr-advanced-form .field-wrap:has(input[type=radio]) label {
  display: block;
  margin-bottom: var(--wp--preset--spacing--6);
}
.qzr-advanced-form .field-wrap:has(input[type=checkbox]) {
  text-transform: none;
}
.qzr-advanced-form label.container:has(input[type=radio]) {
  display: inline-block;
  margin-right: 1rem;
}
.qzr-advanced-form .success-body {
  text-transform: none;
  background: var(--wp--preset--color--light-gray);
  padding: var(--wp--preset--spacing--18);
}

.input-wrapper:has(input[type=checkbox]):not(:has(.multi-select-container)) {
  margin-block: var(--wp--preset--spacing--12);
}
.input-wrapper:has(input[type=checkbox]):not(:has(.multi-select-container)) input[type=checkbox] {
  margin-block: 0;
  vertical-align: unset;
}

body .wp-block-table td, body .wp-block-table th {
  border: 0;
  padding-left: 0;
  padding-block: var(--wp--preset--spacing--24);
}
body .wp-block-table thead {
  border-bottom: 0;
}
body .wp-block-table thead th {
  padding-top: 0;
}
body .wp-block-table td {
  border-top: 1px solid var(--wp--preset--color--blue);
}

body.single-post main {
  --wp--style--global--content-size: 51rem;
}
body.single-post .page-header .content {
  gap: 2rem;
}
body.single-post .page-header .image {
  width: 50%;
}
@media (max-width: 767px) {
  body.single-post .page-header .image {
    width: 100%;
  }
}
body.single-post .page-header .text {
  width: 50%;
}
@media (max-width: 767px) {
  body.single-post .page-header .text {
    width: 100%;
  }
}
body.single-post .page-header .text h1 {
  font-size: var(--wp--preset--font-size--h-1);
  font-family: var(--wp--preset--font-family--serif);
  text-transform: none;
}

.page:not(:has(.page-header)):not(.home),
.error404,
.search #page {
  margin-top: calc(var(--header-padding) + 10rem);
}

.archive .archive-wrapper {
  padding-top: var(--header-padding);
  padding-top: 5rem;
  min-height: 100svh;
  color: var(--archive-color);
}
.archive .archive-wrapper a:not(.wp-block-button__link) {
  color: var(--archive-color);
}
.archive .archive-title {
  color: var(--archive-color);
}
.archive .archive-title .image {
  aspect-ratio: 1;
}
.archive .archive-title .image img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.archive #primary.main-type {
  --archive-color: var(--wp--preset--color--blue);
}
.archive #primary.main-type .archive-wrapper {
  position: relative;
  background-image: none;
  transition: all 0.5s;
  padding-inline: var(--wp--style--root--padding-left);
  min-height: 100vh;
}
.archive #primary.main-type .archive-wrapper::before {
  content: "";
  position: fixed;
  inset: 0;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), var(--background-image);
  background-position: center center, center center;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, 100vh;
  opacity: 0;
  transition: opacity 0.5s;
  z-index: 0;
}
@media (max-width: 767px) {
  .archive #primary.main-type .archive-wrapper::before {
    background-size: cover, 100vw;
  }
}
.archive #primary.main-type .archive-wrapper .archive-title,
.archive #primary.main-type .archive-wrapper .shows-list {
  z-index: 1;
  position: relative;
}
@media (min-width: 768px) {
  .archive #primary.main-type .archive-wrapper:has(.show:hover) {
    --archive-color: white;
  }
  .archive #primary.main-type .archive-wrapper:has(.show:hover)::before {
    opacity: 1;
  }
  .archive #primary.main-type .archive-wrapper:has(.show:hover) .show:not(:hover) {
    opacity: 0.25;
  }
}
@media (max-width: 767px) {
  .archive #primary.main-type .archive-wrapper:has(.show.focused) {
    --archive-color: white;
  }
  .archive #primary.main-type .archive-wrapper:has(.show.focused)::before {
    opacity: 1;
  }
  .archive #primary.main-type .archive-wrapper:has(.show.focused) .show:not(.focused) {
    opacity: 0.25;
  }
}
.archive #primary.main-type .archive-title {
  border-bottom: 1px solid var(--archive-color);
  transition: all 0.5s;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .archive #primary.main-type .archive-title {
    background: transparent !important;
  }
}
@media (max-width: 767px) {
  .archive #primary.main-type .archive-title {
    --archive-color: var(--wp--preset--color--blue);
    padding-inline: var(--wp--style--root--padding-left);
    margin-inline: calc(var(--wp--style--root--padding-left) * -1) !important;
  }
}
.archive #primary.main-type .archive-title .info {
  padding-top: var(--wp--preset--spacing--80);
}
.archive #primary.main-type .archive-title .info h1 {
  padding-top: var(--wp--preset--spacing--12);
}
.archive #primary.main-type .archive-title .image {
  height: 15rem;
}
@media (max-width: 767px) {
  .archive #primary.main-type .archive-title .image {
    height: auto;
  }
}
@media (max-width: 767px) {
  .archive #primary.main-type .archive-title {
    flex-direction: column;
  }
}
.archive #primary.main-type .shows-list {
  margin: 0;
}
.archive #primary.main-type .shows-list .show {
  padding-block: var(--wp--preset--spacing--32);
  text-transform: uppercase;
  display: flex;
  justify-content: space-between;
  transition: opacity 0.5s;
}
@media (max-width: 767px) {
  .archive #primary.main-type .shows-list .show {
    flex-direction: column;
    padding-block: 1rem;
  }
}
.archive #primary.main-type .shows-list .show a {
  text-decoration: none;
  transition: all 0.5s;
}
.archive #primary.main-type .shows-list .show h2 {
  padding-block: var(--wp--preset--spacing--12);
  font-family: var(--wp--preset--font-family--serif);
  font-size: var(--wp--preset--font-size--h-1);
  text-transform: none;
}
@media (max-width: 767px) {
  .archive #primary.main-type .shows-list .show h2 {
    font-size: var(--wp--preset--font-size--h-2);
  }
}
.archive #primary.main-type .shows-list .show .links {
  opacity: 0;
  pointer-events: none;
  max-width: 12rem;
  transition: all 0.5s;
  interpolate-size: allow-keywords;
}
@media (min-width: 768px) {
  .archive #primary.main-type .shows-list .show .links {
    align-self: center;
  }
}
.archive #primary.main-type .shows-list .show .links .wp-block-buttons {
  gap: var(--wp--preset--spacing--18);
}
.archive #primary.main-type .shows-list .show .links .wp-block-button {
  width: 100%;
}
.archive #primary.main-type .shows-list .show .links .wp-block-button a {
  background: white;
  border-color: white;
  color: var(--wp--preset--color--blue);
}
.archive #primary.main-type .shows-list .show .links .wp-block-button.is-style-secondary a {
  background: transparent;
  color: white;
}
@media (max-width: 767px) {
  .archive #primary.main-type .shows-list .show .links {
    max-width: unset;
    height: 0;
    overflow: hidden;
  }
  .archive #primary.main-type .shows-list .show .links .wp-block-buttons {
    gap: 0.75rem;
  }
  .archive #primary.main-type .shows-list .show .links .wp-block-button {
    flex: 1;
  }
  .archive #primary.main-type .shows-list .show .links .wp-block-button__link {
    padding-right: 3rem;
  }
}
@media (max-width: 767px) {
  .archive #primary.main-type .shows-list .show.focused .links {
    height: auto;
    pointer-events: all;
    opacity: 1;
  }
}
.archive #primary.main-type .shows-list .show:hover .links {
  pointer-events: all;
  opacity: 1;
}

.archive #primary:not(.main-type) {
  --archive-color: var(--wp--preset--color--yellow);
}
.archive #primary:not(.main-type) .archive-title {
  min-height: calc(100vh - 5rem);
  padding-block: var(--wp--preset--spacing--80);
  justify-content: center;
  align-items: center;
  gap: var(--wp--preset--spacing--32);
  padding-inline: var(--wp--style--root--padding-left);
}
@media (max-width: 767px) {
  .archive #primary:not(.main-type) .archive-title {
    padding-block: var(--wp--preset--spacing--32);
    align-content: flex-start;
  }
}
.archive #primary:not(.main-type) .archive-title .image {
  flex: 1;
  flex-basis: 58%;
  max-height: 60vh;
}
@media (max-width: 767px) {
  .archive #primary:not(.main-type) .archive-title .image {
    max-height: 40vh;
  }
}
.archive #primary:not(.main-type) .archive-title .info {
  flex: 1;
  flex-basis: 42%;
  align-self: center;
}
.archive #primary:not(.main-type) .archive-title .info h1 {
  margin-bottom: var(--wp--preset--spacing--32);
}
.archive #primary:not(.main-type) .archive-title .description p {
  font-size: var(--wp--preset--font-size--h-3);
  font-family: var(--wp--preset--font-family--serif);
  margin-block: 1rem;
  width: fit-content;
  line-height: 1.2;
}
.archive #primary:not(.main-type) .archive-title .description p:not(:last-child) {
  padding-block: 1rem;
  border-bottom: 1px solid currentColor;
}
.archive #primary:not(.main-type) .shows-list-wrapper {
  padding-inline: var(--wp--style--root--padding-left);
}
.archive #primary:not(.main-type) .shows-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--wp--preset--spacing--56) var(--wp--preset--spacing--32);
  color: var(--wp--preset--color--blue);
  margin-block: var(--wp--preset--spacing--56);
}
@media (max-width: 767px) {
  .archive #primary:not(.main-type) .shows-list {
    grid-template-columns: 1fr;
  }
}
.archive #primary:not(.main-type) .shows-list .no-shows {
  grid-column: 1/4;
}
.archive #primary:not(.main-type) .shows-list .show {
  display: flex;
  flex-direction: column;
  gap: var(--wp--preset--spacing--18);
}
.archive #primary:not(.main-type) .shows-list .image-wrapper {
  text-decoration: none;
}
.archive #primary:not(.main-type) .shows-list .image {
  aspect-ratio: 3/2;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.archive #primary:not(.main-type) .shows-list .image p {
  padding: var(--wp--preset--spacing--18);
  font-size: var(--wp--preset--font-size--h-3);
  font-family: var(--wp--preset--font-family--serif);
  color: var(--archive-color);
  line-height: 1.2;
}
.archive #primary:not(.main-type) .shows-list .image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: center center;
}
.archive #primary:not(.main-type) .shows-list .info {
  flex: 1;
  gap: var(--wp--preset--spacing--12);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.archive #primary:not(.main-type) .shows-list .info .title-wrapper {
  color: var(--wp--preset--color--blue);
  text-decoration: none;
}
.archive #primary:not(.main-type) .shows-list .info h2 {
  font-size: var(--wp--preset--font-size--h-4-plus);
  font-family: var(--wp--preset--font-family--serif);
  text-transform: none;
  margin-bottom: var(--wp--preset--spacing--6);
}
.archive #primary:not(.main-type) .shows-list .info .dates {
  text-transform: uppercase;
  font-size: var(--wp--preset--font-size--h-5);
}
@media (max-width: 767px) {
  .archive #primary:not(.main-type) .shows-list .links .wp-block-buttons {
    gap: 0.75rem;
  }
}
.archive #primary:not(.main-type) .shows-list .links .wp-block-button {
  flex: 1;
  max-width: calc(50% - 0.84375rem);
  /*&:not(.is-style-secondary){
  	a {
  		color: white;
  		background: var(--wp--preset--color--blue);
  	}
  }*/
}
@media (max-width: 767px) {
  .archive #primary:not(.main-type) .shows-list .links .wp-block-button {
    max-width: calc(50% - 0.375rem);
  }
}
.archive #primary:not(.main-type) .shows-list .links .wp-block-button__link {
  padding-right: 3rem;
}

.archive #primary.verdi-off-type .shows-list .image p {
  font-family: var(--wp--preset--font-family--body);
}
.archive #primary.verdi-off-type .shows-list .info h2 {
  font-size: var(--wp--preset--font-size--h-4);
  font-family: var(--wp--preset--font-family--body);
}

.archive #primary.regio-young-type {
  --archive-color: var(--wp--preset--color--blue);
}

.archive #primary.regio-young-type .archive-title h1,
.archive #primary.verdi-off-type .archive-title h1 {
  font-family: var(--wp--preset--font-family--body);
  font-size: var(--wp--preset--font-size--h-1-plus);
  max-width: 10ch;
  text-transform: uppercase;
}
.archive #primary.regio-young-type .archive-title .description p,
.archive #primary.verdi-off-type .archive-title .description p {
  font-family: var(--wp--preset--font-family--body);
}

.archive #primary.default-type {
  --archive-color: var(--wp--preset--color--blue);
}

.shows-filters {
  padding-block-start: var(--wp--preset--spacing--56);
  margin-block: var(--wp--preset--spacing--56);
  display: flex;
  gap: var(--wp--preset--spacing--24);
}
@media (max-width: 767px) {
  .shows-filters {
    gap: var(--wp--preset--spacing--12);
    flex-wrap: wrap;
  }
  .shows-filters .filter {
    width: calc(50% - 6px);
    min-width: calc(50% - 6px);
    max-width: calc(50% - 6px);
  }
}

.shows-filters:empty {
  padding: 0;
}

select.filter {
  cursor: pointer;
}

.filter {
  display: inline-block;
  width: fit-content;
  border: 1px solid currentColor;
  color: var(--wp--preset--color--blue);
  cursor: auto;
  line-height: 2rem;
  font-size: var(--wp--preset--font-size--h-5);
  padding-inline: var(--wp--preset--spacing--12);
  padding-right: 2.5rem;
  background-position: right var(--wp--preset--spacing--12) center;
  max-width: 9rem;
  min-width: 9rem;
}
.filter.time-selector-wrapper {
  position: relative;
  top: unset;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23003451' d='m12.1 48-9.19 9.19 96.7 96.7 96.7-96.7-9.19-9.19-87.5 87.5z'/%3E%3C/svg%3E");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 1em 1em;
  background-position: right var(--wp--preset--spacing--12) center;
  max-width: unset;
  --selector-height: calc(2rem - 1px);
}
.filter.time-selector-wrapper .label {
  text-transform: uppercase;
  font-size: var(--wp--preset--font-size--h-5);
}
.filter.time-selector-wrapper .time-selector {
  min-width: 375px;
  left: -1px;
}
@media (max-width: 767px) {
  .filter.time-selector-wrapper .time-selector {
    min-width: calc(375px - var(--wp--style--root--padding-left) * 2);
    padding-inline: 0.5rem;
  }
}
.filter.time-selector-wrapper.toggled .time-selector {
  border-top: 1px solid currentColor;
}
@media (max-width: 767px) {
  .filter.time-selector-wrapper.toggled .time-selector {
    padding: 0.5rem;
    padding-block: 0.5rem;
  }
}
.filter.reset-filters {
  text-decoration: underline;
  padding-inline: 0;
  border: 0;
  cursor: pointer;
  color: var(--wp--preset--color--blue) !important;
}

.profile-page section {
  display: none;
}
.profile-page section.active {
  display: block;
}

.login-or-register {
  gap: var(--wp--preset--spacing--56);
}
.login-or-register .wp-block-column {
  padding: var(--wp--preset--spacing--32);
  border: 1px solid var(--wp--preset--color--blue);
}
.login-or-register .register-buttons {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.login-or-register .register-buttons .wp-block-button__link {
  max-width: 100%;
  text-align: center;
}

#loginform input[type=text],
#loginform input[type=password] {
  background: var(--wp--preset--color--light-gray);
  border: 0;
  line-height: 2rem;
  padding: var(--wp--preset--spacing--12);
}
#loginform a {
  display: block;
  text-align: center;
  font-size: var(--wp--preset--font-size--h-5);
  text-decoration: none;
}

.profile-content {
  gap: var(--wp--preset--spacing--56);
  align-items: start;
}
.profile-content .menu {
  background: var(--wp--preset--color--light-gray);
  padding: var(--wp--preset--spacing--18);
  list-style: none;
  width: 33%;
}
.profile-content .menu a {
  display: block;
  position: relative;
  border-bottom: 1px solid currentColor;
  text-transform: uppercase;
  line-height: 3;
  text-decoration: none;
  transition: padding 0.25s;
}
.profile-content .menu a:after {
  position: absolute;
  right: 0;
  content: "\e002";
  font-family: "icons";
}
.profile-content .menu a.active, .profile-content .menu a:hover, .profile-content .menu a:focus {
  padding-left: 1rem;
}
.profile-content .menu li:last-child a {
  border-bottom: 0;
}
.profile-content .sections {
  flex: 1;
}

.fields-group {
  display: grid;
  grid-template-columns: 50% 50%;
  gap: 2rem 1rem;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .fields-group {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
.fields-group .title {
  grid-column: 1/3;
}
@media (max-width: 767px) {
  .fields-group .title {
    grid-column: 1/2;
  }
}
.fields-group select {
  font-size: var(--wp--preset--font-size--m);
  line-height: 2rem;
  margin-block: var(--wp--preset--spacing--12);
}
.fields-group.first-privacy {
  grid-template-columns: 1fr;
  gap: 0;
}
.fields-group.first-privacy .title {
  grid-column: 1/2;
  margin-bottom: 1rem;
}

.input-wrapper:has(label[for=password-repeat]) {
  display: grid;
  grid-column: 1/3;
  gap: 0rem 1rem;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto auto;
}
@media (max-width: 767px) {
  .input-wrapper:has(label[for=password-repeat]) {
    grid-column: 1/2;
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
@media (min-width: 768px) {
  .input-wrapper:has(label[for=password-repeat]) :nth-child(2) {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .input-wrapper:has(label[for=password-repeat]) :nth-child(3) {
    grid-column: 2/3;
    grid-row: 1/2;
  }
  .input-wrapper:has(label[for=password-repeat]) :nth-child(4) {
    grid-column: 2/3;
    grid-row: 2/3;
  }
}

.register-form {
  background: var(--wp--preset--color--light-gray);
  padding: var(--wp--preset--spacing--32);
}
@media (max-width: 767px) {
  .register-form {
    padding: var(--wp--preset--spacing--18);
  }
}

.multi-select-container {
  position: relative;
  display: block;
  width: 100%;
  border: 0 !important;
  overflow: visible;
  margin-left: 0;
  min-height: 3rem;
}
.multi-select-container .multi-select-button {
  display: block;
  border: 0;
  border-bottom: 1px solid var(--wp--preset--color--blue);
  font-size: var(--wp--preset--font-size--m);
  margin-block: var(--wp--preset--spacing--12);
  box-shadow: unset;
  border-radius: 0;
  max-width: unset;
  cursor: pointer;
  line-height: 1.5;
  padding-right: 3rem;
}
.multi-select-container .multi-select-button:after {
  content: unset;
}
.multi-select-container .multi-select-menu {
  width: 20rem !important;
  max-width: 80vw;
  overflow-x: hidden !important;
}
.multi-select-container label {
  display: block;
  margin-inline: var(--wp--preset--spacing--12);
  margin-block: var(--wp--preset--spacing--6);
}

.r-mag {
  padding-top: calc(var(--header-padding) + 4rem);
}
.r-mag h1 {
  font-size: var(--wp--preset--font-size--h-1-plus);
  font-family: var(--wp--preset--font-family--body);
  margin-block: var(--wp--preset--spacing--24);
  text-align: center;
}
.r-mag .categories {
  text-align: center;
  margin-top: var(--wp--preset--spacing--24);
  margin-bottom: var(--wp--preset--spacing--32);
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .r-mag .categories {
    text-align: left;
  }
}
.r-mag .categories a {
  display: inline-block;
  margin-inline: var(--wp--preset--spacing--24);
  text-decoration: none;
}
@media (max-width: 767px) {
  .r-mag .categories a {
    margin-left: 0;
    margin-right: var(--wp--preset--spacing--18);
  }
}
.r-mag .categories a:hover {
  text-decoration: underline;
}
.r-mag .categories a.current {
  font-weight: 700;
}
.r-mag .article.featured .image img {
  aspect-ratio: 2/1;
  aspect-ratio: 3/2;
}
@media (max-width: 767px) {
  .r-mag .article.featured .image {
    margin-inline: calc(var(--wp--style--root--padding-left) * -1);
  }
  .r-mag .article.featured .image img {
    aspect-ratio: 3/2;
  }
}
.r-mag .article h2 {
  font-size: var(--wp--preset--font-size--h-3);
  text-transform: none;
  padding-bottom: var(--wp--preset--spacing--18);
}
.r-mag .article a {
  text-decoration: none;
}
.r-mag .article .image {
  display: block;
}
.r-mag .article .image img {
  width: 100%;
  aspect-ratio: 3/2;
  height: auto;
  object-fit: cover;
  object-position: center center;
}
.r-mag .article .details {
  margin-top: var(--wp--preset--spacing--18);
  text-transform: uppercase;
}
.r-mag .articles-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--wp--preset--spacing--32);
}
@media (max-width: 767px) {
  .r-mag .articles-list {
    grid-template-columns: auto;
  }
}

.search-inputs label {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  margin-block: var(--wp--preset--spacing--32);
}
.search-inputs input[type=text] {
  width: calc(100% - 11rem);
  line-height: 3rem;
  font-size: 2rem;
  padding-inline: 0.5rem;
}
@media (max-width: 767px) {
  .search-inputs input[type=text] {
    width: calc(100% - 4rem);
  }
}
.search-inputs button {
  margin-top: 10px;
  width: 10rem;
}
@media (max-width: 767px) {
  .search-inputs button {
    width: 3rem;
  }
}
.search-inputs button:after {
  font-family: "icons";
  content: "\e00e";
  font-size: 1.5em;
  vertical-align: -0.35rem;
  margin-left: 0.5rem;
}
@media (max-width: 767px) {
  .search-inputs button:after {
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .search-results h1 {
    font-size: 35px;
  }
}
.search-results h2 {
  margin-top: var(--wp--preset--spacing--32);
}
.search-results .shows-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--wp--preset--spacing--80) var(--wp--preset--spacing--32);
  color: var(--wp--preset--color--blue);
  padding-block: var(--wp--preset--spacing--32);
}
@media (max-width: 767px) {
  .search-results .shows-list {
    grid-template-columns: 1fr;
  }
}
.search-results .shows-list .show {
  display: flex;
  flex-direction: column;
  gap: var(--wp--preset--spacing--18);
}
.search-results .shows-list .image-wrapper {
  text-decoration: none;
}
.search-results .shows-list .image {
  aspect-ratio: 3/2;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.search-results .shows-list .image p {
  padding: var(--wp--preset--spacing--18);
  font-size: var(--wp--preset--font-size--h-3);
  font-family: var(--wp--preset--font-family--serif);
  color: var(--archive-color);
  line-height: 1.2;
}
.search-results .shows-list .image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: center center;
}
.search-results .shows-list .info {
  flex: 1;
  gap: var(--wp--preset--spacing--12);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.search-results .shows-list .info .title-wrapper {
  color: var(--wp--preset--color--blue);
  text-decoration: none;
}
.search-results .shows-list .info h2 {
  font-size: var(--wp--preset--font-size--h-4-plus);
  font-family: var(--wp--preset--font-family--serif);
  text-transform: none;
  margin-bottom: var(--wp--preset--spacing--6);
}
.search-results .shows-list .info .dates {
  text-transform: uppercase;
  font-size: var(--wp--preset--font-size--h-5);
}
@media (max-width: 767px) {
  .search-results .shows-list .links .wp-block-buttons {
    gap: 0.75rem;
  }
}
.search-results .shows-list .links .wp-block-button {
  flex: 1;
  max-width: calc(50% - 0.84375rem);
}
@media (max-width: 767px) {
  .search-results .shows-list .links .wp-block-button {
    max-width: calc(50% - 0.375rem);
  }
}
.search-results .shows-list .links .wp-block-button__link {
  padding-right: 3rem;
}

.wp-block-embed {
  margin-block: var(--wp--preset--spacing--32);
}
.wp-block-embed iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.wp-block-embed.wp-embed-aspect-4-3 iframe {
  aspect-ratio: 4/3;
}

.show-header {
  padding-top: var(--header-padding);
  min-height: 100vh;
  justify-content: center;
  display: flex;
  flex-direction: column;
  padding-inline: var(--wp--style--root--padding-left);
}
.show-header .wp-block-columns {
  min-height: 75vh;
}
.show-header-image {
  align-self: center;
}
.show-header-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.show-header-info .text-content {
  gap: var(--wp--preset--spacing--24);
  padding-bottom: var(--wp--preset--spacing--56);
}
.show-header-info .text-content h1 {
  text-wrap: balance;
}
.show-header-info .text-content p {
  margin-block: 0;
  font-size: var(--wp--preset--font-size--h-4);
}
.show-header-info .dates {
  padding-top: var(--wp--preset--spacing--56);
  padding-bottom: 1rem;
  list-style: none;
}
@media (max-width: 767px) {
  .show-header-info .dates {
    padding-top: 0rem;
  }
}
.show-header-info .dates .date {
  text-transform: uppercase;
  display: inline-block;
  margin-right: var(--wp--preset--spacing--18);
  border-bottom: 0.125rem solid currentColor;
}

.single-show:has(.show-header.has-blue-background-color),
.single-show:has(.show-header.has-magenta-background-color) {
  --header-color: var(--wp--preset--color--yellow);
}
.single-show:has(.show-header.has-blue-background-color) .show-header,
.single-show:has(.show-header.has-blue-background-color) .show-header a,
.single-show:has(.show-header.has-magenta-background-color) .show-header,
.single-show:has(.show-header.has-magenta-background-color) .show-header a {
  color: var(--wp--preset--color--yellow);
}

.verdi-off-header h1 {
  font-family: var(--wp--preset--font-family--body);
  font-size: var(--wp--preset--font-size--h-1-plus);
  text-transform: uppercase;
}

.show-dates-wrapper {
  margin-bottom: var(--wp--preset--spacing--56);
  text-transform: uppercase;
}
.show-dates-wrapper:empty {
  margin-bottom: 0;
}
.show-dates-wrapper .show-venue {
  margin-bottom: var(--wp--preset--spacing--32);
}
.show-dates-wrapper .show-venue a {
  text-decoration: none;
}
.show-dates-wrapper .show-venue .icon-place {
  font-size: 1.375rem;
  vertical-align: middle;
  display: inline-block;
}
.show-dates-wrapper .show-dates {
  padding: 0 var(--wp--preset--spacing--12);
}
.show-dates-wrapper .show-dates .show-date {
  padding-block: 1rem;
  line-height: 1.375rem;
  border-bottom: 1px solid var(--wp--preset--color--blue);
}
.show-dates-wrapper .show-dates .show-date > * {
  flex-basis: 50%;
}
.show-dates-wrapper .show-dates .show-date.with-turns > :nth-child(1) {
  flex-basis: 45%;
}
.show-dates-wrapper .show-dates .show-date.with-turns > :nth-child(2) {
  flex-basis: 25%;
}
.show-dates-wrapper .show-dates .show-date.with-turns > :nth-child(3) {
  flex-basis: 30%;
}
.show-dates-wrapper .show-dates .show-date:last-child {
  border-bottom: none;
}
.show-dates-wrapper .show-dates .show-date .icon-time,
.show-dates-wrapper .show-dates .show-date .icon-calendar {
  font-size: 1.375rem;
  vertical-align: bottom;
  display: inline-block;
  margin-right: 0.66rem;
}
@media (max-width: 767px) {
  .show-dates-wrapper .show-dates .show-date {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .show-dates-wrapper .show-dates .show-date.with-turns {
    grid-template-rows: auto auto;
    gap: 0.5rem;
  }
  .show-dates-wrapper .show-dates .show-date.with-turns > :nth-child(1) {
    grid-row: 1/3;
  }
}

.anchor-menu {
  position: sticky;
  top: var(--header-padding);
  background: rgba(255, 255, 255, 0.95);
  margin-top: 0.25rem;
  z-index: 1;
  transition: all 0.5s;
}
.sticky .anchor-menu {
  position: static;
}
.anchor-menu .anchors a {
  display: inline-block;
  padding: 1rem 0;
  text-decoration: none;
  text-transform: uppercase;
}
.anchor-menu .anchors a.current {
  font-weight: bold;
}
.anchor-menu.horizontal-type .anchors {
  border-bottom: 1px solid var(--wp--preset--color--blue);
}
.anchor-menu.horizontal-type .anchors a {
  margin-right: 4rem;
}
@media (max-width: 1100px) {
  .anchor-menu.horizontal-type .anchors {
    padding-inline: var(--wp--style--root--padding-left);
    display: flex;
    flex-wrap: nowrap;
    gap: 2rem;
    overflow-x: auto;
  }
  .anchor-menu.horizontal-type .anchors a {
    white-space: nowrap;
    margin-right: 0rem;
  }
}
.anchor-menu.side-auto-type, .anchor-menu.side-custom-type {
  background: var(--wp--preset--color--light-gray);
  padding: var(--wp--preset--spacing--12);
}
.anchor-menu.side-auto-type .anchors, .anchor-menu.side-custom-type .anchors {
  position: relative;
}
.anchor-menu.side-auto-type .anchors a, .anchor-menu.side-custom-type .anchors a {
  display: block;
  padding-left: 1.5rem;
  padding-block: 0.5rem;
  font-size: var(--wp--preset--font-size--h-5);
  border-bottom: 1px solid var(--wp--preset--color--blue);
}
.anchor-menu.side-auto-type .anchors a:last-child, .anchor-menu.side-custom-type .anchors a:last-child {
  border-bottom: none;
}
.anchor-menu.side-auto-type .anchors a:before, .anchor-menu.side-custom-type .anchors a:before {
  content: "\e002";
  font-family: "icons";
  position: absolute;
  left: 0;
  transition: all 0.2s;
}
@media (hover: hover) {
  .anchor-menu.side-auto-type .anchors a:hover:before, .anchor-menu.side-custom-type .anchors a:hover:before {
    left: 0.5rem;
  }
}
h2[id] {
  scroll-margin-top: calc(var(--header-padding) + 1.5rem);
}
@media (max-width: 767px) {
  h2[id] {
    scroll-margin-top: calc(var(--header-padding) + 3rem);
  }
}

body:has(.anchor-menu.horizontal-type) h2[id] {
  scroll-margin-top: calc(var(--header-padding) + 4.5rem);
}
body:has(.anchor-menu.horizontal-type) h2[id]:first-of-type {
  font-size: 0;
  line-height: 0;
}

.profiles {
  margin-block: var(--wp--preset--spacing--32) !important;
  padding-bottom: var(--wp--preset--spacing--56);
  position: relative;
}
.profiles:not(.keen-slider) {
  display: flex;
  gap: 1.875rem;
  gap: var(--wp--preset--spacing--32);
}
.profiles:not(.keen-slider) .profile {
  flex-basis: calc(25% - var(--wp--preset--spacing--32) * 3 / 4);
}
.profiles .profile {
  align-items: stretch;
  gap: var(--wp--preset--spacing--12);
}
.profiles .profile .image {
  aspect-ratio: 5/4;
}
.profiles .profile .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.profiles .profile .text {
  font-size: var(--wp--preset--font-size--h-4);
}
.profiles .profile .text b {
  font-size: var(--wp--preset--font-size--h-4-plus);
}

.tabs-wrapper {
  margin-block: var(--wp--preset--spacing--32) !important;
  position: relative;
  /*.tabs > :first-child {
  	display: block;
  }*/
}
.tabs-wrapper .tabs-menu {
  display: flex;
  justify-content: stretch;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}
.tabs-wrapper .tabs-menu a {
  flex: 1;
  text-decoration: none;
  position: relative;
  padding-block: var(--wp--preset--spacing--18);
  text-align: center;
  font-size: var(--wp--preset--font-size--m);
  white-space: nowrap;
}
.tabs-wrapper .tabs-menu a.current:after {
  content: "";
  position: absolute;
  bottom: -0.25rem;
  left: 0rem;
  right: 0rem;
  height: 0.5rem;
  border-radius: 1rem;
  background: var(--wp--preset--color--blue);
}
.tabs-wrapper .tab {
  display: none;
  border: 1px solid var(--wp--preset--color--blue);
  padding: var(--wp--preset--spacing--56) var(--wp--preset--spacing--80);
}
@media (max-width: 767px) {
  .tabs-wrapper .tab {
    padding: 1rem;
  }
}
.tabs-wrapper .tab.current {
  display: block;
}

body:has(.page-header.bkg-image-type),
body:has(.page-header.bkg-image-center-text-type),
body:has(.page-header.side-image-type) {
  --header-color: var(--wp--preset--color--yellow);
}

body:has(.page-header.side-image-type.has-blue-color) {
  --header-color: var(--wp--preset--color--blue);
}

body:has(.page-header.has-blue-color) {
  --header-color: var(--wp--preset--color--blue);
}

.page-header {
  margin-top: 0;
  padding-top: var(--header-padding);
  margin-bottom: var(--wp--preset--spacing--56);
  padding-inline: var(--wp--style--root--padding-left);
}
.page-header .content {
  min-height: 15rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.page-header .content:has(.breadcrumb) {
  justify-content: space-between;
}
.page-header .breadcrumb {
  margin-bottom: 0;
  margin-top: var(--wp--preset--spacing--56);
  font-size: var(--wp--preset--font-size--m);
}
.page-header .text {
  justify-self: flex-end;
  align-self: flex-end;
  padding-bottom: var(--wp--preset--spacing--32);
  gap: 1.5rem;
}
@media (max-width: 767px) {
  .page-header .text {
    align-self: flex-start;
  }
}
.page-header .text h1 {
  width: fit-content;
  font-family: var(--wp--preset--font-family--body);
  font-size: var(--wp--preset--font-size--h-1-plus);
  text-transform: uppercase;
  margin: unset !important;
}
@media (max-width: 767px) {
  .page-header .text h1 {
    font-size: 45px;
    hyphens: auto;
  }
}
.page-header.bkg-image-type {
  background-image: linear-gradient(rgba(0, 0, 0, var(--background-overlay)), rgba(0, 0, 0, var(--background-overlay))), var(--background-image);
  background-size: cover;
  background-position: center center;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
.page-header.bkg-image-type .content {
  width: 100%;
  flex: 1;
}
@media (max-width: 767px) {
  .page-header.bkg-image-type .content .text {
    hyphens: auto;
  }
}
.page-header.bkg-image-center-text-type {
  background-image: linear-gradient(rgba(0, 0, 0, var(--background-overlay)), rgba(0, 0, 0, var(--background-overlay))), var(--background-image);
  background-size: cover;
  background-position: center center;
  min-height: 100vh;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
.page-header.bkg-image-center-text-type .breadcrumb {
  display: none;
}
.page-header.bkg-image-center-text-type .content {
  width: 100%;
  flex: 1;
  position: relative;
  justify-content: center;
}
.page-header.bkg-image-center-text-type .content .text {
  flex-direction: column;
}
@media (max-width: 767px) {
  .page-header.bkg-image-center-text-type .content .text {
    align-self: flex-start;
  }
}
.page-header.title-only-type .content .text {
  padding-top: 2rem;
}
.page-header.side-image-type {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page-header.side-image-type .content {
  flex-direction: row;
  gap: 5%;
  width: 100%;
}
@media (max-width: 767px) {
  .page-header.side-image-type .content {
    flex-direction: column;
  }
}
.page-header.side-image-type .image {
  width: 50%;
}
@media (max-width: 767px) {
  .page-header.side-image-type .image {
    width: 100%;
  }
}
.page-header.side-image-type .image:has(img) {
  padding-block: var(--wp--preset--spacing--56);
}
@media (max-width: 767px) {
  .page-header.side-image-type .image:has(img) {
    padding-block: var(--wp--preset--spacing--24);
  }
}
.page-header.side-image-type .image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
}
.page-header.side-image-type .image.video {
  position: relative;
  aspect-ratio: 1;
}
.page-header.side-image-type .image iframe {
  position: absolute;
  inset: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  max-width: unset;
}
.page-header.side-image-type .text {
  width: 45%;
  flex-direction: column;
  align-self: center;
  padding-bottom: var(--wp--preset--spacing--56);
}
@media (max-width: 767px) {
  .page-header.side-image-type .text {
    width: 100%;
  }
}
.page-header.side-image-type .breadcrumb {
  display: none;
}
.page-header.side-image-type .subtitle,
.page-header.side-image-type .subtitle p {
  font-size: var(--wp--preset--font-size--h-3);
  line-height: 1.2;
  margin-block: 0;
}
.page-header.side-image-type .date {
  text-transform: uppercase;
  margin-top: var(--wp--preset--spacing--32);
}

.toggable-content .title {
  border-bottom: 1px solid var(--wp--preset--color--blue);
  padding: var(--wp--preset--spacing--6) 0;
  position: relative;
  font-size: var(--wp--preset--font-size--h-5);
  cursor: pointer;
  text-transform: uppercase;
}
.toggable-content .title:hover {
  opacity: 0.8;
}
.toggable-content .title:after {
  font-family: "icons";
  content: "\e00c";
  position: absolute;
  right: 0;
}
.toggable-content .content {
  height: 0;
  overflow: hidden;
  padding: 0;
  transition: all 0.5s;
  interpolate-size: allow-keywords;
}
.toggable-content[aria-expanded=true] .title:after {
  content: "\e00a";
}
.toggable-content[aria-expanded=true] .content {
  height: auto;
}

.home-slider {
  min-height: 100vh;
}
.home-slider .slider-nav {
  top: 45vh;
  transform: translateY(-50%);
  bottom: unset;
  width: 2rem;
  text-align: center;
  right: 1.75rem;
  color: var(--header-color);
}
.home-slider .slider-nav a {
  color: var(--header-color);
  border-bottom-color: var(--header-color);
  margin: 0.25rem;
}
.home-slider .slider-nav a.prev, .home-slider .slider-nav a.next {
  margin-block: 1rem;
}
.home-slider .slide {
  min-height: 100vh;
  position: relative;
  overflow: hidden;
}
.home-slider .slide.bkg-video-type iframe {
  position: absolute;
  inset: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  max-width: unset;
}
.home-slider .slide.side-image-type .wp-block-columns {
  padding-top: var(--header-padding);
  min-height: 100vh;
  gap: var(--wp--preset--spacing--32);
  padding-inline: var(--wp--style--root--padding-left);
}
.home-slider .slide.side-image-type .home-slider-image {
  flex-basis: 50%;
  align-content: center;
}
.home-slider .slide.side-image-type .home-slider-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 75vh;
  flex-basis: 50%;
  gap: calc(var(--wp--preset--spacing--80) * 2);
}
@media (max-width: 767px) {
  .home-slider .slide.side-image-type .home-slider-info {
    min-height: unset;
    gap: 3rem;
  }
}
.home-slider .slide.side-image-type .home-slider-info h2 {
  font-family: var(--wp--preset--font-family--serif);
  text-transform: unset;
}
.home-slider .slide.side-image-type .home-slider-info .text-content {
  gap: var(--wp--preset--spacing--32);
}

.play-pause-video {
  display: block;
  z-index: 1;
  background: none;
  position: absolute;
  bottom: 1.75rem;
  left: 1.75rem;
  width: 1.375rem;
  height: 1.375rem;
  border: 1px solid var(--header-color);
  border-radius: 2rem;
  cursor: pointer;
  transition: all 0.5s;
}
.play-pause-video:hover {
  opacity: 0.8;
}
.play-pause-video:after {
  content: "";
  position: absolute;
  top: 0.6rem;
  left: 0.625rem;
  width: 0.5rem;
  height: 0.5rem;
  transform: translate(-50%, -50%);
  background: var(--header-color);
  transition: all 0.25s;
}
.play-pause-video.is-paused:after {
  border-left: 0.5rem solid var(--header-color);
  border-top: 0.3rem solid transparent;
  border-bottom: 0.3rem solid transparent;
  width: 0;
  height: 0;
  background: unset;
  left: 0.675rem;
}

.home-slider-wrapper {
  margin-bottom: 0;
}
.home-slider-wrapper + .calendar-stripe-wrapper {
  margin-block-start: 0;
}

.calendar-stripe-wrapper {
  border-block: 1px solid var(--wp--preset--color--blue);
  background: white;
  position: relative;
  z-index: 1;
}

.calendar-stripe {
  margin-top: 0;
  display: flex;
  padding-inline: var(--wp--style--root--padding-left);
}
@media (max-width: 1024px) {
  .calendar-stripe {
    padding-right: 0;
  }
  .calendar-stripe .keen-slider.dots-nav .slider-nav {
    right: var(--wp--style--root--padding-left);
  }
}
.calendar-stripe-head, .calendar-stripe-show {
  border-right: 1px solid var(--wp--preset--color--blue);
}
.calendar-stripe-head {
  flex-basis: 16.66%;
  position: relative;
  text-transform: uppercase;
  padding-block: var(--wp--preset--spacing--18);
  font-size: var(--wp--preset--font-size--h-4);
  text-decoration: none;
  hyphens: auto;
  padding-right: 3rem;
}
.calendar-stripe-head .icon-arrow-right {
  position: absolute;
  right: 1rem;
  top: 1rem;
  font-size: 1.5em;
}
.calendar-stripe-head .hyphenated {
  display: none;
}
@media (max-width: 1024px) {
  .calendar-stripe-head {
    flex-basis: 120px;
    width: 120px;
  }
  .calendar-stripe-head .normal {
    display: none;
  }
  .calendar-stripe-head .hyphenated {
    display: block;
  }
}
.calendar-stripe-shows {
  display: flex;
  gap: 0;
  flex-basis: 83.34%;
}
@media (max-width: 1024px) {
  .calendar-stripe-shows {
    flex-basis: calc(100% - 120px);
    width: calc(100% - 120px);
    overflow: hidden;
  }
}
.calendar-stripe-show {
  flex-basis: 20%;
  padding: var(--wp--preset--spacing--18) var(--wp--preset--spacing--12);
  position: relative;
  text-decoration: none;
  min-height: 9rem;
}
.calendar-stripe-show .category,
.calendar-stripe-show .date {
  text-transform: uppercase;
}
.calendar-stripe-show .title {
  font-family: var(--wp--preset--font-family--serif);
  font-size: 1.125rem;
}
.calendar-stripe-show .date {
  width: fit-content;
  border-bottom: 1px solid var(--wp--preset--color--blue);
}
.calendar-stripe-show .category {
  padding-top: var(--wp--preset--spacing--18);
  padding-bottom: var(--wp--preset--spacing--6);
  font-size: var(--wp--preset--font-size--h-6);
}
.calendar-stripe-show:last-child {
  border-right-color: white;
}
.calendar-stripe-show .links {
  opacity: 0;
  position: absolute;
  inset: 0;
  pointer-events: none;
  transform-origin: center center;
  background: white;
  transition: all 0.25s;
  padding: var(--wp--preset--spacing--18);
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.calendar-stripe-show .links .wp-block-buttons {
  flex-direction: column;
  gap: var(--wp--preset--spacing--12);
  align-content: center;
  width: 100%;
}
.calendar-stripe-show .links .wp-block-buttons .wp-block-button {
  width: 100%;
  max-width: 200px;
}
@media (hover: hover) {
  .calendar-stripe-show:hover .links {
    scale: 1;
    opacity: 1;
    pointer-events: all;
  }
}
@media (hover: none) {
  .calendar-stripe-show.focused .links {
    scale: 1;
    opacity: 1;
    pointer-events: all;
  }
}

.show-category-banner-wrapper {
  margin-top: var(--wp--preset--spacing--32);
  --banner-color: var(--wp--preset--color--blue);
  color: var(--banner-color);
  padding-inline: var(--wp--style--root--padding-left);
}
.show-category-banner-wrapper .breadcrumb {
  position: absolute;
}
.show-category-banner-all-wrapper + .show-category-banner-wrapper {
  margin-top: 0;
}
.show-category-banner-wrapper .show-category-banner {
  display: flex;
  gap: 0;
  flex-wrap: nowrap;
  overflow: hidden;
  margin-top: 0;
}
.show-category-banner-wrapper .slide {
  width: 100%;
}
.show-category-banner-wrapper .show {
  max-width: var(--wp--style--global--wide-size);
  margin-inline: auto;
  padding-top: var(--wp--preset--spacing--80);
  padding-bottom: var(--wp--preset--spacing--56);
  min-height: 60vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
.show-category-banner-wrapper .show .title {
  font-family: var(--wp--preset--font-family--serif);
  font-size: var(--wp--preset--font-size--h-1);
  line-height: 1.08;
}
.show-category-banner-wrapper .show .text-content {
  max-width: 58%;
}
@media (max-width: 767px) {
  .show-category-banner-wrapper .show .text-content {
    max-width: 90%;
  }
}
.show-category-banner-wrapper .show .details {
  max-width: 50ch;
}
.show-category-banner-wrapper .show .dates {
  list-style: none;
  min-width: 25%;
}
.show-category-banner-wrapper .show .dates .date {
  text-transform: uppercase;
  display: inline-block;
  margin-right: var(--wp--preset--spacing--18);
  padding-bottom: 0.25rem;
  border-bottom: 1px solid currentColor;
}
.show-category-banner-wrapper .show .image {
  position: absolute;
  right: 0;
  width: 42%;
  max-height: 110%;
  aspect-ratio: 1;
  top: 50%;
  transform: translate(0, -50%);
}
.show-category-banner-wrapper .show .image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: right center;
}
@media (max-width: 767px) {
  .show-category-banner-wrapper .show .image {
    position: static;
    transform: unset;
    width: unset;
  }
}
@media (max-width: 767px) {
  .show-category-banner-wrapper .show .footer {
    flex-direction: column;
    gap: 1rem;
  }
  .show-category-banner-wrapper .show .links .wp-block-buttons {
    gap: 0.75rem;
  }
  .show-category-banner-wrapper .show .links .wp-block-button {
    flex: 1;
  }
  .show-category-banner-wrapper .show .links .wp-block-button__link {
    padding-right: 3rem;
  }
}
.show-category-banner-wrapper .slider-nav {
  top: 0.5rem;
  bottom: unset;
  width: 2rem;
  text-align: center;
  right: 1.75rem;
  color: var(--banner-color);
}
@media (max-width: 767px) {
  .show-category-banner-wrapper .slider-nav {
    right: -0.25rem;
  }
}
.show-category-banner-wrapper .slider-nav a {
  color: var(--banner-color);
  border-bottom-color: var(--banner-color);
  margin: 0.25rem;
}
.show-category-banner-wrapper .slider-nav a.prev, .show-category-banner-wrapper .slider-nav a.next {
  margin-block: 1rem;
}
.show-category-banner-wrapper .wp-block-button a {
  background: var(--banner-color);
  border-color: var(--banner-color);
  color: var(--wp--preset--color--white);
  min-width: 10rem;
}
.show-category-banner-wrapper .wp-block-button a:hover {
  background: transparent;
  border-color: var(--banner-color);
  color: var(--banner-color);
}
.show-category-banner-wrapper .wp-block-button.is-style-secondary a {
  background: transparent;
  border-color: var(--banner-color);
  color: var(--banner-color);
}
.show-category-banner-wrapper .wp-block-button.is-style-secondary a:hover {
  background: var(--banner-color);
  border-color: var(--banner-color);
  color: var(--wp--preset--color--white);
}
.show-category-banner-wrapper.has-blue-background-color, .show-category-banner-wrapper.has-magenta-background-color {
  --banner-color: var(--wp--preset--color--yellow);
  border-bottom: 1px solid white;
  /*border-top: 1px solid white;*/
}
.show-category-banner-wrapper.has-blue-background-color .wp-block-buttons, .show-category-banner-wrapper.has-magenta-background-color .wp-block-buttons {
  --banner-color: var(--wp--preset--color--yellow);
}
.show-category-banner-wrapper.has-blue-background-color .wp-block-button a, .show-category-banner-wrapper.has-magenta-background-color .wp-block-button a {
  color: var(--wp--preset--color--blue);
}
.show-category-banner-wrapper.has-blue-background-color .wp-block-button a:hover, .show-category-banner-wrapper.has-magenta-background-color .wp-block-button a:hover {
  color: var(--banner-color);
}
.show-category-banner-wrapper.has-blue-background-color .wp-block-button.is-style-secondary a, .show-category-banner-wrapper.has-magenta-background-color .wp-block-button.is-style-secondary a {
  color: var(--banner-color);
}
.show-category-banner-wrapper.has-blue-background-color .wp-block-button.is-style-secondary a:hover, .show-category-banner-wrapper.has-magenta-background-color .wp-block-button.is-style-secondary a:hover {
  color: var(--wp--preset--color--blue);
}

.show-category-banner-all-wrapper {
  margin-top: 0;
  margin-bottom: var(--wp--preset--spacing--32);
  padding-inline: var(--wp--style--root--padding-left);
  transition: all 0.25s;
  border-bottom: 1px solid white;
}
.show-category-banner-all-wrapper:has(+ .show-category-banner-wrapper) {
  margin-bottom: 0;
}
.show-category-banner-all-wrapper:has(> a:hover) {
  background: white !important;
  border-bottom-color: var(--wp--preset--color--blue);
}
.show-category-banner-all-wrapper a {
  text-transform: uppercase;
  width: 100%;
  max-width: var(--wp--style--global--wide-size);
  display: block;
  position: relative;
  color: white;
  line-height: 1.5rem;
  padding-block: 1.25rem;
  padding-right: 2rem;
  text-decoration: none;
  transition: all 0.25s;
}
.show-category-banner-all-wrapper a:hover {
  color: var(--wp--preset--color--blue);
}
.show-category-banner-all-wrapper a:after {
  content: "\e002";
  font-family: "icons";
  font-size: 2rem;
  vertical-align: middle;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.related-content {
  position: relative;
  margin-block: var(--wp--preset--spacing--56);
}
.related-content .links {
  margin-block: var(--wp--preset--spacing--32);
  display: grid;
  --ideal-size: 30%;
  --max-column-count: 3;
  --gap: var(--wp--preset--spacing--32);
  grid-template-columns: repeat(auto-fit, minmax(min(max(100% / var(--max-column-count) - var(--gap), var(--ideal-size)), 100%), 2fr));
}
@media (min-width: 641px) {
  .related-content .links {
    gap: var(--gap);
  }
}
@media (max-width: 640px) {
  .related-content .links {
    --max-column-count: 1;
  }
}
.related-content .links:has(> :only-child) {
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 640px) {
  .related-content .links:has(> :only-child) {
    grid-template-columns: 1fr;
  }
}
.related-content .links a {
  display: block;
  text-decoration: none;
}
.related-content .links a .image {
  background: var(--wp--preset--color--blue);
  aspect-ratio: 3/2;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.related-content .links a .image p {
  padding: var(--wp--preset--spacing--18);
  font-size: var(--wp--preset--font-size--h-3);
  font-family: var(--wp--preset--font-family--serif);
  color: var(--wp--preset--color--yellow);
  line-height: 1.2;
}
.related-content .links a .image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: center center;
}
.related-content .links a .title {
  margin-top: var(--wp--preset--spacing--18);
  font-size: var(--wp--preset--font-size--h-4);
}
.related-content .links.keen-slider .link {
  padding-bottom: 2rem;
}
.related-content.custom-type .links {
  --max-column-count: 2;
}
.related-content.custom-type .links a .title {
  font-family: var(--wp--preset--font-family--serif);
  font-size: var(--wp--preset--font-size--h-4-plus);
}

.related-shows .breadcrumb {
  text-transform: uppercase;
}
.related-shows .breadcrumb:after {
  content: unset;
}
.related-shows .title {
  font-size: var(--wp--preset--font-size--h-3);
  font-family: var(--wp--preset--font-family--serif);
}
.related-shows .details {
  margin-top: var(--wp--preset--spacing--6);
  text-transform: uppercase;
}
.related-shows .back-to-category {
  display: block;
  width: fit-content;
  margin-block: var(--wp--preset--spacing--24);
  border-bottom: 0.0625rem solid var(--wp--preset--color--blue);
  line-height: 2.5rem;
  text-decoration: none;
  text-transform: uppercase;
}
.related-shows .back-to-category span {
  display: inline-block;
  margin-right: 1.5rem;
  vertical-align: middle;
  font-size: 1.5em;
}

.tickets-list {
  margin-top: 0;
}
.tickets-list .filters {
  display: flex;
  gap: var(--wp--preset--spacing--24);
}
@media (max-width: 767px) {
  .tickets-list .filters {
    flex-wrap: balance;
    margin-top: -2rem;
  }
}
.tickets-list .show {
  padding-block: var(--wp--preset--spacing--32);
  border-bottom: 1px solid var(--wp--preset--color--blue);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .tickets-list .show {
    flex-direction: column;
    align-items: stretch;
    gap: 1.25rem;
  }
}
.tickets-list .show .details {
  text-transform: uppercase;
}
.tickets-list .show .title {
  font-family: var(--wp--preset--font-family--serif);
  font-size: var(--wp--preset--font-size--h-3);
}
.tickets-list .show a {
  text-decoration: none;
}

.related-show-categories {
  position: relative;
  margin-block: var(--wp--preset--spacing--32);
  container-type: inline-size;
}
.related-show-categories .breadcrumb:after {
  content: unset;
}
.related-show-categories .categories {
  margin-block: var(--wp--preset--spacing--32);
  display: grid;
  --ideal-size: 20%;
  --max-column-count: 4;
  --gap: var(--wp--preset--spacing--32);
  gap: var(--gap);
  grid-template-columns: repeat(auto-fit, minmax(min(max(100% / var(--max-column-count) - var(--gap), var(--ideal-size)), 100%), 2fr));
}
@container (max-width: 50vw) {
  .related-show-categories .categories {
    --max-column-count: 2;
  }
}
@container (max-width: 640px) {
  .related-show-categories .categories {
    --max-column-count: 1;
  }
}
.related-show-categories .categories:has(> :only-child) {
  grid-template-columns: 1fr 1fr;
}
.related-show-categories .categories a {
  padding: var(--wp--preset--spacing--18);
  text-decoration: none;
}
.related-show-categories .categories a .image {
  aspect-ratio: 3/2;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.related-show-categories .categories a .image p {
  padding: var(--wp--preset--spacing--18);
  font-size: var(--wp--preset--font-size--h-3);
  font-family: var(--wp--preset--font-family--serif);
  color: var(--wp--preset--color--yellow);
  line-height: 1.2;
}
.related-show-categories .categories a .image img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  object-position: center center;
}
.related-show-categories .categories a .title {
  margin-top: var(--wp--preset--spacing--18);
  font-size: var(--wp--preset--font-size--h-4-plus);
  font-family: var(--wp--preset--font-family--serif);
  text-align: center;
}
.related-show-categories .categories a.festival-verdi-type .title {
  display: none;
}

.back-link {
  display: inline-block;
  padding-block: 0.125rem;
  border-bottom: 1px solid var(--wp--preset--color--blue);
  text-transform: uppercase;
}
.back-link a {
  text-decoration: none;
}
.back-link span {
  display: inline-block;
  margin-right: 1.5rem;
  translate: 0 0.1rem;
}

.archive-selector {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.archive-selector .title {
  font-size: var(--wp--preset--font-size--h-2);
  margin-block: var(--wp--preset--spacing--24);
  text-transform: uppercase;
}
.page-archive-selector .archive-selector .title {
  font-size: var(--wp--preset--font-size--h-3);
}
.archive-selector select,
.archive-selector option {
  text-transform: uppercase;
}

.page-archive-selector .title {
  font-size: var(--wp--preset--font-size--h-3);
}

.gallery-download .wp-block-gallery {
  width: 100%;
  height: auto;
}
.gallery-download .wp-block-gallery:not(.keen-slider) {
  margin-bottom: var(--wp--preset--spacing--56);
}
.gallery-download .wp-block-gallery .wp-block-image {
  aspect-ratio: 3/2;
}
.gallery-download .wp-block-gallery .wp-block-image img {
  aspect-ratio: 3/2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.gallery-download .title {
  font-weight: 700;
  text-transform: uppercase;
}
.gallery-download .title a {
  text-decoration: none;
}
.gallery-download .title span {
  display: inline-block;
  margin-left: 1rem;
  translate: 0 0.1em;
}
.gallery-download p:first-child {
  margin-top: 0;
}

.article-header {
  padding-top: calc(var(--header-padding) + 5rem);
  text-align: center;
}
.article-header h1 {
  font-family: var(--wp--preset--font-family--sans);
  font-size: var(--wp--preset--font-size--h-1);
  text-transform: uppercase;
  text-wrap-style: balance;
  margin-block: var(--wp--preset--spacing--24);
}
.article-header .image {
  line-height: 0;
  /*width: 65rem;
  margin-left: -7rem;
  height: auto;
  max-width: calc(100vw - (var(--wp--style--root--padding-left) * 2));*/
}
.article-header .image img {
  height: auto;
}
.article-header .details {
  text-transform: uppercase;
  text-align: left;
  padding-block: var(--wp--preset--spacing--32);
  border-bottom: 1px solid var(--wp--preset--color--blue);
}
.article-header .details a {
  text-decoration: none;
}

.calendar-wrapper {
  display: flex;
  flex-direction: column;
}
.calendar-wrapper .filters {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-block: var(--wp--preset--spacing--56);
}
@media (max-width: 767px) {
  .calendar-wrapper .filters {
    order: 1;
    flex-direction: column;
    gap: 1rem;
  }
}
.calendar-wrapper .time-selector-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .calendar-wrapper .time-selector-wrapper {
    order: 0;
  }
}
.calendar-wrapper .calendar {
  width: 100%;
}
.calendar-wrapper .calendar-type-selector,
.calendar-wrapper .category-selector {
  border: 0.0625rem solid var(--wp--preset--color--blue);
  border-radius: 0;
  padding-inline: var(--wp--preset--spacing--12);
  appearance: none;
  line-height: 2rem;
  font-size: var(--wp--preset--font-size--m);
  max-width: 20rem;
  color: var(--wp--preset--color--blue);
  background-position: right var(--wp--preset--spacing--12) center;
  background-repeat: no-repeat;
  background-size: 1em 1em;
}
.calendar-wrapper .calendar-type-selector {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23003451' d='m69.9 76.1h24.4v24.4h-24.4zm36.6 0h24.4v24.4h-24.4zm36.6 0h24.4v24.4h-24.4zm-110 73.1h24.4v24.4h-24.4zm36.6 0h24.4v24.4h-24.4zm36.6 0h24.4v24.4h-24.4zm-36.6-36.6h24.4v24.4h-24.4zm36.6 0h24.4v24.4h-24.4zm36.6 0h24.4v24.4h-24.4zm-110 0h24.4v24.4h-24.4zm134-110v12.2h-24.4v-12.2h-85.3v12.2h-24.4v-12.2h-24.4v195h183v-195h-24.4zm12.2 183h-158v-134h158z'/%3E%3C/svg%3E%0A");
}
.calendar-wrapper .monthly-mobile {
  display: none;
}
@media (max-width: 767px) {
  .calendar-wrapper .monthly-mobile {
    display: block;
    margin-block: 2rem;
  }
  .calendar-wrapper .monthly-mobile .title {
    text-transform: uppercase;
    font-family: var(--wp--preset--font-family--body);
  }
  .calendar-wrapper .monthly-mobile .shows {
    display: flex;
    flex-direction: column;
  }
  .calendar-wrapper .monthly-mobile .shows .show {
    max-width: 100% !important;
    min-width: 100% !important;
    background: var(--wp--preset--color--yellow);
    padding-top: 12px;
    margin-block: 0.5rem;
  }
  .calendar-wrapper .monthly-mobile .shows .show .category {
    padding-top: 0;
  }
}

@media (max-width: 767px) {
  .calendar {
    order: 2;
  }
}
.calendar-grid {
  width: 100%;
}
.calendar-header, .calendar-body {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
}
.calendar-body {
  border-top: 1px solid var(--wp--preset--color--blue);
  border-left: 1px solid var(--wp--preset--color--blue);
}
@media (max-width: 767px) {
  .calendar-body {
    border: 0;
  }
}
.calendar-header-cell {
  padding: var(--wp--preset--spacing--6);
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .calendar-header-cell {
    text-align: center;
    display: block;
    min-height: 4rem;
  }
}
.calendar-cell {
  min-height: 15rem;
  border-right: 1px solid var(--wp--preset--color--blue);
  border-bottom: 1px solid var(--wp--preset--color--blue);
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: stretch;
  align-content: stretch;
}
@media (max-width: 767px) {
  .calendar-cell {
    border: 0;
    text-align: center;
    display: block;
    min-height: 4rem;
  }
}
.calendar-cell.empty {
  background: var(--wp--preset--color--light-gray);
  color: transparent;
}
@media (max-width: 767px) {
  .calendar-cell.empty {
    background: unset;
    color: var(--wp--preset--color--light-gray);
  }
}
.calendar-cell.today .day {
  font-weight: 700;
}
.calendar-cell .day {
  display: block;
  position: absolute;
  z-index: 1;
  padding: var(--wp--preset--spacing--6);
}
@media (max-width: 767px) {
  .calendar-cell .day {
    position: static;
    text-align: center;
  }
}
.calendar-cell .shows {
  list-style: none;
  margin: 0;
  padding: 0;
  flex: 1;
  display: flex;
}
@media (max-width: 767px) {
  .calendar-cell .shows {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .calendar-cell:has(.shows):after {
    content: "";
    position: absolute;
    bottom: 1rem;
    left: 50%;
    transform: translate(-50%, -50%);
    background: var(--wp--preset--color--blue);
    border-radius: 50%;
    width: 0.5rem;
    height: 0.5rem;
  }
}
.calendar a {
  text-decoration: none;
}
.calendar .show {
  padding: var(--wp--preset--spacing--6);
  padding-top: var(--wp--preset--spacing--32);
  display: block;
  flex: 1;
  transition: background 0.25s;
}
.calendar .show.highlight {
  background: color-mix(in srgb, var(--wp--preset--color--yellow), white);
}
.calendar .show.disabled {
  opacity: 0.1;
  pointer-events: none;
}
@media (hover: hover) {
  .calendar .show:hover {
    background: var(--wp--preset--color--yellow);
  }
  .calendar .show a:hover {
    opacity: 1;
  }
}
.calendar .category {
  padding-top: var(--wp--preset--spacing--12);
}
.calendar .category,
.calendar .time {
  font-size: var(--wp--preset--font-size--h-6);
  text-transform: uppercase;
}
.calendar .times .time:after {
  content: ", ";
}
.calendar .times .time:last-child:after {
  content: unset;
}
.calendar .place {
  font-size: var(--wp--preset--font-size--h-6);
}
.calendar .title {
  font-size: 1.125rem;
  line-height: 1.22;
  font-family: var(--wp--preset--font-family--serif);
  margin-block: var(--wp--preset--spacing--6);
}
.calendar.daily-type .calendar-body {
  display: block;
  border: 0;
}
.calendar.daily-type .calendar-body .stripe {
  border-bottom: 1px solid var(--wp--preset--color--blue);
  display: flex;
}
.calendar.daily-type .calendar-body .stripe .slot-time {
  padding-block: var(--wp--preset--spacing--12);
  width: 20%;
}
.calendar.daily-type .calendar-body .stripe .shows {
  width: 80%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 767px) {
  .calendar.daily-type .calendar-body .stripe .shows {
    grid-template-columns: repeat(1, 1fr);
  }
}
.calendar.daily-type .calendar-body .stripe .show {
  padding: var(--wp--preset--spacing--12);
}
.calendar.daily-type .calendar-body .stripe .show .category {
  padding-top: 0;
}

.time-selector-wrapper {
  border-bottom: 1px solid var(--wp--preset--color--blue);
  position: sticky;
  top: var(--header-height);
  z-index: 2;
  background: white;
  --selector-height: 5rem;
}
.time-selector-wrapper h2 {
  cursor: pointer;
  position: relative;
  padding-block: 1rem;
  line-height: calc(var(--selector-height) -- 2rem);
}
@media (max-width: 767px) {
  .time-selector-wrapper h2 {
    font-size: 30px;
  }
}
.time-selector-wrapper h2:after {
  content: "\e000";
  font-family: "icons";
  position: absolute;
  right: 0;
  transition: all 0.25s;
}
.time-selector-wrapper.toggled h2:after {
  rotate: 180deg;
}
.time-selector-wrapper.toggled .time-selector {
  padding-block: var(--wp--preset--spacing--24);
  border: 1px solid var(--wp--preset--color--blue);
  border-top: 0;
  height: auto;
}
.time-selector-wrapper .time-selector {
  position: absolute;
  top: calc(var(--selector-height) + 1px);
  width: 100%;
  padding-block: 0;
  padding-inline: var(--wp--preset--spacing--24);
  border: 0;
  z-index: 2;
  background: white;
  line-height: 1;
  height: 0;
  overflow: hidden;
  transition: all 0.25s;
  interpolate-size: allow-keywords;
}
.time-selector-wrapper .time-selector h3 {
  font-size: var(--wp--preset--font-size--h-2);
  margin-bottom: var(--wp--preset--spacing--6);
  margin-top: var(--wp--preset--spacing--24);
}
.time-selector-wrapper .time-selector h3:first-child {
  margin-top: 0;
}
.time-selector-wrapper .time-selector .months {
  margin-left: calc(var(--wp--preset--spacing--12) * -1);
  line-height: 2.2;
}
.time-selector-wrapper .time-selector a {
  display: inline-block;
  border-right: 0.175rem solid var(--wp--preset--color--blue);
  padding-inline: var(--wp--preset--spacing--12);
  font-size: var(--wp--preset--font-size--h-3);
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1;
}
.time-selector-wrapper .time-selector a.current {
  text-decoration: underline;
}
.time-selector-wrapper .time-selector a:last-child {
  border-right: 0;
}
.time-selector-wrapper .time-selector .day-calendar-selector {
  max-width: 30rem;
}
.time-selector-wrapper .time-selector .day-calendar-selector .calendar-controls {
  position: relative;
  margin-bottom: var(--wp--preset--spacing--18);
}
.time-selector-wrapper .time-selector .day-calendar-selector .calendar-controls .calendar-title {
  font-size: var(--wp--preset--font-size--h-3);
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .time-selector-wrapper .time-selector .day-calendar-selector .calendar-controls .calendar-title {
    display: inline-block;
    padding-top: 0.175rem;
  }
}
.time-selector-wrapper .time-selector .day-calendar-selector .calendar-controls .calendar-arrows {
  position: absolute;
  right: 0;
  top: 0.375rem;
}
.time-selector-wrapper .time-selector .day-calendar-selector .calendar-controls .calendar-arrows button {
  appearance: none;
  background: transparent;
  font-size: var(--wp--preset--font-size--h-4);
  color: var(--wp--preset--color--blue);
  padding-left: var(--wp--preset--spacing--12);
  width: 2rem;
  line-height: 1;
  border: 0;
  border-radius: 0;
}
.time-selector-wrapper .time-selector .day-calendar-selector .calendar-controls .calendar-arrows button[disabled] {
  opacity: 0.3;
  pointer-events: none;
  cursor: pointer;
}
.time-selector-wrapper .time-selector .day-calendar-selector .calendar-header, .time-selector-wrapper .time-selector .day-calendar-selector .calendar-body {
  grid-template-columns: repeat(7, 2.5rem);
  justify-content: space-between;
}
.time-selector-wrapper .time-selector .day-calendar-selector .calendar-body {
  border: 0;
}
.time-selector-wrapper .time-selector .day-calendar-selector .calendar-header-cell {
  text-align: center;
  padding: var(--wp--preset--spacing--6) 0;
  text-transform: uppercase;
  width: 2.5rem;
}
.time-selector-wrapper .time-selector .day-calendar-selector .calendar-cell {
  min-height: unset;
  border: 0;
  justify-content: stretch;
  align-content: stretch;
  padding: 0;
  text-align: center;
  justify-content: center;
  align-content: center;
  position: static;
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  margin: 0 auto 0 0;
  /*&.today {
  	//background: #fffbe6;
  	.day {
  		font-weight: 700;
  	}
  }*/
}
.time-selector-wrapper .time-selector .day-calendar-selector .calendar-cell.empty, .time-selector-wrapper .time-selector .day-calendar-selector .calendar-cell.disabled {
  opacity: 0.3;
  background: unset;
  pointer-events: none;
}
.time-selector-wrapper .time-selector .day-calendar-selector .calendar-cell .day {
  position: static;
  display: block;
  width: 2rem;
  height: 2rem;
  line-height: 1.3;
  text-align: center;
  border-radius: 2rem;
  cursor: pointer;
}
.time-selector-wrapper .time-selector .day-calendar-selector .calendar-cell.current .day {
  background: var(--wp--preset--color--blue);
  color: white;
}
@media (hover: hover) {
  .time-selector-wrapper .time-selector .day-calendar-selector .calendar-cell:hover .day {
    background: var(--wp--preset--color--blue);
    color: white;
  }
}

#shows-list {
  scroll-margin-top: calc(var(--header-padding) + 4.5rem);
}

.sponsor-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 767px) {
  .sponsor-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.sponsor-grid.grid-type {
  gap: 0;
  align-content: stretch;
  border-top: 1px solid var(--wp--preset--color--blue);
}
.sponsor-grid.grid-type .sponsor {
  display: block;
  text-decoration: none;
  padding: 0 var(--wp--preset--spacing--24) var(--wp--preset--spacing--24);
  border-bottom: 1px solid var(--wp--preset--color--blue);
  text-align: center;
  line-height: 0;
}
@media (max-width: 767px) {
  .sponsor-grid.grid-type .sponsor {
    padding: 0 var(--wp--preset--spacing--12) var(--wp--preset--spacing--12);
  }
}
.sponsor-grid.grid-type .sponsor img {
  max-width: 100%;
  aspect-ratio: 3/2;
  object-fit: contain;
  object-position: center center;
}
.sponsor-grid.grid-type .sponsor .role {
  font-size: var(--wp--preset--font-size--h-5);
  text-transform: uppercase;
  text-wrap: balance;
  line-height: 1.3;
}

.searchable-list {
  margin-block: var(--wp--preset--spacing--32);
}
.searchable-list .no-results {
  display: none;
  font-size: var(--wp--preset--font-size--h-4);
}
.searchable-list .content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--wp--preset--spacing--32);
}
.searchable-list .content > * {
  overflow: hidden;
}
@media (max-width: 767px) {
  .searchable-list .content {
    grid-template-columns: 1fr;
  }
}

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