@import 'https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap';
/*! 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 {
  -webkit-box-sizing: content-box;
          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 */
  -webkit-text-decoration: underline dotted;
          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 {
  -webkit-box-sizing: border-box;
          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] {
  -webkit-box-sizing: border-box;
          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;
}

[class^=orejime-] {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  vertical-align: baseline;
  cursor: default;
  float: none;
  width: auto;
  text-align: left;
  font-weight: normal;
}

.orejime-Main,
.orejime-Modal {
  font-size: 1em;
  line-height: 1.5;
}

.orejime-Button {
  border: 0;
  color: #fff;
  border-radius: 4px;
  padding: 6px 10px;
  margin-right: 0.5em;
  border: 1px solid transparent;
}
.orejime-Button[disabled] {
  opacity: 0.75;
}

.orejime-Button--save,
.orejime-Button--accept {
  background: #008A28;
  color: #fff;
}

.orejime-Button--decline {
  background: #666;
}

.orejime-Button--info {
  background: #057EB6;
}

.orejime-Notice {
  background: #333;
  position: fixed;
  z-index: 1000;
  width: 100%;
  bottom: 0;
  font-size: 0.8em;
}
@media (min-width: 990px) {
  .orejime-Notice {
    -webkit-box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 5px 5px 10px 0 rgba(0, 0, 0, 0.19);
            box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 5px 5px 10px 0 rgba(0, 0, 0, 0.19);
    border-radius: 4px;
    bottom: 20px;
    right: 20px;
    max-width: 300px;
  }
}
@media (max-width: 990px) {
  .orejime-Notice {
    border: none;
    border-radius: 0;
  }
}

.orejime-Notice--mandatory {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: none;
}

.orejime-Notice--hidden {
  display: none !important;
}

.orejime-Notice-body {
  padding: 1em;
}

.orejime-Notice-logo {
  max-width: 200px;
}

.orejime-Notice-title,
.orejime-Notice-description {
  color: #eee;
  margin-bottom: 0.5em;
}

.orejime-Notice-title {
  font-weight: bold;
  font-size: 1.2em;
  line-height: 1.3;
}

.orejime-Notice-purposes {
  color: #eee;
}

.orejime-Notice-changes {
  color: #eee;
  margin-bottom: 0.5em;
  font-weight: bold;
}

.orejime-Notice-privacyPolicyLink {
  text-decoration: underline;
  cursor: pointer;
}
.orejime-Notice-privacyPolicyLink, .orejime-Notice-privacyPolicyLink:hover {
  color: inherit;
}
.orejime-Notice-privacyPolicyLink:hover, .orejime-Notice-privacyPolicyLink:focus {
  text-decoration: none;
}

.orejime-Notice-actions {
  display: block;
}

.orejime-Notice-actionItem {
  display: inline;
}

.orejime-Notice-learnMoreButton {
  display: inline-block;
}

.orejimeHtml-WithModalOpen {
  height: 100%;
}

.orejimeHtml-WithModalOpen body {
  position: fixed;
  overflow: hidden;
  height: 100%;
  width: 100%;
}

.orejime-ModalOverlay,
.orejime-NoticeOverlay {
  z-index: 1000;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.orejime-ModalWrapper {
  z-index: 1001;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: 0;
  width: 640px;
  max-width: 100%;
  max-height: 100%;
  overflow: auto;
}

.orejime-Modal {
  background: #333;
  color: #eee;
  border-radius: 4px;
  -webkit-box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 5px 5px 10px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 5px 5px 10px 0 rgba(0, 0, 0, 0.19);
}

.orejime-Modal-header {
  padding: 1em;
  border-bottom: 1px solid #555;
}

.orejime-Modal-title {
  margin: 0;
  font-size: 2em;
  display: block;
  font-weight: bold;
  padding-right: 20px;
}

.orejime-Modal-closeButton {
  border: none;
  background: none;
  color: inherit;
  position: absolute;
  top: 1em;
  right: 1em;
}

.orejime-CloseIcon {
  stroke: currentColor;
  width: 12px;
}

.orejime-Modal-body {
  padding: 1em;
}

.orejime-Modal-footer {
  padding: 1em;
  border-top: 1px solid #555;
}

.orejime-Modal-privacyPolicyLink,
.orejime-Modal-poweredByLink {
  cursor: pointer;
  text-decoration: underline;
  color: inherit;
}
.orejime-Modal-privacyPolicyLink:hover, .orejime-Modal-privacyPolicyLink:focus, .orejime-Modal-privacyPolicyLink:active,
.orejime-Modal-poweredByLink:hover,
.orejime-Modal-poweredByLink:focus,
.orejime-Modal-poweredByLink:active {
  color: inherit;
}
.orejime-Modal-privacyPolicyLink:hover, .orejime-Modal-privacyPolicyLink:focus,
.orejime-Modal-poweredByLink:hover,
.orejime-Modal-poweredByLink:focus {
  text-decoration: none;
}

.orejime-Modal-poweredByLink {
  position: absolute;
  right: 1em;
  color: #aaa;
  font-size: 0.8em;
  padding: 6px 0;
}
.orejime-Modal-poweredByLink:hover, .orejime-Modal-poweredByLink:focus, .orejime-Modal-poweredByLink:active {
  color: #aaa;
}

.orejime-AppList {
  display: block;
  padding: 0;
  margin: 0;
}

.orejime-AppList-item {
  display: block;
  position: relative;
  line-height: 1.25;
  vertical-align: middle;
  padding-left: 60px;
  min-height: 40px;
  margin-top: 0.7em;
}
.orejime-AppList-item:first-child {
  margin-top: 0;
}

.orejime-CategorizedAppList {
  list-style: none;
}

.orejime-CategorizedAppList-item {
  margin-bottom: 1em;
}

.orejime-CategorizedAppList-title {
  font-size: 1.2em;
  font-weight: bold;
}

.orejime-CategorizedAppList-description {
  font-size: 0.9em;
}

.orejime-CategorizedAppList-apps {
  margin-top: 0.5em;
  margin-left: 1em;
}

.orejime-AppItem-title {
  font-weight: 600;
  cursor: pointer;
}

.orejime-AppItem-description {
  font-size: 0.8em;
}

.orejime-AppItem-purposes {
  font-size: 0.8em;
  color: #aaa;
}

.orejime-AppItem-optOut,
.orejime-AppItem-required {
  padding-left: 0.2em;
  font-size: 0.8em;
  color: #aaa;
}

.orejime-AppItem-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 50px;
  height: 30px;
}

.orejime-AppItem-switch {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 50px;
  height: 30px;
}

.orejime-AppItem-slider {
  -webkit-box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 5px 5px 10px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 5px 5px 10px 0 rgba(0, 0, 0, 0.19);
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #aaa;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  width: 50px;
  display: inline-block;
  border-radius: 30px;
  border: 2px solid transparent;
}
.orejime-AppItem-slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 50%;
  border: 1px solid #555;
}

.orejime-AppItem-switchLabel {
  position: absolute;
  width: 50px;
  top: 34px;
  overflow: ellipsis;
  font-size: 0.8em;
  text-align: center;
}

.orejime-AppItem-switch--disabled .orejime-AppItem-slider {
  cursor: default;
  opacity: 0.5;
}

.orejime-AppItem-switch--disabled .orejime-AppItem-switchLabel {
  color: #aaa;
}

.orejime-AppItem-input:focus + .orejime-AppItem-label .orejime-AppItem-slider {
  border-color: #fff;
  outline-offset: 2px;
}

.orejime-AppItem-input:checked + .orejime-AppItem-label .orejime-AppItem-slider {
  background-color: #057EB6;
}

.orejime-AppItem-input:checked + .orejime-AppItem-label .orejime-AppItem-slider:before {
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
}

.orejime-AppToggles {
  margin-bottom: 1em;
  display: block;
}

.orejime-AppToggles-item {
  display: inline;
}

/**
 * Swiper 11.2.10
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 28, 2025
 */
/* FONT_START */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
/* FONT_END */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
          transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.swiper-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  -ms-scroll-snap-type: none;
      scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
      -ms-flex-order: 9999;
          order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* Slide styles end */
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}

.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transform-origin: center;
          transform-origin: center;
}

.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-lock {
  display: none;
}

/* Navigation font start */
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

/* Navigation font end */
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

:root {
  /*
  --swiper-scrollbar-border-radius: 10px;
  --swiper-scrollbar-top: auto;
  --swiper-scrollbar-bottom: 4px;
  --swiper-scrollbar-left: auto;
  --swiper-scrollbar-right: 4px;
  --swiper-scrollbar-sides-offset: 1%;
  --swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
  --swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.5);
  --swiper-scrollbar-size: 4px;
  */
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  -ms-touch-action: none;
      touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

/* Zoom container styles start */
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* Zoom container styles end */
.swiper-slide-zoomed {
  cursor: move;
  -ms-touch-action: none;
      touch-action: none;
}

/* a11y */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
          filter: blur(50px);
}

.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

/* Cube slide shadows start */
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Cube slide shadows end */
.swiper.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

/* Flip slide shadows start */
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Flip slide shadows end */
.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  -webkit-transition-property: opacity, height, -webkit-transform;
  transition-property: opacity, height, -webkit-transform;
  transition-property: transform, opacity, height;
  transition-property: transform, opacity, height, -webkit-transform;
}

.swiper.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

