:root {
  --margin: 10px;
  --padding: 20px;
  --swiper-navigation-color: var(--wp--preset--color--white);
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/**
 * Set up a decent box model on the root element
 */
html {
  box-sizing: border-box;
}

/**
 * Make all elements from the DOM inherit from the parent box-sizing
 * Since `*` has a specificity of 0, it does not override the `html` value
 * making all elements inheriting from the root box-sizing value
 * See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
*,
*::before,
*::after {
  box-sizing: inherit;
}

/**
 * Basic styles for links
 */
a {
  color: inherit;
  text-decoration: none;
  transition: transform 0.3s;
}
a:hover, a:active, a:focus, a:focus-within {
  text-decoration: none;
  transform: translateX(0.25rem);
}

body {
  line-height: 1.3;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 100%;
  margin: 0;
}

h6 {
  text-transform: uppercase;
}

p {
  margin: 0 0 1.5rem;
}
p:last-child {
  margin-bottom: 0;
}

.entry-title {
  font-weight: normal;
  line-height: 1;
}

.has-large-font-size,
.has-x-large-font-size,
.wp-block-details.alignfull summary {
  line-height: 1;
}

.has-xx-large-font-size {
  line-height: 0.85;
}
.has-xx-large-font-size a {
  text-decoration: none;
}
.has-xx-large-font-size a:hover, .has-xx-large-font-size a:active, .has-xx-large-font-size a:focus, .has-xx-large-font-size a:focus-within {
  transform: none;
}
.has-xx-large-font-size + .has-x-large-font-size {
  margin-top: 3rem;
}

.has-uppercase {
  text-transform: uppercase;
}

/**
 * Clear inner floats
 */
.clearfix::after {
  clear: both;
  content: "";
  display: table;
}

/**
 * Hide text while making it readable for screen readers
 * 1. Needed in WebKit-based browsers because of an implementation bug;
 *    See: https://code.google.com/p/chromium/issues/detail?id=457146
 */
.hide-text {
  overflow: hidden;
  padding: 0; /* 1 */
  text-indent: 101%;
  white-space: nowrap;
}

/**
 * Hide element while making it readable for screen readers
 * Shamelessly borrowed from HTML5Boilerplate:
 * https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css#L119-L133
 */
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.link-home:hover, .link-home:active, .link-home:focus, .link-home:focus-within {
  color: inherit !important;
  transform: none;
}
@media screen and (max-width: 960px) {
  .link-home {
    position: relative;
    z-index: 1001;
  }
  .link-home .name {
    display: none;
  }
}
@media screen and (max-width: 650px) {
  .link-home {
    max-width: 190px;
  }
}

.fernate {
  width: 20px;
  height: auto;
  margin: auto 0.5rem auto 0;
}

.imw-logo {
  max-width: 60%;
  height: auto;
}

.noise--ard-logo {
  position: absolute;
  inset: calc(75px + var(--wp--preset--spacing--blank-10)) var(--wp--preset--spacing--blank-20) auto auto;
  z-index: 9;
  width: 40px;
  height: auto;
}
.admin-bar .noise--ard-logo {
  inset: calc(107px + var(--wp--preset--spacing--blank-10)) var(--wp--preset--spacing--blank-20) auto auto;
}
@media screen and (max-width: 650px) {
  .noise--ard-logo {
    top: calc(85px + var(--wp--preset--spacing--blank-10));
    width: 25px;
  }
}

@media screen and (max-width: 960px) {
  .site--header {
    background: var(--wp--preset--color--light-grey);
    position: fixed;
    inset: 0 0 auto;
    height: 43px;
    width: 100%;
    z-index: 2000;
    display: flex;
    padding: var(--wp--preset--spacing--20);
    align-items: center;
  }
}
@media screen and (min-width: 961px) {
  .site--header > .link-home {
    display: none;
  }
}

.site--footer .menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-widget .logo-ard {
  max-width: 320px;
}
.footer-widget .sponsors-partners ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-widget .sponsors-partners li {
  margin: 0 0 0.65rem;
}
@media screen and (max-width: 650px) {
  .footer-widget .widget ul {
    margin: 0 0 1.3rem;
  }
}

:root :where(.wp-block-button .wp-block-button__link),
:root :where(.wp-block-button.is-style-outline--1 .wp-block-button__link) {
  border-width: 1px !important;
}

.wp-block-cover:not(.wp-block-group .wp-block-cover) {
  aspect-ratio: 1440/540;
  max-width: 100%;
}
.wp-block-cover:not(.wp-block-group .wp-block-cover) .wp-block-image {
  max-width: 75%;
}
.wp-block-columns:has(> .wp-block-column:nth-child(3):last-child) .wp-block-cover {
  aspect-ratio: 480/660;
  height: auto;
}
.wp-block-cover.is-style-cover-size-by-image {
  height: auto !important;
  min-height: 0 !important;
  aspect-ratio: unset !important;
}
.wp-block-cover.is-style-cover-size-by-image .wp-block-cover__image-background, .wp-block-cover.is-style-cover-size-by-image .wp-block-cover__video-background {
  position: static !important;
  width: 100% !important;
  height: auto !important;
}
.wp-block-cover.is-style-cover-size-by-image .wp-block-cover__inner-container {
  position: absolute;
  justify-content: center;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 650px) {
  .wp-block-cover.is-style-cover-size-by-image {
    height: 400px !important;
  }
  .wp-block-cover.is-style-cover-size-by-image .wp-block-cover__image-background, .wp-block-cover.is-style-cover-size-by-image .wp-block-cover__video-background {
    height: 100% !important;
  }
}
.wp-block-cover.is-position-top-left .wp-block-cover__inner-container {
  inset: 100px 0 0 var(--padding);
}
.wp-block-cover.is-position-top-right .wp-block-cover__inner-container {
  inset: 100px var(--padding) 0 0;
}
.wp-block-cover.has-padding {
  padding: var(--wp--preset--spacing--blank-10);
  width: 100%;
  max-height: 360px;
}
.wp-block-cover__inner-container svg {
  margin: auto;
}

.wp-block-group.is-content-justification-center {
  display: flex;
}
.wp-block-group .wp-block-columns:has(.wp-block-cover),
.wp-block-group .wp-block-columns:has(.wp-block-image) {
  margin-left: calc(-1 * var(--wp--preset--spacing--blank-10)) !important;
  margin-right: calc(-1 * var(--wp--preset--spacing--blank-10)) !important;
  max-width: none;
}
.wp-block-column .wp-block-group {
  padding-top: 0;
  padding-right: 0;
  padding-left: 0;
}
.wp-block-group > .alignfull {
  margin-left: calc(var(--wp--preset--spacing--blank-10) * -1);
  margin-right: calc(var(--wp--preset--spacing--blank-10) * -1);
}
.wp-block-group > .alignfull .wp-block-column:first-child .wp-element-caption {
  padding-left: var(--padding);
}
.wp-block-group > .alignfull .wp-block-column:last-child .wp-element-caption {
  padding-right: var(--padding);
}
.wp-block-group:has(.wp-block-heading:first-child) {
  padding-top: var(--wp--preset--spacing--blank-10);
}
.entry-content > .wp-block-group {
  min-height: min(40vw, 40vh);
}

.entry-content > .wp-block-columns:not(:has(.wp-block-cover)) {
  padding: var(--wp--preset--spacing--blank-10);
}

.wp-block-column > .wp-block-image:first-child img {
  width: 100%;
}
.wp-block-column > .wp-block-image:first-child + .wp-block-heading {
  padding: var(--wp--preset--spacing--blank-10);
}

.wp-block-embed {
  position: relative;
  margin: 0 0 var(--wp--preset--spacing--blank-02);
  color: #ffff64;
}
.wp-block-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper, .wp-block-embed.is-provider-ard .wp-block-embed__wrapper, .wp-block-embed.is-provider-br .wp-block-embed__wrapper {
  padding-top: 56.25%;
}
.wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper {
  padding-top: 75%;
}

.wp-block-heading.has-medium-font-size {
  margin-bottom: 1em;
}
.entry-content > .wp-block-heading {
  padding: var(--wp--preset--spacing--blank-10) var(--padding) var(--wp--preset--spacing--blank-40);
}

.wp-block-details.alignfull summary {
  font-size: var(--wp--preset--font-size--large);
}
.wp-block-details summary {
  list-style: none;
  cursor: pointer;
  position: relative;
  padding-right: 30px;
}
.wp-block-details summary::-webkit-details-marker {
  display: none;
}
.wp-block-details summary::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 20px;
  height: 20px;
  border-right: 3px solid black;
  border-bottom: 3px solid black;
  transition: transform 0.3s ease-in-out;
}
@media screen and (max-width: 650px) {
  .wp-block-details summary::after {
    width: 12px;
    height: 12px;
    border-width: 2px;
  }
}
.wp-block-details[open] {
  margin-bottom: var(--wp--preset--spacing--blank-20);
}
.wp-block-details[open] summary::after {
  transform: translateY(-50%) rotate(225deg);
}

.wp-block-quote cite {
  font-size: var(--wp--preset--font-size--medium);
  font-style: normal;
  text-transform: none;
}

.block-details {
  transition: background-color 0.3s;
  border-top: 1px solid var(--wp--preset--color--black);
  border-bottom: 1px solid var(--wp--preset--color--black);
  margin-top: -1px;
}
.edition--subpages .block-details {
  background-color: inherit;
}
.edition--subpages .block-details[open] .block-details--summary:hover {
  background-color: inherit;
}
.edition--subpages .block-details:last-child, .edition--subpages .block-details:last-of-type {
  border-bottom: none;
}
.block-details--summary {
  list-style: none;
  cursor: pointer;
  position: relative;
  padding: var(--wp--preset--spacing--blank-10) 30px var(--wp--preset--spacing--blank-10) var(--wp--preset--spacing--blank-10);
  text-transform: uppercase;
  transition: background-color 0.3s, text-indent 0.3s;
}
.block-details--summary::-webkit-details-marker {
  display: none;
}
.block-details--summary::after {
  content: url(data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjEwIiB2aWV3Qm94PSIwIDAgMTAgMTAiIHdpZHRoPSIxMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJtNC41MDU4NTk0IDB2NC4zNTM1MTU2aC00LjUwNTg1OTR2MS4yNjk1MzEzaDQuNTA1ODU5NHY0LjM3Njk1MzFoLjYzNDc2NTYuNjM0NzY1NnYtNC4zNzY5NTMxaDQuMjI0NjA5NHYtMS4yNjk1MzEzaC00LjIyNDYwOTR2LTQuMzUzNTE1NmgtLjYzNDc2NTZ6Ii8+PC9zdmc+);
  position: absolute;
  inset: var(--wp--preset--spacing--blank-10) 30px auto auto;
  transform-origin: center center;
  transition: transform 0.3s, text-indent 0.3s;
}
.block-details:not([open]) .block-details--summary:hover {
  background-color: var(--wp--preset--color--edition-light, var(--wp--preset--color--light));
  text-indent: 1rem;
}
.block-details:not([open]) .block-details--summary:hover::after {
  transform: scale(1.5);
  text-indent: -0.25rem;
}
.block-details[open] > .block-details--summary {
  background-color: var(--wp--preset--color--edition-light, var(--wp--preset--color--light));
}
.block-details[open] > .block-details--summary::after {
  content: url(data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjEwIiB2aWV3Qm94PSIwIDAgMTAgMTAiIHdpZHRoPSIxMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJtMCA0LjM1MzUxNTZ2MS4yNjk1MzEzaDEwdi0xLjI2OTUzMTN6Ii8+PC9zdmc+);
}
.block-details[open] > .block-details--content {
  height: auto;
}
.block-details--content {
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
}
.block-details--content > :last-child {
  padding-bottom: var(--padding);
}
.block-details--inner {
  padding: var(--wp--preset--spacing--blank-10);
}
.wp-block-column .block-details {
  border: none;
}
.wp-block-column .block-details:not([open]) > .block-details--summary:hover {
  background-color: transparent;
}
.wp-block-column .block-details--summary::after {
  position: static;
  margin: 0 0 0 0.5rem;
}
.block-details .block-details {
  padding: 0;
  border-top: 1px solid var(--wp--preset--color--black);
  border-bottom: 1px solid var(--wp--preset--color--black);
}
.block-details .block-details:last-child {
  margin-bottom: var(--wp--preset--spacing--blank-80);
}
.block-details .block-details .block-details--summary {
  padding-left: 0;
  padding-right: 0;
}
.block-details .block-details .block-details--content {
  padding: 0;
}
.musicians-slider + .block-details {
  margin-top: calc(var(--wp--preset--spacing--blank-40) * -1);
}
.wp-block-group > .block-details {
  margin-left: calc(var(--wp--preset--spacing--blank-10) * -1) !important;
  margin-right: calc(var(--wp--preset--spacing--blank-10) * -1) !important;
  max-width: none;
}