.gform_confirmation_message::before, .gform_validation_errors::before, .i-content, .gfield_checkbox input[type=checkbox] + label::after,
.ginput_container_consent input[type=checkbox] + label::after,
.gfield_radio input[type=checkbox] + label::after,
.form-type-checkbox input[type=checkbox] + label::after,
.form-type-radio input[type=checkbox] + label::after,
.forgetmenot input[type=checkbox] + label::after {
  display: block;
  font-family: "icomoon";
  font-size: var(--fs-icon);
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.gfield_checkbox label,
.ginput_container_consent label,
.gfield_radio label,
.form-type-checkbox label,
.form-type-radio label,
.forgetmenot label {
  position: relative;
  padding-left: 3rem;
  color: inherit;
}
.gfield_checkbox label::before,
.ginput_container_consent label::before,
.gfield_radio label::before,
.form-type-checkbox label::before,
.form-type-radio label::before,
.forgetmenot label::before, .gfield_checkbox label::after,
.ginput_container_consent label::after,
.gfield_radio label::after,
.form-type-checkbox label::after,
.form-type-radio label::after,
.forgetmenot label::after {
  position: absolute;
  top: 0.3rem;
  left: 0.3rem;
  content: "";
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.gfield_checkbox label::before,
.ginput_container_consent label::before,
.gfield_radio label::before,
.form-type-checkbox label::before,
.form-type-radio label::before,
.forgetmenot label::before {
  width: 1.8rem;
  height: 1.8rem;
  -webkit-box-shadow: var(--c-black) 0 0 0 1px;
          box-shadow: var(--c-black) 0 0 0 1px;
  border-radius: 3px;
  background: var(--c-white);
}
.gfield_checkbox label::after,
.ginput_container_consent label::after,
.gfield_radio label::after,
.form-type-checkbox label::after,
.form-type-radio label::after,
.forgetmenot label::after {
  opacity: 0;
}

.gfield_checkbox label:hover::before,
.ginput_container_consent label:hover::before,
.gfield_radio label:hover::before,
.form-type-checkbox label:hover::before,
.form-type-radio label:hover::before,
.forgetmenot label:hover::before, .gfield_checkbox input:hover + label::before, .gfield_checkbox input:focus + label::before,
.ginput_container_consent input:hover + label::before,
.ginput_container_consent input:focus + label::before,
.gfield_radio input:hover + label::before,
.gfield_radio input:focus + label::before,
.form-type-checkbox input:hover + label::before,
.form-type-checkbox input:focus + label::before,
.form-type-radio input:hover + label::before,
.form-type-radio input:focus + label::before,
.forgetmenot input:hover + label::before,
.forgetmenot input:focus + label::before {
  -webkit-box-shadow: var(--c-black) 0 0 0 3px;
          box-shadow: var(--c-black) 0 0 0 3px;
}

.gfield_checkbox input:checked + label::after,
.ginput_container_consent input:checked + label::after,
.gfield_radio input:checked + label::after,
.form-type-checkbox input:checked + label::after,
.form-type-radio input:checked + label::after,
.forgetmenot input:checked + label::after {
  opacity: 1;
}

.gfield_checkbox input[type=radio] + label::before,
.ginput_container_consent input[type=radio] + label::before,
.gfield_radio input[type=radio] + label::before,
.form-type-checkbox input[type=radio] + label::before,
.form-type-radio input[type=radio] + label::before,
.forgetmenot input[type=radio] + label::before, .gfield_checkbox input[type=radio] + label::after,
.ginput_container_consent input[type=radio] + label::after,
.gfield_radio input[type=radio] + label::after,
.form-type-checkbox input[type=radio] + label::after,
.form-type-radio input[type=radio] + label::after,
.forgetmenot input[type=radio] + label::after {
  border-radius: 50%;
}
.gfield_checkbox input[type=radio] + label::after,
.ginput_container_consent input[type=radio] + label::after,
.gfield_radio input[type=radio] + label::after,
.form-type-checkbox input[type=radio] + label::after,
.form-type-radio input[type=radio] + label::after,
.forgetmenot input[type=radio] + label::after {
  width: 0.8rem;
  height: 0.8rem;
  margin-top: 0.5rem;
  margin-left: 0.5rem;
  background: currentColor;
}

.gfield_checkbox input[type=checkbox] + label::after,
.ginput_container_consent input[type=checkbox] + label::after,
.gfield_radio input[type=checkbox] + label::after,
.form-type-checkbox input[type=checkbox] + label::after,
.form-type-radio input[type=checkbox] + label::after,
.forgetmenot input[type=checkbox] + label::after {
  content: "\e900";
  font-size: 1.6rem;
  margin-top: -0.3rem;
  margin-left: 0.1rem;
}

.social a,
.social button, .collapsible-accordion-cta, .collapsible-modal-header-cta, .collapsible-filter-element-cta, .collapsible-filter-cta, .collapsible-description-cta, .menu--main button, .password_input_container button,
.wp-pwd button, .orejime-Button--info, .btn-C {
  display: block;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  color: inherit;
  text-align: inherit;
  white-space: normal;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.orejime-Button--decline, .btn-B, .collapsible-modal-header-cta-close, .collapsible-modal-cta, .collapsible-modal-cta-close, .orejime-blocked .cookie-link, .orejime-Button--save, .btn-A, .form-submit,
.gform_button,
input[type=submit] {
  display: inline-block;
  padding: var(--gutter-8) var(--gutter-16);
  border: 1px solid;
  font-weight: 600;
  text-decoration: none;
  -webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}
.orejime-Button--decline:hover .i-content, .btn-B:hover .i-content, .collapsible-modal-header-cta-close:hover .i-content, .collapsible-modal-cta:hover .i-content, .collapsible-modal-cta-close:hover .i-content, .orejime-blocked .cookie-link:hover .i-content, .orejime-Button--save:hover .i-content, .btn-A:hover .i-content, .form-submit:hover .i-content,
.gform_button:hover .i-content,
input[type=submit]:hover .i-content, .orejime-Button--decline:focus .i-content, .btn-B:focus .i-content, .collapsible-modal-header-cta-close:focus .i-content, .collapsible-modal-cta:focus .i-content, .collapsible-modal-cta-close:focus .i-content, .orejime-blocked .cookie-link:focus .i-content, .orejime-Button--save:focus .i-content, .btn-A:focus .i-content, .form-submit:focus .i-content,
.gform_button:focus .i-content,
input[type=submit]:focus .i-content {
  -webkit-transform: translateX(0.4rem);
          transform: translateX(0.4rem);
}
.orejime-Button--decline .i-content, .btn-B .i-content, .collapsible-modal-header-cta-close .i-content, .collapsible-modal-cta .i-content, .collapsible-modal-cta-close .i-content, .orejime-blocked .cookie-link .i-content, .orejime-Button--save .i-content, .btn-A .i-content, .form-submit .i-content,
.gform_button .i-content,
input[type=submit] .i-content {
  line-height: 1;
  will-change: transform;
}

.alert-banner-close, .orejime-Button--decline, .btn-B, .collapsible-modal-header-cta-close, .collapsible-modal-cta, .collapsible-modal-cta-close, .orejime-blocked .cookie-link, .orejime-Button--save, .btn-A, .form-submit,
.gform_button,
input[type=submit] {
  --btn-color: var(--c-season-line-a);
  --btn-bg: var(--c-season-a);
  --btn-border: var(--btn-bg);
  --btn-color-hover: var(--c-white);
  --btn-bg-hover: var(--c-black);
  --btn-border-hover: var(--btn-bg-hover);
}
.alert-banner-close:not([disabled]), .orejime-Button--decline:not([disabled]), .btn-B:not([disabled]), .collapsible-modal-header-cta-close:not([disabled]), .collapsible-modal-cta:not([disabled]), .collapsible-modal-cta-close:not([disabled]), .orejime-blocked .cookie-link:not([disabled]), .orejime-Button--save:not([disabled]), .btn-A:not([disabled]), .form-submit:not([disabled]),
.gform_button:not([disabled]),
input[type=submit]:not([disabled]) {
  background-color: var(--btn-bg);
  color: var(--btn-color);
  border-color: var(--btn-border);
}
.alert-banner-close:not([disabled]):hover, .orejime-Button--decline:not([disabled]):hover, .btn-B:not([disabled]):hover, .collapsible-modal-header-cta-close:not([disabled]):hover, .collapsible-modal-cta:not([disabled]):hover, .collapsible-modal-cta-close:not([disabled]):hover, .orejime-blocked .cookie-link:not([disabled]):hover, .orejime-Button--save:not([disabled]):hover, .btn-A:not([disabled]):hover, .form-submit:not([disabled]):hover,
.gform_button:not([disabled]):hover,
input[type=submit]:not([disabled]):hover, .alert-banner-close:not([disabled]):focus, .orejime-Button--decline:not([disabled]):focus, .btn-B:not([disabled]):focus, .collapsible-modal-header-cta-close:not([disabled]):focus, .collapsible-modal-cta:not([disabled]):focus, .collapsible-modal-cta-close:not([disabled]):focus, .orejime-blocked .cookie-link:not([disabled]):focus, .orejime-Button--save:not([disabled]):focus, .btn-A:not([disabled]):focus, .form-submit:not([disabled]):focus,
.gform_button:not([disabled]):focus,
input[type=submit]:not([disabled]):focus {
  background-color: var(--btn-bg-hover);
  color: var(--btn-color-hover);
  border-color: var(--btn-border-hover);
}

.orejime-Button--decline, .btn-B {
  --btn-color: var(--c-season-a);
  --btn-bg: var(--c-season-line-a);
  --btn-border: var(--btn-color);
}

.orejime-Button--info, .btn-C {
  --padding-inline: 0.4rem;
  background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor));
  background-image: linear-gradient(currentColor, currentColor);
  background-repeat: no-repeat;
  background-position-x: 0%;
  background-position-y: 90%;
  background-size: 0 0.2rem;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding-block: calc(var(--gutter-8) + 1px);
  font-weight: 600;
}
.orejime-Button--info:hover, .btn-C:hover, .orejime-Button--info:focus-visible, .btn-C:focus-visible {
  background-size: 100% 0.2rem;
  color: currentColor;
}
.i-a11y.orejime-Button--info, .i-a11y.btn-C {
  background-position-x: calc(0% + var(--fs-icon) + var(--gutter-icon-a));
}
.i-after.orejime-Button--info, .i-after.btn-C {
  background-position-x: 0%;
  background-size: 0 0.2rem;
}
.i-after.orejime-Button--info:hover, .i-after.btn-C:hover, .i-after.orejime-Button--info:focus-visible, .i-after.btn-C:focus-visible {
  background-size: calc(100% - (var(--fs-icon) + var(--gutter-icon-a))) 0.2rem;
}
.i-both.orejime-Button--info, .i-both.btn-C {
  background-size: 0 0.2rem;
}
.i-both.orejime-Button--info:hover, .i-both.btn-C:hover, .i-both.orejime-Button--info:focus-visible, .i-both.btn-C:focus-visible {
  background-size: calc(100% - (var(--fs-icon) + var(--gutter-icon-a)) * 2) 0.2rem;
}
.i-inline.orejime-Button--info .i-content, .i-inline.btn-C .i-content {
  margin-right: var(--gutter-icon-a);
}
.i-inline.i-after.orejime-Button--info .i-content:last-of-type, .i-inline.i-after.btn-C .i-content:last-of-type, .i-inline.i-both.orejime-Button--info .i-content:last-of-type, .i-inline.i-both.btn-C .i-content:last-of-type {
  margin-left: var(--gutter-icon-a);
  margin-right: initial;
}
.orejime-Button--info .i-content, .btn-C .i-content {
  font-size: var(--fs-icon);
}
.orejime-Button--info:hover .i-content, .btn-C:hover .i-content, .orejime-Button--info:focus .i-content, .btn-C:focus .i-content {
  -webkit-transform: translateX(0.4rem);
          transform: translateX(0.4rem);
}
.type-season.orejime-Button--info, .type-season.btn-C {
  color: var(--c-season-a);
}
.i-flex.orejime-Button--info, .i-flex.btn-C {
  gap: var(--gutter-icon-a);
}
.orejime-Button--info .i-content, .btn-C .i-content {
  line-height: 1;
  will-change: transform;
}

.tag-term-item, .slide, .document, .information, .card {
  position: relative;
}
.tag-term-item a::before, .slide a::before, .document a::before, .information a::before, .card a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.collapsible-accordion-cta, .collapsible-description-cta {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: var(--gutter-20);
}
.is-expanded > .collapsible-accordion-cta .i-content, .is-expanded > .collapsible-description-cta .i-content {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.login, .container-s {
  --container-gutter: 1.6rem;
  width: 100%;
  max-width: calc(76.4rem + 2 * var(--container-gutter, 0px));
  padding-inline: var(--container-gutter, 0);
  margin-inline: auto;
}
@media screen and (min-width: 45.0625em) {
  .login, .container-s {
    --container-gutter: var(--gutter-40);
  }
}

.orejime-Notice-body,
.orejime-Modal, .container-m {
  --container-gutter: 1.6rem;
  width: 100%;
  max-width: calc(127.8rem + 2 * var(--container-gutter, 0px));
  padding-inline: var(--container-gutter, 0);
  margin-inline: auto;
}
@media screen and (min-width: 45.0625em) {
  .orejime-Notice-body,
  .orejime-Modal, .container-m {
    --container-gutter: var(--gutter-40);
  }
}

.container-l {
  --container-gutter: 1.6rem;
  width: 100%;
  max-width: calc(144rem + 2 * var(--container-gutter, 0px));
  padding-inline: var(--container-gutter, 0);
  margin-inline: auto;
}
@media screen and (min-width: 45.0625em) {
  .container-l {
    --container-gutter: var(--gutter-40);
  }
}

.column-1 {
  display: grid;
  grid-gap: 3rem 3rem;
  grid-template-columns: repeat(1, 1fr);
}
@media screen and (max-width: 32.5em) {
  .column-1-xs {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (min-width: 32.5625em) {
  .column-1-xs-up {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (min-width: 32.5625em) and (max-width: 45em) {
  .column-1-xs-sm {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (min-width: 32.5625em) and (max-width: 64em) {
  .column-1-xs-md {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (min-width: 32.5625em) and (max-width: 87.5em) {
  .column-1-xs-lg {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (min-width: 32.5625em) and (max-width: 100em) {
  .column-1-xs-xl {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (max-width: 45em) {
  .column-1-sm {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (min-width: 45.0625em) {
  .column-1-sm-up {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (min-width: 45.0625em) and (max-width: 64em) {
  .column-1-sm-md {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (min-width: 45.0625em) and (max-width: 87.5em) {
  .column-1-sm-lg {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (min-width: 45.0625em) and (max-width: 100em) {
  .column-1-sm-xl {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (max-width: 64em) {
  .column-1-md {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (min-width: 64.0625em) {
  .column-1-md-up {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (min-width: 64.0625em) and (max-width: 87.5em) {
  .column-1-md-lg {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (min-width: 64.0625em) and (max-width: 100em) {
  .column-1-md-xl {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (max-width: 87.5em) {
  .column-1-lg {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (min-width: 87.5625em) {
  .column-1-lg-up {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (min-width: 87.5625em) and (max-width: 100em) {
  .column-1-lg-xl {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (max-width: 100em) {
  .column-1-xl {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (min-width: 100.0625em) {
  .column-1-xl-up {
    grid-template-columns: repeat(1, 1fr);
  }
}
.column-2 {
  display: grid;
  grid-gap: 3rem 3rem;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 32.5em) {
  .column-2-xs {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 32.5625em) {
  .column-2-xs-up {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 32.5625em) and (max-width: 45em) {
  .column-2-xs-sm {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 32.5625em) and (max-width: 64em) {
  .column-2-xs-md {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 32.5625em) and (max-width: 87.5em) {
  .column-2-xs-lg {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 32.5625em) and (max-width: 100em) {
  .column-2-xs-xl {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 45em) {
  .column-2-sm {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 45.0625em) {
  .column-2-sm-up {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 45.0625em) and (max-width: 64em) {
  .column-2-sm-md {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 45.0625em) and (max-width: 87.5em) {
  .column-2-sm-lg {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 45.0625em) and (max-width: 100em) {
  .column-2-sm-xl {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 64em) {
  .column-2-md {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 64.0625em) {
  .column-2-md-up {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 64.0625em) and (max-width: 87.5em) {
  .column-2-md-lg {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 64.0625em) and (max-width: 100em) {
  .column-2-md-xl {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 87.5em) {
  .column-2-lg {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 87.5625em) {
  .column-2-lg-up {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 87.5625em) and (max-width: 100em) {
  .column-2-lg-xl {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 100em) {
  .column-2-xl {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 100.0625em) {
  .column-2-xl-up {
    grid-template-columns: repeat(2, 1fr);
  }
}
.column-3 {
  display: grid;
  grid-gap: 3rem 3rem;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 32.5em) {
  .column-3-xs {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 32.5625em) {
  .column-3-xs-up {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 32.5625em) and (max-width: 45em) {
  .column-3-xs-sm {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 32.5625em) and (max-width: 64em) {
  .column-3-xs-md {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 32.5625em) and (max-width: 87.5em) {
  .column-3-xs-lg {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 32.5625em) and (max-width: 100em) {
  .column-3-xs-xl {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 45em) {
  .column-3-sm {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 45.0625em) {
  .column-3-sm-up {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 45.0625em) and (max-width: 64em) {
  .column-3-sm-md {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 45.0625em) and (max-width: 87.5em) {
  .column-3-sm-lg {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 45.0625em) and (max-width: 100em) {
  .column-3-sm-xl {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 64em) {
  .column-3-md {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 64.0625em) {
  .column-3-md-up {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 64.0625em) and (max-width: 87.5em) {
  .column-3-md-lg {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 64.0625em) and (max-width: 100em) {
  .column-3-md-xl {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 87.5em) {
  .column-3-lg {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 87.5625em) {
  .column-3-lg-up {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 87.5625em) and (max-width: 100em) {
  .column-3-lg-xl {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 100em) {
  .column-3-xl {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 100.0625em) {
  .column-3-xl-up {
    grid-template-columns: repeat(3, 1fr);
  }
}
.column-4 {
  display: grid;
  grid-gap: 3rem 3rem;
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 32.5em) {
  .column-4-xs {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (min-width: 32.5625em) {
  .column-4-xs-up {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (min-width: 32.5625em) and (max-width: 45em) {
  .column-4-xs-sm {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (min-width: 32.5625em) and (max-width: 64em) {
  .column-4-xs-md {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (min-width: 32.5625em) and (max-width: 87.5em) {
  .column-4-xs-lg {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (min-width: 32.5625em) and (max-width: 100em) {
  .column-4-xs-xl {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 45em) {
  .column-4-sm {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (min-width: 45.0625em) {
  .column-4-sm-up {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (min-width: 45.0625em) and (max-width: 64em) {
  .column-4-sm-md {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (min-width: 45.0625em) and (max-width: 87.5em) {
  .column-4-sm-lg {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (min-width: 45.0625em) and (max-width: 100em) {
  .column-4-sm-xl {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 64em) {
  .column-4-md {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (min-width: 64.0625em) {
  .column-4-md-up {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (min-width: 64.0625em) and (max-width: 87.5em) {
  .column-4-md-lg {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (min-width: 64.0625em) and (max-width: 100em) {
  .column-4-md-xl {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 87.5em) {
  .column-4-lg {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (min-width: 87.5625em) {
  .column-4-lg-up {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (min-width: 87.5625em) and (max-width: 100em) {
  .column-4-lg-xl {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 100em) {
  .column-4-xl {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (min-width: 100.0625em) {
  .column-4-xl-up {
    grid-template-columns: repeat(4, 1fr);
  }
}
.column-5 {
  display: grid;
  grid-gap: 3rem 3rem;
  grid-template-columns: repeat(5, 1fr);
}
@media screen and (max-width: 32.5em) {
  .column-5-xs {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media screen and (min-width: 32.5625em) {
  .column-5-xs-up {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media screen and (min-width: 32.5625em) and (max-width: 45em) {
  .column-5-xs-sm {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media screen and (min-width: 32.5625em) and (max-width: 64em) {
  .column-5-xs-md {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media screen and (min-width: 32.5625em) and (max-width: 87.5em) {
  .column-5-xs-lg {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media screen and (min-width: 32.5625em) and (max-width: 100em) {
  .column-5-xs-xl {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media screen and (max-width: 45em) {
  .column-5-sm {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media screen and (min-width: 45.0625em) {
  .column-5-sm-up {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media screen and (min-width: 45.0625em) and (max-width: 64em) {
  .column-5-sm-md {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media screen and (min-width: 45.0625em) and (max-width: 87.5em) {
  .column-5-sm-lg {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media screen and (min-width: 45.0625em) and (max-width: 100em) {
  .column-5-sm-xl {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media screen and (max-width: 64em) {
  .column-5-md {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media screen and (min-width: 64.0625em) {
  .column-5-md-up {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media screen and (min-width: 64.0625em) and (max-width: 87.5em) {
  .column-5-md-lg {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media screen and (min-width: 64.0625em) and (max-width: 100em) {
  .column-5-md-xl {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media screen and (max-width: 87.5em) {
  .column-5-lg {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media screen and (min-width: 87.5625em) {
  .column-5-lg-up {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media screen and (min-width: 87.5625em) and (max-width: 100em) {
  .column-5-lg-xl {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media screen and (max-width: 100em) {
  .column-5-xl {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media screen and (min-width: 100.0625em) {
  .column-5-xl-up {
    grid-template-columns: repeat(5, 1fr);
  }
}

.quote-wrapper, .content-highlight-wrapper {
  --frame-padding-block: var(--gutter-30);
  --frame-padding-inline: var(--gutter-30);
  position: relative;
  padding: var(--frame-padding-block) var(--frame-padding-inline);
  background-color: var(--c-white);
}

.quote, .content-highlight {
  position: relative;
  padding: var(--gutter-10);
  background: var(--c-season-gradient-a);
}
.quote::before, .content-highlight::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  background-color: var(--overlay-a);
}

.quote, .tinymce blockquote {
  margin: var(--gutter-24) 0;
}
.quote > div > p, .tinymce blockquote > div > p {
  color: var(--c-season-a);
  font-size: var(--fs-h4);
  line-height: 1.4;
  text-align: center;
}
@media screen and (min-width: 64.0625em) {
  .quote > div > p, .tinymce blockquote > div > p {
    font-size: 3.4rem;
  }
}

.information, .card-wrapper {
  border-bottom: 1px solid var(--c-black);
  padding: var(--gutter-20) var(--gutter-16) var(--gutter-40);
}
@media screen and (min-width: 32.5625em) {
  .information, .card-wrapper {
    padding-block: var(--gutter-20) var(--gutter-50);
  }
}
@media screen and (min-width: 64.0625em) {
  .information, .card-wrapper {
    padding-inline: var(--gutter-30);
  }
}

.information, .card {
  position: relative;
}
.information a .i-content, .card a .i-content {
  position: absolute;
  right: var(--gutter-10);
  bottom: var(--gutter-16);
}
@media screen and (min-width: 32.5625em) {
  .information a .i-content, .card a .i-content {
    right: var(--gutter-30);
    bottom: var(--gutter-24);
  }
}
.information a:hover .i-content, .card a:hover .i-content, .information a:focus .i-content, .card a:focus .i-content {
  -webkit-transform: translateX(0.4rem);
          transform: translateX(0.4rem);
  color: var(--c-season-a);
}

.slide-title, .card-title {
  margin-bottom: 0;
  font-family: "Parabole", "Inter", "Arial", sans-serif;
  font-weight: 400;
}

.slide-event-date, .card-event-date {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.slide-event-date, .card-event-date, .card-artist {
  font-weight: 600;
}

.ll {
  opacity: 0;
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}
.ll.loaded {
  opacity: 1;
}
.ll.ll-delay-xs {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.ll.ll-delay-sm {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.ll.ll-delay-m {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.ll.ll-delay-l {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.ll.ll-delay-xl {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
.ll.ll-shows-up {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}
.ll.ll-shows-up.loaded {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.sitemap div > ul > *::before, .menu--main .no-link + .submenu > *::before, .tinymce ul > *::before {
  position: absolute;
  right: 100%;
  margin-right: 0.5em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.section-edito-content::before {
  content: "";
  background: var(--section-bg);
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.section-edito, .section-columns {
  margin-bottom: var(--gutter-40);
}
@media screen and (min-width: 87.5625em) {
  .section-edito, .section-columns {
    margin-bottom: 12rem;
  }
}
.home .section-edito, .home .section-columns {
  margin-bottom: var(--gutter-60);
}
@media screen and (min-width: 87.5625em) {
  .home .section-edito, .home .section-columns {
    margin-bottom: var(--gutter-100);
  }
}

.section-edito-title, .section-communication-title, .section-columns-title {
  font-family: "Parabole", "Inter", "Arial", sans-serif;
  font-size: var(--fs-h1);
  font-weight: 400;
  line-height: 1;
}
@media screen and (min-width: 87.5625em) {
  .section-edito-title, .section-communication-title, .section-columns-title {
    font-size: 8rem;
  }
}

@font-face {
  font-family: "Parabole";
  src: url("../../src/font/Parabole-Regular.woff") format("woff"), url("../../src/font/Parabole-Regular.woff2") format("woff2"), url("../../src/font/Parabole-Regular.woff") format("woff"), url("../../src/font/Parabole-Regular.woff2") format("woff2");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "icomoon";
  src: url("../../src/font/icomoon.eot?#iefix") format("embedded-opentype"), url("../../src/font/icomoon.woff") format("woff"), url("../../src/font/icomoon.ttf") format("truetype"), url('../../src/font/icomoon.svg#str-replace(icomoon, " ", "_")') format("svg"), url("../../src/font/icomoon.eot?#iefix") format("embedded-opentype"), url("../../src/font/icomoon.woff") format("woff"), url("../../src/font/icomoon.ttf") format("truetype"), url('../../src/font/icomoon.svg#str-replace(icomoon, " ", "_")') format("svg");
  font-style: normal;
  font-weight: normal;
}
::-moz-selection {
  background-color: var(--c-black);
  color: var(--c-white);
}
::selection {
  background-color: var(--c-black);
  color: var(--c-white);
}

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

html {
  font-size: 0.625em;
  line-height: 1.6;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--wp-admin--admin-bar--height, 0px) + var(--header-height, 0px));
}

body {
  font-family: "Inter", "Arial", sans-serif;
  font-size: var(--fs-m);
  -webkit-font-smoothing: antialiased;
  color: var(--c-line-a);
  background: var(--c-white);
}

@media print {
  html,
  body {
    overflow: inherit;
  }
}

main {
  contain: content;
}

p {
  margin: 0;
}

h1 {
  margin: 0 0 0.75em;
  font-size: var(--fs-h1);
  font-weight: 600;
  line-height: 1.2;
}

h2 {
  margin: 0 0 0.75em;
  font-size: var(--fs-h2);
  font-weight: 600;
  line-height: 1.2;
}

h3 {
  margin: 0 0 0.75em;
  font-size: var(--fs-h3);
  font-weight: 600;
  line-height: 1.2;
}

h4 {
  margin: 0 0 0.75em;
  font-size: var(--fs-h4);
  font-weight: 600;
  line-height: 1.2;
}

h5 {
  margin: 0 0 0.75em;
  font-size: var(--fs-h5);
  font-weight: 600;
  line-height: 1.2;
}

h6 {
  margin: 0 0 0.75em;
  font-size: var(--fs-h6);
  font-weight: 600;
  line-height: 1.2;
}

h1 {
  font-family: "Parabole", "Inter", "Arial", sans-serif;
  font-weight: 400;
  line-height: 1.1;
}

ul,
ol,
li {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

figure {
  margin: 0;
}

figcaption {
  margin-top: var(--gutter-8);
  font-size: var(--fs-s);
  line-height: 1.2;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

a {
  color: inherit;
  word-break: break-word;
  text-decoration: none;
  -webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}

@media print {
  img,
  tr {
    page-break-inside: avoid;
  }
}

iframe {
  border: none;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.8;
}

::-moz-placeholder {
  color: inherit;
  opacity: 0.8;
}

:-ms-input-placeholder {
  color: inherit;
  opacity: 0.8;
}

::-ms-input-placeholder {
  color: inherit;
  opacity: 0.8;
}

::placeholder {
  color: inherit;
  opacity: 0.8;
}

label {
  display: inline-block;
  margin-bottom: var(--gutter-8);
  font-weight: 600;
}
.form-type-radio label, .form-type-checkbox label, .ginput_container_radio label, .ginput_container_checkbox label, .ginput_container_consent label {
  font-weight: normal;
  cursor: pointer;
}
label a {
  text-decoration: underline;
}
label a:hover, label a:focus {
  color: var(--c-season-a);
}

input[type=text], input[type=email], input[type=password], input[type=search], input[type=url], input[type=tel], input[type=number], input[type=date], input[type=time], input[type=file], textarea, select {
  display: block;
  width: 100%;
  padding: var(--gutter-10) 1.2rem;
  border: 1px solid;
  border-radius: 0.6rem;
  background-color: var(--c-white);
  color: var(--c-line-a);
  line-height: inherit;
}
.gfield_error input[type=text], .gfield_error input[type=email], .gfield_error input[type=password], .gfield_error input[type=search], .gfield_error input[type=url], .gfield_error input[type=tel], .gfield_error input[type=number], .gfield_error input[type=date], .gfield_error input[type=time], .gfield_error input[type=file], .gfield_error textarea, .gfield_error select {
  border-color: var(--c-error);
  color: var(--c-error);
}

input[type=search] {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding-right: var(--gutter-50);
  background-image: url("../../src/image/search.svg");
  background-position: right var(--gutter-16) center;
  background-repeat: no-repeat;
  background-size: auto 3rem;
}

input[type=file] {
  cursor: pointer;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding-right: var(--gutter-30);
  background-image: url("../../src/image/chevron-down.svg");
  background-position: right var(--gutter-16) center;
  background-repeat: no-repeat;
  background-size: auto 1.2rem;
}
select[multiple] {
  padding: 0 var(--gutter-40) 0 0;
}
select[multiple] option {
  padding: var(--gutter-8);
}
select::-ms-expand {
  display: none;
}

textarea {
  width: 100%;
  min-height: 10em;
}

fieldset {
  padding: 0;
  margin: 0;
  border: none;
}

legend {
  margin-bottom: var(--gutter-24);
  font-size: var(--fs-h4);
  font-weight: bold;
}

button:focus-visible, input[type=button]:focus-visible, input[type=submit]:focus-visible, input[type=reset]:focus-visible, input[type=file] > input[type=button]:focus-visible {
  outline: auto !important;
}

@media screen and (min-width: 64.0625em) {
  .gform_fields {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(auto-fill, auto);
    grid-column-gap: 2%;
  }
}

@media screen and (min-width: 45.0625em) {
  .gfield--width-full {
    grid-column: span 12;
  }
  .gfield--width-half {
    grid-column: span 6;
  }
  .gfield--width-third {
    grid-column: span 4;
  }
  .gfield--width-quarter {
    grid-column: span 3;
  }
}

.gfield {
  grid-column: 1/-1;
  min-width: 0;
}

.ginput_complex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: var(--gutter-24);
}
.ginput_complex > span, .ginput_complex > .ginput_container {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (min-width: 45.0625em) {
  .ginput_complex > span, .ginput_complex > .ginput_container {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
  }
}
.ginput_complex > .gf_clear_complex {
  display: none;
}

@media print {
  .form-actions,
  .gform_footer {
    display: none;
  }
}

.gform_footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.form-submit,
.gform_button,
input[type=submit] {
  cursor: pointer;
}

.form-item,
.gfield {
  margin-bottom: var(--gutter-24);
}
.form-radios .form-item, .form-checkboxes .form-item,
.form-radios .gfield,
.form-checkboxes .gfield {
  margin-bottom: 0;
}

.gf_list_inline .gfield_checkbox,
.gf_list_inline .ginput_container_consent,
.gf_list_inline .gfield_radio,
.gf_list_inline .form-type-checkbox,
.gf_list_inline .form-type-radio,
.gf_list_inline .forgetmenot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: var(--gutter-24);
}
.gfield_checkbox label,
.ginput_container_consent label,
.gfield_radio label,
.form-type-checkbox label,
.form-type-radio label,
.forgetmenot label {
  margin-bottom: var(--gutter-8);
  cursor: pointer;
}
.gfield_checkbox label::before,
.ginput_container_consent label::before,
.gfield_radio label::before,
.form-type-checkbox label::before,
.form-type-radio label::before,
.forgetmenot label::before {
  background-color: var(--c-white);
}
.gfield_checkbox input,
.ginput_container_consent input,
.gfield_radio input,
.form-type-checkbox input,
.form-type-radio input,
.forgetmenot input {
  position: absolute;
  top: auto !important;
  opacity: 0;
}
.form-description,
.gfield_description:not(.gfield_consent_description),
.gform_fileupload_rules {
  margin-top: var(--gutter-8);
  font-size: var(--fs-s);
}

.gfield_validation_message,
.validation_message {
  color: var(--c-error);
}

.gform_validation_errors ol,
.gform_validation_errors ul {
  margin-block: 0.7rem;
  padding-left: var(--gutter-24);
}
.gform_validation_errors ol li,
.gform_validation_errors ul li {
  list-style: disc;
}
.gform_validation_errors ol li:not(:last-child),
.gform_validation_errors ul li:not(:last-child) {
  margin-bottom: 0.5rem;
}

.gform_description,
.gform_required_legend {
  font-size: var(--fs-s);
  margin-bottom: var(--gutter-24);
}

.gform_required_legend {
  text-align: right;
}

span.required,
span.gfield_required {
  font-style: normal;
  font-weight: normal;
}

span.gform_description,
span.gform_fileupload_rules {
  display: block;
}

.gfield_visibility_hidden,
.gform_wrapper .hidden_label .gfield_label,
.gform_wrapper .hidden_sub_label,
.gform_wrapper.screen-reader-text {
  position: absolute;
  left: -9999px;
  width: 0;
  height: 0;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  word-wrap: normal;
}

.gf_list_inline .gfield_checkbox,
.gf_list_inline .gfield_radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: var(--gutter-24);
}

.ginput_container_consent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.password_input_container,
.wp-pwd {
  display: block;
  position: relative;
}
.password_input_container button,
.wp-pwd button {
  position: absolute;
  top: 1px;
  right: 0;
  bottom: 1px;
  padding: var(--gutter-8) var(--gutter-16);
}
.password_input_container button:focus, .password_input_container button:hover,
.wp-pwd button:focus,
.wp-pwd button:hover {
  color: var(--c-primary-a);
  background: transparent;
}

table {
  clear: both;
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  background: var(--c-white);
  color: var(--c-line-a);
  line-height: normal;
}
.no-js table {
  margin-bottom: var(--gutter-24);
}

caption {
  margin-bottom: 0.25em;
  font-weight: bold;
}

th,
td {
  padding: 0.5em;
  border: 1px solid;
  text-align: left;
}

th {
  background: var(--c-primary-a);
  color: var(--c-white);
}

.rwd-table {
  width: 100%;
  overflow: auto;
  margin-bottom: var(--gutter-24);
}

button {
  line-height: inherit;
}
button:not(:disabled) {
  cursor: pointer;
}

.i-flex {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: var(--gutter-icon-b);
}
.i-content {
  pointer-events: none;
  line-height: normal;
  -webkit-transition: -webkit-transform 0.1s ease-in-out;
  transition: -webkit-transform 0.1s ease-in-out;
  transition: transform 0.1s ease-in-out;
  transition: transform 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
}
.i-accessibility > .i-content::before {
  content: "\e91a";
}
.i-arrow-bottom > .i-content::before {
  content: "\e919";
}
.i-arrow-left > .i-content::before {
  content: "\e918";
}
.i-arrow-right > .i-content::before {
  content: "\e917";
}
.i-arrow-up > .i-content::before {
  content: "\e916";
}
.i-calendar > .i-content::before {
  content: "\e915";
}
.i-chevron-up > .i-content::before {
  content: "\e007";
}
.i-chevron-down > .i-content::before {
  content: "\e008";
}
.i-check > .i-content::before {
  content: "\e900";
}
.i-close > .i-content::before {
  content: "\e902";
}
.i-download > .i-content::before {
  content: "\e913";
}
.i-download-circle > .i-content::before {
  content: "\e91b";
}
.i-folder > .i-content::before {
  content: "\e914";
}
.i-external > .i-content::before {
  content: "\e912";
}
.i-info > .i-content::before {
  content: "\e911";
}
.i-less > .i-content::before {
  content: "\e910";
}
.i-link > .i-content::before {
  content: "\e90f";
}
.i-location > .i-content::before {
  content: "\e90e";
}
.i-mail > .i-content::before {
  content: "\e904";
}
.i-more > .i-content::before {
  content: "\e90c";
}
.i-menu > .i-content::before {
  content: "\e90d";
}
.i-price > .i-content::before {
  content: "\e90b";
}
.i-search > .i-content::before {
  content: "\e903";
}
.i-success > .i-content::before {
  content: "\e90a";
}
.i-time > .i-content::before {
  content: "\e909";
}
.i-user > .i-content::before {
  content: "\e906";
}
.i-warning > .i-content::before {
  content: "\e901";
}
.i-warning-2 > .i-content::before {
  content: "\e905";
}
.i-facebook > .i-content::before {
  content: "\f09a";
}
.i-instagram > .i-content::before {
  content: "\e907";
}
.i-youtube > .i-content::before {
  content: "\e908";
}
.i-inline .i-content {
  display: inline-block;
  margin-right: var(--gutter-icon-b);
}
.i-inline.i-after .i-content:last-of-type, .i-inline.i-both .i-content:last-of-type {
  margin-left: var(--gutter-icon-b);
  margin-right: initial;
}

.no-scroll {
  overflow: hidden;
}

.container-list {
  --margin-bottom: var(--gutter-40);
  margin-bottom: var(--margin-bottom);
}
@media screen and (min-width: 64.0625em) {
  .container-list:last-child {
    --margin-bottom: var(--gutter-90);
  }
}

.visually-hidden {
  position: absolute;
  left: -9999px;
  width: 0;
  height: 0;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  word-wrap: normal;
}
.visually-hidden.is-focusable:focus-visible {
  left: 0;
  width: auto;
  height: auto;
  clip: auto;
  overflow: visible;
  z-index: 1001;
}

.container-l {
  --container-gutter: 0px;
}

@media screen and (min-width: 64.0625em) {
  .container-m {
    --container-gutter: var(--gutter-80);
  }
}

.theme-past {
  --c-season-a: var(--c-black);
  --c-season-b: var(--c-bg-a);
  --c-season-c: var(--c-bg-a);
  --c-season-gradient-a: var(--c-bg-a);
  --c-season-gradient-b: var(--c-black);
  --c-season-gradient-c: var(--c-black);
}

.tinymce h3 {
  color: var(--c-season-a);
  font-family: "Parabole", "Inter", "Arial", sans-serif;
  font-weight: 400;
  line-height: 1.4;
}
.tinymce p,
.tinymce ul,
.tinymce ol,
.tinymce figure,
.tinymce iframe,
.tinymce blockquote {
  margin-bottom: var(--gutter-24);
}
@media screen and (min-width: 64.0625em) {
  .tinymce p,
  .tinymce ul,
  .tinymce ol,
  .tinymce figure,
  .tinymce iframe,
  .tinymce blockquote {
    margin-bottom: var(--gutter-30);
  }
}
#main-content .tinymce,
.tinymce p,
.tinymce blockquote,
.tinymce ul,
.tinymce ol {
  overflow: hidden;
}
.tinymce iframe {
  clear: both;
}
.tinymce ul > * {
  position: relative;
  margin-left: 1.5em;
}
.tinymce ul > *::before {
  content: "";
  top: 1.2rem;
  width: 6px;
  height: 6px;
  background-color: currentColor;
  border-radius: 50%;
}
.tinymce ul ul li {
  margin-left: 4.6rem;
}
.tinymce ol {
  counter-reset: i;
}
.tinymce ol > * {
  position: relative;
  margin-left: 1.5em;
}
.tinymce ol > *::before {
  content: counter(i) ".";
  counter-increment: i;
  position: absolute;
  top: 0;
  right: 100%;
  margin-right: 0.25em;
  color: inherit;
}
.tinymce a:not([class*=btn], [class*=link], .cookie-link) {
  -webkit-transition: none !important;
  transition: none !important;
  --padding-inline: 0.4rem;
  padding-inline: var(--padding-inline);
  background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor));
  background-image: linear-gradient(currentColor, currentColor);
  background-repeat: no-repeat;
  background-position-x: 65%;
  background-position-y: 100%;
  background-size: calc(100% - var(--padding-inline) * 2) 0.1rem;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.tinymce a:not([class*=btn], [class*=link], .cookie-link):hover, .tinymce a:not([class*=btn], [class*=link], .cookie-link):focus-visible {
  background-size: 0 0.1rem;
  color: currentColor;
  background-size: 100%;
  color: var(--c-white);
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--c-season-a)), to(var(--c-season-a)));
  background-image: linear-gradient(var(--c-season-a), var(--c-season-a));
}
.tinymce a:not([class*=btn], [class*=link], .cookie-link).i-a11y {
  background-position-x: calc(100% + 2rem);
}
.tinymce a:not([class*=btn], [class*=link], .cookie-link).i-after {
  background-position-x: 100%;
  background-size: calc(100% - var(--padding-inline) * 2 - 2rem) 0.1rem;
  background-position-x: 16%;
}
.tinymce a:not([class*=btn], [class*=link], .cookie-link).i-after:hover, .tinymce a:not([class*=btn], [class*=link], .cookie-link).i-after:focus-visible {
  background-size: 0 0.1rem;
}
.tinymce a:not([class*=btn], [class*=link], .cookie-link).i-both {
  background-size: calc(100% - var(--padding-inline) * 2 - 4rem) 0.1rem;
  background-position-x: calc(100% - 2rem);
}
.tinymce a:not([class*=btn], [class*=link], .cookie-link).i-both:hover, .tinymce a:not([class*=btn], [class*=link], .cookie-link).i-both:focus-visible {
  background-size: 0 0.1rem;
}
.tinymce a:not([class*=btn], [class*=link], .cookie-link).i-after:hover, .tinymce a:not([class*=btn], [class*=link], .cookie-link).i-after:focus-visible, .tinymce a:not([class*=btn], [class*=link], .cookie-link).i-both:hover, .tinymce a:not([class*=btn], [class*=link], .cookie-link).i-both:focus-visible {
  background-size: 100%;
  background-position-x: 100%;
}
.tinymce a:not([class*=btn], [class*=link], .cookie-link).i-inline .i-content {
  margin-right: 0.4rem;
}
.tinymce a:not([class*=btn], [class*=link], .cookie-link).i-inline.i-after .i-content:last-of-type, .tinymce a:not([class*=btn], [class*=link], .cookie-link).i-inline.i-both .i-content:last-of-type {
  margin-left: 0.4rem;
  margin-right: initial;
}
.tinymce a:not([class*=btn], [class*=link], .cookie-link) .i-content {
  font-size: 1.6rem;
}
.tinymce a:is([class*=btn], [class*=link]) {
  margin: 0 0.5em 0.5em 0;
}
.tinymce .wp-caption {
  clear: both;
  display: table;
  width: auto !important;
  margin-bottom: 2em;
}
.tinymce hr {
  height: 2px;
  margin-top: var(--gutter-32);
  margin-bottom: var(--gutter-32);
  background-color: var(--c-season-a);
  border: none;
}
.tinymce .aligncenter {
  text-align: center;
}
.tinymce .aligncenter:is(img), .tinymce .aligncenter.wp-caption {
  margin-inline: auto;
}
@media screen and (max-width: 45em) {
  .tinymce .alignleft,
  .tinymce .alignright {
    float: none;
  }
}
@media screen and (min-width: 45.0625em), print {
  .tinymce .alignleft,
  .tinymce .alignright {
    max-width: 50%;
  }
}
@media screen and (min-width: 45.0625em), print {
  .tinymce .alignleft {
    margin-right: 2em;
    float: left;
  }
  .tinymce .alignleft + * {
    clear: right;
  }
}
@media screen and (min-width: 45.0625em), print {
  .tinymce .alignright {
    margin-left: 2em;
    float: right;
  }
  .tinymce .alignright + * {
    clear: left;
  }
}
.tinymce > *:last-child {
  margin-bottom: 0;
}

.form-filter:has(input[type=search]) {
  max-width: 106rem;
}
@media screen and (min-width: 64.0625em) {
  .form-filter .column {
    row-gap: var(--gutter-16);
  }
}
.form-filter .column > * {
  margin-bottom: 0;
}
.form-filter-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: var(--gutter-10);
  margin: 0;
  border-bottom: 1px solid;
}
.form-filter-item label {
  margin: 0;
}
.form-filter-item input[type=text], .form-filter-item input[type=email], .form-filter-item input[type=password], .form-filter-item input[type=search], .form-filter-item input[type=url], .form-filter-item input[type=tel], .form-filter-item input[type=number], .form-filter-item input[type=date], .form-filter-item input[type=time], .form-filter-item input[type=file], .form-filter-item textarea, .form-filter-item select {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: auto;
  padding: 0.3rem 0 0.3rem var(--gutter-8);
  border: none;
  border-radius: 0;
}
.form-filter-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: var(--gutter-24);
  margin-top: var(--gutter-40);
}
@media screen and (min-width: 64.0625em) {
  .form-filter-action {
    margin-top: var(--gutter-32);
  }
}
.form-filter-reset {
  font-size: var(--fs-s);
  text-decoration: underline;
}
.form-filter-reset:hover, .form-filter-reset:focus {
  color: var(--c-season-a);
}

.login {
  margin-top: var(--gutter-40);
}
.login h1.screen-reader-text {
  position: unset;
  width: auto;
  height: auto;
  clip: unset;
}
.login h1.wp-login-logo {
  display: none;
}
.login .user-pass-wrap,
.login .forgetmenot,
.login .submit,
.login #nav,
.login #backtoblog,
.login .language-switcher,
.login .admin-email__actions {
  margin-top: var(--gutter-24);
}
.login #backtoblog,
.login #nav {
  text-align: center;
}
.login #backtoblog a,
.login #nav a,
.login .admin-email-confirm-form a {
  color: var(--c-primary-a);
  --padding-inline: 0.4rem;
  background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor));
  background-image: linear-gradient(currentColor, currentColor);
  background-repeat: no-repeat;
  background-position-x: 50%;
  background-position-y: 100%;
  background-size: 100% 0.1rem;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.login #backtoblog a:hover, .login #backtoblog a:focus-visible,
.login #nav a:hover,
.login #nav a:focus-visible,
.login .admin-email-confirm-form a:hover,
.login .admin-email-confirm-form a:focus-visible {
  background-size: 0 0.1rem;
  color: currentColor;
}
.login #language-switcher {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: var(--gutter-16);
}
@media screen and (min-width: 64.0625em) {
  .login #language-switcher {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.login #language-switcher label {
  -ms-flex-item-align: center;
      align-self: center;
  margin-bottom: 0;
}
.login #language-switcher select {
  margin-bottom: var(--gutter-16);
}
@media screen and (min-width: 64.0625em) {
  .login #language-switcher select {
    margin-bottom: 0;
    margin-right: var(--gutter-16);
  }
}
.login .admin-email__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.form-newsletter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.form-newsletter-title {
  width: 100%;
  margin-bottom: var(--gutter-8);
  font-size: var(--fs-m);
}
.form-newsletter .form-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-bottom: 0;
}
.form-newsletter input {
  border-right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.form-newsletter .btn-A {
  min-height: 100%;
  padding-inline: 1.2rem;
  border-radius: 0 0.6rem 0.6rem 0;
}
.form-newsletter-text {
  width: 100%;
  margin-top: 1em;
  font-size: var(--fs-s);
  line-height: 1.2;
}

.form-sort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: var(--gutter-10);
}
.form-sort .form-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: var(--gutter-10);
  margin-bottom: 0;
}
@media screen and (min-width: 32.5625em) {
  .form-sort .form-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.form-sort label {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-bottom: 0;
}
.form-sort select {
  min-width: 16rem;
  padding-block: var(--gutter-8);
}

.login #login_error,
#login_error,
.login .message,
.message,
.success,
.gform_confirmation_message,
.gform_validation_errors {
  padding: var(--gutter-16) var(--gutter-20) var(--gutter-16) var(--gutter-56);
  margin: 0 0 2em;
  color: var(--c-black);
  border: 1px solid var(--c-success);
  background: var(--c-success-10);
  -webkit-box-shadow: none;
          box-shadow: none;
}
.login #login_error a,
#login_error a,
.login .message a,
.message a,
.success a,
.gform_confirmation_message a,
.gform_validation_errors a {
  padding: 0.5rem;
  text-decoration: underline;
}
.login #login_error a:hover, .login #login_error a:focus,
#login_error a:hover,
#login_error a:focus,
.login .message a:hover,
.login .message a:focus,
.message a:hover,
.message a:focus,
.success a:hover,
.success a:focus,
.gform_confirmation_message a:hover,
.gform_confirmation_message a:focus,
.gform_validation_errors a:hover,
.gform_validation_errors a:focus {
  color: var(--c-black);
}
.login #login_error a:focus,
#login_error a:focus,
.login .message a:focus,
.message a:focus,
.success a:focus,
.gform_confirmation_message a:focus,
.gform_validation_errors a:focus {
  outline: solid 2px var(--c-black);
}
.login #login_error a p,
#login_error a p,
.login .message a p,
.message a p,
.success a p,
.gform_confirmation_message a p,
.gform_validation_errors a p {
  display: inline;
}

.login .message,
.message,
.gform_confirmation_message {
  background: none;
}

.login #login_error,
#login_error,
.gform_validation_errors {
  border-color: var(--c-error);
  background: var(--c-error-10);
}

.gform_confirmation_message,
.gform_validation_errors {
  position: relative;
}
.gform_confirmation_message::before,
.gform_validation_errors::before {
  position: absolute;
  top: 1rem;
  left: 2rem;
}

.gform_confirmation_message::before {
  content: "\e90a";
  font-size: 2.4rem;
  color: var(--c-success);
}

.gform_validation_errors::before {
  content: "\e901";
  font-size: 2.4rem;
  color: var(--c-error);
}

.error404 main {
  min-height: calc(90dvh - var(--header-height));
}

.screen-reader-text {
  position: absolute;
  left: -9999px;
  width: 0;
  height: 0;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  word-wrap: normal;
}

@media (min-width: 783px) and (max-width: 1440px) {
  #wpadminbar #wp-admin-bar-root-default > li:nth-child(7) ~ li {
    display: none;
  }
  #wpadminbar #wp-admin-bar-search {
    display: none;
  }
  #wpadminbar #wp-admin-bar-my-account {
    display: block;
  }
  #wpadminbar #wp-admin-bar-my-account > a.ab-item {
    text-overflow: clip;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    width: 52px;
    padding: 0;
    position: relative;
  }
  #wpadminbar #wp-admin-bar-my-account > a.ab-item img {
    position: absolute;
    top: 9px;
    right: 5px;
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 600px) {
  #wpadminbar {
    position: fixed;
  }
  #wpadminbar li#wp-admin-bar-gform-forms.menupop {
    display: none;
  }
}
@media (max-width: 335px) {
  #wpadminbar li#wp-admin-bar-wpseo-menu {
    display: none;
  }
}

.breadcrumb {
  margin-bottom: var(--gutter-16);
  font-size: var(--fs-s);
}
@media print {
  .breadcrumb {
    display: none;
  }
}
.breadcrumb ol li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.breadcrumb a {
  --padding-inline: 0.4rem;
  background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor));
  background-image: linear-gradient(currentColor, currentColor);
  background-repeat: no-repeat;
  background-position-x: 0%;
  background-position-y: 100%;
  background-size: 100% 0.1rem;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  --gutter-icon-a: 0.4rem;
}
.breadcrumb a:hover, .breadcrumb a:focus-visible {
  background-size: 0 0.1rem;
  color: currentColor;
}
.breadcrumb a.i-a11y {
  background-position-x: calc(0% + var(--fs-icon) + var(--gutter-icon-a));
}
.breadcrumb a.i-after {
  background-position-x: 0%;
  background-size: calc(100% - (var(--fs-icon) + var(--gutter-icon-a))) 0.1rem;
}
.breadcrumb a.i-after:hover, .breadcrumb a.i-after:focus-visible {
  background-size: 0 0.1rem;
}
.breadcrumb a.i-both {
  background-size: calc(100% - (var(--fs-icon) + var(--gutter-icon-a)) * 2) 0.1rem;
}
.breadcrumb a.i-both:hover, .breadcrumb a.i-both:focus-visible {
  background-size: 0 0.1rem;
}
.breadcrumb a.i-inline .i-content {
  margin-right: var(--gutter-icon-a);
}
.breadcrumb a.i-inline.i-after .i-content:last-of-type, .breadcrumb a.i-inline.i-both .i-content:last-of-type {
  margin-left: var(--gutter-icon-a);
  margin-right: initial;
}
.breadcrumb a .i-content {
  font-size: var(--fs-icon);
}
.breadcrumb .i-content {
  padding-left: 0.4rem;
  font-size: var(--fs-s);
}
.breadcrumb .i-content::before {
  content: "/";
}

.menu--main .menu-link[aria-expanded=true] .i-content {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.menu--main .menu-link[aria-expanded=true] + .submenu {
  display: block;
}
@media screen and (min-width: 64.0625em) {
  .menu--main > .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.menu--main > .menu > .menu-item:not(.is-expanded):focus, .menu--main > .menu > .menu-item:not(.is-expanded):hover {
  background-color: var(--c-season-a);
  color: var(--c-season-line-a);
}
.menu--main > .menu > .menu-item:not(:last-child) {
  border-bottom: 1px solid var(--c-line-b);
}
.menu--main > .menu > .menu-item--active-trail > .menu-link {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 0.6rem;
}
.menu--main > .menu > .menu-item--active-trail > .menu-link .i-content::before {
  display: inline-block;
}
.menu--main > .menu > .menu-item.is-expanded {
  padding-bottom: var(--gutter-10);
}
.menu--main > .menu > .menu-item > .menu-link {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: var(--gutter-20);
  font-weight: 600;
  -webkit-transition: none;
  transition: none;
}
.menu--main > .menu > .menu-item > .menu-link[aria-expanded=true] {
  padding-bottom: var(--gutter-10);
}
.menu--main .no-link + .submenu {
  padding-inline: var(--gutter-10);
  text-align: left;
  display: none;
}
.menu--main .no-link + .submenu > * {
  position: relative;
  margin-left: 1.5em;
}
.menu--main .no-link + .submenu > *::before {
  content: "";
  top: 1.8rem;
  width: 0.4rem;
  height: 0.4rem;
  background-color: currentColor;
  border-radius: 50%;
}
.menu--main .no-link + .submenu .menu-link {
  font-weight: 400;
  line-height: 1;
}
.menu--main .no-link + .submenu .menu-link[aria-current] {
  background-size: 100% 0.2rem;
}

.menu-header-top > .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: var(--gutter-8);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 32.5625em) {
  .menu-header-top > .menu {
    gap: var(--gutter-20);
  }
}
@media screen and (min-width: 64.0625em) {
  .menu-header-top > .menu {
    gap: var(--gutter-40);
  }
}
.menu-header-top .menu-link {
  font-size: var(--fs-s);
  line-height: 1;
  padding-block: 0.4rem;
  --padding-inline: 0.4rem;
  background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor));
  background-image: linear-gradient(currentColor, currentColor);
  background-repeat: no-repeat;
  background-position-x: 0%;
  background-position-y: 100%;
  background-size: 0 0.2rem;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.menu-header-top .menu-link:hover, .menu-header-top .menu-link:focus-visible {
  background-size: 100% 0.2rem;
  color: currentColor;
}
@media screen and (min-width: 32.5625em) {
  .menu-header-top .menu-link {
    font-size: var(--fs-l);
  }
}
@media screen and (min-width: 64.0625em) {
  .menu-header-top .menu-link {
    font-size: var(--fs-h5);
  }
}

.pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 84.5rem;
  margin: var(--gutter-40) auto;
  font-weight: 600;
  font-size: var(--fs-s);
}
@media print {
  .pager {
    display: none;
  }
}
@media screen and (min-width: 64.0625em) {
  .pager {
    margin-bottom: var(--gutter-90);
  }
}
.pager__items {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: var(--gutter-16);
}
@media screen and (max-width: 45em) {
  .pager__items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.pager__next {
  margin-left: auto;
}
.pager__previous {
  margin-right: auto;
}
.pager__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: inherit;
  text-decoration: none;
  background-color: var(--c-white);
  -webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}
.pager__link.is-disabled {
  visibility: hidden;
}
.pager__symbol {
  min-width: 2.4rem;
  min-height: 2.4rem;
}
.pager__symbol:hover, .pager__symbol:focus {
  color: var(--c-white);
  background-color: var(--c-season-a);
}
.is-active > .pager__symbol {
  color: var(--c-white);
  background-color: var(--c-black);
}
.pager__text:is(a) {
  --padding-inline: 0.4rem;
  background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor));
  background-image: linear-gradient(currentColor, currentColor);
  background-repeat: no-repeat;
  background-position-x: 0%;
  background-position-y: 100%;
  background-size: 0 0.1rem;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.pager__text:is(a):hover, .pager__text:is(a):focus-visible {
  background-size: 100% 0.1rem;
  color: currentColor;
}
.pager__text:is(a).i-a11y {
  background-position-x: calc(0% + var(--fs-icon) + var(--gutter-icon-a));
}
.pager__text:is(a).i-after {
  background-position-x: 0%;
  background-size: 0 0.1rem;
}
.pager__text:is(a).i-after:hover, .pager__text:is(a).i-after:focus-visible {
  background-size: calc(100% - (var(--fs-icon) + var(--gutter-icon-a))) 0.1rem;
}
.pager__text:is(a).i-both {
  background-size: 0 0.1rem;
}
.pager__text:is(a).i-both:hover, .pager__text:is(a).i-both:focus-visible {
  background-size: calc(100% - (var(--fs-icon) + var(--gutter-icon-a)) * 2) 0.1rem;
}
.pager__text:is(a).i-inline .i-content {
  margin-right: var(--gutter-icon-a);
}
.pager__text:is(a).i-inline.i-after .i-content:last-of-type, .pager__text:is(a).i-inline.i-both .i-content:last-of-type {
  margin-left: var(--gutter-icon-a);
  margin-right: initial;
}
.pager__text:is(a) .i-content {
  font-size: var(--fs-icon);
}
@media screen and (max-width: 32.5em) {
  .pager__text-content {
    position: absolute;
    left: -9999px;
    width: 0;
    height: 0;
    clip: rect(0, 0, 0, 0);
    overflow: hidden;
    word-wrap: normal;
  }
}
@media screen and (max-width: 32.5em) {
  .pager__text .i-content {
    --gutter-icon-a: 0px;
  }
}

.sitemap {
  margin-bottom: var(--gutter-40);
}
@media screen and (min-width: 45.0625em) {
  .sitemap {
    display: grid;
    grid-gap: 3rem 3rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 87.5em) {
  .sitemap-item:not(:last-of-type) {
    margin-bottom: var(--gutter-40);
  }
}
.sitemap h2 {
  font-size: var(--fs-h3);
}
.sitemap a {
  --padding-inline: 0.4rem;
  background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor));
  background-image: linear-gradient(currentColor, currentColor);
  background-repeat: no-repeat;
  background-position-x: 0%;
  background-position-y: 100%;
  background-size: 100% 0.1rem;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.sitemap a:hover, .sitemap a:focus-visible {
  background-size: 0 0.1rem;
  color: currentColor;
}
.sitemap div > ul {
  margin-bottom: var(--gutter-30);
}
.sitemap div > ul > * {
  position: relative;
  margin-left: 1.5em;
}
.sitemap div > ul > *::before {
  content: "";
  top: 0.6em;
  width: 6px;
  height: 6px;
  background-color: currentColor;
  border-radius: 50%;
}
.sitemap div > ul li {
  margin-bottom: var(--gutter-16);
  font-size: var(--fs-h6);
  line-height: 1.4;
  font-weight: bold;
}
.sitemap div > ul li span {
  display: block;
  margin-bottom: var(--gutter-16);
}
.sitemap div > ul ul {
  margin-bottom: var(--gutter-24);
}
.sitemap div > ul ul li {
  font-size: var(--fs-m);
  font-weight: 400;
  text-transform: none;
}

/* stylelint-disable selector-class-pattern */
body.orejimeBody-WithModalOpen {
  position: relative;
  height: unset;
}

.orejime-Main button, .orejime-Modal button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.orejime-Notice {
  background-color: var(--c-bg-a);
  color: var(--c-black);
  -webkit-box-shadow: var(--shadow-a);
          box-shadow: var(--shadow-a);
}
.orejime-Notice-title, .orejime-Notice-description, .orejime-Notice-purposes {
  color: var(--c-black);
}
.orejime-Notice-purposes {
  font-weight: 600;
}
.orejime-Modal-closeButton {
  padding: var(--gutter-10);
  border: 1px solid currentColor;
  border-radius: 100%;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.orejime-Modal-closeButton:focus, .orejime-Modal-closeButton:hover {
  background: var(--c-season-a);
  color: var(--c-season-line-a);
}
.orejime-Modal-closeButton svg {
  cursor: pointer;
}
.orejime-blocked {
  margin: var(--gutter-24) 0 var(--gutter-32);
  padding: var(--gutter-24);
  background: var(--c-season-b);
  color: var(--c-season-line-b);
  text-align: center;
}
@media screen and (min-width: 45.0625em) {
  .orejime-blocked {
    padding: var(--gutter-24) var(--gutter-32) var(--gutter-32);
  }
}
.orejime-blocked .cookie-link {
  margin-top: var(--gutter-16);
}

/* stylelint-disable no-duplicate-selectors */
.orejime-Notice-body,
.orejime-Modal {
  padding-inline: 2.2rem;
}

.orejime-Notice {
  bottom: 0;
  right: 0;
  max-width: inherit;
  border-radius: 0;
  font-size: 1em;
}
@media screen and (min-width: 64.0625em) {
  .orejime-Notice-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.orejime-Notice-text {
  width: 50rem;
  max-width: 100%;
}
@media screen and (max-width: 64em) {
  .orejime-Notice-text {
    margin-bottom: var(--gutter-24);
  }
}
.orejime-Notice-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  gap: var(--gutter-10);
}
@media screen and (max-width: 64em) {
  .orejime-Notice-actions {
    margin-left: calc(-1 * var(--gutter-24));
  }
}
@media screen and (min-width: 64.0625em) {
  .orejime-Notice-actions {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    text-align: right;
  }
}
.orejime-Notice-title {
  font-size: var(--fs-l);
}
.orejime-Notice-title::before {
  display: none;
}
.orejime-Notice-description {
  font-size: var(--fs-m);
}

.orejime-Button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0;
  font-weight: 700;
  border-radius: 0;
}
.orejime-Button[disabled] {
  opacity: 0.5;
}
.orejime-Modal-footer .orejime-Button--save {
  margin-left: auto;
  margin-right: 0;
}
.orejime-ModalOverlay,
.orejime-NoticeOverlay {
  background: var(--c-black-50);
}

.orejime-Modal {
  position: relative;
  padding: var(--gutter-40) var(--gutter-24) var(--gutter-24);
  background-color: var(--c-white);
  color: var(--c-black);
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media screen and (min-width: 45.0625em) {
  .orejime-Modal {
    padding: var(--gutter-32);
  }
}
.orejime-Modal-header {
  padding: 0;
  border: 0;
}
.orejime-Modal-body {
  padding: 0;
  margin: var(--gutter-40) 0;
}
.orejime-Modal-footer {
  padding: 0;
  border: 0;
}
.orejime-Modal-title {
  line-height: normal;
}
.orejime-Modal-title::before {
  display: none;
}
.orejime-Modal-privacyPolicyLink {
  text-decoration: underline !important;
}
.orejime-Modal-poweredByLink {
  position: relative;
  right: 0;
  bottom: 0;
  display: inline-block;
  padding: 0;
  margin-top: var(--gutter-8);
  color: inherit !important;
  text-decoration: underline !important;
}

/* stylelint-enable no-duplicate-selectors */
.orejime-AppToggles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: var(--gutter-16);
  margin-bottom: var(--gutter-24);
}

.orejime-AppList {
  padding: var(--gutter-10);
  background: var(--c-white);
  color: var(--c-line-a);
  border: 1px solid;
}
@media screen and (min-width: 45.0625em) {
  .orejime-AppList {
    padding: 4rem;
  }
}
.orejime-AppList-item {
  line-height: inherit;
}
.orejime-AppList-item:not(:last-of-type) {
  margin-bottom: var(--gutter-32);
  padding-bottom: var(--gutter-32);
  border-bottom: solid 1px var(--c-line-b);
}

.orejime-AppItem {
  margin-left: var(--gutter-24);
}
.orejime-AppItem-label {
  text-transform: none;
  font-size: var(--fs-m);
  font-weight: bold;
}
.orejime-AppItem-input:focus + .orejime-AppItem-label .orejime-AppItem-slider {
  outline: auto;
  outline-offset: 0;
  border-color: currentColor;
}
.orejime-AppItem-input:checked + .orejime-AppItem-label .orejime-AppItem-slider {
  background: var(--c-season-a);
}
.orejime-AppItem-required, .orejime-AppItem-description, .orejime-AppItem-title {
  color: var(--c-line-a);
}
.orejime-AppItem-slider {
  border: 1px solid;
  background-color: var(--c-white);
  -webkit-box-shadow: none;
          box-shadow: none;
}
.orejime-AppItem-slider::before {
  bottom: 4px;
}
.orejime-AppItem-required {
  display: inline-block;
}

/* stylelint-enable selector-class-pattern */
.swiper {
  --swiper-bullet-size: 1.2rem;
  --swiper-bullet-color: var(--c-line-a);
  --swiper-bullet-border-color: var(--c-line-a);
}
.swiper-slide {
  height: auto;
  width: 100% !important;
}
.swiper-pagination-bullets.swiper-pagination-horizontal.swiper-pagination-clickable {
  width: auto;
}
.swiper-pagination-bullet {
  width: var(--swiper-bullet-size);
  height: var(--swiper-bullet-size);
  background-color: var(--swiper-bullet-color);
  opacity: 1;
}
@media screen and (min-width: 64.0625em) {
  .type-banner .swiper-pagination-bullet {
    --swiper-bullet-color: var(--c-white);
  }
}
.swiper-pagination-bullet:hover, .swiper-pagination-bullet:focus {
  background-color: var(--c-season-a);
}
.swiper-pagination-bullet-active {
  --swiper-bullet-size: 2rem;
  --swiper-bullet-color: var(--c-white);
  border: 0.5rem solid var(--swiper-bullet-border-color);
}
@media screen and (min-width: 64.0625em) {
  .type-banner .swiper-pagination-bullet-active {
    --swiper-bullet-color: var(--c-season-a);
    --swiper-bullet-border-color: var(--c-white);
  }
}

:root {
  --c-white: #fff;
  --c-black: #000;
  --c-black-75: rgba(0, 0, 0, 0.75);
  --c-black-50: rgba(0, 0, 0, 0.5);
  --c-black-25: rgba(0, 0, 0, 0.25);
  --c-black-10: rgba(0, 0, 0, 0.1);
  --c-primary-a: #fc549e;
  --c-primary-a-0: rgba(252, 84, 158, 0);
  --c-secondary-a: #ffa4e9;
  --c-secondary-b: #0029ff;
  --c-secondary-c: #fd9da3;
  --c-tertiary-a: #d9d9db;
  --c-line-a: var(--c-black);
  --c-line-b: var(--c-tertiary-a);
  --c-bg-a: var(--c-tertiary-a);
  --c-bg-b: #efefef;
  --c-error: #ee0701;
  --c-warning: #e37c00;
  --c-success: #00ba00;
  --c-styleguide-a: #30296b;
  --c-styleguide-b: #5b52c6;
  --c-styleguide-c: #e9e5ed;
  --c-season-a: var(--c-primary-a);
  --c-season-b: var(--c-secondary-a);
  --c-season-c: var(--c-secondary-c);
  --c-season-line-a: var(--c-white);
  --c-season-line-b: var(--c-black);
  --c-season-gradient-a: linear-gradient(248deg, var(--c-secondary-b) 0%, var(--c-secondary-a) 30.47%, var(--c-secondary-a) 46.17%, var(--c-secondary-c) 69.26%, var(--c-secondary-c) 92.35%);
  --c-season-gradient-b: linear-gradient(70deg, var(--c-secondary-a) 0%, var(--c-secondary-b) 100%);
  --c-season-gradient-c: linear-gradient(70deg, var(--c-secondary-b) 0%, var(--c-secondary-a) 100%);
}

:root {
  --fs-h1: 3.5rem;
  --fs-h2: 2.4rem;
  --fs-h3: 2.4rem;
  --fs-h4: 2rem;
  --fs-h5: 1.8rem;
  --fs-h6: 1.6rem;
  --fs-lead: 2rem;
  --fs-l: 1.6rem;
  --fs-m: 1.4rem;
  --fs-s: 1.2rem;
  --fs-icon: 2.4rem;
}
@media screen and (min-width: 64.0625em) {
  :root {
    --fs-h1: 6rem;
    --fs-h2: 4rem;
    --fs-h3: 3.6rem;
    --fs-h4: 2.8rem;
    --fs-h5: 2rem;
    --fs-l: 2rem;
    --fs-m: 1.6rem;
  }
}

:root {
  --shadow-a: 0 0 5px 2px var(--c-black-25);
  --shadow-scroll-cover-top: linear-gradient(var(--c-white) 30%, rgb(255 255 255 / 0%)) center top;
  --shadow-scroll-cover-bottom: linear-gradient(rgb(255 255 255 / 0%), var(--c-white) 70%) center bottom;
  --shadow-scroll-top: radial-gradient(farthest-side at 50% 0, rgb(0 0 0 / 20%), rgb(0 0 0 / 0%)) center top;
  --shadow-scroll-bottom: radial-gradient(farthest-side at 50% 100%, rgb(0 0 0 / 20%), rgb(0 0 0 / 0%)) center bottom;
  --overlay-a: rgba(255, 255, 255, 0.5);
  --header-height: 11.8rem;
  --alert-height: 0;
}
@media screen and (min-width: 64.0625em) {
  :root {
    --header-height: 14.8rem;
  }
}

:root {
  --gutter-8: 0.8rem;
  --gutter-10: 1rem;
  --gutter-16: 1.6rem;
  --gutter-20: 2rem;
  --gutter-24: 2.4rem;
  --gutter-30: 3rem;
  --gutter-32: 3.2rem;
  --gutter-40: 4rem;
  --gutter-48: 4.8rem;
  --gutter-50: 5rem;
  --gutter-56: 5.6rem;
  --gutter-60: 6rem;
  --gutter-64: 6.4rem;
  --gutter-70: 7rem;
  --gutter-72: 7.2rem;
  --gutter-80: 8rem;
  --gutter-90: 9rem;
  --gutter-100: 10rem;
  --gutter-icon-a: 1.6rem;
  --gutter-icon-b: 1rem;
}

.alert-banner {
  background-color: var(--c-season-a);
  color: var(--c-season-line-a);
  padding-block: var(--gutter-10) var(--gutter-16);
}
@media screen and (min-width: 64.0625em) {
  .home:has(.alert-banner) {
    margin-top: var(--alert-height);
  }
}
.alert-banner-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: var(--gutter-30);
}
.alert-banner-content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (max-width: 64em) {
  .alert-banner-content {
    padding-right: var(--gutter-24);
  }
}
@media screen and (min-width: 64.0625em) {
  .alert-banner-content {
    text-align: center;
  }
}
.alert-banner-link {
  -webkit-margin-before: 0.5rem;
          margin-block-start: 0.5rem;
  -webkit-margin-start: var(--gutter-10);
          margin-inline-start: var(--gutter-10);
  -webkit-padding-start: var(--gutter-10);
          padding-inline-start: var(--gutter-10);
  -webkit-border-start: 1px solid currentColor;
          border-inline-start: 1px solid currentColor;
}
.alert-banner-link a {
  font-weight: 600;
  --padding-inline: 0.4rem;
  background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor));
  background-image: linear-gradient(currentColor, currentColor);
  background-repeat: no-repeat;
  background-position-x: 0%;
  background-position-y: 100%;
  background-size: 100% 0.1rem;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.alert-banner-link a:hover, .alert-banner-link a:focus-visible {
  background-size: 0 0.1rem;
  color: currentColor;
}
.alert-banner-link a.i-a11y {
  background-position-x: calc(0% + var(--fs-icon) + var(--gutter-icon-a));
}
.alert-banner-link a.i-after {
  background-position-x: 0%;
  background-size: calc(100% - (var(--fs-icon) + var(--gutter-icon-a))) 0.1rem;
}
.alert-banner-link a.i-after:hover, .alert-banner-link a.i-after:focus-visible {
  background-size: 0 0.1rem;
}
.alert-banner-link a.i-both {
  background-size: calc(100% - (var(--fs-icon) + var(--gutter-icon-a)) * 2) 0.1rem;
}
.alert-banner-link a.i-both:hover, .alert-banner-link a.i-both:focus-visible {
  background-size: 0 0.1rem;
}
.alert-banner-link a.i-inline .i-content {
  margin-right: var(--gutter-icon-a);
}
.alert-banner-link a.i-inline.i-after .i-content:last-of-type, .alert-banner-link a.i-inline.i-both .i-content:last-of-type {
  margin-left: var(--gutter-icon-a);
  margin-right: initial;
}
.alert-banner-link a .i-content {
  font-size: var(--fs-icon);
}
.alert-banner-close {
  --btn-color: var(--c-season-line-a);
  --btn-bg: var(--c-season-a);
  --btn-border: var(--btn-color);
  padding: 0;
  border: 1px solid;
  border-radius: 100%;
  -webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}
@media screen and (max-width: 64em) {
  .alert-banner-close {
    position: absolute;
    top: var(--gutter-10);
    right: var(--gutter-10);
  }
}
@media screen and (min-width: 64.0625em) {
  .alert-banner-close {
    padding: 0.4rem;
  }
}
.alert-banner-close .i-content {
  line-height: 1;
}

.collapsible-description {
  display: grid;
  grid-template-rows: -webkit-min-content 0fr;
  grid-template-rows: min-content 0fr;
}
.collapsible-description.is-expanded {
  grid-template-rows: -webkit-min-content 1fr;
  grid-template-rows: min-content 1fr;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.collapsible-description-wrapper-cta {
  margin: 0;
}
.collapsible-description-content {
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: inherit;
  transition: inherit;
}
.is-expanded > .collapsible-description-content {
  overflow: visible;
  visibility: visible;
  opacity: 1;
}
.collapsible-description-cta {
  padding: 0.4rem var(--gutter-16) 0.4rem 0;
  text-align: left;
  border-top: 1px solid var(--c-line-b);
  border-bottom: 1px solid var(--c-line-b);
}
@media screen and (max-width: 64em) {
  .collapsible-description-cta {
    font-size: var(--fs-s);
  }
}
@media screen and (min-width: 64.0625em) {
  .collapsible-description-cta {
    padding: var(--gutter-10) 0;
  }
}
.collapsible-description-content {
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.is-expanded > .collapsible-description-content {
  grid-template-rows: 1fr;
  visibility: visible;
  opacity: 1;
}
.collapsible-description-inner {
  min-height: 0;
  padding-top: var(--gutter-16);
}

.a11y-media {
  clear: both;
  background-color: var(--c-white);
}
.slideshow .a11y-media img {
  width: 100%;
}
.a11y-media-caption, .a11y-media-description {
  margin-top: var(--gutter-16);
  width: 0;
  min-width: 100%;
}

.card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  background-color: var(--c-white);
}
.card-img {
  position: relative;
  overflow: hidden;
}
.card-img::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  background-color: var(--c-season-c);
  opacity: 0;
  -webkit-transition: opacity 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out;
}
.card:focus .card-img::after, .card:hover .card-img::after {
  opacity: 0.6;
}
.card-img img {
  aspect-ratio: 4/3;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.1s ease-in-out;
  transition: -webkit-transform 0.1s ease-in-out;
  transition: transform 0.1s ease-in-out;
  transition: transform 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
}
.theme-past .card-img img {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.card-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: var(--gutter-8);
}
.card-title {
  font-size: 2.6rem;
}
@media screen and (min-width: 64.0625em) {
  .card-title {
    font-size: 3.4rem;
    line-height: 0.9;
  }
}
.card:focus .card-title, .card:hover .card-title {
  color: var(--c-season-a);
}
.card-title .i-content {
  will-change: transform;
}
.card-event-date, .card-artist {
  font-size: var(--fs-s);
}
@media screen and (min-width: 64.0625em) {
  .card-event-date {
    font-size: var(--fs-m);
  }
}
@media screen and (min-width: 64.0625em) {
  .card-tag {
    margin-top: var(--gutter-10);
  }
}
.card-publication-date {
  font-size: var(--fs-s);
  padding-right: var(--gutter-30);
  margin-top: auto;
  margin-bottom: calc(0px - var(--gutter-24));
}

.information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding-inline: var(--gutter-30);
}
.information-img {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  margin-bottom: var(--gutter-16);
}
.information-img img {
  width: 6rem;
  aspect-ratio: 1;
  -o-object-fit: contain;
     object-fit: contain;
}
.information-title {
  font-size: var(--fs-m);
  margin-bottom: var(--gutter-8);
}
@media screen and (min-width: 32.5625em) {
  .information-title {
    font-size: var(--fs-h5);
  }
}
.information:focus .information-title, .information:hover .information-title {
  color: var(--c-season-a);
}
@media screen and (min-width: 32.5625em) {
  .information-title a .i-content {
    bottom: var(--gutter-16);
  }
}
.information-description {
  margin-bottom: 0.4rem;
}

.collapsible-modal-cta-close {
  position: absolute;
  top: 1rem;
  right: 0.3rem;
  --btn-border: var(--c-white);
  width: 3.5rem;
  height: 3.5rem;
  padding: var(--gutter-8);
  border-width: 1px;
  border-radius: 50%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: -webkit-transform 0.1s ease-in-out;
  transition: -webkit-transform 0.1s ease-in-out;
  transition: transform 0.1s ease-in-out;
  transition: transform 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
  z-index: 3;
}
.collapsible-modal.is-expanded .collapsible-modal-cta-close {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.collapsible-modal-cta-close:focus {
  outline: none;
  -webkit-box-shadow: var(--shadow-a);
          box-shadow: var(--shadow-a);
}
.collapsible-modal-container {
  width: 0;
  height: 0;
  opacity: 0;
  background-color: var(--c-black-75);
  -webkit-transition: opacity 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
}
@media print {
  .collapsible-modal-container {
    position: static;
  }
}
.collapsible-modal.is-expanded .collapsible-modal-container {
  right: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: var(--gutter-32);
  opacity: 1;
  visibility: visible;
  z-index: 200;
}
.collapsible-modal-content {
  max-width: 127.8rem;
  max-height: 100vh;
  margin: var(--gutter-24) 0;
  padding: var(--gutter-32);
  background-color: var(--c-white);
  overflow-y: scroll;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: -webkit-transform 0.2s ease-in;
  transition: -webkit-transform 0.2s ease-in;
  transition: transform 0.2s ease-in;
  transition: transform 0.2s ease-in, -webkit-transform 0.2s ease-in;
}
.collapsible-modal.is-expanded .collapsible-modal-content {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}
@media screen and (min-width: 64.0625em) {
  .collapsible-modal-content {
    padding: var(--gutter-40);
  }
}

@media screen and (min-width: 64.0625em) {
  .content-highlight-wrapper {
    --frame-padding-block: var(--gutter-60);
    --frame-padding-inline: var(--gutter-70);
  }
}

.event-info {
  margin-bottom: var(--gutter-40);
  background-color: var(--c-white);
}
.event-info-header {
  padding: var(--gutter-40) var(--gutter-24);
  color: var(--c-season-line-a);
  background-color: var(--c-season-a);
}
@media screen and (min-width: 87.5625em) {
  .event-info-header {
    padding: var(--gutter-40);
  }
}
.event-info-header-title {
  margin-bottom: var(--gutter-8);
  font-size: 2rem;
  font-weight: 600;
}
.event-info-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: var(--gutter-40);
  padding: var(--gutter-24);
}
@media screen and (min-width: 64.0625em) {
  .event-info-wrapper {
    border-left: 1px solid;
  }
}
@media screen and (min-width: 87.5625em) {
  .event-info-wrapper {
    padding: var(--gutter-40) var(--gutter-70);
  }
}
.event-info-cta {
  z-index: 0;
  max-width: 40rem;
  padding-left: var(--gutter-32);
  --halo-size: 57.4rem;
  position: relative;
}
@media screen and (min-width: 64.0625em) {
  .event-info-cta {
    --halo-size: 72rem;
  }
}
.event-info-cta::before {
  content: "";
  width: var(--halo-size);
  height: var(--halo-size);
  opacity: 0.7;
  aspect-ratio: 1/1;
  border-radius: 100%;
  background: radial-gradient(50% 50% at 50% 50%, var(--c-season-c) 0%, transparent 80%);
  z-index: -1;
  --halo-size: 0;
  position: absolute;
  right: -6.5rem;
  bottom: -4rem;
}
@media screen and (min-width: 64.0625em) {
  .event-info-cta::before {
    --halo-size: 20rem;
  }
}
.event-info-cta-wrapper {
  background-color: var(--c-white);
  padding: 0.3rem 0.3rem 0.3rem 0;
}
.event-info-cta .btn-A {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding-block: var(--gutter-16);
}
@media screen and (min-width: 64.0625em) {
  .event-info-cta .btn-A {
    --fs-m: 1.8rem;
  }
}
.event-info-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: var(--gutter-16);
}

.collapsible-filter {
  padding-block: var(--gutter-10);
  background: var(--c-white);
  display: grid;
  grid-template-rows: -webkit-min-content 0fr;
  grid-template-rows: min-content 0fr;
}
.collapsible-filter.is-expanded {
  grid-template-rows: -webkit-min-content 1fr;
  grid-template-rows: min-content 1fr;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.collapsible-filter-wrapper-cta {
  margin: 0;
}
.collapsible-filter-content {
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: inherit;
  transition: inherit;
}
.is-expanded > .collapsible-filter-content {
  overflow: visible;
  visibility: visible;
  opacity: 1;
}
@media screen and (min-width: 64.0625em) {
  .collapsible-filter {
    padding-right: var(--gutter-20);
  }
}
.collapsible-filter-wrapper-cta {
  font-size: inherit;
  font-weight: inherit;
}
.collapsible-filter-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding-block: var(--gutter-10);
}
.collapsible-filter-cta-title {
  text-transform: uppercase;
}
.collapsible-filter-cta-handle-text {
  text-decoration: underline;
}
.collapsible-filter-cta-handle-text.type-expanded {
  display: none;
}
.collapsible-filter.is-expanded .collapsible-filter-cta-handle-text {
  display: none;
}
.collapsible-filter.is-expanded .collapsible-filter-cta-handle-text.type-expanded {
  display: block;
}
.collapsible-filter-cta-handle .i-content {
  --fs-icon: 1em;
}
.collapsible-filter.is-expanded .collapsible-filter-cta-handle .i-content {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.collapsible-filter-content {
  padding-top: var(--gutter-16);
}
@media screen and (min-width: 64.0625em) {
  .collapsible-filter-content {
    padding-top: var(--gutter-8);
  }
}

.filter {
  margin-bottom: var(--gutter-20);
  --halo-size: 57.4rem;
  position: relative;
}
@media screen and (min-width: 64.0625em) {
  .filter {
    --halo-size: 72rem;
  }
}
.filter::before {
  content: "";
  width: var(--halo-size);
  height: var(--halo-size);
  opacity: 0.7;
  aspect-ratio: 1/1;
  border-radius: 100%;
  background: radial-gradient(50% 50% at 50% 50%, var(--c-season-c) 0%, transparent 80%);
  z-index: -1;
  --halo-size: 0;
  position: absolute;
  top: -15.8rem;
  right: -12rem;
}
@media screen and (min-width: 64.0625em) {
  .filter::before {
    --halo-size: 50rem;
  }
}
.filter-tag {
  margin-block: var(--gutter-20) var(--gutter-30);
}

.collapsible-filter-element {
  display: grid;
  grid-template-rows: -webkit-min-content 0fr;
  grid-template-rows: min-content 0fr;
  position: relative;
}
.collapsible-filter-element.is-expanded {
  grid-template-rows: -webkit-min-content 1fr;
  grid-template-rows: min-content 1fr;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.collapsible-filter-element-wrapper-cta {
  margin: 0;
}
.collapsible-filter-element-content {
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: inherit;
  transition: inherit;
}
.is-expanded > .collapsible-filter-element-content {
  overflow: visible;
  visibility: visible;
  opacity: 1;
}
.collapsible-filter-element-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-block: 0.3rem;
  border-bottom: 1px solid;
  font-weight: 600;
}
.collapsible-filter-element-cta .i-content {
  --fs-icon: 2rem;
}
.collapsible-filter-element.is-expanded .collapsible-filter-element-cta .i-content {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.collapsible-filter-element-content {
  position: absolute;
  top: calc(100% + var(--gutter-10));
  right: 0;
  left: 0;
  z-index: 2;
  padding: var(--gutter-16);
  border: 1px solid;
  border-radius: 0.6rem;
  background: var(--c-white);
}
.collapsible-filter-element-inner {
  overflow: auto;
  max-height: 18rem;
}

.footer {
  margin-top: 1px;
  border-top: 0.1rem solid var(--c-line-a);
}
@media print {
  .footer {
    display: none;
  }
}
.footer-wrapper, .footer-container {
  gap: var(--gutter-24);
}
.footer-block {
  gap: var(--gutter-40);
}
@media screen and (min-width: 64.0625em) {
  .footer-text {
    width: 22rem;
  }
}
.footer-container, .footer-block, .footer-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 64em) {
  .footer-container, .footer-block, .footer-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (min-width: 64.0625em) {
  .footer-container, .footer-block {
    gap: var(--gutter-70);
  }
}
.footer-wrapper {
  padding-block: var(--gutter-24);
}
@media screen and (min-width: 64.0625em) {
  .footer-wrapper {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-block: var(--gutter-40);
  }
}
.footer-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: var(--gutter-32);
}
@media screen and (max-width: 64em) {
  .footer-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.footer-logo-main {
  width: 16rem;
}
@media screen and (min-width: 64.0625em) {
  .footer-logo-main {
    width: 18.8rem;
  }
}
.footer-logo-secondary {
  width: 18rem;
}
@media screen and (max-width: 64em) {
  .footer-nav {
    margin-top: var(--gutter-8);
  }
}
.footer-nav .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: var(--gutter-8);
}
.footer-nav .menu li {
  margin-bottom: var(--gutter-16);
}
.footer-nav .menu a {
  padding-block: var(--gutter-8);
  font-weight: 600;
  --padding-inline: 0.4rem;
  background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor));
  background-image: linear-gradient(currentColor, currentColor);
  background-repeat: no-repeat;
  background-position-x: 0%;
  background-position-y: 100%;
  background-size: 0 0.2rem;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.footer-nav .menu a:hover, .footer-nav .menu a:focus-visible {
  background-size: 100% 0.2rem;
  color: currentColor;
}
.footer-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 40.7rem;
}
@media screen and (min-width: 64.0625em) {
  .footer-form {
    padding-inline: var(--gutter-30);
    border-left: 0.1rem solid var(--c-line-a);
  }
}
.footer-bottom {
  border-top: 0.1rem solid var(--c-line-a);
}
.footer-bottom-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: var(--gutter-40);
  padding-block: var(--gutter-24) var(--gutter-20);
}
@media screen and (max-width: 64em) {
  .footer-bottom-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (min-width: 64.0625em) {
  .footer-bottom-wrapper {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-block: var(--gutter-20);
  }
}
.footer-bottom .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: var(--gutter-24);
  font-size: var(--fs-s);
}
@media screen and (max-width: 64em) {
  .footer-bottom .menu {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 64.0625em) {
  .footer-bottom .menu {
    gap: var(--gutter-40);
  }
}
.footer-bottom .menu a {
  --padding-inline: 0.4rem;
  background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor));
  background-image: linear-gradient(currentColor, currentColor);
  background-repeat: no-repeat;
  background-position-x: 0%;
  background-position-y: 100%;
  background-size: 0 0.1rem;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.footer-bottom .menu a:hover, .footer-bottom .menu a:focus-visible {
  background-size: 100% 0.1rem;
  color: currentColor;
}

.collapsible-modal-header-cta {
  --gutter-icon-a: calc(var(--gutter-16) + 2rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  --padding-inline: 0.4rem;
  background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor));
  background-image: linear-gradient(currentColor, currentColor);
  background-repeat: no-repeat;
  background-position-x: 0%;
  background-position-y: calc(100% - (100% - 1em - 0.8rem) / 2);
  background-size: 0 0.2rem;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.collapsible-modal-header-cta:hover, .collapsible-modal-header-cta:focus-visible {
  background-size: 100% 0.2rem;
  color: currentColor;
}
.collapsible-modal-header-cta.i-a11y {
  background-position-x: calc(0% + var(--fs-icon) + var(--gutter-icon-a));
}
.collapsible-modal-header-cta.i-after {
  background-position-x: 0%;
  background-size: 0 0.2rem;
}
.collapsible-modal-header-cta.i-after:hover, .collapsible-modal-header-cta.i-after:focus-visible {
  background-size: calc(100% - (var(--fs-icon) + var(--gutter-icon-a))) 0.2rem;
}
.collapsible-modal-header-cta.i-both {
  background-size: 0 0.2rem;
}
.collapsible-modal-header-cta.i-both:hover, .collapsible-modal-header-cta.i-both:focus-visible {
  background-size: calc(100% - (var(--fs-icon) + var(--gutter-icon-a)) * 2) 0.2rem;
}
.collapsible-modal-header-cta.i-inline .i-content {
  margin-right: var(--gutter-icon-a);
}
.collapsible-modal-header-cta.i-inline.i-after .i-content:last-of-type, .collapsible-modal-header-cta.i-inline.i-both .i-content:last-of-type {
  margin-left: var(--gutter-icon-a);
  margin-right: initial;
}
.collapsible-modal-header-cta .i-content {
  font-size: var(--fs-icon);
}
.collapsible-modal-header-cta-text {
  font-size: var(--fs-h5);
  line-height: 1;
  margin-right: var(--gutter-16);
}
@media screen and (max-width: 64em) {
  .collapsible-modal-header-cta-text {
    position: absolute;
    left: -9999px;
    width: 0;
    height: 0;
    clip: rect(0, 0, 0, 0);
    overflow: hidden;
    word-wrap: normal;
  }
}
.collapsible-modal-header-cta .i-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 4.4rem;
  height: 4.4rem;
  border: 1px solid currentColor;
  -webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}
.collapsible-modal-header.is-expanded > .collapsible-modal-header-cta .i-content {
  background-color: var(--c-black);
  border-color: var(--c-black);
  color: var(--c-white);
}
.collapsible-modal-header.is-expanded > .collapsible-modal-header-cta .i-content::before {
  content: "\e902";
}
.collapsible-modal-header-cta:hover .i-content, .collapsible-modal-header-cta:focus-visible .i-content {
  background-color: var(--c-season-a);
  border-color: var(--c-season-a);
  color: var(--c-season-line-a);
}
.collapsible-modal-header-cta-close {
  position: absolute;
  top: 0;
  right: 100%;
  position: absolute;
  left: -9999px;
  width: 0;
  height: 0;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  word-wrap: normal;
  z-index: 5;
}
.collapsible-modal-header-cta-close:focus-visible {
  left: 0;
  width: auto;
  height: auto;
  clip: auto;
  overflow: visible;
  z-index: 1001;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 64.0625em) {
  .collapsible-modal-header-cta-close:focus-visible {
    left: unset;
  }
}
.collapsible-modal-header-cta-close:focus-visible .i-content {
  -webkit-transform: none;
          transform: none;
}
.collapsible-modal-header-container {
  width: 100%;
  height: 0;
  opacity: 0;
  background-color: var(--c-white);
  -webkit-transition: opacity 0.1s ease-in-out, height 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out, height 0.1s ease-in-out;
  visibility: hidden;
  position: fixed;
  top: calc(var(--header-height) - 1px);
  right: 0;
  bottom: 0;
}
@media print {
  .collapsible-modal-header-container {
    position: static;
  }
}
@media screen and (min-width: 64.0625em) {
  .collapsible-modal-header-container {
    right: var(--gutter-50);
  }
}
@media screen and (min-width: 87.5625em) {
  .collapsible-modal-header-container {
    right: calc((100vw - 144rem + 2 * var(--gutter-50)) / 2);
  }
}
.collapsible-modal-header.is-expanded > .collapsible-modal-header-container {
  max-width: 46.7rem;
  height: auto;
  padding: 0 var(--gutter-16) var(--gutter-20);
  opacity: 1;
  visibility: visible;
  z-index: 200;
}
@media screen and (min-width: 64.0625em) {
  .collapsible-modal-header.is-expanded > .collapsible-modal-header-container {
    padding: 0 var(--gutter-30) var(--gutter-20);
  }
}
.collapsible-modal-header-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: var(--gutter-16);
  height: 100%;
}
@media screen and (max-width: 64em) {
  .collapsible-modal-header-content {
    overflow-y: auto;
  }
}

.header {
  position: sticky;
  top: 0;
  right: 0;
  left: 0;
  background-color: var(--c-white);
  z-index: 20;
  -webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}
@media screen and (min-width: 64.0625em) {
  .home .header:not(.is-scrolling, :has(.collapsible-modal-header.is-expanded)) {
    background-color: transparent;
    color: var(--c-white);
  }
  .home .header:not(.is-scrolling, :has(.collapsible-modal-header.is-expanded)) img {
    -webkit-filter: invert(100%);
            filter: invert(100%);
  }
}
@media screen and (min-width: 64.0625em) {
  .home .header {
    position: fixed;
  }
}
.header:has(.collapsible-modal-header.is-expanded)::after {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  background-color: var(--c-white);
  opacity: 0.7;
  z-index: -1;
}
@media print {
  .header:has(.collapsible-modal-header.is-expanded)::after {
    position: static;
  }
}
.header-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: var(--gutter-20);
  position: relative;
  z-index: 5;
  padding-block: var(--gutter-16);
  -webkit-transition: padding 0.1s ease-in-out;
  transition: padding 0.1s ease-in-out;
}
@media screen and (min-width: 45.0625em) {
  .header-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: var(--gutter-30);
  }
}
@media screen and (min-width: 64.0625em) {
  .header-wrapper {
    gap: var(--gutter-40);
    padding-block: var(--gutter-20);
  }
  .is-scrolling .header-wrapper {
    padding-block: var(--gutter-8);
  }
}
.header-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: var(--gutter-30);
}
.header-logo {
  max-width: 8.8rem;
  margin-right: auto;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
@media screen and (min-width: 87.5625em) {
  .header-logo {
    max-width: 12rem;
  }
  .is-scrolling .header-logo {
    max-width: 7.6rem;
  }
}
@media screen and (min-width: 45.0625em) {
  .header-logo.type-mobile {
    display: none;
  }
}
@media screen and (max-width: 45em) {
  .header-logo.type-desktop {
    display: none;
  }
}
.header-search {
  padding-inline: var(--gutter-20);
  border-right: 1px solid currentColor;
  border-left: 1px solid currentColor;
}
@media print {
  .header-burger, .header-top-nav, .header-search, .header-logo.type-desktop {
    display: none;
  }
}
@media screen and (min-width: 64.0625em) {
  .header-main-nav {
    background: var(--shadow-scroll-cover-top), var(--shadow-scroll-cover-bottom), var(--shadow-scroll-top), var(--shadow-scroll-bottom);
    background-repeat: no-repeat;
    background-size: 100% 40px, 100% 40px, 100% 14px, 100% 14px;
    background-attachment: local, local, scroll, scroll;
    overflow-y: auto;
  }
}

.header-info {
  border-top: 1px solid var(--c-black);
  margin-top: var(--gutter-16);
  padding-top: var(--gutter-16);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: var(--gutter-16);
  font-size: var(--fs-s);
  font-weight: 600;
}
@media screen and (min-width: 32.5625em) {
  .header-info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.header-info-separator {
  display: none;
}
@media screen and (min-width: 32.5625em) {
  .header-info-separator {
    display: block;
    height: var(--gutter-20);
    width: 0.2rem;
    background-color: var(--c-black);
  }
}
.header-info-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: var(--gutter-8);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-info .i-mail .i-content {
  padding: 0.2rem 0.2rem 0;
  border: 1px solid var(--c-black);
  border-radius: 100%;
}
.header-info .i-external {
  --fs-icon: 1.6rem;
}

.heading-base {
  padding-top: var(--gutter-24);
  margin-bottom: var(--gutter-40);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: var(--gutter-16);
}
@media screen and (min-width: 64.0625em) {
  .heading-base {
    padding-top: var(--gutter-40);
    margin-bottom: var(--gutter-64);
  }
}
.heading-base-title {
  color: var(--c-season-a);
  margin-bottom: 0;
}
.heading-base-date {
  font-size: var(--fs-s);
}
.type-event .heading-base-date {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  font-size: var(--fs-h6);
  font-weight: 600;
}
@media screen and (min-width: 64.0625em) {
  .type-event .heading-base-date {
    font-size: var(--fs-h5);
  }
}
.heading-base-artist {
  font-size: var(--fs-h6);
}
@media screen and (min-width: 64.0625em) {
  .heading-base-artist {
    font-size: var(--fs-h4);
  }
}
.type-default .heading-base-teaser {
  border-top: 1px solid var(--c-black);
  margin-top: var(--gutter-32);
  padding-top: var(--gutter-16);
}
.type-event .heading-base-teaser {
  margin-top: var(--gutter-24);
}
@media screen and (min-width: 64.0625em) {
  .type-event .heading-base-teaser {
    margin-top: var(--gutter-64);
  }
}
.heading-base h2 {
  margin-bottom: 0;
}

.heading-list-title {
  color: var(--c-season-a);
  margin: var(--gutter-24) 0 var(--gutter-16);
}
@media screen and (min-width: 64.0625em) {
  .heading-list-title {
    margin: var(--gutter-32) 0 var(--gutter-24);
  }
}

.heading-media {
  position: relative;
  z-index: -1;
}
@media screen and (min-width: 64.0625em) {
  .heading-media {
    height: 38rem;
  }
}
@media screen and (min-width: 87.5625em) {
  .heading-media {
    height: 48rem;
  }
}
@media screen and (min-width: 64.0625em) {
  .heading-media img {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    max-height: 65rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (min-width: 87.5625em) {
  .heading-media img {
    max-height: 81rem;
  }
}

.highlight:not(img) {
  padding: var(--gutter-40);
  background-color: var(--c-primary-a);
}

.collapsible-accordion {
  display: grid;
  grid-template-rows: -webkit-min-content 0fr;
  grid-template-rows: min-content 0fr;
  border-bottom: 1px solid var(--c-line-b);
}
.collapsible-accordion.is-expanded {
  grid-template-rows: -webkit-min-content 1fr;
  grid-template-rows: min-content 1fr;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.collapsible-accordion-wrapper-cta {
  margin: 0;
}
.collapsible-accordion-content {
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: inherit;
  transition: inherit;
}
.is-expanded > .collapsible-accordion-content {
  overflow: visible;
  visibility: visible;
  opacity: 1;
}
.collapsible-accordion-cta {
  padding-block: var(--gutter-20);
  font-size: var(--fs-m);
  font-weight: 600;
  line-height: 1.4;
}
@media screen and (min-width: 64.0625em) {
  .collapsible-accordion-cta {
    font-size: var(--fs-lead);
  }
}
.collapsible-accordion.is-expanded .collapsible-accordion-cta .i-content::before {
  content: "\e910";
}
.collapsible-accordion-inner {
  padding-bottom: var(--gutter-20);
}

.data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: var(--gutter-8);
}
.data-content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-bottom: var(--gutter-16);
  border-bottom: 1px solid var(--c-line-a);
}
@media screen and (max-width: 64em) {
  .data-content {
    padding-top: 0.4rem;
  }
}

.document {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: var(--gutter-20);
  margin-top: var(--gutter-16);
  padding-block: 0.5rem;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.document:focus-within .i-content, .document:hover .i-content {
  -webkit-transform: translateY(0.5rem);
          transform: translateY(0.5rem);
}
.document.type-light {
  margin-top: var(--gutter-10);
  gap: 0.5rem;
  margin-top: var(--gutter-10);
}
.document:not(.type-light) .i-content {
  font-size: 4rem;
}
.document-cta {
  font-weight: 700;
}
@media screen and (max-width: 32.5em) {
  .document-cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.document.type-light .document-cta {
  font-weight: 400;
}
.document-cta > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: initial;
  font-size: var(--fs-s);
  line-height: 1.2;
}
.document-separator {
  height: 1.7rem;
  width: 0.1rem;
  display: inline-block;
  margin-inline: 0.6rem;
  background-color: var(--c-line-a);
}

@media screen and (max-width: 64em) {
  .slide-media {
    height: 28rem;
  }
}
@media screen and (min-width: 64.0625em) {
  .slide-media {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
  }
  .slide-media::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    background: -webkit-gradient(linear, left top, right top, color-stop(5.49%, rgba(255, 93, 123, 0.8)), color-stop(66.25%, rgba(255, 93, 123, 0)));
    background: linear-gradient(90deg, rgba(255, 93, 123, 0.8) 5.49%, rgba(255, 93, 123, 0) 66.25%);
  }
}
.slide-media img {
  aspect-ratio: 16/9;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.slide-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: var(--gutter-16);
}
@media screen and (max-width: 64em) {
  .slide-wrapper {
    padding-block: var(--gutter-24);
  }
}
@media screen and (min-width: 64.0625em) {
  .slide-wrapper {
    --padding-top: 15rem;
    --padding-bottom: var(--gutter-60);
    overflow: hidden;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 50%;
    height: calc(50vw - (var(--padding-top) + var(--padding-bottom)));
    padding-top: var(--padding-top);
    padding-bottom: var(--padding-bottom);
    color: var(--c-white);
  }
}
@media screen and (min-width: 87.5625em) {
  .slide-wrapper {
    height: calc(70.8rem - (var(--padding-top) + var(--padding-bottom)));
  }
}
.slide-cta {
  display: block;
}
.slide-title {
  overflow: hidden;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  font-size: var(--fs-h1);
  line-height: 1;
}
@media screen and (min-width: 87.5625em) {
  .slide-title {
    font-size: 9rem;
    line-height: 0.9;
  }
}
.slide-event-date, .slide-artist {
  font-size: var(--fs-l);
}
@media screen and (min-width: 64.0625em) {
  .layout:has(.layout-aside) .layout-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: var(--gutter-16);
  }
}
@media screen and (min-width: 87.5625em) {
  .layout:has(.layout-aside) .layout-container {
    gap: 6.8rem;
  }
}
.layout-aside, .layout-content {
  background-color: var(--c-white);
}
@media screen and (min-width: 64.0625em) {
  .layout:has(.layout-aside) .layout-content {
    margin-inline: unset;
  }
}
@media screen and (min-width: 87.5625em) {
  .layout:has(.layout-aside) .layout-content {
    -webkit-box-shadow: var(--gutter-30) 0 0 0 var(--c-white);
            box-shadow: var(--gutter-30) 0 0 0 var(--c-white);
  }
}
.layout-content > * {
  margin-bottom: var(--gutter-40);
}
@media screen and (min-width: 64.0625em) {
  .layout-content > * {
    margin-bottom: var(--gutter-64);
  }
  .layout-content > *:last-child {
    margin-bottom: var(--gutter-90);
  }
}
.layout-aside {
  --container-gutter: 0px;
}
@media screen and (max-width: 64em) {
  .layout-aside {
    margin-top: var(--gutter-40);
  }
}
@media screen and (min-width: 64.0625em) {
  .layout-aside {
    max-width: 31%;
    margin-inline: 0;
  }
}

.site-logo h1,
.site-logo a {
  margin-bottom: 0;
}

@media screen and (min-width: 64.0625em) {
  .quote-wrapper {
    --frame-padding-block: var(--gutter-50);
    --frame-padding-inline: var(--gutter-40);
  }
}
.quote-footer {
  margin-top: var(--gutter-24);
  font-style: italic;
  text-align: right;
}
.quote-author {
  margin-top: var(--gutter-16);
  font-size: var(--fs-m);
  font-weight: 600;
  text-align: center;
}

.result-sort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: var(--gutter-10) var(--gutter-24);
  margin-block: var(--gutter-20);
}
@media screen and (min-width: 32.5625em) {
  .result-sort {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.result-sort-title {
  margin-bottom: 0;
  font-size: var(--fs-m);
  font-weight: 400;
}
.result-sort-message {
  width: 100%;
  margin-block: var(--gutter-24);
  font-size: var(--fs-l);
  font-weight: 600;
}
@media screen and (min-width: 64.0625em) {
  .result-sort-message {
    margin-bottom: var(--gutter-70);
  }
}

.section-columns-intro {
  margin-bottom: var(--gutter-16);
}
@media screen and (min-width: 64.0625em) {
  .section-columns-intro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: var(--gutter-70);
    margin-bottom: var(--gutter-24);
  }
}
.section-columns-title {
  margin-bottom: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.section-columns-title.with-color {
  color: var(--c-season-a);
}
.section-columns-cta {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media screen and (max-width: 45em) {
  .section-columns-cta {
    margin-top: var(--gutter-8);
  }
}
.section-columns.theme-B .section-columns-content {
  --halo-size: 57.4rem;
  position: relative;
}
@media screen and (min-width: 64.0625em) {
  .section-columns.theme-B .section-columns-content {
    --halo-size: 72rem;
  }
}
.section-columns.theme-B .section-columns-content::before {
  content: "";
  width: var(--halo-size);
  height: var(--halo-size);
  opacity: 0.7;
  aspect-ratio: 1/1;
  border-radius: 100%;
  background: radial-gradient(50% 50% at 50% 50%, var(--c-season-c) 0%, transparent 80%);
  z-index: -1;
  position: absolute;
  right: -20rem;
  bottom: -2rem;
}
@media screen and (min-width: 45.0625em) {
  .section-columns.theme-B .section-columns-content::before {
    bottom: -20rem;
  }
}

.section-communication {
  background-color: var(--c-season-b);
  color: var(--c-season-line-b);
  padding-block: var(--gutter-30);
}
@media screen and (min-width: 64.0625em) {
  .section-communication {
    padding-block: var(--gutter-50) var(--gutter-72);
  }
}
.section-communication-container {
  max-width: calc(106.4rem + 2 * var(--container-gutter, 0px));
}
@media screen and (min-width: 45.0625em) {
  .section-communication-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: var(--gutter-20);
  }
}
.section-communication-title {
  margin-bottom: var(--gutter-40);
}
@media screen and (min-width: 45.0625em) {
  .section-communication-title {
    text-align: center;
  }
}
.section-communication h3 {
  font-size: var(--fs-l);
  margin-bottom: var(--gutter-16);
}
.section-communication-social p {
  margin-bottom: var(--gutter-16);
}
@media screen and (max-width: 45em) {
  .section-communication-deco {
    display: none;
  }
}
@media screen and (max-width: 45em) {
  .section-communication-newsletter {
    margin-top: var(--gutter-40);
  }
}
@media screen and (min-width: 45.0625em) {
  .section-communication-newsletter {
    max-width: 40%;
  }
}

.section-edito {
  position: relative;
}
.section-edito.theme-A {
  --section-bg: var(--c-season-b);
  --section-color: var(--c-season-line-b);
}
.section-edito.theme-B {
  --section-bg: var(--c-season-gradient-b);
  --section-color: var(--c-season-line-a);
}
.section-edito.theme-C {
  --section-bg: var(--c-season-gradient-c);
  --section-color: var(--c-season-line-a);
}
@media screen and (max-width: 45em) {
  .section-edito-wrapper {
    padding-block: var(--gutter-30);
  }
}
@media screen and (min-width: 45.0625em) {
  .section-edito-wrapper {
    display: grid;
    grid-template-rows: 1fr;
    grid-column-gap: var(--gutter-30);
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
@media screen and (min-width: 45.0625em) {
  .section-edito.type-left .section-edito-wrapper {
    grid-template-columns: [content-start] 1fr [bg-start] 1fr [content-end] 1fr [bg-end];
  }
}
@media screen and (min-width: 45.0625em) {
  .section-edito.type-right .section-edito-wrapper {
    grid-template-columns: [bg-start] 1fr [content-start] 1fr [bg-end] 1fr [content-end];
  }
}
@media screen and (min-width: 45.0625em) {
  .section-edito.type-report.has-media .section-edito-wrapper {
    padding-top: var(--gutter-80);
    grid-template-columns: repeat(12, 1fr);
  }
}
.section-edito-content {
  color: var(--section-color);
}
@media screen and (min-width: 45.0625em) {
  .section-edito-content {
    padding-block: var(--gutter-40);
  }
}
@media screen and (min-width: 64.0625em) {
  .section-edito-content {
    padding-block: var(--gutter-72);
  }
}
@media screen and (min-width: 45.0625em) {
  .section-edito.type-left .section-edito-content, .section-edito.type-right .section-edito-content {
    grid-area: 1/content-start/2/content-end;
    position: relative;
  }
}
@media screen and (min-width: 45.0625em) {
  .section-edito.type-left.has-media .section-edito-content, .section-edito.type-right.has-media .section-edito-content {
    display: grid;
    grid-column-gap: var(--gutter-30);
    grid-template-columns: repeat(2, 1fr);
    grid-template-areas: "left right";
  }
}
@media screen and (min-width: 45.0625em) {
  .section-edito.type-report.has-media .section-edito-content {
    grid-column: 6/span 7;
  }
}
@media screen and (min-width: 87.5625em) {
  .section-edito.type-report.has-media .section-edito-content {
    grid-column: 7/span 6;
  }
}
@media screen and (min-width: 45.0625em) {
  .section-edito.type-left .section-edito-content::before {
    left: calc(0px - var(--container-gutter));
  }
}
@media screen and (min-width: 45.0625em) {
  .section-edito.type-right .section-edito-content::before {
    right: calc(0px - var(--container-gutter));
  }
}
@media screen and (min-width: 45.0625em) {
  .section-edito.type-report.has-media .section-edito-content::before {
    top: var(--gutter-80);
  }
}
.section-edito.type-left.has-media .section-edito-content > * {
  grid-column: left;
}
@media screen and (min-width: 45.0625em) {
  .section-edito.type-left:not(.has-media) .section-edito-content > * {
    padding-right: var(--container-gutter);
  }
}
.section-edito.type-right.has-media .section-edito-content > * {
  grid-column: right;
}
@media screen and (min-width: 45.0625em) {
  .section-edito.type-right:not(.has-media) .section-edito-content > * {
    padding-left: var(--container-gutter);
  }
}
@media screen and (max-width: 45em) {
  .section-edito-media {
    margin-bottom: var(--gutter-24);
  }
}
@media screen and (min-width: 45.0625em) {
  .section-edito.type-report .section-edito-media {
    margin-top: calc(0px - var(--gutter-80));
    grid-column: 1/span 5;
  }
}
@media screen and (min-width: 45.0625em) {
  .section-edito.type-left .section-edito-media, .section-edito.type-right .section-edito-media {
    grid-area: 1/bg-start/2/bg-end;
    margin-top: var(--gutter-40);
  }
}
@media screen and (min-width: 64.0625em) {
  .section-edito.type-left .section-edito-media, .section-edito.type-right .section-edito-media {
    margin-top: var(--gutter-72);
  }
}
@media screen and (min-width: 45.0625em) {
  .section-edito.type-left .section-edito-media img,
  .section-edito.type-left .section-edito-media iframe, .section-edito.type-right .section-edito-media img,
  .section-edito.type-right .section-edito-media iframe {
    width: 100%;
  }
}
.section-edito-title {
  margin-bottom: var(--gutter-24);
}
.section-edito-text {
  line-height: 1.6;
}
.section-edito-cta {
  margin-top: var(--gutter-24);
}

.section-information {
  --section-gap: var(--gutter-24);
  padding-block: var(--gutter-60);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: var(--section-gap);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 32.5625em) {
  .section-information {
    --section-gap: var(--gutter-40);
  }
}
@media screen and (min-width: 64.0625em) {
  .section-information {
    padding-bottom: var(--gutter-100);
  }
}
.section-information > * {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 100%;
}
@media screen and (min-width: 32.5625em) {
  .section-information > * {
    width: calc((100% - var(--section-gap)) / 2);
  }
}
@media screen and (min-width: 64.0625em) {
  .section-information > * {
    width: calc((100% - 3 * var(--section-gap)) / 4);
  }
}

@media print {
  .skip-link {
    display: none;
  }
}
.skip-link a {
  position: fixed;
  top: -200px;
  z-index: 1;
  font-size: 1.2rem;
  display: inline-block;
  padding: 0.5em;
  background: var(--c-black);
  color: var(--c-white);
  text-decoration: underline;
}
.skip-link a:focus, .skip-link a:active {
  top: 0;
}

.slideshow {
  margin: 0 auto;
  padding: 0;
}
.slideshow.type-banner {
  margin-bottom: var(--gutter-60);
}
@media screen and (min-width: 64.0625em) {
  .slideshow.type-banner {
    margin-bottom: var(--gutter-90);
  }
}
.slideshow-footer {
  margin-top: var(--gutter-10);
}
@media screen and (min-width: 64.0625em) {
  .type-banner .slideshow-footer {
    position: absolute;
    right: 8rem;
    bottom: 6rem;
    z-index: 1;
  }
}
.type-banner .slideshow-footer-wrapper {
  position: relative;
}
.slideshow-nav, .slideshow-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.slideshow-nav {
  gap: var(--gutter-40);
}
.slideshow-pagination {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: var(--gutter-24);
}
.slideshow-prev, .slideshow-next {
  width: var(--gutter-32);
  height: var(--gutter-32);
  background: none;
  border: none;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
@media screen and (min-width: 64.0625em) {
  .type-banner .slideshow-prev, .type-banner .slideshow-next {
    color: var(--c-white);
  }
}
.slideshow-prev:hover, .slideshow-prev:focus {
  -webkit-transform: translateX(-0.4rem);
          transform: translateX(-0.4rem);
}
.slideshow-next:hover, .slideshow-next:focus {
  -webkit-transform: translateX(0.4rem);
          transform: translateX(0.4rem);
}

.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media print {
  .social {
    display: none;
  }
}
.social.type-follow {
  font-size: var(--fs-s);
}
.header .social {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: var(--gutter-16);
}
@media screen and (min-width: 32.5625em) {
  .header .social {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: var(--gutter-8);
  }
}
.social-title {
  margin-right: var(--gutter-16);
  font-weight: 600;
}
@media screen and (max-width: 32.5em) {
  .type-share .social-title {
    font-size: var(--fs-m);
  }
}
.social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: var(--gutter-8);
}
.header .social ul {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 32.5em) {
  .header .social ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer .social ul {
  gap: var(--gutter-20);
}
.social a:hover .i-content, .social a:focus .i-content,
.social button:hover .i-content,
.social button:focus .i-content {
  border-color: var(--c-black);
  background-color: var(--c-black);
  color: var(--c-white);
}
.header .social a,
.header .social button {
  --padding-inline: 0.4rem;
  background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor));
  background-image: linear-gradient(currentColor, currentColor);
  background-repeat: no-repeat;
  background-position-x: 0%;
  background-position-y: 100%;
  background-size: 0 0.2rem;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: var(--gutter-8);
  font-weight: 600;
  background-position-x: calc(0% + 3rem + var(--gutter-8)) !important;
}
.header .social a:hover, .header .social a:focus-visible,
.header .social button:hover,
.header .social button:focus-visible {
  background-size: 100% 0.2rem;
  color: currentColor;
}
.header .social a.i-a11y,
.header .social button.i-a11y {
  background-position-x: calc(0% + var(--fs-icon) + var(--gutter-8));
}
.header .social a.i-after,
.header .social button.i-after {
  background-position-x: 0%;
  background-size: 0 0.2rem;
}
.header .social a.i-after:hover, .header .social a.i-after:focus-visible,
.header .social button.i-after:hover,
.header .social button.i-after:focus-visible {
  background-size: calc(100% - (var(--fs-icon) + var(--gutter-8))) 0.2rem;
}
.header .social a.i-both,
.header .social button.i-both {
  background-size: 0 0.2rem;
}
.header .social a.i-both:hover, .header .social a.i-both:focus-visible,
.header .social button.i-both:hover,
.header .social button.i-both:focus-visible {
  background-size: calc(100% - (var(--fs-icon) + var(--gutter-8)) * 2) 0.2rem;
}
.header .social a.i-inline .i-content,
.header .social button.i-inline .i-content {
  margin-right: var(--gutter-8);
}
.header .social a.i-inline.i-after .i-content:last-of-type, .header .social a.i-inline.i-both .i-content:last-of-type,
.header .social button.i-inline.i-after .i-content:last-of-type,
.header .social button.i-inline.i-both .i-content:last-of-type {
  margin-left: var(--gutter-8);
  margin-right: initial;
}
.header .social a .i-content,
.header .social button .i-content {
  font-size: var(--fs-icon);
}
.social a .i-content,
.social button .i-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 4.4rem;
  height: 4.4rem;
  border: 1px solid;
  text-align: center;
  border-radius: 50%;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.header .social a .i-content,
.header .social button .i-content {
  --fs-icon: 1.8rem;
  width: 3rem;
  height: 3rem;
  padding-top: 0.2rem;
}

.tag-term {
  --tag-padding: 0.4rem;
}
.tag-term-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: var(--gutter-8);
}
.tag-term-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: var(--c-season-line-a);
  background: var(--c-season-a);
  padding: var(--tag-padding);
  font-size: var(--fs-s);
  font-weight: 600;
  line-height: 1.1;
  border-radius: 0.2rem;
}
.tag-term-item.type-removable {
  color: var(--c-line-a);
  background-color: var(--c-bg-b);
}
.tag-term-item.type-removable .i-content {
  --fs-icon: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
      align-self: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tag-term-item.type-removable .i-content::before {
  color: var(--c-white);
  background-color: var(--c-black);
}
.tag-term-links .tag-term-item:not(.type-removable) {
  padding: 0;
}
.tag-term-links .tag-term-item:not(.type-removable) a:hover, .tag-term-links .tag-term-item:not(.type-removable) a:focus {
  background: var(--c-black);
}
.tag-term a {
  padding: var(--tag-padding);
}