.awards--list,
.instruments--list {
  display: flex;
  gap: 0.25em;
  margin: 0 0 0.25em;
  padding: 0;
  list-style: none;
}

.awards--item {
  display: flex;
  gap: 0.25em;
}

.musicians-slider--slider img,
.images-slider--slider img {
  display: block;
}
.wp-block-group > .musicians-slider .musicians-slider--slider,
.wp-block-group > .musicians-slider .images-slider--slider,
.wp-block-group > .images-slider .musicians-slider--slider,
.wp-block-group > .images-slider .images-slider--slider {
  margin: 0 calc(var(--wp--preset--spacing--blank-10) * -1);
}
.musicians-slider--header,
.images-slider--header {
  text-transform: uppercase;
  margin-bottom: var(--padding);
}
.musicians-slider--intro,
.images-slider--intro {
  width: auto;
  height: calc(540px - var(--margin) * 2);
  position: relative;
  background: var(--wp--preset--color--edition-light, var(--wp--preset--color--light));
  padding: var(--margin);
  aspect-ratio: 320/540;
}
.musicians-slider--content,
.images-slider--content {
  position: absolute;
  z-index: 1;
  inset: 0;
  padding: var(--padding);
}
.musicians-slider--content h3,
.images-slider--content h3 {
  display: block;
  margin: 0 0 0.8rem;
  color: var(--wp--preset--color--white);
  transition: transform 0.3s;
  transform-origin: left top;
  font-size: var(--wp--preset--font-size--large);
  transform: scale(0.577);
}
.musicians-slider--content .tag,
.images-slider--content .tag {
  color: var(--wp--preset--color--black);
  background-color: var(--wp--preset--color--light-grey-60);
}
.musicians-slider--slide,
.images-slider--slide {
  width: auto;
  position: relative;
}
.musicians-slider--slide .musicians-slider--image,
.images-slider--slide .musicians-slider--image {
  overflow: hidden;
}
.musicians-slider--slide .musicians-slider--image img,
.images-slider--slide .musicians-slider--image img {
  transition: filter 0.3s;
}
.musicians-slider--slide:hover .musicians-slider--image img, .musicians-slider--slide:active .musicians-slider--image img, .musicians-slider--slide:focus .musicians-slider--image img, .musicians-slider--slide:focus-within .musicians-slider--image img,
.images-slider--slide:hover .musicians-slider--image img,
.images-slider--slide:active .musicians-slider--image img,
.images-slider--slide:focus .musicians-slider--image img,
.images-slider--slide:focus-within .musicians-slider--image img {
  filter: blur(3px) brightness(0.7);
}
.musicians-slider--slide:hover .musicians-slider--content h3,
.musicians-slider--slide:hover .images-slider--content h3, .musicians-slider--slide:active .musicians-slider--content h3,
.musicians-slider--slide:active .images-slider--content h3, .musicians-slider--slide:focus .musicians-slider--content h3,
.musicians-slider--slide:focus .images-slider--content h3, .musicians-slider--slide:focus-within .musicians-slider--content h3,
.musicians-slider--slide:focus-within .images-slider--content h3,
.images-slider--slide:hover .musicians-slider--content h3,
.images-slider--slide:hover .images-slider--content h3,
.images-slider--slide:active .musicians-slider--content h3,
.images-slider--slide:active .images-slider--content h3,
.images-slider--slide:focus .musicians-slider--content h3,
.images-slider--slide:focus .images-slider--content h3,
.images-slider--slide:focus-within .musicians-slider--content h3,
.images-slider--slide:focus-within .images-slider--content h3 {
  transform: scale(1);
}
@media screen and (max-width: 650px) {
  .musicians-slider--slide .musicians-slider--image,
  .images-slider--slide .musicians-slider--image {
    height: 400px;
  }
  .musicians-slider--slide .musicians-slider--image img,
  .images-slider--slide .musicians-slider--image img {
    width: auto;
    height: 100%;
  }
  .musicians-slider--slide .musicians-slider--image:hover img, .musicians-slider--slide .musicians-slider--image:active img, .musicians-slider--slide .musicians-slider--image:focus img, .musicians-slider--slide .musicians-slider--image:focus-within img,
  .images-slider--slide .musicians-slider--image:hover img,
  .images-slider--slide .musicians-slider--image:active img,
  .images-slider--slide .musicians-slider--image:focus img,
  .images-slider--slide .musicians-slider--image:focus-within img {
    filter: brightness(0.7);
  }
}
@media screen and (max-width: 650px) {
  .musicians-slider--intro,
  .images-slider--intro {
    height: calc(400px - var(--margin) * 2);
  }
}

.slider-next,
.slider-prev {
  background: none;
  border: none;
  cursor: pointer;
  color: var(--wp--preset--color--white);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
.lightbox .slider-next,
.lightbox .slider-prev {
  color: var(--wp--preset--color--black);
}
.slider-next:hover, .slider-next:active, .slider-next:focus, .slider-next:focus-within,
.slider-prev:hover,
.slider-prev:active,
.slider-prev:focus,
.slider-prev:focus-within {
  text-decoration: none;
  transform: translateY(-50%);
}

.slider-prev {
  left: 10px;
}

.slider-next {
  right: 10px;
}

.musicians-slider,
.images-slider:has(.images-slider--header) {
  padding: var(--wp--preset--spacing--blank-40) 0;
}

.images-slider:not(.images-slider--header) {
  padding: var(--wp--preset--spacing--blank-02) 0;
}

.images-slider--slider .images-slider--slide img {
  cursor: pointer;
}

.lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2001;
  display: flex;
  justify-content: center;
  align-items: center;
}
.lightbox.hidden {
  display: none;
}
.lightbox--swiper {
  --swiper-navigation-color: black;
}
.lightbox--overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--wp--preset--color--light-grey-60);
  backdrop-filter: blur(4px);
}
.lightbox--content {
  position: relative;
  z-index: 1001;
  width: 100%;
  padding: var(--padding);
}
.lightbox img {
  display: block;
  margin: auto;
}
.lightbox .close-btn {
  position: absolute;
  inset: var(--wp--preset--spacing--blank-10) var(--wp--preset--spacing--blank-10) auto auto;
  z-index: 1002;
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  width: 30px;
  height: 25px;
  flex-direction: column;
  justify-content: space-around;
}
.lightbox .close-btn span {
  width: 30px;
  height: 1px;
  background: currentColor;
  transition: all 0.3s ease;
}
.lightbox .close-btn span:nth-child(1) {
  transform: rotate(45deg) translate(2px, 2px);
}
.lightbox .close-btn span:nth-child(2) {
  transform: rotate(-45deg) translate(6px, -6px);
}
.admin-bar .lightbox .close-btn {
  top: calc(32px + var(--padding));
}
.lightbox .images-slider--image {
  display: flex;
  width: calc(100vw - 2 * var(--padding));
  height: calc(100vh - 2 * var(--padding));
}

.videos {
  padding: var(--wp--preset--spacing--blank-40) 0;
}
.entry-content > .videos {
  padding: var(--wp--preset--spacing--blank-40) var(--padding);
}
.videos--header {
  margin-bottom: var(--wp--preset--spacing--blank-10);
}
.videos--items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: var(--wp--preset--spacing--blank-10);
}

.featured-musicians--items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: var(--wp--preset--spacing--blank-02);
}
.featured-musicians--image {
  position: relative;
  margin: 0;
}
.featured-musicians--image img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 480/650;
}
.featured-musicians--image figcaption {
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
  color: var(--wp--preset--color--white);
  text-align: center;
  white-space: pre-wrap;
}
.featured-musicians--editorial {
  padding: var(--padding);
}
.featured-musicians--editorial p {
  font-size: var(--wp--preset--font-size--x-large);
  line-height: 0.85;
  text-transform: uppercase;
}
.featured-musicians--editorial pre {
  font-family: var(--wp--preset--font-family--twk-burns), sans-serif;
  font-size: var(--wp--preset--font-family--medium);
}

.award-winners--list {
  list-style: none;
  margin: 0 0 1.5rem;
  padding: 0;
}

.awards-by-division {
  display: grid;
  grid-template-columns: 4rem auto;
  grid-gap: var(--wp--preset--spacing--blank-10);
  margin: 0 0 1.5rem;
}

.has-display-none {
  display: none !important;
}

.tag {
  display: inline-block;
  color: var(--wp--preset--color--dark-grey);
  background: var(--wp--preset--color--light-grey);
  padding: 2px 5px;
  border-radius: 3px;
  font-size: var(--wp--preset--font-size--small);
}
.tag.highlight {
  background: var(--wp--preset--color--edition-light, var(--wp--preset--color--light));
}

a.tag:hover, a.tag:active, a.tag:focus, a.tag:focus-within {
  color: var(--wp--preset--color--light-grey);
  background: var(--wp--preset--color--dark-grey);
  transform: none;
}

.wp-block-button.is-style-outline--1 .wp-block-button__link,
.button {
  background: transparent none;
  border-color: currentColor;
  border-width: 1px;
  border-style: solid;
  color: currentColor;
  padding-top: 0.667em;
  padding-right: 1.33em;
  padding-bottom: 0.667em;
  padding-left: 1.33em;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
}
.wp-block-button.is-style-outline--1 .wp-block-button__link:hover, .wp-block-button.is-style-outline--1 .wp-block-button__link:active, .wp-block-button.is-style-outline--1 .wp-block-button__link:focus, .wp-block-button.is-style-outline--1 .wp-block-button__link:focus-within,
.button:hover,
.button:active,
.button:focus,
.button:focus-within {
  transform: none;
  background: var(--wp--preset--color--black);
  color: var(--wp--preset--color--white);
}

.wp-block-button__link {
  transition: background-color 0.3s, color 0.3s;
}
.wp-block-button__link:hover, .wp-block-button__link:active, .wp-block-button__link:focus, .wp-block-button__link:focus-within {
  transform: none;
  background: var(--wp--preset--color--edition-dark, var(--wp--preset--color--dark));
  color: var(--wp--preset--color--edition-light, var(--wp--preset--color--light));
}
.wp-block-button__link.has-light-color:hover, .wp-block-button__link.has-light-color:active, .wp-block-button__link.has-light-color:focus, .wp-block-button__link.has-light-color:focus-within {
  background: var(--wp--preset--color--edition-light, var(--wp--preset--color--light));
  color: var(--wp--preset--color--black) !important;
}
.has-background .wp-block-button__link:hover, .has-background .wp-block-button__link:active, .has-background .wp-block-button__link:focus, .has-background .wp-block-button__link:focus-within {
  transform: none;
  background: var(--wp--preset--color--black);
}
.has-light-background-color .wp-block-button__link:hover, .has-light-background-color .wp-block-button__link:active, .has-light-background-color .wp-block-button__link:focus, .has-light-background-color .wp-block-button__link:focus-within {
  transform: none;
  color: var(--wp--preset--color--edition-dark, var(--wp--preset--color--dark));
}
.has-light-grey-background-color .wp-block-button__link:hover, .has-light-grey-background-color .wp-block-button__link:active, .has-light-grey-background-color .wp-block-button__link:focus, .has-light-grey-background-color .wp-block-button__link:focus-within {
  transform: none;
  border-color: var(--wp--preset--color--light-grey);
  color: var(--wp--preset--color--light-grey) !important;
}

.wp-block-cover:has(.wp-block-buttons) .wp-block-cover__inner-container {
  transition: transform 0.3s;
  transform: translateY(0.5rem);
}
.wp-block-cover:has(.wp-block-buttons) .wp-block-cover__image-background,
.wp-block-cover:has(.wp-block-buttons) .wp-block-cover__video-background {
  transition: filter 0.3s;
}
.wp-block-cover:has(.wp-block-buttons) .wp-block-buttons {
  transition: transform 0.3s, opacity 0.3s;
  opacity: 0;
  transform: translateY(0.75rem);
  color: var(--wp--preset--color--white);
}
@media (hover: hover) and (pointer: fine) {
  .wp-block-cover:has(.wp-block-buttons):hover .wp-block-cover__image-background,
  .wp-block-cover:has(.wp-block-buttons):hover .wp-block-cover__video-background, .wp-block-cover:has(.wp-block-buttons):active .wp-block-cover__image-background,
  .wp-block-cover:has(.wp-block-buttons):active .wp-block-cover__video-background, .wp-block-cover:has(.wp-block-buttons):focus .wp-block-cover__image-background,
  .wp-block-cover:has(.wp-block-buttons):focus .wp-block-cover__video-background, .wp-block-cover:has(.wp-block-buttons):focus-within .wp-block-cover__image-background,
  .wp-block-cover:has(.wp-block-buttons):focus-within .wp-block-cover__video-background {
    filter: blur(3px) brightness(0.7);
  }
  .wp-block-cover:has(.wp-block-buttons):hover .wp-block-cover__inner-container, .wp-block-cover:has(.wp-block-buttons):active .wp-block-cover__inner-container, .wp-block-cover:has(.wp-block-buttons):focus .wp-block-cover__inner-container, .wp-block-cover:has(.wp-block-buttons):focus-within .wp-block-cover__inner-container {
    transform: translateY(0);
  }
  .wp-block-cover:has(.wp-block-buttons):hover .wp-block-buttons, .wp-block-cover:has(.wp-block-buttons):active .wp-block-buttons, .wp-block-cover:has(.wp-block-buttons):focus .wp-block-buttons, .wp-block-cover:has(.wp-block-buttons):focus-within .wp-block-buttons {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (hover: none) and (pointer: coarse) {
  .wp-block-cover:has(.wp-block-buttons) .wp-block-cover__image-background,
  .wp-block-cover:has(.wp-block-buttons) .wp-block-cover__video-background {
    filter: brightness(0.7);
  }
  .wp-block-cover:has(.wp-block-buttons) .wp-block-cover__inner-container {
    transform: translateY(0);
  }
  .wp-block-cover:has(.wp-block-buttons) .wp-block-buttons {
    opacity: 1;
    transform: translateY(0);
  }
}
.wp-block-cover:has(.wp-block-buttons) .wp-block-button__link {
  background-color: transparent;
  border: 1px solid var(--wp--preset--color--white);
  text-transform: uppercase;
}
.wp-block-cover:has(.wp-block-buttons) .wp-block-button__link:hover, .wp-block-cover:has(.wp-block-buttons) .wp-block-button__link:active, .wp-block-cover:has(.wp-block-buttons) .wp-block-button__link:focus, .wp-block-cover:has(.wp-block-buttons) .wp-block-button__link:focus-within {
  color: inherit;
}

.toggle {
  display: flex;
  gap: 0.5em;
  align-items: center;
  color: var(--wp--preset--color--dark-grey);
  text-transform: uppercase;
}
.toggle.is-active .toggle--on, .toggle:not(.is-active) .toggle--off {
  color: var(--wp--preset--color--black);
}

.switch {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 10px;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--wp--preset--color--dark-grey);
  transition: background-color 0.3s;
  border-radius: 5px;
}
.switch .slider::before {
  position: absolute;
  content: "";
  height: 8px;
  width: 8px;
  left: 1px;
  bottom: 1px;
  background-color: white;
  transition: transform 0.3s;
  border-radius: 50%;
}
.switch input:checked + .slider {
  background-color: var(--wp--preset--color--black);
}
.switch input:checked + .slider::before {
  transform: translateX(10px);
}
.switch input:focus + .slider {
  box-shadow: 0 0 1px var(--wp--preset--color--black);
}

.editions {
  margin: 0;
  padding: 0;
  list-style: none;
}
.editions .edition--item {
  border-bottom: 1px solid var(--wp--preset--color--black);
}

.single-edition .page--header > h1 {
  padding: 100px var(--padding) 0;
}
.single-edition .entry-content {
  position: relative;
}
.single-edition .entry-content .edition--highlights {
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  top: var(--padding);
  right: var(--padding);
}
.single-edition .entry-content .edition--highlights .button {
  display: inline-block;
}

.entry-sub {
  border-top: 1px solid var(--wp--preset--color--black);
}

.post-type-archive-edition .type-edition {
  position: relative;
}
.post-type-archive-edition .type-edition .edition--title {
  list-style: none;
  cursor: pointer;
  padding: var(--wp--preset--spacing--blank-10) 30px var(--wp--preset--spacing--blank-10) var(--wp--preset--spacing--blank-10);
  transition: background-color 0.3s, text-indent 0.3s;
}
.post-type-archive-edition .type-edition .edition--title .entry-title {
  transition: font-size 0.3s;
  line-height: inherit;
}
.post-type-archive-edition .type-edition .edition--title::-webkit-details-marker {
  display: none;
}
.post-type-archive-edition .type-edition .edition--title::after {
  content: url(data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjEwIiB2aWV3Qm94PSIwIDAgMTAgMTAiIHdpZHRoPSIxMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJtNC41MDU4NTk0IDB2NC4zNTM1MTU2aC00LjUwNTg1OTR2MS4yNjk1MzEzaDQuNTA1ODU5NHY0LjM3Njk1MzFoLjYzNDc2NTYuNjM0NzY1NnYtNC4zNzY5NTMxaDQuMjI0NjA5NHYtMS4yNjk1MzEzaC00LjIyNDYwOTR2LTQuMzUzNTE1NmgtLjYzNDc2NTZ6Ii8+PC9zdmc+);
  position: absolute;
  inset: var(--wp--preset--spacing--blank-10) 30px auto auto;
  transform-origin: center center;
  transition: transform 0.3s, text-indent 0.3s;
}
.post-type-archive-edition .type-edition .edition--highlights {
  position: absolute;
  top: var(--padding);
  right: calc(var(--padding) * 3);
}
.post-type-archive-edition .type-edition .edition--details {
  padding: var(--wp--preset--spacing--blank-10);
}
.post-type-archive-edition .type-edition .edition--details > .has-uppercase {
  margin: 0 0 1.5rem;
}
.post-type-archive-edition .type-edition:not([open]):hover .edition--title {
  background-color: var(--wp--preset--color--light);
  text-indent: 1rem;
}
.post-type-archive-edition .type-edition:not([open]):hover .edition--title::after {
  transform: scale(1.5);
  text-indent: -0.25rem;
}
.post-type-archive-edition .type-edition[open] .edition--title {
  background-color: var(--wp--preset--color--light);
  text-indent: 0;
}
.post-type-archive-edition .type-edition[open] .edition--title .entry-title {
  font-size: var(--wp--preset--font-size--xx-large);
}
.post-type-archive-edition .type-edition[open] .edition--title::after {
  content: url(data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjEwIiB2aWV3Qm94PSIwIDAgMTAgMTAiIHdpZHRoPSIxMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJtMCA0LjM1MzUxNTZ2MS4yNjk1MzEzaDEwdi0xLjI2OTUzMTN6Ii8+PC9zdmc+);
}

.program--header {
  display: flex;
  justify-content: space-between;
  padding: var(--wp--preset--spacing--blank-20) var(--wp--preset--spacing--blank-10);
  text-transform: uppercase;
}

.events-filter {
  background: var(--wp--preset--color--light-grey);
  padding: var(--wp--preset--spacing--blank-10) var(--wp--preset--spacing--blank-10) var(--wp--preset--spacing--blank-40);
}
.events-filter--header {
  display: flex;
  justify-content: space-between;
  font-size: var(--wp--preset--font-size--small);
  margin: 0 0 var(--padding);
}
.events-filter--header h2 {
  text-transform: uppercase;
}

#filter-form {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: var(--padding);
}
#filter-form > fieldset {
  display: grid;
  grid-template-columns: subgrid;
  align-content: start;
  padding: 0;
  border: none;
  font-size: var(--wp--preset--font-size--small);
}
#filter-form label {
  color: var(--wp--preset--color--dark-grey);
}
#filter-form legend {
  font-size: var(--wp--preset--font-size--large);
  margin: 0 0 var(--margin);
}
#filter-form .fieldset-instrument {
  grid-column: span 2;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 650px) {
  #filter-form {
    grid-template-columns: repeat(2, 1fr);
  }
  #filter-form .fieldset-event-type {
    grid-column: span 2;
    grid-template-columns: 1fr;
  }
}

.dates {
  margin: 0;
  padding: 0;
  list-style: none;
}

.date--list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.date--item {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  grid-gap: var(--wp--preset--spacing--blank-10);
  border-bottom: 1px solid var(--wp--preset--color--black);
}
.date--item .date {
  padding: var(--wp--preset--spacing--blank-10);
}
@media screen and (max-width: 650px) {
  .date--item {
    grid-template-columns: 1fr;
  }
  .date--item .date {
    margin: 0;
  }
}

.event--list {
  display: grid;
  grid-column: span 2;
  grid-template-columns: subgrid;
  margin: 0;
  padding: 0;
  list-style: none;
}
.event--item {
  padding: var(--wp--preset--spacing--blank-10) var(--wp--preset--spacing--blank-10) var(--wp--preset--spacing--blank-10) 0;
}
.event--item:not(:last-child) {
  border-bottom: 1px solid black;
}
.event--item,
.event--item .type-event {
  display: grid;
  grid-column: span 2;
  grid-template-columns: subgrid;
}
@media screen and (max-width: 650px) {
  .event--item,
  .event--item .type-event {
    grid-template-columns: 1fr;
  }
}
.event--item.has-date {
  grid-template-columns: 1fr 2fr 1fr;
  padding: var(--padding);
}
.event--item.has-date .type-event {
  grid-column: span 3;
}
@media screen and (max-width: 650px) {
  .event--item {
    padding: var(--wp--preset--spacing--blank-10) 0 0;
  }
  .event--item:not(:last-child) {
    padding-bottom: var(--wp--preset--spacing--blank-10);
  }
}
.event--title {
  display: flex;
  flex-direction: column;
  min-height: 4em;
}
.event--title .musicians {
  text-transform: uppercase;
}
.event--title .instruments--list {
  margin: auto 0 0;
}
.event--title p:empty {
  display: none;
}
.event--instruments {
  display: flex;
  gap: 0.5em;
  margin: auto 0 0;
}
.event--details {
  display: flex;
  flex-direction: column;
}
.event--details p {
  margin: 0;
}
.event--details address {
  font-style: normal;
  margin: 0 0 1em;
}
.event--details time {
  display: block;
  margin-top: auto;
}
.event--details .wp-block-buttons {
  margin-top: 1.5rem;
}
@media screen and (max-width: 650px) {
  .event--list {
    grid-column: 1;
    grid-template-columns: 1fr;
    padding: var(--wp--preset--spacing--blank-10);
  }
}

.checkbox input[type=checkbox] {
  appearance: none;
  width: 12px;
  height: 12px;
  border: 1px solid var(--wp--preset--color--dark-grey);
  border-radius: 3px;
  cursor: pointer;
  position: relative;
  vertical-align: middle;
}
.checkbox input[type=checkbox]:checked {
  background-color: var(--wp--preset--color--black);
  border-color: var(--wp--preset--color--black);
}
.checkbox label {
  cursor: pointer;
  user-select: none;
  margin-left: 4px;
  vertical-align: middle;
}

.nav {
  position: fixed;
  inset: 0 0 auto;
  transition: transform 0.3s ease, background 0.3s ease, color 0.3s ease;
  z-index: 1000;
  display: flex;
  gap: var(--margin);
  padding: var(--margin) var(--padding);
  background: transparent;
}
.nav svg {
  transition: fill 0.3s ease;
}
body.home .nav, body.page:not(.navigation-black):not(.navigation-background) .nav, body.single-edition:not(.navigation-black) .nav, body.error404:not(.navigation-black) .nav {
  color: var(--wp--preset--color--white);
  fill: var(--wp--preset--color--white);
}
@media screen and (max-width: 650px) {
  body.home .nav, body.page:not(.navigation-black):not(.navigation-background) .nav, body.single-edition:not(.navigation-black) .nav, body.error404:not(.navigation-black) .nav {
    color: var(--wp--preset--color--black);
    fill: var(--wp--preset--color--black);
  }
}
body.home .scrolled .nav, body.page:not(.navigation-black):not(.navigation-background) .scrolled .nav, body.single-edition:not(.navigation-black) .scrolled .nav, body.error404:not(.navigation-black) .scrolled .nav {
  color: var(--wp--preset--color--black);
  fill: var(--wp--preset--color--black);
}
.admin-bar .nav {
  top: 32px;
}
.hidden .nav {
  transform: translateY(-100%);
}
.hidden:has(.burger.active) .nav {
  transform: translateY(0%);
}
.nav::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--wp--preset--color--light-grey);
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: -1;
}
body.navigation-background .nav, .scrolled .nav {
  color: var(--wp--preset--color--black);
}
body.navigation-background .nav::after, .scrolled .nav::after {
  opacity: 1;
}
.at-top .nav {
  background: transparent;
}
@media screen and (max-width: 960px) {
  .at-top .nav {
    background: var(--wp--preset--color--light-grey);
  }
}
.nav ul {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav a {
  transition: color 0.3s;
}
.nav a:hover, .nav a:active, .nav a:focus, .nav a:focus-within {
  transform: none;
  color: var(--wp--preset--color--edition-dark, var(--wp--preset--color--dark));
}
.nav .current-menu-item {
  color: var(--wp--preset--color--edition-dark, var(--wp--preset--color--dark));
}
@media screen and (max-width: 960px) {
  .nav {
    flex-direction: column;
    transform: translateY(-100%);
    gap: var(--padding);
    padding: var(--wp--preset--spacing--blank-20) var(--wp--preset--spacing--blank-10);
  }
  .nav ul {
    flex-direction: column;
  }
  .nav > div:last-child {
    margin-bottom: var(--wp--preset--spacing--blank-40);
  }
  .nav .link-home {
    display: none;
  }
}

.menu-main-container,
.menu-main-en-container {
  margin: 0 0 0 auto;
  text-transform: uppercase;
}
.menu-main-container ul,
.menu-main-en-container ul {
  gap: var(--padding);
}
@media screen and (max-width: 960px) {
  .menu-main-container,
  .menu-main-en-container {
    margin: var(--wp--preset--spacing--blank-40) 0 0;
  }
}

.navigation--language ul {
  display: flex;
  flex-direction: row;
}
.navigation--language li:not(:last-child)::after {
  content: "|";
  margin-right: 0.25em;
  margin-left: 0.25em;
}
.navigation--language .active {
  color: var(--wp--preset--color--edition-dark, var(--wp--preset--color--dark));
}

.burger {
  position: fixed;
  inset: var(--wp--preset--spacing--blank-10) var(--wp--preset--spacing--blank-10) auto auto;
  display: none;
  flex-direction: column;
  justify-content: space-around;
  width: 30px;
  height: 25px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 1001;
}
.burger span {
  width: 30px;
  height: 1px;
  background: currentColor;
  transition: all 0.3s ease;
}
.burger.active span:nth-child(1) {
  transform: rotate(45deg) translate(6px, 6px);
}
.burger.active span:nth-child(2) {
  opacity: 0;
}
.burger.active span:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -6px);
}
.burger.active + .nav {
  transform: translateY(0);
}
@media screen and (max-width: 960px) {
  .burger {
    display: flex;
  }
}

.overlay--search {
  position: fixed;
  inset: 0 0 auto;
  z-index: 998;
  min-height: 38vw;
  display: none;
  justify-content: center;
  align-items: center;
  background: var(--wp--preset--color--light-grey);
}

.search--container {
  width: 100%;
}
.search--input {
  padding: 8px;
}
.search--submit {
  padding: 8px 12px;
}

.page-template-page-grey-background {
  background-color: var(--wp--preset--color--light-grey);
}

.no-results {
  padding: var(--wp--preset--spacing--blank-10);
}

.page .entry-content > .wp-block-post-title {
  padding: 100px var(--wp--preset--spacing--blank-10) 0;
}

.search-form {
  width: 50%;
  min-width: 300px;
  margin: 0 auto;
}
.search-form label {
  display: flex;
  padding: var(--padding);
  background: var(--wp--preset--color--white);
}
.search-form label::before {
  content: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiBoZWlnaHQ9IjE5IiB2aWV3Qm94PSIwIDAgMTggMTkiIHdpZHRoPSIxOCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJtMTAuNzUzOTA2IDBjLTMuOTg4MTQzOC0uMDAwMDAwMTItNy4yNDk5OTk4IDMuMTk0NDU2OS03LjI0OTk5OTcgNy4xMzI4MTI1IDAgMi4wMjkzNDA0Ljg4NjIyODcgMy44MzkzODY1IDIuMjcxNDg0MyA1LjEzODY3MTVsLTUuNzcxNDg0MzUgNS42NjYwMTYgMS4wNDI5Njg3NSAxLjA2MjUgNS45OTYwOTM3LTUuODg4NjcyYzEuMTAzNjYuNjY4MDU1IDIuMzI1OTA1NSAxLjE1NjI1IDMuNzEwOTM3MyAxLjE1NjI1IDMuOTg4MTQ0IDAgNy4yNS0zLjE5NjQxIDcuMjUtNy4xMzQ3NjU1IDAtMy45MzgzNTUzLTMuMjYxODU2LTcuMTMyODEyMzItNy4yNS03LjEzMjgxMjV6bTAgMS40ODgyODEyYzMuMTk4MzYyLjAwMDAwMDIgNS43NjM2NzIgMi41MjUwMDY1IDUuNzYzNjcyIDUuNjQ0NTMxMyAwIDMuMTE5NTI0NS0yLjU2NTMxIDUuNjQ2NDg0NS01Ljc2MzY3MiA1LjY0NjQ4NDUtMy4xOTgzNjIxIDAtNS43NjE3MTg1LTIuNTI2OTYtNS43NjE3MTg1LTUuNjQ2NDg0NSAwLTMuMTE5NTI1IDIuNTYzMzU2My01LjY0NDUzMTMgNS43NjE3MTg1LTUuNjQ0NTMxM3oiIGZpbGw9IiMwMDAiLz48L3N2Zz4=);
  margin: 0 1em 0 0;
}

.search-field {
  flex-basis: 100%;
  border: none;
}
.search-field:focus {
  outline: none;
}

.search-submit {
  visibility: hidden;
}

.page-search {
  padding: var(--padding);
}
.page-search--count {
  margin-bottom: var(--wp--preset--spacing--blank-40);
}
.page-search--results {
  margin: 0 calc(var(--padding) * -1);
  padding: 0;
  list-style: none;
}
.page-search--results ul {
  width: 50%;
  margin: 0 0 var(--wp--preset--spacing--blank-30);
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 650px) {
  .page-search--results ul {
    width: 90%;
  }
}
.page-search--results .page-search--results--event {
  width: 100%;
}
.page-search--results .page-search--results--event .page-search--result.more {
  width: 50%;
}
@media screen and (max-width: 650px) {
  .page-search--results .page-search--results--event .page-search--result.more {
    width: 90%;
  }
}
.page-search--results .page-search--results--video {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: calc(var(--wp--preset--spacing--blank-10) * 2) var(--wp--preset--spacing--blank-10);
  width: 100%;
  padding: var(--wp--preset--spacing--blank-40) var(--padding);
  background-color: var(--wp--preset--color--light-grey);
}
.page-search--results .page-search--results--video .page-search--result {
  padding: 0;
  border: none;
}
.page-search--results .page-search--results--video .page-search--result.more {
  grid-column: span 3;
  padding: var(--padding) 0;
  border-bottom: 1px solid var(--wp--preset--color--black);
  width: 50%;
}
@media screen and (max-width: 650px) {
  .page-search--results .page-search--results--video .page-search--result.more {
    width: 90%;
  }
}
.page-search--label h2 {
  padding: var(--padding);
  border-bottom: 1px solid var(--wp--preset--color--black);
}
.page-search--result {
  padding: var(--padding);
  border-bottom: 1px solid var(--wp--preset--color--black);
}

.nothing-found {
  padding: var(--wp--preset--spacing--blank-10);
}

.single-musician .site--main {
  margin-top: 100px;
}

.has-light-color,
.has-light-color a {
  color: var(--wp--preset--color--edition-light, var(--wp--preset--color--light)) !important;
}

.has-dark-color,
.has-dark-color a {
  color: var(--wp--preset--color--edition-dark, var(--wp--preset--color--dark)) !important;
}

.has-light-background-color {
  background-color: var(--wp--preset--color--edition-light, var(--wp--preset--color--light)) !important;
}

.has-dark-background-color {
  background-color: var(--wp--preset--color--edition-dark, var(--wp--preset--color--dark)) !important;
}

/*# sourceMappingURL=main.min.css.map */