.glightbox-container {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999 !important;
  overflow: hidden;
  touch-action: none;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  backface-visibility: hidden;
  outline: none;
}

.glightbox-container.inactive {
  display: none;
}

.glightbox-container .gcontainer {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: hidden;
}

.glightbox-container .gslider {
  transition: transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: flex !important;
  justify-content: center;
  align-items: center;
  transform: translate3d(0, 0, 0);
}

.glightbox-container .gslide {
  width: 100%;
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
}

.glightbox-container .gslide.current {
  opacity: 1;
  z-index: 99999;
  position: relative;
}

.glightbox-container .gslide.prev {
  opacity: 1;
  z-index: 9999;
}

.glightbox-container .gslide-inner-content {
  width: 100%;
}

.glightbox-container .ginner-container {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  max-width: 100%;
  margin: auto;
  height: 100vh;
}

.glightbox-container .ginner-container.gvideo-container {
  width: 100%;
}

.glightbox-container .ginner-container.desc-bottom,
        .glightbox-container .ginner-container.desc-top {
  flex-direction: column;
}

.glightbox-container .ginner-container.desc-left,
        .glightbox-container .ginner-container.desc-right {
  max-width: 100% !important;
}

.gslide iframe,
    .gslide video {
  outline: none !important;
  border: none;
  min-height: 165px;
  -webkit-overflow-scrolling: touch;
  touch-action: auto;
}

.gslide:not(.current) {
  pointer-events: none;
}

.gslide-image {
  align-items: center;
}

.gslide-image img {
  max-height: 100vh;
  display: block;
  padding: 0;
  float: none;
  outline: none;
  border: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  max-width: 100vw;
  width: auto;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  touch-action: none;
  margin: auto;
  min-width: 200px;
}

.desc-top .gslide-image img,
        .desc-bottom .gslide-image img {
  width: auto;
}

.desc-left .gslide-image img,
        .desc-right .gslide-image img {
  width: auto;
  max-width: 100%;
}

.gslide-image img.zoomable {
  position: relative;
}

.gslide-image img.dragging {
  cursor: grabbing !important;
  transition: none;
}

.gslide-video {
  position: relative;
  max-width: 100vh;
  width: 100% !important;
}

.gslide-video .plyr__poster-enabled.plyr--loading .plyr__poster {
  display: none;
}

.gslide-video .gvideo-wrapper {
  width: 100%;
        /* max-width: 160vmin; */
  margin: auto;
}

.gslide-video::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 0, 0, 0.34);
  display: none;
}

.gslide-video.playing::before {
  display: none;
}

.gslide-video.fullscreen {
  max-width: 100% !important;
  min-width: 100%;
  height: 75vh;
}

.gslide-video.fullscreen video {
  max-width: 100% !important;
  width: 100% !important;
}

.gslide-inline {
  background: #fff;
  text-align: left;
  max-height: calc(100vh - 40px);
  overflow: auto;
  max-width: 100%;
  margin: auto;
}

.gslide-inline .ginlined-content {
  padding: 20px;
  width: 100%;
}

.gslide-inline .dragging {
  cursor: grabbing !important;
  transition: none;
}

.ginlined-content {
  overflow: auto;
  display: block !important;
  opacity: 1;
}

.gslide-external {
  display: flex;
  width: 100%;
  min-width: 100%;
  background: #fff;
  padding: 0;
  overflow: auto;
  max-height: 75vh;
  height: 100%;
}

.gslide-media {
  display: flex;
  width: auto;
}

.zoomed .gslide-media {
  box-shadow: none !important;
}

.desc-top .gslide-media,
    .desc-bottom .gslide-media {
  margin: 0 auto;
  flex-direction: column;
}

.gslide-description {
  position: relative;
  flex: 1 0 100%;
}

.gslide-description.description-left,
    .gslide-description.description-right {
  max-width: 100%;
}

.gslide-description.description-bottom,
    .gslide-description.description-top {
  margin: 0 auto;
  width: 100%;
}

.gslide-description p {
  margin-bottom: 12px;
}

.gslide-description p:last-child {
  margin-bottom: 0;
}

.zoomed .gslide-description {
  display: none;
}

.glightbox-button-hidden {
  display: none;
}


/*
 * Description for mobiles
 * something like facebook does the description
 * for the photos
*/

.glightbox-mobile .glightbox-container .gslide-description {
  height: auto !important;
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 19px 11px;
  max-width: 100vw !important;
  order: 2 !important;
  max-height: 78vh;
  overflow: auto !important;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  transition: opacity 0.3s linear;
  padding-bottom: 50px;
}

.glightbox-mobile .glightbox-container .gslide-title {
  color: #fff;
  font-size: 1em;
}

.glightbox-mobile .glightbox-container .gslide-desc {
  color: #a1a1a1;
}

.glightbox-mobile .glightbox-container .gslide-desc a {
  color: #fff;
  font-weight: bold;
}

.glightbox-mobile .glightbox-container .gslide-desc * {
  color: inherit;
}

.glightbox-mobile .glightbox-container .gslide-desc .desc-more {
  color: #fff;
  opacity: 0.4;
}

.gdesc-open .gslide-media {
  transition: opacity 0.5s ease;
  opacity: 0.4;
}

.gdesc-open .gdesc-inner {
  padding-bottom: 30px;
}

.gdesc-closed .gslide-media {
  transition: opacity 0.5s ease;
  opacity: 1;
}

.greset {
  transition: all 0.3s ease;
}

.gabsolute {
  position: absolute;
}

.grelative {
  position: relative;
}

.glightbox-desc {
  display: none !important;
}

.glightbox-open {
  overflow: hidden;
}

.gloader {
  height: 25px;
  width: 25px;
  animation: lightboxLoader 0.8s infinite linear;
  border: 2px solid #fff;
  border-right-color: transparent;
  border-radius: 50%;
  position: absolute;
  display: block;
  z-index: 9999;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 47%;
}

.goverlay {
  width: 100%;
  height: calc(100vh + 1px);
  position: fixed;
  top: -1px;
  left: 0;
  background: #000;
  will-change: opacity;
}

.glightbox-mobile .goverlay {
  background: #000;
}

.gprev,
.gnext,
.gclose {
  z-index: 99999;
  cursor: pointer;
  width: 26px;
  height: 44px;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.gprev svg,
.gnext svg,
.gclose svg {
  display: block;
  width: 25px;
  height: auto;
  margin: 0;
  padding: 0;
}

.gprev.disabled,
.gnext.disabled,
.gclose.disabled {
  opacity: 0.1;
}

.gprev .garrow,
.gnext .garrow,
.gclose .garrow {
  stroke: #fff;
}

.gbtn.focused {
  outline: 2px solid #0f3d81;
}

iframe.wait-autoplay {
  opacity: 0;
}

.glightbox-closing .gnext,
    .glightbox-closing .gprev,
    .glightbox-closing .gclose {
  opacity: 0 !important;
}


/*Skin */

.glightbox-clean .gslide-description {
  background: #fff;
}

.glightbox-clean .gdesc-inner {
  padding: 22px 20px;
}

.glightbox-clean .gslide-title {
  font-size: 1em;
  font-weight: normal;
  font-family: arial;
  color: #000;
  margin-bottom: 19px;
  line-height: 1.4em;
}

.glightbox-clean .gslide-desc {
  font-size: 0.86em;
  margin-bottom: 0;
  font-family: arial;
  line-height: 1.4em;
}

.glightbox-clean .gslide-video {
  background: #000;
}

.glightbox-clean .gprev,
    .glightbox-clean .gnext,
    .glightbox-clean .gclose {
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 4px;
}

.glightbox-clean .gprev path,
.glightbox-clean .gnext path,
.glightbox-clean .gclose path {
  fill: #fff;
}

.glightbox-clean .gprev {
  position: absolute;
  top: -100%;
  left: 30px;
  width: 40px;
  height: 50px;
}

.glightbox-clean .gnext {
  position: absolute;
  top: -100%;
  right: 30px;
  width: 40px;
  height: 50px;
}

.glightbox-clean .gclose {
  width: 35px;
  height: 35px;
  top: 15px;
  right: 10px;
  position: absolute;
}

.glightbox-clean .gclose svg {
  width: 18px;
  height: auto;
}

.glightbox-clean .gclose:hover {
  opacity: 1;
}


/*CSS Animations*/

.gfadeIn {
  animation: gfadeIn 0.5s ease;
}

.gfadeOut {
  animation: gfadeOut 0.5s ease;
}

.gslideOutLeft {
  animation: gslideOutLeft 0.3s ease;
}

.gslideInLeft {
  animation: gslideInLeft 0.3s ease;
}

.gslideOutRight {
  animation: gslideOutRight 0.3s ease;
}

.gslideInRight {
  animation: gslideInRight 0.3s ease;
}

.gzoomIn {
  animation: gzoomIn 0.5s ease;
}

.gzoomOut {
  animation: gzoomOut 0.5s ease;
}

@keyframes lightboxLoader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes gfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes gfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes gslideInLeft {
  from {
    opacity: 0;
    transform: translate3d(-60%, 0, 0);
  }
  to {
    visibility: visible;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes gslideOutLeft {
  from {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes gslideInRight {
  from {
    opacity: 0;
    visibility: visible;
    transform: translate3d(60%, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes gslideOutRight {
  from {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(60%, 0, 0);
    opacity: 0;
  }
}

@keyframes gzoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 1;
  }
}

@keyframes gzoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}

@media (min-width: 769px) {
  .glightbox-container .ginner-container {
    width: auto;
    height: auto;
    flex-direction: row;
  }
  .glightbox-container .ginner-container.desc-top .gslide-description {
    order: 0;
  }
  .glightbox-container .ginner-container.desc-top .gslide-image,
                .glightbox-container .ginner-container.desc-top .gslide-image img {
    order: 1;
  }
  .glightbox-container .ginner-container.desc-left .gslide-description {
    order: 0;
  }
  .glightbox-container .ginner-container.desc-left .gslide-image {
    order: 1;
  }
  .gslide-image img {
    max-height: 97vh;
    max-width: 100%;
  }
  .gslide-image img.zoomable {
    cursor: zoom-in;
  }
  .zoomed .gslide-image img.zoomable {
    cursor: grab;
  }
  .gslide-inline {
    max-height: 95vh;
  }
  .gslide-external {
    max-height: 100vh;
  }
  .gslide-description.description-left,
    .gslide-description.description-right {
    max-width: 275px;
  }
  .glightbox-open {
    height: auto;
  }
  .goverlay {
    background: rgba(0, 0, 0, 0.92);
  }
  .glightbox-clean .gslide-media {
    box-shadow: 1px 2px 9px 0px rgba(0, 0, 0, 0.65);
  }
  .glightbox-clean .description-left .gdesc-inner,
.glightbox-clean .description-right .gdesc-inner {
    position: absolute;
    height: 100%;
    overflow-y: auto;
  }
  .glightbox-clean .gprev,
    .glightbox-clean .gnext,
    .glightbox-clean .gclose {
    background-color: rgba(0, 0, 0, 0.32);
  }
  .glightbox-clean .gprev:hover,
.glightbox-clean .gnext:hover,
.glightbox-clean .gclose:hover {
    background-color: rgba(0, 0, 0, 0.7);
  }
  .glightbox-clean .gprev {
    top: 45%;
  }
  .glightbox-clean .gnext {
    top: 45%;
  }
}

@media (min-width: 992px) {
  .glightbox-clean .gclose {
    opacity: 0.7;
    right: 20px;
  }
}

@media screen and (max-height: 420px) {
  .goverlay {
    background: #000;
  }
}

@charset "UTF-8";
/*
  Project: schrittweiter-chisel
  Author: schrittweiter GmbH
 */
/* Fonts
   ========================================================================== */
/* Breakpoints
   ========================================================================== */
/* Colors
   ========================================================================== */
/* Type
   ========================================================================== */
/* Spacing
   ========================================================================== */
@keyframes plyr-progress {
  to {
    background-position: var(--plyr-progress-loading-size, 25px) 0;
  }
}
@keyframes plyr-popup {
  0% {
    opacity: 0.5;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes plyr-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.plyr {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  align-items: center;
  direction: ltr;
  display: flex;
  flex-direction: column;
  font-family: var(--plyr-font-family, inherit);
  font-variant-numeric: tabular-nums;
  font-weight: var(--plyr-font-weight-regular, 400);
  line-height: var(--plyr-line-height, 1.7);
  max-width: 100%;
  min-width: 200px;
  position: relative;
  text-shadow: none;
  transition: box-shadow 0.3s ease;
  z-index: 0;
}
.plyr video,
.plyr audio,
.plyr iframe {
  display: block;
  height: 100%;
  width: 100%;
}
.plyr button {
  font: inherit;
  line-height: inherit;
  width: auto;
}
.plyr:focus {
  outline: 0;
}

.plyr--full-ui {
  box-sizing: border-box;
}
.plyr--full-ui *,
.plyr--full-ui *::after,
.plyr--full-ui *::before {
  box-sizing: inherit;
}

.plyr--full-ui a,
.plyr--full-ui button,
.plyr--full-ui input,
.plyr--full-ui label {
  touch-action: manipulation;
}

.plyr__badge {
  background: var(--plyr-badge-background, hsl(216, 15%, 34%));
  border-radius: var(--plyr-badge-border-radius, 2px);
  color: var(--plyr-badge-text-color, #fff);
  font-size: var(--plyr-font-size-badge, 9px);
  line-height: 1;
  padding: 3px 4px;
}

.plyr--full-ui ::-webkit-media-text-track-container {
  display: none;
}

.plyr__captions {
  animation: plyr-fade-in 0.3s ease;
  bottom: 0;
  display: none;
  font-size: var(--plyr-font-size-small, 13px);
  left: 0;
  padding: var(--plyr-control-spacing, 10px);
  position: absolute;
  text-align: center;
  transition: transform 0.4s ease-in-out;
  width: 100%;
}
.plyr__captions span:empty {
  display: none;
}
@media (min-width: 480px) {
  .plyr__captions {
    font-size: var(--plyr-font-size-base, 15px);
    padding: calc(var(--plyr-control-spacing, 10px) * 2);
  }
}
@media (min-width: 768px) {
  .plyr__captions {
    font-size: var(--plyr-font-size-large, 18px);
  }
}

.plyr--captions-active .plyr__captions {
  display: block;
}

.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty) ~ .plyr__captions {
  transform: translateY(calc(var(--plyr-control-spacing, 10px) * -4));
}

.plyr__caption {
  background: var(--plyr-captions-background, rgba(0, 0, 0, 0.8));
  border-radius: 2px;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  color: var(--plyr-captions-text-color, #fff);
  line-height: 185%;
  padding: 0.2em 0.5em;
  white-space: pre-wrap;
}
.plyr__caption div {
  display: inline;
}

.plyr__control {
  background: transparent;
  border: 0;
  border-radius: var(--plyr-control-radius, 4px);
  color: inherit;
  cursor: pointer;
  flex-shrink: 0;
  overflow: visible;
  padding: calc(var(--plyr-control-spacing, 10px) * 0.7);
  position: relative;
  transition: all 0.3s ease;
}
.plyr__control svg {
  display: block;
  fill: currentColor;
  height: var(--plyr-control-icon-size, 18px);
  pointer-events: none;
  width: var(--plyr-control-icon-size, 18px);
}
.plyr__control:focus {
  outline: 0;
}
.plyr__control:focus-visible {
  outline: 2px dashed var(--plyr-focus-visible-color, var(--plyr-color-main, var(--plyr-color-main, hsl(198, 100%, 50%))));
  outline-offset: 2px;
}

a.plyr__control {
  text-decoration: none;
}
a.plyr__control::after, a.plyr__control::before {
  display: none;
}

.plyr__control:not(.plyr__control--pressed) .icon--pressed,
.plyr__control.plyr__control--pressed .icon--not-pressed,
.plyr__control:not(.plyr__control--pressed) .label--pressed,
.plyr__control.plyr__control--pressed .label--not-pressed {
  display: none;
}

.plyr--full-ui ::-webkit-media-controls {
  display: none;
}

.plyr__controls {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  text-align: center;
}
.plyr__controls .plyr__progress__container {
  flex: 1;
  min-width: 0;
}
.plyr__controls .plyr__controls__item {
  margin-left: calc(var(--plyr-control-spacing, 10px) / 4);
}
.plyr__controls .plyr__controls__item:first-child {
  margin-left: 0;
  margin-right: auto;
}
.plyr__controls .plyr__controls__item.plyr__progress__container {
  padding-left: calc(var(--plyr-control-spacing, 10px) / 4);
}
.plyr__controls .plyr__controls__item.plyr__time {
  padding: 0 calc(var(--plyr-control-spacing, 10px) / 2);
}
.plyr__controls .plyr__controls__item.plyr__progress__container:first-child, .plyr__controls .plyr__controls__item.plyr__time:first-child, .plyr__controls .plyr__controls__item.plyr__time + .plyr__time {
  padding-left: 0;
}
.plyr__controls:empty {
  display: none;
}

.plyr [data-plyr=captions],
.plyr [data-plyr=pip],
.plyr [data-plyr=airplay],
.plyr [data-plyr=fullscreen] {
  display: none;
}

.plyr--captions-enabled [data-plyr=captions],
.plyr--pip-supported [data-plyr=pip],
.plyr--airplay-supported [data-plyr=airplay],
.plyr--fullscreen-enabled [data-plyr=fullscreen] {
  display: inline-block;
}

.plyr__menu {
  display: flex;
  position: relative;
}
.plyr__menu .plyr__control svg {
  transition: transform 0.3s ease;
}
.plyr__menu .plyr__control[aria-expanded=true] svg {
  transform: rotate(90deg);
}
.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip {
  display: none;
}
.plyr__menu__container {
  animation: plyr-popup 0.2s ease;
  background: var(--plyr-menu-background, rgba(255, 255, 255, 0.9));
  border-radius: var(--plyr-menu-radius, 8px);
  bottom: 100%;
  box-shadow: var(--plyr-menu-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
  color: var(--plyr-menu-color, hsl(216, 15%, 34%));
  font-size: var(--plyr-font-size-base, 15px);
  margin-bottom: 10px;
  position: absolute;
  right: -3px;
  text-align: left;
  white-space: nowrap;
  z-index: 3;
}
.plyr__menu__container > div {
  overflow: hidden;
  transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1), width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.plyr__menu__container::after {
  border: var(--plyr-menu-arrow-size, 4px) solid transparent;
  border-top-color: var(--plyr-menu-background, rgba(255, 255, 255, 0.9));
  content: "";
  height: 0;
  position: absolute;
  right: calc(var(--plyr-control-icon-size, 18px) / 2 + calc(var(--plyr-control-spacing, 10px) * 0.7) - var(--plyr-menu-arrow-size, 4px) / 2);
  top: 100%;
  width: 0;
}
.plyr__menu__container [role=menu] {
  padding: calc(var(--plyr-control-spacing, 10px) * 0.7);
}
.plyr__menu__container [role=menuitem],
.plyr__menu__container [role=menuitemradio] {
  margin-top: 2px;
}
.plyr__menu__container [role=menuitem]:first-child,
.plyr__menu__container [role=menuitemradio]:first-child {
  margin-top: 0;
}
.plyr__menu__container .plyr__control {
  align-items: center;
  color: var(--plyr-menu-color, hsl(216, 15%, 34%));
  display: flex;
  font-size: var(--plyr-font-size-menu, var(--plyr-font-size-small, 13px));
  padding: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) / 1.5) calc(calc(var(--plyr-control-spacing, 10px) * 0.7) * 1.5);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  width: 100%;
}
.plyr__menu__container .plyr__control > span {
  align-items: inherit;
  display: flex;
  width: 100%;
}
.plyr__menu__container .plyr__control::after {
  border: var(--plyr-menu-item-arrow-size, 4px) solid transparent;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.plyr__menu__container .plyr__control--forward {
  padding-right: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) * 4);
}
.plyr__menu__container .plyr__control--forward::after {
  border-left-color: var(--plyr-menu-arrow-color, hsl(216, 15%, 52%));
  right: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) * 1.5 - var(--plyr-menu-item-arrow-size, 4px));
}
.plyr__menu__container .plyr__control--forward:focus-visible::after, .plyr__menu__container .plyr__control--forward:hover::after {
  border-left-color: currentColor;
}
.plyr__menu__container .plyr__control--back {
  font-weight: var(--plyr-font-weight-regular, 400);
  margin: calc(var(--plyr-control-spacing, 10px) * 0.7);
  margin-bottom: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) / 2);
  padding-left: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) * 4);
  position: relative;
  width: calc(100% - calc(var(--plyr-control-spacing, 10px) * 0.7) * 2);
}
.plyr__menu__container .plyr__control--back::after {
  border-right-color: var(--plyr-menu-arrow-color, hsl(216, 15%, 52%));
  left: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) * 1.5 - var(--plyr-menu-item-arrow-size, 4px));
}
.plyr__menu__container .plyr__control--back::before {
  background: var(--plyr-menu-back-border-color, hsl(216, 15%, 88%));
  box-shadow: 0 1px 0 var(--plyr-menu-back-border-shadow-color, #fff);
  content: "";
  height: 1px;
  left: 0;
  margin-top: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) / 2);
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 100%;
}
.plyr__menu__container .plyr__control--back:focus-visible::after, .plyr__menu__container .plyr__control--back:hover::after {
  border-right-color: currentColor;
}
.plyr__menu__container .plyr__control[role=menuitemradio] {
  padding-left: calc(var(--plyr-control-spacing, 10px) * 0.7);
}
.plyr__menu__container .plyr__control[role=menuitemradio]::before, .plyr__menu__container .plyr__control[role=menuitemradio]::after {
  border-radius: 100%;
}
.plyr__menu__container .plyr__control[role=menuitemradio]::before {
  background: rgba(0, 0, 0, 0.1);
  content: "";
  display: block;
  flex-shrink: 0;
  height: 16px;
  margin-right: var(--plyr-control-spacing, 10px);
  transition: all 0.3s ease;
  width: 16px;
}
.plyr__menu__container .plyr__control[role=menuitemradio]::after {
  background: #fff;
  border: 0;
  height: 6px;
  left: 12px;
  opacity: 0;
  top: 50%;
  transform: translateY(-50%) scale(0);
  transition: transform 0.3s ease, opacity 0.3s ease;
  width: 6px;
}
.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::before {
  background: var(--plyr-control-toggle-checked-background, var(--plyr-color-main, var(--plyr-color-main, hsl(198, 100%, 50%))));
}
.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::after {
  opacity: 1;
  transform: translateY(-50%) scale(1);
}
.plyr__menu__container .plyr__control[role=menuitemradio]:focus-visible::before, .plyr__menu__container .plyr__control[role=menuitemradio]:hover::before {
  background: rgba(34.68, 39.576, 46.92, 0.1);
}
.plyr__menu__container .plyr__menu__value {
  align-items: center;
  display: flex;
  margin-left: auto;
  margin-right: calc((calc(var(--plyr-control-spacing, 10px) * 0.7) - 2px) * -1);
  overflow: hidden;
  padding-left: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) * 3.5);
  pointer-events: none;
}

.plyr--full-ui input[type=range] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: 0;
  border-radius: calc(var(--plyr-range-thumb-height, 13px) * 2);
  color: var(--plyr-range-fill-background, var(--plyr-color-main, var(--plyr-color-main, hsl(198, 100%, 50%))));
  display: block;
  height: calc(var(--plyr-range-thumb-active-shadow-width, 3px) * 2 + var(--plyr-range-thumb-height, 13px));
  margin: 0;
  min-width: 0;
  padding: 0;
  transition: box-shadow 0.3s ease;
  width: 100%;
}
.plyr--full-ui input[type=range]::-webkit-slider-runnable-track {
  background: transparent;
  border: 0;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: var(--plyr-range-track-height, 5px);
  -webkit-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -webkit-user-select: none;
          user-select: none;
  background-image: linear-gradient(to right, currentColor var(--value, 0%), transparent var(--value, 0%));
}
.plyr--full-ui input[type=range]::-webkit-slider-thumb {
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(34.68, 39.576, 46.92, 0.15), 0 0 0 1px rgba(34.68, 39.576, 46.92, 0.2));
  height: var(--plyr-range-thumb-height, 13px);
  position: relative;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: var(--plyr-range-thumb-height, 13px);
  -webkit-appearance: none;
          appearance: none;
  margin-top: calc((var(--plyr-range-thumb-height, 13px) - var(--plyr-range-track-height, 5px)) / 2 * -1);
}
.plyr--full-ui input[type=range]::-moz-range-track {
  background: transparent;
  border: 0;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: var(--plyr-range-track-height, 5px);
  -moz-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -moz-user-select: none;
       user-select: none;
}
.plyr--full-ui input[type=range]::-moz-range-thumb {
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(34.68, 39.576, 46.92, 0.15), 0 0 0 1px rgba(34.68, 39.576, 46.92, 0.2));
  height: var(--plyr-range-thumb-height, 13px);
  position: relative;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: var(--plyr-range-thumb-height, 13px);
}
.plyr--full-ui input[type=range]::-moz-range-progress {
  background: currentColor;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: var(--plyr-range-track-height, 5px);
}
.plyr--full-ui input[type=range]::-ms-track {
  background: transparent;
  border: 0;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: var(--plyr-range-track-height, 5px);
  -ms-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  user-select: none;
  color: transparent;
}
.plyr--full-ui input[type=range]::-ms-fill-upper {
  background: transparent;
  border: 0;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: var(--plyr-range-track-height, 5px);
  -ms-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  user-select: none;
}
.plyr--full-ui input[type=range]::-ms-fill-lower {
  background: transparent;
  border: 0;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: var(--plyr-range-track-height, 5px);
  -ms-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  user-select: none;
  background: currentColor;
}
.plyr--full-ui input[type=range]::-ms-thumb {
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(34.68, 39.576, 46.92, 0.15), 0 0 0 1px rgba(34.68, 39.576, 46.92, 0.2));
  height: var(--plyr-range-thumb-height, 13px);
  position: relative;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: var(--plyr-range-thumb-height, 13px);
  margin-top: 0;
}
.plyr--full-ui input[type=range]::-ms-tooltip {
  display: none;
}
.plyr--full-ui input[type=range]::-moz-focus-outer {
  border: 0;
}
.plyr--full-ui input[type=range]:focus {
  outline: 0;
}
.plyr--full-ui input[type=range]:focus-visible::-webkit-slider-runnable-track {
  outline: 2px dashed var(--plyr-focus-visible-color, var(--plyr-color-main, var(--plyr-color-main, hsl(198, 100%, 50%))));
  outline-offset: 2px;
}
.plyr--full-ui input[type=range]:focus-visible::-moz-range-track {
  outline: 2px dashed var(--plyr-focus-visible-color, var(--plyr-color-main, var(--plyr-color-main, hsl(198, 100%, 50%))));
  outline-offset: 2px;
}
.plyr--full-ui input[type=range]:focus-visible::-ms-track {
  outline: 2px dashed var(--plyr-focus-visible-color, var(--plyr-color-main, var(--plyr-color-main, hsl(198, 100%, 50%))));
  outline-offset: 2px;
}

.plyr__poster {
  background-color: var(--plyr-video-background, var(--plyr-video-background, rgb(0, 0, 0)));
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.2s ease;
  width: 100%;
  z-index: 1;
}

.plyr--stopped.plyr__poster-enabled .plyr__poster {
  opacity: 1;
}

.plyr--youtube.plyr--paused.plyr__poster-enabled:not(.plyr--stopped) .plyr__poster {
  display: none;
}

.plyr__time {
  font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
}

.plyr__time + .plyr__time::before {
  content: "⁄";
  margin-right: var(--plyr-control-spacing, 10px);
}
@media (max-width: 767px) {
  .plyr__time + .plyr__time {
    display: none;
  }
}

/* stylelint-disable selector-max-compound-selectors */
.plyr__tooltip {
  background: var(--plyr-tooltip-background, #fff);
  border-radius: var(--plyr-tooltip-radius, 5px);
  bottom: 100%;
  box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
  color: var(--plyr-tooltip-color, hsl(216, 15%, 34%));
  font-size: var(--plyr-font-size-small, 13px);
  font-weight: var(--plyr-font-weight-regular, 400);
  left: 50%;
  line-height: 1.3;
  margin-bottom: calc(calc(var(--plyr-control-spacing, 10px) / 2) * 2);
  opacity: 0;
  padding: calc(var(--plyr-control-spacing, 10px) / 2) calc(calc(var(--plyr-control-spacing, 10px) / 2) * 1.5);
  pointer-events: none;
  position: absolute;
  transform: translate(-50%, 10px) scale(0.8);
  transform-origin: 50% 100%;
  transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease;
  white-space: nowrap;
  z-index: 2;
}
.plyr__tooltip::before {
  border-left: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-right: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-top: var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, #fff);
  bottom: calc(var(--plyr-tooltip-arrow-size, 4px) * -1);
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
  z-index: 2;
}

.plyr .plyr__control:hover .plyr__tooltip,
.plyr .plyr__control:focus-visible .plyr__tooltip,
.plyr__tooltip--visible {
  opacity: 1;
  transform: translate(-50%, 0) scale(1);
}

.plyr .plyr__control:hover .plyr__tooltip {
  z-index: 3;
}

.plyr__controls > .plyr__control:first-child .plyr__tooltip,
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip {
  left: 0;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 0 100%;
}
.plyr__controls > .plyr__control:first-child .plyr__tooltip::before,
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip::before {
  left: calc(var(--plyr-control-icon-size, 18px) / 2 + calc(var(--plyr-control-spacing, 10px) * 0.7));
}

.plyr__controls > .plyr__control:last-child .plyr__tooltip {
  left: auto;
  right: 0;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 100% 100%;
}
.plyr__controls > .plyr__control:last-child .plyr__tooltip::before {
  left: auto;
  right: calc(var(--plyr-control-icon-size, 18px) / 2 + calc(var(--plyr-control-spacing, 10px) * 0.7));
  transform: translateX(50%);
}

.plyr__controls > .plyr__control:first-child:hover .plyr__tooltip, .plyr__controls > .plyr__control:first-child:focus-visible .plyr__tooltip,
.plyr__controls > .plyr__control:first-child .plyr__tooltip--visible,
.plyr__controls > .plyr__control:first-child + .plyr__control:hover .plyr__tooltip,
.plyr__controls > .plyr__control:first-child + .plyr__control:focus-visible .plyr__tooltip,
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip--visible,
.plyr__controls > .plyr__control:last-child:hover .plyr__tooltip,
.plyr__controls > .plyr__control:last-child:focus-visible .plyr__tooltip,
.plyr__controls > .plyr__control:last-child .plyr__tooltip--visible {
  transform: translate(0, 0) scale(1);
}

.plyr__progress {
  left: calc(var(--plyr-range-thumb-height, 13px) * 0.5);
  margin-right: var(--plyr-range-thumb-height, 13px);
  position: relative;
}
.plyr__progress input[type=range], .plyr__progress__buffer {
  margin-left: calc(var(--plyr-range-thumb-height, 13px) * -0.5);
  margin-right: calc(var(--plyr-range-thumb-height, 13px) * -0.5);
  width: calc(100% + var(--plyr-range-thumb-height, 13px));
}
.plyr__progress input[type=range] {
  position: relative;
  z-index: 2;
}
.plyr__progress .plyr__tooltip {
  left: 0;
  max-width: 120px;
  overflow-wrap: break-word;
}

.plyr__progress__buffer {
  -webkit-appearance: none; /* stylelint-disable-line */
  background: transparent;
  border: 0;
  border-radius: 100px;
  height: var(--plyr-range-track-height, 5px);
  left: 0;
  margin-top: calc(var(--plyr-range-track-height, 5px) / 2 * -1);
  padding: 0;
  position: absolute;
  top: 50%;
}
.plyr__progress__buffer::-webkit-progress-bar {
  background: transparent;
}
.plyr__progress__buffer::-webkit-progress-value {
  background: currentColor;
  border-radius: 100px;
  min-width: var(--plyr-range-track-height, 5px);
  -webkit-transition: width 0.2s ease;
  transition: width 0.2s ease;
}
.plyr__progress__buffer::-moz-progress-bar {
  background: currentColor;
  border-radius: 100px;
  min-width: var(--plyr-range-track-height, 5px);
  -moz-transition: width 0.2s ease;
  transition: width 0.2s ease;
}
.plyr__progress__buffer::-ms-fill {
  border-radius: 100px;
  -ms-transition: width 0.2s ease;
  transition: width 0.2s ease;
}

.plyr--loading .plyr__progress__buffer {
  animation: plyr-progress 1s linear infinite;
  background-image: linear-gradient(-45deg, var(--plyr-progress-loading-background, rgba(34.68, 39.576, 46.92, 0.6)) 25%, transparent 25%, transparent 50%, var(--plyr-progress-loading-background, rgba(34.68, 39.576, 46.92, 0.6)) 50%, var(--plyr-progress-loading-background, rgba(34.68, 39.576, 46.92, 0.6)) 75%, transparent 75%, transparent);
  background-repeat: repeat-x;
  background-size: var(--plyr-progress-loading-size, 25px) var(--plyr-progress-loading-size, 25px);
  color: transparent;
}

.plyr--video.plyr--loading .plyr__progress__buffer {
  background-color: var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25));
}

.plyr--audio.plyr--loading .plyr__progress__buffer {
  background-color: var(--plyr-audio-progress-buffered-background, rgba(193.4175, 199.8435, 209.4825, 0.6));
}

.plyr__progress__marker {
  background-color: var(--plyr-progress-marker-background, #fff);
  border-radius: 1px;
  height: var(--plyr-range-track-height, 5px);
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: var(--plyr-progress-marker-width, 3px);
  z-index: 3;
}

.plyr__volume {
  align-items: center;
  display: flex;
  position: relative;
}
.plyr__volume input[type=range] {
  margin-left: calc(var(--plyr-control-spacing, 10px) / 2);
  margin-right: calc(var(--plyr-control-spacing, 10px) / 2);
  max-width: 90px;
  min-width: 60px;
  position: relative;
  z-index: 2;
}

.plyr--audio {
  display: block;
}

.plyr--audio .plyr__controls {
  background: var(--plyr-audio-controls-background, #fff);
  border-radius: inherit;
  color: var(--plyr-audio-control-color, hsl(216, 15%, 34%));
  padding: var(--plyr-control-spacing, 10px);
}

.plyr--audio .plyr__control:focus-visible, .plyr--audio .plyr__control:hover, .plyr--audio .plyr__control[aria-expanded=true] {
  background: var(--plyr-audio-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, hsl(198, 100%, 50%))));
  color: var(--plyr-audio-control-color-hover, #fff);
}

.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track {
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193.4175, 199.8435, 209.4825, 0.6)));
}
.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track {
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193.4175, 199.8435, 209.4825, 0.6)));
}
.plyr--full-ui.plyr--audio input[type=range]::-ms-track {
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193.4175, 199.8435, 209.4825, 0.6)));
}
.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb {
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(34.68, 39.576, 46.92, 0.15), 0 0 0 1px rgba(34.68, 39.576, 46.92, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(34.68, 39.576, 46.92, 0.1));
}
.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb {
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(34.68, 39.576, 46.92, 0.15), 0 0 0 1px rgba(34.68, 39.576, 46.92, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(34.68, 39.576, 46.92, 0.1));
}
.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb {
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(34.68, 39.576, 46.92, 0.15), 0 0 0 1px rgba(34.68, 39.576, 46.92, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(34.68, 39.576, 46.92, 0.1));
}

.plyr--audio .plyr__progress__buffer {
  color: var(--plyr-audio-progress-buffered-background, rgba(193.4175, 199.8435, 209.4825, 0.6));
}

.plyr--video {
  overflow: hidden;
}
.plyr--video.plyr--menu-open {
  overflow: visible;
}

.plyr__video-wrapper {
  background: var(--plyr-video-background, var(--plyr-video-background, rgb(0, 0, 0)));
  border-radius: inherit;
  height: 100%;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.plyr__video-embed,
.plyr__video-wrapper--fixed-ratio {
  aspect-ratio: 16/9;
}
@supports not (aspect-ratio: 16/9) {
  .plyr__video-embed,
  .plyr__video-wrapper--fixed-ratio {
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
  }
}

.plyr__video-embed iframe,
.plyr__video-wrapper--fixed-ratio video {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.plyr--full-ui .plyr__video-embed > .plyr__video-embed__container {
  padding-bottom: 240%;
  position: relative;
  transform: translateY(-38.28125%);
}

.plyr--video .plyr__controls {
  background: var(--plyr-video-controls-background, linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75)));
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  bottom: 0;
  color: var(--plyr-video-control-color, #fff);
  left: 0;
  padding: calc(var(--plyr-control-spacing, 10px) / 2);
  padding-top: calc(var(--plyr-control-spacing, 10px) * 2);
  position: absolute;
  right: 0;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  z-index: 3;
}
@media (min-width: 480px) {
  .plyr--video .plyr__controls {
    padding: var(--plyr-control-spacing, 10px);
    padding-top: calc(var(--plyr-control-spacing, 10px) * 3.5);
  }
}

.plyr--video.plyr--hide-controls .plyr__controls {
  opacity: 0;
  pointer-events: none;
  transform: translateY(100%);
}

.plyr--video .plyr__control:focus-visible, .plyr--video .plyr__control:hover, .plyr--video .plyr__control[aria-expanded=true] {
  background: var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, hsl(198, 100%, 50%))));
  color: var(--plyr-video-control-color-hover, #fff);
}

.plyr__control--overlaid {
  background: var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, hsl(198, 100%, 50%))));
  border: 0;
  border-radius: 100%;
  color: var(--plyr-video-control-color, #fff);
  display: none;
  left: 50%;
  opacity: 0.9;
  padding: calc(var(--plyr-control-spacing, 10px) * 1.5);
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
  z-index: 2;
}
.plyr__control--overlaid svg {
  left: 2px;
  position: relative;
}
.plyr__control--overlaid:hover, .plyr__control--overlaid:focus {
  opacity: 1;
}

.plyr--playing .plyr__control--overlaid {
  opacity: 0;
  visibility: hidden;
}

.plyr--full-ui.plyr--video .plyr__control--overlaid {
  display: block;
}

.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track {
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25)));
}
.plyr--full-ui.plyr--video input[type=range]::-moz-range-track {
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25)));
}
.plyr--full-ui.plyr--video input[type=range]::-ms-track {
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25)));
}
.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb {
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(34.68, 39.576, 46.92, 0.15), 0 0 0 1px rgba(34.68, 39.576, 46.92, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5));
}
.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb {
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(34.68, 39.576, 46.92, 0.15), 0 0 0 1px rgba(34.68, 39.576, 46.92, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5));
}
.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb {
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(34.68, 39.576, 46.92, 0.15), 0 0 0 1px rgba(34.68, 39.576, 46.92, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5));
}

.plyr--video .plyr__progress__buffer {
  color: var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25));
}

.plyr:fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}
.plyr:fullscreen video {
  height: 100%;
}
.plyr:fullscreen .plyr__control .icon--exit-fullscreen {
  display: block;
}
.plyr:fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}
.plyr:fullscreen.plyr--hide-controls {
  cursor: none;
}
@media (min-width: 1024px) {
  .plyr:fullscreen .plyr__captions {
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
}

.plyr--fullscreen-fallback {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10000000;
}
.plyr--fullscreen-fallback video {
  height: 100%;
}
.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen {
  display: block;
}
.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}
.plyr--fullscreen-fallback.plyr--hide-controls {
  cursor: none;
}
@media (min-width: 1024px) {
  .plyr--fullscreen-fallback .plyr__captions {
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
}

.plyr__ads {
  border-radius: inherit;
  bottom: 0;
  cursor: pointer;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.plyr__ads > div,
.plyr__ads > div iframe {
  height: 100%;
  position: absolute;
  width: 100%;
}
.plyr__ads::after {
  background: hsl(216, 15%, 16%);
  border-radius: 2px;
  bottom: var(--plyr-control-spacing, 10px);
  color: #fff;
  content: attr(data-badge-text);
  font-size: 11px;
  padding: 2px 6px;
  pointer-events: none;
  position: absolute;
  right: var(--plyr-control-spacing, 10px);
  z-index: 3;
}
.plyr__ads:empty::after {
  display: none;
}

.plyr__cues {
  background: currentColor;
  display: block;
  height: var(--plyr-range-track-height, 5px);
  left: 0;
  opacity: 0.8;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  z-index: 3;
}

.plyr__preview-thumb {
  background-color: var(--plyr-tooltip-background, #fff);
  border-radius: var(--plyr-menu-radius, 8px);
  bottom: 100%;
  box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
  margin-bottom: calc(calc(var(--plyr-control-spacing, 10px) / 2) * 2);
  opacity: 0;
  padding: 3px;
  pointer-events: none;
  position: absolute;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 50% 100%;
  transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease;
  z-index: 2;
}
.plyr__preview-thumb--is-shown {
  opacity: 1;
  transform: translate(0, 0) scale(1);
}
.plyr__preview-thumb::before {
  border-left: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-right: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-top: var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, #fff);
  bottom: calc(var(--plyr-tooltip-arrow-size, 4px) * -1);
  content: "";
  height: 0;
  left: calc(50% + var(--preview-arrow-offset));
  position: absolute;
  transform: translateX(-50%);
  width: 0;
  z-index: 2;
}
.plyr__preview-thumb__image-container {
  background: hsl(216, 15%, 79%);
  border-radius: calc(var(--plyr-menu-radius, 8px) - 1px);
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.plyr__preview-thumb__image-container img, .plyr__preview-thumb__image-container::after {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.plyr__preview-thumb__image-container::after {
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.15);
  content: "";
  pointer-events: none;
}
.plyr__preview-thumb__image-container img {
  max-height: none;
  max-width: none;
}
.plyr__preview-thumb__time-container {
  background: var(--plyr-video-controls-background, linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75)));
  border-bottom-left-radius: calc(var(--plyr-menu-radius, 8px) - 1px);
  border-bottom-right-radius: calc(var(--plyr-menu-radius, 8px) - 1px);
  bottom: 0;
  left: 0;
  line-height: 1.1;
  padding: 20px 6px 6px;
  position: absolute;
  right: 0;
  z-index: 3;
}
.plyr__preview-thumb__time-container span {
  color: #fff;
  font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
}

.plyr__preview-scrubbing {
  bottom: 0;
  filter: blur(1px);
  height: 100%;
  left: 0;
  margin: auto;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.3s ease;
  width: 100%;
  z-index: 1;
}
.plyr__preview-scrubbing--is-shown {
  opacity: 1;
}
.plyr__preview-scrubbing img {
  height: 100%;
  left: 0;
  max-height: none;
  max-width: none;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: 0;
  width: 100%;
}

.plyr--no-transition {
  transition: none !important;
}

.plyr__sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  border: 0 !important;
  height: 1px !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.plyr [hidden] {
  display: none !important;
}

/* Bulma Utilities */
.is-unselectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.is-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

/* Bulma Helpers */
.has-text-white {
  color: hsl(0, 0%, 100%) !important;
}

a.has-text-white:hover, a.has-text-white:focus {
  color: hsl(0, 0%, 90%) !important;
}

.has-background-white {
  background-color: hsl(0, 0%, 100%) !important;
}

.has-text-black {
  color: hsl(0, 0%, 4%) !important;
}

a.has-text-black:hover, a.has-text-black:focus {
  color: hsl(0, 0%, 0%) !important;
}

.has-background-black {
  background-color: hsl(0, 0%, 4%) !important;
}

.has-text-light {
  color: hsl(0, 0%, 96%) !important;
}

a.has-text-light:hover, a.has-text-light:focus {
  color: hsl(0, 0%, 86%) !important;
}

.has-background-light {
  background-color: hsl(0, 0%, 96%) !important;
}

.has-text-dark {
  color: hsl(0, 0%, 21%) !important;
}

a.has-text-dark:hover, a.has-text-dark:focus {
  color: hsl(0, 0%, 11%) !important;
}

.has-background-dark {
  background-color: hsl(0, 0%, 21%) !important;
}

.has-text-primary {
  color: hsl(171, 100%, 41%) !important;
}

a.has-text-primary:hover, a.has-text-primary:focus {
  color: hsl(171, 100%, 31%) !important;
}

.has-background-primary {
  background-color: hsl(171, 100%, 41%) !important;
}

.has-text-primary-light {
  color: hsl(171, 100%, 96%) !important;
}

a.has-text-primary-light:hover, a.has-text-primary-light:focus {
  color: hsl(171, 100%, 86%) !important;
}

.has-background-primary-light {
  background-color: hsl(171, 100%, 96%) !important;
}

.has-text-primary-dark {
  color: hsl(171, 100%, 29%) !important;
}

a.has-text-primary-dark:hover, a.has-text-primary-dark:focus {
  color: hsl(171, 100%, 39%) !important;
}

.has-background-primary-dark {
  background-color: hsl(171, 100%, 29%) !important;
}

.has-text-link {
  color: hsl(229, 53%, 53%) !important;
}

a.has-text-link:hover, a.has-text-link:focus {
  color: hsl(229, 53%, 43%) !important;
}

.has-background-link {
  background-color: hsl(229, 53%, 53%) !important;
}

.has-text-link-light {
  color: hsl(229, 53%, 96%) !important;
}

a.has-text-link-light:hover, a.has-text-link-light:focus {
  color: hsl(229, 53%, 86%) !important;
}

.has-background-link-light {
  background-color: hsl(229, 53%, 96%) !important;
}

.has-text-link-dark {
  color: hsl(229, 53%, 47%) !important;
}

a.has-text-link-dark:hover, a.has-text-link-dark:focus {
  color: hsl(229, 53%, 57%) !important;
}

.has-background-link-dark {
  background-color: hsl(229, 53%, 47%) !important;
}

.has-text-info {
  color: hsl(207, 61%, 53%) !important;
}

a.has-text-info:hover, a.has-text-info:focus {
  color: hsl(207, 61%, 43%) !important;
}

.has-background-info {
  background-color: hsl(207, 61%, 53%) !important;
}

.has-text-info-light {
  color: hsl(207, 61%, 96%) !important;
}

a.has-text-info-light:hover, a.has-text-info-light:focus {
  color: hsl(207, 61%, 86%) !important;
}

.has-background-info-light {
  background-color: hsl(207, 61%, 96%) !important;
}

.has-text-info-dark {
  color: hsl(207, 61%, 41%) !important;
}

a.has-text-info-dark:hover, a.has-text-info-dark:focus {
  color: hsl(207, 61%, 51%) !important;
}

.has-background-info-dark {
  background-color: hsl(207, 61%, 41%) !important;
}

.has-text-success {
  color: hsl(153, 53%, 53%) !important;
}

a.has-text-success:hover, a.has-text-success:focus {
  color: hsl(153, 53%, 43%) !important;
}

.has-background-success {
  background-color: hsl(153, 53%, 53%) !important;
}

.has-text-success-light {
  color: hsl(153, 53%, 96%) !important;
}

a.has-text-success-light:hover, a.has-text-success-light:focus {
  color: hsl(153, 53%, 86%) !important;
}

.has-background-success-light {
  background-color: hsl(153, 53%, 96%) !important;
}

.has-text-success-dark {
  color: hsl(153, 53%, 31%) !important;
}

a.has-text-success-dark:hover, a.has-text-success-dark:focus {
  color: hsl(153, 53%, 41%) !important;
}

.has-background-success-dark {
  background-color: hsl(153, 53%, 31%) !important;
}

.has-text-warning {
  color: hsl(44, 100%, 77%) !important;
}

a.has-text-warning:hover, a.has-text-warning:focus {
  color: hsl(44, 100%, 67%) !important;
}

.has-background-warning {
  background-color: hsl(44, 100%, 77%) !important;
}

.has-text-warning-light {
  color: hsl(44, 100%, 96%) !important;
}

a.has-text-warning-light:hover, a.has-text-warning-light:focus {
  color: hsl(44, 100%, 86%) !important;
}

.has-background-warning-light {
  background-color: hsl(44, 100%, 96%) !important;
}

.has-text-warning-dark {
  color: hsl(44, 100%, 29%) !important;
}

a.has-text-warning-dark:hover, a.has-text-warning-dark:focus {
  color: hsl(44, 100%, 39%) !important;
}

.has-background-warning-dark {
  background-color: hsl(44, 100%, 29%) !important;
}

.has-text-danger {
  color: hsl(348, 86%, 61%) !important;
}

a.has-text-danger:hover, a.has-text-danger:focus {
  color: hsl(348, 86%, 51%) !important;
}

.has-background-danger {
  background-color: hsl(348, 86%, 61%) !important;
}

.has-text-danger-light {
  color: hsl(348, 86%, 96%) !important;
}

a.has-text-danger-light:hover, a.has-text-danger-light:focus {
  color: hsl(348, 86%, 86%) !important;
}

.has-background-danger-light {
  background-color: hsl(348, 86%, 96%) !important;
}

.has-text-danger-dark {
  color: hsl(348, 86%, 43%) !important;
}

a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
  color: hsl(348, 86%, 53%) !important;
}

.has-background-danger-dark {
  background-color: hsl(348, 86%, 43%) !important;
}

.has-text-black-bis {
  color: hsl(0, 0%, 7%) !important;
}

.has-background-black-bis {
  background-color: hsl(0, 0%, 7%) !important;
}

.has-text-black-ter {
  color: hsl(0, 0%, 14%) !important;
}

.has-background-black-ter {
  background-color: hsl(0, 0%, 14%) !important;
}

.has-text-grey-darker {
  color: hsl(0, 0%, 21%) !important;
}

.has-background-grey-darker {
  background-color: hsl(0, 0%, 21%) !important;
}

.has-text-grey-dark {
  color: hsl(0, 0%, 29%) !important;
}

.has-background-grey-dark {
  background-color: hsl(0, 0%, 29%) !important;
}

.has-text-grey {
  color: hsl(0, 0%, 48%) !important;
}

.has-background-grey {
  background-color: hsl(0, 0%, 48%) !important;
}

.has-text-grey-light {
  color: hsl(0, 0%, 71%) !important;
}

.has-background-grey-light {
  background-color: hsl(0, 0%, 71%) !important;
}

.has-text-grey-lighter {
  color: hsl(0, 0%, 86%) !important;
}

.has-background-grey-lighter {
  background-color: hsl(0, 0%, 86%) !important;
}

.has-text-white-ter {
  color: hsl(0, 0%, 96%) !important;
}

.has-background-white-ter {
  background-color: hsl(0, 0%, 96%) !important;
}

.has-text-white-bis {
  color: hsl(0, 0%, 98%) !important;
}

.has-background-white-bis {
  background-color: hsl(0, 0%, 98%) !important;
}

.is-flex-direction-row {
  flex-direction: row !important;
}

.is-flex-direction-row-reverse {
  flex-direction: row-reverse !important;
}

.is-flex-direction-column {
  flex-direction: column !important;
}

.is-flex-direction-column-reverse {
  flex-direction: column-reverse !important;
}

.is-flex-wrap-nowrap {
  flex-wrap: nowrap !important;
}

.is-flex-wrap-wrap {
  flex-wrap: wrap !important;
}

.is-flex-wrap-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.is-justify-content-flex-start {
  justify-content: flex-start !important;
}

.is-justify-content-flex-end {
  justify-content: flex-end !important;
}

.is-justify-content-center {
  justify-content: center !important;
}

.is-justify-content-space-between {
  justify-content: space-between !important;
}

.is-justify-content-space-around {
  justify-content: space-around !important;
}

.is-justify-content-space-evenly {
  justify-content: space-evenly !important;
}

.is-justify-content-start {
  justify-content: start !important;
}

.is-justify-content-end {
  justify-content: end !important;
}

.is-justify-content-left {
  justify-content: left !important;
}

.is-justify-content-right {
  justify-content: right !important;
}

.is-align-content-flex-start {
  align-content: flex-start !important;
}

.is-align-content-flex-end {
  align-content: flex-end !important;
}

.is-align-content-center {
  align-content: center !important;
}

.is-align-content-space-between {
  align-content: space-between !important;
}

.is-align-content-space-around {
  align-content: space-around !important;
}

.is-align-content-space-evenly {
  align-content: space-evenly !important;
}

.is-align-content-stretch {
  align-content: stretch !important;
}

.is-align-content-start {
  align-content: start !important;
}

.is-align-content-end {
  align-content: end !important;
}

.is-align-content-baseline {
  align-content: baseline !important;
}

.is-align-items-stretch {
  align-items: stretch !important;
}

.is-align-items-flex-start {
  align-items: flex-start !important;
}

.is-align-items-flex-end {
  align-items: flex-end !important;
}

.is-align-items-center {
  align-items: center !important;
}

.is-align-items-baseline {
  align-items: baseline !important;
}

.is-align-items-start {
  align-items: start !important;
}

.is-align-items-end {
  align-items: end !important;
}

.is-align-items-self-start {
  align-items: self-start !important;
}

.is-align-items-self-end {
  align-items: self-end !important;
}

.is-align-self-auto {
  align-self: auto !important;
}

.is-align-self-flex-start {
  align-self: flex-start !important;
}

.is-align-self-flex-end {
  align-self: flex-end !important;
}

.is-align-self-center {
  align-self: center !important;
}

.is-align-self-baseline {
  align-self: baseline !important;
}

.is-align-self-stretch {
  align-self: stretch !important;
}

.is-flex-grow-0 {
  flex-grow: 0 !important;
}

.is-flex-grow-1 {
  flex-grow: 1 !important;
}

.is-flex-grow-2 {
  flex-grow: 2 !important;
}

.is-flex-grow-3 {
  flex-grow: 3 !important;
}

.is-flex-grow-4 {
  flex-grow: 4 !important;
}

.is-flex-grow-5 {
  flex-grow: 5 !important;
}

.is-flex-shrink-0 {
  flex-shrink: 0 !important;
}

.is-flex-shrink-1 {
  flex-shrink: 1 !important;
}

.is-flex-shrink-2 {
  flex-shrink: 2 !important;
}

.is-flex-shrink-3 {
  flex-shrink: 3 !important;
}

.is-flex-shrink-4 {
  flex-shrink: 4 !important;
}

.is-flex-shrink-5 {
  flex-shrink: 5 !important;
}

.is-clearfix::after {
  clear: both;
  content: " ";
  display: table;
}

.is-pulled-left {
  float: left !important;
}

.is-pulled-right {
  float: right !important;
}

.is-radiusless {
  border-radius: 0 !important;
}

.is-shadowless {
  box-shadow: none !important;
}

.is-clickable {
  cursor: pointer !important;
  pointer-events: all !important;
}

.is-clipped {
  overflow: hidden !important;
}

.is-relative {
  position: relative !important;
}

.is-marginless {
  margin: 0 !important;
}

.is-paddingless {
  padding: 0 !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mr-1 {
  margin-right: 0.25rem !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1 {
  margin-left: 0.25rem !important;
}

.mx-1 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mr-2 {
  margin-right: 0.5rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2 {
  margin-left: 0.5rem !important;
}

.mx-2 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.m-3 {
  margin: 0.75rem !important;
}

.mt-3 {
  margin-top: 0.75rem !important;
}

.mr-3 {
  margin-right: 0.75rem !important;
}

.mb-3 {
  margin-bottom: 0.75rem !important;
}

.ml-3 {
  margin-left: 0.75rem !important;
}

.mx-3 {
  margin-left: 0.75rem !important;
  margin-right: 0.75rem !important;
}

.my-3 {
  margin-top: 0.75rem !important;
  margin-bottom: 0.75rem !important;
}

.m-4 {
  margin: 1rem !important;
}

.mt-4 {
  margin-top: 1rem !important;
}

.mr-4 {
  margin-right: 1rem !important;
}

.mb-4 {
  margin-bottom: 1rem !important;
}

.ml-4 {
  margin-left: 1rem !important;
}

.mx-4 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

.my-4 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.m-5 {
  margin: 1.5rem !important;
}

.mt-5 {
  margin-top: 1.5rem !important;
}

.mr-5 {
  margin-right: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 1.5rem !important;
}

.ml-5 {
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}

.my-5 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.m-6 {
  margin: 3rem !important;
}

.mt-6 {
  margin-top: 3rem !important;
}

.mr-6 {
  margin-right: 3rem !important;
}

.mb-6 {
  margin-bottom: 3rem !important;
}

.ml-6 {
  margin-left: 3rem !important;
}

.mx-6 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}

.my-6 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto {
  margin-top: auto !important;
}

.mr-auto {
  margin-right: auto !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ml-auto {
  margin-left: auto !important;
}

.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pr-1 {
  padding-right: 0.25rem !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1 {
  padding-left: 0.25rem !important;
}

.px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pr-2 {
  padding-right: 0.5rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2 {
  padding-left: 0.5rem !important;
}

.px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.p-3 {
  padding: 0.75rem !important;
}

.pt-3 {
  padding-top: 0.75rem !important;
}

.pr-3 {
  padding-right: 0.75rem !important;
}

.pb-3 {
  padding-bottom: 0.75rem !important;
}

.pl-3 {
  padding-left: 0.75rem !important;
}

.px-3 {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}

.py-3 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

.p-4 {
  padding: 1rem !important;
}

.pt-4 {
  padding-top: 1rem !important;
}

.pr-4 {
  padding-right: 1rem !important;
}

.pb-4 {
  padding-bottom: 1rem !important;
}

.pl-4 {
  padding-left: 1rem !important;
}

.px-4 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.py-4 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.p-5 {
  padding: 1.5rem !important;
}

.pt-5 {
  padding-top: 1.5rem !important;
}

.pr-5 {
  padding-right: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 1.5rem !important;
}

.pl-5 {
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.py-5 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.p-6 {
  padding: 3rem !important;
}

.pt-6 {
  padding-top: 3rem !important;
}

.pr-6 {
  padding-right: 3rem !important;
}

.pb-6 {
  padding-bottom: 3rem !important;
}

.pl-6 {
  padding-left: 3rem !important;
}

.px-6 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

.py-6 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.p-auto {
  padding: auto !important;
}

.pt-auto {
  padding-top: auto !important;
}

.pr-auto {
  padding-right: auto !important;
}

.pb-auto {
  padding-bottom: auto !important;
}

.pl-auto {
  padding-left: auto !important;
}

.px-auto {
  padding-left: auto !important;
  padding-right: auto !important;
}

.py-auto {
  padding-top: auto !important;
  padding-bottom: auto !important;
}

.is-size-1 {
  font-size: 3rem !important;
}

.is-size-2 {
  font-size: 2.5rem !important;
}

.is-size-3 {
  font-size: 2rem !important;
}

.is-size-4 {
  font-size: 1.5rem !important;
}

.is-size-5 {
  font-size: 1.25rem !important;
}

.is-size-6 {
  font-size: 1rem !important;
}

.is-size-7 {
  font-size: 0.75rem !important;
}

@media screen and (max-width: 374px) {
  .is-size-1-mobile {
    font-size: 3rem !important;
  }
  .is-size-2-mobile {
    font-size: 2.5rem !important;
  }
  .is-size-3-mobile {
    font-size: 2rem !important;
  }
  .is-size-4-mobile {
    font-size: 1.5rem !important;
  }
  .is-size-5-mobile {
    font-size: 1.25rem !important;
  }
  .is-size-6-mobile {
    font-size: 1rem !important;
  }
  .is-size-7-mobile {
    font-size: 0.75rem !important;
  }
}
@media screen and (min-width: 375px), print {
  .is-size-1-tablet {
    font-size: 3rem !important;
  }
  .is-size-2-tablet {
    font-size: 2.5rem !important;
  }
  .is-size-3-tablet {
    font-size: 2rem !important;
  }
  .is-size-4-tablet {
    font-size: 1.5rem !important;
  }
  .is-size-5-tablet {
    font-size: 1.25rem !important;
  }
  .is-size-6-tablet {
    font-size: 1rem !important;
  }
  .is-size-7-tablet {
    font-size: 0.75rem !important;
  }
}
@media screen and (max-width: 1023px) {
  .is-size-1-touch {
    font-size: 3rem !important;
  }
  .is-size-2-touch {
    font-size: 2.5rem !important;
  }
  .is-size-3-touch {
    font-size: 2rem !important;
  }
  .is-size-4-touch {
    font-size: 1.5rem !important;
  }
  .is-size-5-touch {
    font-size: 1.25rem !important;
  }
  .is-size-6-touch {
    font-size: 1rem !important;
  }
  .is-size-7-touch {
    font-size: 0.75rem !important;
  }
}
@media screen and (min-width: 1024px) {
  .is-size-1-desktop {
    font-size: 3rem !important;
  }
  .is-size-2-desktop {
    font-size: 2.5rem !important;
  }
  .is-size-3-desktop {
    font-size: 2rem !important;
  }
  .is-size-4-desktop {
    font-size: 1.5rem !important;
  }
  .is-size-5-desktop {
    font-size: 1.25rem !important;
  }
  .is-size-6-desktop {
    font-size: 1rem !important;
  }
  .is-size-7-desktop {
    font-size: 0.75rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .is-size-1-widescreen {
    font-size: 3rem !important;
  }
  .is-size-2-widescreen {
    font-size: 2.5rem !important;
  }
  .is-size-3-widescreen {
    font-size: 2rem !important;
  }
  .is-size-4-widescreen {
    font-size: 1.5rem !important;
  }
  .is-size-5-widescreen {
    font-size: 1.25rem !important;
  }
  .is-size-6-widescreen {
    font-size: 1rem !important;
  }
  .is-size-7-widescreen {
    font-size: 0.75rem !important;
  }
}
@media screen and (min-width: 1408px) {
  .is-size-1-fullhd {
    font-size: 3rem !important;
  }
  .is-size-2-fullhd {
    font-size: 2.5rem !important;
  }
  .is-size-3-fullhd {
    font-size: 2rem !important;
  }
  .is-size-4-fullhd {
    font-size: 1.5rem !important;
  }
  .is-size-5-fullhd {
    font-size: 1.25rem !important;
  }
  .is-size-6-fullhd {
    font-size: 1rem !important;
  }
  .is-size-7-fullhd {
    font-size: 0.75rem !important;
  }
}
.has-text-centered {
  text-align: center !important;
}

.has-text-justified {
  text-align: justify !important;
}

.has-text-left {
  text-align: left !important;
}

.has-text-right {
  text-align: right !important;
}

@media screen and (max-width: 374px) {
  .has-text-centered-mobile {
    text-align: center !important;
  }
}
@media screen and (min-width: 375px), print {
  .has-text-centered-tablet {
    text-align: center !important;
  }
}
@media screen and (min-width: 375px) and (max-width: 1023px) {
  .has-text-centered-tablet-only {
    text-align: center !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-text-centered-touch {
    text-align: center !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-text-centered-desktop {
    text-align: center !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .has-text-centered-desktop-only {
    text-align: center !important;
  }
}
@media screen and (min-width: 1200px) {
  .has-text-centered-widescreen {
    text-align: center !important;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1407px) {
  .has-text-centered-widescreen-only {
    text-align: center !important;
  }
}
@media screen and (min-width: 1408px) {
  .has-text-centered-fullhd {
    text-align: center !important;
  }
}
@media screen and (max-width: 374px) {
  .has-text-justified-mobile {
    text-align: justify !important;
  }
}
@media screen and (min-width: 375px), print {
  .has-text-justified-tablet {
    text-align: justify !important;
  }
}
@media screen and (min-width: 375px) and (max-width: 1023px) {
  .has-text-justified-tablet-only {
    text-align: justify !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-text-justified-touch {
    text-align: justify !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-text-justified-desktop {
    text-align: justify !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .has-text-justified-desktop-only {
    text-align: justify !important;
  }
}
@media screen and (min-width: 1200px) {
  .has-text-justified-widescreen {
    text-align: justify !important;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1407px) {
  .has-text-justified-widescreen-only {
    text-align: justify !important;
  }
}
@media screen and (min-width: 1408px) {
  .has-text-justified-fullhd {
    text-align: justify !important;
  }
}
@media screen and (max-width: 374px) {
  .has-text-left-mobile {
    text-align: left !important;
  }
}
@media screen and (min-width: 375px), print {
  .has-text-left-tablet {
    text-align: left !important;
  }
}
@media screen and (min-width: 375px) and (max-width: 1023px) {
  .has-text-left-tablet-only {
    text-align: left !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-text-left-touch {
    text-align: left !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-text-left-desktop {
    text-align: left !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .has-text-left-desktop-only {
    text-align: left !important;
  }
}
@media screen and (min-width: 1200px) {
  .has-text-left-widescreen {
    text-align: left !important;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1407px) {
  .has-text-left-widescreen-only {
    text-align: left !important;
  }
}
@media screen and (min-width: 1408px) {
  .has-text-left-fullhd {
    text-align: left !important;
  }
}
@media screen and (max-width: 374px) {
  .has-text-right-mobile {
    text-align: right !important;
  }
}
@media screen and (min-width: 375px), print {
  .has-text-right-tablet {
    text-align: right !important;
  }
}
@media screen and (min-width: 375px) and (max-width: 1023px) {
  .has-text-right-tablet-only {
    text-align: right !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-text-right-touch {
    text-align: right !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-text-right-desktop {
    text-align: right !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .has-text-right-desktop-only {
    text-align: right !important;
  }
}
@media screen and (min-width: 1200px) {
  .has-text-right-widescreen {
    text-align: right !important;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1407px) {
  .has-text-right-widescreen-only {
    text-align: right !important;
  }
}
@media screen and (min-width: 1408px) {
  .has-text-right-fullhd {
    text-align: right !important;
  }
}
.is-capitalized {
  text-transform: capitalize !important;
}

.is-lowercase {
  text-transform: lowercase !important;
}

.is-uppercase {
  text-transform: uppercase !important;
}

.is-italic {
  font-style: italic !important;
}

.is-underlined {
  text-decoration: underline !important;
}

.has-text-weight-light {
  font-weight: 300 !important;
}

.has-text-weight-normal {
  font-weight: 400 !important;
}

.has-text-weight-medium {
  font-weight: 500 !important;
}

.has-text-weight-semibold {
  font-weight: 600 !important;
}

.has-text-weight-bold {
  font-weight: 700 !important;
}

.is-family-primary {
  font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
}

.is-family-secondary {
  font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
}

.is-family-sans-serif {
  font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
}

.is-family-monospace {
  font-family: monospace !important;
}

.is-family-code {
  font-family: monospace !important;
}

.is-block {
  display: block !important;
}

@media screen and (max-width: 374px) {
  .is-block-mobile {
    display: block !important;
  }
}
@media screen and (min-width: 375px), print {
  .is-block-tablet {
    display: block !important;
  }
}
@media screen and (min-width: 375px) and (max-width: 1023px) {
  .is-block-tablet-only {
    display: block !important;
  }
}
@media screen and (max-width: 1023px) {
  .is-block-touch {
    display: block !important;
  }
}
@media screen and (min-width: 1024px) {
  .is-block-desktop {
    display: block !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .is-block-desktop-only {
    display: block !important;
  }
}
@media screen and (min-width: 1200px) {
  .is-block-widescreen {
    display: block !important;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1407px) {
  .is-block-widescreen-only {
    display: block !important;
  }
}
@media screen and (min-width: 1408px) {
  .is-block-fullhd {
    display: block !important;
  }
}
.is-flex {
  display: flex !important;
}

@media screen and (max-width: 374px) {
  .is-flex-mobile {
    display: flex !important;
  }
}
@media screen and (min-width: 375px), print {
  .is-flex-tablet {
    display: flex !important;
  }
}
@media screen and (min-width: 375px) and (max-width: 1023px) {
  .is-flex-tablet-only {
    display: flex !important;
  }
}
@media screen and (max-width: 1023px) {
  .is-flex-touch {
    display: flex !important;
  }
}
@media screen and (min-width: 1024px) {
  .is-flex-desktop {
    display: flex !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .is-flex-desktop-only {
    display: flex !important;
  }
}
@media screen and (min-width: 1200px) {
  .is-flex-widescreen {
    display: flex !important;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1407px) {
  .is-flex-widescreen-only {
    display: flex !important;
  }
}
@media screen and (min-width: 1408px) {
  .is-flex-fullhd {
    display: flex !important;
  }
}
.is-inline {
  display: inline !important;
}

@media screen and (max-width: 374px) {
  .is-inline-mobile {
    display: inline !important;
  }
}
@media screen and (min-width: 375px), print {
  .is-inline-tablet {
    display: inline !important;
  }
}
@media screen and (min-width: 375px) and (max-width: 1023px) {
  .is-inline-tablet-only {
    display: inline !important;
  }
}
@media screen and (max-width: 1023px) {
  .is-inline-touch {
    display: inline !important;
  }
}
@media screen and (min-width: 1024px) {
  .is-inline-desktop {
    display: inline !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .is-inline-desktop-only {
    display: inline !important;
  }
}
@media screen and (min-width: 1200px) {
  .is-inline-widescreen {
    display: inline !important;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1407px) {
  .is-inline-widescreen-only {
    display: inline !important;
  }
}
@media screen and (min-width: 1408px) {
  .is-inline-fullhd {
    display: inline !important;
  }
}
.is-inline-block {
  display: inline-block !important;
}

@media screen and (max-width: 374px) {
  .is-inline-block-mobile {
    display: inline-block !important;
  }
}
@media screen and (min-width: 375px), print {
  .is-inline-block-tablet {
    display: inline-block !important;
  }
}
@media screen and (min-width: 375px) and (max-width: 1023px) {
  .is-inline-block-tablet-only {
    display: inline-block !important;
  }
}
@media screen and (max-width: 1023px) {
  .is-inline-block-touch {
    display: inline-block !important;
  }
}
@media screen and (min-width: 1024px) {
  .is-inline-block-desktop {
    display: inline-block !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .is-inline-block-desktop-only {
    display: inline-block !important;
  }
}
@media screen and (min-width: 1200px) {
  .is-inline-block-widescreen {
    display: inline-block !important;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1407px) {
  .is-inline-block-widescreen-only {
    display: inline-block !important;
  }
}
@media screen and (min-width: 1408px) {
  .is-inline-block-fullhd {
    display: inline-block !important;
  }
}
.is-inline-flex {
  display: inline-flex !important;
}

@media screen and (max-width: 374px) {
  .is-inline-flex-mobile {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 375px), print {
  .is-inline-flex-tablet {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 375px) and (max-width: 1023px) {
  .is-inline-flex-tablet-only {
    display: inline-flex !important;
  }
}
@media screen and (max-width: 1023px) {
  .is-inline-flex-touch {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 1024px) {
  .is-inline-flex-desktop {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .is-inline-flex-desktop-only {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 1200px) {
  .is-inline-flex-widescreen {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1407px) {
  .is-inline-flex-widescreen-only {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 1408px) {
  .is-inline-flex-fullhd {
    display: inline-flex !important;
  }
}
.is-hidden {
  display: none !important;
}

.is-sr-only {
  border: none !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 0.01em !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 0.01em !important;
}

@media screen and (max-width: 374px) {
  .is-hidden-mobile {
    display: none !important;
  }
}
@media screen and (min-width: 375px), print {
  .is-hidden-tablet {
    display: none !important;
  }
}
@media screen and (min-width: 375px) and (max-width: 1023px) {
  .is-hidden-tablet-only {
    display: none !important;
  }
}
@media screen and (max-width: 1023px) {
  .is-hidden-touch {
    display: none !important;
  }
}
@media screen and (min-width: 1024px) {
  .is-hidden-desktop {
    display: none !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .is-hidden-desktop-only {
    display: none !important;
  }
}
@media screen and (min-width: 1200px) {
  .is-hidden-widescreen {
    display: none !important;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1407px) {
  .is-hidden-widescreen-only {
    display: none !important;
  }
}
@media screen and (min-width: 1408px) {
  .is-hidden-fullhd {
    display: none !important;
  }
}
.is-invisible {
  visibility: hidden !important;
}

@media screen and (max-width: 374px) {
  .is-invisible-mobile {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 375px), print {
  .is-invisible-tablet {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 375px) and (max-width: 1023px) {
  .is-invisible-tablet-only {
    visibility: hidden !important;
  }
}
@media screen and (max-width: 1023px) {
  .is-invisible-touch {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 1024px) {
  .is-invisible-desktop {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .is-invisible-desktop-only {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 1200px) {
  .is-invisible-widescreen {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1407px) {
  .is-invisible-widescreen-only {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 1408px) {
  .is-invisible-fullhd {
    visibility: hidden !important;
  }
}
.column, .o-col {
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  padding: 12px;
}
.columns.is-mobile > .column.is-narrow, .columns.is-mobile > .is-narrow.o-col, .is-mobile.o-cols > .column.is-narrow, .is-mobile.o-cols > .is-narrow.o-col {
  flex: none;
  width: unset;
}
.columns.is-mobile > .column.is-full, .columns.is-mobile > .is-full.o-col, .is-mobile.o-cols > .column.is-full, .is-mobile.o-cols > .is-full.o-col {
  flex: none;
  width: 100%;
}
.columns.is-mobile > .column.is-three-quarters, .columns.is-mobile > .is-three-quarters.o-col, .is-mobile.o-cols > .column.is-three-quarters, .is-mobile.o-cols > .is-three-quarters.o-col {
  flex: none;
  width: 75%;
}
.columns.is-mobile > .column.is-two-thirds, .columns.is-mobile > .is-two-thirds.o-col, .is-mobile.o-cols > .column.is-two-thirds, .is-mobile.o-cols > .is-two-thirds.o-col {
  flex: none;
  width: 66.6666%;
}
.columns.is-mobile > .column.is-half, .columns.is-mobile > .is-half.o-col, .is-mobile.o-cols > .column.is-half, .is-mobile.o-cols > .is-half.o-col {
  flex: none;
  width: 50%;
}
.columns.is-mobile > .column.is-one-third, .columns.is-mobile > .is-one-third.o-col, .is-mobile.o-cols > .column.is-one-third, .is-mobile.o-cols > .is-one-third.o-col {
  flex: none;
  width: 33.3333%;
}
.columns.is-mobile > .column.is-one-quarter, .columns.is-mobile > .is-one-quarter.o-col, .is-mobile.o-cols > .column.is-one-quarter, .is-mobile.o-cols > .is-one-quarter.o-col {
  flex: none;
  width: 25%;
}
.columns.is-mobile > .column.is-one-fifth, .columns.is-mobile > .is-one-fifth.o-col, .is-mobile.o-cols > .column.is-one-fifth, .is-mobile.o-cols > .is-one-fifth.o-col {
  flex: none;
  width: 20%;
}
.columns.is-mobile > .column.is-two-fifths, .columns.is-mobile > .is-two-fifths.o-col, .is-mobile.o-cols > .column.is-two-fifths, .is-mobile.o-cols > .is-two-fifths.o-col {
  flex: none;
  width: 40%;
}
.columns.is-mobile > .column.is-three-fifths, .columns.is-mobile > .is-three-fifths.o-col, .is-mobile.o-cols > .column.is-three-fifths, .is-mobile.o-cols > .is-three-fifths.o-col {
  flex: none;
  width: 60%;
}
.columns.is-mobile > .column.is-four-fifths, .columns.is-mobile > .is-four-fifths.o-col, .is-mobile.o-cols > .column.is-four-fifths, .is-mobile.o-cols > .is-four-fifths.o-col {
  flex: none;
  width: 80%;
}
.columns.is-mobile > .column.is-offset-three-quarters, .columns.is-mobile > .is-offset-three-quarters.o-col, .is-mobile.o-cols > .column.is-offset-three-quarters, .is-mobile.o-cols > .is-offset-three-quarters.o-col {
  margin-left: 75%;
}
.columns.is-mobile > .column.is-offset-two-thirds, .columns.is-mobile > .is-offset-two-thirds.o-col, .is-mobile.o-cols > .column.is-offset-two-thirds, .is-mobile.o-cols > .is-offset-two-thirds.o-col {
  margin-left: 66.6666%;
}
.columns.is-mobile > .column.is-offset-half, .columns.is-mobile > .is-offset-half.o-col, .is-mobile.o-cols > .column.is-offset-half, .is-mobile.o-cols > .is-offset-half.o-col {
  margin-left: 50%;
}
.columns.is-mobile > .column.is-offset-one-third, .columns.is-mobile > .is-offset-one-third.o-col, .is-mobile.o-cols > .column.is-offset-one-third, .is-mobile.o-cols > .is-offset-one-third.o-col {
  margin-left: 33.3333%;
}
.columns.is-mobile > .column.is-offset-one-quarter, .columns.is-mobile > .is-offset-one-quarter.o-col, .is-mobile.o-cols > .column.is-offset-one-quarter, .is-mobile.o-cols > .is-offset-one-quarter.o-col {
  margin-left: 25%;
}
.columns.is-mobile > .column.is-offset-one-fifth, .columns.is-mobile > .is-offset-one-fifth.o-col, .is-mobile.o-cols > .column.is-offset-one-fifth, .is-mobile.o-cols > .is-offset-one-fifth.o-col {
  margin-left: 20%;
}
.columns.is-mobile > .column.is-offset-two-fifths, .columns.is-mobile > .is-offset-two-fifths.o-col, .is-mobile.o-cols > .column.is-offset-two-fifths, .is-mobile.o-cols > .is-offset-two-fifths.o-col {
  margin-left: 40%;
}
.columns.is-mobile > .column.is-offset-three-fifths, .columns.is-mobile > .is-offset-three-fifths.o-col, .is-mobile.o-cols > .column.is-offset-three-fifths, .is-mobile.o-cols > .is-offset-three-fifths.o-col {
  margin-left: 60%;
}
.columns.is-mobile > .column.is-offset-four-fifths, .columns.is-mobile > .is-offset-four-fifths.o-col, .is-mobile.o-cols > .column.is-offset-four-fifths, .is-mobile.o-cols > .is-offset-four-fifths.o-col {
  margin-left: 80%;
}
.columns.is-mobile > .column.is-0, .columns.is-mobile > .is-0.o-col, .is-mobile.o-cols > .column.is-0, .is-mobile.o-cols > .is-0.o-col {
  flex: none;
  width: 0%;
}
.columns.is-mobile > .column.is-offset-0, .columns.is-mobile > .is-offset-0.o-col, .is-mobile.o-cols > .column.is-offset-0, .is-mobile.o-cols > .is-offset-0.o-col {
  margin-left: 0%;
}
.columns.is-mobile > .column.is-1, .columns.is-mobile > .is-1.o-col, .is-mobile.o-cols > .column.is-1, .is-mobile.o-cols > .is-1.o-col {
  flex: none;
  width: 8.33333337%;
}
.columns.is-mobile > .column.is-offset-1, .columns.is-mobile > .is-offset-1.o-col, .is-mobile.o-cols > .column.is-offset-1, .is-mobile.o-cols > .is-offset-1.o-col {
  margin-left: 8.33333337%;
}
.columns.is-mobile > .column.is-2, .columns.is-mobile > .is-2.o-col, .is-mobile.o-cols > .column.is-2, .is-mobile.o-cols > .is-2.o-col {
  flex: none;
  width: 16.66666674%;
}
.columns.is-mobile > .column.is-offset-2, .columns.is-mobile > .is-offset-2.o-col, .is-mobile.o-cols > .column.is-offset-2, .is-mobile.o-cols > .is-offset-2.o-col {
  margin-left: 16.66666674%;
}
.columns.is-mobile > .column.is-3, .columns.is-mobile > .is-3.o-col, .is-mobile.o-cols > .column.is-3, .is-mobile.o-cols > .is-3.o-col {
  flex: none;
  width: 25%;
}
.columns.is-mobile > .column.is-offset-3, .columns.is-mobile > .is-offset-3.o-col, .is-mobile.o-cols > .column.is-offset-3, .is-mobile.o-cols > .is-offset-3.o-col {
  margin-left: 25%;
}
.columns.is-mobile > .column.is-4, .columns.is-mobile > .is-4.o-col, .is-mobile.o-cols > .column.is-4, .is-mobile.o-cols > .is-4.o-col {
  flex: none;
  width: 33.33333337%;
}
.columns.is-mobile > .column.is-offset-4, .columns.is-mobile > .is-offset-4.o-col, .is-mobile.o-cols > .column.is-offset-4, .is-mobile.o-cols > .is-offset-4.o-col {
  margin-left: 33.33333337%;
}
.columns.is-mobile > .column.is-5, .columns.is-mobile > .is-5.o-col, .is-mobile.o-cols > .column.is-5, .is-mobile.o-cols > .is-5.o-col {
  flex: none;
  width: 41.66666674%;
}
.columns.is-mobile > .column.is-offset-5, .columns.is-mobile > .is-offset-5.o-col, .is-mobile.o-cols > .column.is-offset-5, .is-mobile.o-cols > .is-offset-5.o-col {
  margin-left: 41.66666674%;
}
.columns.is-mobile > .column.is-6, .columns.is-mobile > .is-6.o-col, .is-mobile.o-cols > .column.is-6, .is-mobile.o-cols > .is-6.o-col {
  flex: none;
  width: 50%;
}
.columns.is-mobile > .column.is-offset-6, .columns.is-mobile > .is-offset-6.o-col, .is-mobile.o-cols > .column.is-offset-6, .is-mobile.o-cols > .is-offset-6.o-col {
  margin-left: 50%;
}
.columns.is-mobile > .column.is-7, .columns.is-mobile > .is-7.o-col, .is-mobile.o-cols > .column.is-7, .is-mobile.o-cols > .is-7.o-col {
  flex: none;
  width: 58.33333337%;
}
.columns.is-mobile > .column.is-offset-7, .columns.is-mobile > .is-offset-7.o-col, .is-mobile.o-cols > .column.is-offset-7, .is-mobile.o-cols > .is-offset-7.o-col {
  margin-left: 58.33333337%;
}
.columns.is-mobile > .column.is-8, .columns.is-mobile > .is-8.o-col, .is-mobile.o-cols > .column.is-8, .is-mobile.o-cols > .is-8.o-col {
  flex: none;
  width: 66.66666674%;
}
.columns.is-mobile > .column.is-offset-8, .columns.is-mobile > .is-offset-8.o-col, .is-mobile.o-cols > .column.is-offset-8, .is-mobile.o-cols > .is-offset-8.o-col {
  margin-left: 66.66666674%;
}
.columns.is-mobile > .column.is-9, .columns.is-mobile > .is-9.o-col, .is-mobile.o-cols > .column.is-9, .is-mobile.o-cols > .is-9.o-col {
  flex: none;
  width: 75%;
}
.columns.is-mobile > .column.is-offset-9, .columns.is-mobile > .is-offset-9.o-col, .is-mobile.o-cols > .column.is-offset-9, .is-mobile.o-cols > .is-offset-9.o-col {
  margin-left: 75%;
}
.columns.is-mobile > .column.is-10, .columns.is-mobile > .is-10.o-col, .is-mobile.o-cols > .column.is-10, .is-mobile.o-cols > .is-10.o-col {
  flex: none;
  width: 83.33333337%;
}
.columns.is-mobile > .column.is-offset-10, .columns.is-mobile > .is-offset-10.o-col, .is-mobile.o-cols > .column.is-offset-10, .is-mobile.o-cols > .is-offset-10.o-col {
  margin-left: 83.33333337%;
}
.columns.is-mobile > .column.is-11, .columns.is-mobile > .is-11.o-col, .is-mobile.o-cols > .column.is-11, .is-mobile.o-cols > .is-11.o-col {
  flex: none;
  width: 91.66666674%;
}
.columns.is-mobile > .column.is-offset-11, .columns.is-mobile > .is-offset-11.o-col, .is-mobile.o-cols > .column.is-offset-11, .is-mobile.o-cols > .is-offset-11.o-col {
  margin-left: 91.66666674%;
}
.columns.is-mobile > .column.is-12, .columns.is-mobile > .is-12.o-col, .is-mobile.o-cols > .column.is-12, .is-mobile.o-cols > .is-12.o-col {
  flex: none;
  width: 100%;
}
.columns.is-mobile > .column.is-offset-12, .columns.is-mobile > .is-offset-12.o-col, .is-mobile.o-cols > .column.is-offset-12, .is-mobile.o-cols > .is-offset-12.o-col {
  margin-left: 100%;
}
@media screen and (max-width: 374px) {
  .column.is-narrow-mobile, .is-narrow-mobile.o-col {
    flex: none;
    width: unset;
  }
  .column.is-full-mobile, .is-full-mobile.o-col {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters-mobile, .is-three-quarters-mobile.o-col {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds-mobile, .is-two-thirds-mobile.o-col {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half-mobile, .is-half-mobile.o-col {
    flex: none;
    width: 50%;
  }
  .column.is-one-third-mobile, .is-one-third-mobile.o-col {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-mobile, .is-one-quarter-mobile.o-col {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth-mobile, .is-one-fifth-mobile.o-col {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths-mobile, .is-two-fifths-mobile.o-col {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths-mobile, .is-three-fifths-mobile.o-col {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths-mobile, .is-four-fifths-mobile.o-col {
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters-mobile, .is-offset-three-quarters-mobile.o-col {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-mobile, .is-offset-two-thirds-mobile.o-col {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-mobile, .is-offset-half-mobile.o-col {
    margin-left: 50%;
  }
  .column.is-offset-one-third-mobile, .is-offset-one-third-mobile.o-col {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-mobile, .is-offset-one-quarter-mobile.o-col {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth-mobile, .is-offset-one-fifth-mobile.o-col {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths-mobile, .is-offset-two-fifths-mobile.o-col {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths-mobile, .is-offset-three-fifths-mobile.o-col {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths-mobile, .is-offset-four-fifths-mobile.o-col {
    margin-left: 80%;
  }
  .column.is-0-mobile, .is-0-mobile.o-col {
    flex: none;
    width: 0%;
  }
  .column.is-offset-0-mobile, .is-offset-0-mobile.o-col {
    margin-left: 0%;
  }
  .column.is-1-mobile, .is-1-mobile.o-col {
    flex: none;
    width: 8.33333337%;
  }
  .column.is-offset-1-mobile, .is-offset-1-mobile.o-col {
    margin-left: 8.33333337%;
  }
  .column.is-2-mobile, .is-2-mobile.o-col {
    flex: none;
    width: 16.66666674%;
  }
  .column.is-offset-2-mobile, .is-offset-2-mobile.o-col {
    margin-left: 16.66666674%;
  }
  .column.is-3-mobile, .is-3-mobile.o-col {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3-mobile, .is-offset-3-mobile.o-col {
    margin-left: 25%;
  }
  .column.is-4-mobile, .is-4-mobile.o-col {
    flex: none;
    width: 33.33333337%;
  }
  .column.is-offset-4-mobile, .is-offset-4-mobile.o-col {
    margin-left: 33.33333337%;
  }
  .column.is-5-mobile, .is-5-mobile.o-col {
    flex: none;
    width: 41.66666674%;
  }
  .column.is-offset-5-mobile, .is-offset-5-mobile.o-col {
    margin-left: 41.66666674%;
  }
  .column.is-6-mobile, .is-6-mobile.o-col {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6-mobile, .is-offset-6-mobile.o-col {
    margin-left: 50%;
  }
  .column.is-7-mobile, .is-7-mobile.o-col {
    flex: none;
    width: 58.33333337%;
  }
  .column.is-offset-7-mobile, .is-offset-7-mobile.o-col {
    margin-left: 58.33333337%;
  }
  .column.is-8-mobile, .is-8-mobile.o-col {
    flex: none;
    width: 66.66666674%;
  }
  .column.is-offset-8-mobile, .is-offset-8-mobile.o-col {
    margin-left: 66.66666674%;
  }
  .column.is-9-mobile, .is-9-mobile.o-col {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9-mobile, .is-offset-9-mobile.o-col {
    margin-left: 75%;
  }
  .column.is-10-mobile, .is-10-mobile.o-col {
    flex: none;
    width: 83.33333337%;
  }
  .column.is-offset-10-mobile, .is-offset-10-mobile.o-col {
    margin-left: 83.33333337%;
  }
  .column.is-11-mobile, .is-11-mobile.o-col {
    flex: none;
    width: 91.66666674%;
  }
  .column.is-offset-11-mobile, .is-offset-11-mobile.o-col {
    margin-left: 91.66666674%;
  }
  .column.is-12-mobile, .is-12-mobile.o-col {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12-mobile, .is-offset-12-mobile.o-col {
    margin-left: 100%;
  }
}
@media screen and (min-width: 375px), print {
  .column.is-narrow, .is-narrow.o-col, .column.is-narrow-tablet, .is-narrow-tablet.o-col {
    flex: none;
    width: unset;
  }
  .column.is-full, .is-full.o-col, .column.is-full-tablet, .is-full-tablet.o-col {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters, .is-three-quarters.o-col, .column.is-three-quarters-tablet, .is-three-quarters-tablet.o-col {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds, .is-two-thirds.o-col, .column.is-two-thirds-tablet, .is-two-thirds-tablet.o-col {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half, .is-half.o-col, .column.is-half-tablet, .is-half-tablet.o-col {
    flex: none;
    width: 50%;
  }
  .column.is-one-third, .is-one-third.o-col, .column.is-one-third-tablet, .is-one-third-tablet.o-col {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter, .is-one-quarter.o-col, .column.is-one-quarter-tablet, .is-one-quarter-tablet.o-col {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth, .is-one-fifth.o-col, .column.is-one-fifth-tablet, .is-one-fifth-tablet.o-col {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths, .is-two-fifths.o-col, .column.is-two-fifths-tablet, .is-two-fifths-tablet.o-col {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths, .is-three-fifths.o-col, .column.is-three-fifths-tablet, .is-three-fifths-tablet.o-col {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths, .is-four-fifths.o-col, .column.is-four-fifths-tablet, .is-four-fifths-tablet.o-col {
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters, .is-offset-three-quarters.o-col, .column.is-offset-three-quarters-tablet, .is-offset-three-quarters-tablet.o-col {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds, .is-offset-two-thirds.o-col, .column.is-offset-two-thirds-tablet, .is-offset-two-thirds-tablet.o-col {
    margin-left: 66.6666%;
  }
  .column.is-offset-half, .is-offset-half.o-col, .column.is-offset-half-tablet, .is-offset-half-tablet.o-col {
    margin-left: 50%;
  }
  .column.is-offset-one-third, .is-offset-one-third.o-col, .column.is-offset-one-third-tablet, .is-offset-one-third-tablet.o-col {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter, .is-offset-one-quarter.o-col, .column.is-offset-one-quarter-tablet, .is-offset-one-quarter-tablet.o-col {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth, .is-offset-one-fifth.o-col, .column.is-offset-one-fifth-tablet, .is-offset-one-fifth-tablet.o-col {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths, .is-offset-two-fifths.o-col, .column.is-offset-two-fifths-tablet, .is-offset-two-fifths-tablet.o-col {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths, .is-offset-three-fifths.o-col, .column.is-offset-three-fifths-tablet, .is-offset-three-fifths-tablet.o-col {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths, .is-offset-four-fifths.o-col, .column.is-offset-four-fifths-tablet, .is-offset-four-fifths-tablet.o-col {
    margin-left: 80%;
  }
  .column.is-0, .is-0.o-col, .column.is-0-tablet, .is-0-tablet.o-col {
    flex: none;
    width: 0%;
  }
  .column.is-offset-0, .is-offset-0.o-col, .column.is-offset-0-tablet, .is-offset-0-tablet.o-col {
    margin-left: 0%;
  }
  .column.is-1, .is-1.o-col, .column.is-1-tablet, .is-1-tablet.o-col {
    flex: none;
    width: 8.33333337%;
  }
  .column.is-offset-1, .is-offset-1.o-col, .column.is-offset-1-tablet, .is-offset-1-tablet.o-col {
    margin-left: 8.33333337%;
  }
  .column.is-2, .is-2.o-col, .column.is-2-tablet, .is-2-tablet.o-col {
    flex: none;
    width: 16.66666674%;
  }
  .column.is-offset-2, .is-offset-2.o-col, .column.is-offset-2-tablet, .is-offset-2-tablet.o-col {
    margin-left: 16.66666674%;
  }
  .column.is-3, .is-3.o-col, .column.is-3-tablet, .is-3-tablet.o-col {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3, .is-offset-3.o-col, .column.is-offset-3-tablet, .is-offset-3-tablet.o-col {
    margin-left: 25%;
  }
  .column.is-4, .is-4.o-col, .column.is-4-tablet, .is-4-tablet.o-col {
    flex: none;
    width: 33.33333337%;
  }
  .column.is-offset-4, .is-offset-4.o-col, .column.is-offset-4-tablet, .is-offset-4-tablet.o-col {
    margin-left: 33.33333337%;
  }
  .column.is-5, .is-5.o-col, .column.is-5-tablet, .is-5-tablet.o-col {
    flex: none;
    width: 41.66666674%;
  }
  .column.is-offset-5, .is-offset-5.o-col, .column.is-offset-5-tablet, .is-offset-5-tablet.o-col {
    margin-left: 41.66666674%;
  }
  .column.is-6, .is-6.o-col, .column.is-6-tablet, .is-6-tablet.o-col {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6, .is-offset-6.o-col, .column.is-offset-6-tablet, .is-offset-6-tablet.o-col {
    margin-left: 50%;
  }
  .column.is-7, .is-7.o-col, .column.is-7-tablet, .is-7-tablet.o-col {
    flex: none;
    width: 58.33333337%;
  }
  .column.is-offset-7, .is-offset-7.o-col, .column.is-offset-7-tablet, .is-offset-7-tablet.o-col {
    margin-left: 58.33333337%;
  }
  .column.is-8, .is-8.o-col, .column.is-8-tablet, .is-8-tablet.o-col {
    flex: none;
    width: 66.66666674%;
  }
  .column.is-offset-8, .is-offset-8.o-col, .column.is-offset-8-tablet, .is-offset-8-tablet.o-col {
    margin-left: 66.66666674%;
  }
  .column.is-9, .is-9.o-col, .column.is-9-tablet, .is-9-tablet.o-col {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9, .is-offset-9.o-col, .column.is-offset-9-tablet, .is-offset-9-tablet.o-col {
    margin-left: 75%;
  }
  .column.is-10, .is-10.o-col, .column.is-10-tablet, .is-10-tablet.o-col {
    flex: none;
    width: 83.33333337%;
  }
  .column.is-offset-10, .is-offset-10.o-col, .column.is-offset-10-tablet, .is-offset-10-tablet.o-col {
    margin-left: 83.33333337%;
  }
  .column.is-11, .is-11.o-col, .column.is-11-tablet, .is-11-tablet.o-col {
    flex: none;
    width: 91.66666674%;
  }
  .column.is-offset-11, .is-offset-11.o-col, .column.is-offset-11-tablet, .is-offset-11-tablet.o-col {
    margin-left: 91.66666674%;
  }
  .column.is-12, .is-12.o-col, .column.is-12-tablet, .is-12-tablet.o-col {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12, .is-offset-12.o-col, .column.is-offset-12-tablet, .is-offset-12-tablet.o-col {
    margin-left: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .column.is-narrow-touch, .is-narrow-touch.o-col {
    flex: none;
    width: unset;
  }
  .column.is-full-touch, .is-full-touch.o-col {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters-touch, .is-three-quarters-touch.o-col {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds-touch, .is-two-thirds-touch.o-col {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half-touch, .is-half-touch.o-col {
    flex: none;
    width: 50%;
  }
  .column.is-one-third-touch, .is-one-third-touch.o-col {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-touch, .is-one-quarter-touch.o-col {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth-touch, .is-one-fifth-touch.o-col {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths-touch, .is-two-fifths-touch.o-col {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths-touch, .is-three-fifths-touch.o-col {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths-touch, .is-four-fifths-touch.o-col {
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters-touch, .is-offset-three-quarters-touch.o-col {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-touch, .is-offset-two-thirds-touch.o-col {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-touch, .is-offset-half-touch.o-col {
    margin-left: 50%;
  }
  .column.is-offset-one-third-touch, .is-offset-one-third-touch.o-col {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-touch, .is-offset-one-quarter-touch.o-col {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth-touch, .is-offset-one-fifth-touch.o-col {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths-touch, .is-offset-two-fifths-touch.o-col {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths-touch, .is-offset-three-fifths-touch.o-col {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths-touch, .is-offset-four-fifths-touch.o-col {
    margin-left: 80%;
  }
  .column.is-0-touch, .is-0-touch.o-col {
    flex: none;
    width: 0%;
  }
  .column.is-offset-0-touch, .is-offset-0-touch.o-col {
    margin-left: 0%;
  }
  .column.is-1-touch, .is-1-touch.o-col {
    flex: none;
    width: 8.33333337%;
  }
  .column.is-offset-1-touch, .is-offset-1-touch.o-col {
    margin-left: 8.33333337%;
  }
  .column.is-2-touch, .is-2-touch.o-col {
    flex: none;
    width: 16.66666674%;
  }
  .column.is-offset-2-touch, .is-offset-2-touch.o-col {
    margin-left: 16.66666674%;
  }
  .column.is-3-touch, .is-3-touch.o-col {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3-touch, .is-offset-3-touch.o-col {
    margin-left: 25%;
  }
  .column.is-4-touch, .is-4-touch.o-col {
    flex: none;
    width: 33.33333337%;
  }
  .column.is-offset-4-touch, .is-offset-4-touch.o-col {
    margin-left: 33.33333337%;
  }
  .column.is-5-touch, .is-5-touch.o-col {
    flex: none;
    width: 41.66666674%;
  }
  .column.is-offset-5-touch, .is-offset-5-touch.o-col {
    margin-left: 41.66666674%;
  }
  .column.is-6-touch, .is-6-touch.o-col {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6-touch, .is-offset-6-touch.o-col {
    margin-left: 50%;
  }
  .column.is-7-touch, .is-7-touch.o-col {
    flex: none;
    width: 58.33333337%;
  }
  .column.is-offset-7-touch, .is-offset-7-touch.o-col {
    margin-left: 58.33333337%;
  }
  .column.is-8-touch, .is-8-touch.o-col {
    flex: none;
    width: 66.66666674%;
  }
  .column.is-offset-8-touch, .is-offset-8-touch.o-col {
    margin-left: 66.66666674%;
  }
  .column.is-9-touch, .is-9-touch.o-col {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9-touch, .is-offset-9-touch.o-col {
    margin-left: 75%;
  }
  .column.is-10-touch, .is-10-touch.o-col {
    flex: none;
    width: 83.33333337%;
  }
  .column.is-offset-10-touch, .is-offset-10-touch.o-col {
    margin-left: 83.33333337%;
  }
  .column.is-11-touch, .is-11-touch.o-col {
    flex: none;
    width: 91.66666674%;
  }
  .column.is-offset-11-touch, .is-offset-11-touch.o-col {
    margin-left: 91.66666674%;
  }
  .column.is-12-touch, .is-12-touch.o-col {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12-touch, .is-offset-12-touch.o-col {
    margin-left: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .column.is-narrow-desktop, .is-narrow-desktop.o-col {
    flex: none;
    width: unset;
  }
  .column.is-full-desktop, .is-full-desktop.o-col {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters-desktop, .is-three-quarters-desktop.o-col {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds-desktop, .is-two-thirds-desktop.o-col {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half-desktop, .is-half-desktop.o-col {
    flex: none;
    width: 50%;
  }
  .column.is-one-third-desktop, .is-one-third-desktop.o-col {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-desktop, .is-one-quarter-desktop.o-col {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth-desktop, .is-one-fifth-desktop.o-col {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths-desktop, .is-two-fifths-desktop.o-col {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths-desktop, .is-three-fifths-desktop.o-col {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths-desktop, .is-four-fifths-desktop.o-col {
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters-desktop, .is-offset-three-quarters-desktop.o-col {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-desktop, .is-offset-two-thirds-desktop.o-col {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-desktop, .is-offset-half-desktop.o-col {
    margin-left: 50%;
  }
  .column.is-offset-one-third-desktop, .is-offset-one-third-desktop.o-col {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-desktop, .is-offset-one-quarter-desktop.o-col {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth-desktop, .is-offset-one-fifth-desktop.o-col {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths-desktop, .is-offset-two-fifths-desktop.o-col {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths-desktop, .is-offset-three-fifths-desktop.o-col {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths-desktop, .is-offset-four-fifths-desktop.o-col {
    margin-left: 80%;
  }
  .column.is-0-desktop, .is-0-desktop.o-col {
    flex: none;
    width: 0%;
  }
  .column.is-offset-0-desktop, .is-offset-0-desktop.o-col {
    margin-left: 0%;
  }
  .column.is-1-desktop, .is-1-desktop.o-col {
    flex: none;
    width: 8.33333337%;
  }
  .column.is-offset-1-desktop, .is-offset-1-desktop.o-col {
    margin-left: 8.33333337%;
  }
  .column.is-2-desktop, .is-2-desktop.o-col {
    flex: none;
    width: 16.66666674%;
  }
  .column.is-offset-2-desktop, .is-offset-2-desktop.o-col {
    margin-left: 16.66666674%;
  }
  .column.is-3-desktop, .is-3-desktop.o-col {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3-desktop, .is-offset-3-desktop.o-col {
    margin-left: 25%;
  }
  .column.is-4-desktop, .is-4-desktop.o-col {
    flex: none;
    width: 33.33333337%;
  }
  .column.is-offset-4-desktop, .is-offset-4-desktop.o-col {
    margin-left: 33.33333337%;
  }
  .column.is-5-desktop, .is-5-desktop.o-col {
    flex: none;
    width: 41.66666674%;
  }
  .column.is-offset-5-desktop, .is-offset-5-desktop.o-col {
    margin-left: 41.66666674%;
  }
  .column.is-6-desktop, .is-6-desktop.o-col {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6-desktop, .is-offset-6-desktop.o-col {
    margin-left: 50%;
  }
  .column.is-7-desktop, .is-7-desktop.o-col {
    flex: none;
    width: 58.33333337%;
  }
  .column.is-offset-7-desktop, .is-offset-7-desktop.o-col {
    margin-left: 58.33333337%;
  }
  .column.is-8-desktop, .is-8-desktop.o-col {
    flex: none;
    width: 66.66666674%;
  }
  .column.is-offset-8-desktop, .is-offset-8-desktop.o-col {
    margin-left: 66.66666674%;
  }
  .column.is-9-desktop, .is-9-desktop.o-col {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9-desktop, .is-offset-9-desktop.o-col {
    margin-left: 75%;
  }
  .column.is-10-desktop, .is-10-desktop.o-col {
    flex: none;
    width: 83.33333337%;
  }
  .column.is-offset-10-desktop, .is-offset-10-desktop.o-col {
    margin-left: 83.33333337%;
  }
  .column.is-11-desktop, .is-11-desktop.o-col {
    flex: none;
    width: 91.66666674%;
  }
  .column.is-offset-11-desktop, .is-offset-11-desktop.o-col {
    margin-left: 91.66666674%;
  }
  .column.is-12-desktop, .is-12-desktop.o-col {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12-desktop, .is-offset-12-desktop.o-col {
    margin-left: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .column.is-narrow-widescreen, .is-narrow-widescreen.o-col {
    flex: none;
    width: unset;
  }
  .column.is-full-widescreen, .is-full-widescreen.o-col {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters-widescreen, .is-three-quarters-widescreen.o-col {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds-widescreen, .is-two-thirds-widescreen.o-col {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half-widescreen, .is-half-widescreen.o-col {
    flex: none;
    width: 50%;
  }
  .column.is-one-third-widescreen, .is-one-third-widescreen.o-col {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-widescreen, .is-one-quarter-widescreen.o-col {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth-widescreen, .is-one-fifth-widescreen.o-col {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths-widescreen, .is-two-fifths-widescreen.o-col {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths-widescreen, .is-three-fifths-widescreen.o-col {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths-widescreen, .is-four-fifths-widescreen.o-col {
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters-widescreen, .is-offset-three-quarters-widescreen.o-col {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-widescreen, .is-offset-two-thirds-widescreen.o-col {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-widescreen, .is-offset-half-widescreen.o-col {
    margin-left: 50%;
  }
  .column.is-offset-one-third-widescreen, .is-offset-one-third-widescreen.o-col {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-widescreen, .is-offset-one-quarter-widescreen.o-col {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth-widescreen, .is-offset-one-fifth-widescreen.o-col {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths-widescreen, .is-offset-two-fifths-widescreen.o-col {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths-widescreen, .is-offset-three-fifths-widescreen.o-col {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths-widescreen, .is-offset-four-fifths-widescreen.o-col {
    margin-left: 80%;
  }
  .column.is-0-widescreen, .is-0-widescreen.o-col {
    flex: none;
    width: 0%;
  }
  .column.is-offset-0-widescreen, .is-offset-0-widescreen.o-col {
    margin-left: 0%;
  }
  .column.is-1-widescreen, .is-1-widescreen.o-col {
    flex: none;
    width: 8.33333337%;
  }
  .column.is-offset-1-widescreen, .is-offset-1-widescreen.o-col {
    margin-left: 8.33333337%;
  }
  .column.is-2-widescreen, .is-2-widescreen.o-col {
    flex: none;
    width: 16.66666674%;
  }
  .column.is-offset-2-widescreen, .is-offset-2-widescreen.o-col {
    margin-left: 16.66666674%;
  }
  .column.is-3-widescreen, .is-3-widescreen.o-col {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3-widescreen, .is-offset-3-widescreen.o-col {
    margin-left: 25%;
  }
  .column.is-4-widescreen, .is-4-widescreen.o-col {
    flex: none;
    width: 33.33333337%;
  }
  .column.is-offset-4-widescreen, .is-offset-4-widescreen.o-col {
    margin-left: 33.33333337%;
  }
  .column.is-5-widescreen, .is-5-widescreen.o-col {
    flex: none;
    width: 41.66666674%;
  }
  .column.is-offset-5-widescreen, .is-offset-5-widescreen.o-col {
    margin-left: 41.66666674%;
  }
  .column.is-6-widescreen, .is-6-widescreen.o-col {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6-widescreen, .is-offset-6-widescreen.o-col {
    margin-left: 50%;
  }
  .column.is-7-widescreen, .is-7-widescreen.o-col {
    flex: none;
    width: 58.33333337%;
  }
  .column.is-offset-7-widescreen, .is-offset-7-widescreen.o-col {
    margin-left: 58.33333337%;
  }
  .column.is-8-widescreen, .is-8-widescreen.o-col {
    flex: none;
    width: 66.66666674%;
  }
  .column.is-offset-8-widescreen, .is-offset-8-widescreen.o-col {
    margin-left: 66.66666674%;
  }
  .column.is-9-widescreen, .is-9-widescreen.o-col {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9-widescreen, .is-offset-9-widescreen.o-col {
    margin-left: 75%;
  }
  .column.is-10-widescreen, .is-10-widescreen.o-col {
    flex: none;
    width: 83.33333337%;
  }
  .column.is-offset-10-widescreen, .is-offset-10-widescreen.o-col {
    margin-left: 83.33333337%;
  }
  .column.is-11-widescreen, .is-11-widescreen.o-col {
    flex: none;
    width: 91.66666674%;
  }
  .column.is-offset-11-widescreen, .is-offset-11-widescreen.o-col {
    margin-left: 91.66666674%;
  }
  .column.is-12-widescreen, .is-12-widescreen.o-col {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12-widescreen, .is-offset-12-widescreen.o-col {
    margin-left: 100%;
  }
}
@media screen and (min-width: 1408px) {
  .column.is-narrow-fullhd, .is-narrow-fullhd.o-col {
    flex: none;
    width: unset;
  }
  .column.is-full-fullhd, .is-full-fullhd.o-col {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters-fullhd, .is-three-quarters-fullhd.o-col {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds-fullhd, .is-two-thirds-fullhd.o-col {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half-fullhd, .is-half-fullhd.o-col {
    flex: none;
    width: 50%;
  }
  .column.is-one-third-fullhd, .is-one-third-fullhd.o-col {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-fullhd, .is-one-quarter-fullhd.o-col {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth-fullhd, .is-one-fifth-fullhd.o-col {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths-fullhd, .is-two-fifths-fullhd.o-col {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths-fullhd, .is-three-fifths-fullhd.o-col {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths-fullhd, .is-four-fifths-fullhd.o-col {
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters-fullhd, .is-offset-three-quarters-fullhd.o-col {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-fullhd, .is-offset-two-thirds-fullhd.o-col {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-fullhd, .is-offset-half-fullhd.o-col {
    margin-left: 50%;
  }
  .column.is-offset-one-third-fullhd, .is-offset-one-third-fullhd.o-col {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-fullhd, .is-offset-one-quarter-fullhd.o-col {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth-fullhd, .is-offset-one-fifth-fullhd.o-col {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths-fullhd, .is-offset-two-fifths-fullhd.o-col {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths-fullhd, .is-offset-three-fifths-fullhd.o-col {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths-fullhd, .is-offset-four-fifths-fullhd.o-col {
    margin-left: 80%;
  }
  .column.is-0-fullhd, .is-0-fullhd.o-col {
    flex: none;
    width: 0%;
  }
  .column.is-offset-0-fullhd, .is-offset-0-fullhd.o-col {
    margin-left: 0%;
  }
  .column.is-1-fullhd, .is-1-fullhd.o-col {
    flex: none;
    width: 8.33333337%;
  }
  .column.is-offset-1-fullhd, .is-offset-1-fullhd.o-col {
    margin-left: 8.33333337%;
  }
  .column.is-2-fullhd, .is-2-fullhd.o-col {
    flex: none;
    width: 16.66666674%;
  }
  .column.is-offset-2-fullhd, .is-offset-2-fullhd.o-col {
    margin-left: 16.66666674%;
  }
  .column.is-3-fullhd, .is-3-fullhd.o-col {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3-fullhd, .is-offset-3-fullhd.o-col {
    margin-left: 25%;
  }
  .column.is-4-fullhd, .is-4-fullhd.o-col {
    flex: none;
    width: 33.33333337%;
  }
  .column.is-offset-4-fullhd, .is-offset-4-fullhd.o-col {
    margin-left: 33.33333337%;
  }
  .column.is-5-fullhd, .is-5-fullhd.o-col {
    flex: none;
    width: 41.66666674%;
  }
  .column.is-offset-5-fullhd, .is-offset-5-fullhd.o-col {
    margin-left: 41.66666674%;
  }
  .column.is-6-fullhd, .is-6-fullhd.o-col {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6-fullhd, .is-offset-6-fullhd.o-col {
    margin-left: 50%;
  }
  .column.is-7-fullhd, .is-7-fullhd.o-col {
    flex: none;
    width: 58.33333337%;
  }
  .column.is-offset-7-fullhd, .is-offset-7-fullhd.o-col {
    margin-left: 58.33333337%;
  }
  .column.is-8-fullhd, .is-8-fullhd.o-col {
    flex: none;
    width: 66.66666674%;
  }
  .column.is-offset-8-fullhd, .is-offset-8-fullhd.o-col {
    margin-left: 66.66666674%;
  }
  .column.is-9-fullhd, .is-9-fullhd.o-col {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9-fullhd, .is-offset-9-fullhd.o-col {
    margin-left: 75%;
  }
  .column.is-10-fullhd, .is-10-fullhd.o-col {
    flex: none;
    width: 83.33333337%;
  }
  .column.is-offset-10-fullhd, .is-offset-10-fullhd.o-col {
    margin-left: 83.33333337%;
  }
  .column.is-11-fullhd, .is-11-fullhd.o-col {
    flex: none;
    width: 91.66666674%;
  }
  .column.is-offset-11-fullhd, .is-offset-11-fullhd.o-col {
    margin-left: 91.66666674%;
  }
  .column.is-12-fullhd, .is-12-fullhd.o-col {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12-fullhd, .is-offset-12-fullhd.o-col {
    margin-left: 100%;
  }
}

.columns, .o-cols {
  margin-left: -12px;
  margin-right: -12px;
  margin-top: -12px;
}
.columns:last-child, .o-cols:last-child {
  margin-bottom: -12px;
}
.columns:not(:last-child), .o-cols:not(:last-child) {
  margin-bottom: calc(1.5rem - 12px);
}
.columns.is-centered, .is-centered.o-cols {
  justify-content: center;
}
.columns.is-gapless, .is-gapless.o-cols {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}
.columns.is-gapless > .column, .columns.is-gapless > .o-col, .is-gapless.o-cols > .column, .is-gapless.o-cols > .o-col {
  margin: 0;
  padding: 0 !important;
}
.columns.is-gapless:not(:last-child), .is-gapless.o-cols:not(:last-child) {
  margin-bottom: 1.5rem;
}
.columns.is-gapless:last-child, .is-gapless.o-cols:last-child {
  margin-bottom: 0;
}
.columns.is-mobile, .is-mobile.o-cols {
  display: flex;
}
.columns.is-multiline, .is-multiline.o-cols {
  flex-wrap: wrap;
}
.columns.is-vcentered, .is-vcentered.o-cols {
  align-items: center;
}
@media screen and (min-width: 375px), print {
  .columns:not(.is-desktop), .o-cols:not(.is-desktop) {
    display: flex;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-desktop, .is-desktop.o-cols {
    display: flex;
  }
}

.columns.is-variable, .is-variable.o-cols {
  --columnGap: 0.75rem;
  margin-left: calc(-1 * var(--columnGap));
  margin-right: calc(-1 * var(--columnGap));
}
.columns.is-variable > .column, .columns.is-variable > .o-col, .is-variable.o-cols > .column, .is-variable.o-cols > .o-col {
  padding-left: var(--columnGap);
  padding-right: var(--columnGap);
}
.columns.is-variable.is-0, .is-variable.is-0.o-cols {
  --columnGap: 0rem;
}
@media screen and (max-width: 374px) {
  .columns.is-variable.is-0-mobile, .is-variable.is-0-mobile.o-cols {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 375px), print {
  .columns.is-variable.is-0-tablet, .is-variable.is-0-tablet.o-cols {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 375px) and (max-width: 1023px) {
  .columns.is-variable.is-0-tablet-only, .is-variable.is-0-tablet-only.o-cols {
    --columnGap: 0rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-0-touch, .is-variable.is-0-touch.o-cols {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-0-desktop, .is-variable.is-0-desktop.o-cols {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .columns.is-variable.is-0-desktop-only, .is-variable.is-0-desktop-only.o-cols {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 1200px) {
  .columns.is-variable.is-0-widescreen, .is-variable.is-0-widescreen.o-cols {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1407px) {
  .columns.is-variable.is-0-widescreen-only, .is-variable.is-0-widescreen-only.o-cols {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 1408px) {
  .columns.is-variable.is-0-fullhd, .is-variable.is-0-fullhd.o-cols {
    --columnGap: 0rem;
  }
}
.columns.is-variable.is-1, .is-variable.is-1.o-cols {
  --columnGap: 0.25rem;
}
@media screen and (max-width: 374px) {
  .columns.is-variable.is-1-mobile, .is-variable.is-1-mobile.o-cols {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 375px), print {
  .columns.is-variable.is-1-tablet, .is-variable.is-1-tablet.o-cols {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 375px) and (max-width: 1023px) {
  .columns.is-variable.is-1-tablet-only, .is-variable.is-1-tablet-only.o-cols {
    --columnGap: 0.25rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-1-touch, .is-variable.is-1-touch.o-cols {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-1-desktop, .is-variable.is-1-desktop.o-cols {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .columns.is-variable.is-1-desktop-only, .is-variable.is-1-desktop-only.o-cols {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 1200px) {
  .columns.is-variable.is-1-widescreen, .is-variable.is-1-widescreen.o-cols {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1407px) {
  .columns.is-variable.is-1-widescreen-only, .is-variable.is-1-widescreen-only.o-cols {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 1408px) {
  .columns.is-variable.is-1-fullhd, .is-variable.is-1-fullhd.o-cols {
    --columnGap: 0.25rem;
  }
}
.columns.is-variable.is-2, .is-variable.is-2.o-cols {
  --columnGap: 0.5rem;
}
@media screen and (max-width: 374px) {
  .columns.is-variable.is-2-mobile, .is-variable.is-2-mobile.o-cols {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 375px), print {
  .columns.is-variable.is-2-tablet, .is-variable.is-2-tablet.o-cols {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 375px) and (max-width: 1023px) {
  .columns.is-variable.is-2-tablet-only, .is-variable.is-2-tablet-only.o-cols {
    --columnGap: 0.5rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-2-touch, .is-variable.is-2-touch.o-cols {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-2-desktop, .is-variable.is-2-desktop.o-cols {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .columns.is-variable.is-2-desktop-only, .is-variable.is-2-desktop-only.o-cols {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .columns.is-variable.is-2-widescreen, .is-variable.is-2-widescreen.o-cols {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1407px) {
  .columns.is-variable.is-2-widescreen-only, .is-variable.is-2-widescreen-only.o-cols {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 1408px) {
  .columns.is-variable.is-2-fullhd, .is-variable.is-2-fullhd.o-cols {
    --columnGap: 0.5rem;
  }
}
.columns.is-variable.is-3, .is-variable.is-3.o-cols {
  --columnGap: 0.75rem;
}
@media screen and (max-width: 374px) {
  .columns.is-variable.is-3-mobile, .is-variable.is-3-mobile.o-cols {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 375px), print {
  .columns.is-variable.is-3-tablet, .is-variable.is-3-tablet.o-cols {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 375px) and (max-width: 1023px) {
  .columns.is-variable.is-3-tablet-only, .is-variable.is-3-tablet-only.o-cols {
    --columnGap: 0.75rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-3-touch, .is-variable.is-3-touch.o-cols {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-3-desktop, .is-variable.is-3-desktop.o-cols {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .columns.is-variable.is-3-desktop-only, .is-variable.is-3-desktop-only.o-cols {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 1200px) {
  .columns.is-variable.is-3-widescreen, .is-variable.is-3-widescreen.o-cols {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1407px) {
  .columns.is-variable.is-3-widescreen-only, .is-variable.is-3-widescreen-only.o-cols {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 1408px) {
  .columns.is-variable.is-3-fullhd, .is-variable.is-3-fullhd.o-cols {
    --columnGap: 0.75rem;
  }
}
.columns.is-variable.is-4, .is-variable.is-4.o-cols {
  --columnGap: 1rem;
}
@media screen and (max-width: 374px) {
  .columns.is-variable.is-4-mobile, .is-variable.is-4-mobile.o-cols {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 375px), print {
  .columns.is-variable.is-4-tablet, .is-variable.is-4-tablet.o-cols {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 375px) and (max-width: 1023px) {
  .columns.is-variable.is-4-tablet-only, .is-variable.is-4-tablet-only.o-cols {
    --columnGap: 1rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-4-touch, .is-variable.is-4-touch.o-cols {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-4-desktop, .is-variable.is-4-desktop.o-cols {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .columns.is-variable.is-4-desktop-only, .is-variable.is-4-desktop-only.o-cols {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 1200px) {
  .columns.is-variable.is-4-widescreen, .is-variable.is-4-widescreen.o-cols {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1407px) {
  .columns.is-variable.is-4-widescreen-only, .is-variable.is-4-widescreen-only.o-cols {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 1408px) {
  .columns.is-variable.is-4-fullhd, .is-variable.is-4-fullhd.o-cols {
    --columnGap: 1rem;
  }
}
.columns.is-variable.is-5, .is-variable.is-5.o-cols {
  --columnGap: 1.25rem;
}
@media screen and (max-width: 374px) {
  .columns.is-variable.is-5-mobile, .is-variable.is-5-mobile.o-cols {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 375px), print {
  .columns.is-variable.is-5-tablet, .is-variable.is-5-tablet.o-cols {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 375px) and (max-width: 1023px) {
  .columns.is-variable.is-5-tablet-only, .is-variable.is-5-tablet-only.o-cols {
    --columnGap: 1.25rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-5-touch, .is-variable.is-5-touch.o-cols {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-5-desktop, .is-variable.is-5-desktop.o-cols {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .columns.is-variable.is-5-desktop-only, .is-variable.is-5-desktop-only.o-cols {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 1200px) {
  .columns.is-variable.is-5-widescreen, .is-variable.is-5-widescreen.o-cols {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1407px) {
  .columns.is-variable.is-5-widescreen-only, .is-variable.is-5-widescreen-only.o-cols {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 1408px) {
  .columns.is-variable.is-5-fullhd, .is-variable.is-5-fullhd.o-cols {
    --columnGap: 1.25rem;
  }
}
.columns.is-variable.is-6, .is-variable.is-6.o-cols {
  --columnGap: 1.5rem;
}
@media screen and (max-width: 374px) {
  .columns.is-variable.is-6-mobile, .is-variable.is-6-mobile.o-cols {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 375px), print {
  .columns.is-variable.is-6-tablet, .is-variable.is-6-tablet.o-cols {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 375px) and (max-width: 1023px) {
  .columns.is-variable.is-6-tablet-only, .is-variable.is-6-tablet-only.o-cols {
    --columnGap: 1.5rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-6-touch, .is-variable.is-6-touch.o-cols {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-6-desktop, .is-variable.is-6-desktop.o-cols {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .columns.is-variable.is-6-desktop-only, .is-variable.is-6-desktop-only.o-cols {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .columns.is-variable.is-6-widescreen, .is-variable.is-6-widescreen.o-cols {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1407px) {
  .columns.is-variable.is-6-widescreen-only, .is-variable.is-6-widescreen-only.o-cols {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 1408px) {
  .columns.is-variable.is-6-fullhd, .is-variable.is-6-fullhd.o-cols {
    --columnGap: 1.5rem;
  }
}
.columns.is-variable.is-7, .is-variable.is-7.o-cols {
  --columnGap: 1.75rem;
}
@media screen and (max-width: 374px) {
  .columns.is-variable.is-7-mobile, .is-variable.is-7-mobile.o-cols {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 375px), print {
  .columns.is-variable.is-7-tablet, .is-variable.is-7-tablet.o-cols {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 375px) and (max-width: 1023px) {
  .columns.is-variable.is-7-tablet-only, .is-variable.is-7-tablet-only.o-cols {
    --columnGap: 1.75rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-7-touch, .is-variable.is-7-touch.o-cols {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-7-desktop, .is-variable.is-7-desktop.o-cols {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .columns.is-variable.is-7-desktop-only, .is-variable.is-7-desktop-only.o-cols {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 1200px) {
  .columns.is-variable.is-7-widescreen, .is-variable.is-7-widescreen.o-cols {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1407px) {
  .columns.is-variable.is-7-widescreen-only, .is-variable.is-7-widescreen-only.o-cols {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 1408px) {
  .columns.is-variable.is-7-fullhd, .is-variable.is-7-fullhd.o-cols {
    --columnGap: 1.75rem;
  }
}
.columns.is-variable.is-8, .is-variable.is-8.o-cols {
  --columnGap: 2rem;
}
@media screen and (max-width: 374px) {
  .columns.is-variable.is-8-mobile, .is-variable.is-8-mobile.o-cols {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 375px), print {
  .columns.is-variable.is-8-tablet, .is-variable.is-8-tablet.o-cols {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 375px) and (max-width: 1023px) {
  .columns.is-variable.is-8-tablet-only, .is-variable.is-8-tablet-only.o-cols {
    --columnGap: 2rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-8-touch, .is-variable.is-8-touch.o-cols {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-8-desktop, .is-variable.is-8-desktop.o-cols {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .columns.is-variable.is-8-desktop-only, .is-variable.is-8-desktop-only.o-cols {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 1200px) {
  .columns.is-variable.is-8-widescreen, .is-variable.is-8-widescreen.o-cols {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1407px) {
  .columns.is-variable.is-8-widescreen-only, .is-variable.is-8-widescreen-only.o-cols {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 1408px) {
  .columns.is-variable.is-8-fullhd, .is-variable.is-8-fullhd.o-cols {
    --columnGap: 2rem;
  }
}

.container {
  flex-grow: 1;
  margin: 0 auto;
  position: relative;
  width: auto;
}
.container.is-fluid {
  max-width: none !important;
  padding-left: 32px;
  padding-right: 32px;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .container {
    max-width: 960px;
  }
}
@media screen and (max-width: 1199px) {
  .container.is-widescreen:not(.is-max-desktop) {
    max-width: 1136px;
  }
}
@media screen and (max-width: 1407px) {
  .container.is-fullhd:not(.is-max-desktop):not(.is-max-widescreen) {
    max-width: 1344px;
  }
}
@media screen and (min-width: 1200px) {
  .container:not(.is-max-desktop) {
    max-width: 1136px;
  }
}
@media screen and (min-width: 1408px) {
  .container:not(.is-max-desktop):not(.is-max-widescreen) {
    max-width: 1344px;
  }
}

/* ==========================================================================
   FUNCTIONS
   ========================================================================== */
/* ==========================================================================
   MIXINS
   ========================================================================== */
/* ==========================================================================
   #BOX-SIZING
   ========================================================================== */
/**
 * More sensible default box-sizing:
 * css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice
 */
html {
  box-sizing: border-box;
}

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

/* ==========================================================================
   #FONT-FACE
   ========================================================================== */
/**
 * Add font-display: swap to font-face blocks here
 * https://www.zachleat.com/web/comprehensive-webfonts/#font-display
 */
@font-face {
  font-family: "Mirador";
  font-style: normal;
  font-weight: 500;
  src: url("../assets/fonts/mirador/Mirador-Medium.woff2") format("woff2"), url("../assets/fonts/mirador/Mirador-Medium.woff") format("woff"); /* Legacy iOS */
}
@font-face {
  font-family: "Mirador";
  font-style: italic;
  font-weight: 500;
  src: url("../assets/fonts/mirador/Mirador-MediumItalic.woff2") format("woff2"), url("../assets/fonts/mirador/Mirador-MediumItalic.woff") format("woff"); /* Legacy iOS */
}
@font-face {
  font-family: "Mirador";
  font-style: normal;
  font-weight: 600;
  src: url("../assets/fonts/mirador/Mirador-SemiBold.woff2") format("woff2"), url("../assets/fonts/mirador/Mirador-SemiBold.woff") format("woff"); /* Legacy iOS */
}
@font-face {
  font-family: "Galano Neue";
  font-style: normal;
  font-weight: 400;
  src: url("../assets/fonts/neue-galano/RBGalanoNeue-Regular.woff2") format("woff2"), url("../assets/fonts/neue-galano/RBGalanoNeue-Regular.woff") format("woff"); /* Legacy iOS */
}
@font-face {
  font-family: "Galano Neue";
  font-style: normal;
  font-weight: 500;
  src: url("../assets/fonts/neue-galano/RBGalanoNeue-Medium.woff2") format("woff2"), url("../assets/fonts/neue-galano/RBGalanoNeue-Medium.woff") format("woff"); /* Legacy iOS */
}
/* ==========================================================================
   #NORMALIZE
   ========================================================================== */
@import-normalize;
/* ==========================================================================
   #RESET
   ========================================================================== */
/**
 * A very simple reset that sits on top of Normalize.css.
 */
body,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
p,
pre,
dl,
dd,
ol,
ul,
figure,
hr,
fieldset,
legend {
  margin: 0;
  padding: 0;
}

/**
 * Remove trailing margins from nested lists.
 */
li > ol,
li > ul {
  margin-bottom: 0;
}

/**
 * Remove default table spacing.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/**
 * 1. Reset Chrome and Firefox behaviour which sets a `min-width: min-content;`
 *    on fieldsets.
 */
fieldset {
  min-width: 0; /* [1] */
  border: 0;
}

/* ==========================================================================
   #SHARED
   ========================================================================== */
/**
 * Shared declarations for certain elements.
 */
/**
 * Always declare margins in the same direction:
 * csswizardry.com/2012/06/single-direction-margin-declarations
 */
address,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
p,
pre,
dl,
ol,
ul,
figure,
hr,
table,
fieldset {
  margin-bottom: 1.3rem;
}

/**
 * Consistent indentation for lists.
 */
dd,
ol,
ul {
  margin-left: 1rem;
}

/* ==========================================================================
   #HEADINGS
   ========================================================================== */
/**
 * Simple default styles for headings 1 through 6. Anything more opinionated
 * than simple font-size changes should likely be applied via classes (see:
 * http://csswizardry.com/2016/02/managing-typography-on-large-apps/).
 */
h1 {
  font-family: "Mirador", helvetica, arial, serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 1.1;
}
@media screen and (min-width: 375px) {
  h1 {
    font-size: calc(40px + 8 * (100vw - 375px) / 1065);
  }
}
@media screen and (min-width: 1440px) {
  h1 {
    font-size: 48px;
  }
}
@media (min-width: 1024px) {
  h1 {
    line-height: 1.1;
  }
}

h2 {
  font-family: "Mirador", helvetica, arial, serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 1.1;
}
@media screen and (min-width: 375px) {
  h2 {
    font-size: calc(32px + 8 * (100vw - 375px) / 1065);
  }
}
@media screen and (min-width: 1440px) {
  h2 {
    font-size: 40px;
  }
}
@media (min-width: 1024px) {
  h2 {
    line-height: 1.1;
  }
}

h3 {
  font-family: "Mirador", helvetica, arial, serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 1;
}
@media screen and (min-width: 375px) {
  h3 {
    font-size: calc(28px + 8 * (100vw - 375px) / 1065);
  }
}
@media screen and (min-width: 1440px) {
  h3 {
    font-size: 36px;
  }
}
@media (min-width: 1024px) {
  h3 {
    line-height: 1.1;
  }
}

h4, h4, h6 {
  font-family: "Galano Neue", helvetica, arial, sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.2;
}
@media screen and (min-width: 375px) {
  h4, h4, h6 {
    font-size: calc(24px + 8 * (100vw - 375px) / 1065);
  }
}
@media screen and (min-width: 1440px) {
  h4, h4, h6 {
    font-size: 32px;
  }
}
@media (min-width: 1024px) {
  h4, h4, h6 {
    line-height: 1.2;
  }
}

/* ==========================================================================
   #HR
   ========================================================================== */
hr {
  display: block;
}

/* ==========================================================================
   #PAGE
   ========================================================================== */
/**
 * Simple page-level setup.
 *
 * 1. Set the default `font-size` and `line-height` for the entire project.
 * 2. Force scrollbars to always be visible to prevent awkward ‘jumps’ when
 *    navigating between pages that do/do not have enough content to produce
 *    scrollbars naturally.
 * 3. Ensure the page always fills at least the entire height of the viewport.
 */
* {
  outline: none;
}

html {
  background: #fff;
  height: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font: normal 1rem/1.5 "Galano Neue", helvetica, arial, sans-serif;
  -webkit-text-size-adjust: none;
  touch-action: pan-y;
}

body {
  overflow-x: hidden;
  -webkit-text-size-adjust: none;
  touch-action: pan-y;
}

/* ==========================================================================
   #IMAGES
   ========================================================================== */
/**
 * 1. Fluid images for responsive purposes.
 * 2. Offset `alt` text from surrounding copy.
 * 3. Setting `vertical-align` removes the whitespace that appears under `img`
 *    elements when they are dropped into a page as-is. Safer alternative to
 *    using `display: block;`.
 */
img {
  font-style: italic; /* [2] */
  max-width: 100%; /* [1] */
  vertical-align: middle; /* [3] */
}

/**
 * 1. If a `width` and/or `height` attribute have been explicitly defined, let’s
 *    not make the image fluid.
 */
img[width],
img[height] {
  max-width: none;
  height: auto;
}

/* ==========================================================================
   #LINKS
   ========================================================================== */
a {
  transition: color 0.3s cubic-bezier(0.7, 0.6, 0.1, 0.8);
  text-decoration: underline;
}
a:focus-visible, a.is-focused {
  outline: none;
  box-shadow: -4px -4px 0 0 hsl(13, 74%, 70%), 4px 4px 0 0 hsl(13, 74%, 70%), -4px 4px 0 0 hsl(13, 74%, 70%), 4px -4px 0 0 hsl(13, 74%, 70%), 0 1px 2px 0 hsla(0, 0%, 0%, 0.06), 0 1px 3px 0 hsla(0, 0%, 0%, 0.1);
}

/* ==========================================================================
   #LISTS
   ========================================================================== */
li {
  margin-bottom: 0.5rem;
}
li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1rem;
  margin-top: 0.5rem;
}

dt {
  font-weight: bold;
}

dd {
  margin-bottom: 1rem;
  margin-left: 1rem;
}

/* ==========================================================================
   #TABLES
   ========================================================================== */
/**
 * 1. Ensure tables fill up as much space as possible.
 */
table {
  width: 100%; /* [1] */
}

/* ==========================================================================
   #LAYOUT
   ========================================================================== */
/* Simple flexbox layout system */
.o-cols {
  padding: 0;
}

.o-col {
  padding: 0 1.25rem;
}

/* ==========================================================================
   #LIST-BARE
   ========================================================================== */
/**
 * Strip list-like appearance from lists by removing their bullets, and any
 * indentation.
 */
.o-list-bare {
  list-style: none;
  margin-left: 0;
}

/* ==========================================================================
   #LIST-INLINE
   ========================================================================== */
/**
 * The list-inline object simply displays a list of items in one line.
 */
.o-list-inline {
  list-style: none;
  margin-left: 0;
}

.o-list-inline__item {
  display: inline-block;
}

/* ==========================================================================
   #MEDIA
   ========================================================================== */
/**
 * Place any image- and text-like content side-by-side, as per:
 * http://www.stubbornella.org/content/2010/06/25/the-media-object-saves-hundreds-of-lines-of-code
 */
.o-media {
  display: block;
}
.o-media:after {
  content: "" !important;
  display: block !important;
  clear: both !important;
}

.o-media__img {
  float: left;
  margin-right: 1rem;
}
.o-media__img > img {
  display: block;
}

.o-media__body {
  display: block;
  overflow: hidden;
}
.o-media__body,
.o-media__body > :last-child {
  margin-bottom: 0;
}

/* Reversed media objects
   ========================================================================== */
.o-media--reverse > .o-media__img {
  float: right;
  margin-left: 1rem;
  margin-right: 0;
}

/* Gutterless media objects
   ========================================================================== */
.o-media--flush > .o-media__img {
  margin-left: 0;
  margin-right: 0;
}

/* ==========================================================================
   #TABLE
   ========================================================================== */
/**
 * A simple object for manipulating the structure of HTML `table`s.
 */
.o-table {
  width: 100%;
}

/* Equal-width table cells.
   ========================================================================== */
/**
 * `table-layout: fixed` forces all cells within a table to occupy the same
 * width as each other. This also has performance benefits: because the browser
 * does not need to (re)calculate cell dimensions based on content it discovers,
 * the table can be rendered very quickly. Further reading:
 * https://developer.mozilla.org/en-US/docs/Web/CSS/table-layout#Values
 */
.o-table--fixed {
  table-layout: fixed;
}

/* ==========================================================================
   #WRAPPER
   ========================================================================== */
/**
 * Page-level constraining and wrapping elements.
 */
.o-wrapper {
  margin-right: auto;
  margin-left: auto;
  max-width: 1280px;
  width: 100%;
}
.o-wrapper:after {
  content: "" !important;
  display: block !important;
  clear: both !important;
}

.c-widget--teaser-archive-slider .o-wrapper {
  position: relative;
}

/* ==========================================================================
   #ALIGN
   ========================================================================== */
.u-float-left {
  float: left;
}

.u-float-right {
  float: right;
}

.u-clear {
  clear: both;
}

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

.u-text-left {
  text-align: left;
}

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

/* ==========================================================================
   #CLEARFIX
   ========================================================================== */
/**
 * Attach our clearfix mixin to a utility class.
 */
.u-clearfix:after {
  content: "" !important;
  display: block !important;
  clear: both !important;
}

.u-color-purple--100 {
  color: #E2CFFC;
}
.u-color-purple--300 {
  color: #A96EF7;
}
.u-color-purple--400 {
  color: #8C3EF5;
}
.u-color-purple--500 {
  color: #6F0EF2;
}
.u-color-purple--600 {
  color: #5002BA;
}
.u-color-purple--700 {
  color: #410297;
}
.u-color-purple--800 {
  color: #6207DC;
}
.u-color-purple--900 {
  color: #320173;
}

.u-color-orange--100 {
  color: #FFE5D9;
}
.u-color-orange--300 {
  color: #FFBDA1;
}
.u-color-orange--400 {
  color: #FF9669;
}
.u-color-orange--500 {
  color: #FE6220;
}
.u-color-orange--600 {
  color: #E36D3A;
}
.u-color-orange--700 {
  color: #C66034;
}
.u-color-orange--900 {
  color: #9C4D2B;
}

.u-color-secondary--100 {
  color: #FFFFFF;
}
.u-color-secondary--200 {
  color: #ECECED;
}
.u-color-secondary--900 {
  color: #000000;
}

.c-txt--headline-h1 {
  font-family: "Mirador", helvetica, arial, serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 1.1;
}
@media screen and (min-width: 375px) {
  .c-txt--headline-h1 {
    font-size: calc(40px + 8 * (100vw - 375px) / 1065);
  }
}
@media screen and (min-width: 1440px) {
  .c-txt--headline-h1 {
    font-size: 48px;
  }
}
@media (min-width: 1024px) {
  .c-txt--headline-h1 {
    line-height: 1.1;
  }
}

.c-txt--headline-h2 {
  font-family: "Mirador", helvetica, arial, serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 1.1;
}
@media screen and (min-width: 375px) {
  .c-txt--headline-h2 {
    font-size: calc(32px + 8 * (100vw - 375px) / 1065);
  }
}
@media screen and (min-width: 1440px) {
  .c-txt--headline-h2 {
    font-size: 40px;
  }
}
@media (min-width: 1024px) {
  .c-txt--headline-h2 {
    line-height: 1.1;
  }
}

.c-txt--headline-h3 {
  font-family: "Mirador", helvetica, arial, serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 1;
}
@media screen and (min-width: 375px) {
  .c-txt--headline-h3 {
    font-size: calc(28px + 8 * (100vw - 375px) / 1065);
  }
}
@media screen and (min-width: 1440px) {
  .c-txt--headline-h3 {
    font-size: 36px;
  }
}
@media (min-width: 1024px) {
  .c-txt--headline-h3 {
    line-height: 1.1;
  }
}

.c-txt--headline-h4 {
  font-family: "Galano Neue", helvetica, arial, sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.2;
}
@media screen and (min-width: 375px) {
  .c-txt--headline-h4 {
    font-size: calc(24px + 8 * (100vw - 375px) / 1065);
  }
}
@media screen and (min-width: 1440px) {
  .c-txt--headline-h4 {
    font-size: 32px;
  }
}
@media (min-width: 1024px) {
  .c-txt--headline-h4 {
    line-height: 1.2;
  }
}

.c-txt--copy-p-lg {
  font-family: "Galano Neue", helvetica, arial, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4;
}
@media screen and (min-width: 375px) {
  .c-txt--copy-p-lg {
    font-size: calc(18px + 6 * (100vw - 375px) / 1065);
  }
}
@media screen and (min-width: 1440px) {
  .c-txt--copy-p-lg {
    font-size: 24px;
  }
}
@media (min-width: 1024px) {
  .c-txt--copy-p-lg {
    line-height: 1.4;
  }
}

.c-txt--copy-p-md {
  font-family: "Galano Neue", helvetica, arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (min-width: 375px) {
  .c-txt--copy-p-md {
    font-size: calc(16px + 5 * (100vw - 375px) / 1065);
  }
}
@media screen and (min-width: 1440px) {
  .c-txt--copy-p-md {
    font-size: 21px;
  }
}
@media (min-width: 1024px) {
  .c-txt--copy-p-md {
    line-height: 1.5;
  }
}

.c-txt--copy-p-sm {
  font-family: "Galano Neue", helvetica, arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (min-width: 375px) {
  .c-txt--copy-p-sm {
    font-size: calc(14px + 4 * (100vw - 375px) / 1065);
  }
}
@media screen and (min-width: 1440px) {
  .c-txt--copy-p-sm {
    font-size: 18px;
  }
}
@media (min-width: 1024px) {
  .c-txt--copy-p-sm {
    line-height: 1.5;
  }
}

/* ==========================================================================
   #HIDE
   ========================================================================== */
/**
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.u-hidden-visually {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

/**
 * Hide visually and from screen readers.
 */
.u-hidden {
  display: none !important;
}

.u-hidden\@small {
  display: none;
}
@media (min-width: 768px) {
  .u-hidden\@small {
    display: block;
  }
}

/* ==========================================================================
   SPACING
   ========================================================================== */
.u-p-space--xxxl-top {
  padding-top: 160px;
}
@media screen and (min-width: 375px) {
  .u-p-space--xxxl-top {
    padding-top: calc(160px + 0 * (100vw - 375px) / 1065);
  }
}
@media screen and (min-width: 1440px) {
  .u-p-space--xxxl-top {
    padding-top: 160px;
  }
}

@media (max-width: 1023.98px) {
  .u-p-space--xxxl-top-mobile {
    padding-top: 160px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 375px) {
  .u-p-space--xxxl-top-mobile {
    padding-top: calc(160px + 0 * (100vw - 375px) / 1065);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1440px) {
  .u-p-space--xxxl-top-mobile {
    padding-top: 160px;
  }
}
.u-m-space--xxxl-top {
  margin-top: 160px;
}
@media screen and (min-width: 375px) {
  .u-m-space--xxxl-top {
    margin-top: calc(160px + 0 * (100vw - 375px) / 1065);
  }
}
@media screen and (min-width: 1440px) {
  .u-m-space--xxxl-top {
    margin-top: 160px;
  }
}

@media (max-width: 1023.98px) {
  .u-m-space--xxxl-top-mobile {
    margin-top: 160px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 375px) {
  .u-m-space--xxxl-top-mobile {
    margin-top: calc(160px + 0 * (100vw - 375px) / 1065);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1440px) {
  .u-m-space--xxxl-top-mobile {
    margin-top: 160px;
  }
}
.u-p-space--xxxl-bottom {
  padding-bottom: 160px;
}
@media screen and (min-width: 375px) {
  .u-p-space--xxxl-bottom {
    padding-bottom: calc(160px + 0 * (100vw - 375px) / 1065);
  }
}
@media screen and (min-width: 1440px) {
  .u-p-space--xxxl-bottom {
    padding-bottom: 160px;
  }
}

@media (max-width: 1023.98px) {
  .u-p-space--xxxl-bottom-mobile {
    padding-bottom: 160px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 375px) {
  .u-p-space--xxxl-bottom-mobile {
    padding-bottom: calc(160px + 0 * (100vw - 375px) / 1065);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1440px) {
  .u-p-space--xxxl-bottom-mobile {
    padding-bottom: 160px;
  }
}
.u-m-space--xxxl-bottom {
  margin-bottom: 160px;
}
@media screen and (min-width: 375px) {
  .u-m-space--xxxl-bottom {
    margin-bottom: calc(160px + 0 * (100vw - 375px) / 1065);
  }
}
@media screen and (min-width: 1440px) {
  .u-m-space--xxxl-bottom {
    margin-bottom: 160px;
  }
}

@media (max-width: 1023.98px) {
  .u-m-space--xxxl-bottom-mobile {
    margin-bottom: 160px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 375px) {
  .u-m-space--xxxl-bottom-mobile {
    margin-bottom: calc(160px + 0 * (100vw - 375px) / 1065);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1440px) {
  .u-m-space--xxxl-bottom-mobile {
    margin-bottom: 160px;
  }
}
.u-p-space--xxl-top {
  padding-top: 128px;
}
@media screen and (min-width: 375px) {
  .u-p-space--xxl-top {
    padding-top: calc(128px + 0 * (100vw - 375px) / 1065);
  }
}
@media screen and (min-width: 1440px) {
  .u-p-space--xxl-top {
    padding-top: 128px;
  }
}

@media (max-width: 1023.98px) {
  .u-p-space--xxl-top-mobile {
    padding-top: 128px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 375px) {
  .u-p-space--xxl-top-mobile {
    padding-top: calc(128px + 0 * (100vw - 375px) / 1065);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1440px) {
  .u-p-space--xxl-top-mobile {
    padding-top: 128px;
  }
}
.u-m-space--xxl-top {
  margin-top: 128px;
}
@media screen and (min-width: 375px) {
  .u-m-space--xxl-top {
    margin-top: calc(128px + 0 * (100vw - 375px) / 1065);
  }
}
@media screen and (min-width: 1440px) {
  .u-m-space--xxl-top {
    margin-top: 128px;
  }
}

@media (max-width: 1023.98px) {
  .u-m-space--xxl-top-mobile {
    margin-top: 128px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 375px) {
  .u-m-space--xxl-top-mobile {
    margin-top: calc(128px + 0 * (100vw - 375px) / 1065);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1440px) {
  .u-m-space--xxl-top-mobile {
    margin-top: 128px;
  }
}
.u-p-space--xxl-bottom {
  padding-bottom: 128px;
}
@media screen and (min-width: 375px) {
  .u-p-space--xxl-bottom {
    padding-bottom: calc(128px + 0 * (100vw - 375px) / 1065);
  }
}
@media screen and (min-width: 1440px) {
  .u-p-space--xxl-bottom {
    padding-bottom: 128px;
  }
}

@media (max-width: 1023.98px) {
  .u-p-space--xxl-bottom-mobile {
    padding-bottom: 128px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 375px) {
  .u-p-space--xxl-bottom-mobile {
    padding-bottom: calc(128px + 0 * (100vw - 375px) / 1065);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1440px) {
  .u-p-space--xxl-bottom-mobile {
    padding-bottom: 128px;
  }
}
.u-m-space--xxl-bottom {
  margin-bottom: 128px;
}
@media screen and (min-width: 375px) {
  .u-m-space--xxl-bottom {
    margin-bottom: calc(128px + 0 * (100vw - 375px) / 1065);
  }
}
@media screen and (min-width: 1440px) {
  .u-m-space--xxl-bottom {
    margin-bottom: 128px;
  }
}

@media (max-width: 1023.98px) {
  .u-m-space--xxl-bottom-mobile {
    margin-bottom: 128px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 375px) {
  .u-m-space--xxl-bottom-mobile {
    margin-bottom: calc(128px + 0 * (100vw - 375px) / 1065);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1440px) {
  .u-m-space--xxl-bottom-mobile {
    margin-bottom: 128px;
  }
}
.u-p-space--xl-top {
  padding-top: 96px;
}
@media screen and (min-width: 375px) {
  .u-p-space--xl-top {
    padding-top: calc(96px + 0 * (100vw - 375px) / 1065);
  }
}
@media screen and (min-width: 1440px) {
  .u-p-space--xl-top {
    padding-top: 96px;
  }
}

@media (max-width: 1023.98px) {
  .u-p-space--xl-top-mobile {
    padding-top: 96px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 375px) {
  .u-p-space--xl-top-mobile {
    padding-top: calc(96px + 0 * (100vw - 375px) / 1065);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1440px) {
  .u-p-space--xl-top-mobile {
    padding-top: 96px;
  }
}
.u-m-space--xl-top {
  margin-top: 96px;
}
@media screen and (min-width: 375px) {
  .u-m-space--xl-top {
    margin-top: calc(96px + 0 * (100vw - 375px) / 1065);
  }
}
@media screen and (min-width: 1440px) {
  .u-m-space--xl-top {
    margin-top: 96px;
  }
}

@media (max-width: 1023.98px) {
  .u-m-space--xl-top-mobile {
    margin-top: 96px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 375px) {
  .u-m-space--xl-top-mobile {
    margin-top: calc(96px + 0 * (100vw - 375px) / 1065);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1440px) {
  .u-m-space--xl-top-mobile {
    margin-top: 96px;
  }
}
.u-p-space--xl-bottom {
  padding-bottom: 96px;
}
@media screen and (min-width: 375px) {
  .u-p-space--xl-bottom {
    padding-bottom: calc(96px + 0 * (100vw - 375px) / 1065);
  }
}
@media screen and (min-width: 1440px) {
  .u-p-space--xl-bottom {
    padding-bottom: 96px;
  }
}

@media (max-width: 1023.98px) {
  .u-p-space--xl-bottom-mobile {
    padding-bottom: 96px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 375px) {
  .u-p-space--xl-bottom-mobile {
    padding-bottom: calc(96px + 0 * (100vw - 375px) / 1065);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1440px) {
  .u-p-space--xl-bottom-mobile {
    padding-bottom: 96px;
  }
}
.u-m-space--xl-bottom {
  margin-bottom: 96px;
}
@media screen and (min-width: 375px) {
  .u-m-space--xl-bottom {
    margin-bottom: calc(96px + 0 * (100vw - 375px) / 1065);
  }
}
@media screen and (min-width: 1440px) {
  .u-m-space--xl-bottom {
    margin-bottom: 96px;
  }
}

@media (max-width: 1023.98px) {
  .u-m-space--xl-bottom-mobile {
    margin-bottom: 96px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 375px) {
  .u-m-space--xl-bottom-mobile {
    margin-bottom: calc(96px + 0 * (100vw - 375px) / 1065);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1440px) {
  .u-m-space--xl-bottom-mobile {
    margin-bottom: 96px;
  }
}
.u-p-space--lg-top {
  padding-top: 64px;
}
@media screen and (min-width: 375px) {
  .u-p-space--lg-top {
    padding-top: calc(64px + 0 * (100vw - 375px) / 1065);
  }
}
@media screen and (min-width: 1440px) {
  .u-p-space--lg-top {
    padding-top: 64px;
  }
}

@media (max-width: 1023.98px) {
  .u-p-space--lg-top-mobile {
    padding-top: 64px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 375px) {
  .u-p-space--lg-top-mobile {
    padding-top: calc(64px + 0 * (100vw - 375px) / 1065);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1440px) {
  .u-p-space--lg-top-mobile {
    padding-top: 64px;
  }
}
.u-m-space--lg-top {
  margin-top: 64px;
}
@media screen and (min-width: 375px) {
  .u-m-space--lg-top {
    margin-top: calc(64px + 0 * (100vw - 375px) / 1065);
  }
}
@media screen and (min-width: 1440px) {
  .u-m-space--lg-top {
    margin-top: 64px;
  }
}

@media (max-width: 1023.98px) {
  .u-m-space--lg-top-mobile {
    margin-top: 64px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 375px) {
  .u-m-space--lg-top-mobile {
    margin-top: calc(64px + 0 * (100vw - 375px) / 1065);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1440px) {
  .u-m-space--lg-top-mobile {
    margin-top: 64px;
  }
}
.u-p-space--lg-bottom {
  padding-bottom: 64px;
}
@media screen and (min-width: 375px) {
  .u-p-space--lg-bottom {
    padding-bottom: calc(64px + 0 * (100vw - 375px) / 1065);
  }
}
@media screen and (min-width: 1440px) {
  .u-p-space--lg-bottom {
    padding-bottom: 64px;
  }
}

@media (max-width: 1023.98px) {
  .u-p-space--lg-bottom-mobile {
    padding-bottom: 64px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 375px) {
  .u-p-space--lg-bottom-mobile {
    padding-bottom: calc(64px + 0 * (100vw - 375px) / 1065);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1440px) {
  .u-p-space--lg-bottom-mobile {
    padding-bottom: 64px;
  }
}
.u-m-space--lg-bottom {
  margin-bottom: 64px;
}
@media screen and (min-width: 375px) {
  .u-m-space--lg-bottom {
    margin-bottom: calc(64px + 0 * (100vw - 375px) / 1065);
  }
}
@media screen and (min-width: 1440px) {
  .u-m-space--lg-bottom {
    margin-bottom: 64px;
  }
}

@media (max-width: 1023.98px) {
  .u-m-space--lg-bottom-mobile {
    margin-bottom: 64px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 375px) {
  .u-m-space--lg-bottom-mobile {
    margin-bottom: calc(64px + 0 * (100vw - 375px) / 1065);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1440px) {
  .u-m-space--lg-bottom-mobile {
    margin-bottom: 64px;
  }
}
.u-p-space--md-top {
  padding-top: 32px;
}
@media screen and (min-width: 375px) {
  .u-p-space--md-top {
    padding-top: calc(32px + 16 * (100vw - 375px) / 1065);
  }
}
@media screen and (min-width: 1440px) {
  .u-p-space--md-top {
    padding-top: 48px;
  }
}

@media (max-width: 1023.98px) {
  .u-p-space--md-top-mobile {
    padding-top: 32px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 375px) {
  .u-p-space--md-top-mobile {
    padding-top: calc(32px + 16 * (100vw - 375px) / 1065);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1440px) {
  .u-p-space--md-top-mobile {
    padding-top: 48px;
  }
}
.u-m-space--md-top {
  margin-top: 32px;
}
@media screen and (min-width: 375px) {
  .u-m-space--md-top {
    margin-top: calc(32px + 16 * (100vw - 375px) / 1065);
  }
}
@media screen and (min-width: 1440px) {
  .u-m-space--md-top {
    margin-top: 48px;
  }
}

@media (max-width: 1023.98px) {
  .u-m-space--md-top-mobile {
    margin-top: 32px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 375px) {
  .u-m-space--md-top-mobile {
    margin-top: calc(32px + 16 * (100vw - 375px) / 1065);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1440px) {
  .u-m-space--md-top-mobile {
    margin-top: 48px;
  }
}
.u-p-space--md-bottom {
  padding-bottom: 32px;
}
@media screen and (min-width: 375px) {
  .u-p-space--md-bottom {
    padding-bottom: calc(32px + 16 * (100vw - 375px) / 1065);
  }
}
@media screen and (min-width: 1440px) {
  .u-p-space--md-bottom {
    padding-bottom: 48px;
  }
}

@media (max-width: 1023.98px) {
  .u-p-space--md-bottom-mobile {
    padding-bottom: 32px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 375px) {
  .u-p-space--md-bottom-mobile {
    padding-bottom: calc(32px + 16 * (100vw - 375px) / 1065);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1440px) {
  .u-p-space--md-bottom-mobile {
    padding-bottom: 48px;
  }
}
.u-m-space--md-bottom {
  margin-bottom: 32px;
}
@media screen and (min-width: 375px) {
  .u-m-space--md-bottom {
    margin-bottom: calc(32px + 16 * (100vw - 375px) / 1065);
  }
}
@media screen and (min-width: 1440px) {
  .u-m-space--md-bottom {
    margin-bottom: 48px;
  }
}

@media (max-width: 1023.98px) {
  .u-m-space--md-bottom-mobile {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 375px) {
  .u-m-space--md-bottom-mobile {
    margin-bottom: calc(32px + 16 * (100vw - 375px) / 1065);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1440px) {
  .u-m-space--md-bottom-mobile {
    margin-bottom: 48px;
  }
}
.u-p-space--sm-top {
  padding-top: 24px;
}
@media screen and (min-width: 375px) {
  .u-p-space--sm-top {
    padding-top: calc(24px + 0 * (100vw - 375px) / 1065);
  }
}
@media screen and (min-width: 1440px) {
  .u-p-space--sm-top {
    padding-top: 24px;
  }
}

@media (max-width: 1023.98px) {
  .u-p-space--sm-top-mobile {
    padding-top: 24px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 375px) {
  .u-p-space--sm-top-mobile {
    padding-top: calc(24px + 0 * (100vw - 375px) / 1065);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1440px) {
  .u-p-space--sm-top-mobile {
    padding-top: 24px;
  }
}
.u-m-space--sm-top {
  margin-top: 24px;
}
@media screen and (min-width: 375px) {
  .u-m-space--sm-top {
    margin-top: calc(24px + 0 * (100vw - 375px) / 1065);
  }
}
@media screen and (min-width: 1440px) {
  .u-m-space--sm-top {
    margin-top: 24px;
  }
}

@media (max-width: 1023.98px) {
  .u-m-space--sm-top-mobile {
    margin-top: 24px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 375px) {
  .u-m-space--sm-top-mobile {
    margin-top: calc(24px + 0 * (100vw - 375px) / 1065);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1440px) {
  .u-m-space--sm-top-mobile {
    margin-top: 24px;
  }
}
.u-p-space--sm-bottom {
  padding-bottom: 24px;
}
@media screen and (min-width: 375px) {
  .u-p-space--sm-bottom {
    padding-bottom: calc(24px + 0 * (100vw - 375px) / 1065);
  }
}
@media screen and (min-width: 1440px) {
  .u-p-space--sm-bottom {
    padding-bottom: 24px;
  }
}

@media (max-width: 1023.98px) {
  .u-p-space--sm-bottom-mobile {
    padding-bottom: 24px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 375px) {
  .u-p-space--sm-bottom-mobile {
    padding-bottom: calc(24px + 0 * (100vw - 375px) / 1065);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1440px) {
  .u-p-space--sm-bottom-mobile {
    padding-bottom: 24px;
  }
}
.u-m-space--sm-bottom {
  margin-bottom: 24px;
}
@media screen and (min-width: 375px) {
  .u-m-space--sm-bottom {
    margin-bottom: calc(24px + 0 * (100vw - 375px) / 1065);
  }
}
@media screen and (min-width: 1440px) {
  .u-m-space--sm-bottom {
    margin-bottom: 24px;
  }
}

@media (max-width: 1023.98px) {
  .u-m-space--sm-bottom-mobile {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 375px) {
  .u-m-space--sm-bottom-mobile {
    margin-bottom: calc(24px + 0 * (100vw - 375px) / 1065);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1440px) {
  .u-m-space--sm-bottom-mobile {
    margin-bottom: 24px;
  }
}
.u-p-space--xs-top {
  padding-top: 16px;
}
@media screen and (min-width: 375px) {
  .u-p-space--xs-top {
    padding-top: calc(16px + 0 * (100vw - 375px) / 1065);
  }
}
@media screen and (min-width: 1440px) {
  .u-p-space--xs-top {
    padding-top: 16px;
  }
}

@media (max-width: 1023.98px) {
  .u-p-space--xs-top-mobile {
    padding-top: 16px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 375px) {
  .u-p-space--xs-top-mobile {
    padding-top: calc(16px + 0 * (100vw - 375px) / 1065);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1440px) {
  .u-p-space--xs-top-mobile {
    padding-top: 16px;
  }
}
.u-m-space--xs-top {
  margin-top: 16px;
}
@media screen and (min-width: 375px) {
  .u-m-space--xs-top {
    margin-top: calc(16px + 0 * (100vw - 375px) / 1065);
  }
}
@media screen and (min-width: 1440px) {
  .u-m-space--xs-top {
    margin-top: 16px;
  }
}

@media (max-width: 1023.98px) {
  .u-m-space--xs-top-mobile {
    margin-top: 16px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 375px) {
  .u-m-space--xs-top-mobile {
    margin-top: calc(16px + 0 * (100vw - 375px) / 1065);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1440px) {
  .u-m-space--xs-top-mobile {
    margin-top: 16px;
  }
}
.u-p-space--xs-bottom {
  padding-bottom: 16px;
}
@media screen and (min-width: 375px) {
  .u-p-space--xs-bottom {
    padding-bottom: calc(16px + 0 * (100vw - 375px) / 1065);
  }
}
@media screen and (min-width: 1440px) {
  .u-p-space--xs-bottom {
    padding-bottom: 16px;
  }
}

@media (max-width: 1023.98px) {
  .u-p-space--xs-bottom-mobile {
    padding-bottom: 16px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 375px) {
  .u-p-space--xs-bottom-mobile {
    padding-bottom: calc(16px + 0 * (100vw - 375px) / 1065);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1440px) {
  .u-p-space--xs-bottom-mobile {
    padding-bottom: 16px;
  }
}
.u-m-space--xs-bottom {
  margin-bottom: 16px;
}
@media screen and (min-width: 375px) {
  .u-m-space--xs-bottom {
    margin-bottom: calc(16px + 0 * (100vw - 375px) / 1065);
  }
}
@media screen and (min-width: 1440px) {
  .u-m-space--xs-bottom {
    margin-bottom: 16px;
  }
}

@media (max-width: 1023.98px) {
  .u-m-space--xs-bottom-mobile {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 375px) {
  .u-m-space--xs-bottom-mobile {
    margin-bottom: calc(16px + 0 * (100vw - 375px) / 1065);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1440px) {
  .u-m-space--xs-bottom-mobile {
    margin-bottom: 16px;
  }
}
.u-p-space--xxs-top {
  padding-top: 8px;
}
@media screen and (min-width: 375px) {
  .u-p-space--xxs-top {
    padding-top: calc(8px + 0 * (100vw - 375px) / 1065);
  }
}
@media screen and (min-width: 1440px) {
  .u-p-space--xxs-top {
    padding-top: 8px;
  }
}

@media (max-width: 1023.98px) {
  .u-p-space--xxs-top-mobile {
    padding-top: 8px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 375px) {
  .u-p-space--xxs-top-mobile {
    padding-top: calc(8px + 0 * (100vw - 375px) / 1065);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1440px) {
  .u-p-space--xxs-top-mobile {
    padding-top: 8px;
  }
}
.u-m-space--xxs-top {
  margin-top: 8px;
}
@media screen and (min-width: 375px) {
  .u-m-space--xxs-top {
    margin-top: calc(8px + 0 * (100vw - 375px) / 1065);
  }
}
@media screen and (min-width: 1440px) {
  .u-m-space--xxs-top {
    margin-top: 8px;
  }
}

@media (max-width: 1023.98px) {
  .u-m-space--xxs-top-mobile {
    margin-top: 8px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 375px) {
  .u-m-space--xxs-top-mobile {
    margin-top: calc(8px + 0 * (100vw - 375px) / 1065);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1440px) {
  .u-m-space--xxs-top-mobile {
    margin-top: 8px;
  }
}
.u-p-space--xxs-bottom {
  padding-bottom: 8px;
}
@media screen and (min-width: 375px) {
  .u-p-space--xxs-bottom {
    padding-bottom: calc(8px + 0 * (100vw - 375px) / 1065);
  }
}
@media screen and (min-width: 1440px) {
  .u-p-space--xxs-bottom {
    padding-bottom: 8px;
  }
}

@media (max-width: 1023.98px) {
  .u-p-space--xxs-bottom-mobile {
    padding-bottom: 8px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 375px) {
  .u-p-space--xxs-bottom-mobile {
    padding-bottom: calc(8px + 0 * (100vw - 375px) / 1065);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1440px) {
  .u-p-space--xxs-bottom-mobile {
    padding-bottom: 8px;
  }
}
.u-m-space--xxs-bottom {
  margin-bottom: 8px;
}
@media screen and (min-width: 375px) {
  .u-m-space--xxs-bottom {
    margin-bottom: calc(8px + 0 * (100vw - 375px) / 1065);
  }
}
@media screen and (min-width: 1440px) {
  .u-m-space--xxs-bottom {
    margin-bottom: 8px;
  }
}

@media (max-width: 1023.98px) {
  .u-m-space--xxs-bottom-mobile {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 375px) {
  .u-m-space--xxs-bottom-mobile {
    margin-bottom: calc(8px + 0 * (100vw - 375px) / 1065);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1440px) {
  .u-m-space--xxs-bottom-mobile {
    margin-bottom: 8px;
  }
}
.u-p-space--none-top {
  padding-top: 0;
}
@media screen and (min-width: 375px) {
  .u-p-space--none-top {
    padding-top: calc(0 + 0 * (100vw - 375px) / 1065);
  }
}
@media screen and (min-width: 1440px) {
  .u-p-space--none-top {
    padding-top: 0;
  }
}

@media (max-width: 1023.98px) {
  .u-p-space--none-top-mobile {
    padding-top: 0;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 375px) {
  .u-p-space--none-top-mobile {
    padding-top: calc(0 + 0 * (100vw - 375px) / 1065);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1440px) {
  .u-p-space--none-top-mobile {
    padding-top: 0;
  }
}
.u-m-space--none-top {
  margin-top: 0;
}
@media screen and (min-width: 375px) {
  .u-m-space--none-top {
    margin-top: calc(0 + 0 * (100vw - 375px) / 1065);
  }
}
@media screen and (min-width: 1440px) {
  .u-m-space--none-top {
    margin-top: 0;
  }
}

@media (max-width: 1023.98px) {
  .u-m-space--none-top-mobile {
    margin-top: 0;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 375px) {
  .u-m-space--none-top-mobile {
    margin-top: calc(0 + 0 * (100vw - 375px) / 1065);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1440px) {
  .u-m-space--none-top-mobile {
    margin-top: 0;
  }
}
.u-p-space--none-bottom {
  padding-bottom: 0;
}
@media screen and (min-width: 375px) {
  .u-p-space--none-bottom {
    padding-bottom: calc(0 + 0 * (100vw - 375px) / 1065);
  }
}
@media screen and (min-width: 1440px) {
  .u-p-space--none-bottom {
    padding-bottom: 0;
  }
}

@media (max-width: 1023.98px) {
  .u-p-space--none-bottom-mobile {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 375px) {
  .u-p-space--none-bottom-mobile {
    padding-bottom: calc(0 + 0 * (100vw - 375px) / 1065);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1440px) {
  .u-p-space--none-bottom-mobile {
    padding-bottom: 0;
  }
}
.u-m-space--none-bottom {
  margin-bottom: 0;
}
@media screen and (min-width: 375px) {
  .u-m-space--none-bottom {
    margin-bottom: calc(0 + 0 * (100vw - 375px) / 1065);
  }
}
@media screen and (min-width: 1440px) {
  .u-m-space--none-bottom {
    margin-bottom: 0;
  }
}

@media (max-width: 1023.98px) {
  .u-m-space--none-bottom-mobile {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 375px) {
  .u-m-space--none-bottom-mobile {
    margin-bottom: calc(0 + 0 * (100vw - 375px) / 1065);
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1440px) {
  .u-m-space--none-bottom-mobile {
    margin-bottom: 0;
  }
}
/* ==========================================================================
   #BUTTONS
   ========================================================================== */
/**
 * This is an example component. Extend inuitcss by building your own components
 * that make up your UI. Component classes are prefixed with a `c-`.
 */
.c-btn, .c-chronicle__loadmore.wpgb-facet button.wpgb-button, .c-chronicle__timeline-link, .c-chronicle__timeline .tns-controls [aria-controls] {
  transition: all 0.3s cubic-bezier(0.7, 0.6, 0.1, 0.8);
  font-family: "Galano Neue", helvetica, arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
  width: -moz-fit-content;
  width: fit-content;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  display: flex;
}
@media screen and (min-width: 375px) {
  .c-btn, .c-chronicle__loadmore.wpgb-facet button.wpgb-button, .c-chronicle__timeline-link, .c-chronicle__timeline .tns-controls [aria-controls] {
    font-size: calc(14px + 4 * (100vw - 375px) / 1065);
  }
}
@media screen and (min-width: 1440px) {
  .c-btn, .c-chronicle__loadmore.wpgb-facet button.wpgb-button, .c-chronicle__timeline-link, .c-chronicle__timeline .tns-controls [aria-controls] {
    font-size: 18px;
  }
}
@media (min-width: 1024px) {
  .c-btn, .c-chronicle__loadmore.wpgb-facet button.wpgb-button, .c-chronicle__timeline-link, .c-chronicle__timeline .tns-controls [aria-controls] {
    line-height: 1.5;
  }
}
.c-btn, .c-chronicle__loadmore.wpgb-facet button.wpgb-button, .c-chronicle__timeline-link, .c-chronicle__timeline .tns-controls [aria-controls], .c-btn:hover, .c-btn:active, .c-btn:focus {
  text-decoration: none;
}

/* Style variants
   ========================================================================== */
.c-btn--solid, .c-chronicle__loadmore.wpgb-facet button.wpgb-button, .c-widget--theme-black-purple .c-teaser-image-text__button, .c-widget--theme-purple-orange .c-teaser-image-text__button, .c-widget--theme-purple .c-teaser-image-text__button, .c-widget--theme-orange .c-teaser-image-text__button, .c-widget--theme-white-black .c-teaser-cta__button, .c-widget--theme-light-orange .c-teaser-cta__button, .c-widget--theme-white-purple .c-teaser-cta__button, .c-widget--theme-white-black .c-teaser-chronicle-tag-slider__link, .c-widget--theme-light-orange .c-teaser-chronicle-tag-slider__link, .c-widget--theme-white-purple .c-teaser-chronicle-tag-slider__link, .c-widget--theme-white-black .c-teaser-archive-slider__link, .c-widget--theme-light-orange .c-teaser-archive-slider__link, .c-widget--theme-white-purple .c-teaser-archive-slider__link, .c-widget--theme-black-purple .c-teaser-archive-grid__button, .c-widget--theme-purple .c-teaser-archive-grid__button, .c-widget--theme-purple-orange .c-teaser-archive-grid__button, .c-widget--theme-orange .c-teaser-archive-grid__button {
  padding: 0.375rem;
  border-radius: 1.375rem;
  border: 0.75px solid;
}
@media (min-width: 1024px) {
  .c-btn--solid, .c-chronicle__loadmore.wpgb-facet button.wpgb-button, .c-widget--theme-black-purple .c-teaser-image-text__button, .c-widget--theme-purple-orange .c-teaser-image-text__button, .c-widget--theme-purple .c-teaser-image-text__button, .c-widget--theme-orange .c-teaser-image-text__button, .c-widget--theme-white-black .c-teaser-cta__button, .c-widget--theme-light-orange .c-teaser-cta__button, .c-widget--theme-white-purple .c-teaser-cta__button, .c-widget--theme-white-black .c-teaser-chronicle-tag-slider__link, .c-widget--theme-light-orange .c-teaser-chronicle-tag-slider__link, .c-widget--theme-white-purple .c-teaser-chronicle-tag-slider__link, .c-widget--theme-white-black .c-teaser-archive-slider__link, .c-widget--theme-light-orange .c-teaser-archive-slider__link, .c-widget--theme-white-purple .c-teaser-archive-slider__link, .c-widget--theme-black-purple .c-teaser-archive-grid__button, .c-widget--theme-purple .c-teaser-archive-grid__button, .c-widget--theme-purple-orange .c-teaser-archive-grid__button, .c-widget--theme-orange .c-teaser-archive-grid__button {
    padding: 0.5rem;
    border-radius: 2rem;
    border: 1px solid;
  }
}
.c-single-chronicle__desc .c-btn--solid, .c-single-chronicle__desc .c-chronicle__loadmore.wpgb-facet button.wpgb-button, .c-chronicle__loadmore.wpgb-facet .c-single-chronicle__desc button.wpgb-button, .c-single-chronicle__desc .c-widget--theme-black-purple .c-teaser-image-text__button, .c-widget--theme-black-purple .c-single-chronicle__desc .c-teaser-image-text__button, .c-single-chronicle__desc .c-widget--theme-purple-orange .c-teaser-image-text__button, .c-widget--theme-purple-orange .c-single-chronicle__desc .c-teaser-image-text__button, .c-single-chronicle__desc .c-widget--theme-purple .c-teaser-image-text__button, .c-widget--theme-purple .c-single-chronicle__desc .c-teaser-image-text__button, .c-single-chronicle__desc .c-widget--theme-orange .c-teaser-image-text__button, .c-widget--theme-orange .c-single-chronicle__desc .c-teaser-image-text__button, .c-single-chronicle__desc .c-widget--theme-white-black .c-teaser-cta__button, .c-widget--theme-white-black .c-single-chronicle__desc .c-teaser-cta__button, .c-single-chronicle__desc .c-widget--theme-light-orange .c-teaser-cta__button, .c-widget--theme-light-orange .c-single-chronicle__desc .c-teaser-cta__button, .c-single-chronicle__desc .c-widget--theme-white-purple .c-teaser-cta__button, .c-widget--theme-white-purple .c-single-chronicle__desc .c-teaser-cta__button, .c-single-chronicle__desc .c-widget--theme-white-black .c-teaser-chronicle-tag-slider__link, .c-widget--theme-white-black .c-single-chronicle__desc .c-teaser-chronicle-tag-slider__link, .c-single-chronicle__desc .c-widget--theme-light-orange .c-teaser-chronicle-tag-slider__link, .c-widget--theme-light-orange .c-single-chronicle__desc .c-teaser-chronicle-tag-slider__link, .c-single-chronicle__desc .c-widget--theme-white-purple .c-teaser-chronicle-tag-slider__link, .c-widget--theme-white-purple .c-single-chronicle__desc .c-teaser-chronicle-tag-slider__link, .c-single-chronicle__desc .c-widget--theme-white-black .c-teaser-archive-slider__link, .c-widget--theme-white-black .c-single-chronicle__desc .c-teaser-archive-slider__link, .c-single-chronicle__desc .c-widget--theme-light-orange .c-teaser-archive-slider__link, .c-widget--theme-light-orange .c-single-chronicle__desc .c-teaser-archive-slider__link, .c-single-chronicle__desc .c-widget--theme-white-purple .c-teaser-archive-slider__link, .c-widget--theme-white-purple .c-single-chronicle__desc .c-teaser-archive-slider__link, .c-single-chronicle__desc .c-widget--theme-black-purple .c-teaser-archive-grid__button, .c-widget--theme-black-purple .c-single-chronicle__desc .c-teaser-archive-grid__button, .c-single-chronicle__desc .c-widget--theme-purple .c-teaser-archive-grid__button, .c-widget--theme-purple .c-single-chronicle__desc .c-teaser-archive-grid__button, .c-single-chronicle__desc .c-widget--theme-purple-orange .c-teaser-archive-grid__button, .c-widget--theme-purple-orange .c-single-chronicle__desc .c-teaser-archive-grid__button, .c-single-chronicle__desc .c-widget--theme-orange .c-teaser-archive-grid__button, .c-widget--theme-orange .c-single-chronicle__desc .c-teaser-archive-grid__button, .c-widget--text .c-btn--solid, .c-widget--text .c-chronicle__loadmore.wpgb-facet button.wpgb-button, .c-chronicle__loadmore.wpgb-facet .c-widget--text button.wpgb-button, .c-widget--text .c-widget--theme-black-purple .c-teaser-image-text__button, .c-widget--theme-black-purple .c-widget--text .c-teaser-image-text__button, .c-widget--text .c-widget--theme-purple-orange .c-teaser-image-text__button, .c-widget--theme-purple-orange .c-widget--text .c-teaser-image-text__button, .c-widget--text .c-widget--theme-purple .c-teaser-image-text__button, .c-widget--theme-purple .c-widget--text .c-teaser-image-text__button, .c-widget--text .c-widget--theme-orange .c-teaser-image-text__button, .c-widget--theme-orange .c-widget--text .c-teaser-image-text__button, .c-widget--text .c-widget--theme-white-black .c-teaser-cta__button, .c-widget--theme-white-black .c-widget--text .c-teaser-cta__button, .c-widget--text .c-widget--theme-light-orange .c-teaser-cta__button, .c-widget--theme-light-orange .c-widget--text .c-teaser-cta__button, .c-widget--text .c-widget--theme-white-purple .c-teaser-cta__button, .c-widget--theme-white-purple .c-widget--text .c-teaser-cta__button, .c-widget--text .c-widget--theme-white-black .c-teaser-chronicle-tag-slider__link, .c-widget--theme-white-black .c-widget--text .c-teaser-chronicle-tag-slider__link, .c-widget--text .c-widget--theme-light-orange .c-teaser-chronicle-tag-slider__link, .c-widget--theme-light-orange .c-widget--text .c-teaser-chronicle-tag-slider__link, .c-widget--text .c-widget--theme-white-purple .c-teaser-chronicle-tag-slider__link, .c-widget--theme-white-purple .c-widget--text .c-teaser-chronicle-tag-slider__link, .c-widget--text .c-widget--theme-white-black .c-teaser-archive-slider__link, .c-widget--theme-white-black .c-widget--text .c-teaser-archive-slider__link, .c-widget--text .c-widget--theme-light-orange .c-teaser-archive-slider__link, .c-widget--theme-light-orange .c-widget--text .c-teaser-archive-slider__link, .c-widget--text .c-widget--theme-white-purple .c-teaser-archive-slider__link, .c-widget--theme-white-purple .c-widget--text .c-teaser-archive-slider__link, .c-widget--text .c-widget--theme-black-purple .c-teaser-archive-grid__button, .c-widget--theme-black-purple .c-widget--text .c-teaser-archive-grid__button, .c-widget--text .c-widget--theme-purple .c-teaser-archive-grid__button, .c-widget--theme-purple .c-widget--text .c-teaser-archive-grid__button, .c-widget--text .c-widget--theme-purple-orange .c-teaser-archive-grid__button, .c-widget--theme-purple-orange .c-widget--text .c-teaser-archive-grid__button, .c-widget--text .c-widget--theme-orange .c-teaser-archive-grid__button, .c-widget--theme-orange .c-widget--text .c-teaser-archive-grid__button {
  padding: 0.375rem 1.125rem;
}
@media (min-width: 1024px) {
  .c-single-chronicle__desc .c-btn--solid, .c-single-chronicle__desc .c-chronicle__loadmore.wpgb-facet button.wpgb-button, .c-chronicle__loadmore.wpgb-facet .c-single-chronicle__desc button.wpgb-button, .c-single-chronicle__desc .c-widget--theme-black-purple .c-teaser-image-text__button, .c-widget--theme-black-purple .c-single-chronicle__desc .c-teaser-image-text__button, .c-single-chronicle__desc .c-widget--theme-purple-orange .c-teaser-image-text__button, .c-widget--theme-purple-orange .c-single-chronicle__desc .c-teaser-image-text__button, .c-single-chronicle__desc .c-widget--theme-purple .c-teaser-image-text__button, .c-widget--theme-purple .c-single-chronicle__desc .c-teaser-image-text__button, .c-single-chronicle__desc .c-widget--theme-orange .c-teaser-image-text__button, .c-widget--theme-orange .c-single-chronicle__desc .c-teaser-image-text__button, .c-single-chronicle__desc .c-widget--theme-white-black .c-teaser-cta__button, .c-widget--theme-white-black .c-single-chronicle__desc .c-teaser-cta__button, .c-single-chronicle__desc .c-widget--theme-light-orange .c-teaser-cta__button, .c-widget--theme-light-orange .c-single-chronicle__desc .c-teaser-cta__button, .c-single-chronicle__desc .c-widget--theme-white-purple .c-teaser-cta__button, .c-widget--theme-white-purple .c-single-chronicle__desc .c-teaser-cta__button, .c-single-chronicle__desc .c-widget--theme-white-black .c-teaser-chronicle-tag-slider__link, .c-widget--theme-white-black .c-single-chronicle__desc .c-teaser-chronicle-tag-slider__link, .c-single-chronicle__desc .c-widget--theme-light-orange .c-teaser-chronicle-tag-slider__link, .c-widget--theme-light-orange .c-single-chronicle__desc .c-teaser-chronicle-tag-slider__link, .c-single-chronicle__desc .c-widget--theme-white-purple .c-teaser-chronicle-tag-slider__link, .c-widget--theme-white-purple .c-single-chronicle__desc .c-teaser-chronicle-tag-slider__link, .c-single-chronicle__desc .c-widget--theme-white-black .c-teaser-archive-slider__link, .c-widget--theme-white-black .c-single-chronicle__desc .c-teaser-archive-slider__link, .c-single-chronicle__desc .c-widget--theme-light-orange .c-teaser-archive-slider__link, .c-widget--theme-light-orange .c-single-chronicle__desc .c-teaser-archive-slider__link, .c-single-chronicle__desc .c-widget--theme-white-purple .c-teaser-archive-slider__link, .c-widget--theme-white-purple .c-single-chronicle__desc .c-teaser-archive-slider__link, .c-single-chronicle__desc .c-widget--theme-black-purple .c-teaser-archive-grid__button, .c-widget--theme-black-purple .c-single-chronicle__desc .c-teaser-archive-grid__button, .c-single-chronicle__desc .c-widget--theme-purple .c-teaser-archive-grid__button, .c-widget--theme-purple .c-single-chronicle__desc .c-teaser-archive-grid__button, .c-single-chronicle__desc .c-widget--theme-purple-orange .c-teaser-archive-grid__button, .c-widget--theme-purple-orange .c-single-chronicle__desc .c-teaser-archive-grid__button, .c-single-chronicle__desc .c-widget--theme-orange .c-teaser-archive-grid__button, .c-widget--theme-orange .c-single-chronicle__desc .c-teaser-archive-grid__button, .c-widget--text .c-btn--solid, .c-widget--text .c-chronicle__loadmore.wpgb-facet button.wpgb-button, .c-chronicle__loadmore.wpgb-facet .c-widget--text button.wpgb-button, .c-widget--text .c-widget--theme-black-purple .c-teaser-image-text__button, .c-widget--theme-black-purple .c-widget--text .c-teaser-image-text__button, .c-widget--text .c-widget--theme-purple-orange .c-teaser-image-text__button, .c-widget--theme-purple-orange .c-widget--text .c-teaser-image-text__button, .c-widget--text .c-widget--theme-purple .c-teaser-image-text__button, .c-widget--theme-purple .c-widget--text .c-teaser-image-text__button, .c-widget--text .c-widget--theme-orange .c-teaser-image-text__button, .c-widget--theme-orange .c-widget--text .c-teaser-image-text__button, .c-widget--text .c-widget--theme-white-black .c-teaser-cta__button, .c-widget--theme-white-black .c-widget--text .c-teaser-cta__button, .c-widget--text .c-widget--theme-light-orange .c-teaser-cta__button, .c-widget--theme-light-orange .c-widget--text .c-teaser-cta__button, .c-widget--text .c-widget--theme-white-purple .c-teaser-cta__button, .c-widget--theme-white-purple .c-widget--text .c-teaser-cta__button, .c-widget--text .c-widget--theme-white-black .c-teaser-chronicle-tag-slider__link, .c-widget--theme-white-black .c-widget--text .c-teaser-chronicle-tag-slider__link, .c-widget--text .c-widget--theme-light-orange .c-teaser-chronicle-tag-slider__link, .c-widget--theme-light-orange .c-widget--text .c-teaser-chronicle-tag-slider__link, .c-widget--text .c-widget--theme-white-purple .c-teaser-chronicle-tag-slider__link, .c-widget--theme-white-purple .c-widget--text .c-teaser-chronicle-tag-slider__link, .c-widget--text .c-widget--theme-white-black .c-teaser-archive-slider__link, .c-widget--theme-white-black .c-widget--text .c-teaser-archive-slider__link, .c-widget--text .c-widget--theme-light-orange .c-teaser-archive-slider__link, .c-widget--theme-light-orange .c-widget--text .c-teaser-archive-slider__link, .c-widget--text .c-widget--theme-white-purple .c-teaser-archive-slider__link, .c-widget--theme-white-purple .c-widget--text .c-teaser-archive-slider__link, .c-widget--text .c-widget--theme-black-purple .c-teaser-archive-grid__button, .c-widget--theme-black-purple .c-widget--text .c-teaser-archive-grid__button, .c-widget--text .c-widget--theme-purple .c-teaser-archive-grid__button, .c-widget--theme-purple .c-widget--text .c-teaser-archive-grid__button, .c-widget--text .c-widget--theme-purple-orange .c-teaser-archive-grid__button, .c-widget--theme-purple-orange .c-widget--text .c-teaser-archive-grid__button, .c-widget--text .c-widget--theme-orange .c-teaser-archive-grid__button, .c-widget--theme-orange .c-widget--text .c-teaser-archive-grid__button {
    padding: 0.5rem 1.25rem;
  }
}

.c-btn--text, .c-chronicle__timeline-link, .c-chronicle__timeline .tns-controls [aria-controls] {
  padding: 0.5rem 0;
  border: none;
  background: transparent !important;
}
@media (min-width: 1024px) {
  .c-btn--text, .c-chronicle__timeline-link, .c-chronicle__timeline .tns-controls [aria-controls] {
    padding: 0.5rem 0;
    border: none;
  }
}

/* Scheme variants
   ========================================================================== */
.c-btn--light, .c-chronicle__loadmore.wpgb-facet button.wpgb-button, .c-widget--theme-white-black .c-teaser-cta__button, .c-widget--theme-light-orange .c-teaser-cta__button, .c-widget--theme-white-purple .c-teaser-cta__button, .c-widget--theme-white-black .c-teaser-chronicle-tag-slider__link, .c-widget--theme-light-orange .c-teaser-chronicle-tag-slider__link, .c-widget--theme-white-purple .c-teaser-chronicle-tag-slider__link, .c-widget--theme-white-black .c-teaser-archive-slider__link, .c-widget--theme-light-orange .c-teaser-archive-slider__link, .c-widget--theme-white-purple .c-teaser-archive-slider__link, .c-chronicle__timeline-link {
  color: #6F0EF2;
  background-color: transparent;
  border-color: #6F0EF2;
}
.c-btn--light[href]:hover, .c-chronicle__loadmore.wpgb-facet button[href].wpgb-button:hover, .c-widget--theme-white-black [href].c-teaser-cta__button:hover, .c-widget--theme-light-orange [href].c-teaser-cta__button:hover, .c-widget--theme-white-purple [href].c-teaser-cta__button:hover, .c-widget--theme-white-black [href].c-teaser-chronicle-tag-slider__link:hover, .c-widget--theme-light-orange [href].c-teaser-chronicle-tag-slider__link:hover, .c-widget--theme-white-purple [href].c-teaser-chronicle-tag-slider__link:hover, .c-widget--theme-white-black [href].c-teaser-archive-slider__link:hover, .c-widget--theme-light-orange [href].c-teaser-archive-slider__link:hover, .c-widget--theme-white-purple [href].c-teaser-archive-slider__link:hover, [href].c-chronicle__timeline-link:hover {
  color: #FFFFFF;
  background-color: #6F0EF2;
}
.c-btn--light[href]:hover.c-btn--text, .c-chronicle__loadmore.wpgb-facet button[href].wpgb-button:hover.c-btn--text, .c-widget--theme-white-black [href].c-teaser-cta__button:hover.c-btn--text, .c-widget--theme-light-orange [href].c-teaser-cta__button:hover.c-btn--text, .c-widget--theme-white-purple [href].c-teaser-cta__button:hover.c-btn--text, .c-widget--theme-white-black [href].c-teaser-chronicle-tag-slider__link:hover.c-btn--text, .c-widget--theme-light-orange [href].c-teaser-chronicle-tag-slider__link:hover.c-btn--text, .c-widget--theme-white-purple [href].c-teaser-chronicle-tag-slider__link:hover.c-btn--text, .c-widget--theme-white-black [href].c-teaser-archive-slider__link:hover.c-btn--text, .c-widget--theme-light-orange [href].c-teaser-archive-slider__link:hover.c-btn--text, .c-widget--theme-white-purple [href].c-teaser-archive-slider__link:hover.c-btn--text, [href].c-chronicle__timeline-link:hover, .c-chronicle__timeline .tns-controls .c-btn--light[href][aria-controls]:hover, .c-chronicle__timeline .tns-controls .c-chronicle__loadmore.wpgb-facet button[href][aria-controls].wpgb-button:hover, .c-chronicle__loadmore.wpgb-facet .c-chronicle__timeline .tns-controls button[href][aria-controls].wpgb-button:hover, .c-chronicle__timeline .tns-controls .c-widget--theme-white-black [href][aria-controls].c-teaser-cta__button:hover, .c-widget--theme-white-black .c-chronicle__timeline .tns-controls [href][aria-controls].c-teaser-cta__button:hover, .c-chronicle__timeline .tns-controls .c-widget--theme-light-orange [href][aria-controls].c-teaser-cta__button:hover, .c-widget--theme-light-orange .c-chronicle__timeline .tns-controls [href][aria-controls].c-teaser-cta__button:hover, .c-chronicle__timeline .tns-controls .c-widget--theme-white-purple [href][aria-controls].c-teaser-cta__button:hover, .c-widget--theme-white-purple .c-chronicle__timeline .tns-controls [href][aria-controls].c-teaser-cta__button:hover, .c-chronicle__timeline .tns-controls .c-widget--theme-white-black [href][aria-controls].c-teaser-chronicle-tag-slider__link:hover, .c-widget--theme-white-black .c-chronicle__timeline .tns-controls [href][aria-controls].c-teaser-chronicle-tag-slider__link:hover, .c-chronicle__timeline .tns-controls .c-widget--theme-light-orange [href][aria-controls].c-teaser-chronicle-tag-slider__link:hover, .c-widget--theme-light-orange .c-chronicle__timeline .tns-controls [href][aria-controls].c-teaser-chronicle-tag-slider__link:hover, .c-chronicle__timeline .tns-controls .c-widget--theme-white-purple [href][aria-controls].c-teaser-chronicle-tag-slider__link:hover, .c-widget--theme-white-purple .c-chronicle__timeline .tns-controls [href][aria-controls].c-teaser-chronicle-tag-slider__link:hover, .c-chronicle__timeline .tns-controls .c-widget--theme-white-black [href][aria-controls].c-teaser-archive-slider__link:hover, .c-widget--theme-white-black .c-chronicle__timeline .tns-controls [href][aria-controls].c-teaser-archive-slider__link:hover, .c-chronicle__timeline .tns-controls .c-widget--theme-light-orange [href][aria-controls].c-teaser-archive-slider__link:hover, .c-widget--theme-light-orange .c-chronicle__timeline .tns-controls [href][aria-controls].c-teaser-archive-slider__link:hover, .c-chronicle__timeline .tns-controls .c-widget--theme-white-purple [href][aria-controls].c-teaser-archive-slider__link:hover, .c-widget--theme-white-purple .c-chronicle__timeline .tns-controls [href][aria-controls].c-teaser-archive-slider__link:hover {
  color: #320173;
}
.c-btn--light:active, .c-chronicle__loadmore.wpgb-facet button.wpgb-button:active, .c-widget--theme-white-black .c-teaser-cta__button:active, .c-widget--theme-light-orange .c-teaser-cta__button:active, .c-widget--theme-white-purple .c-teaser-cta__button:active, .c-widget--theme-white-black .c-teaser-chronicle-tag-slider__link:active, .c-widget--theme-light-orange .c-teaser-chronicle-tag-slider__link:active, .c-widget--theme-white-purple .c-teaser-chronicle-tag-slider__link:active, .c-widget--theme-white-black .c-teaser-archive-slider__link:active, .c-widget--theme-light-orange .c-teaser-archive-slider__link:active, .c-widget--theme-white-purple .c-teaser-archive-slider__link:active, .c-chronicle__timeline-link:active, .c-btn--light.is-active, .c-chronicle__loadmore.wpgb-facet button.is-active.wpgb-button, .c-widget--theme-white-black .is-active.c-teaser-cta__button, .c-widget--theme-light-orange .is-active.c-teaser-cta__button, .c-widget--theme-white-purple .is-active.c-teaser-cta__button, .c-widget--theme-white-black .is-active.c-teaser-chronicle-tag-slider__link, .c-widget--theme-light-orange .is-active.c-teaser-chronicle-tag-slider__link, .c-widget--theme-white-purple .is-active.c-teaser-chronicle-tag-slider__link, .c-widget--theme-white-black .is-active.c-teaser-archive-slider__link, .c-widget--theme-light-orange .is-active.c-teaser-archive-slider__link, .c-widget--theme-white-purple .is-active.c-teaser-archive-slider__link, .is-active.c-chronicle__timeline-link {
  color: #FFFFFF;
  background-color: #320173;
  border-color: #320173;
}
.c-btn--light:active.c-btn--text, .c-chronicle__loadmore.wpgb-facet button.wpgb-button:active.c-btn--text, .c-widget--theme-white-black .c-teaser-cta__button:active.c-btn--text, .c-widget--theme-light-orange .c-teaser-cta__button:active.c-btn--text, .c-widget--theme-white-purple .c-teaser-cta__button:active.c-btn--text, .c-widget--theme-white-black .c-teaser-chronicle-tag-slider__link:active.c-btn--text, .c-widget--theme-light-orange .c-teaser-chronicle-tag-slider__link:active.c-btn--text, .c-widget--theme-white-purple .c-teaser-chronicle-tag-slider__link:active.c-btn--text, .c-widget--theme-white-black .c-teaser-archive-slider__link:active.c-btn--text, .c-widget--theme-light-orange .c-teaser-archive-slider__link:active.c-btn--text, .c-widget--theme-white-purple .c-teaser-archive-slider__link:active.c-btn--text, .c-chronicle__timeline-link:active, .c-chronicle__timeline .tns-controls .c-btn--light[aria-controls]:active, .c-chronicle__timeline .tns-controls .c-chronicle__loadmore.wpgb-facet button[aria-controls].wpgb-button:active, .c-chronicle__loadmore.wpgb-facet .c-chronicle__timeline .tns-controls button[aria-controls].wpgb-button:active, .c-chronicle__timeline .tns-controls .c-widget--theme-white-black [aria-controls].c-teaser-cta__button:active, .c-widget--theme-white-black .c-chronicle__timeline .tns-controls [aria-controls].c-teaser-cta__button:active, .c-chronicle__timeline .tns-controls .c-widget--theme-light-orange [aria-controls].c-teaser-cta__button:active, .c-widget--theme-light-orange .c-chronicle__timeline .tns-controls [aria-controls].c-teaser-cta__button:active, .c-chronicle__timeline .tns-controls .c-widget--theme-white-purple [aria-controls].c-teaser-cta__button:active, .c-widget--theme-white-purple .c-chronicle__timeline .tns-controls [aria-controls].c-teaser-cta__button:active, .c-chronicle__timeline .tns-controls .c-widget--theme-white-black [aria-controls].c-teaser-chronicle-tag-slider__link:active, .c-widget--theme-white-black .c-chronicle__timeline .tns-controls [aria-controls].c-teaser-chronicle-tag-slider__link:active, .c-chronicle__timeline .tns-controls .c-widget--theme-light-orange [aria-controls].c-teaser-chronicle-tag-slider__link:active, .c-widget--theme-light-orange .c-chronicle__timeline .tns-controls [aria-controls].c-teaser-chronicle-tag-slider__link:active, .c-chronicle__timeline .tns-controls .c-widget--theme-white-purple [aria-controls].c-teaser-chronicle-tag-slider__link:active, .c-widget--theme-white-purple .c-chronicle__timeline .tns-controls [aria-controls].c-teaser-chronicle-tag-slider__link:active, .c-chronicle__timeline .tns-controls .c-widget--theme-white-black [aria-controls].c-teaser-archive-slider__link:active, .c-widget--theme-white-black .c-chronicle__timeline .tns-controls [aria-controls].c-teaser-archive-slider__link:active, .c-chronicle__timeline .tns-controls .c-widget--theme-light-orange [aria-controls].c-teaser-archive-slider__link:active, .c-widget--theme-light-orange .c-chronicle__timeline .tns-controls [aria-controls].c-teaser-archive-slider__link:active, .c-chronicle__timeline .tns-controls .c-widget--theme-white-purple [aria-controls].c-teaser-archive-slider__link:active, .c-widget--theme-white-purple .c-chronicle__timeline .tns-controls [aria-controls].c-teaser-archive-slider__link:active, .c-chronicle__timeline .tns-controls [aria-controls].c-chronicle__timeline-link:active, .c-btn--light.is-active.c-btn--text, .c-chronicle__loadmore.wpgb-facet button.is-active.c-btn--text.wpgb-button, .c-widget--theme-white-black .is-active.c-btn--text.c-teaser-cta__button, .c-widget--theme-light-orange .is-active.c-btn--text.c-teaser-cta__button, .c-widget--theme-white-purple .is-active.c-btn--text.c-teaser-cta__button, .c-widget--theme-white-black .is-active.c-btn--text.c-teaser-chronicle-tag-slider__link, .c-widget--theme-light-orange .is-active.c-btn--text.c-teaser-chronicle-tag-slider__link, .c-widget--theme-white-purple .is-active.c-btn--text.c-teaser-chronicle-tag-slider__link, .c-widget--theme-white-black .is-active.c-btn--text.c-teaser-archive-slider__link, .c-widget--theme-light-orange .is-active.c-btn--text.c-teaser-archive-slider__link, .c-widget--theme-white-purple .is-active.c-btn--text.c-teaser-archive-slider__link, .is-active.c-chronicle__timeline-link, .c-chronicle__timeline .tns-controls .c-btn--light.is-active[aria-controls], .c-chronicle__timeline .tns-controls .c-chronicle__loadmore.wpgb-facet button.is-active[aria-controls].wpgb-button, .c-chronicle__loadmore.wpgb-facet .c-chronicle__timeline .tns-controls button.is-active[aria-controls].wpgb-button, .c-chronicle__timeline .tns-controls .c-widget--theme-white-black .is-active[aria-controls].c-teaser-cta__button, .c-widget--theme-white-black .c-chronicle__timeline .tns-controls .is-active[aria-controls].c-teaser-cta__button, .c-chronicle__timeline .tns-controls .c-widget--theme-light-orange .is-active[aria-controls].c-teaser-cta__button, .c-widget--theme-light-orange .c-chronicle__timeline .tns-controls .is-active[aria-controls].c-teaser-cta__button, .c-chronicle__timeline .tns-controls .c-widget--theme-white-purple .is-active[aria-controls].c-teaser-cta__button, .c-widget--theme-white-purple .c-chronicle__timeline .tns-controls .is-active[aria-controls].c-teaser-cta__button, .c-chronicle__timeline .tns-controls .c-widget--theme-white-black .is-active[aria-controls].c-teaser-chronicle-tag-slider__link, .c-widget--theme-white-black .c-chronicle__timeline .tns-controls .is-active[aria-controls].c-teaser-chronicle-tag-slider__link, .c-chronicle__timeline .tns-controls .c-widget--theme-light-orange .is-active[aria-controls].c-teaser-chronicle-tag-slider__link, .c-widget--theme-light-orange .c-chronicle__timeline .tns-controls .is-active[aria-controls].c-teaser-chronicle-tag-slider__link, .c-chronicle__timeline .tns-controls .c-widget--theme-white-purple .is-active[aria-controls].c-teaser-chronicle-tag-slider__link, .c-widget--theme-white-purple .c-chronicle__timeline .tns-controls .is-active[aria-controls].c-teaser-chronicle-tag-slider__link, .c-chronicle__timeline .tns-controls .c-widget--theme-white-black .is-active[aria-controls].c-teaser-archive-slider__link, .c-widget--theme-white-black .c-chronicle__timeline .tns-controls .is-active[aria-controls].c-teaser-archive-slider__link, .c-chronicle__timeline .tns-controls .c-widget--theme-light-orange .is-active[aria-controls].c-teaser-archive-slider__link, .c-widget--theme-light-orange .c-chronicle__timeline .tns-controls .is-active[aria-controls].c-teaser-archive-slider__link, .c-chronicle__timeline .tns-controls .c-widget--theme-white-purple .is-active[aria-controls].c-teaser-archive-slider__link, .c-widget--theme-white-purple .c-chronicle__timeline .tns-controls .is-active[aria-controls].c-teaser-archive-slider__link, .c-chronicle__timeline .tns-controls .is-active[aria-controls].c-chronicle__timeline-link {
  color: #FE6220;
}
.c-btn--light[disabled], .c-chronicle__loadmore.wpgb-facet button[disabled].wpgb-button, .c-widget--theme-white-black [disabled].c-teaser-cta__button, .c-widget--theme-light-orange [disabled].c-teaser-cta__button, .c-widget--theme-white-purple [disabled].c-teaser-cta__button, .c-widget--theme-white-black [disabled].c-teaser-chronicle-tag-slider__link, .c-widget--theme-light-orange [disabled].c-teaser-chronicle-tag-slider__link, .c-widget--theme-white-purple [disabled].c-teaser-chronicle-tag-slider__link, .c-widget--theme-white-black [disabled].c-teaser-archive-slider__link, .c-widget--theme-light-orange [disabled].c-teaser-archive-slider__link, .c-widget--theme-white-purple [disabled].c-teaser-archive-slider__link, [disabled].c-chronicle__timeline-link, .c-btn--light[disabled]:hover, .c-btn--light.is-disabled, .c-chronicle__loadmore.wpgb-facet button.is-disabled.wpgb-button, .c-widget--theme-white-black .is-disabled.c-teaser-cta__button, .c-widget--theme-light-orange .is-disabled.c-teaser-cta__button, .c-widget--theme-white-purple .is-disabled.c-teaser-cta__button, .c-widget--theme-white-black .is-disabled.c-teaser-chronicle-tag-slider__link, .c-widget--theme-light-orange .is-disabled.c-teaser-chronicle-tag-slider__link, .c-widget--theme-white-purple .is-disabled.c-teaser-chronicle-tag-slider__link, .c-widget--theme-white-black .is-disabled.c-teaser-archive-slider__link, .c-widget--theme-light-orange .is-disabled.c-teaser-archive-slider__link, .c-widget--theme-white-purple .is-disabled.c-teaser-archive-slider__link, .is-disabled.c-chronicle__timeline-link, .c-btn--light.is-disabled:hover {
  color: #E2CFFC;
  background-color: transparent;
  border-color: #E2CFFC;
  pointer-events: none;
}
.c-btn--light[disabled].c-btn--text, .c-chronicle__loadmore.wpgb-facet button[disabled].c-btn--text.wpgb-button, .c-widget--theme-white-black [disabled].c-btn--text.c-teaser-cta__button, .c-widget--theme-light-orange [disabled].c-btn--text.c-teaser-cta__button, .c-widget--theme-white-purple [disabled].c-btn--text.c-teaser-cta__button, .c-widget--theme-white-black [disabled].c-btn--text.c-teaser-chronicle-tag-slider__link, .c-widget--theme-light-orange [disabled].c-btn--text.c-teaser-chronicle-tag-slider__link, .c-widget--theme-white-purple [disabled].c-btn--text.c-teaser-chronicle-tag-slider__link, .c-widget--theme-white-black [disabled].c-btn--text.c-teaser-archive-slider__link, .c-widget--theme-light-orange [disabled].c-btn--text.c-teaser-archive-slider__link, .c-widget--theme-white-purple [disabled].c-btn--text.c-teaser-archive-slider__link, [disabled].c-chronicle__timeline-link, .c-chronicle__timeline .tns-controls .c-btn--light[disabled][aria-controls], .c-chronicle__timeline .tns-controls .c-chronicle__loadmore.wpgb-facet button[disabled][aria-controls].wpgb-button, .c-chronicle__loadmore.wpgb-facet .c-chronicle__timeline .tns-controls button[disabled][aria-controls].wpgb-button, .c-chronicle__timeline .tns-controls .c-widget--theme-white-black [disabled][aria-controls].c-teaser-cta__button, .c-widget--theme-white-black .c-chronicle__timeline .tns-controls [disabled][aria-controls].c-teaser-cta__button, .c-chronicle__timeline .tns-controls .c-widget--theme-light-orange [disabled][aria-controls].c-teaser-cta__button, .c-widget--theme-light-orange .c-chronicle__timeline .tns-controls [disabled][aria-controls].c-teaser-cta__button, .c-chronicle__timeline .tns-controls .c-widget--theme-white-purple [disabled][aria-controls].c-teaser-cta__button, .c-widget--theme-white-purple .c-chronicle__timeline .tns-controls [disabled][aria-controls].c-teaser-cta__button, .c-chronicle__timeline .tns-controls .c-widget--theme-white-black [disabled][aria-controls].c-teaser-chronicle-tag-slider__link, .c-widget--theme-white-black .c-chronicle__timeline .tns-controls [disabled][aria-controls].c-teaser-chronicle-tag-slider__link, .c-chronicle__timeline .tns-controls .c-widget--theme-light-orange [disabled][aria-controls].c-teaser-chronicle-tag-slider__link, .c-widget--theme-light-orange .c-chronicle__timeline .tns-controls [disabled][aria-controls].c-teaser-chronicle-tag-slider__link, .c-chronicle__timeline .tns-controls .c-widget--theme-white-purple [disabled][aria-controls].c-teaser-chronicle-tag-slider__link, .c-widget--theme-white-purple .c-chronicle__timeline .tns-controls [disabled][aria-controls].c-teaser-chronicle-tag-slider__link, .c-chronicle__timeline .tns-controls .c-widget--theme-white-black [disabled][aria-controls].c-teaser-archive-slider__link, .c-widget--theme-white-black .c-chronicle__timeline .tns-controls [disabled][aria-controls].c-teaser-archive-slider__link, .c-chronicle__timeline .tns-controls .c-widget--theme-light-orange [disabled][aria-controls].c-teaser-archive-slider__link, .c-widget--theme-light-orange .c-chronicle__timeline .tns-controls [disabled][aria-controls].c-teaser-archive-slider__link, .c-chronicle__timeline .tns-controls .c-widget--theme-white-purple [disabled][aria-controls].c-teaser-archive-slider__link, .c-widget--theme-white-purple .c-chronicle__timeline .tns-controls [disabled][aria-controls].c-teaser-archive-slider__link, .c-chronicle__timeline .tns-controls [disabled][aria-controls].c-chronicle__timeline-link, .c-btn--light[disabled]:hover.c-btn--text, .c-btn--light.is-disabled.c-btn--text, .c-chronicle__loadmore.wpgb-facet button.is-disabled.c-btn--text.wpgb-button, .c-widget--theme-white-black .is-disabled.c-btn--text.c-teaser-cta__button, .c-widget--theme-light-orange .is-disabled.c-btn--text.c-teaser-cta__button, .c-widget--theme-white-purple .is-disabled.c-btn--text.c-teaser-cta__button, .c-widget--theme-white-black .is-disabled.c-btn--text.c-teaser-chronicle-tag-slider__link, .c-widget--theme-light-orange .is-disabled.c-btn--text.c-teaser-chronicle-tag-slider__link, .c-widget--theme-white-purple .is-disabled.c-btn--text.c-teaser-chronicle-tag-slider__link, .c-widget--theme-white-black .is-disabled.c-btn--text.c-teaser-archive-slider__link, .c-widget--theme-light-orange .is-disabled.c-btn--text.c-teaser-archive-slider__link, .c-widget--theme-white-purple .is-disabled.c-btn--text.c-teaser-archive-slider__link, .is-disabled.c-chronicle__timeline-link, .c-chronicle__timeline .tns-controls .c-btn--light.is-disabled[aria-controls], .c-chronicle__timeline .tns-controls .c-chronicle__loadmore.wpgb-facet button.is-disabled[aria-controls].wpgb-button, .c-chronicle__loadmore.wpgb-facet .c-chronicle__timeline .tns-controls button.is-disabled[aria-controls].wpgb-button, .c-chronicle__timeline .tns-controls .c-widget--theme-white-black .is-disabled[aria-controls].c-teaser-cta__button, .c-widget--theme-white-black .c-chronicle__timeline .tns-controls .is-disabled[aria-controls].c-teaser-cta__button, .c-chronicle__timeline .tns-controls .c-widget--theme-light-orange .is-disabled[aria-controls].c-teaser-cta__button, .c-widget--theme-light-orange .c-chronicle__timeline .tns-controls .is-disabled[aria-controls].c-teaser-cta__button, .c-chronicle__timeline .tns-controls .c-widget--theme-white-purple .is-disabled[aria-controls].c-teaser-cta__button, .c-widget--theme-white-purple .c-chronicle__timeline .tns-controls .is-disabled[aria-controls].c-teaser-cta__button, .c-chronicle__timeline .tns-controls .c-widget--theme-white-black .is-disabled[aria-controls].c-teaser-chronicle-tag-slider__link, .c-widget--theme-white-black .c-chronicle__timeline .tns-controls .is-disabled[aria-controls].c-teaser-chronicle-tag-slider__link, .c-chronicle__timeline .tns-controls .c-widget--theme-light-orange .is-disabled[aria-controls].c-teaser-chronicle-tag-slider__link, .c-widget--theme-light-orange .c-chronicle__timeline .tns-controls .is-disabled[aria-controls].c-teaser-chronicle-tag-slider__link, .c-chronicle__timeline .tns-controls .c-widget--theme-white-purple .is-disabled[aria-controls].c-teaser-chronicle-tag-slider__link, .c-widget--theme-white-purple .c-chronicle__timeline .tns-controls .is-disabled[aria-controls].c-teaser-chronicle-tag-slider__link, .c-chronicle__timeline .tns-controls .c-widget--theme-white-black .is-disabled[aria-controls].c-teaser-archive-slider__link, .c-widget--theme-white-black .c-chronicle__timeline .tns-controls .is-disabled[aria-controls].c-teaser-archive-slider__link, .c-chronicle__timeline .tns-controls .c-widget--theme-light-orange .is-disabled[aria-controls].c-teaser-archive-slider__link, .c-widget--theme-light-orange .c-chronicle__timeline .tns-controls .is-disabled[aria-controls].c-teaser-archive-slider__link, .c-chronicle__timeline .tns-controls .c-widget--theme-white-purple .is-disabled[aria-controls].c-teaser-archive-slider__link, .c-widget--theme-white-purple .c-chronicle__timeline .tns-controls .is-disabled[aria-controls].c-teaser-archive-slider__link, .c-chronicle__timeline .tns-controls .is-disabled[aria-controls].c-chronicle__timeline-link, .c-btn--light.is-disabled:hover.c-btn--text {
  color: #8C3EF5;
}

.c-btn--dark, .c-widget--theme-black-purple .c-teaser-image-text__button, .c-widget--theme-purple-orange .c-teaser-image-text__button, .c-widget--theme-purple .c-teaser-image-text__button, .c-widget--theme-orange .c-teaser-image-text__button, .c-widget--theme-black-purple .c-teaser-archive-grid__button, .c-widget--theme-purple .c-teaser-archive-grid__button, .c-widget--theme-purple-orange .c-teaser-archive-grid__button, .c-widget--theme-orange .c-teaser-archive-grid__button {
  color: #FFFFFF;
  background-color: transparent;
  border-color: #FFFFFF;
}
.c-btn--dark[href]:hover, .c-widget--theme-black-purple [href].c-teaser-image-text__button:hover, .c-widget--theme-purple-orange [href].c-teaser-image-text__button:hover, .c-widget--theme-purple [href].c-teaser-image-text__button:hover, .c-widget--theme-orange [href].c-teaser-image-text__button:hover, .c-widget--theme-black-purple [href].c-teaser-archive-grid__button:hover, .c-widget--theme-purple [href].c-teaser-archive-grid__button:hover, .c-widget--theme-purple-orange [href].c-teaser-archive-grid__button:hover, .c-widget--theme-orange [href].c-teaser-archive-grid__button:hover {
  color: #320173;
  background-color: #FFE5D9;
  border-color: #FFE5D9;
}
.c-btn--dark[href]:hover.c-btn--text, .c-widget--theme-black-purple [href].c-teaser-image-text__button:hover.c-btn--text, .c-widget--theme-purple-orange [href].c-teaser-image-text__button:hover.c-btn--text, .c-widget--theme-purple [href].c-teaser-image-text__button:hover.c-btn--text, .c-widget--theme-orange [href].c-teaser-image-text__button:hover.c-btn--text, .c-widget--theme-black-purple [href].c-teaser-archive-grid__button:hover.c-btn--text, .c-widget--theme-purple [href].c-teaser-archive-grid__button:hover.c-btn--text, .c-widget--theme-purple-orange [href].c-teaser-archive-grid__button:hover.c-btn--text, .c-widget--theme-orange [href].c-teaser-archive-grid__button:hover.c-btn--text, .c-btn--dark[href].c-chronicle__timeline-link:hover, .c-widget--theme-black-purple [href].c-chronicle__timeline-link.c-teaser-image-text__button:hover, .c-widget--theme-purple-orange [href].c-chronicle__timeline-link.c-teaser-image-text__button:hover, .c-widget--theme-purple [href].c-chronicle__timeline-link.c-teaser-image-text__button:hover, .c-widget--theme-orange [href].c-chronicle__timeline-link.c-teaser-image-text__button:hover, .c-widget--theme-black-purple [href].c-chronicle__timeline-link.c-teaser-archive-grid__button:hover, .c-widget--theme-purple [href].c-chronicle__timeline-link.c-teaser-archive-grid__button:hover, .c-widget--theme-purple-orange [href].c-chronicle__timeline-link.c-teaser-archive-grid__button:hover, .c-widget--theme-orange [href].c-chronicle__timeline-link.c-teaser-archive-grid__button:hover, .c-chronicle__timeline .tns-controls .c-btn--dark[href][aria-controls]:hover, .c-chronicle__timeline .tns-controls .c-widget--theme-black-purple [href][aria-controls].c-teaser-image-text__button:hover, .c-widget--theme-black-purple .c-chronicle__timeline .tns-controls [href][aria-controls].c-teaser-image-text__button:hover, .c-chronicle__timeline .tns-controls .c-widget--theme-purple-orange [href][aria-controls].c-teaser-image-text__button:hover, .c-widget--theme-purple-orange .c-chronicle__timeline .tns-controls [href][aria-controls].c-teaser-image-text__button:hover, .c-chronicle__timeline .tns-controls .c-widget--theme-purple [href][aria-controls].c-teaser-image-text__button:hover, .c-widget--theme-purple .c-chronicle__timeline .tns-controls [href][aria-controls].c-teaser-image-text__button:hover, .c-chronicle__timeline .tns-controls .c-widget--theme-orange [href][aria-controls].c-teaser-image-text__button:hover, .c-widget--theme-orange .c-chronicle__timeline .tns-controls [href][aria-controls].c-teaser-image-text__button:hover, .c-chronicle__timeline .tns-controls .c-widget--theme-black-purple [href][aria-controls].c-teaser-archive-grid__button:hover, .c-widget--theme-black-purple .c-chronicle__timeline .tns-controls [href][aria-controls].c-teaser-archive-grid__button:hover, .c-chronicle__timeline .tns-controls .c-widget--theme-purple [href][aria-controls].c-teaser-archive-grid__button:hover, .c-widget--theme-purple .c-chronicle__timeline .tns-controls [href][aria-controls].c-teaser-archive-grid__button:hover, .c-chronicle__timeline .tns-controls .c-widget--theme-purple-orange [href][aria-controls].c-teaser-archive-grid__button:hover, .c-widget--theme-purple-orange .c-chronicle__timeline .tns-controls [href][aria-controls].c-teaser-archive-grid__button:hover, .c-chronicle__timeline .tns-controls .c-widget--theme-orange [href][aria-controls].c-teaser-archive-grid__button:hover, .c-widget--theme-orange .c-chronicle__timeline .tns-controls [href][aria-controls].c-teaser-archive-grid__button:hover {
  color: #FFE5D9;
}
.c-btn--dark:active, .c-widget--theme-black-purple .c-teaser-image-text__button:active, .c-widget--theme-purple-orange .c-teaser-image-text__button:active, .c-widget--theme-purple .c-teaser-image-text__button:active, .c-widget--theme-orange .c-teaser-image-text__button:active, .c-widget--theme-black-purple .c-teaser-archive-grid__button:active, .c-widget--theme-purple .c-teaser-archive-grid__button:active, .c-widget--theme-purple-orange .c-teaser-archive-grid__button:active, .c-widget--theme-orange .c-teaser-archive-grid__button:active, .c-btn--dark.is-active, .c-widget--theme-black-purple .is-active.c-teaser-image-text__button, .c-widget--theme-purple-orange .is-active.c-teaser-image-text__button, .c-widget--theme-purple .is-active.c-teaser-image-text__button, .c-widget--theme-orange .is-active.c-teaser-image-text__button, .c-widget--theme-black-purple .is-active.c-teaser-archive-grid__button, .c-widget--theme-purple .is-active.c-teaser-archive-grid__button, .c-widget--theme-purple-orange .is-active.c-teaser-archive-grid__button, .c-widget--theme-orange .is-active.c-teaser-archive-grid__button {
  color: #320173;
  background-color: #FE6220;
  border-color: #FE6220;
}
.c-btn--dark:active.c-btn--text, .c-widget--theme-black-purple .c-teaser-image-text__button:active.c-btn--text, .c-widget--theme-purple-orange .c-teaser-image-text__button:active.c-btn--text, .c-widget--theme-purple .c-teaser-image-text__button:active.c-btn--text, .c-widget--theme-orange .c-teaser-image-text__button:active.c-btn--text, .c-widget--theme-black-purple .c-teaser-archive-grid__button:active.c-btn--text, .c-widget--theme-purple .c-teaser-archive-grid__button:active.c-btn--text, .c-widget--theme-purple-orange .c-teaser-archive-grid__button:active.c-btn--text, .c-widget--theme-orange .c-teaser-archive-grid__button:active.c-btn--text, .c-btn--dark.c-chronicle__timeline-link:active, .c-widget--theme-black-purple .c-chronicle__timeline-link.c-teaser-image-text__button:active, .c-widget--theme-purple-orange .c-chronicle__timeline-link.c-teaser-image-text__button:active, .c-widget--theme-purple .c-chronicle__timeline-link.c-teaser-image-text__button:active, .c-widget--theme-orange .c-chronicle__timeline-link.c-teaser-image-text__button:active, .c-widget--theme-black-purple .c-chronicle__timeline-link.c-teaser-archive-grid__button:active, .c-widget--theme-purple .c-chronicle__timeline-link.c-teaser-archive-grid__button:active, .c-widget--theme-purple-orange .c-chronicle__timeline-link.c-teaser-archive-grid__button:active, .c-widget--theme-orange .c-chronicle__timeline-link.c-teaser-archive-grid__button:active, .c-chronicle__timeline .tns-controls .c-btn--dark[aria-controls]:active, .c-chronicle__timeline .tns-controls .c-widget--theme-black-purple [aria-controls].c-teaser-image-text__button:active, .c-widget--theme-black-purple .c-chronicle__timeline .tns-controls [aria-controls].c-teaser-image-text__button:active, .c-chronicle__timeline .tns-controls .c-widget--theme-purple-orange [aria-controls].c-teaser-image-text__button:active, .c-widget--theme-purple-orange .c-chronicle__timeline .tns-controls [aria-controls].c-teaser-image-text__button:active, .c-chronicle__timeline .tns-controls .c-widget--theme-purple [aria-controls].c-teaser-image-text__button:active, .c-widget--theme-purple .c-chronicle__timeline .tns-controls [aria-controls].c-teaser-image-text__button:active, .c-chronicle__timeline .tns-controls .c-widget--theme-orange [aria-controls].c-teaser-image-text__button:active, .c-widget--theme-orange .c-chronicle__timeline .tns-controls [aria-controls].c-teaser-image-text__button:active, .c-chronicle__timeline .tns-controls .c-widget--theme-black-purple [aria-controls].c-teaser-archive-grid__button:active, .c-widget--theme-black-purple .c-chronicle__timeline .tns-controls [aria-controls].c-teaser-archive-grid__button:active, .c-chronicle__timeline .tns-controls .c-widget--theme-purple [aria-controls].c-teaser-archive-grid__button:active, .c-widget--theme-purple .c-chronicle__timeline .tns-controls [aria-controls].c-teaser-archive-grid__button:active, .c-chronicle__timeline .tns-controls .c-widget--theme-purple-orange [aria-controls].c-teaser-archive-grid__button:active, .c-widget--theme-purple-orange .c-chronicle__timeline .tns-controls [aria-controls].c-teaser-archive-grid__button:active, .c-chronicle__timeline .tns-controls .c-widget--theme-orange [aria-controls].c-teaser-archive-grid__button:active, .c-widget--theme-orange .c-chronicle__timeline .tns-controls [aria-controls].c-teaser-archive-grid__button:active, .c-btn--dark.is-active.c-btn--text, .c-widget--theme-black-purple .is-active.c-btn--text.c-teaser-image-text__button, .c-widget--theme-purple-orange .is-active.c-btn--text.c-teaser-image-text__button, .c-widget--theme-purple .is-active.c-btn--text.c-teaser-image-text__button, .c-widget--theme-orange .is-active.c-btn--text.c-teaser-image-text__button, .c-widget--theme-black-purple .is-active.c-btn--text.c-teaser-archive-grid__button, .c-widget--theme-purple .is-active.c-btn--text.c-teaser-archive-grid__button, .c-widget--theme-purple-orange .is-active.c-btn--text.c-teaser-archive-grid__button, .c-widget--theme-orange .is-active.c-btn--text.c-teaser-archive-grid__button, .c-btn--dark.is-active.c-chronicle__timeline-link, .c-widget--theme-black-purple .is-active.c-chronicle__timeline-link.c-teaser-image-text__button, .c-widget--theme-purple-orange .is-active.c-chronicle__timeline-link.c-teaser-image-text__button, .c-widget--theme-purple .is-active.c-chronicle__timeline-link.c-teaser-image-text__button, .c-widget--theme-orange .is-active.c-chronicle__timeline-link.c-teaser-image-text__button, .c-widget--theme-black-purple .is-active.c-chronicle__timeline-link.c-teaser-archive-grid__button, .c-widget--theme-purple .is-active.c-chronicle__timeline-link.c-teaser-archive-grid__button, .c-widget--theme-purple-orange .is-active.c-chronicle__timeline-link.c-teaser-archive-grid__button, .c-widget--theme-orange .is-active.c-chronicle__timeline-link.c-teaser-archive-grid__button, .c-chronicle__timeline .tns-controls .c-btn--dark.is-active[aria-controls], .c-chronicle__timeline .tns-controls .c-widget--theme-black-purple .is-active[aria-controls].c-teaser-image-text__button, .c-widget--theme-black-purple .c-chronicle__timeline .tns-controls .is-active[aria-controls].c-teaser-image-text__button, .c-chronicle__timeline .tns-controls .c-widget--theme-purple-orange .is-active[aria-controls].c-teaser-image-text__button, .c-widget--theme-purple-orange .c-chronicle__timeline .tns-controls .is-active[aria-controls].c-teaser-image-text__button, .c-chronicle__timeline .tns-controls .c-widget--theme-purple .is-active[aria-controls].c-teaser-image-text__button, .c-widget--theme-purple .c-chronicle__timeline .tns-controls .is-active[aria-controls].c-teaser-image-text__button, .c-chronicle__timeline .tns-controls .c-widget--theme-orange .is-active[aria-controls].c-teaser-image-text__button, .c-widget--theme-orange .c-chronicle__timeline .tns-controls .is-active[aria-controls].c-teaser-image-text__button, .c-chronicle__timeline .tns-controls .c-widget--theme-black-purple .is-active[aria-controls].c-teaser-archive-grid__button, .c-widget--theme-black-purple .c-chronicle__timeline .tns-controls .is-active[aria-controls].c-teaser-archive-grid__button, .c-chronicle__timeline .tns-controls .c-widget--theme-purple .is-active[aria-controls].c-teaser-archive-grid__button, .c-widget--theme-purple .c-chronicle__timeline .tns-controls .is-active[aria-controls].c-teaser-archive-grid__button, .c-chronicle__timeline .tns-controls .c-widget--theme-purple-orange .is-active[aria-controls].c-teaser-archive-grid__button, .c-widget--theme-purple-orange .c-chronicle__timeline .tns-controls .is-active[aria-controls].c-teaser-archive-grid__button, .c-chronicle__timeline .tns-controls .c-widget--theme-orange .is-active[aria-controls].c-teaser-archive-grid__button, .c-widget--theme-orange .c-chronicle__timeline .tns-controls .is-active[aria-controls].c-teaser-archive-grid__button {
  color: #FE6220;
}
.c-btn--dark[disabled], .c-widget--theme-black-purple [disabled].c-teaser-image-text__button, .c-widget--theme-purple-orange [disabled].c-teaser-image-text__button, .c-widget--theme-purple [disabled].c-teaser-image-text__button, .c-widget--theme-orange [disabled].c-teaser-image-text__button, .c-widget--theme-black-purple [disabled].c-teaser-archive-grid__button, .c-widget--theme-purple [disabled].c-teaser-archive-grid__button, .c-widget--theme-purple-orange [disabled].c-teaser-archive-grid__button, .c-widget--theme-orange [disabled].c-teaser-archive-grid__button, .c-btn--dark[disabled]:hover, .c-btn--dark.is-disabled, .c-widget--theme-black-purple .is-disabled.c-teaser-image-text__button, .c-widget--theme-purple-orange .is-disabled.c-teaser-image-text__button, .c-widget--theme-purple .is-disabled.c-teaser-image-text__button, .c-widget--theme-orange .is-disabled.c-teaser-image-text__button, .c-widget--theme-black-purple .is-disabled.c-teaser-archive-grid__button, .c-widget--theme-purple .is-disabled.c-teaser-archive-grid__button, .c-widget--theme-purple-orange .is-disabled.c-teaser-archive-grid__button, .c-widget--theme-orange .is-disabled.c-teaser-archive-grid__button, .c-btn--dark.is-disabled:hover {
  color: #5002BA;
  background-color: transparent;
  border-color: #5002BA;
  pointer-events: none;
}
.c-btn--dark[disabled].c-btn--text, .c-widget--theme-black-purple [disabled].c-btn--text.c-teaser-image-text__button, .c-widget--theme-purple-orange [disabled].c-btn--text.c-teaser-image-text__button, .c-widget--theme-purple [disabled].c-btn--text.c-teaser-image-text__button, .c-widget--theme-orange [disabled].c-btn--text.c-teaser-image-text__button, .c-widget--theme-black-purple [disabled].c-btn--text.c-teaser-archive-grid__button, .c-widget--theme-purple [disabled].c-btn--text.c-teaser-archive-grid__button, .c-widget--theme-purple-orange [disabled].c-btn--text.c-teaser-archive-grid__button, .c-widget--theme-orange [disabled].c-btn--text.c-teaser-archive-grid__button, .c-btn--dark[disabled].c-chronicle__timeline-link, .c-widget--theme-black-purple [disabled].c-chronicle__timeline-link.c-teaser-image-text__button, .c-widget--theme-purple-orange [disabled].c-chronicle__timeline-link.c-teaser-image-text__button, .c-widget--theme-purple [disabled].c-chronicle__timeline-link.c-teaser-image-text__button, .c-widget--theme-orange [disabled].c-chronicle__timeline-link.c-teaser-image-text__button, .c-widget--theme-black-purple [disabled].c-chronicle__timeline-link.c-teaser-archive-grid__button, .c-widget--theme-purple [disabled].c-chronicle__timeline-link.c-teaser-archive-grid__button, .c-widget--theme-purple-orange [disabled].c-chronicle__timeline-link.c-teaser-archive-grid__button, .c-widget--theme-orange [disabled].c-chronicle__timeline-link.c-teaser-archive-grid__button, .c-chronicle__timeline .tns-controls .c-btn--dark[disabled][aria-controls], .c-chronicle__timeline .tns-controls .c-widget--theme-black-purple [disabled][aria-controls].c-teaser-image-text__button, .c-widget--theme-black-purple .c-chronicle__timeline .tns-controls [disabled][aria-controls].c-teaser-image-text__button, .c-chronicle__timeline .tns-controls .c-widget--theme-purple-orange [disabled][aria-controls].c-teaser-image-text__button, .c-widget--theme-purple-orange .c-chronicle__timeline .tns-controls [disabled][aria-controls].c-teaser-image-text__button, .c-chronicle__timeline .tns-controls .c-widget--theme-purple [disabled][aria-controls].c-teaser-image-text__button, .c-widget--theme-purple .c-chronicle__timeline .tns-controls [disabled][aria-controls].c-teaser-image-text__button, .c-chronicle__timeline .tns-controls .c-widget--theme-orange [disabled][aria-controls].c-teaser-image-text__button, .c-widget--theme-orange .c-chronicle__timeline .tns-controls [disabled][aria-controls].c-teaser-image-text__button, .c-chronicle__timeline .tns-controls .c-widget--theme-black-purple [disabled][aria-controls].c-teaser-archive-grid__button, .c-widget--theme-black-purple .c-chronicle__timeline .tns-controls [disabled][aria-controls].c-teaser-archive-grid__button, .c-chronicle__timeline .tns-controls .c-widget--theme-purple [disabled][aria-controls].c-teaser-archive-grid__button, .c-widget--theme-purple .c-chronicle__timeline .tns-controls [disabled][aria-controls].c-teaser-archive-grid__button, .c-chronicle__timeline .tns-controls .c-widget--theme-purple-orange [disabled][aria-controls].c-teaser-archive-grid__button, .c-widget--theme-purple-orange .c-chronicle__timeline .tns-controls [disabled][aria-controls].c-teaser-archive-grid__button, .c-chronicle__timeline .tns-controls .c-widget--theme-orange [disabled][aria-controls].c-teaser-archive-grid__button, .c-widget--theme-orange .c-chronicle__timeline .tns-controls [disabled][aria-controls].c-teaser-archive-grid__button, .c-btn--dark[disabled]:hover.c-btn--text, .c-btn--dark.is-disabled.c-btn--text, .c-widget--theme-black-purple .is-disabled.c-btn--text.c-teaser-image-text__button, .c-widget--theme-purple-orange .is-disabled.c-btn--text.c-teaser-image-text__button, .c-widget--theme-purple .is-disabled.c-btn--text.c-teaser-image-text__button, .c-widget--theme-orange .is-disabled.c-btn--text.c-teaser-image-text__button, .c-widget--theme-black-purple .is-disabled.c-btn--text.c-teaser-archive-grid__button, .c-widget--theme-purple .is-disabled.c-btn--text.c-teaser-archive-grid__button, .c-widget--theme-purple-orange .is-disabled.c-btn--text.c-teaser-archive-grid__button, .c-widget--theme-orange .is-disabled.c-btn--text.c-teaser-archive-grid__button, .c-btn--dark.is-disabled.c-chronicle__timeline-link, .c-widget--theme-black-purple .is-disabled.c-chronicle__timeline-link.c-teaser-image-text__button, .c-widget--theme-purple-orange .is-disabled.c-chronicle__timeline-link.c-teaser-image-text__button, .c-widget--theme-purple .is-disabled.c-chronicle__timeline-link.c-teaser-image-text__button, .c-widget--theme-orange .is-disabled.c-chronicle__timeline-link.c-teaser-image-text__button, .c-widget--theme-black-purple .is-disabled.c-chronicle__timeline-link.c-teaser-archive-grid__button, .c-widget--theme-purple .is-disabled.c-chronicle__timeline-link.c-teaser-archive-grid__button, .c-widget--theme-purple-orange .is-disabled.c-chronicle__timeline-link.c-teaser-archive-grid__button, .c-widget--theme-orange .is-disabled.c-chronicle__timeline-link.c-teaser-archive-grid__button, .c-chronicle__timeline .tns-controls .c-btn--dark.is-disabled[aria-controls], .c-chronicle__timeline .tns-controls .c-widget--theme-black-purple .is-disabled[aria-controls].c-teaser-image-text__button, .c-widget--theme-black-purple .c-chronicle__timeline .tns-controls .is-disabled[aria-controls].c-teaser-image-text__button, .c-chronicle__timeline .tns-controls .c-widget--theme-purple-orange .is-disabled[aria-controls].c-teaser-image-text__button, .c-widget--theme-purple-orange .c-chronicle__timeline .tns-controls .is-disabled[aria-controls].c-teaser-image-text__button, .c-chronicle__timeline .tns-controls .c-widget--theme-purple .is-disabled[aria-controls].c-teaser-image-text__button, .c-widget--theme-purple .c-chronicle__timeline .tns-controls .is-disabled[aria-controls].c-teaser-image-text__button, .c-chronicle__timeline .tns-controls .c-widget--theme-orange .is-disabled[aria-controls].c-teaser-image-text__button, .c-widget--theme-orange .c-chronicle__timeline .tns-controls .is-disabled[aria-controls].c-teaser-image-text__button, .c-chronicle__timeline .tns-controls .c-widget--theme-black-purple .is-disabled[aria-controls].c-teaser-archive-grid__button, .c-widget--theme-black-purple .c-chronicle__timeline .tns-controls .is-disabled[aria-controls].c-teaser-archive-grid__button, .c-chronicle__timeline .tns-controls .c-widget--theme-purple .is-disabled[aria-controls].c-teaser-archive-grid__button, .c-widget--theme-purple .c-chronicle__timeline .tns-controls .is-disabled[aria-controls].c-teaser-archive-grid__button, .c-chronicle__timeline .tns-controls .c-widget--theme-purple-orange .is-disabled[aria-controls].c-teaser-archive-grid__button, .c-widget--theme-purple-orange .c-chronicle__timeline .tns-controls .is-disabled[aria-controls].c-teaser-archive-grid__button, .c-chronicle__timeline .tns-controls .c-widget--theme-orange .is-disabled[aria-controls].c-teaser-archive-grid__button, .c-widget--theme-orange .c-chronicle__timeline .tns-controls .is-disabled[aria-controls].c-teaser-archive-grid__button, .c-btn--dark.is-disabled:hover.c-btn--text {
  color: #6F0EF2;
}

/* Label
   ========================================================================== */
.c-btn__label {
  padding: 0 0.75rem;
  margin: auto 0;
}
.c-btn--has-icon .c-btn__label {
  margin-left: 0.5rem;
}
.c-btn--text .c-btn__label, .c-chronicle__timeline-link .c-btn__label, .c-chronicle__timeline .tns-controls [aria-controls] .c-btn__label {
  padding-left: 0;
}
@media (min-width: 1024px) {
  .c-btn--has-icon .c-btn__label {
    margin-left: 0.75rem;
  }
}

/* Icons
   ========================================================================== */
.c-btn__icon {
  width: 1rem;
  height: 1rem;
  fill: currentColor;
  margin: auto 0.75rem auto 0;
}

.overlay-card {
  --width: 440px;
  --radius: 15px;
  --padding: 32px;
  display: flex;
  flex-direction: column;
  background: #6207DC;
  color: white;
  width: var(--width);
  z-index: 20;
  overflow: auto;
  border-radius: var(--radius);
}
.overlay-card::before, .overlay-card::after {
  content: "";
  position: absolute;
  height: var(--padding);
  border-radius: var(--radius);
  width: var(--width);
}
.overlay-card::before {
  top: 0;
  background: linear-gradient(180deg, #6207DC 0%, rgba(98, 7, 220, 0) 100%);
}
.overlay-card::after {
  bottom: 0;
  background: linear-gradient(180deg, rgba(98, 7, 220, 0) 0%, #6207DC 100%);
}
.overlay-card * {
  margin-bottom: revert;
}
.overlay-card .c-single-chronicle__media {
  margin: 0;
  --plyr-audio-control-color: #fff;
  --plyr-audio-range-track-background: #fff;
  --plyr-audio-progress-buffered-background: #fff;
  --plyr-range-thumb-background: #fff;
}
.overlay-card__content {
  padding: var(--padding);
  gap: var(--padding);
}
.overlay-card__image-wrapper {
  z-index: 1;
}
.overlay-card__headline {
  font-family: "Mirador", helvetica, arial, serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 1;
}
@media screen and (min-width: 375px) {
  .overlay-card__headline {
    font-size: calc(28px + 8 * (100vw - 375px) / 1065);
  }
}
@media screen and (min-width: 1440px) {
  .overlay-card__headline {
    font-size: 36px;
  }
}
@media (min-width: 1024px) {
  .overlay-card__headline {
    line-height: 1.1;
  }
}
.overlay-card__text {
  font-family: "Galano Neue", helvetica, arial, sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.5;
}
@media screen and (min-width: 375px) {
  .overlay-card__text {
    font-size: calc(13px + 3 * (100vw - 375px) / 1065);
  }
}
@media screen and (min-width: 1440px) {
  .overlay-card__text {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  .overlay-card__text {
    line-height: 1.5;
  }
}
.overlay-card--large {
  --width: 50vw;
}
.overlay-card .c-btn, .overlay-card .c-chronicle__loadmore.wpgb-facet button.wpgb-button, .c-chronicle__loadmore.wpgb-facet .overlay-card button.wpgb-button, .overlay-card .c-chronicle__timeline-link, .overlay-card .c-chronicle__timeline .tns-controls [aria-controls], .c-chronicle__timeline .tns-controls .overlay-card [aria-controls] {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .overlay-card {
    --width: 100%;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .overlay-card::after {
    border-radius: 0;
  }
}
.overlay-card .welcome-controls {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px;
  margin-top: var(--padding);
}
@media (max-width: 1023.98px) {
  .overlay-card .welcome-controls {
    grid-template-columns: 1fr;
  }
}
.overlay-card .welcome-controls > div {
  display: flex;
  align-items: center;
  gap: 12px;
}

.c-card {
  position: relative;
  width: 100%;
}

.c-card--story .c-card__flagline,
.c-card--tag .c-card__flagline,
.c-card--chronicle-teaser .c-card__flagline {
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  margin: 0;
  color: #FFFFFF;
}

.c-card--chronicle-teaser {
  display: block;
}

/* Story Card
   ========================================================================== */
.c-card--story {
  border-radius: 12.5px;
  cursor: pointer;
}
.c-card--story:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 30%;
  top: 0;
  left: 0;
  z-index: 2;
  border-radius: 12.5px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}
.c-card--story .c-img__wrap {
  border-radius: 12.5px;
}
.c-card--story .c-card__flagline {
  font-family: "Galano Neue", helvetica, arial, sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.5;
  position: absolute;
  top: 0.625rem;
}
@media screen and (min-width: 375px) {
  .c-card--story .c-card__flagline {
    font-size: calc(12px + 1 * (100vw - 375px) / 1065);
  }
}
@media screen and (min-width: 1440px) {
  .c-card--story .c-card__flagline {
    font-size: 13px;
  }
}
@media (min-width: 1024px) {
  .c-card--story .c-card__flagline {
    line-height: 1.5;
  }
}
@media (min-width: 1024px) {
  .c-card--story .c-card__flagline {
    top: 1rem;
  }
}
.c-card--story .c-card__caption {
  font-family: "Galano Neue", helvetica, arial, sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.5;
  text-decoration: none;
  color: #FFFFFF;
  padding-top: 7px;
}
@media screen and (min-width: 375px) {
  .c-card--story .c-card__caption {
    font-size: calc(12px + 1 * (100vw - 375px) / 1065);
  }
}
@media screen and (min-width: 1440px) {
  .c-card--story .c-card__caption {
    font-size: 13px;
  }
}
@media (min-width: 1024px) {
  .c-card--story .c-card__caption {
    line-height: 1.5;
  }
}
@media (min-width: 1024px) {
  .c-card--story .c-card__caption {
    padding-top: 0.5rem;
  }
}
.c-widget--theme-white-black .c-card--story .c-card__caption, .c-widget--theme-light-orange .c-card--story .c-card__caption {
  color: #000000;
}
.c-widget--theme-white-purple .c-card--story .c-card__caption {
  color: #6F0EF2;
}

/* Tag Card
   ========================================================================== */
.c-card--tag {
  border-radius: 12.5px;
  cursor: pointer;
}
.c-card--tag:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 30%;
  top: 0;
  left: 0;
  z-index: 2;
  border-radius: 12.5px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}
.c-card--tag .c-img__wrap {
  border-radius: 12.5px;
}
.c-card--tag .c-card__caption {
  font-family: "Galano Neue", helvetica, arial, sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.5;
  text-decoration: none;
  color: #FFFFFF;
  padding-top: 7px;
}
@media screen and (min-width: 375px) {
  .c-card--tag .c-card__caption {
    font-size: calc(12px + 1 * (100vw - 375px) / 1065);
  }
}
@media screen and (min-width: 1440px) {
  .c-card--tag .c-card__caption {
    font-size: 13px;
  }
}
@media (min-width: 1024px) {
  .c-card--tag .c-card__caption {
    line-height: 1.5;
  }
}
@media (min-width: 1024px) {
  .c-card--tag .c-card__caption {
    padding-top: 0.5rem;
  }
}
.c-widget--theme-white-black .c-card--tag .c-card__caption, .c-widget--theme-light-orange .c-card--tag .c-card__caption {
  color: #000000;
}
.c-widget--theme-white-purple .c-card--tag .c-card__caption {
  color: #6F0EF2;
}

/* Popover Card
   ========================================================================== */
.c-card--popover {
  position: relative;
  display: flex;
  flex-direction: column;
  height: calc(100vh - 5rem);
  cursor: pointer;
}
@media (min-width: 768px) {
  .c-card--popover {
    height: calc(100vh - 7rem);
  }
}
@media (min-width: 1024px) {
  .c-card--popover {
    height: 100%;
    flex-direction: row-reverse;
  }
}
.c-card--popover .c-card__icon {
  float: right;
  height: 28px;
  width: 28px;
  border: 1px solid #FFFFFF;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-card--popover .c-card__icon-svg {
  width: 18px;
  height: 18px;
  color: #FFFFFF;
}
.c-card--popover.c-card--popover-horizontal {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .c-card--popover.c-card--popover-horizontal {
    border-radius: 20px;
    overflow: hidden;
  }
}
.c-card--popover.c-card--popover-horizontal .c-card__contentbox {
  width: calc(100% - 2rem);
  max-width: 100%;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  position: relative;
  height: 100%;
}
@media (min-width: 1024px) {
  .c-card--popover.c-card--popover-horizontal .c-card__contentbox {
    width: calc(100% - 4rem);
  }
}
@media (min-width: 1024px) {
  .c-card--popover.c-card--popover-horizontal .c-card__content {
    padding-right: 0;
    width: 100%;
    max-width: 80%;
    margin-right: auto;
  }
}
.c-card--popover.c-card--popover-horizontal .c-img .c-img__wrap {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.c-card--popover .c-img {
  height: 45vh;
  height: 45dvh;
}
@media (min-width: 1024px) {
  .c-card--popover .c-img {
    max-height: 780px;
    height: 100%;
    overflow-y: hidden;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .c-card--popover .c-img__wrap {
    border-radius: 0 1rem 1rem 0;
  }
}
.c-card--popover .c-card__contentbox {
  background: #6F0EF2;
  padding: 1rem 1rem 2rem;
  width: calc(100% - 2rem);
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 1024px) {
  .c-card--popover .c-card__contentbox {
    padding: 1rem 2rem 1.75rem;
    width: 100%;
    max-width: 22.5rem;
    border-radius: 1rem 0 0 1rem;
    max-height: 780px;
    text-align: unset;
    height: auto;
  }
}
.c-card--popover .c-card__content {
  margin: 20px 0 0;
  padding-right: 1.5rem;
  overflow-y: auto;
}
@media (min-width: 1024px) {
  .c-card--popover .c-card__content {
    margin: auto 0;
  }
}
.c-card--popover .c-card__flagline {
  font-family: "Galano Neue", helvetica, arial, sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.5;
  color: #FFFFFF;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 375px) {
  .c-card--popover .c-card__flagline {
    font-size: calc(13px + 3 * (100vw - 375px) / 1065);
  }
}
@media screen and (min-width: 1440px) {
  .c-card--popover .c-card__flagline {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  .c-card--popover .c-card__flagline {
    line-height: 1.5;
  }
}
.c-card--popover .c-card__headline {
  font-family: "Mirador", helvetica, arial, serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 1;
  color: #FFFFFF;
  font-size: 28px;
  margin-bottom: 1rem;
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (min-width: 375px) {
  .c-card--popover .c-card__headline {
    font-size: calc(28px + 8 * (100vw - 375px) / 1065);
  }
}
@media screen and (min-width: 1440px) {
  .c-card--popover .c-card__headline {
    font-size: 36px;
  }
}
@media (min-width: 1024px) {
  .c-card--popover .c-card__headline {
    line-height: 1.1;
  }
}
.c-card--popover .c-card__headline.c-card__headline--long {
  line-clamp: 7;
  -webkit-line-clamp: 7;
}
@media (min-width: 1024px) {
  .c-card--popover .c-card__headline {
    font-family: "Mirador", helvetica, arial, serif;
    font-weight: 600;
    font-size: 28px;
    line-height: 1;
    -webkit-line-clamp: 4;
  }
}
@media screen and (min-width: 1024px) and (min-width: 375px) {
  .c-card--popover .c-card__headline {
    font-size: calc(28px + 8 * (100vw - 375px) / 1065);
  }
}
@media screen and (min-width: 1024px) and (min-width: 1440px) {
  .c-card--popover .c-card__headline {
    font-size: 36px;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .c-card--popover .c-card__headline {
    line-height: 1.1;
  }
}
.c-card--popover .c-card__caption {
  font-family: "Galano Neue", helvetica, arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  text-decoration: none;
  color: #FFFFFF;
  padding-top: 7px;
  margin-bottom: 1.5rem;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (min-width: 375px) {
  .c-card--popover .c-card__caption {
    font-size: calc(16px + 5 * (100vw - 375px) / 1065);
  }
}
@media screen and (min-width: 1440px) {
  .c-card--popover .c-card__caption {
    font-size: 21px;
  }
}
@media (min-width: 1024px) {
  .c-card--popover .c-card__caption {
    line-height: 1.5;
  }
}
@media (min-width: 1024px) {
  .c-card--popover .c-card__caption {
    font-family: "Galano Neue", helvetica, arial, sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.5;
    padding-top: 0.5rem;
    -webkit-line-clamp: 20;
  }
}
@media screen and (min-width: 1024px) and (min-width: 375px) {
  .c-card--popover .c-card__caption {
    font-size: calc(13px + 3 * (100vw - 375px) / 1065);
  }
}
@media screen and (min-width: 1024px) and (min-width: 1440px) {
  .c-card--popover .c-card__caption {
    font-size: 16px;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .c-card--popover .c-card__caption {
    line-height: 1.5;
  }
}
.c-card--popover .c-card__btn {
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .c-card--popover .c-card__btn {
    margin: unset;
    margin-bottom: 1px;
  }
}

/* Xplaner card
   ========================================================================== */
.c-card--xplaner {
  transition: all 0.3s cubic-bezier(0.7, 0.6, 0.1, 0.8);
  background-size: cover;
  background-position: var(--image-focuspoint);
}
.c-card--xplaner:before {
  transition: all 0.3s cubic-bezier(0.7, 0.6, 0.1, 0.8);
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 80%, rgba(0, 0, 0, 0.8) 100%);
  opacity: 1;
}
.c-card--xplaner.c-card--xplaner--is-link:hover {
  transform: translateY(-10px);
}
.c-card--xplaner .c-card--xplaner__link {
  position: absolute;
  height: 100%;
  width: 100%;
  cursor: pointer;
  z-index: 2;
}
.c-card--xplaner .c-card__container {
  z-index: 3;
  position: absolute;
  width: 70%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  bottom: 1.25rem;
  align-items: center;
}
@media (min-width: 1024px) {
  .c-card--xplaner .c-card__container {
    bottom: 2rem;
  }
}
.c-card--xplaner .c-card__flagline {
  font-family: "Galano Neue", helvetica, arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #FE6220;
  position: relative;
  margin: 0;
  text-align: center;
}
@media screen and (min-width: 375px) {
  .c-card--xplaner .c-card__flagline {
    font-size: calc(16px + 5 * (100vw - 375px) / 1065);
  }
}
@media screen and (min-width: 1440px) {
  .c-card--xplaner .c-card__flagline {
    font-size: 21px;
  }
}
@media (min-width: 1024px) {
  .c-card--xplaner .c-card__flagline {
    line-height: 1.5;
  }
}
.c-card--xplaner .c-card__coming-soon {
  font-family: "Galano Neue", helvetica, arial, sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.5;
  color: #FE6220;
  position: relative;
  margin-top: 10px;
  margin-bottom: 0;
  text-align: center;
}
@media screen and (min-width: 375px) {
  .c-card--xplaner .c-card__coming-soon {
    font-size: calc(12px + 1 * (100vw - 375px) / 1065);
  }
}
@media screen and (min-width: 1440px) {
  .c-card--xplaner .c-card__coming-soon {
    font-size: 13px;
  }
}
@media (min-width: 1024px) {
  .c-card--xplaner .c-card__coming-soon {
    line-height: 1.5;
  }
}
.c-card--xplaner .c-card__button {
  margin-top: 1.5rem;
}
@media (min-width: 1024px) {
  .c-card--xplaner .c-card__button {
    margin-top: 1.875rem;
  }
}

.c-teaser-digital-stories .c-card--xplaner .c-card__flagline {
  font-family: "Galano Neue", helvetica, arial, sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.2;
}
@media screen and (min-width: 375px) {
  .c-teaser-digital-stories .c-card--xplaner .c-card__flagline {
    font-size: calc(24px + 8 * (100vw - 375px) / 1065);
  }
}
@media screen and (min-width: 1440px) {
  .c-teaser-digital-stories .c-card--xplaner .c-card__flagline {
    font-size: 32px;
  }
}
@media (min-width: 1024px) {
  .c-teaser-digital-stories .c-card--xplaner .c-card__flagline {
    line-height: 1.2;
  }
}

/* Chronicle Teaser card
   ========================================================================== */
.c-card--chronicle-teaser .c-img__full {
  transition: all 0.3s cubic-bezier(0.7, 0.6, 0.1, 0.8);
}
.c-card--chronicle-teaser .c-card__flagline {
  font-family: "Galano Neue", helvetica, arial, sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.5;
  bottom: 1.5rem;
}
@media screen and (min-width: 375px) {
  .c-card--chronicle-teaser .c-card__flagline {
    font-size: calc(13px + 3 * (100vw - 375px) / 1065);
  }
}
@media screen and (min-width: 1440px) {
  .c-card--chronicle-teaser .c-card__flagline {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  .c-card--chronicle-teaser .c-card__flagline {
    line-height: 1.5;
  }
}
.c-card--chronicle-teaser:hover .c-img__full {
  transform: scale(1.125);
}

.c-teaser-archive-grid__item .c-card--chronicle-teaser:after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  transition: all 0.3s cubic-bezier(0.7, 0.6, 0.1, 0.8);
}
.c-teaser-archive-grid__item .c-card--chronicle-teaser .c-img__full {
  transition: all 0.3s cubic-bezier(0.7, 0.6, 0.1, 0.8);
}
.c-teaser-archive-grid__item .c-card--chronicle-teaser .c-card__flagline {
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.7, 0.6, 0.1, 0.8);
}
.c-teaser-archive-grid__item .c-card--chronicle-teaser:hover:after {
  transition: all 0.3s cubic-bezier(0.7, 0.6, 0.1, 0.8);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
}
.c-teaser-archive-grid__item .c-card--chronicle-teaser:hover .c-img__full {
  transform: scale(1.125);
}
.c-teaser-archive-grid__item .c-card--chronicle-teaser:hover .c-card__flagline {
  transition: all 0.3s cubic-bezier(0.7, 0.6, 0.1, 0.8);
  visibility: visible;
  opacity: 1;
  font-family: "Galano Neue", helvetica, arial, sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.5;
  bottom: 1.5rem;
}
@media screen and (min-width: 375px) {
  .c-teaser-archive-grid__item .c-card--chronicle-teaser:hover .c-card__flagline {
    font-size: calc(13px + 3 * (100vw - 375px) / 1065);
  }
}
@media screen and (min-width: 1440px) {
  .c-teaser-archive-grid__item .c-card--chronicle-teaser:hover .c-card__flagline {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  .c-teaser-archive-grid__item .c-card--chronicle-teaser:hover .c-card__flagline {
    line-height: 1.5;
  }
}

/* Archive card
   ========================================================================== */
.c-card--archive {
  border-bottom: 2px solid transparent;
  transition: all 0.3s cubic-bezier(0.7, 0.6, 0.1, 0.8);
}
.c-card--archive .c-card__link {
  position: absolute;
  top: 0;
  z-index: 2;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-card--archive .c-card__link--text {
  display: none;
}
.c-card--archive .c-card__link--audio {
  height: calc(100% - 5rem);
}
.c-card--archive .c-card__flagline {
  font-family: "Galano Neue", helvetica, arial, sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.5;
  color: #6F0EF2;
  margin-bottom: 0.25rem;
}
@media screen and (min-width: 375px) {
  .c-card--archive .c-card__flagline {
    font-size: calc(12px + 1 * (100vw - 375px) / 1065);
  }
}
@media screen and (min-width: 1440px) {
  .c-card--archive .c-card__flagline {
    font-size: 13px;
  }
}
@media (min-width: 1024px) {
  .c-card--archive .c-card__flagline {
    line-height: 1.5;
  }
}
.c-card--archive .c-card__text {
  font-family: "Galano Neue", helvetica, arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #000000;
  transition: all 0.3s cubic-bezier(0.7, 0.6, 0.1, 0.8);
}
@media screen and (min-width: 375px) {
  .c-card--archive .c-card__text {
    font-size: calc(16px + 5 * (100vw - 375px) / 1065);
  }
}
@media screen and (min-width: 1440px) {
  .c-card--archive .c-card__text {
    font-size: 21px;
  }
}
@media (min-width: 1024px) {
  .c-card--archive .c-card__text {
    line-height: 1.5;
  }
}
.c-card--archive .c-card__icons {
  display: flex;
  flex-direction: row;
  gap: 8px;
  float: right;
  padding: 0 12px;
}
.c-card--archive .c-card__icon {
  width: 28px;
  height: 28px;
  color: var(--card-color);
}

.c-card--archive.c-card--archive--no-link {
  border-top-color: transparent !important;
  border-bottom-color: transparent !important;
}
.c-card--archive.c-card--archive--no-link.c-card--archive-text, .c-card--archive.c-card--archive--no-link.c-card--archive-quote {
  pointer-events: none;
}

.c-card--archive:hover {
  border-bottom: 2px solid #6F0EF2;
}
.c-card--archive:hover .c-card__text {
  color: #6F0EF2;
}

.c-card--archive-large .c-card__text {
  font-family: "Mirador", helvetica, arial, serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 1;
  font-size: 28px;
}
@media screen and (min-width: 375px) {
  .c-card--archive-large .c-card__text {
    font-size: calc(28px + 8 * (100vw - 375px) / 1065);
  }
}
@media screen and (min-width: 1440px) {
  .c-card--archive-large .c-card__text {
    font-size: 36px;
  }
}
@media (min-width: 1024px) {
  .c-card--archive-large .c-card__text {
    line-height: 1.1;
  }
}
@media (min-width: 1024px) {
  .c-card--archive-large .c-card__text {
    font-family: "Mirador", helvetica, arial, serif;
    font-weight: 600;
    font-size: 28px;
    line-height: 1;
  }
}
@media screen and (min-width: 1024px) and (min-width: 375px) {
  .c-card--archive-large .c-card__text {
    font-size: calc(28px + 8 * (100vw - 375px) / 1065);
  }
}
@media screen and (min-width: 1024px) and (min-width: 1440px) {
  .c-card--archive-large .c-card__text {
    font-size: 36px;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .c-card--archive-large .c-card__text {
    line-height: 1.1;
  }
}

.c-card--archive.c-card--archive-text, .c-card--archive.c-card--archive-quote {
  padding: 0.75rem 0;
  height: -moz-fit-content;
  height: fit-content;
  border-bottom: 2px solid transparent;
  border-top: 2px solid transparent;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.7, 0.6, 0.1, 0.8);
}
.c-card--archive.c-card--archive-text:hover, .c-card--archive.c-card--archive-quote:hover {
  border-color: var(--card-color, #6F0EF2);
}
.c-card--archive.c-card--archive-text:hover .c-card__text, .c-card--archive.c-card--archive-quote:hover .c-card__text {
  color: var(--card-color, #6F0EF2);
}
.c-card--archive.c-card--archive-text .c-card__flagline, .c-card--archive.c-card--archive-quote .c-card__flagline {
  color: var(--card-color, #6F0EF2);
}
@media (min-width: 1024px) {
  .c-card--archive.c-card--archive-text.c-card--archive-large, .c-card--archive.c-card--archive-quote.c-card--archive-large {
    padding: 1rem 0;
  }
}
.c-card--archive.c-card--archive-quote .c-card__text {
  font-family: "Mirador", helvetica, arial, serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.4;
  font-style: italic;
  color: var(--card-color, #000000);
}
@media screen and (min-width: 375px) {
  .c-card--archive.c-card--archive-quote .c-card__text {
    font-size: calc(20px + 4 * (100vw - 375px) / 1065);
  }
}
@media screen and (min-width: 1440px) {
  .c-card--archive.c-card--archive-quote .c-card__text {
    font-size: 24px;
  }
}
@media (min-width: 1024px) {
  .c-card--archive.c-card--archive-quote .c-card__text {
    line-height: 1.4;
  }
}

.c-card--archive.c-card--archive-image, .c-card--archive.c-card--archive-audio, .c-card--archive.c-card--archive-video {
  height: -moz-fit-content;
  height: fit-content;
}
@media (min-width: 1024px) {
  .c-card--archive.c-card--archive-image, .c-card--archive.c-card--archive-audio, .c-card--archive.c-card--archive-video {
    padding-bottom: 0.75rem;
  }
}
.c-card--archive.c-card--archive-image .c-img, .c-card--archive.c-card--archive-audio .c-img, .c-card--archive.c-card--archive-video .c-img {
  margin-bottom: 0.75rem;
}
.c-card--archive.c-card--archive-image .c-card__flagline, .c-card--archive.c-card--archive-audio .c-card__flagline, .c-card--archive.c-card--archive-video .c-card__flagline {
  margin-top: 0.75rem;
  color: var(--card-color, #6F0EF2);
}
@media (min-width: 1024px) {
  .c-card--archive.c-card--archive-image .c-card__flagline, .c-card--archive.c-card--archive-audio .c-card__flagline, .c-card--archive.c-card--archive-video .c-card__flagline {
    margin-bottom: 0.5rem;
  }
}
.c-card--archive.c-card--archive-image .c-card__headline, .c-card--archive.c-card--archive-audio .c-card__headline, .c-card--archive.c-card--archive-video .c-card__headline {
  font-family: "Galano Neue", helvetica, arial, sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.5;
  color: #000000;
}
@media screen and (min-width: 375px) {
  .c-card--archive.c-card--archive-image .c-card__headline, .c-card--archive.c-card--archive-audio .c-card__headline, .c-card--archive.c-card--archive-video .c-card__headline {
    font-size: calc(13px + 3 * (100vw - 375px) / 1065);
  }
}
@media screen and (min-width: 1440px) {
  .c-card--archive.c-card--archive-image .c-card__headline, .c-card--archive.c-card--archive-audio .c-card__headline, .c-card--archive.c-card--archive-video .c-card__headline {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  .c-card--archive.c-card--archive-image .c-card__headline, .c-card--archive.c-card--archive-audio .c-card__headline, .c-card--archive.c-card--archive-video .c-card__headline {
    line-height: 1.5;
  }
}
.c-card--archive.c-card--archive-image:hover, .c-card--archive.c-card--archive-audio:hover, .c-card--archive.c-card--archive-video:hover {
  border-color: var(--card-color, #6F0EF2);
}
.c-card--archive.c-card--archive-image:hover .c-card__headline, .c-card--archive.c-card--archive-audio:hover .c-card__headline, .c-card--archive.c-card--archive-video:hover .c-card__headline {
  color: var(--card-color, #6F0EF2);
}
.c-card--archive.c-card--archive-image:hover .c-card__text, .c-card--archive.c-card--archive-audio:hover .c-card__text, .c-card--archive.c-card--archive-video:hover .c-card__text {
  color: var(--card-color, #6F0EF2);
}
.c-card--archive.c-card--archive-image:hover .c-card__flagline, .c-card--archive.c-card--archive-audio:hover .c-card__flagline, .c-card--archive.c-card--archive-video:hover .c-card__flagline {
  color: var(--card-color, #6F0EF2);
}
.c-card--archive.c-card--archive-image.c-card--archive-large, .c-card--archive.c-card--archive-video.c-card--archive-large {
  padding-bottom: 0.75rem;
}
.c-card--archive.c-card--archive-image.c-card--archive-large .c-img, .c-card--archive.c-card--archive-video.c-card--archive-large .c-img {
  margin-bottom: 0.75rem;
}
@media (min-width: 1024px) {
  .c-card--archive-landscape .c-card--archive.c-card--archive-image.c-card--archive-large .c-img, .c-card--archive-landscape .c-card--archive.c-card--archive-video.c-card--archive-large .c-img {
    margin-bottom: 1.25rem;
  }
}
.c-card--archive.c-card--archive-image.c-card--archive-large .c-card__flagline, .c-card--archive.c-card--archive-video.c-card--archive-large .c-card__flagline {
  color: var(--card-color, #6F0EF2);
}
@media (min-width: 1024px) {
  .c-card--archive.c-card--archive-image.c-card--archive-large .c-card__flagline, .c-card--archive.c-card--archive-video.c-card--archive-large .c-card__flagline {
    margin-top: 1.25rem;
  }
}
.c-card--archive.c-card--archive-image.c-card--archive-large .c-card__headline, .c-card--archive.c-card--archive-video.c-card--archive-large .c-card__headline {
  font-family: "Mirador", helvetica, arial, serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 1;
  font-size: 28px;
}
@media screen and (min-width: 375px) {
  .c-card--archive.c-card--archive-image.c-card--archive-large .c-card__headline, .c-card--archive.c-card--archive-video.c-card--archive-large .c-card__headline {
    font-size: calc(28px + 8 * (100vw - 375px) / 1065);
  }
}
@media screen and (min-width: 1440px) {
  .c-card--archive.c-card--archive-image.c-card--archive-large .c-card__headline, .c-card--archive.c-card--archive-video.c-card--archive-large .c-card__headline {
    font-size: 36px;
  }
}
@media (min-width: 1024px) {
  .c-card--archive.c-card--archive-image.c-card--archive-large .c-card__headline, .c-card--archive.c-card--archive-video.c-card--archive-large .c-card__headline {
    line-height: 1.1;
  }
}
@media (min-width: 1024px) {
  .c-card--archive.c-card--archive-image.c-card--archive-large .c-card__headline, .c-card--archive.c-card--archive-video.c-card--archive-large .c-card__headline {
    font-family: "Mirador", helvetica, arial, serif;
    font-weight: 600;
    font-size: 28px;
    line-height: 1;
  }
}
@media screen and (min-width: 1024px) and (min-width: 375px) {
  .c-card--archive.c-card--archive-image.c-card--archive-large .c-card__headline, .c-card--archive.c-card--archive-video.c-card--archive-large .c-card__headline {
    font-size: calc(28px + 8 * (100vw - 375px) / 1065);
  }
}
@media screen and (min-width: 1024px) and (min-width: 1440px) {
  .c-card--archive.c-card--archive-image.c-card--archive-large .c-card__headline, .c-card--archive.c-card--archive-video.c-card--archive-large .c-card__headline {
    font-size: 36px;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .c-card--archive.c-card--archive-image.c-card--archive-large .c-card__headline, .c-card--archive.c-card--archive-video.c-card--archive-large .c-card__headline {
    line-height: 1.1;
  }
}
.c-card--archive.c-card--archive-audio .c-card__link--text, .c-card--archive.c-card--archive-video .c-card__link--text {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
.c-card--archive.c-card--archive-video .c-card__video {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-card--archive.c-card--archive-audio--has-image {
  border: none;
}
.c-card--archive.c-card--archive-audio--has-image .c-card__image {
  margin-bottom: 0;
}
.c-card--archive.c-card--archive-audio--has-image .c-card__link--text {
  display: none;
}

.tns-outer {
  padding: 0 !important;
}
.tns-outer [hidden] {
  display: none !important;
}
.tns-outer [aria-controls], .tns-outer [data-action] {
  cursor: pointer;
}

.tns-slider {
  transition: all 0s;
}
.tns-slider > .tns-item {
  box-sizing: border-box;
}

.tns-horizontal.tns-subpixel {
  white-space: nowrap;
}
.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}
.tns-horizontal.tns-no-subpixel:after {
  content: "";
  display: table;
  clear: both;
}
.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left;
}
.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: -100%;
}

.tns-no-calc {
  position: relative;
  left: 0;
}

.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px;
}
.tns-gallery > .tns-item {
  position: absolute;
  left: -100%;
  transition: transform 0s, opacity 0s;
}
.tns-gallery > .tns-slide-active {
  position: relative;
  left: auto !important;
}
.tns-gallery > .tns-moving {
  transition: all 0.25s;
}

.tns-autowidth {
  display: inline-block;
}

.tns-lazy-img {
  transition: opacity 0.6s;
  opacity: 0.6;
}
.tns-lazy-img.tns-complete {
  opacity: 1;
}

.tns-ah {
  transition: height 0s;
}

.tns-ovh {
  overflow: hidden;
}

.tns-visually-hidden {
  position: absolute;
  left: -10000em;
}

.tns-transparent {
  opacity: 0;
  visibility: hidden;
}

.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0;
}

.tns-normal, .tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}

.tns-vpfix {
  white-space: nowrap;
}
.tns-vpfix > div, .tns-vpfix > li {
  display: inline-block;
}

.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden;
}
.tns-t-ct {
  width: 2333.3333333333%;
  width: calc(100% * 70 / 3);
  position: absolute;
  right: 0;
}
.tns-t-ct:after {
  content: "";
  display: table;
  clear: both;
}
.tns-t-ct > div {
  width: 1.4285714286%;
  width: calc(100% / 70);
  height: 10px;
  float: left;
}

.c-chronicle__button-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 2200000000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s cubic-bezier(0.7, 0.6, 0.1, 0.8);
}
.c-chronicle__button-top.is-active {
  opacity: 1;
  visibility: visible;
}

.c-chronicle__button-icon {
  width: 36px;
  height: 36px;
  padding: 0.5rem;
  background-color: #320173;
  border-radius: 50%;
  color: #FFFFFF;
  transform: rotate(180deg);
}
@media (min-width: 1024px) {
  .c-chronicle__button-icon {
    width: 48px;
    height: 48px;
  }
}

.c-chronicle__helper {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  margin-bottom: 3.75rem;
}

.c-chronicle__filters {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

.c-chronicle__headline {
  font-family: "Mirador", helvetica, arial, serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 1.1;
  margin-bottom: 3rem;
  width: 100%;
}
@media screen and (min-width: 375px) {
  .c-chronicle__headline {
    font-size: calc(40px + 8 * (100vw - 375px) / 1065);
  }
}
@media screen and (min-width: 1440px) {
  .c-chronicle__headline {
    font-size: 48px;
  }
}
@media (min-width: 1024px) {
  .c-chronicle__headline {
    line-height: 1.1;
  }
}
@media (min-width: 1024px) {
  .c-chronicle__headline {
    margin-bottom: 3.75rem;
    width: calc(41.6666666667% - 20px);
  }
}

.c-chronicle__filter--search {
  margin-bottom: 3rem;
}
@media (min-width: 1024px) {
  .c-chronicle__filter--search {
    margin-bottom: 3.75rem;
  }
}

.c-chronicle__toggle {
  margin-bottom: 1rem;
}

.c-chronicle__filter {
  width: 100%;
}
@media (min-width: 1024px) {
  .c-chronicle__filter.c-chronicle__filter--search {
    width: calc(41.6666666667% - 20px);
  }
}

.c-chronicle__filter--tag--main {
  display: block;
}
.c-chronicle__filter--tag--main[data-visible=false] {
  display: none;
}

.c-chronicle__filter--tag--addon {
  display: none;
}
.c-chronicle__filter--tag--addon[data-visible=true] {
  display: block;
}

.c-chronicle__posts {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  overflow: hidden;
}
.c-chronicle__posts .c-card--archive {
  margin-bottom: 96px;
}
@media (min-width: 1024px) {
  .c-chronicle__posts .c-card--archive {
    margin-bottom: 144px;
  }
}
.c-chronicle__posts .c-card--archive-large {
  width: 100%;
}
@media (min-width: 1024px) {
  .c-chronicle__posts .c-card--archive-large {
    width: calc(47% - 24px);
  }
  .c-chronicle__posts .c-card--archive-large.c-card--archive-portrait {
    width: calc(40% - 24px);
  }
}
.c-chronicle__posts .c-card--archive-small {
  width: calc(50% - 12px);
}
@media (min-width: 1024px) {
  .c-chronicle__posts .c-card--archive-small {
    width: calc(27% - 24px);
  }
  .c-chronicle__posts .c-card--archive-small.c-card--archive-portrait {
    width: calc(20% - 24px);
  }
}

.c-chronicle__timeline {
  position: sticky;
  top: 0;
  z-index: 4;
  overflow-y: hidden;
  scroll-behavior: smooth;
  background: #FFFFFF;
  padding-top: 1rem;
  margin-bottom: 6rem;
  transition: top 0.5s cubic-bezier(0.7, 0.6, 0.1, 0.8);
}
@media (min-width: 1024px) {
  .c-chronicle__timeline {
    margin-bottom: 7.75rem;
  }
}
.c-header--nav-down + main .c-chronicle__timeline {
  top: 60px;
}
@media (min-width: 1024px) {
  .c-header--nav-down + main .c-chronicle__timeline {
    top: 96px;
  }
}
.c-chronicle__timeline .tns-controls {
  position: absolute;
  width: 100%;
  left: 0;
  top: calc(50% + 6px);
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  z-index: 10;
  pointer-events: none;
}
.c-chronicle__timeline .tns-controls [aria-controls] {
  pointer-events: all;
  padding-top: 0;
  padding-bottom: 0;
}
.c-chronicle__timeline .tns-controls [aria-controls] svg {
  width: 24px;
  height: 24px;
}

.c-chronicle__timeline-list {
  display: block;
  width: 100%;
  padding: 0 1.5rem;
}

.c-chronicle__filter--tag:not(.c-chronicle__filter--large) {
  border-bottom: 1px solid #320173;
}

.c-chronicle__timeline-link {
  display: flex;
  width: 100%;
  color: #E2CFFC !important;
  border-bottom: 4px solid transparent !important;
  text-align: left;
  position: relative;
}
.c-chronicle__timeline-link:after {
  content: "";
  display: block;
  width: 0;
  height: 4px;
  background: #A96EF7 !important;
  border-radius: 10px;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: width 0.1s ease;
}
.c-chronicle__timeline-link:hover, .c-chronicle__timeline-link.is-real-current-slide, .c-chronicle__timeline-link.is-active {
  color: #320173 !important;
}
.c-chronicle__timeline-link:hover:after, .c-chronicle__timeline-link.is-real-current-slide:after, .c-chronicle__timeline-link.is-active:after {
  width: calc(var(--chronicle-section-progress, 0) * 1%);
}

.c-footer {
  display: flex;
  flex-direction: column-reverse;
  background-color: #FFE5D9;
  padding: 2.25rem 1.25rem 1.75rem;
}
@media (min-width: 1024px) {
  .c-footer {
    flex-direction: row;
    justify-content: space-between;
    padding: 3rem 2.625rem 2.375rem;
  }
}
.c-footer ul {
  margin: 0;
}

.c-footer__logo {
  color: #000000;
  width: 68px;
  height: 62px;
}
@media (min-width: 1024px) {
  .c-footer__logo {
    width: 100px;
    height: 94px;
  }
}
.c-footer__logo--mobile {
  display: block;
}
.c-footer__logo--desktop {
  display: none;
}
@media (min-width: 1024px) {
  .c-footer__logo--mobile {
    display: none;
  }
  .c-footer__logo--desktop {
    display: block;
  }
}

.c-footer__row {
  color: #000000;
}
@media (min-width: 1024px) {
  .c-footer__row {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
  }
}
.c-footer__row:first-of-type {
  margin-top: 1.375rem;
}
@media (min-width: 1024px) {
  .c-footer__row:first-of-type {
    margin: 0;
    width: 33%;
  }
}
@media (min-width: 1024px) {
  .c-footer__row:last-of-type {
    width: 66%;
  }
}

.c-footer__legal ul {
  list-style: none;
  display: flex;
  flex-direction: row;
  gap: 0.75rem;
  margin-top: 0.5rem;
}
.c-footer__legal ul li a {
  color: #000000;
  text-decoration: none;
  font-family: "Galano Neue", helvetica, arial, sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.5;
}
@media screen and (min-width: 375px) {
  .c-footer__legal ul li a {
    font-size: calc(12px + 1 * (100vw - 375px) / 1065);
  }
}
@media screen and (min-width: 1440px) {
  .c-footer__legal ul li a {
    font-size: 13px;
  }
}
@media (min-width: 1024px) {
  .c-footer__legal ul li a {
    line-height: 1.5;
  }
}
@media (min-width: 1024px) {
  .c-footer__legal ul li a {
    font-family: "Galano Neue", helvetica, arial, sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.5;
  }
}
@media screen and (min-width: 1024px) and (min-width: 375px) {
  .c-footer__legal ul li a {
    font-size: calc(13px + 3 * (100vw - 375px) / 1065);
  }
}
@media screen and (min-width: 1024px) and (min-width: 1440px) {
  .c-footer__legal ul li a {
    font-size: 16px;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .c-footer__legal ul li a {
    line-height: 1.5;
  }
}

.c-footer__col,
.c-footer__col ul {
  width: 100%;
  list-style: none;
  display: flex;
  flex-direction: column;
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}
@media (min-width: 1024px) {
  .c-footer__col,
  .c-footer__col ul {
    flex-direction: row;
    -moz-column-gap: 5.625rem;
         column-gap: 5.625rem;
  }
}

@media (max-width: 1023.98px) {
  .c-footer__nav-language {
    position: absolute;
    right: 0;
  }
}
@media (min-width: 1024px) {
  .c-footer__nav-language {
    margin-left: auto;
  }
}
.c-footer__nav-language .wpml-ls {
  border: 0;
  padding: 0;
}
.c-footer__nav {
  display: flex;
  flex-direction: row;
  -moz-column-gap: 5rem;
       column-gap: 5rem;
  position: relative;
}
@media (min-width: 1024px) {
  .c-footer__nav {
    gap: unset;
    justify-content: space-between;
  }
}
.c-footer__nav ul {
  margin-bottom: 4.875rem;
  flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .c-footer__nav ul {
    margin-bottom: 2.5rem;
  }
}

.c-footer__logo-nav {
  display: block;
  border-bottom: 1px solid #000000;
}
.c-footer__logo-nav ul {
  display: flex;
  flex-direction: row;
  gap: 2.5rem;
  row-gap: 0.5rem;
  padding-bottom: 2.25rem;
}
@media (min-width: 1024px) {
  .c-footer__logo-nav ul {
    gap: 4.625rem;
    padding-bottom: 3.25rem;
  }
}
.c-footer__logo-nav li {
  width: 33%;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto 0;
}
@media (min-width: 1024px) {
  .c-footer__logo-nav li {
    width: 15%;
  }
}

.c-footer__sponsored {
  padding-top: 2.25rem;
  gap: unset;
}
@media (min-width: 1024px) {
  .c-footer__sponsored {
    padding-top: 1.375rem;
    margin-bottom: 1rem;
  }
}
.c-footer__sponsored .c-footer__sponsor {
  font-family: "Galano Neue", helvetica, arial, sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.5;
  margin-top: auto;
  margin-bottom: 1rem;
}
@media screen and (min-width: 375px) {
  .c-footer__sponsored .c-footer__sponsor {
    font-size: calc(12px + 1 * (100vw - 375px) / 1065);
  }
}
@media screen and (min-width: 1440px) {
  .c-footer__sponsored .c-footer__sponsor {
    font-size: 13px;
  }
}
@media (min-width: 1024px) {
  .c-footer__sponsored .c-footer__sponsor {
    line-height: 1.5;
  }
}
@media (min-width: 1024px) {
  .c-footer__sponsored .c-footer__sponsor {
    font-family: "Galano Neue", helvetica, arial, sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.5;
    width: -moz-max-content;
    width: max-content;
    margin-right: 3rem;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1024px) and (min-width: 375px) {
  .c-footer__sponsored .c-footer__sponsor {
    font-size: calc(13px + 3 * (100vw - 375px) / 1065);
  }
}
@media screen and (min-width: 1024px) and (min-width: 1440px) {
  .c-footer__sponsored .c-footer__sponsor {
    font-size: 16px;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .c-footer__sponsored .c-footer__sponsor {
    line-height: 1.5;
  }
}
.c-footer__sponsored .c-footer__image {
  width: 50%;
}
@media (min-width: 1024px) {
  .c-footer__sponsored .c-footer__image {
    width: 14rem;
  }
}
.c-footer__sponsored ul {
  gap: 1rem;
}
@media (min-width: 1024px) {
  .c-footer__sponsored ul {
    gap: 2rem;
  }
}

.c-footer__col li a {
  text-decoration: none;
  color: #000000;
  font-family: "Galano Neue", helvetica, arial, sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.5;
}
@media screen and (min-width: 375px) {
  .c-footer__col li a {
    font-size: calc(13px + 3 * (100vw - 375px) / 1065);
  }
}
@media screen and (min-width: 1440px) {
  .c-footer__col li a {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  .c-footer__col li a {
    line-height: 1.5;
  }
}
@media (min-width: 1024px) {
  .c-footer__col li a {
    font-family: "Galano Neue", helvetica, arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
  }
}
@media screen and (min-width: 1024px) and (min-width: 375px) {
  .c-footer__col li a {
    font-size: calc(16px + 5 * (100vw - 375px) / 1065);
  }
}
@media screen and (min-width: 1024px) and (min-width: 1440px) {
  .c-footer__col li a {
    font-size: 21px;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .c-footer__col li a {
    line-height: 1.5;
  }
}

.c-footer__col .c-nav--main-language li a, .c-footer__col .c-footer__nav-language .wpml-ls ul li a, .c-footer__nav-language .wpml-ls .c-footer__col ul li a {
  color: #FE6220;
}

.c-footer__image--culture {
  height: 3.75rem;
  width: auto;
  margin-bottom: 1.25rem;
}
@media (min-width: 1024px) {
  .c-footer__image--culture {
    height: 3.125rem;
    margin-bottom: 0;
  }
}

.c-footer__copyright {
  font-family: "Galano Neue", helvetica, arial, sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.5;
}
@media screen and (min-width: 375px) {
  .c-footer__copyright {
    font-size: calc(12px + 1 * (100vw - 375px) / 1065);
  }
}
@media screen and (min-width: 1440px) {
  .c-footer__copyright {
    font-size: 13px;
  }
}
@media (min-width: 1024px) {
  .c-footer__copyright {
    line-height: 1.5;
  }
}
@media (min-width: 1024px) {
  .c-footer__copyright {
    font-family: "Galano Neue", helvetica, arial, sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.5;
  }
}
@media screen and (min-width: 1024px) and (min-width: 375px) {
  .c-footer__copyright {
    font-size: calc(13px + 3 * (100vw - 375px) / 1065);
  }
}
@media screen and (min-width: 1024px) and (min-width: 1440px) {
  .c-footer__copyright {
    font-size: 16px;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .c-footer__copyright {
    line-height: 1.5;
  }
}

.c-giga-pixel {
  --space-s: 24px;
  --space-m: 40px;
  --control-size: 38px;
  --control-padding: 7px;
  --color-action: hsla(18, 99%, 56%, 1);
  --nav-width: 210px;
  --container-aspect: 4/3;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  margin: 0 auto;
  overflow: hidden;
  /* Media Query for Mobile */
}
@media (max-width: 768px) {
  .c-giga-pixel {
    --container-aspect: 9/16;
  }
}
.c-giga-pixel .bg-image {
  position: absolute;
  top: -2.5%;
  left: -2.5%;
  width: 105%;
  height: 105%;
  pointer-events: none;
  z-index: -1;
  filter: blur(16px) brightness(70%);
  background-position: center;
  background-size: cover;
}
.c-giga-pixel #seadragon-viewer {
  width: 100%;
  height: 100%;
}
.c-giga-pixel .wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: var(--space-m);
  gap: var(--space-m);
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-areas: "content controls" "content navViewer";
  overflow: hidden;
}
.c-giga-pixel .wrapper > * {
  min-height: 0px;
  max-height: 100%;
}
.c-giga-pixel .wrapper .backdrop {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.631372549);
  z-index: 1;
}
.c-giga-pixel .content {
  position: relative;
  grid-area: content;
  z-index: 1;
  align-self: end;
  display: flex;
}
@media (max-width: 768px) {
  .c-giga-pixel .content {
    max-height: 50vh;
  }
}
.c-giga-pixel .content__inner {
  --radius: 15px;
  overflow-y: scroll;
  -ms-overflow-style: none; /* Internet Explorer 10+ */
  scrollbar-width: none; /* Firefox */
  border-radius: var(--radius);
}
@media (max-width: 768px) {
  .c-giga-pixel .content__inner {
    --radius: 15px 15px 0 0;
  }
}
.c-giga-pixel .content__inner ::-webkit-scrollbar {
  display: none; /* Safari and Chrome */
}
.c-giga-pixel .controls {
  grid-area: controls;
  justify-self: end;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: var(--space-s);
}
.c-giga-pixel .controls .controls__core {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.c-giga-pixel .controls__item {
  width: var(--control-size);
  height: var(--control-size);
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  border-radius: 4px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  order: 0;
  flex-grow: 0;
  color: #fff;
  transition: 0.2s;
  padding: var(--control-padding);
  cursor: pointer;
}
.c-giga-pixel .controls__item.controls__item--active, .c-giga-pixel .controls__item:hover {
  background: #FFFFFF;
  color: var(--color-action);
}
.c-giga-pixel .nav-viewer-wrapper {
  width: var(--nav-width);
  justify-self: end;
  align-self: end;
}
.c-giga-pixel .nav-viewer-wrapper #nav-viewer {
  grid-area: navViewer;
  position: relative;
  width: 100%;
  z-index: 10;
  background: black;
  overflow: hidden;
  border: 1px solid #FFFFFF;
  aspect-ratio: var(--image-aspect, 1);
}
.c-giga-pixel .nav-viewer-wrapper #nav-viewer .selection {
  aspect-ratio: var(--container-aspect, 1);
  position: absolute;
  z-index: 20;
  outline: rgba(0, 0, 0, 0.5) 500px solid;
}
@media (max-width: 768px) {
  .c-giga-pixel { /* Adjust breakpoint as needed */
    --control-size: 32px;
    --control-padding: 5px;
    --nav-width: 125px;
  }
  .c-giga-pixel .wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr; /* Two equal columns */
    grid-template-rows: 1fr 1fr; /* Adjust to fit content */
    grid-template-areas: "navViewer controls" "content content";
    padding: var(--space-s);
    gap: var(--space-s);
  }
  .c-giga-pixel .content {
    margin-left: calc(-1 * var(--space-s));
    margin-right: calc(-1 * var(--space-s));
    margin-bottom: calc(-1 * var(--space-s));
  }
  .c-giga-pixel .controls {
    justify-self: end;
  }
  .c-giga-pixel .nav-viewer-wrapper {
    justify-self: start;
    align-self: start;
  }
}
.c-giga-pixel .overlay {
  width: 42px;
  height: 42px;
  color: white;
  animation: pulse-effect 1.5s infinite ease-in-out;
}
.c-giga-pixel .overlay:hover {
  color: #FE6220;
  cursor: pointer;
}
.c-giga-pixel .overlay.overlay--active {
  pointer-events: none !important;
  color: #FE6220;
}
.c-giga-pixel .overlay.overlay--accessibility, .c-giga-pixel .overlay.overlay--hidden {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}
@keyframes pulse-effect {
  0% {
    transform: scale(0.8);
    opacity: 0.8;
  }
  50% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.8);
    opacity: 0.8;
  }
}
@keyframes pulse-effect-hover {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.6);
    opacity: 1;
  }
}

.goverlay {
  background: #000000;
}
.glightbox-clean.cdf-chronicle .goverlay {
  background: #FFFFFF;
}

.glightbox-clean .gslide-inline {
  background: #000000;
}

.glightbox-clean.cdf-chronicle .gslide-inline {
  background: #FFFFFF;
  max-height: 100vh;
  -webkit-user-select: text;
     -moz-user-select: text;
          user-select: text;
}

.gslide-inline .ginlined-content {
  width: 100%;
  margin: 0;
  overflow-x: hidden;
  padding: 0;
}
@media (min-width: 1024px) {
  .gslide-inline .ginlined-content {
    margin: auto auto;
    padding: 3.5rem 0;
  }
  .glightbox-clean.cdf-chronicle .gslide-inline .ginlined-content {
    width: 100%;
    padding: 0;
  }
}

.glightbox-clean .gbtn:not(.gclose) {
  display: none;
}

.glightbox-clean.cdf-chronicle .gbtn.gclose {
  background: none;
  top: 1rem;
  right: 1.125rem;
  width: 0.875rem;
}
@media (min-width: 1024px) {
  .glightbox-clean.cdf-chronicle .gbtn.gclose {
    top: 3rem;
    right: 2.5rem;
    width: 1.5rem;
  }
}
.glightbox-clean.cdf-chronicle .gbtn.gclose svg {
  width: 0.875rem;
}
@media (min-width: 1024px) {
  .glightbox-clean.cdf-chronicle .gbtn.gclose svg {
    width: 1.5rem;
  }
}
.glightbox-clean.cdf-chronicle .gbtn.gclose path {
  fill: #000000;
}

.glightbox-clean .gbtn {
  opacity: 1;
}

.c-popover__slider {
  position: absolute;
  bottom: 0;
  width: 100vw;
}
@media (min-width: 1024px) {
  .c-popover__slider {
    position: unset;
    width: unset;
  }
}

.c-popover__title {
  color: #FFFFFF;
  font-family: "Galano Neue", helvetica, arial, sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.5;
  padding: 0 1.25rem;
  margin-bottom: 0.875rem;
}
@media screen and (min-width: 375px) {
  .c-popover__title {
    font-size: calc(13px + 3 * (100vw - 375px) / 1065);
  }
}
@media screen and (min-width: 1440px) {
  .c-popover__title {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  .c-popover__title {
    line-height: 1.5;
  }
}
@media (min-width: 1024px) {
  .c-popover__title {
    font-family: "Galano Neue", helvetica, arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    position: absolute;
    padding: 0;
    margin: 0;
    top: 1rem;
  }
}
@media screen and (min-width: 1024px) and (min-width: 375px) {
  .c-popover__title {
    font-size: calc(16px + 5 * (100vw - 375px) / 1065);
  }
}
@media screen and (min-width: 1024px) and (min-width: 1440px) {
  .c-popover__title {
    font-size: 21px;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .c-popover__title {
    line-height: 1.5;
  }
}

:root {
  --collapsed-header-height: 60px;
}
@media (min-width: 1024px) {
  :root {
    --collapsed-header-height: 96px;
  }
}

.c-header--dummy {
  min-height: 100vh;
  min-height: 100dvh;
  transition: min-height 0.5s cubic-bezier(0.7, 0.6, 0.1, 0.8);
}
.has-animated-header .c-header--dummy {
  min-height: 300px;
}
.has-collapsed-header .c-header--dummy {
  min-height: var(--collapsed-header-height);
}

.c-header {
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  z-index: 10;
  will-change: height, transform, padding, background-color;
  transition: all 0.5s cubic-bezier(0.7, 0.6, 0.1, 0.8);
}
.c-header, .c-header.c-header--nav-down {
  transform: translateY(0);
}
.c-header.c-header--nav-up {
  transform: translateY(-100%);
}
.has-collapsed-header.is-purple-header .c-header {
  background: #6207DC !important;
}
.has-animated-header .c-header, .has-collapsed-header .c-header {
  height: var(--collapsed-header-height) !important;
  padding: 16px 20px !important;
  background: #6207DC !important;
}
@media (min-width: 1024px) {
  .has-animated-header .c-header, .has-collapsed-header .c-header {
    padding: 32px 48px !important;
  }
}

.c-header__lang-switch {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  right: 0;
  top: 1.5rem;
  gap: 1.125rem;
}
@media (min-width: 1024px) {
  .c-header__lang-switch {
    right: 1rem;
    top: auto;
    bottom: 0;
    gap: 1.5rem;
  }
}

.c-header__lang-switch-iconlink {
  width: 1.125rem;
  height: 1.125rem;
  display: inline-block;
  z-index: 3;
  position: relative;
  color: #FFFFFF;
  transition: all 300ms cubic-bezier(0.7, 0.6, 0.1, 0.8);
}
@media (min-width: 1024px) {
  .c-header__lang-switch-iconlink {
    width: 1.5rem;
    height: 1.5rem;
  }
}
.c-header__lang-switch-iconlink:hover {
  opacity: 0.8;
}
.c-header__lang-switch-iconlink svg {
  width: 100%;
  height: 100%;
}

.c-header__lang-switch .wpml-ls-legacy-list-horizontal {
  position: relative;
  z-index: 3;
  padding: 0;
  border: none;
}

.c-header__lang-switch .wpml-ls-legacy-list-horizontal a {
  padding: 0;
  font-size: 0;
  pointer-events: none;
}
.is-selected .c-header__lang-switch .wpml-ls-legacy-list-horizontal a {
  pointer-events: all;
  transition: all 300ms cubic-bezier(0.7, 0.6, 0.1, 0.8);
}
.is-selected .c-header__lang-switch .wpml-ls-legacy-list-horizontal a:hover {
  opacity: 0.8;
}

.c-header__lang-switch .wpml-ls-legacy-list-horizontal a span:before,
.c-header__lang-switch-link {
  text-decoration: none;
  content: attr(lang);
  font-family: "Mirador", helvetica, arial, serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.4;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 0;
}
@media screen and (min-width: 375px) {
  .c-header__lang-switch .wpml-ls-legacy-list-horizontal a span:before,
  .c-header__lang-switch-link {
    font-size: calc(20px + 4 * (100vw - 375px) / 1065);
  }
}
@media screen and (min-width: 1440px) {
  .c-header__lang-switch .wpml-ls-legacy-list-horizontal a span:before,
  .c-header__lang-switch-link {
    font-size: 24px;
  }
}
@media (min-width: 1024px) {
  .c-header__lang-switch .wpml-ls-legacy-list-horizontal a span:before,
  .c-header__lang-switch-link {
    line-height: 1.4;
  }
}

.c-header__nav__item-linkoverlay {
  position: absolute;
  left: 0;
  top: 0;
  width: calc(100% - 2rem);
  height: 100%;
  display: none;
  z-index: 2;
  margin: 0 1rem;
}
@media (min-width: 1024px) {
  .c-header__nav__item-linkoverlay {
    margin: 0 1rem;
    width: calc(100vw - 15rem);
  }
}
.is-selected .c-header__nav__item-linkoverlay {
  display: block;
}
.is-selected .c-header__nav__item-linkoverlay ~ .c-header__nav__item-content__inner {
  z-index: 2;
  pointer-events: none;
}
.is-selected .c-header__nav__item-linkoverlay ~ .c-header__nav__item-content__inner .c-btn, .is-selected .c-header__nav__item-linkoverlay ~ .c-header__nav__item-content__inner .c-chronicle__loadmore.wpgb-facet button.wpgb-button, .c-chronicle__loadmore.wpgb-facet .is-selected .c-header__nav__item-linkoverlay ~ .c-header__nav__item-content__inner button.wpgb-button, .is-selected .c-header__nav__item-linkoverlay ~ .c-header__nav__item-content__inner .c-chronicle__timeline .tns-controls [aria-controls], .c-chronicle__timeline .tns-controls .is-selected .c-header__nav__item-linkoverlay ~ .c-header__nav__item-content__inner [aria-controls], .is-selected .c-header__nav__item-linkoverlay ~ .c-header__nav__item-content__inner .c-chronicle__timeline-link {
  pointer-events: all;
}

.c-header__logo {
  position: absolute;
  display: block;
  opacity: 0;
  pointer-events: none;
  height: 40px;
  top: 0.625rem;
  left: 1.25rem;
  z-index: 11;
  color: #FFFFFF;
  transition: all 0.5s cubic-bezier(0.7, 0.6, 0.1, 0.8);
}
@media (min-width: 1024px) {
  .c-header__logo {
    left: 48px;
  }
}
.c-header__logo svg {
  width: 2.6875rem;
  height: 2.5rem;
}
@media (min-width: 1024px) {
  .c-header__logo svg {
    width: 4.625rem;
    height: 4.375rem;
  }
}
.has-animated-header .c-header__logo, .has-collapsed-header .c-header__logo {
  opacity: 1 !important;
  pointer-events: all;
}

.c-header__nav__item-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: #FFFFFF;
  will-change: opacity;
  z-index: 10;
  pointer-events: none;
  transition: all 0.5s cubic-bezier(0.7, 0.6, 0.1, 0.8);
}
.has-animated-header .c-header__nav__item-overlay, .has-collapsed-header .c-header__nav__item-overlay {
  opacity: 1 !important;
}

.c-header__nav--accordion-container {
  flex-direction: column-reverse;
  align-items: flex-end;
  display: flex;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  z-index: 10;
  position: relative;
  will-change: background-color, height;
}
@media (min-width: 1024px) {
  .c-header__nav--accordion-container {
    flex-direction: row;
    align-items: unset;
    justify-content: flex-end;
  }
}
.has-collapsed-header .c-header__nav--accordion-container, .is-scrolling .c-header__nav--accordion-container {
  cursor: pointer;
}

.c-header__nav__item {
  margin: 0;
  padding: 0;
  height: 100%;
  overflow: hidden;
  list-style-type: none;
  background-size: cover;
  background: var(--image-src) var(--image-focuspoint, "center");
  will-change: max-width, width, height, margin-right, margin-bottom, flex;
}
.c-header__nav__item.c-header__nav__item--purple-orange {
  background: linear-gradient(0deg, #FE6220 0%, #6F0EF2 100%);
}
.c-header__nav__item.c-header__nav__item--orange {
  background: #FE6220;
}
.c-header__nav__item.c-header__nav__item--purple {
  background: #6207DC;
}
.c-header__nav--accordion-container .c-header__nav__item {
  position: relative;
  flex: 1 0 22px;
  max-height: 46px;
  background-position: center;
  background-size: cover;
  max-width: 100%;
  width: 100%;
  transition: all 0.5s cubic-bezier(0.7, 0.6, 0.1, 0.8);
}
@media (min-width: 1024px) {
  .c-header__nav--accordion-container .c-header__nav__item {
    flex: 1 0 28px;
    max-height: 100%;
    max-width: 60px;
  }
  .is-header-scrolled .c-header__nav--accordion-container .c-header__nav__item {
    max-width: 6px;
    margin-left: 10px;
  }
}
.c-header__nav--accordion-container .c-header__nav__item.is-selected {
  flex-grow: 20;
  max-height: 100%;
}
@media (min-width: 1024px) {
  .c-header__nav--accordion-container .c-header__nav__item.is-selected {
    max-width: 100%;
  }
}
.c-header__nav--accordion-container .c-header__nav__item.is-selected .c-header__nav__item-content__inner {
  opacity: 1;
}
@media (max-width: 1023.98px) {
  .has-animated-header .c-header__nav__item, .has-collapsed-header .c-header__nav__item {
    margin-bottom: 5px !important;
    width: 36px !important;
    max-width: 36px !important;
    flex: 1 0 2px !important;
    height: 2px !important;
  }
}
@media (min-width: 1024px) {
  .has-animated-header .c-header__nav__item, .has-collapsed-header .c-header__nav__item {
    margin-right: 6px !important;
    max-width: 4px !important;
  }
}

.c-header__nav__item-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0.875rem 1rem;
}
@media (min-width: 1024px) {
  .c-header__nav__item-content {
    padding: 2rem 0rem;
  }
}
.c-header__nav__item:not(.is-selected) .c-header__nav__item-content {
  cursor: pointer;
}
@media (min-width: 1024px) {
  .is-selected .c-header__nav__item-content {
    min-width: var(--page-header-card-width);
  }
}
@media (max-width: 1023.98px) {
  .is-selected .c-header__nav__item-content {
    min-height: var(--page-header-card-height);
  }
}

.c-header__nav__item-content__label {
  white-space: nowrap;
  text-align: right;
  text-transform: uppercase;
  font-family: "Galano Neue", helvetica, arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #FFFFFF;
  transform: translateY(-10%);
}
@media screen and (min-width: 375px) {
  .c-header__nav__item-content__label {
    font-size: calc(16px + 5 * (100vw - 375px) / 1065);
  }
}
@media screen and (min-width: 1440px) {
  .c-header__nav__item-content__label {
    font-size: 21px;
  }
}
@media (min-width: 1024px) {
  .c-header__nav__item-content__label {
    line-height: 1.5;
  }
}
@media (min-width: 1024px) {
  .c-header__nav__item-content__label {
    transform: rotate(90deg) translateY(125%);
    transform-origin: 0.5rem 1rem;
    text-align: left;
    position: absolute;
    left: 100%;
  }
}

.c-header__nav__item-content__inner {
  position: relative;
  opacity: 0;
  height: 100%;
  transition: opacity 500ms ease;
  transform: translateY(-18px);
  transform-origin: top center;
}
@media (max-width: 1023.98px) {
  .c-header__nav__item-content__inner {
    min-height: var(--page-header-card-height);
  }
}
@media (min-width: 1024px) {
  .c-header__nav__item-content__inner {
    padding-left: 1.5rem;
    padding-right: 60px;
    min-width: var(--page-header-card-width);
  }
  .c-header__nav__item--type_02 .c-header__nav__item-content__inner {
    display: flex;
    flex-direction: column;
  }
}

.c-header__nav__item-content__logo {
  text-decoration: none;
  position: relative;
  z-index: 10;
  pointer-events: all;
  display: inline-block;
}
@media (min-width: 1024px) {
  .c-header__nav__item-content__logo {
    top: 30px;
    pointer-events: none;
  }
  .is-selected .c-header__nav__item-content__logo {
    pointer-events: all;
  }
}

.c-header__nav__item-content__icon {
  width: 54px;
  height: 52px;
  color: #FFFFFF;
  margin-bottom: 1.75rem;
}
@media (min-width: 1024px) {
  .c-header__nav__item-content__icon {
    width: 84px;
    height: 72px;
    margin-bottom: 3.25rem;
  }
}

.c-header__nav__item-link {
  position: relative;
  z-index: 2;
}

/* TYPE 01 & 03
   ========================================================================== */
.c-header__nav__item-content--type_01,
.c-header__nav__item-content--type_03 {
  color: #FFFFFF;
  width: 100%;
  display: flex;
  flex-direction: column;
  height: calc(100% - 140px);
}
@media (min-width: 1024px) {
  .c-header__nav__item-content--type_01,
  .c-header__nav__item-content--type_03 {
    width: 80%;
    height: calc(100% - 180px);
  }
}
@media (min-width: 1440px) {
  .c-header__nav__item-content--type_01,
  .c-header__nav__item-content--type_03 {
    width: 50%;
  }
}
.c-header__nav__item-content--type_01 .c-header__nav__item-headline--type_01,
.c-header__nav__item-content--type_01 .c-header__nav__item-headline--type_03,
.c-header__nav__item-content--type_03 .c-header__nav__item-headline--type_01,
.c-header__nav__item-content--type_03 .c-header__nav__item-headline--type_03 {
  font-family: "Mirador", helvetica, arial, serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 1.1;
  margin-bottom: 2rem;
}
@media screen and (min-width: 375px) {
  .c-header__nav__item-content--type_01 .c-header__nav__item-headline--type_01,
  .c-header__nav__item-content--type_01 .c-header__nav__item-headline--type_03,
  .c-header__nav__item-content--type_03 .c-header__nav__item-headline--type_01,
  .c-header__nav__item-content--type_03 .c-header__nav__item-headline--type_03 {
    font-size: calc(32px + 8 * (100vw - 375px) / 1065);
  }
}
@media screen and (min-width: 1440px) {
  .c-header__nav__item-content--type_01 .c-header__nav__item-headline--type_01,
  .c-header__nav__item-content--type_01 .c-header__nav__item-headline--type_03,
  .c-header__nav__item-content--type_03 .c-header__nav__item-headline--type_01,
  .c-header__nav__item-content--type_03 .c-header__nav__item-headline--type_03 {
    font-size: 40px;
  }
}
@media (min-width: 1024px) {
  .c-header__nav__item-content--type_01 .c-header__nav__item-headline--type_01,
  .c-header__nav__item-content--type_01 .c-header__nav__item-headline--type_03,
  .c-header__nav__item-content--type_03 .c-header__nav__item-headline--type_01,
  .c-header__nav__item-content--type_03 .c-header__nav__item-headline--type_03 {
    line-height: 1.1;
  }
}
@media (min-width: 1024px) {
  .c-header__nav__item-content--type_01 .c-header__nav__item-headline--type_01,
  .c-header__nav__item-content--type_01 .c-header__nav__item-headline--type_03,
  .c-header__nav__item-content--type_03 .c-header__nav__item-headline--type_01,
  .c-header__nav__item-content--type_03 .c-header__nav__item-headline--type_03 {
    font-family: "Mirador", helvetica, arial, serif;
    font-weight: 600;
    font-size: 40px;
    line-height: 1.1;
  }
}
@media screen and (min-width: 1024px) and (min-width: 375px) {
  .c-header__nav__item-content--type_01 .c-header__nav__item-headline--type_01,
  .c-header__nav__item-content--type_01 .c-header__nav__item-headline--type_03,
  .c-header__nav__item-content--type_03 .c-header__nav__item-headline--type_01,
  .c-header__nav__item-content--type_03 .c-header__nav__item-headline--type_03 {
    font-size: calc(40px + 8 * (100vw - 375px) / 1065);
  }
}
@media screen and (min-width: 1024px) and (min-width: 1440px) {
  .c-header__nav__item-content--type_01 .c-header__nav__item-headline--type_01,
  .c-header__nav__item-content--type_01 .c-header__nav__item-headline--type_03,
  .c-header__nav__item-content--type_03 .c-header__nav__item-headline--type_01,
  .c-header__nav__item-content--type_03 .c-header__nav__item-headline--type_03 {
    font-size: 48px;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .c-header__nav__item-content--type_01 .c-header__nav__item-headline--type_01,
  .c-header__nav__item-content--type_01 .c-header__nav__item-headline--type_03,
  .c-header__nav__item-content--type_03 .c-header__nav__item-headline--type_01,
  .c-header__nav__item-content--type_03 .c-header__nav__item-headline--type_03 {
    line-height: 1.1;
  }
}
.c-header__nav__item-content--type_01 .c-header__nav__item-headline--type_03,
.c-header__nav__item-content--type_03 .c-header__nav__item-headline--type_03 {
  margin-top: auto;
}
@media (min-width: 1024px) {
  .c-header__nav__item-content--type_01 .c-header__nav__item-link--type_01,
  .c-header__nav__item-content--type_03 .c-header__nav__item-link--type_01 {
    margin-bottom: 1.375rem;
  }
}
.c-header__nav__item-content--type_01 .c-header__nav__item-logo--type_01,
.c-header__nav__item-content--type_03 .c-header__nav__item-logo--type_01 {
  width: 100%;
  margin-top: auto;
}
@media (min-width: 1024px) {
  .c-header__nav__item-content--type_01 .c-header__nav__item-logo--type_01,
  .c-header__nav__item-content--type_03 .c-header__nav__item-logo--type_01 {
    width: 38rem;
    max-width: 100%;
  }
}
@media (min-width: 1440px) {
  .c-header__nav__item-content--type_01 .c-header__nav__item-logo--type_01,
  .c-header__nav__item-content--type_03 .c-header__nav__item-logo--type_01 {
    width: 44rem;
  }
}

/* TYPE 02
   ========================================================================== */
.c-header__nav__item-content--type_02 {
  color: #FFFFFF;
  width: 100%;
  display: flex;
  flex-direction: column;
  height: calc(100% - 140px);
}
@media (min-width: 1024px) {
  .c-header__nav__item-content--type_02 {
    height: -moz-fit-content;
    height: fit-content;
    flex-direction: row-reverse;
    position: relative;
    margin-top: auto;
  }
}
.c-header__nav__item-content--type_02 .c-header__nav__item-text--type_02 {
  display: flex;
  flex-direction: column;
  margin-top: auto;
}
@media (min-width: 1024px) {
  .c-header__nav__item-content--type_02 .c-header__nav__item-text--type_02 {
    width: 45%;
    height: auto;
    margin-top: 0;
    margin-bottom: auto;
    margin-right: auto;
  }
}
.c-header__nav__item-content--type_02 .c-header__nav__item-headline--type_02 {
  font-family: "Mirador", helvetica, arial, serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 1.1;
  margin-bottom: 2rem;
}
@media screen and (min-width: 375px) {
  .c-header__nav__item-content--type_02 .c-header__nav__item-headline--type_02 {
    font-size: calc(32px + 8 * (100vw - 375px) / 1065);
  }
}
@media screen and (min-width: 1440px) {
  .c-header__nav__item-content--type_02 .c-header__nav__item-headline--type_02 {
    font-size: 40px;
  }
}
@media (min-width: 1024px) {
  .c-header__nav__item-content--type_02 .c-header__nav__item-headline--type_02 {
    line-height: 1.1;
  }
}
@media (min-width: 1024px) {
  .c-header__nav__item-content--type_02 .c-header__nav__item-headline--type_02 {
    font-family: "Mirador", helvetica, arial, serif;
    font-weight: 600;
    font-size: 40px;
    line-height: 1.1;
    margin-top: auto;
  }
}
@media screen and (min-width: 1024px) and (min-width: 375px) {
  .c-header__nav__item-content--type_02 .c-header__nav__item-headline--type_02 {
    font-size: calc(40px + 8 * (100vw - 375px) / 1065);
  }
}
@media screen and (min-width: 1024px) and (min-width: 1440px) {
  .c-header__nav__item-content--type_02 .c-header__nav__item-headline--type_02 {
    font-size: 48px;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .c-header__nav__item-content--type_02 .c-header__nav__item-headline--type_02 {
    line-height: 1.1;
  }
}
.c-header__nav__item-content--type_02 video.c-header__nav__item-image--type_02 {
  bottom: 0;
  width: 65%;
}
@media (min-width: 1024px) {
  .c-header__nav__item-content--type_02 video.c-header__nav__item-image--type_02 {
    width: 50%;
  }
}
.c-header__nav__item-content--type_02 .c-header__nav__item-image--type_02 {
  width: 45%;
}
@media (min-width: 1024px) {
  .c-header__nav__item-content--type_02 .c-header__nav__item-image--type_02 {
    position: relative;
    right: 0;
  }
}

/* TYPE 04
   ========================================================================== */
.c-header__nav__item-content--type_04 {
  color: #FFFFFF;
  width: 100%;
  display: flex;
  flex-direction: column;
  height: calc(100% - 180px);
  margin-top: 40px;
}
@media (min-width: 1024px) {
  .c-header__nav__item-content--type_04 {
    height: calc(100% - 220px);
    position: relative;
  }
}
.c-header__nav__item-content--type_04 .c-header__nav__item-text--type_04 {
  display: flex;
  flex-direction: row;
}
.c-header__nav__item-content--type_04 .c-header__nav__item-headline--type_04 {
  font-family: "Mirador", helvetica, arial, serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 1.1;
  margin-bottom: 2rem;
  margin-right: 2rem;
}
@media screen and (min-width: 375px) {
  .c-header__nav__item-content--type_04 .c-header__nav__item-headline--type_04 {
    font-size: calc(32px + 8 * (100vw - 375px) / 1065);
  }
}
@media screen and (min-width: 1440px) {
  .c-header__nav__item-content--type_04 .c-header__nav__item-headline--type_04 {
    font-size: 40px;
  }
}
@media (min-width: 1024px) {
  .c-header__nav__item-content--type_04 .c-header__nav__item-headline--type_04 {
    line-height: 1.1;
  }
}
@media (min-width: 1024px) {
  .c-header__nav__item-content--type_04 .c-header__nav__item-headline--type_04 {
    font-family: "Mirador", helvetica, arial, serif;
    font-weight: 600;
    font-size: 40px;
    line-height: 1.1;
    margin-top: auto;
    width: 40%;
  }
}
@media screen and (min-width: 1024px) and (min-width: 375px) {
  .c-header__nav__item-content--type_04 .c-header__nav__item-headline--type_04 {
    font-size: calc(40px + 8 * (100vw - 375px) / 1065);
  }
}
@media screen and (min-width: 1024px) and (min-width: 1440px) {
  .c-header__nav__item-content--type_04 .c-header__nav__item-headline--type_04 {
    font-size: 48px;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .c-header__nav__item-content--type_04 .c-header__nav__item-headline--type_04 {
    line-height: 1.1;
  }
}
.c-header__nav__item-content--type_04 .c-header__nav__item-intro--type_04 {
  display: none;
}
@media (min-width: 768px) {
  .c-header__nav__item-content--type_04 .c-header__nav__item-intro--type_04 {
    font-family: "Galano Neue", helvetica, arial, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.4;
    display: block;
    width: 50%;
  }
}
@media screen and (min-width: 768px) and (min-width: 375px) {
  .c-header__nav__item-content--type_04 .c-header__nav__item-intro--type_04 {
    font-size: calc(18px + 6 * (100vw - 375px) / 1065);
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .c-header__nav__item-content--type_04 .c-header__nav__item-intro--type_04 {
    font-size: 24px;
  }
}
@media (min-width: 768px) and (min-width: 1024px) {
  .c-header__nav__item-content--type_04 .c-header__nav__item-intro--type_04 {
    line-height: 1.4;
  }
}
.c-header__nav__item-content--type_04 .c-slider {
  margin-top: auto;
}
.c-header__nav__item-content--type_04 .c-card--xplaner {
  height: 100%;
  display: block;
  aspect-ratio: 22/28;
}
@media (min-width: 1024px) {
  .c-header__nav__item-content--type_04 .c-card--xplaner {
    aspect-ratio: 34/44;
  }
}
.c-header__nav__item-content--type_04 .c-card--xplaner--disabled:before {
  transition: all 0.3s cubic-bezier(0.7, 0.6, 0.1, 0.8);
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  background: #6207DC;
  opacity: 0.4;
}
.c-header__nav__item-content--type_04 .c-card--xplaner--disabled .c-card__container {
  z-index: 5;
}

.c-iframe {
  height: 100%;
  width: 100vw;
}

.c-widget--iframe {
  height: 100dvh;
  height: 100vh;
  overflow: hidden;
}

/* ==========================================================================
   IMAGE
   ========================================================================== */
.c-img {
  position: relative;
}
.c-img::before {
  content: "";
  position: relative;
  display: block;
  padding-bottom: var(--image-aspect--mobile);
}
@media (min-width: 1024px) {
  .c-img::before {
    padding-bottom: var(--image-aspect);
  }
}
.c-img.c-img--plain:before {
  display: none;
}
.c-img img {
  opacity: 1;
  transition: opacity 0.3s cubic-bezier(0.7, 0.6, 0.1, 0.8);
}
.c-img.is-hidden-lazy {
  opacity: 0;
}
.c-img.is-hidden-lazy:before {
  display: block;
}
.c-img.is-hidden-lazy img {
  position: absolute;
  opacity: 0;
}

.c-img__wrap {
  position: absolute;
  overflow: hidden;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.c-img--loaded .c-img__wrap {
  background: transparent;
}

.c-img__plain {
  width: 100%;
}

.c-img__full,
.c-img__placeholder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-img--inline .c-img__full,
.c-img--inline .c-img__placeholder {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: var(--image-focuspoint);
     object-position: var(--image-focuspoint);
}
.c-img--bg .c-img__full,
.c-img--bg .c-img__placeholder {
  background: transparent no-repeat var(--image-focuspoint)/cover;
}
.c-download-image__content .c-img__full,
.c-download-image__content .c-img__placeholder {
  background-size: 100% auto;
  background-position: center;
}

.c-img__placeholder {
  transition: opacity 0.3s cubic-bezier(0.7, 0.6, 0.1, 0.8);
  filter: blur(8px);
  transform: scale(1.125);
}
[data-loaded=true] + .c-img__placeholder {
  opacity: 0;
}

body.hidden-scroll {
  overflow: hidden;
}

.sl-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  display: none;
  z-index: 1035;
}

.sl-wrapper {
  z-index: 1040;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: fixed;
}
.sl-wrapper * {
  box-sizing: border-box;
}
.sl-wrapper button {
  border: 0 none;
  background: transparent;
  font-size: 28px;
  padding: 0;
  cursor: pointer;
}
.sl-wrapper button:hover {
  opacity: 0.7;
}
.sl-wrapper .sl-close {
  display: none;
  position: fixed;
  right: 30px;
  top: 30px;
  z-index: 10060;
  margin-top: -14px;
  margin-right: -14px;
  height: 44px;
  width: 44px;
  line-height: 44px;
  font-family: "Galano Neue", helvetica, arial, sans-serif;
  color: #000;
  font-size: 3rem;
}
.sl-wrapper .sl-counter {
  display: none;
  position: fixed;
  top: 30px;
  left: 30px;
  z-index: 10060;
  color: #000;
  font-size: 1rem;
}
.sl-wrapper .sl-download {
  display: none;
  position: fixed;
  bottom: 5px;
  width: 100%;
  text-align: center;
  z-index: 10060;
  color: #000000;
  font-size: 1rem;
}
.sl-wrapper .sl-download a {
  color: #000000;
}
.sl-wrapper .sl-navigation {
  width: 100%;
  display: none;
}
.sl-wrapper .sl-navigation button {
  position: fixed;
  top: 50%;
  margin-top: -22px;
  height: 44px;
  width: 22px;
  line-height: 44px;
  text-align: center;
  display: block;
  z-index: 10060;
  font-family: "Galano Neue", helvetica, arial, sans-serif;
  color: #000;
}
.sl-wrapper .sl-navigation button.sl-next {
  right: 5px;
  font-size: 2rem;
}
.sl-wrapper .sl-navigation button.sl-prev {
  left: 5px;
  font-size: 2rem;
}
@media (min-width: 35.5em) {
  .sl-wrapper .sl-navigation button {
    width: 44px;
  }
  .sl-wrapper .sl-navigation button.sl-next {
    right: 10px;
    font-size: 3rem;
  }
  .sl-wrapper .sl-navigation button.sl-prev {
    left: 10px;
    font-size: 3rem;
  }
}
@media (min-width: 50em) {
  .sl-wrapper .sl-navigation button {
    width: 44px;
  }
  .sl-wrapper .sl-navigation button.sl-next {
    right: 20px;
    font-size: 3rem;
  }
  .sl-wrapper .sl-navigation button.sl-prev {
    left: 20px;
    font-size: 3rem;
  }
}
.sl-wrapper.sl-dir-rtl .sl-navigation {
  direction: ltr;
}
.sl-wrapper .sl-image {
  position: fixed;
  touch-action: none;
  z-index: 10000;
}
.sl-wrapper .sl-image img {
  margin: 0;
  padding: 0;
  display: block;
  border: 0 none;
  width: 100%;
  height: auto;
}
@media (min-width: 35.5em) {
  .sl-wrapper .sl-image img {
    border: 0 none;
  }
}
@media (min-width: 50em) {
  .sl-wrapper .sl-image img {
    border: 0 none;
  }
}
.sl-wrapper .sl-image iframe {
  background: #000;
  border: 0 none;
}
@media (min-width: 35.5em) {
  .sl-wrapper .sl-image iframe {
    border: 0 none;
  }
}
@media (min-width: 50em) {
  .sl-wrapper .sl-image iframe {
    border: 0 none;
  }
}
.sl-wrapper .sl-image .sl-caption {
  display: none;
  padding: 10px;
  color: #000000;
  background: none;
  font-size: 1rem;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.sl-wrapper .sl-image .sl-caption.pos-top {
  bottom: auto;
  top: 0;
}
.sl-wrapper .sl-image .sl-caption.pos-outside {
  bottom: auto;
}

.sl-spinner {
  display: none;
  border: 5px solid #333;
  border-radius: 40px;
  height: 40px;
  left: 50%;
  margin: -20px 0 0 -20px;
  opacity: 0;
  position: fixed;
  top: 50%;
  width: 40px;
  z-index: 1007;
  animation: pulsate 1s ease-out infinite;
}

.sl-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

.sl-transition {
  transition: transform ease 200ms;
}
@keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
.sl-wrapper .sl-image .sl-caption {
  text-align: center;
  padding: 2rem 1.25rem;
}
@media (min-width: 1024px) {
  .sl-wrapper .sl-image .sl-caption {
    padding: 1rem 1.25rem;
  }
}

.sl-wrapper .sl-close {
  top: 1rem;
  right: 1.125rem;
}
@media (min-width: 1024px) {
  .sl-wrapper .sl-close {
    top: 3rem;
    right: 2.5rem;
  }
}
.sl-wrapper .sl-close svg {
  width: 24px;
  height: 24px;
}

.sl-wrapper {
  z-index: 1000001;
}

.sl-overlay {
  z-index: 1000000;
}

.simple-lightbox-stepper {
  width: 100%;
  position: fixed;
  top: 2.5rem;
  left: 0;
  display: flex;
  justify-content: center;
  gap: 0.5rem;
}
.simple-lightbox-stepper .simple-lightbox-step {
  width: 3.125rem;
  height: 0.125rem;
  border-radius: 1.5625rem;
  background-color: rgba(98, 7, 220, 0.2);
  position: relative;
}
.simple-lightbox-stepper .simple-lightbox-step:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 2px;
  content: "";
  display: block;
  background-color: #6207DC;
  transition: width 0.1s cubic-bezier(0.7, 0.6, 0.1, 0.8);
}
.simple-lightbox-stepper .simple-lightbox-step.simple-lightbox-step--progressed:after, .simple-lightbox-stepper .simple-lightbox-step.simple-lightbox-step--active:after {
  width: 100%;
}

.sl-wrapper .sl-navigation button.sl-prev,
.sl-wrapper .sl-navigation button.sl-next {
  display: flex !important;
  justify-content: center;
  align-items: center;
  background-color: #320173;
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
}
.sl-wrapper .sl-navigation button.sl-prev svg,
.sl-wrapper .sl-navigation button.sl-next svg {
  color: #FFFFFF;
  width: 2.25rem;
  height: 2.25rem;
}

.c-logos {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
  row-gap: 2rem;
}
@media (min-width: 1024px) {
  .c-logos {
    row-gap: unset;
  }
}

.c-logos__item {
  width: 45%;
  margin: auto 0;
}
@media (min-width: 1024px) {
  .c-logos__item {
    width: 15%;
    margin: unset;
  }
}

.c-logos__item-link {
  transition: all 0.3s cubic-bezier(0.7, 0.6, 0.1, 0.8);
}
.c-logos__item-link:hover {
  transform: translateY(-10px);
}

.c-opener {
  width: 100%;
  position: relative;
  display: flex;
  min-height: 29rem;
  padding: 0 1.25rem;
}
@media (min-width: 768px) {
  .c-opener {
    min-height: 36rem;
  }
}
@media (min-width: 1024px) {
  .c-opener {
    min-height: 26.5rem;
  }
}
@media (min-width: 1440px) {
  .c-opener {
    min-height: 35.625rem;
  }
}

.c-opener--image {
  background-size: cover;
  background-position: var(--image-focuspoint);
}

.c-opener--background {
  background: linear-gradient(0deg, #FE6220 0%, #6F0EF2 100%);
}
.c-widget--theme-black-purple .c-opener--background {
  background: linear-gradient(0deg, #000000 0%, #6207DC 100%);
}
.c-widget--theme-purple .c-opener--background {
  background: #6F0EF2;
}
.c-widget--theme-purple-orange .c-opener--background {
  background: linear-gradient(0deg, #FE6220 0%, #6F0EF2 100%);
}
.c-widget--theme-orange .c-opener--background {
  background: #FE6220;
}
.c-widget--theme-light-orange .c-opener--background {
  background: #FFE5D9;
}
.c-widget--theme-white-black .c-opener--background, .c-widget--theme-white-purple .c-opener--background {
  background: #fff;
}

.c-opener__content {
  position: absolute;
  bottom: 2rem;
  width: calc(100% - 2.5rem);
  color: #FFFFFF;
}
@media (min-width: 1024px) {
  .c-opener__content {
    padding: unset;
    width: 40%;
  }
}
.c-widget--theme-white-black .c-opener__content, .c-widget--theme-light-orange .c-opener__content {
  color: #000000;
}
.c-widget--theme-white-purple .c-opener__content {
  color: #6F0EF2;
}

.c-opener__headline {
  font-family: "Mirador", helvetica, arial, serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 1.1;
  margin-bottom: 2rem;
}
@media screen and (min-width: 375px) {
  .c-opener__headline {
    font-size: calc(40px + 8 * (100vw - 375px) / 1065);
  }
}
@media screen and (min-width: 1440px) {
  .c-opener__headline {
    font-size: 48px;
  }
}
@media (min-width: 1024px) {
  .c-opener__headline {
    line-height: 1.1;
  }
}

.c-opener__intro {
  font-family: "Galano Neue", helvetica, arial, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4;
}
@media screen and (min-width: 375px) {
  .c-opener__intro {
    font-size: calc(18px + 6 * (100vw - 375px) / 1065);
  }
}
@media screen and (min-width: 1440px) {
  .c-opener__intro {
    font-size: 24px;
  }
}
@media (min-width: 1024px) {
  .c-opener__intro {
    line-height: 1.4;
  }
}

.c-password {
  min-height: 100vh;
  min-height: 100dvh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.c-password:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0.5;
  content: "";
  background: #000000;
}
.c-password .c-password__video {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 90% 50%;
     object-position: 90% 50%;
}
@media (min-width: 768px) {
  .c-password .c-password__video {
    -o-object-position: 100% 50%;
       object-position: 100% 50%;
  }
}
.c-password .c-password__video.low-powermode {
  opacity: 0;
}
.c-password .c-password__image {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 90% 50%;
     object-position: 90% 50%;
}
@media (min-width: 768px) {
  .c-password .c-password__image {
    -o-object-position: 100% 50%;
       object-position: 100% 50%;
  }
}
.c-password .c-password__image.low-powermode {
  opacity: 0;
}

.c-password__wrapper {
  position: relative;
  z-index: 2;
  text-align: center;
}

.c-password__flagline {
  font-family: "Galano Neue", helvetica, arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #FFFFFF;
  margin-bottom: 8px;
}
@media screen and (min-width: 375px) {
  .c-password__flagline {
    font-size: calc(16px + 5 * (100vw - 375px) / 1065);
  }
}
@media screen and (min-width: 1440px) {
  .c-password__flagline {
    font-size: 21px;
  }
}
@media (min-width: 1024px) {
  .c-password__flagline {
    line-height: 1.5;
  }
}

.c-password__headline {
  color: #FFFFFF;
  margin-bottom: 0;
}

.c-password__headline--sans {
  font-family: "Galano Neue", helvetica, arial, sans-serif;
  font-weight: 500;
  font-size: 40px;
  line-height: 1.1;
}
@media screen and (min-width: 375px) {
  .c-password__headline--sans {
    font-size: calc(40px + 8 * (100vw - 375px) / 1065);
  }
}
@media screen and (min-width: 1440px) {
  .c-password__headline--sans {
    font-size: 48px;
  }
}
@media (min-width: 1024px) {
  .c-password__headline--sans {
    line-height: 1.1;
  }
}

.c-password__headline--serif {
  font-family: "Mirador", helvetica, arial, serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 1.1;
}
@media screen and (min-width: 375px) {
  .c-password__headline--serif {
    font-size: calc(40px + 8 * (100vw - 375px) / 1065);
  }
}
@media screen and (min-width: 1440px) {
  .c-password__headline--serif {
    font-size: 48px;
  }
}
@media (min-width: 1024px) {
  .c-password__headline--serif {
    line-height: 1.1;
  }
}

.c-password__form {
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.c-password__form label {
  position: relative;
  display: inline-flex;
  margin-bottom: 0.75rem;
}

.c-password__form-input {
  transition: all 0.3s cubic-bezier(0.7, 0.6, 0.1, 0.8);
  font-family: "Galano Neue", helvetica, arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  padding: 0.375rem 2rem 0.375rem 0;
  border-radius: 1.375rem;
  border: 0.75px solid #FFFFFF;
  background: transparent;
  color: #FFFFFF;
}
@media screen and (min-width: 375px) {
  .c-password__form-input {
    font-size: calc(14px + 4 * (100vw - 375px) / 1065);
  }
}
@media screen and (min-width: 1440px) {
  .c-password__form-input {
    font-size: 18px;
  }
}
@media (min-width: 1024px) {
  .c-password__form-input {
    line-height: 1.5;
  }
}
@media (min-width: 1024px) {
  .c-password__form-input {
    padding: 0.5rem 2rem 0.5rem 0;
    border-radius: 2rem;
    border: 1px solid #FFFFFF;
  }
}

.c-password__form-submit {
  position: absolute;
  right: 0.25rem;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
  border: none;
  background: transparent;
  -webkit-appearance: none;
  color: #FFFFFF;
}
.c-password__form-submit svg {
  margin-right: 0;
  width: 1.5rem;
  height: 1.5rem;
}

.c-password__form-disclaimer {
  width: 100%;
  text-align: center;
  color: #FFFFFF;
  opacity: 0.5;
  font-family: "Galano Neue", helvetica, arial, sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.5;
}
@media screen and (min-width: 375px) {
  .c-password__form-disclaimer {
    font-size: calc(12px + 1 * (100vw - 375px) / 1065);
  }
}
@media screen and (min-width: 1440px) {
  .c-password__form-disclaimer {
    font-size: 13px;
  }
}
@media (min-width: 1024px) {
  .c-password__form-disclaimer {
    line-height: 1.5;
  }
}

.c-scroll-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 2200000000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s cubic-bezier(0.7, 0.6, 0.1, 0.8);
}
.c-scroll-top.is-active {
  opacity: 1;
  visibility: visible;
}

.c-scroll-top__icon {
  width: 36px;
  height: 36px;
  padding: 0.5rem;
  background-color: #320173;
  border: 1px solid #320173;
  border-radius: 50%;
  color: #FFFFFF;
  transform: rotate(180deg);
  cursor: pointer;
  transition: background-color 0.3s cubic-bezier(0.7, 0.6, 0.1, 0.8), color 0.3s cubic-bezier(0.7, 0.6, 0.1, 0.8);
}
@media (min-width: 1024px) {
  .c-scroll-top__icon {
    width: 48px;
    height: 48px;
  }
}
.c-scroll-top:hover .c-scroll-top__icon {
  background-color: transparent;
  color: #320173;
}

:root {
  /* Foreground, Background */
  scrollbar-color: #FFFFFF #320173;
}

.c-card--popover ::-webkit-scrollbar {
  width: 5px; /* Mostly for vertical scrollbars */
}
.c-card--popover ::-webkit-scrollbar-thumb { /* Foreground */
  background: #FFFFFF;
  border-radius: 0.5rem;
}
.c-card--popover ::-webkit-scrollbar-track { /* Background */
  background: #320173;
  border-radius: 0.5rem;
}

.c-article--single-chronicle {
  display: flex;
  flex-direction: row;
  background-color: #FFFFFF;
  padding: 3rem 1.25rem;
  position: relative;
  min-height: 100vh;
}
@media (min-width: 1024px) {
  .c-article--single-chronicle {
    padding: 2.5rem;
  }
}

.c-single-chronicle__popover-closebtn {
  height: 2rem;
  width: 2rem;
  margin-left: auto;
  cursor: pointer;
  position: absolute;
  top: 0.5rem;
  right: 1.25rem;
}
@media (min-width: 1024px) {
  .c-single-chronicle__popover-closebtn {
    top: 3rem;
    right: 2.5rem;
  }
}
.c-single-chronicle__popover-closebtn span {
  border-bottom: 1px solid;
  width: 2rem;
  position: absolute;
  margin-top: 1rem;
}
.c-single-chronicle__popover-closebtn span:first-of-type {
  transform: rotate(45deg);
}
.c-single-chronicle__popover-closebtn span:last-of-type {
  transform: rotate(-45deg);
}

/* SIDEBAR
   ========================================================================== */
html.glightbox-open:has(.c-single-chronicle__sidebar),
body.glightbox-open:has(.c-single-chronicle__sidebar),
body.glightbox-open:has(.c-single-chronicle__sidebar) .glightbox-container,
body.glightbox-open:has(.c-single-chronicle__sidebar) .glightbox-container .gcontainer,
body.glightbox-open:has(.c-single-chronicle__sidebar) .glightbox-container .gslider,
body.glightbox-open:has(.c-single-chronicle__sidebar) .gslide-inline .ginlined-content {
  overflow: clip;
}

@media (max-width: 1023.98px) {
  body.glightbox-open:has(.c-single-chronicle__sidebar) .gslide-inline .ginlined-content {
    overflow-y: auto;
  }
}

.c-single-chronicle__sidebar {
  width: 100%;
}
@media (min-width: 1024px) {
  .c-single-chronicle__sidebar {
    border-right: 1px solid #000000;
    width: calc(33% - 2rem);
    padding-right: 2rem;
    padding-bottom: 2rem;
  }
}

.c-single-chronicle__sidebar-inner {
  position: sticky;
  transition: all 0.5s cubic-bezier(0.7, 0.6, 0.1, 0.8);
  top: 2.5rem;
}
body.single-chronicle .c-single-chronicle__sidebar-inner {
  top: 8rem;
}
body.single-chronicle:has(header.c-header--nav-up) .c-single-chronicle__sidebar-inner {
  top: 2.5rem;
}

.c-single-chronicle__image {
  margin-bottom: 0.5rem;
}

.c-single-chronicle__img {
  position: relative;
}

.c-single-chronicle__image-controls {
  width: 100%;
  display: flex;
  flex-direction: row;
  color: #000000;
  gap: 0.75rem;
}
.c-single-chronicle__image-controls .c-single-chronicle__image-controls-action {
  position: relative;
  height: 1.5rem;
  width: 1.5rem;
  color: #320173;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-single-chronicle__image-controls .c-single-chronicle__image-controls-action svg {
  min-width: 0.75rem;
  min-height: 0.75rem;
}
.c-single-chronicle__image-controls a {
  color: #000000;
}

.c-single-chronicle__icon {
  width: 24px;
  height: 24px;
}

.c-single-chronicle__media {
  margin-bottom: 3rem;
}
.c-single-chronicle__media .c-card--archive .c-card__link--text {
  display: none;
}
.c-single-chronicle__media .c-card--archive.c-card--archive-audio .plyr--audio .plyr__controls {
  background: none;
  padding: 0 !important;
}

.c-single-chronicle__inventar {
  margin-top: 1.5rem;
  margin-bottom: 4rem;
}

.c-single-chronicle__inventar-row {
  font-family: "Galano Neue", helvetica, arial, sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.5;
  margin-bottom: 0;
}
@media screen and (min-width: 375px) {
  .c-single-chronicle__inventar-row {
    font-size: calc(12px + 1 * (100vw - 375px) / 1065);
  }
}
@media screen and (min-width: 1440px) {
  .c-single-chronicle__inventar-row {
    font-size: 13px;
  }
}
@media (min-width: 1024px) {
  .c-single-chronicle__inventar-row {
    line-height: 1.5;
  }
}

/* MAIN
   ========================================================================== */
.c-single-chronicle__main {
  width: 100%;
}
@media (min-width: 1024px) {
  .c-single-chronicle__main {
    width: calc(66% - 2rem);
    padding-left: 1.5rem;
  }
}

.c-single-chronicle__headline {
  font-family: "Mirador", helvetica, arial, serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 1.1;
  font-weight: 500;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 375px) {
  .c-single-chronicle__headline {
    font-size: calc(40px + 8 * (100vw - 375px) / 1065);
  }
}
@media screen and (min-width: 1440px) {
  .c-single-chronicle__headline {
    font-size: 48px;
  }
}
@media (min-width: 1024px) {
  .c-single-chronicle__headline {
    line-height: 1.1;
  }
}
@media (min-width: 1024px) {
  .c-single-chronicle__headline {
    margin-bottom: 1rem;
  }
}

.c-single-chronicle__name {
  font-family: "Galano Neue", helvetica, arial, sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 375px) {
  .c-single-chronicle__name {
    font-size: calc(24px + 8 * (100vw - 375px) / 1065);
  }
}
@media screen and (min-width: 1440px) {
  .c-single-chronicle__name {
    font-size: 32px;
  }
}
@media (min-width: 1024px) {
  .c-single-chronicle__name {
    line-height: 1.2;
  }
}

.c-single-chronicle__desc {
  font-family: "Galano Neue", helvetica, arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 1rem;
}
@media screen and (min-width: 375px) {
  .c-single-chronicle__desc {
    font-size: calc(16px + 5 * (100vw - 375px) / 1065);
  }
}
@media screen and (min-width: 1440px) {
  .c-single-chronicle__desc {
    font-size: 21px;
  }
}
@media (min-width: 1024px) {
  .c-single-chronicle__desc {
    line-height: 1.5;
  }
}
@media (min-width: 1024px) {
  .c-single-chronicle__desc {
    margin-bottom: 1.5rem;
  }
}
.c-single-chronicle__desc .plyr:has(+ *) {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .c-single-chronicle__desc .plyr:has(+ *) {
    margin-bottom: 1.5rem;
  }
}

.c-single-chronicle__more {
  margin-bottom: 1.5rem;
}

.c-single-chronicle__accordion {
  margin-bottom: 3rem;
}

.c-single-chronicle__related-content {
  border-top: 1px solid #000000;
  padding-top: 0.75rem;
}

.c-single-chronicle__subheadline {
  font-family: "Galano Neue", helvetica, arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 0.75rem;
}
@media screen and (min-width: 375px) {
  .c-single-chronicle__subheadline {
    font-size: calc(16px + 5 * (100vw - 375px) / 1065);
  }
}
@media screen and (min-width: 1440px) {
  .c-single-chronicle__subheadline {
    font-size: 21px;
  }
}
@media (min-width: 1024px) {
  .c-single-chronicle__subheadline {
    line-height: 1.5;
  }
}

@media (min-width: 1024px) {
  .c-single-chronicle__tags {
    margin-bottom: 6rem;
  }
}

/* ACCORDION
   ========================================================================== */
.c-single-chronicle__accordion .c-accordion__item {
  box-sizing: content-box;
  overflow-y: hidden;
  overflow-y: clip;
  color: var(--accordion-color, #000000);
  border-bottom: 1px solid #000000;
}
.c-single-chronicle__accordion .c-accordion__item:last-child {
  border-bottom: none;
}
@media (min-width: 1024px) {
  .c-single-chronicle__accordion .c-accordion__item[data-status=contracted]:hover {
    color: var(--accordion-color-hover, #6F0EF2);
  }
}
.c-single-chronicle__accordion .c-accordion__target {
  cursor: pointer;
  font-family: "Galano Neue", helvetica, arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (min-width: 375px) {
  .c-single-chronicle__accordion .c-accordion__target {
    font-size: calc(16px + 5 * (100vw - 375px) / 1065);
  }
}
@media screen and (min-width: 1440px) {
  .c-single-chronicle__accordion .c-accordion__target {
    font-size: 21px;
  }
}
@media (min-width: 1024px) {
  .c-single-chronicle__accordion .c-accordion__target {
    line-height: 1.5;
  }
}
.c-single-chronicle__accordion .c-accordion__control {
  display: flex;
  align-items: center;
  padding: 0.75rem 0;
}
.c-single-chronicle__accordion .c-accordion__button {
  height: 2rem;
  width: 2rem;
  margin-right: 0.625rem;
  margin-left: auto;
  display: block;
  transition: all 0.3s cubic-bezier(0.7, 0.6, 0.1, 0.8);
}
.c-single-chronicle__accordion [data-status=expanded] .c-accordion__btn--contracted {
  display: none;
}
.c-single-chronicle__accordion [data-status=expanded] .c-accordion__btn--expanded {
  display: block;
}
.c-single-chronicle__accordion [data-status=contracted] .c-accordion__btn--contracted {
  display: block;
}
.c-single-chronicle__accordion [data-status=contracted] .c-accordion__btn--expanded {
  display: none;
}
.c-single-chronicle__accordion .c-accordion__panel {
  transition: all 0.3s cubic-bezier(0.7, 0.6, 0.1, 0.8);
}
.c-single-chronicle__accordion .c-accordion__panel[aria-hidden=true], [data-status=disabled] .c-single-chronicle__accordion .c-accordion__panel {
  display: none;
}
.c-single-chronicle__accordion .c-accordion__panel__inner {
  padding: 1.25rem 0;
  font-family: "Galano Neue", helvetica, arial, sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.5;
}
@media screen and (min-width: 375px) {
  .c-single-chronicle__accordion .c-accordion__panel__inner {
    font-size: calc(13px + 3 * (100vw - 375px) / 1065);
  }
}
@media screen and (min-width: 1440px) {
  .c-single-chronicle__accordion .c-accordion__panel__inner {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  .c-single-chronicle__accordion .c-accordion__panel__inner {
    line-height: 1.5;
  }
}

.c-accordion__panel__inner--restauration {
  row-gap: 1rem;
  display: flex;
  flex-direction: column;
}
.c-accordion__panel__inner--restauration .wp-caption,
.c-accordion__panel__inner--restauration img[width], .c-accordion__panel__inner--restauration img[height] {
  max-width: 100%;
  width: 100% !important;
}
.c-accordion__panel__inner--restauration .wp-caption .wp-caption-text,
.c-accordion__panel__inner--restauration img[width] .wp-caption-text, .c-accordion__panel__inner--restauration img[height] .wp-caption-text {
  margin-top: 0.375rem;
  color: #6F0EF2;
  font-family: "Galano Neue", helvetica, arial, sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.5;
}
@media screen and (min-width: 375px) {
  .c-accordion__panel__inner--restauration .wp-caption .wp-caption-text,
  .c-accordion__panel__inner--restauration img[width] .wp-caption-text, .c-accordion__panel__inner--restauration img[height] .wp-caption-text {
    font-size: calc(12px + 1 * (100vw - 375px) / 1065);
  }
}
@media screen and (min-width: 1440px) {
  .c-accordion__panel__inner--restauration .wp-caption .wp-caption-text,
  .c-accordion__panel__inner--restauration img[width] .wp-caption-text, .c-accordion__panel__inner--restauration img[height] .wp-caption-text {
    font-size: 13px;
  }
}
@media (min-width: 1024px) {
  .c-accordion__panel__inner--restauration .wp-caption .wp-caption-text,
  .c-accordion__panel__inner--restauration img[width] .wp-caption-text, .c-accordion__panel__inner--restauration img[height] .wp-caption-text {
    line-height: 1.5;
  }
}
.c-accordion__panel__inner--restauration p {
  margin-bottom: 0;
}

/* RELATED CONTENT
   ========================================================================== */
.c-single-chronicle__tags,
.c-single-chronicle__relations {
  display: flex;
  flex-wrap: wrap;
  row-gap: 4rem;
  justify-content: space-between;
}
@media (min-width: 1024px) {
  .c-single-chronicle__tags,
  .c-single-chronicle__relations {
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
    justify-content: unset;
  }
}

.c-single-chronicle__tags {
  row-gap: 0;
}
@media (min-width: 1024px) {
  .c-single-chronicle__tags {
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 0;
    justify-content: unset;
  }
}

.c-single-chronicle__relation-item {
  width: 49%;
}
@media (min-width: 1024px) {
  .c-single-chronicle__relation-item {
    width: 32%;
  }
}

/* ==========================================================================
   SLIDER
   ========================================================================== */
.c-slider--offgrid .c-slider__container {
  overflow: initial;
}

.c-teaser-chronicle-tag-slider--full-width .c-slider {
  position: relative;
}

.c-slider--is-solid .c-slider__item--offgrid.swiper-slide-next {
  opacity: 1;
}

.c-slider__wrapper {
  box-sizing: inherit;
}
.c-slider--popover .c-slider__wrapper {
  align-items: center;
}

.c-slider__controls {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 1.5rem;
}
[dir=rtl] .c-slider__controls {
  flex-direction: row-reverse;
}
@media (min-width: 1024px) {
  .c-slider__controls {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0;
    z-index: 4;
  }
  [dir=rtl] .c-slider__controls {
    left: auto;
    right: 0;
    z-index: 4;
  }
}
.c-slider--popover .c-slider__controls {
  position: absolute;
  top: 50%;
  left: 3%;
  width: 94%;
  justify-content: space-between;
  height: 3.125rem;
}
@media (min-width: 1024px) {
  .c-slider--nav-before .c-slider__controls {
    bottom: auto;
    top: 0;
    left: auto;
    right: 0;
    transform: translateY(calc(-100% - 48px));
  }
}
@media (min-width: 1024px) {
  .c-slider--nav-before--rtl .c-slider__controls {
    left: 0;
    right: auto;
  }
}

.c-slider__image {
  border-radius: 0.25rem;
  overflow: hidden;
}

.c-slider__button {
  width: 2.25rem;
  height: 2.25rem;
  padding: 0;
  background-color: transparent;
  border: none;
  cursor: pointer;
  margin: 0 0.25rem;
}
@media (min-width: 1024px) {
  .c-slider__button {
    width: 2.625rem;
    height: 2.625rem;
  }
}
.c-slider__button svg {
  display: block;
  width: 100%;
  color: #FFFFFF;
  height: 100%;
  stroke-width: 1.5;
}
@media (min-width: 1024px) {
  .c-slider__button svg {
    stroke-width: 2;
  }
}
.c-widget--theme-white-black .c-slider__button svg, .c-widget--theme-light-orange .c-slider__button svg, .c-widget--theme-white-purple .c-slider__button svg {
  color: #6F0EF2;
}
.c-slider__button.swiper-button-disabled {
  pointer-events: none;
}
.c-slider__button.swiper-button-disabled svg {
  color: rgba(255, 255, 255, 0.3);
}
.c-widget--theme-white-black .c-slider__button.swiper-button-disabled svg, .c-widget--theme-light-orange .c-slider__button.swiper-button-disabled svg, .c-widget--theme-white-purple .c-slider__button.swiper-button-disabled svg {
  color: rgba(111, 14, 242, 0.3);
}
.c-slider--popover .c-slider__button.swiper-button-disabled {
  visibility: hidden;
}
.c-slider--popover .c-slider__button {
  display: none;
}
@media (min-width: 1024px) {
  .c-slider--popover .c-slider__button {
    display: block;
    background-color: #320173;
    border-radius: 50%;
    opacity: 1;
    width: 3rem;
    height: 3rem;
  }
  .c-slider--popover .c-slider__button svg {
    color: #FFFFFF;
    height: 70%;
    width: 70%;
    margin: 0 auto;
  }
}

.c-slider__item--offgrid {
  transition: opacity 0.3s cubic-bezier(0.7, 0.6, 0.1, 0.8);
  width: 83.3333333333%;
  height: initial;
}
@media (min-width: 1024px) {
  .c-slider__item--offgrid.c-slider__item--viewed {
    opacity: 0;
    pointer-events: none;
  }
  .c-slider--is-fullwidth .c-slider__item--offgrid.c-slider__item--viewed:has(~ .swiper-slide-active) {
    opacity: 0;
    pointer-events: none;
  }
  .c-slider--is-fullwidth .c-slider__item--offgrid.c-slider__item--viewed {
    opacity: 1;
    pointer-events: auto;
  }
}
@media (min-width: 1024px) {
  .c-slider__item--offgrid {
    width: 75%;
  }
}
.c-slider__item--offgrid:last-of-type {
  margin-right: 25%;
}
.c-slider__item--offgrid.c-slider__item--current, .c-slider__item--offgrid.swiper-slide-active {
  opacity: 1;
}
.c-slider--anonymous.c-slider--is-grid .c-slider__item--offgrid {
  opacity: 1;
}
.c-slider--anonymous.c-slider--is-grid .c-slider__item--offgrid:last-of-type {
  margin-right: inherit;
}

@media (max-width: 1023.98px) {
  .c-slider__item--offgrid-column {
    opacity: 1;
  }
  .c-slider__item--offgrid-column.c-slider__item--viewed {
    opacity: 1;
  }
}
.c-slider__item--offgrid-column[style*=margin-top] {
  transform: translateX(20%);
}
@media (min-width: 1024px) {
  .c-slider__item--offgrid-column[style*=margin-top] {
    transform: none;
  }
}

@media (min-width: 1024px) {
  .c-slider--offgrid-nextonly .c-slider__item--viewed {
    transition: opacity 0.1s cubic-bezier(0.7, 0.6, 0.1, 0.8);
    opacity: 0;
    visibility: hidden;
  }
}

.swiper-pagination-bullets.swiper-pagination-horizontal.c-slider__pagination {
  position: absolute;
  display: flex;
  top: -1.25rem;
  left: 1rem;
  width: calc(100% - 2rem);
  bottom: unset;
  justify-content: center;
}
@media (min-width: 1024px) {
  .swiper-pagination-bullets.swiper-pagination-horizontal.c-slider__pagination {
    justify-content: flex-end;
    margin-right: auto;
    margin-left: auto;
    width: 80% !important;
    left: unset;
    top: 1.75rem;
  }
}

.swiper-pagination-bullet {
  width: 100% !important;
  max-width: 3rem;
  height: 2px !important;
  background: #FFFFFF;
  border-radius: 0 !important;
  position: relative;
  overflow: hidden;
}
.c-slider--popover .swiper-pagination-bullet {
  background: #FFFFFF;
  opacity: 1;
}
@media (min-width: 1024px) {
  .swiper-pagination-bullet {
    width: 4rem;
    margin: 0 0.5rem !important;
  }
}
.swiper-pagination-bullet-active {
  background: rgba(255, 255, 255, 0.2) !important;
}
.swiper-pagination-bullet-active::after {
  animation-name: bulletProgress;
  animation-duration: 12s;
  animation-timing-function: ease;
  animation-iteration-count: 1;
  animation-direction: alternate;
  animation-fill-mode: forwards;
}
.swiper-pagination-bullet::after {
  content: "";
  display: block;
  left: 0;
  top: 0;
  position: absolute;
  width: 0;
  height: 100%;
  background: #FFFFFF;
}

.swiper-pagination-bullet-active ~ .swiper-pagination-bullet {
  background: #FFFFFF;
  opacity: 0.2;
}

@keyframes bulletProgress {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
/* ==========================================================================
   #BUTTONS
   ========================================================================== */
/**
 * This is an example component. Extend inuitcss by building your own components
 * that make up your UI. Component classes are prefixed with a `c-`.
 */
.c-tag, .c-chronicle__filter--tag.c-chronicle__filter--tag--addon .wpgb-radio-facet .wpgb-toggle-hidden,
.c-chronicle__filter--tag.c-chronicle__filter--tag--addon .wpgb-checkbox-facet .wpgb-toggle-hidden, .c-chronicle__filter--tag .wpgb-radio-facet .wpgb-hierarchical-list .wpgb-radio-label,
.c-chronicle__filter--tag .wpgb-radio-facet .wpgb-hierarchical-list .wpgb-checkbox-label,
.c-chronicle__filter--tag .wpgb-checkbox-facet .wpgb-hierarchical-list .wpgb-radio-label,
.c-chronicle__filter--tag .wpgb-checkbox-facet .wpgb-hierarchical-list .wpgb-checkbox-label, .c-chronicle__filter--tag .wpgb-button-facet .wpgb-inline-list .wpgb-button {
  transition: all 0.3s cubic-bezier(0.7, 0.6, 0.1, 0.8);
  font-family: "Galano Neue", helvetica, arial, sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 500;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  display: flex;
  position: relative;
  padding: 0.375rem 1.375rem;
  margin: 0 0.75rem 0.75rem 0;
  border: 2px solid;
  border-radius: 3.625rem;
  color: var(--tag-background, #FE6220);
  background-color: transparent;
  border-color: transparent;
}
@media screen and (min-width: 375px) {
  .c-tag, .c-chronicle__filter--tag.c-chronicle__filter--tag--addon .wpgb-radio-facet .wpgb-toggle-hidden,
  .c-chronicle__filter--tag.c-chronicle__filter--tag--addon .wpgb-checkbox-facet .wpgb-toggle-hidden, .c-chronicle__filter--tag .wpgb-radio-facet .wpgb-hierarchical-list .wpgb-radio-label,
  .c-chronicle__filter--tag .wpgb-radio-facet .wpgb-hierarchical-list .wpgb-checkbox-label,
  .c-chronicle__filter--tag .wpgb-checkbox-facet .wpgb-hierarchical-list .wpgb-radio-label,
  .c-chronicle__filter--tag .wpgb-checkbox-facet .wpgb-hierarchical-list .wpgb-checkbox-label, .c-chronicle__filter--tag .wpgb-button-facet .wpgb-inline-list .wpgb-button {
    font-size: calc(12px + 1 * (100vw - 375px) / 1065);
  }
}
@media screen and (min-width: 1440px) {
  .c-tag, .c-chronicle__filter--tag.c-chronicle__filter--tag--addon .wpgb-radio-facet .wpgb-toggle-hidden,
  .c-chronicle__filter--tag.c-chronicle__filter--tag--addon .wpgb-checkbox-facet .wpgb-toggle-hidden, .c-chronicle__filter--tag .wpgb-radio-facet .wpgb-hierarchical-list .wpgb-radio-label,
  .c-chronicle__filter--tag .wpgb-radio-facet .wpgb-hierarchical-list .wpgb-checkbox-label,
  .c-chronicle__filter--tag .wpgb-checkbox-facet .wpgb-hierarchical-list .wpgb-radio-label,
  .c-chronicle__filter--tag .wpgb-checkbox-facet .wpgb-hierarchical-list .wpgb-checkbox-label, .c-chronicle__filter--tag .wpgb-button-facet .wpgb-inline-list .wpgb-button {
    font-size: 13px;
  }
}
@media (min-width: 1024px) {
  .c-tag, .c-chronicle__filter--tag.c-chronicle__filter--tag--addon .wpgb-radio-facet .wpgb-toggle-hidden,
  .c-chronicle__filter--tag.c-chronicle__filter--tag--addon .wpgb-checkbox-facet .wpgb-toggle-hidden, .c-chronicle__filter--tag .wpgb-radio-facet .wpgb-hierarchical-list .wpgb-radio-label,
  .c-chronicle__filter--tag .wpgb-radio-facet .wpgb-hierarchical-list .wpgb-checkbox-label,
  .c-chronicle__filter--tag .wpgb-checkbox-facet .wpgb-hierarchical-list .wpgb-radio-label,
  .c-chronicle__filter--tag .wpgb-checkbox-facet .wpgb-hierarchical-list .wpgb-checkbox-label, .c-chronicle__filter--tag .wpgb-button-facet .wpgb-inline-list .wpgb-button {
    line-height: 1.5;
  }
}
@media (min-width: 1024px) {
  .c-tag, .c-chronicle__filter--tag.c-chronicle__filter--tag--addon .wpgb-radio-facet .wpgb-toggle-hidden,
  .c-chronicle__filter--tag.c-chronicle__filter--tag--addon .wpgb-checkbox-facet .wpgb-toggle-hidden, .c-chronicle__filter--tag .wpgb-radio-facet .wpgb-hierarchical-list .wpgb-radio-label,
  .c-chronicle__filter--tag .wpgb-radio-facet .wpgb-hierarchical-list .wpgb-checkbox-label,
  .c-chronicle__filter--tag .wpgb-checkbox-facet .wpgb-hierarchical-list .wpgb-radio-label,
  .c-chronicle__filter--tag .wpgb-checkbox-facet .wpgb-hierarchical-list .wpgb-checkbox-label, .c-chronicle__filter--tag .wpgb-button-facet .wpgb-inline-list .wpgb-button {
    margin: 0 1rem 1rem 0;
    padding: 0.5rem 1.375rem;
  }
}
.c-tag, .c-chronicle__filter--tag.c-chronicle__filter--tag--addon .wpgb-radio-facet .wpgb-toggle-hidden,
.c-chronicle__filter--tag.c-chronicle__filter--tag--addon .wpgb-checkbox-facet .wpgb-toggle-hidden, .c-chronicle__filter--tag .wpgb-radio-facet .wpgb-hierarchical-list .wpgb-radio-label,
.c-chronicle__filter--tag .wpgb-radio-facet .wpgb-hierarchical-list .wpgb-checkbox-label,
.c-chronicle__filter--tag .wpgb-checkbox-facet .wpgb-hierarchical-list .wpgb-radio-label,
.c-chronicle__filter--tag .wpgb-checkbox-facet .wpgb-hierarchical-list .wpgb-checkbox-label, .c-chronicle__filter--tag .wpgb-button-facet .wpgb-inline-list .wpgb-button, .c-tag:hover, .c-tag:active, .c-tag:focus {
  text-decoration: none;
}
.c-tag:before, .c-chronicle__filter--tag.c-chronicle__filter--tag--addon .wpgb-radio-facet .wpgb-toggle-hidden:before,
.c-chronicle__filter--tag.c-chronicle__filter--tag--addon .wpgb-checkbox-facet .wpgb-toggle-hidden:before, .c-chronicle__filter--tag .wpgb-radio-facet .wpgb-hierarchical-list .wpgb-radio-label:before,
.c-chronicle__filter--tag .wpgb-radio-facet .wpgb-hierarchical-list .wpgb-checkbox-label:before,
.c-chronicle__filter--tag .wpgb-checkbox-facet .wpgb-hierarchical-list .wpgb-radio-label:before,
.c-chronicle__filter--tag .wpgb-checkbox-facet .wpgb-hierarchical-list .wpgb-checkbox-label:before, .c-chronicle__filter--tag .wpgb-button-facet .wpgb-inline-list .wpgb-button:before {
  content: "";
  position: absolute;
  border: 1px solid var(--tag-background, #FE6220);
  border-radius: 3.625rem;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.c-tag:hover, .c-chronicle__filter--tag.c-chronicle__filter--tag--addon .wpgb-radio-facet .wpgb-toggle-hidden:hover,
.c-chronicle__filter--tag.c-chronicle__filter--tag--addon .wpgb-checkbox-facet .wpgb-toggle-hidden:hover, .c-chronicle__filter--tag .wpgb-radio-facet .wpgb-hierarchical-list .wpgb-radio-label:hover,
.c-chronicle__filter--tag .wpgb-radio-facet .wpgb-hierarchical-list .wpgb-checkbox-label:hover,
.c-chronicle__filter--tag .wpgb-checkbox-facet .wpgb-hierarchical-list .wpgb-radio-label:hover,
.c-chronicle__filter--tag .wpgb-checkbox-facet .wpgb-hierarchical-list .wpgb-checkbox-label:hover, .c-chronicle__filter--tag .wpgb-button-facet .wpgb-inline-list .wpgb-button:hover {
  color: var(--tag-background, #FE6220);
  border-color: var(--tag-background, #FE6220);
}
.c-tag:active, .c-chronicle__filter--tag .wpgb-radio-facet .wpgb-hierarchical-list .wpgb-radio-label:active,
.c-chronicle__filter--tag .wpgb-radio-facet .wpgb-hierarchical-list .wpgb-checkbox-label:active,
.c-chronicle__filter--tag .wpgb-checkbox-facet .wpgb-hierarchical-list .wpgb-radio-label:active,
.c-chronicle__filter--tag .wpgb-checkbox-facet .wpgb-hierarchical-list .wpgb-checkbox-label:active, .c-chronicle__filter--tag .wpgb-button-facet .wpgb-inline-list .wpgb-button:active, .c-tag.c-tag--active, .c-chronicle__filter--tag.c-chronicle__filter--tag--addon .wpgb-radio-facet .wpgb-toggle-hidden,
.c-chronicle__filter--tag.c-chronicle__filter--tag--addon .wpgb-checkbox-facet .wpgb-toggle-hidden, .c-chronicle__filter--tag .wpgb-radio-facet .wpgb-hierarchical-list .c-tag--active.wpgb-radio-label, .c-chronicle__filter--tag .wpgb-radio-facet .wpgb-hierarchical-list .wpgb-radio[aria-pressed=true] .wpgb-radio-label:not(.is-fake-selected),
.c-chronicle__filter--tag .wpgb-radio-facet .wpgb-hierarchical-list .wpgb-checkbox[aria-pressed=true] .wpgb-radio-label:not(.is-fake-selected),
.c-chronicle__filter--tag .wpgb-radio-facet .wpgb-hierarchical-list .c-tag--active.wpgb-checkbox-label,
.c-chronicle__filter--tag .wpgb-radio-facet .wpgb-hierarchical-list .wpgb-radio[aria-pressed=true] .wpgb-checkbox-label:not(.is-fake-selected),
.c-chronicle__filter--tag .wpgb-radio-facet .wpgb-hierarchical-list .wpgb-checkbox[aria-pressed=true] .wpgb-checkbox-label:not(.is-fake-selected),
.c-chronicle__filter--tag .wpgb-checkbox-facet .wpgb-hierarchical-list .c-tag--active.wpgb-radio-label,
.c-chronicle__filter--tag .wpgb-checkbox-facet .wpgb-hierarchical-list .wpgb-radio[aria-pressed=true] .wpgb-radio-label:not(.is-fake-selected),
.c-chronicle__filter--tag .wpgb-checkbox-facet .wpgb-hierarchical-list .wpgb-checkbox[aria-pressed=true] .wpgb-radio-label:not(.is-fake-selected),
.c-chronicle__filter--tag .wpgb-checkbox-facet .wpgb-hierarchical-list .c-tag--active.wpgb-checkbox-label,
.c-chronicle__filter--tag .wpgb-checkbox-facet .wpgb-hierarchical-list .wpgb-radio[aria-pressed=true] .wpgb-checkbox-label:not(.is-fake-selected),
.c-chronicle__filter--tag .wpgb-checkbox-facet .wpgb-hierarchical-list .wpgb-checkbox[aria-pressed=true] .wpgb-checkbox-label:not(.is-fake-selected), .c-chronicle__filter--tag .wpgb-button-facet .wpgb-inline-list .c-tag--active.wpgb-button, .c-chronicle__filter--tag .wpgb-button-facet .wpgb-inline-list .wpgb-button[aria-pressed=true] {
  color: var(--tag-color, #320173);
  background-color: var(--tag-background, #FE6220);
  border-color: var(--tag-background, #FE6220);
}

/* Style variants 
   ========================================================================== */
.c-tag--primary, .c-chronicle__filter--tag.c-chronicle__filter--large .wpgb-radio-facet .wpgb-hierarchical-list .wpgb-radio-label,
.c-chronicle__filter--tag.c-chronicle__filter--large .wpgb-radio-facet .wpgb-hierarchical-list .wpgb-checkbox-label,
.c-chronicle__filter--tag.c-chronicle__filter--large .wpgb-checkbox-facet .wpgb-hierarchical-list .wpgb-radio-label,
.c-chronicle__filter--tag.c-chronicle__filter--large .wpgb-checkbox-facet .wpgb-hierarchical-list .wpgb-checkbox-label {
  font-family: "Galano Neue", helvetica, arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  padding: 0.625rem 2rem;
  color: var(--tag-background, #320173);
}
@media screen and (min-width: 375px) {
  .c-tag--primary, .c-chronicle__filter--tag.c-chronicle__filter--large .wpgb-radio-facet .wpgb-hierarchical-list .wpgb-radio-label,
  .c-chronicle__filter--tag.c-chronicle__filter--large .wpgb-radio-facet .wpgb-hierarchical-list .wpgb-checkbox-label,
  .c-chronicle__filter--tag.c-chronicle__filter--large .wpgb-checkbox-facet .wpgb-hierarchical-list .wpgb-radio-label,
  .c-chronicle__filter--tag.c-chronicle__filter--large .wpgb-checkbox-facet .wpgb-hierarchical-list .wpgb-checkbox-label {
    font-size: calc(14px + 4 * (100vw - 375px) / 1065);
  }
}
@media screen and (min-width: 1440px) {
  .c-tag--primary, .c-chronicle__filter--tag.c-chronicle__filter--large .wpgb-radio-facet .wpgb-hierarchical-list .wpgb-radio-label,
  .c-chronicle__filter--tag.c-chronicle__filter--large .wpgb-radio-facet .wpgb-hierarchical-list .wpgb-checkbox-label,
  .c-chronicle__filter--tag.c-chronicle__filter--large .wpgb-checkbox-facet .wpgb-hierarchical-list .wpgb-radio-label,
  .c-chronicle__filter--tag.c-chronicle__filter--large .wpgb-checkbox-facet .wpgb-hierarchical-list .wpgb-checkbox-label {
    font-size: 18px;
  }
}
@media (min-width: 1024px) {
  .c-tag--primary, .c-chronicle__filter--tag.c-chronicle__filter--large .wpgb-radio-facet .wpgb-hierarchical-list .wpgb-radio-label,
  .c-chronicle__filter--tag.c-chronicle__filter--large .wpgb-radio-facet .wpgb-hierarchical-list .wpgb-checkbox-label,
  .c-chronicle__filter--tag.c-chronicle__filter--large .wpgb-checkbox-facet .wpgb-hierarchical-list .wpgb-radio-label,
  .c-chronicle__filter--tag.c-chronicle__filter--large .wpgb-checkbox-facet .wpgb-hierarchical-list .wpgb-checkbox-label {
    line-height: 1.5;
  }
}
@media (min-width: 1024px) {
  .c-tag--primary, .c-chronicle__filter--tag.c-chronicle__filter--large .wpgb-radio-facet .wpgb-hierarchical-list .wpgb-radio-label,
  .c-chronicle__filter--tag.c-chronicle__filter--large .wpgb-radio-facet .wpgb-hierarchical-list .wpgb-checkbox-label,
  .c-chronicle__filter--tag.c-chronicle__filter--large .wpgb-checkbox-facet .wpgb-hierarchical-list .wpgb-radio-label,
  .c-chronicle__filter--tag.c-chronicle__filter--large .wpgb-checkbox-facet .wpgb-hierarchical-list .wpgb-checkbox-label {
    padding: 0.5rem 1.5rem;
  }
}
.c-tag--primary:before, .c-chronicle__filter--tag.c-chronicle__filter--large .wpgb-radio-facet .wpgb-hierarchical-list .wpgb-radio-label:before,
.c-chronicle__filter--tag.c-chronicle__filter--large .wpgb-radio-facet .wpgb-hierarchical-list .wpgb-checkbox-label:before,
.c-chronicle__filter--tag.c-chronicle__filter--large .wpgb-checkbox-facet .wpgb-hierarchical-list .wpgb-radio-label:before,
.c-chronicle__filter--tag.c-chronicle__filter--large .wpgb-checkbox-facet .wpgb-hierarchical-list .wpgb-checkbox-label:before {
  border: 1px solid var(--tag-background, #320173);
}
.c-tag--primary:hover, .c-chronicle__filter--tag.c-chronicle__filter--large .wpgb-radio-facet .wpgb-hierarchical-list .wpgb-radio-label:hover,
.c-chronicle__filter--tag.c-chronicle__filter--large .wpgb-radio-facet .wpgb-hierarchical-list .wpgb-checkbox-label:hover,
.c-chronicle__filter--tag.c-chronicle__filter--large .wpgb-checkbox-facet .wpgb-hierarchical-list .wpgb-radio-label:hover,
.c-chronicle__filter--tag.c-chronicle__filter--large .wpgb-checkbox-facet .wpgb-hierarchical-list .wpgb-checkbox-label:hover {
  color: var(--tag-background, #320173);
  border: 2px solid var(--tag-background, #320173);
}
.c-tag--primary:active, .c-chronicle__filter--tag.c-chronicle__filter--large .wpgb-radio-facet .wpgb-hierarchical-list .wpgb-radio-label:active,
.c-chronicle__filter--tag.c-chronicle__filter--large .wpgb-radio-facet .wpgb-hierarchical-list .wpgb-checkbox-label:active,
.c-chronicle__filter--tag.c-chronicle__filter--large .wpgb-checkbox-facet .wpgb-hierarchical-list .wpgb-radio-label:active,
.c-chronicle__filter--tag.c-chronicle__filter--large .wpgb-checkbox-facet .wpgb-hierarchical-list .wpgb-checkbox-label:active, .c-tag--primary.c-tag--active, .c-chronicle__filter--tag.c-chronicle__filter--large .wpgb-radio-facet .wpgb-hierarchical-list .c-tag--active.wpgb-radio-label,
.c-chronicle__filter--tag.c-chronicle__filter--large .wpgb-radio-facet .wpgb-hierarchical-list .c-tag--active.wpgb-checkbox-label,
.c-chronicle__filter--tag.c-chronicle__filter--large .wpgb-checkbox-facet .wpgb-hierarchical-list .c-tag--active.wpgb-radio-label,
.c-chronicle__filter--tag.c-chronicle__filter--large .wpgb-checkbox-facet .wpgb-hierarchical-list .c-tag--active.wpgb-checkbox-label, .c-chronicle__filter--tag.c-chronicle__filter--tag--addon .wpgb-radio-facet .c-tag--primary.wpgb-toggle-hidden, .c-chronicle__filter--tag.c-chronicle__filter--tag--addon .c-chronicle__filter--tag.c-chronicle__filter--large .wpgb-radio-facet .wpgb-hierarchical-list .wpgb-toggle-hidden.wpgb-radio-label, .c-chronicle__filter--tag.c-chronicle__filter--large .c-chronicle__filter--tag.c-chronicle__filter--tag--addon .wpgb-radio-facet .wpgb-hierarchical-list .wpgb-toggle-hidden.wpgb-radio-label,
.c-chronicle__filter--tag.c-chronicle__filter--tag--addon .c-chronicle__filter--tag.c-chronicle__filter--large .wpgb-radio-facet .wpgb-hierarchical-list .wpgb-toggle-hidden.wpgb-checkbox-label,
.c-chronicle__filter--tag.c-chronicle__filter--large .c-chronicle__filter--tag.c-chronicle__filter--tag--addon .wpgb-radio-facet .wpgb-hierarchical-list .wpgb-toggle-hidden.wpgb-checkbox-label,
.c-chronicle__filter--tag.c-chronicle__filter--large .wpgb-checkbox-facet .wpgb-hierarchical-list .c-chronicle__filter--tag.c-chronicle__filter--tag--addon .wpgb-radio-facet .wpgb-toggle-hidden.wpgb-radio-label,
.c-chronicle__filter--tag.c-chronicle__filter--large .wpgb-checkbox-facet .wpgb-hierarchical-list .c-chronicle__filter--tag.c-chronicle__filter--tag--addon .wpgb-radio-facet .wpgb-toggle-hidden.wpgb-checkbox-label,
.c-chronicle__filter--tag.c-chronicle__filter--tag--addon .wpgb-checkbox-facet .c-tag--primary.wpgb-toggle-hidden,
.c-chronicle__filter--tag.c-chronicle__filter--large .wpgb-radio-facet .wpgb-hierarchical-list .c-chronicle__filter--tag.c-chronicle__filter--tag--addon .wpgb-checkbox-facet .wpgb-toggle-hidden.wpgb-radio-label,
.c-chronicle__filter--tag.c-chronicle__filter--large .wpgb-radio-facet .wpgb-hierarchical-list .c-chronicle__filter--tag.c-chronicle__filter--tag--addon .wpgb-checkbox-facet .wpgb-toggle-hidden.wpgb-checkbox-label,
.c-chronicle__filter--tag.c-chronicle__filter--tag--addon .c-chronicle__filter--tag.c-chronicle__filter--large .wpgb-checkbox-facet .wpgb-hierarchical-list .wpgb-toggle-hidden.wpgb-radio-label,
.c-chronicle__filter--tag.c-chronicle__filter--large .c-chronicle__filter--tag.c-chronicle__filter--tag--addon .wpgb-checkbox-facet .wpgb-hierarchical-list .wpgb-toggle-hidden.wpgb-radio-label,
.c-chronicle__filter--tag.c-chronicle__filter--tag--addon .c-chronicle__filter--tag.c-chronicle__filter--large .wpgb-checkbox-facet .wpgb-hierarchical-list .wpgb-toggle-hidden.wpgb-checkbox-label,
.c-chronicle__filter--tag.c-chronicle__filter--large .c-chronicle__filter--tag.c-chronicle__filter--tag--addon .wpgb-checkbox-facet .wpgb-hierarchical-list .wpgb-toggle-hidden.wpgb-checkbox-label, .c-chronicle__filter--tag .wpgb-radio-facet .wpgb-hierarchical-list .wpgb-radio[aria-pressed=true] .c-tag--primary.wpgb-radio-label:not(.is-fake-selected), .c-chronicle__filter--tag.c-chronicle__filter--large .wpgb-radio-facet .wpgb-hierarchical-list .wpgb-radio[aria-pressed=true] .wpgb-radio-label:not(.is-fake-selected),
.c-chronicle__filter--tag .wpgb-radio-facet .wpgb-hierarchical-list .wpgb-radio[aria-pressed=true] .c-tag--primary.wpgb-checkbox-label:not(.is-fake-selected),
.c-chronicle__filter--tag.c-chronicle__filter--large .wpgb-radio-facet .wpgb-hierarchical-list .wpgb-radio[aria-pressed=true] .wpgb-checkbox-label:not(.is-fake-selected),
.c-chronicle__filter--tag .wpgb-radio-facet .wpgb-hierarchical-list .wpgb-checkbox[aria-pressed=true] .c-tag--primary.wpgb-radio-label:not(.is-fake-selected),
.c-chronicle__filter--tag.c-chronicle__filter--large .wpgb-radio-facet .wpgb-hierarchical-list .wpgb-checkbox[aria-pressed=true] .wpgb-radio-label:not(.is-fake-selected),
.c-chronicle__filter--tag .wpgb-radio-facet .wpgb-hierarchical-list .wpgb-checkbox[aria-pressed=true] .c-tag--primary.wpgb-checkbox-label:not(.is-fake-selected),
.c-chronicle__filter--tag.c-chronicle__filter--large .wpgb-radio-facet .wpgb-hierarchical-list .wpgb-checkbox[aria-pressed=true] .wpgb-checkbox-label:not(.is-fake-selected),
.c-chronicle__filter--tag .wpgb-checkbox-facet .wpgb-hierarchical-list .wpgb-radio[aria-pressed=true] .c-tag--primary.wpgb-radio-label:not(.is-fake-selected),
.c-chronicle__filter--tag.c-chronicle__filter--large .wpgb-checkbox-facet .wpgb-hierarchical-list .wpgb-radio[aria-pressed=true] .wpgb-radio-label:not(.is-fake-selected),
.c-chronicle__filter--tag .wpgb-checkbox-facet .wpgb-hierarchical-list .wpgb-radio[aria-pressed=true] .c-tag--primary.wpgb-checkbox-label:not(.is-fake-selected),
.c-chronicle__filter--tag.c-chronicle__filter--large .wpgb-checkbox-facet .wpgb-hierarchical-list .wpgb-radio[aria-pressed=true] .wpgb-checkbox-label:not(.is-fake-selected),
.c-chronicle__filter--tag .wpgb-checkbox-facet .wpgb-hierarchical-list .wpgb-checkbox[aria-pressed=true] .c-tag--primary.wpgb-radio-label:not(.is-fake-selected),
.c-chronicle__filter--tag.c-chronicle__filter--large .wpgb-checkbox-facet .wpgb-hierarchical-list .wpgb-checkbox[aria-pressed=true] .wpgb-radio-label:not(.is-fake-selected),
.c-chronicle__filter--tag .wpgb-checkbox-facet .wpgb-hierarchical-list .wpgb-checkbox[aria-pressed=true] .c-tag--primary.wpgb-checkbox-label:not(.is-fake-selected),
.c-chronicle__filter--tag.c-chronicle__filter--large .wpgb-checkbox-facet .wpgb-hierarchical-list .wpgb-checkbox[aria-pressed=true] .wpgb-checkbox-label:not(.is-fake-selected), .c-chronicle__filter--tag .wpgb-button-facet .wpgb-inline-list .c-tag--primary.wpgb-button[aria-pressed=true], .c-chronicle__filter--tag.c-chronicle__filter--large .wpgb-button-facet .wpgb-inline-list .wpgb-radio-facet .wpgb-hierarchical-list .wpgb-button[aria-pressed=true].wpgb-radio-label, .c-chronicle__filter--tag.c-chronicle__filter--large .wpgb-radio-facet .wpgb-hierarchical-list .wpgb-button-facet .wpgb-inline-list .wpgb-button[aria-pressed=true].wpgb-radio-label,
.c-chronicle__filter--tag.c-chronicle__filter--large .wpgb-button-facet .wpgb-inline-list .wpgb-radio-facet .wpgb-hierarchical-list .wpgb-button[aria-pressed=true].wpgb-checkbox-label,
.c-chronicle__filter--tag.c-chronicle__filter--large .wpgb-radio-facet .wpgb-hierarchical-list .wpgb-button-facet .wpgb-inline-list .wpgb-button[aria-pressed=true].wpgb-checkbox-label,
.c-chronicle__filter--tag.c-chronicle__filter--large .wpgb-button-facet .wpgb-inline-list .wpgb-checkbox-facet .wpgb-hierarchical-list .wpgb-button[aria-pressed=true].wpgb-radio-label,
.c-chronicle__filter--tag.c-chronicle__filter--large .wpgb-checkbox-facet .wpgb-hierarchical-list .wpgb-button-facet .wpgb-inline-list .wpgb-button[aria-pressed=true].wpgb-radio-label,
.c-chronicle__filter--tag.c-chronicle__filter--large .wpgb-button-facet .wpgb-inline-list .wpgb-checkbox-facet .wpgb-hierarchical-list .wpgb-button[aria-pressed=true].wpgb-checkbox-label,
.c-chronicle__filter--tag.c-chronicle__filter--large .wpgb-checkbox-facet .wpgb-hierarchical-list .wpgb-button-facet .wpgb-inline-list .wpgb-button[aria-pressed=true].wpgb-checkbox-label {
  color: var(--tag-color, #FFBDA1);
  background-color: var(--tag-background, #6F0EF2);
  border-color: var(--tag-background, #6F0EF2);
}
.c-tag--primary:active:before, .c-chronicle__filter--tag.c-chronicle__filter--large .wpgb-radio-facet .wpgb-hierarchical-list .wpgb-radio-label:active:before,
.c-chronicle__filter--tag.c-chronicle__filter--large .wpgb-radio-facet .wpgb-hierarchical-list .wpgb-checkbox-label:active:before,
.c-chronicle__filter--tag.c-chronicle__filter--large .wpgb-checkbox-facet .wpgb-hierarchical-list .wpgb-radio-label:active:before,
.c-chronicle__filter--tag.c-chronicle__filter--large .wpgb-checkbox-facet .wpgb-hierarchical-list .wpgb-checkbox-label:active:before, .c-tag--primary.c-tag--active:before, .c-chronicle__filter--tag.c-chronicle__filter--large .wpgb-radio-facet .wpgb-hierarchical-list .c-tag--active.wpgb-radio-label:before,
.c-chronicle__filter--tag.c-chronicle__filter--large .wpgb-radio-facet .wpgb-hierarchical-list .c-tag--active.wpgb-checkbox-label:before,
.c-chronicle__filter--tag.c-chronicle__filter--large .wpgb-checkbox-facet .wpgb-hierarchical-list .c-tag--active.wpgb-radio-label:before,
.c-chronicle__filter--tag.c-chronicle__filter--large .wpgb-checkbox-facet .wpgb-hierarchical-list .c-tag--active.wpgb-checkbox-label:before, .c-chronicle__filter--tag.c-chronicle__filter--tag--addon .wpgb-radio-facet .c-tag--primary.wpgb-toggle-hidden:before, .c-chronicle__filter--tag.c-chronicle__filter--tag--addon .c-chronicle__filter--tag.c-chronicle__filter--large .wpgb-radio-facet .wpgb-hierarchical-list .wpgb-toggle-hidden.wpgb-radio-label:before, .c-chronicle__filter--tag.c-chronicle__filter--large .c-chronicle__filter--tag.c-chronicle__filter--tag--addon .wpgb-radio-facet .wpgb-hierarchical-list .wpgb-toggle-hidden.wpgb-radio-label:before,
.c-chronicle__filter--tag.c-chronicle__filter--tag--addon .c-chronicle__filter--tag.c-chronicle__filter--large .wpgb-radio-facet .wpgb-hierarchical-list .wpgb-toggle-hidden.wpgb-checkbox-label:before,
.c-chronicle__filter--tag.c-chronicle__filter--large .c-chronicle__filter--tag.c-chronicle__filter--tag--addon .wpgb-radio-facet .wpgb-hierarchical-list .wpgb-toggle-hidden.wpgb-checkbox-label:before,
.c-chronicle__filter--tag.c-chronicle__filter--large .wpgb-checkbox-facet .wpgb-hierarchical-list .c-chronicle__filter--tag.c-chronicle__filter--tag--addon .wpgb-radio-facet .wpgb-toggle-hidden.wpgb-radio-label:before,
.c-chronicle__filter--tag.c-chronicle__filter--large .wpgb-checkbox-facet .wpgb-hierarchical-list .c-chronicle__filter--tag.c-chronicle__filter--tag--addon .wpgb-radio-facet .wpgb-toggle-hidden.wpgb-checkbox-label:before,
.c-chronicle__filter--tag.c-chronicle__filter--tag--addon .wpgb-checkbox-facet .c-tag--primary.wpgb-toggle-hidden:before,
.c-chronicle__filter--tag.c-chronicle__filter--large .wpgb-radio-facet .wpgb-hierarchical-list .c-chronicle__filter--tag.c-chronicle__filter--tag--addon .wpgb-checkbox-facet .wpgb-toggle-hidden.wpgb-radio-label:before,
.c-chronicle__filter--tag.c-chronicle__filter--large .wpgb-radio-facet .wpgb-hierarchical-list .c-chronicle__filter--tag.c-chronicle__filter--tag--addon .wpgb-checkbox-facet .wpgb-toggle-hidden.wpgb-checkbox-label:before,
.c-chronicle__filter--tag.c-chronicle__filter--tag--addon .c-chronicle__filter--tag.c-chronicle__filter--large .wpgb-checkbox-facet .wpgb-hierarchical-list .wpgb-toggle-hidden.wpgb-radio-label:before,
.c-chronicle__filter--tag.c-chronicle__filter--large .c-chronicle__filter--tag.c-chronicle__filter--tag--addon .wpgb-checkbox-facet .wpgb-hierarchical-list .wpgb-toggle-hidden.wpgb-radio-label:before,
.c-chronicle__filter--tag.c-chronicle__filter--tag--addon .c-chronicle__filter--tag.c-chronicle__filter--large .wpgb-checkbox-facet .wpgb-hierarchical-list .wpgb-toggle-hidden.wpgb-checkbox-label:before,
.c-chronicle__filter--tag.c-chronicle__filter--large .c-chronicle__filter--tag.c-chronicle__filter--tag--addon .wpgb-checkbox-facet .wpgb-hierarchical-list .wpgb-toggle-hidden.wpgb-checkbox-label:before, .c-chronicle__filter--tag .wpgb-radio-facet .wpgb-hierarchical-list .wpgb-radio[aria-pressed=true] .c-tag--primary.wpgb-radio-label:not(.is-fake-selected):before, .c-chronicle__filter--tag.c-chronicle__filter--large .wpgb-radio-facet .wpgb-hierarchical-list .wpgb-radio[aria-pressed=true] .wpgb-radio-label:not(.is-fake-selected):before,
.c-chronicle__filter--tag .wpgb-radio-facet .wpgb-hierarchical-list .wpgb-radio[aria-pressed=true] .c-tag--primary.wpgb-checkbox-label:not(.is-fake-selected):before,
.c-chronicle__filter--tag.c-chronicle__filter--large .wpgb-radio-facet .wpgb-hierarchical-list .wpgb-radio[aria-pressed=true] .wpgb-checkbox-label:not(.is-fake-selected):before,
.c-chronicle__filter--tag .wpgb-radio-facet .wpgb-hierarchical-list .wpgb-checkbox[aria-pressed=true] .c-tag--primary.wpgb-radio-label:not(.is-fake-selected):before,
.c-chronicle__filter--tag.c-chronicle__filter--large .wpgb-radio-facet .wpgb-hierarchical-list .wpgb-checkbox[aria-pressed=true] .wpgb-radio-label:not(.is-fake-selected):before,
.c-chronicle__filter--tag .wpgb-radio-facet .wpgb-hierarchical-list .wpgb-checkbox[aria-pressed=true] .c-tag--primary.wpgb-checkbox-label:not(.is-fake-selected):before,
.c-chronicle__filter--tag.c-chronicle__filter--large .wpgb-radio-facet .wpgb-hierarchical-list .wpgb-checkbox[aria-pressed=true] .wpgb-checkbox-label:not(.is-fake-selected):before,
.c-chronicle__filter--tag .wpgb-checkbox-facet .wpgb-hierarchical-list .wpgb-radio[aria-pressed=true] .c-tag--primary.wpgb-radio-label:not(.is-fake-selected):before,
.c-chronicle__filter--tag.c-chronicle__filter--large .wpgb-checkbox-facet .wpgb-hierarchical-list .wpgb-radio[aria-pressed=true] .wpgb-radio-label:not(.is-fake-selected):before,
.c-chronicle__filter--tag .wpgb-checkbox-facet .wpgb-hierarchical-list .wpgb-radio[aria-pressed=true] .c-tag--primary.wpgb-checkbox-label:not(.is-fake-selected):before,
.c-chronicle__filter--tag.c-chronicle__filter--large .wpgb-checkbox-facet .wpgb-hierarchical-list .wpgb-radio[aria-pressed=true] .wpgb-checkbox-label:not(.is-fake-selected):before,
.c-chronicle__filter--tag .wpgb-checkbox-facet .wpgb-hierarchical-list .wpgb-checkbox[aria-pressed=true] .c-tag--primary.wpgb-radio-label:not(.is-fake-selected):before,
.c-chronicle__filter--tag.c-chronicle__filter--large .wpgb-checkbox-facet .wpgb-hierarchical-list .wpgb-checkbox[aria-pressed=true] .wpgb-radio-label:not(.is-fake-selected):before,
.c-chronicle__filter--tag .wpgb-checkbox-facet .wpgb-hierarchical-list .wpgb-checkbox[aria-pressed=true] .c-tag--primary.wpgb-checkbox-label:not(.is-fake-selected):before,
.c-chronicle__filter--tag.c-chronicle__filter--large .wpgb-checkbox-facet .wpgb-hierarchical-list .wpgb-checkbox[aria-pressed=true] .wpgb-checkbox-label:not(.is-fake-selected):before, .c-chronicle__filter--tag .wpgb-button-facet .wpgb-inline-list .c-tag--primary.wpgb-button[aria-pressed=true]:before, .c-chronicle__filter--tag.c-chronicle__filter--large .wpgb-button-facet .wpgb-inline-list .wpgb-radio-facet .wpgb-hierarchical-list .wpgb-button[aria-pressed=true].wpgb-radio-label:before, .c-chronicle__filter--tag.c-chronicle__filter--large .wpgb-radio-facet .wpgb-hierarchical-list .wpgb-button-facet .wpgb-inline-list .wpgb-button[aria-pressed=true].wpgb-radio-label:before,
.c-chronicle__filter--tag.c-chronicle__filter--large .wpgb-button-facet .wpgb-inline-list .wpgb-radio-facet .wpgb-hierarchical-list .wpgb-button[aria-pressed=true].wpgb-checkbox-label:before,
.c-chronicle__filter--tag.c-chronicle__filter--large .wpgb-radio-facet .wpgb-hierarchical-list .wpgb-button-facet .wpgb-inline-list .wpgb-button[aria-pressed=true].wpgb-checkbox-label:before,
.c-chronicle__filter--tag.c-chronicle__filter--large .wpgb-button-facet .wpgb-inline-list .wpgb-checkbox-facet .wpgb-hierarchical-list .wpgb-button[aria-pressed=true].wpgb-radio-label:before,
.c-chronicle__filter--tag.c-chronicle__filter--large .wpgb-checkbox-facet .wpgb-hierarchical-list .wpgb-button-facet .wpgb-inline-list .wpgb-button[aria-pressed=true].wpgb-radio-label:before,
.c-chronicle__filter--tag.c-chronicle__filter--large .wpgb-button-facet .wpgb-inline-list .wpgb-checkbox-facet .wpgb-hierarchical-list .wpgb-button[aria-pressed=true].wpgb-checkbox-label:before,
.c-chronicle__filter--tag.c-chronicle__filter--large .wpgb-checkbox-facet .wpgb-hierarchical-list .wpgb-button-facet .wpgb-inline-list .wpgb-button[aria-pressed=true].wpgb-checkbox-label:before {
  border-color: transparent;
}

.c-tag--secondary, .c-chronicle__filter--tag.c-chronicle__filter--tag--addon .wpgb-radio-facet .wpgb-hierarchical-list .wpgb-radio-label,
.c-chronicle__filter--tag.c-chronicle__filter--tag--addon .wpgb-radio-facet .wpgb-hierarchical-list .wpgb-checkbox-label,
.c-chronicle__filter--tag.c-chronicle__filter--tag--addon .wpgb-checkbox-facet .wpgb-hierarchical-list .wpgb-radio-label,
.c-chronicle__filter--tag.c-chronicle__filter--tag--addon .wpgb-checkbox-facet .wpgb-hierarchical-list .wpgb-checkbox-label, .c-chronicle__filter--tag.c-chronicle__filter--tag--addon .wpgb-radio-facet .wpgb-toggle-hidden,
.c-chronicle__filter--tag.c-chronicle__filter--tag--addon .wpgb-checkbox-facet .wpgb-toggle-hidden, .c-chronicle__filter--tag.c-chronicle__filter--small .wpgb-radio-facet .wpgb-hierarchical-list .wpgb-radio-label,
.c-chronicle__filter--tag.c-chronicle__filter--small .wpgb-radio-facet .wpgb-hierarchical-list .wpgb-checkbox-label,
.c-chronicle__filter--tag.c-chronicle__filter--small .wpgb-checkbox-facet .wpgb-hierarchical-list .wpgb-radio-label,
.c-chronicle__filter--tag.c-chronicle__filter--small .wpgb-checkbox-facet .wpgb-hierarchical-list .wpgb-checkbox-label {
  color: var(--tag-background, #320173);
}
.c-tag--secondary:before, .c-chronicle__filter--tag.c-chronicle__filter--tag--addon .wpgb-radio-facet .wpgb-hierarchical-list .wpgb-radio-label:before,
.c-chronicle__filter--tag.c-chronicle__filter--tag--addon .wpgb-radio-facet .wpgb-hierarchical-list .wpgb-checkbox-label:before,
.c-chronicle__filter--tag.c-chronicle__filter--tag--addon .wpgb-checkbox-facet .wpgb-hierarchical-list .wpgb-radio-label:before,
.c-chronicle__filter--tag.c-chronicle__filter--tag--addon .wpgb-checkbox-facet .wpgb-hierarchical-list .wpgb-checkbox-label:before, .c-chronicle__filter--tag.c-chronicle__filter--tag--addon .wpgb-radio-facet .wpgb-toggle-hidden:before,
.c-chronicle__filter--tag.c-chronicle__filter--tag--addon .wpgb-checkbox-facet .wpgb-toggle-hidden:before, .c-chronicle__filter--tag.c-chronicle__filter--small .wpgb-radio-facet .wpgb-hierarchical-list .wpgb-radio-label:before,
.c-chronicle__filter--tag.c-chronicle__filter--small .wpgb-radio-facet .wpgb-hierarchical-list .wpgb-checkbox-label:before,
.c-chronicle__filter--tag.c-chronicle__filter--small .wpgb-checkbox-facet .wpgb-hierarchical-list .wpgb-radio-label:before,
.c-chronicle__filter--tag.c-chronicle__filter--small .wpgb-checkbox-facet .wpgb-hierarchical-list .wpgb-checkbox-label:before {
  border: 1px solid var(--tag-background, #320173);
}
.c-tag--secondary:hover, .c-chronicle__filter--tag.c-chronicle__filter--tag--addon .wpgb-radio-facet .wpgb-hierarchical-list .wpgb-radio-label:hover,
.c-chronicle__filter--tag.c-chronicle__filter--tag--addon .wpgb-radio-facet .wpgb-hierarchical-list .wpgb-checkbox-label:hover,
.c-chronicle__filter--tag.c-chronicle__filter--tag--addon .wpgb-checkbox-facet .wpgb-hierarchical-list .wpgb-radio-label:hover,
.c-chronicle__filter--tag.c-chronicle__filter--tag--addon .wpgb-checkbox-facet .wpgb-hierarchical-list .wpgb-checkbox-label:hover, .c-chronicle__filter--tag.c-chronicle__filter--tag--addon .wpgb-radio-facet .wpgb-toggle-hidden:hover,
.c-chronicle__filter--tag.c-chronicle__filter--tag--addon .wpgb-checkbox-facet .wpgb-toggle-hidden:hover, .c-chronicle__filter--tag.c-chronicle__filter--small .wpgb-radio-facet .wpgb-hierarchical-list .wpgb-radio-label:hover,
.c-chronicle__filter--tag.c-chronicle__filter--small .wpgb-radio-facet .wpgb-hierarchical-list .wpgb-checkbox-label:hover,
.c-chronicle__filter--tag.c-chronicle__filter--small .wpgb-checkbox-facet .wpgb-hierarchical-list .wpgb-radio-label:hover,
.c-chronicle__filter--tag.c-chronicle__filter--small .wpgb-checkbox-facet .wpgb-hierarchical-list .wpgb-checkbox-label:hover {
  color: var(--tag-background, #320173);
  border: 2px solid var(--tag-background, #320173);
}
.c-tag--secondary:active, .c-chronicle__filter--tag.c-chronicle__filter--tag--addon .wpgb-radio-facet .wpgb-hierarchical-list .wpgb-radio-label:active,
.c-chronicle__filter--tag.c-chronicle__filter--tag--addon .wpgb-radio-facet .wpgb-hierarchical-list .wpgb-checkbox-label:active,
.c-chronicle__filter--tag.c-chronicle__filter--tag--addon .wpgb-checkbox-facet .wpgb-hierarchical-list .wpgb-radio-label:active,
.c-chronicle__filter--tag.c-chronicle__filter--tag--addon .wpgb-checkbox-facet .wpgb-hierarchical-list .wpgb-checkbox-label:active, .c-chronicle__filter--tag.c-chronicle__filter--small .wpgb-radio-facet .wpgb-hierarchical-list .wpgb-radio-label:active,
.c-chronicle__filter--tag.c-chronicle__filter--small .wpgb-radio-facet .wpgb-hierarchical-list .wpgb-checkbox-label:active,
.c-chronicle__filter--tag.c-chronicle__filter--small .wpgb-checkbox-facet .wpgb-hierarchical-list .wpgb-radio-label:active,
.c-chronicle__filter--tag.c-chronicle__filter--small .wpgb-checkbox-facet .wpgb-hierarchical-list .wpgb-checkbox-label:active, .c-tag--secondary.c-tag--active, .c-chronicle__filter--tag.c-chronicle__filter--tag--addon .wpgb-radio-facet .wpgb-hierarchical-list .c-tag--active.wpgb-radio-label,
.c-chronicle__filter--tag.c-chronicle__filter--tag--addon .wpgb-radio-facet .wpgb-hierarchical-list .c-tag--active.wpgb-checkbox-label,
.c-chronicle__filter--tag.c-chronicle__filter--tag--addon .wpgb-checkbox-facet .wpgb-hierarchical-list .c-tag--active.wpgb-radio-label,
.c-chronicle__filter--tag.c-chronicle__filter--tag--addon .wpgb-checkbox-facet .wpgb-hierarchical-list .c-tag--active.wpgb-checkbox-label, .c-chronicle__filter--tag.c-chronicle__filter--tag--addon .wpgb-radio-facet .wpgb-toggle-hidden,
.c-chronicle__filter--tag.c-chronicle__filter--tag--addon .wpgb-checkbox-facet .wpgb-toggle-hidden, .c-chronicle__filter--tag.c-chronicle__filter--small .wpgb-radio-facet .wpgb-hierarchical-list .c-tag--active.wpgb-radio-label, .c-chronicle__filter--tag.c-chronicle__filter--small .c-chronicle__filter--tag.c-chronicle__filter--tag--addon .wpgb-radio-facet .wpgb-hierarchical-list .wpgb-radio-label.wpgb-toggle-hidden, .c-chronicle__filter--tag.c-chronicle__filter--tag--addon .c-chronicle__filter--tag.c-chronicle__filter--small .wpgb-radio-facet .wpgb-hierarchical-list .wpgb-radio-label.wpgb-toggle-hidden,
.c-chronicle__filter--tag.c-chronicle__filter--small .wpgb-radio-facet .wpgb-hierarchical-list .c-chronicle__filter--tag.c-chronicle__filter--tag--addon .wpgb-checkbox-facet .wpgb-radio-label.wpgb-toggle-hidden,
.c-chronicle__filter--tag.c-chronicle__filter--small .wpgb-radio-facet .wpgb-hierarchical-list .c-tag--active.wpgb-checkbox-label,
.c-chronicle__filter--tag.c-chronicle__filter--small .c-chronicle__filter--tag.c-chronicle__filter--tag--addon .wpgb-radio-facet .wpgb-hierarchical-list .wpgb-checkbox-label.wpgb-toggle-hidden,
.c-chronicle__filter--tag.c-chronicle__filter--tag--addon .c-chronicle__filter--tag.c-chronicle__filter--small .wpgb-radio-facet .wpgb-hierarchical-list .wpgb-checkbox-label.wpgb-toggle-hidden,
.c-chronicle__filter--tag.c-chronicle__filter--small .wpgb-radio-facet .wpgb-hierarchical-list .c-chronicle__filter--tag.c-chronicle__filter--tag--addon .wpgb-checkbox-facet .wpgb-checkbox-label.wpgb-toggle-hidden,
.c-chronicle__filter--tag.c-chronicle__filter--small .wpgb-checkbox-facet .wpgb-hierarchical-list .c-tag--active.wpgb-radio-label,
.c-chronicle__filter--tag.c-chronicle__filter--small .wpgb-checkbox-facet .wpgb-hierarchical-list .c-chronicle__filter--tag.c-chronicle__filter--tag--addon .wpgb-radio-facet .wpgb-radio-label.wpgb-toggle-hidden,
.c-chronicle__filter--tag.c-chronicle__filter--small .c-chronicle__filter--tag.c-chronicle__filter--tag--addon .wpgb-checkbox-facet .wpgb-hierarchical-list .wpgb-radio-label.wpgb-toggle-hidden,
.c-chronicle__filter--tag.c-chronicle__filter--tag--addon .c-chronicle__filter--tag.c-chronicle__filter--small .wpgb-checkbox-facet .wpgb-hierarchical-list .wpgb-radio-label.wpgb-toggle-hidden,
.c-chronicle__filter--tag.c-chronicle__filter--small .wpgb-checkbox-facet .wpgb-hierarchical-list .c-tag--active.wpgb-checkbox-label,
.c-chronicle__filter--tag.c-chronicle__filter--small .wpgb-checkbox-facet .wpgb-hierarchical-list .c-chronicle__filter--tag.c-chronicle__filter--tag--addon .wpgb-radio-facet .wpgb-checkbox-label.wpgb-toggle-hidden,
.c-chronicle__filter--tag.c-chronicle__filter--small .c-chronicle__filter--tag.c-chronicle__filter--tag--addon .wpgb-checkbox-facet .wpgb-hierarchical-list .wpgb-checkbox-label.wpgb-toggle-hidden,
.c-chronicle__filter--tag.c-chronicle__filter--tag--addon .c-chronicle__filter--tag.c-chronicle__filter--small .wpgb-checkbox-facet .wpgb-hierarchical-list .wpgb-checkbox-label.wpgb-toggle-hidden, .c-chronicle__filter--tag .wpgb-radio-facet .wpgb-hierarchical-list .wpgb-radio[aria-pressed=true] .c-tag--secondary.wpgb-radio-label:not(.is-fake-selected), .c-chronicle__filter--tag.c-chronicle__filter--tag--addon .wpgb-radio-facet .wpgb-hierarchical-list .wpgb-radio[aria-pressed=true] .wpgb-radio-label:not(.is-fake-selected), .c-chronicle__filter--tag.c-chronicle__filter--small .wpgb-radio-facet .wpgb-hierarchical-list .wpgb-radio[aria-pressed=true] .wpgb-radio-label:not(.is-fake-selected),
.c-chronicle__filter--tag .wpgb-radio-facet .wpgb-hierarchical-list .wpgb-radio[aria-pressed=true] .c-tag--secondary.wpgb-checkbox-label:not(.is-fake-selected),
.c-chronicle__filter--tag.c-chronicle__filter--tag--addon .wpgb-radio-facet .wpgb-hierarchical-list .wpgb-radio[aria-pressed=true] .wpgb-checkbox-label:not(.is-fake-selected),
.c-chronicle__filter--tag.c-chronicle__filter--small .wpgb-radio-facet .wpgb-hierarchical-list .wpgb-radio[aria-pressed=true] .wpgb-checkbox-label:not(.is-fake-selected),
.c-chronicle__filter--tag .wpgb-radio-facet .wpgb-hierarchical-list .wpgb-checkbox[aria-pressed=true] .c-tag--secondary.wpgb-radio-label:not(.is-fake-selected),
.c-chronicle__filter--tag.c-chronicle__filter--tag--addon .wpgb-radio-facet .wpgb-hierarchical-list .wpgb-checkbox[aria-pressed=true] .wpgb-radio-label:not(.is-fake-selected),
.c-chronicle__filter--tag.c-chronicle__filter--small .wpgb-radio-facet .wpgb-hierarchical-list .wpgb-checkbox[aria-pressed=true] .wpgb-radio-label:not(.is-fake-selected),
.c-chronicle__filter--tag .wpgb-radio-facet .wpgb-hierarchical-list .wpgb-checkbox[aria-pressed=true] .c-tag--secondary.wpgb-checkbox-label:not(.is-fake-selected),
.c-chronicle__filter--tag.c-chronicle__filter--tag--addon .wpgb-radio-facet .wpgb-hierarchical-list .wpgb-checkbox[aria-pressed=true] .wpgb-checkbox-label:not(.is-fake-selected),
.c-chronicle__filter--tag.c-chronicle__filter--small .wpgb-radio-facet .wpgb-hierarchical-list .wpgb-checkbox[aria-pressed=true] .wpgb-checkbox-label:not(.is-fake-selected),
.c-chronicle__filter--tag .wpgb-checkbox-facet .wpgb-hierarchical-list .wpgb-radio[aria-pressed=true] .c-tag--secondary.wpgb-radio-label:not(.is-fake-selected),
.c-chronicle__filter--tag.c-chronicle__filter--tag--addon .wpgb-checkbox-facet .wpgb-hierarchical-list .wpgb-radio[aria-pressed=true] .wpgb-radio-label:not(.is-fake-selected),
.c-chronicle__filter--tag.c-chronicle__filter--small .wpgb-checkbox-facet .wpgb-hierarchical-list .wpgb-radio[aria-pressed=true] .wpgb-radio-label:not(.is-fake-selected),
.c-chronicle__filter--tag .wpgb-checkbox-facet .wpgb-hierarchical-list .wpgb-radio[aria-pressed=true] .c-tag--secondary.wpgb-checkbox-label:not(.is-fake-selected),
.c-chronicle__filter--tag.c-chronicle__filter--tag--addon .wpgb-checkbox-facet .wpgb-hierarchical-list .wpgb-radio[aria-pressed=true] .wpgb-checkbox-label:not(.is-fake-selected),
.c-chronicle__filter--tag.c-chronicle__filter--small .wpgb-checkbox-facet .wpgb-hierarchical-list .wpgb-radio[aria-pressed=true] .wpgb-checkbox-label:not(.is-fake-selected),
.c-chronicle__filter--tag .wpgb-checkbox-facet .wpgb-hierarchical-list .wpgb-checkbox[aria-pressed=true] .c-tag--secondary.wpgb-radio-label:not(.is-fake-selected),
.c-chronicle__filter--tag.c-chronicle__filter--tag--addon .wpgb-checkbox-facet .wpgb-hierarchical-list .wpgb-checkbox[aria-pressed=true] .wpgb-radio-label:not(.is-fake-selected),
.c-chronicle__filter--tag.c-chronicle__filter--small .wpgb-checkbox-facet .wpgb-hierarchical-list .wpgb-checkbox[aria-pressed=true] .wpgb-radio-label:not(.is-fake-selected),
.c-chronicle__filter--tag .wpgb-checkbox-facet .wpgb-hierarchical-list .wpgb-checkbox[aria-pressed=true] .c-tag--secondary.wpgb-checkbox-label:not(.is-fake-selected),
.c-chronicle__filter--tag.c-chronicle__filter--tag--addon .wpgb-checkbox-facet .wpgb-hierarchical-list .wpgb-checkbox[aria-pressed=true] .wpgb-checkbox-label:not(.is-fake-selected),
.c-chronicle__filter--tag.c-chronicle__filter--small .wpgb-checkbox-facet .wpgb-hierarchical-list .wpgb-checkbox[aria-pressed=true] .wpgb-checkbox-label:not(.is-fake-selected), .c-chronicle__filter--tag .wpgb-button-facet .wpgb-inline-list .c-tag--secondary.wpgb-button[aria-pressed=true], .c-chronicle__filter--tag.c-chronicle__filter--tag--addon .wpgb-button-facet .wpgb-inline-list .wpgb-radio-facet .wpgb-hierarchical-list .wpgb-button[aria-pressed=true].wpgb-radio-label, .c-chronicle__filter--tag.c-chronicle__filter--tag--addon .wpgb-radio-facet .wpgb-hierarchical-list .wpgb-button-facet .wpgb-inline-list .wpgb-button[aria-pressed=true].wpgb-radio-label,
.c-chronicle__filter--tag.c-chronicle__filter--tag--addon .wpgb-button-facet .wpgb-inline-list .wpgb-radio-facet .wpgb-hierarchical-list .wpgb-button[aria-pressed=true].wpgb-checkbox-label,
.c-chronicle__filter--tag.c-chronicle__filter--tag--addon .wpgb-radio-facet .wpgb-hierarchical-list .wpgb-button-facet .wpgb-inline-list .wpgb-button[aria-pressed=true].wpgb-checkbox-label,
.c-chronicle__filter--tag.c-chronicle__filter--tag--addon .wpgb-button-facet .wpgb-inline-list .wpgb-checkbox-facet .wpgb-hierarchical-list .wpgb-button[aria-pressed=true].wpgb-radio-label,
.c-chronicle__filter--tag.c-chronicle__filter--tag--addon .wpgb-checkbox-facet .wpgb-hierarchical-list .wpgb-button-facet .wpgb-inline-list .wpgb-button[aria-pressed=true].wpgb-radio-label,
.c-chronicle__filter--tag.c-chronicle__filter--tag--addon .wpgb-button-facet .wpgb-inline-list .wpgb-checkbox-facet .wpgb-hierarchical-list .wpgb-button[aria-pressed=true].wpgb-checkbox-label,
.c-chronicle__filter--tag.c-chronicle__filter--tag--addon .wpgb-checkbox-facet .wpgb-hierarchical-list .wpgb-button-facet .wpgb-inline-list .wpgb-button[aria-pressed=true].wpgb-checkbox-label, .c-chronicle__filter--tag.c-chronicle__filter--tag--addon .wpgb-button-facet .wpgb-inline-list .wpgb-radio-facet .wpgb-button[aria-pressed=true].wpgb-toggle-hidden, .c-chronicle__filter--tag.c-chronicle__filter--tag--addon .wpgb-radio-facet .wpgb-button-facet .wpgb-inline-list .wpgb-button[aria-pressed=true].wpgb-toggle-hidden,
.c-chronicle__filter--tag.c-chronicle__filter--tag--addon .wpgb-button-facet .wpgb-inline-list .wpgb-checkbox-facet .wpgb-button[aria-pressed=true].wpgb-toggle-hidden,
.c-chronicle__filter--tag.c-chronicle__filter--tag--addon .wpgb-checkbox-facet .wpgb-button-facet .wpgb-inline-list .wpgb-button[aria-pressed=true].wpgb-toggle-hidden, .c-chronicle__filter--tag.c-chronicle__filter--small .wpgb-button-facet .wpgb-inline-list .wpgb-radio-facet .wpgb-hierarchical-list .wpgb-button[aria-pressed=true].wpgb-radio-label, .c-chronicle__filter--tag.c-chronicle__filter--small .wpgb-radio-facet .wpgb-hierarchical-list .wpgb-button-facet .wpgb-inline-list .wpgb-button[aria-pressed=true].wpgb-radio-label,
.c-chronicle__filter--tag.c-chronicle__filter--small .wpgb-button-facet .wpgb-inline-list .wpgb-radio-facet .wpgb-hierarchical-list .wpgb-button[aria-pressed=true].wpgb-checkbox-label,
.c-chronicle__filter--tag.c-chronicle__filter--small .wpgb-radio-facet .wpgb-hierarchical-list .wpgb-button-facet .wpgb-inline-list .wpgb-button[aria-pressed=true].wpgb-checkbox-label,
.c-chronicle__filter--tag.c-chronicle__filter--small .wpgb-button-facet .wpgb-inline-list .wpgb-checkbox-facet .wpgb-hierarchical-list .wpgb-button[aria-pressed=true].wpgb-radio-label,
.c-chronicle__filter--tag.c-chronicle__filter--small .wpgb-checkbox-facet .wpgb-hierarchical-list .wpgb-button-facet .wpgb-inline-list .wpgb-button[aria-pressed=true].wpgb-radio-label,
.c-chronicle__filter--tag.c-chronicle__filter--small .wpgb-button-facet .wpgb-inline-list .wpgb-checkbox-facet .wpgb-hierarchical-list .wpgb-button[aria-pressed=true].wpgb-checkbox-label,
.c-chronicle__filter--tag.c-chronicle__filter--small .wpgb-checkbox-facet .wpgb-hierarchical-list .wpgb-button-facet .wpgb-inline-list .wpgb-button[aria-pressed=true].wpgb-checkbox-label {
  color: var(--tag-color, #FFBDA1);
  background-color: var(--tag-background, #320173);
  border-color: var(--tag-background, #320173);
}
.c-tag--secondary:active:before, .c-chronicle__filter--tag.c-chronicle__filter--tag--addon .wpgb-radio-facet .wpgb-hierarchical-list .wpgb-radio-label:active:before,
.c-chronicle__filter--tag.c-chronicle__filter--tag--addon .wpgb-radio-facet .wpgb-hierarchical-list .wpgb-checkbox-label:active:before,
.c-chronicle__filter--tag.c-chronicle__filter--tag--addon .wpgb-checkbox-facet .wpgb-hierarchical-list .wpgb-radio-label:active:before,
.c-chronicle__filter--tag.c-chronicle__filter--tag--addon .wpgb-checkbox-facet .wpgb-hierarchical-list .wpgb-checkbox-label:active:before, .c-chronicle__filter--tag.c-chronicle__filter--small .wpgb-radio-facet .wpgb-hierarchical-list .wpgb-radio-label:active:before,
.c-chronicle__filter--tag.c-chronicle__filter--small .wpgb-radio-facet .wpgb-hierarchical-list .wpgb-checkbox-label:active:before,
.c-chronicle__filter--tag.c-chronicle__filter--small .wpgb-checkbox-facet .wpgb-hierarchical-list .wpgb-radio-label:active:before,
.c-chronicle__filter--tag.c-chronicle__filter--small .wpgb-checkbox-facet .wpgb-hierarchical-list .wpgb-checkbox-label:active:before, .c-tag--secondary.c-tag--active:before, .c-chronicle__filter--tag.c-chronicle__filter--tag--addon .wpgb-radio-facet .wpgb-hierarchical-list .c-tag--active.wpgb-radio-label:before,
.c-chronicle__filter--tag.c-chronicle__filter--tag--addon .wpgb-radio-facet .wpgb-hierarchical-list .c-tag--active.wpgb-checkbox-label:before,
.c-chronicle__filter--tag.c-chronicle__filter--tag--addon .wpgb-checkbox-facet .wpgb-hierarchical-list .c-tag--active.wpgb-radio-label:before,
.c-chronicle__filter--tag.c-chronicle__filter--tag--addon .wpgb-checkbox-facet .wpgb-hierarchical-list .c-tag--active.wpgb-checkbox-label:before, .c-chronicle__filter--tag.c-chronicle__filter--tag--addon .wpgb-radio-facet .wpgb-toggle-hidden:before,
.c-chronicle__filter--tag.c-chronicle__filter--tag--addon .wpgb-checkbox-facet .wpgb-toggle-hidden:before, .c-chronicle__filter--tag.c-chronicle__filter--small .wpgb-radio-facet .wpgb-hierarchical-list .c-tag--active.wpgb-radio-label:before, .c-chronicle__filter--tag.c-chronicle__filter--small .c-chronicle__filter--tag.c-chronicle__filter--tag--addon .wpgb-radio-facet .wpgb-hierarchical-list .wpgb-radio-label.wpgb-toggle-hidden:before, .c-chronicle__filter--tag.c-chronicle__filter--tag--addon .c-chronicle__filter--tag.c-chronicle__filter--small .wpgb-radio-facet .wpgb-hierarchical-list .wpgb-radio-label.wpgb-toggle-hidden:before,
.c-chronicle__filter--tag.c-chronicle__filter--small .wpgb-radio-facet .wpgb-hierarchical-list .c-chronicle__filter--tag.c-chronicle__filter--tag--addon .wpgb-checkbox-facet .wpgb-radio-label.wpgb-toggle-hidden:before,
.c-chronicle__filter--tag.c-chronicle__filter--small .wpgb-radio-facet .wpgb-hierarchical-list .c-tag--active.wpgb-checkbox-label:before,
.c-chronicle__filter--tag.c-chronicle__filter--small .c-chronicle__filter--tag.c-chronicle__filter--tag--addon .wpgb-radio-facet .wpgb-hierarchical-list .wpgb-checkbox-label.wpgb-toggle-hidden:before,
.c-chronicle__filter--tag.c-chronicle__filter--tag--addon .c-chronicle__filter--tag.c-chronicle__filter--small .wpgb-radio-facet .wpgb-hierarchical-list .wpgb-checkbox-label.wpgb-toggle-hidden:before,
.c-chronicle__filter--tag.c-chronicle__filter--small .wpgb-radio-facet .wpgb-hierarchical-list .c-chronicle__filter--tag.c-chronicle__filter--tag--addon .wpgb-checkbox-facet .wpgb-checkbox-label.wpgb-toggle-hidden:before,
.c-chronicle__filter--tag.c-chronicle__filter--small .wpgb-checkbox-facet .wpgb-hierarchical-list .c-tag--active.wpgb-radio-label:before,
.c-chronicle__filter--tag.c-chronicle__filter--small .wpgb-checkbox-facet .wpgb-hierarchical-list .c-chronicle__filter--tag.c-chronicle__filter--tag--addon .wpgb-radio-facet .wpgb-radio-label.wpgb-toggle-hidden:before,
.c-chronicle__filter--tag.c-chronicle__filter--small .c-chronicle__filter--tag.c-chronicle__filter--tag--addon .wpgb-checkbox-facet .wpgb-hierarchical-list .wpgb-radio-label.wpgb-toggle-hidden:before,
.c-chronicle__filter--tag.c-chronicle__filter--tag--addon .c-chronicle__filter--tag.c-chronicle__filter--small .wpgb-checkbox-facet .wpgb-hierarchical-list .wpgb-radio-label.wpgb-toggle-hidden:before,
.c-chronicle__filter--tag.c-chronicle__filter--small .wpgb-checkbox-facet .wpgb-hierarchical-list .c-tag--active.wpgb-checkbox-label:before,
.c-chronicle__filter--tag.c-chronicle__filter--small .wpgb-checkbox-facet .wpgb-hierarchical-list .c-chronicle__filter--tag.c-chronicle__filter--tag--addon .wpgb-radio-facet .wpgb-checkbox-label.wpgb-toggle-hidden:before,
.c-chronicle__filter--tag.c-chronicle__filter--small .c-chronicle__filter--tag.c-chronicle__filter--tag--addon .wpgb-checkbox-facet .wpgb-hierarchical-list .wpgb-checkbox-label.wpgb-toggle-hidden:before,
.c-chronicle__filter--tag.c-chronicle__filter--tag--addon .c-chronicle__filter--tag.c-chronicle__filter--small .wpgb-checkbox-facet .wpgb-hierarchical-list .wpgb-checkbox-label.wpgb-toggle-hidden:before, .c-chronicle__filter--tag .wpgb-radio-facet .wpgb-hierarchical-list .wpgb-radio[aria-pressed=true] .c-tag--secondary.wpgb-radio-label:not(.is-fake-selected):before, .c-chronicle__filter--tag.c-chronicle__filter--tag--addon .wpgb-radio-facet .wpgb-hierarchical-list .wpgb-radio[aria-pressed=true] .wpgb-radio-label:not(.is-fake-selected):before, .c-chronicle__filter--tag.c-chronicle__filter--small .wpgb-radio-facet .wpgb-hierarchical-list .wpgb-radio[aria-pressed=true] .wpgb-radio-label:not(.is-fake-selected):before,
.c-chronicle__filter--tag .wpgb-radio-facet .wpgb-hierarchical-list .wpgb-radio[aria-pressed=true] .c-tag--secondary.wpgb-checkbox-label:not(.is-fake-selected):before,
.c-chronicle__filter--tag.c-chronicle__filter--tag--addon .wpgb-radio-facet .wpgb-hierarchical-list .wpgb-radio[aria-pressed=true] .wpgb-checkbox-label:not(.is-fake-selected):before,
.c-chronicle__filter--tag.c-chronicle__filter--small .wpgb-radio-facet .wpgb-hierarchical-list .wpgb-radio[aria-pressed=true] .wpgb-checkbox-label:not(.is-fake-selected):before,
.c-chronicle__filter--tag .wpgb-radio-facet .wpgb-hierarchical-list .wpgb-checkbox[aria-pressed=true] .c-tag--secondary.wpgb-radio-label:not(.is-fake-selected):before,
.c-chronicle__filter--tag.c-chronicle__filter--tag--addon .wpgb-radio-facet .wpgb-hierarchical-list .wpgb-checkbox[aria-pressed=true] .wpgb-radio-label:not(.is-fake-selected):before,
.c-chronicle__filter--tag.c-chronicle__filter--small .wpgb-radio-facet .wpgb-hierarchical-list .wpgb-checkbox[aria-pressed=true] .wpgb-radio-label:not(.is-fake-selected):before,
.c-chronicle__filter--tag .wpgb-radio-facet .wpgb-hierarchical-list .wpgb-checkbox[aria-pressed=true] .c-tag--secondary.wpgb-checkbox-label:not(.is-fake-selected):before,
.c-chronicle__filter--tag.c-chronicle__filter--tag--addon .wpgb-radio-facet .wpgb-hierarchical-list .wpgb-checkbox[aria-pressed=true] .wpgb-checkbox-label:not(.is-fake-selected):before,
.c-chronicle__filter--tag.c-chronicle__filter--small .wpgb-radio-facet .wpgb-hierarchical-list .wpgb-checkbox[aria-pressed=true] .wpgb-checkbox-label:not(.is-fake-selected):before,
.c-chronicle__filter--tag .wpgb-checkbox-facet .wpgb-hierarchical-list .wpgb-radio[aria-pressed=true] .c-tag--secondary.wpgb-radio-label:not(.is-fake-selected):before,
.c-chronicle__filter--tag.c-chronicle__filter--tag--addon .wpgb-checkbox-facet .wpgb-hierarchical-list .wpgb-radio[aria-pressed=true] .wpgb-radio-label:not(.is-fake-selected):before,
.c-chronicle__filter--tag.c-chronicle__filter--small .wpgb-checkbox-facet .wpgb-hierarchical-list .wpgb-radio[aria-pressed=true] .wpgb-radio-label:not(.is-fake-selected):before,
.c-chronicle__filter--tag .wpgb-checkbox-facet .wpgb-hierarchical-list .wpgb-radio[aria-pressed=true] .c-tag--secondary.wpgb-checkbox-label:not(.is-fake-selected):before,
.c-chronicle__filter--tag.c-chronicle__filter--tag--addon .wpgb-checkbox-facet .wpgb-hierarchical-list .wpgb-radio[aria-pressed=true] .wpgb-checkbox-label:not(.is-fake-selected):before,
.c-chronicle__filter--tag.c-chronicle__filter--small .wpgb-checkbox-facet .wpgb-hierarchical-list .wpgb-radio[aria-pressed=true] .wpgb-checkbox-label:not(.is-fake-selected):before,
.c-chronicle__filter--tag .wpgb-checkbox-facet .wpgb-hierarchical-list .wpgb-checkbox[aria-pressed=true] .c-tag--secondary.wpgb-radio-label:not(.is-fake-selected):before,
.c-chronicle__filter--tag.c-chronicle__filter--tag--addon .wpgb-checkbox-facet .wpgb-hierarchical-list .wpgb-checkbox[aria-pressed=true] .wpgb-radio-label:not(.is-fake-selected):before,
.c-chronicle__filter--tag.c-chronicle__filter--small .wpgb-checkbox-facet .wpgb-hierarchical-list .wpgb-checkbox[aria-pressed=true] .wpgb-radio-label:not(.is-fake-selected):before,
.c-chronicle__filter--tag .wpgb-checkbox-facet .wpgb-hierarchical-list .wpgb-checkbox[aria-pressed=true] .c-tag--secondary.wpgb-checkbox-label:not(.is-fake-selected):before,
.c-chronicle__filter--tag.c-chronicle__filter--tag--addon .wpgb-checkbox-facet .wpgb-hierarchical-list .wpgb-checkbox[aria-pressed=true] .wpgb-checkbox-label:not(.is-fake-selected):before,
.c-chronicle__filter--tag.c-chronicle__filter--small .wpgb-checkbox-facet .wpgb-hierarchical-list .wpgb-checkbox[aria-pressed=true] .wpgb-checkbox-label:not(.is-fake-selected):before, .c-chronicle__filter--tag .wpgb-button-facet .wpgb-inline-list .c-tag--secondary.wpgb-button[aria-pressed=true]:before, .c-chronicle__filter--tag.c-chronicle__filter--tag--addon .wpgb-button-facet .wpgb-inline-list .wpgb-radio-facet .wpgb-hierarchical-list .wpgb-button[aria-pressed=true].wpgb-radio-label:before, .c-chronicle__filter--tag.c-chronicle__filter--tag--addon .wpgb-radio-facet .wpgb-hierarchical-list .wpgb-button-facet .wpgb-inline-list .wpgb-button[aria-pressed=true].wpgb-radio-label:before,
.c-chronicle__filter--tag.c-chronicle__filter--tag--addon .wpgb-button-facet .wpgb-inline-list .wpgb-radio-facet .wpgb-hierarchical-list .wpgb-button[aria-pressed=true].wpgb-checkbox-label:before,
.c-chronicle__filter--tag.c-chronicle__filter--tag--addon .wpgb-radio-facet .wpgb-hierarchical-list .wpgb-button-facet .wpgb-inline-list .wpgb-button[aria-pressed=true].wpgb-checkbox-label:before,
.c-chronicle__filter--tag.c-chronicle__filter--tag--addon .wpgb-button-facet .wpgb-inline-list .wpgb-checkbox-facet .wpgb-hierarchical-list .wpgb-button[aria-pressed=true].wpgb-radio-label:before,
.c-chronicle__filter--tag.c-chronicle__filter--tag--addon .wpgb-checkbox-facet .wpgb-hierarchical-list .wpgb-button-facet .wpgb-inline-list .wpgb-button[aria-pressed=true].wpgb-radio-label:before,
.c-chronicle__filter--tag.c-chronicle__filter--tag--addon .wpgb-button-facet .wpgb-inline-list .wpgb-checkbox-facet .wpgb-hierarchical-list .wpgb-button[aria-pressed=true].wpgb-checkbox-label:before,
.c-chronicle__filter--tag.c-chronicle__filter--tag--addon .wpgb-checkbox-facet .wpgb-hierarchical-list .wpgb-button-facet .wpgb-inline-list .wpgb-button[aria-pressed=true].wpgb-checkbox-label:before, .c-chronicle__filter--tag.c-chronicle__filter--tag--addon .wpgb-button-facet .wpgb-inline-list .wpgb-radio-facet .wpgb-button[aria-pressed=true].wpgb-toggle-hidden:before, .c-chronicle__filter--tag.c-chronicle__filter--tag--addon .wpgb-radio-facet .wpgb-button-facet .wpgb-inline-list .wpgb-button[aria-pressed=true].wpgb-toggle-hidden:before,
.c-chronicle__filter--tag.c-chronicle__filter--tag--addon .wpgb-button-facet .wpgb-inline-list .wpgb-checkbox-facet .wpgb-button[aria-pressed=true].wpgb-toggle-hidden:before,
.c-chronicle__filter--tag.c-chronicle__filter--tag--addon .wpgb-checkbox-facet .wpgb-button-facet .wpgb-inline-list .wpgb-button[aria-pressed=true].wpgb-toggle-hidden:before, .c-chronicle__filter--tag.c-chronicle__filter--small .wpgb-button-facet .wpgb-inline-list .wpgb-radio-facet .wpgb-hierarchical-list .wpgb-button[aria-pressed=true].wpgb-radio-label:before, .c-chronicle__filter--tag.c-chronicle__filter--small .wpgb-radio-facet .wpgb-hierarchical-list .wpgb-button-facet .wpgb-inline-list .wpgb-button[aria-pressed=true].wpgb-radio-label:before,
.c-chronicle__filter--tag.c-chronicle__filter--small .wpgb-button-facet .wpgb-inline-list .wpgb-radio-facet .wpgb-hierarchical-list .wpgb-button[aria-pressed=true].wpgb-checkbox-label:before,
.c-chronicle__filter--tag.c-chronicle__filter--small .wpgb-radio-facet .wpgb-hierarchical-list .wpgb-button-facet .wpgb-inline-list .wpgb-button[aria-pressed=true].wpgb-checkbox-label:before,
.c-chronicle__filter--tag.c-chronicle__filter--small .wpgb-button-facet .wpgb-inline-list .wpgb-checkbox-facet .wpgb-hierarchical-list .wpgb-button[aria-pressed=true].wpgb-radio-label:before,
.c-chronicle__filter--tag.c-chronicle__filter--small .wpgb-checkbox-facet .wpgb-hierarchical-list .wpgb-button-facet .wpgb-inline-list .wpgb-button[aria-pressed=true].wpgb-radio-label:before,
.c-chronicle__filter--tag.c-chronicle__filter--small .wpgb-button-facet .wpgb-inline-list .wpgb-checkbox-facet .wpgb-hierarchical-list .wpgb-button[aria-pressed=true].wpgb-checkbox-label:before,
.c-chronicle__filter--tag.c-chronicle__filter--small .wpgb-checkbox-facet .wpgb-hierarchical-list .wpgb-button-facet .wpgb-inline-list .wpgb-button[aria-pressed=true].wpgb-checkbox-label:before {
  border-color: transparent;
}

/* Label
   ========================================================================== */
.c-tag__label {
  margin: auto 0;
  line-height: 1;
}

.c-teaser-archive-grid__container {
  display: flex;
  flex-direction: column;
  margin-bottom: 3rem;
}
@media (min-width: 1024px) {
  .c-teaser-archive-grid__container {
    flex-direction: row;
    margin-bottom: 2.75rem;
  }
}

@media (min-width: 1024px) {
  .c-teaser-archive-grid__text {
    width: 50%;
  }
}

.c-teaser-archive-grid__headline {
  font-family: "Mirador", helvetica, arial, serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 1.1;
  color: #6F0EF2;
  margin-bottom: 1rem;
}
@media screen and (min-width: 375px) {
  .c-teaser-archive-grid__headline {
    font-size: calc(32px + 8 * (100vw - 375px) / 1065);
  }
}
@media screen and (min-width: 1440px) {
  .c-teaser-archive-grid__headline {
    font-size: 40px;
  }
}
@media (min-width: 1024px) {
  .c-teaser-archive-grid__headline {
    line-height: 1.1;
  }
}
@media (min-width: 1024px) {
  .c-teaser-archive-grid__headline {
    margin-bottom: 1.875rem;
  }
}
.c-widget--theme-white-black .c-teaser-archive-grid__headline, .c-widget--theme-light-orange .c-teaser-archive-grid__headline {
  color: #000000;
}
.c-widget--theme-black-purple .c-teaser-archive-grid__headline, .c-widget--theme-purple-orange .c-teaser-archive-grid__headline, .c-widget--theme-purple .c-teaser-archive-grid__headline, .c-widget--theme-orange .c-teaser-archive-grid__headline {
  color: #FFFFFF;
}

.c-teaser-archive-grid__intro {
  font-family: "Galano Neue", helvetica, arial, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4;
  color: #000000;
  margin-bottom: 2rem;
}
@media screen and (min-width: 375px) {
  .c-teaser-archive-grid__intro {
    font-size: calc(18px + 6 * (100vw - 375px) / 1065);
  }
}
@media screen and (min-width: 1440px) {
  .c-teaser-archive-grid__intro {
    font-size: 24px;
  }
}
@media (min-width: 1024px) {
  .c-teaser-archive-grid__intro {
    line-height: 1.4;
  }
}
@media (min-width: 1024px) {
  .c-teaser-archive-grid__intro {
    margin-bottom: 0;
  }
}
.c-widget--theme-white-black .c-teaser-archive-grid__intro, .c-widget--theme-light-orange .c-teaser-archive-grid__intro {
  color: #000000;
}
.c-widget--theme-white-purple .c-teaser-archive-grid__intro {
  color: #6F0EF2;
}
.c-widget--theme-black-purple .c-teaser-archive-grid__intro, .c-widget--theme-purple-orange .c-teaser-archive-grid__intro, .c-widget--theme-purple .c-teaser-archive-grid__intro, .c-widget--theme-orange .c-teaser-archive-grid__intro {
  color: #FFFFFF;
}

.c-teaser-archive-grid__button {
  margin-top: auto;
}
@media (min-width: 1024px) {
  .c-teaser-archive-grid__button {
    margin-left: auto;
  }
}
.c-teaser-archive-grid__grid {
  width: 100%;
  gap: 1rem;
}
@media (min-width: 1024px) {
  .c-teaser-archive-grid__grid {
    gap: 1.25rem;
  }
}

.c-teaser-archive-grid__grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
}
@media (min-width: 1024px) {
  .c-teaser-archive-grid__grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }
}

.c-teaser-archive-grid__item-1 {
  width: 100%;
}
@media (min-width: 1024px) {
  .c-teaser-archive-grid__item-1 {
    grid-area: 1/1/4/3;
  }
}

.c-teaser-archive-grid__item-2 {
  width: calc(50% - 0.5rem);
}
@media (min-width: 1024px) {
  .c-teaser-archive-grid__item-2 {
    grid-area: 1/3/2/4;
    margin-top: unset;
  }
}

.c-teaser-archive-grid__item-3 {
  width: calc(50% - 0.5rem);
}
@media (min-width: 1024px) {
  .c-teaser-archive-grid__item-3 {
    grid-area: 1/4/2/5;
    margin-top: unset;
  }
}

.c-teaser-archive-grid__item-4 {
  width: 100%;
}
@media (min-width: 1024px) {
  .c-teaser-archive-grid__item-4 {
    grid-area: 2/3/4/5;
    margin-top: -3.75rem;
  }
}
@media (min-width: 1200px) {
  .c-teaser-archive-grid__item-4 {
    margin-top: -4.35rem;
  }
}

.c-teaser-archive-grid__item-5 {
  width: 100%;
}
@media (min-width: 1024px) {
  .c-teaser-archive-grid__item-5 {
    grid-area: 1/5/2/7;
  }
}

.c-teaser-archive-grid__item-6 {
  width: calc(50% - 0.5rem);
}
@media (min-width: 1024px) {
  .c-teaser-archive-grid__item-6 {
    grid-area: 2/5/3/6;
  }
}

.c-teaser-archive-grid__item-7 {
  width: calc(50% - 0.5rem);
}
@media (min-width: 1024px) {
  .c-teaser-archive-grid__item-7 {
    grid-area: 2/6/3/7;
  }
}

@media (min-width: 1024px) {
  .c-teaser-archive-grid__item {
    width: unset;
  }
}

.c-teaser-archive-slider {
  width: 100%;
}

.c-teaser-archive-slider__headline {
  font-family: "Mirador", helvetica, arial, serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 1.1;
  color: #FFFFFF;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 375px) {
  .c-teaser-archive-slider__headline {
    font-size: calc(32px + 8 * (100vw - 375px) / 1065);
  }
}
@media screen and (min-width: 1440px) {
  .c-teaser-archive-slider__headline {
    font-size: 40px;
  }
}
@media (min-width: 1024px) {
  .c-teaser-archive-slider__headline {
    line-height: 1.1;
  }
}
@media (min-width: 1024px) {
  .c-teaser-archive-slider__headline {
    margin-bottom: 8.75rem;
  }
}
.c-widget--theme-white-black .c-teaser-archive-slider__headline, .c-widget--theme-light-orange .c-teaser-archive-slider__headline {
  color: #000000;
}
.c-widget--theme-white-purple .c-teaser-archive-slider__headline {
  color: #6F0EF2;
}

.c-teaser-archive-slider__content {
  display: flex;
  flex-direction: column;
  position: relative;
}
@media (min-width: 1024px) {
  .c-teaser-archive-slider__content {
    flex-direction: row;
  }
}

.c-teaser-archive-slider__text {
  color: #FFFFFF;
  margin-bottom: 5.25rem;
}
@media (min-width: 1024px) {
  .c-teaser-archive-slider__text {
    margin-bottom: unset;
  }
}
.c-widget--theme-white-black .c-teaser-archive-slider__text, .c-widget--theme-light-orange .c-teaser-archive-slider__text {
  color: #000000;
}
.c-widget--theme-white-purple .c-teaser-archive-slider__text {
  color: #6F0EF2;
}

.c-teaser-archive-slider__intro {
  font-family: "Galano Neue", helvetica, arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 2rem;
}
@media screen and (min-width: 375px) {
  .c-teaser-archive-slider__intro {
    font-size: calc(16px + 5 * (100vw - 375px) / 1065);
  }
}
@media screen and (min-width: 1440px) {
  .c-teaser-archive-slider__intro {
    font-size: 21px;
  }
}
@media (min-width: 1024px) {
  .c-teaser-archive-slider__intro {
    line-height: 1.5;
  }
}
@media (min-width: 1024px) {
  .c-teaser-archive-slider__intro {
    font-family: "Galano Neue", helvetica, arial, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1024px) and (min-width: 375px) {
  .c-teaser-archive-slider__intro {
    font-size: calc(18px + 6 * (100vw - 375px) / 1065);
  }
}
@media screen and (min-width: 1024px) and (min-width: 1440px) {
  .c-teaser-archive-slider__intro {
    font-size: 24px;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .c-teaser-archive-slider__intro {
    line-height: 1.4;
  }
}

.c-teaser-chronicle-tag-slider {
  width: 100%;
  position: relative;
}

.c-teaser-chronicle-tag-slider__headline {
  font-family: "Mirador", helvetica, arial, serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 1.1;
  color: #FFFFFF;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 375px) {
  .c-teaser-chronicle-tag-slider__headline {
    font-size: calc(32px + 8 * (100vw - 375px) / 1065);
  }
}
@media screen and (min-width: 1440px) {
  .c-teaser-chronicle-tag-slider__headline {
    font-size: 40px;
  }
}
@media (min-width: 1024px) {
  .c-teaser-chronicle-tag-slider__headline {
    line-height: 1.1;
  }
}
@media (min-width: 1024px) {
  .c-teaser-chronicle-tag-slider__headline {
    margin-bottom: 8.75rem;
  }
  .c-teaser-chronicle-tag-slider--right .c-teaser-chronicle-tag-slider__headline {
    margin-left: auto;
    text-align: right;
  }
  .c-teaser-chronicle-tag-slider--full-width .c-teaser-chronicle-tag-slider__headline {
    margin-bottom: 3rem;
  }
}
.c-widget--theme-white-black .c-teaser-chronicle-tag-slider__headline, .c-widget--theme-light-orange .c-teaser-chronicle-tag-slider__headline {
  color: #000000;
}
.c-widget--theme-white-purple .c-teaser-chronicle-tag-slider__headline {
  color: #6F0EF2;
}

.c-teaser-chronicle-tag-slider__content {
  display: flex;
  flex-direction: column;
  position: relative;
}
@media (min-width: 1024px) {
  .c-teaser-chronicle-tag-slider__content {
    flex-direction: row;
  }
  .c-teaser-chronicle-tag-slider__content.c-teaser-chronicle-tag-slider__content--reverse {
    flex-direction: row-reverse;
  }
}

.c-chronicle__filters:has(.c-chronicle__filter--tag--addon[data-visible=true]) [data-addon-tags] .wpgb-checkbox-label {
  --tag-background: #6207dc;
  --tag-color: #ffffff;
  color: var(--tag-color, #ffffff);
  background-color: var(--tag-background, #6F0EF2);
  border-color: var(--tag-background, #6F0EF2);
}
.c-chronicle__filters:has(.c-chronicle__filter--tag--addon[data-visible=true]) [data-addon-tags] .wpgb-checkbox-label:hover, .c-chronicle__filters:has(.c-chronicle__filter--tag--addon[data-visible=true]) [data-addon-tags] .wpgb-checkbox-label:active {
  color: var(--tag-color, #ffffff);
}

.c-teaser-chronicle-tag-slider__text {
  color: #FFFFFF;
  margin-bottom: 5.25rem;
}
@media (min-width: 1024px) {
  .c-teaser-chronicle-tag-slider__text {
    margin-bottom: unset;
  }
  .c-teaser-chronicle-tag-slider--right .c-teaser-chronicle-tag-slider__text {
    text-align: right;
  }
}
.c-widget--theme-white-black .c-teaser-chronicle-tag-slider__text, .c-widget--theme-light-orange .c-teaser-chronicle-tag-slider__text {
  color: #000000;
}
.c-widget--theme-white-purple .c-teaser-chronicle-tag-slider__text {
  color: #6F0EF2;
}

.c-teaser-chronicle-tag-slider__intro {
  font-family: "Galano Neue", helvetica, arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 2rem;
}
@media screen and (min-width: 375px) {
  .c-teaser-chronicle-tag-slider__intro {
    font-size: calc(16px + 5 * (100vw - 375px) / 1065);
  }
}
@media screen and (min-width: 1440px) {
  .c-teaser-chronicle-tag-slider__intro {
    font-size: 21px;
  }
}
@media (min-width: 1024px) {
  .c-teaser-chronicle-tag-slider__intro {
    line-height: 1.5;
  }
}
@media (min-width: 1024px) {
  .c-teaser-chronicle-tag-slider__intro {
    font-family: "Galano Neue", helvetica, arial, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1024px) and (min-width: 375px) {
  .c-teaser-chronicle-tag-slider__intro {
    font-size: calc(18px + 6 * (100vw - 375px) / 1065);
  }
}
@media screen and (min-width: 1024px) and (min-width: 1440px) {
  .c-teaser-chronicle-tag-slider__intro {
    font-size: 24px;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .c-teaser-chronicle-tag-slider__intro {
    line-height: 1.4;
  }
}

.c-teaser-cta {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .c-teaser-cta {
    flex-direction: row;
  }
}

.c-teaser-cta__headline {
  color: #FFFFFF;
  font-family: "Mirador", helvetica, arial, serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 1;
  margin-bottom: 4.5rem;
}
@media screen and (min-width: 375px) {
  .c-teaser-cta__headline {
    font-size: calc(28px + 8 * (100vw - 375px) / 1065);
  }
}
@media screen and (min-width: 1440px) {
  .c-teaser-cta__headline {
    font-size: 36px;
  }
}
@media (min-width: 1024px) {
  .c-teaser-cta__headline {
    line-height: 1.1;
  }
}
@media (min-width: 1024px) {
  .c-teaser-cta__headline {
    font-family: "Mirador", helvetica, arial, serif;
    font-weight: 600;
    font-size: 32px;
    line-height: 1.1;
    margin-bottom: 0;
    width: 80%;
  }
}
@media screen and (min-width: 1024px) and (min-width: 375px) {
  .c-teaser-cta__headline {
    font-size: calc(32px + 8 * (100vw - 375px) / 1065);
  }
}
@media screen and (min-width: 1024px) and (min-width: 1440px) {
  .c-teaser-cta__headline {
    font-size: 40px;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .c-teaser-cta__headline {
    line-height: 1.1;
  }
}
.c-widget--theme-white-black .c-teaser-cta__headline, .c-widget--theme-light-orange .c-teaser-cta__headline {
  color: #000000;
}
.c-widget--theme-white-purple .c-teaser-cta__headline {
  color: #6F0EF2;
}

@media (min-width: 1024px) {
  .c-teaser-cta__container {
    width: 50%;
  }
}

.c-teaser-cta__intro {
  color: #FFFFFF;
  font-family: "Galano Neue", helvetica, arial, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 2rem;
}
@media screen and (min-width: 375px) {
  .c-teaser-cta__intro {
    font-size: calc(18px + 6 * (100vw - 375px) / 1065);
  }
}
@media screen and (min-width: 1440px) {
  .c-teaser-cta__intro {
    font-size: 24px;
  }
}
@media (min-width: 1024px) {
  .c-teaser-cta__intro {
    line-height: 1.4;
  }
}
.c-widget--theme-white-black .c-teaser-cta__intro, .c-widget--theme-light-orange .c-teaser-cta__intro {
  color: #000000;
}
.c-widget--theme-white-purple .c-teaser-cta__intro {
  color: #6F0EF2;
}

.c-teaser-digital-stories {
  display: flex;
  flex-direction: column;
  background: #6F0EF2;
}
@media (min-width: 1024px) {
  .c-teaser-digital-stories {
    flex-direction: row;
    align-items: flex-start;
    width: 100%;
  }
}

.c-teaser-digital-stories__content {
  width: 100%;
  display: flex;
  height: calc(100vh - 4rem);
  height: calc(100dvh - 4rem);
  flex-direction: column;
  justify-content: flex-end;
  padding: 2rem 1.25rem;
  position: sticky;
  top: 0;
}
@media (min-width: 1024px) {
  .c-teaser-digital-stories__content {
    width: 50%;
    height: 100vh;
    padding: 3rem 2.5rem 2rem;
    justify-content: space-between;
  }
}
.c-widget--theme-black-purple .c-teaser-digital-stories__content {
  background: linear-gradient(0deg, #000000 0%, #6207DC 100%);
}
.c-widget--theme-purple .c-teaser-digital-stories__content {
  background: #6F0EF2;
}
.c-widget--theme-purple-orange .c-teaser-digital-stories__content {
  background: linear-gradient(0deg, #FE6220 0%, #6F0EF2 100%);
}
.c-widget--theme-orange .c-teaser-digital-stories__content {
  background: #FE6220;
}
.c-widget--theme-light-orange .c-teaser-digital-stories__content {
  background: #FFE5D9;
}
.c-widget--theme-white-black .c-teaser-digital-stories__content, .c-widget--theme-white-purple .c-teaser-digital-stories__content {
  background: #fff;
}

.c-teaser-digital-stories__headline {
  font-family: "Mirador", helvetica, arial, serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 1.1;
  color: #FFFFFF;
  display: none;
}
@media screen and (min-width: 375px) {
  .c-teaser-digital-stories__headline {
    font-size: calc(40px + 8 * (100vw - 375px) / 1065);
  }
}
@media screen and (min-width: 1440px) {
  .c-teaser-digital-stories__headline {
    font-size: 48px;
  }
}
@media (min-width: 1024px) {
  .c-teaser-digital-stories__headline {
    line-height: 1.1;
  }
}
@media (min-width: 1024px) {
  .c-teaser-digital-stories__headline {
    display: block;
  }
}
.c-widget--theme-white-black .c-teaser-digital-stories__headline, .c-widget--theme-light-orange .c-teaser-digital-stories__headline {
  color: #000000;
}
.c-widget--theme-white-purple .c-teaser-digital-stories__headline {
  color: #6F0EF2;
}
.c-teaser-digital-stories__headline.c-teaser-digital-stories__headline--sticky {
  position: sticky;
  display: block;
  top: 0;
  z-index: 4;
  padding: 2rem 1.25rem;
}
@media (min-width: 1024px) {
  .c-teaser-digital-stories__headline.c-teaser-digital-stories__headline--sticky {
    display: none;
  }
}

.c-teaser-digital-stories__intro {
  font-family: "Galano Neue", helvetica, arial, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4;
  color: #FFFFFF;
}
@media screen and (min-width: 375px) {
  .c-teaser-digital-stories__intro {
    font-size: calc(18px + 6 * (100vw - 375px) / 1065);
  }
}
@media screen and (min-width: 1440px) {
  .c-teaser-digital-stories__intro {
    font-size: 24px;
  }
}
@media (min-width: 1024px) {
  .c-teaser-digital-stories__intro {
    line-height: 1.4;
  }
}
.c-widget--theme-white-black .c-teaser-digital-stories__intro, .c-widget--theme-light-orange .c-teaser-digital-stories__intro {
  color: #000000;
}
.c-widget--theme-white-purple .c-teaser-digital-stories__intro {
  color: #6F0EF2;
}

.c-teaser-digital-stories__scroll-cards {
  width: 100%;
  position: sticky;
  top: 0;
}
@media (min-width: 1024px) {
  .c-teaser-digital-stories__scroll-cards {
    overflow: hidden;
    width: 50%;
  }
}
.c-teaser-digital-stories__scroll-cards .c-card--xplaner {
  height: 100vh;
  position: sticky;
  top: 0;
}

.c-widget--teaser-digital-stories {
  width: 100%;
}

.c-teaser-image-text {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .c-teaser-image-text {
    flex-direction: row;
  }
  .c-teaser-image-text.c-teaser-image-text--reverse {
    flex-direction: row-reverse;
  }
}

.c-teaser-image-text .c-teaser-image-text__video {
  align-self: flex-start;
}

.c-teaser-image-text__video,
.c-teaser-image-text__image {
  width: 100%;
}
@media (min-width: 1024px) {
  .c-teaser-image-text__video,
  .c-teaser-image-text__image {
    width: 30%;
  }
}

.c-teaser-image-text__content {
  width: 100%;
  color: #6F0EF2;
  margin-top: 1.5rem;
}
@media (min-width: 1024px) {
  .c-teaser-image-text__content {
    width: 70%;
    padding-left: 8.5rem;
    margin-top: 0;
  }
  .c-teaser-image-text--reverse .c-teaser-image-text__content {
    padding-right: 8.5rem;
    padding-left: 0;
  }
}
.c-widget--theme-white-black .c-teaser-image-text__content, .c-widget--theme-light-orange .c-teaser-image-text__content {
  color: #000000;
}
.c-widget--theme-black-purple .c-teaser-image-text__content, .c-widget--theme-purple-orange .c-teaser-image-text__content, .c-widget--theme-purple .c-teaser-image-text__content, .c-widget--theme-orange .c-teaser-image-text__content {
  color: #FFFFFF;
}

.c-teaser-image-text__headline {
  font-family: "Mirador", helvetica, arial, serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 1.1;
  margin-bottom: 1rem;
}
@media screen and (min-width: 375px) {
  .c-teaser-image-text__headline {
    font-size: calc(32px + 8 * (100vw - 375px) / 1065);
  }
}
@media screen and (min-width: 1440px) {
  .c-teaser-image-text__headline {
    font-size: 40px;
  }
}
@media (min-width: 1024px) {
  .c-teaser-image-text__headline {
    line-height: 1.1;
  }
}
@media (min-width: 1024px) {
  .c-teaser-image-text__headline {
    margin-bottom: 2rem;
  }
}

.c-teaser-image-text__intro {
  font-family: "Galano Neue", helvetica, arial, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 2rem;
}
@media screen and (min-width: 375px) {
  .c-teaser-image-text__intro {
    font-size: calc(18px + 6 * (100vw - 375px) / 1065);
  }
}
@media screen and (min-width: 1440px) {
  .c-teaser-image-text__intro {
    font-size: 24px;
  }
}
@media (min-width: 1024px) {
  .c-teaser-image-text__intro {
    line-height: 1.4;
  }
}

.c-text {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.c-text strong,
.c-text b {
  font-weight: 500;
}

.c-text__content {
  width: 100%;
  color: #000000;
}
.c-text--has-images-2 .c-text__content, .c-text--has-images-3 .c-text__content {
  margin-bottom: 64px;
}
@media (min-width: 1024px) {
  .c-text--has-images-2 .c-text__content, .c-text--has-images-3 .c-text__content {
    margin-bottom: 108px;
  }
}
@media (min-width: 1024px) {
  .c-text--has-offset .c-text__content {
    width: calc(58.3333333333% - 20px);
  }
}
.c-text__content:not(.c-text__content--offset) {
  margin-right: calc(8.3333333333% + 20px);
}
@media (min-width: 1024px) {
  .c-text--has-offset.c-text--has-images-1 .c-text__content {
    width: calc(33.3333333333% - 10px);
  }
}
@media (min-width: 1024px) {
  .c-text--has-offset.c-text--has-images-1 .c-text__content.c-text__content--offset {
    width: calc(33.3333333333% - 10px);
  }
}
.c-text__content.c-text__content--offset {
  -webkit-hyphens: auto;
          hyphens: auto;
}
@media (min-width: 1024px) {
  .c-text__content.c-text__content--offset {
    width: calc(33.3333333333% - 10px);
  }
}
.c-widget--theme-purple .c-text__content, .c-widget--theme-orange .c-text__content, .c-widget--theme-purple-orange .c-text__content, .c-widget--theme-black-purple .c-text__content {
  color: #FFFFFF;
}
.c-widget--theme-white-purple .c-text__content {
  color: #6F0EF2;
}

.c-text__img {
  width: 100%;
  text-decoration: none;
}
.c-text__img + .c-text__img {
  margin-top: 3rem;
}
@media (min-width: 1024px) {
  .c-text__img + .c-text__img {
    margin-top: 0;
  }
}
@media (min-width: 1024px) {
  .c-text--has-offset.c-text--has-images-1 .c-text__img {
    width: calc(25% - 20px);
  }
}
@media (min-width: 1024px) {
  .c-text--has-offset.c-text--has-images-2 .c-text__img {
    width: calc(25% - 20px);
  }
  .c-text--has-offset.c-text--has-images-2 .c-text__img.c-text__img--1 {
    margin-left: auto;
    margin-right: 20px;
  }
  .c-text--has-offset.c-text--has-images-2 .c-text__img.c-text__img--2 {
    margin-right: calc(16.6666666667% + 20px);
  }
}

.c-text__img-caption {
  margin-top: 0.375rem;
  color: #6F0EF2;
  font-family: "Galano Neue", helvetica, arial, sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.5;
}
@media screen and (min-width: 375px) {
  .c-text__img-caption {
    font-size: calc(12px + 1 * (100vw - 375px) / 1065);
  }
}
@media screen and (min-width: 1440px) {
  .c-text__img-caption {
    font-size: 13px;
  }
}
@media (min-width: 1024px) {
  .c-text__img-caption {
    line-height: 1.5;
  }
}
.c-widget--theme-purple-orange .c-text__img-caption, .c-widget--theme-orange .c-text__img-caption, .c-widget--theme-purple .c-text__img-caption {
  color: #FFFFFF;
}
.c-text__img-caption.c-text__img-caption--extend:after {
  content: "";
  display: block;
  height: calc(var(--line-count) * 1.4em);
}

.c-text__media-wrap {
  display: flex;
  -moz-column-gap: 24px;
       column-gap: 24px;
  align-items: flex-end;
  flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .c-text__media-wrap {
    flex-wrap: nowrap;
  }
  .c-text__media-wrap .c-text__img {
    flex-basis: 100%;
  }
  .c-text__media-wrap .c-text__img.is-portrait {
    flex: 1;
  }
  .c-text__media-wrap .c-text__img.is-landscape {
    flex: 1.5;
  }
}

.tippy-box[data-animation=fade][data-state=hidden] {
  opacity: 0;
}

[data-tippy-root] {
  max-width: calc(100vw - 10px);
}

.tippy-box {
  position: relative;
  background-color: #333;
  color: #fff;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1.4;
  white-space: normal;
  outline: 0;
  transition-property: transform, visibility, opacity;
}

.tippy-box[data-placement^=top] > .tippy-arrow {
  bottom: 0;
}

.tippy-box[data-placement^=top] > .tippy-arrow:before {
  bottom: -7px;
  left: 0;
  border-width: 8px 8px 0;
  border-top-color: initial;
  transform-origin: center top;
}

.tippy-box[data-placement^=bottom] > .tippy-arrow {
  top: 0;
}

.tippy-box[data-placement^=bottom] > .tippy-arrow:before {
  top: -7px;
  left: 0;
  border-width: 0 8px 8px;
  border-bottom-color: initial;
  transform-origin: center bottom;
}

.tippy-box[data-placement^=left] > .tippy-arrow {
  right: 0;
}

.tippy-box[data-placement^=left] > .tippy-arrow:before {
  border-width: 8px 0 8px 8px;
  border-left-color: initial;
  right: -7px;
  transform-origin: center left;
}

.tippy-box[data-placement^=right] > .tippy-arrow {
  left: 0;
}

.tippy-box[data-placement^=right] > .tippy-arrow:before {
  left: -7px;
  border-width: 8px 8px 8px 0;
  border-right-color: initial;
  transform-origin: center right;
}

.tippy-box[data-inertia][data-state=visible] {
  transition-timing-function: cubic-bezier(0.54, 1.5, 0.38, 1.11);
}

.tippy-arrow {
  width: 16px;
  height: 16px;
  color: #333;
}

.tippy-arrow:before {
  content: "";
  position: absolute;
  border-color: transparent;
  border-style: solid;
}

.tippy-content {
  position: relative;
  padding: 5px 9px;
  z-index: 1;
}

[data-tooltip-lets-play] {
  width: 1.5rem;
  height: 1.5rem;
  z-index: 2;
  cursor: pointer;
  transform: rotate(180deg);
  transition: z-index 0.3s cubic-bezier(0.7, 0.6, 0.1, 0.8);
}
[data-tooltip-lets-play][aria-describedby] {
  z-index: 90000;
}

.tippy-box[data-theme~=cdf-letsplay] {
  padding: 3rem 1rem 1.375rem;
  color: #320173;
  background: #FFE5D9;
  border-radius: 25px;
  box-shadow: -3px 4px 12px -5px #320173;
  font-family: "Galano Neue", helvetica, arial, sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.5;
}
@media screen and (min-width: 375px) {
  .tippy-box[data-theme~=cdf-letsplay] {
    font-size: calc(12px + 1 * (100vw - 375px) / 1065);
  }
}
@media screen and (min-width: 1440px) {
  .tippy-box[data-theme~=cdf-letsplay] {
    font-size: 13px;
  }
}
@media (min-width: 1024px) {
  .tippy-box[data-theme~=cdf-letsplay] {
    line-height: 1.5;
  }
}

/* ==========================================================================
   #WIDGET
   ========================================================================== */
.c-widget {
  position: relative;
}

.c-widget--fullwidth {
  width: 100%;
  padding: 0;
  margin: 0;
}

.c-widget--theme-black-purple {
  background: linear-gradient(0deg, #000000 0%, #6207DC 100%);
}

.c-widget--theme-purple-black {
  background: linear-gradient(0deg, #6207DC 0%, #000000 100%);
}

.c-widget--theme-purple {
  background: #6F0EF2;
}

.c-widget--theme-purple-orange {
  background: linear-gradient(0deg, #FE6220 0%, #6F0EF2 100%);
}

.c-widget--theme-orange {
  background: #FE6220;
}

.c-widget--theme-light-orange {
  background: #FFE5D9;
}

.c-widget--theme-white-black,
.c-widget--theme-white-purple {
  background: #fff;
}

.c-widget--teaser-chronicle-tag-slider,
.c-widget--teaser-archive-slider {
  overflow: hidden;
}
.c-widget--teaser-chronicle-tag-slider.c-widget--theme-default,
.c-widget--teaser-archive-slider.c-widget--theme-default {
  background: linear-gradient(0deg, #000000 0%, #6207DC 100%);
}

.c-widget--text.c-widget--theme-default {
  background: #fff;
}

.c-widget--teaser-cta.c-widget--theme-default {
  background: linear-gradient(0deg, #FE6220 0%, #6F0EF2 100%);
}

.c-chronicle__filter--hidden {
  display: none;
}

.c-chronicle__filter--tag[data-facet="3"] [class^=wpgb][role=button][tabindex="-1"],
.c-chronicle__filter--tag[data-facet="3"] [class^=wpgb][role=button][tabindex="-1"] {
  display: none;
}
.c-chronicle__filter--tag.wpgb-facet fieldset, .c-chronicle__filter--tag.wpgb-facet fieldset:last-child, .c-chronicle__filter--tag.wpgb-facet > fieldset, .c-chronicle__filter--tag.wpgb-facet > fieldset:last-child,
.c-chronicle__filter--tag.wpgb-facet fieldset,
.c-chronicle__filter--tag.wpgb-facet fieldset:last-child,
.c-chronicle__filter--tag.wpgb-facet > fieldset,
.c-chronicle__filter--tag.wpgb-facet > fieldset:last-child {
  margin-bottom: 0;
}
.c-chronicle__filter--tag .wpgb-facet-title,
.c-chronicle__filter--tag .wpgb-facet-title {
  display: none;
}
.c-chronicle__filter--tag .wpgb-button-facet .wpgb-inline-list,
.c-chronicle__filter--tag .wpgb-button-facet .wpgb-inline-list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  flex-wrap: wrap;
}
.c-chronicle__filter--tag .wpgb-button-facet .wpgb-inline-list li,
.c-chronicle__filter--tag .wpgb-button-facet .wpgb-inline-list li {
  margin: 0;
}
.c-chronicle__filter--tag:not(.c-chronicle__filter--large) .wpgb-radio-facet:has(.wpgb-toggle-hidden),
.c-chronicle__filter--tag:not(.c-chronicle__filter--large) .wpgb-checkbox-facet:has(.wpgb-toggle-hidden),
.c-chronicle__filter--tag:not(.c-chronicle__filter--large) .wpgb-radio-facet:has(.wpgb-toggle-hidden),
.c-chronicle__filter--tag:not(.c-chronicle__filter--large) .wpgb-checkbox-facet:has(.wpgb-toggle-hidden) {
  white-space: nowrap;
  overflow-x: auto;
  flex-wrap: nowrap;
}
@media (max-width: 1023.98px) {
  .c-chronicle__filter--tag:not(.c-chronicle__filter--large) .wpgb-radio-facet .wpgb-hierarchical-list,
  .c-chronicle__filter--tag:not(.c-chronicle__filter--large) .wpgb-checkbox-facet .wpgb-hierarchical-list,
  .c-chronicle__filter--tag:not(.c-chronicle__filter--large) .wpgb-radio-facet .wpgb-hierarchical-list,
  .c-chronicle__filter--tag:not(.c-chronicle__filter--large) .wpgb-checkbox-facet .wpgb-hierarchical-list {
    flex-wrap: nowrap;
  }
  .c-chronicle__filter--tag:not(.c-chronicle__filter--large) .wpgb-radio-facet .wpgb-hierarchical-list:not(:has(+ .wpgb-toggle-hidden)),
  .c-chronicle__filter--tag:not(.c-chronicle__filter--large) .wpgb-checkbox-facet .wpgb-hierarchical-list:not(:has(+ .wpgb-toggle-hidden)),
  .c-chronicle__filter--tag:not(.c-chronicle__filter--large) .wpgb-radio-facet .wpgb-hierarchical-list:not(:has(+ .wpgb-toggle-hidden)),
  .c-chronicle__filter--tag:not(.c-chronicle__filter--large) .wpgb-checkbox-facet .wpgb-hierarchical-list:not(:has(+ .wpgb-toggle-hidden)) {
    overflow-x: auto;
    white-space: nowrap;
  }
}
.c-chronicle__filter--tag .wpgb-radio-facet,
.c-chronicle__filter--tag .wpgb-checkbox-facet,
.c-chronicle__filter--tag .wpgb-radio-facet,
.c-chronicle__filter--tag .wpgb-checkbox-facet {
  flex-direction: row !important;
}
.c-chronicle__filter--tag .wpgb-radio-facet .wpgb-hierarchical-list,
.c-chronicle__filter--tag .wpgb-checkbox-facet .wpgb-hierarchical-list,
.c-chronicle__filter--tag .wpgb-radio-facet .wpgb-hierarchical-list,
.c-chronicle__filter--tag .wpgb-checkbox-facet .wpgb-hierarchical-list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  flex-wrap: wrap;
}
.c-chronicle__filter--tag .wpgb-radio-facet .wpgb-hierarchical-list li,
.c-chronicle__filter--tag .wpgb-checkbox-facet .wpgb-hierarchical-list li,
.c-chronicle__filter--tag .wpgb-radio-facet .wpgb-hierarchical-list li,
.c-chronicle__filter--tag .wpgb-checkbox-facet .wpgb-hierarchical-list li {
  margin: 0;
}
.c-chronicle__filter--tag .wpgb-radio-facet .wpgb-hierarchical-list .wpgb-radio-control,
.c-chronicle__filter--tag .wpgb-radio-facet .wpgb-hierarchical-list .wpgb-checkbox-control,
.c-chronicle__filter--tag .wpgb-checkbox-facet .wpgb-hierarchical-list .wpgb-radio-control,
.c-chronicle__filter--tag .wpgb-checkbox-facet .wpgb-hierarchical-list .wpgb-checkbox-control,
.c-chronicle__filter--tag .wpgb-radio-facet .wpgb-hierarchical-list .wpgb-radio-control,
.c-chronicle__filter--tag .wpgb-radio-facet .wpgb-hierarchical-list .wpgb-checkbox-control,
.c-chronicle__filter--tag .wpgb-checkbox-facet .wpgb-hierarchical-list .wpgb-radio-control,
.c-chronicle__filter--tag .wpgb-checkbox-facet .wpgb-hierarchical-list .wpgb-checkbox-control {
  display: none;
}
.c-chronicle__filter--tag.c-chronicle__filter--tag--addon .wpgb-radio-facet .wpgb-toggle-hidden,
.c-chronicle__filter--tag.c-chronicle__filter--tag--addon .wpgb-checkbox-facet .wpgb-toggle-hidden,
.c-chronicle__filter--tag.c-chronicle__filter--tag--addon .wpgb-radio-facet .wpgb-toggle-hidden,
.c-chronicle__filter--tag.c-chronicle__filter--tag--addon .wpgb-checkbox-facet .wpgb-toggle-hidden {
  --tag-background: #3D0B81;
  --tag-color: #ffffff;
  white-space: nowrap;
}
.c-chronicle__filter--tag.c-chronicle__filter--tag--addon .wpgb-radio-facet .wpgb-toggle-hidden:hover,
.c-chronicle__filter--tag.c-chronicle__filter--tag--addon .wpgb-checkbox-facet .wpgb-toggle-hidden:hover,
.c-chronicle__filter--tag.c-chronicle__filter--tag--addon .wpgb-radio-facet .wpgb-toggle-hidden:hover,
.c-chronicle__filter--tag.c-chronicle__filter--tag--addon .wpgb-checkbox-facet .wpgb-toggle-hidden:hover {
  color: var(--tag-color, #ffffff);
}
.c-chronicle__filter--tag.c-chronicle__filter--tag--addon .wpgb-radio-facet .wpgb-hierarchical-list .wpgb-radio-label,
.c-chronicle__filter--tag.c-chronicle__filter--tag--addon .wpgb-radio-facet .wpgb-hierarchical-list .wpgb-checkbox-label,
.c-chronicle__filter--tag.c-chronicle__filter--tag--addon .wpgb-checkbox-facet .wpgb-hierarchical-list .wpgb-radio-label,
.c-chronicle__filter--tag.c-chronicle__filter--tag--addon .wpgb-checkbox-facet .wpgb-hierarchical-list .wpgb-checkbox-label,
.c-chronicle__filter--tag.c-chronicle__filter--tag--addon .wpgb-radio-facet .wpgb-hierarchical-list .wpgb-radio-label,
.c-chronicle__filter--tag.c-chronicle__filter--tag--addon .wpgb-radio-facet .wpgb-hierarchical-list .wpgb-checkbox-label,
.c-chronicle__filter--tag.c-chronicle__filter--tag--addon .wpgb-checkbox-facet .wpgb-hierarchical-list .wpgb-radio-label,
.c-chronicle__filter--tag.c-chronicle__filter--tag--addon .wpgb-checkbox-facet .wpgb-hierarchical-list .wpgb-checkbox-label {
  --tag-background: #6207dc;
  --tag-color: #ffffff;
}
.c-chronicle__filter--search.wpgb-facet {
  max-width: 28.125rem;
}
.c-chronicle__filter--search.wpgb-facet input::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #320173;
  opacity: 1;
}
.c-chronicle__filter--search.wpgb-facet input::placeholder { /* Most modern browsers support this now. */
  color: #320173;
}
.c-chronicle__filter--search.wpgb-facet .wpgb-search-facet input[type=search],
.c-chronicle__filter--search.wpgb-facet .wpgb-autocomplete-facet input[type=search] {
  border-radius: 2rem;
  border: none;
  height: 2rem;
  min-height: 2rem;
  background: #ECECED;
  padding: 0.25rem 2.125rem 0.25rem 1.25rem;
  font-family: "Galano Neue", helvetica, arial, sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.5;
  color: #6F0EF2;
}
@media screen and (min-width: 375px) {
  .c-chronicle__filter--search.wpgb-facet .wpgb-search-facet input[type=search],
  .c-chronicle__filter--search.wpgb-facet .wpgb-autocomplete-facet input[type=search] {
    font-size: calc(12px + 1 * (100vw - 375px) / 1065);
  }
}
@media screen and (min-width: 1440px) {
  .c-chronicle__filter--search.wpgb-facet .wpgb-search-facet input[type=search],
  .c-chronicle__filter--search.wpgb-facet .wpgb-autocomplete-facet input[type=search] {
    font-size: 13px;
  }
}
@media (min-width: 1024px) {
  .c-chronicle__filter--search.wpgb-facet .wpgb-search-facet input[type=search],
  .c-chronicle__filter--search.wpgb-facet .wpgb-autocomplete-facet input[type=search] {
    line-height: 1.5;
  }
}
.c-chronicle__filter--search.wpgb-facet .wpgb-search-facet .wpgb-clear-button,
.c-chronicle__filter--search.wpgb-facet .wpgb-autocomplete-facet .wpgb-clear-button {
  right: 30px;
}
.c-chronicle__filter--search.wpgb-facet .wpgb-search-facet .wpgb-input-icon,
.c-chronicle__filter--search.wpgb-facet .wpgb-autocomplete-facet .wpgb-input-icon {
  right: 0.25rem;
  left: auto;
  border-radius: 50%;
  padding: 0;
  color: #FFE5D9;
  background: #410297;
  width: 1.5rem;
  height: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
}
.c-chronicle__filter--search.wpgb-facet .wpgb-search-facet .acplt .acplt-clear,
.c-chronicle__filter--search.wpgb-facet .wpgb-autocomplete-facet .acplt .acplt-clear {
  display: none;
}

.c-chronicle__loadmore.wpgb-facet {
  display: flex;
  justify-content: center;
}
:root {
  --plyr-color-main: #320173;
  --plyr-range-thumb-background: #320173;
  --plyr-video-range-track-background: #320173;
  --plyr-video-control-background: #FF9669;
  --plyr-video-control-background-hover: transparent;
  --plyr-audio-controls-background: #FFE5D9;
  --plyr-audio-range-track-background: #320173;
  --plyr-audio-progress-buffered-background: ;
  --plyr-audio-control-background-hover: #FF9669;
  --plyr-audio-control-color-hover: #FFE5D9;
  --plyr-audio-control-background: #FF9669;
  --plyr-audio-control-color: #000000;
}

.plyr--audio .plyr__controls {
  flex-direction: column;
  align-items: flex-start;
  border-radius: 22px !important;
  padding: 0.75rem 2rem !important;
}
.c-card--archive-audio--has-image .plyr--audio .plyr__controls {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.plyr--audio .plyr__control {
  background: var(--plyr-audio-control-background);
  margin-right: 1rem;
}
.plyr--audio .plyr__progress__buffer {
  display: none;
}
.plyr--audio .plyr__progress {
  margin: auto 0;
  width: 100%;
  margin-left: 55px;
}
@media (min-width: 1024px) {
  .plyr--audio .plyr__progress {
    width: calc(100% - 150px);
  }
}
.plyr--audio .plyr__row {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.plyr--audio.plyr button {
  border-radius: 50%;
}
.plyr--audio .plyr__control svg {
  fill: var(--plyr-audio-control-color-hover);
  transform: scale(0.8);
  width: 0.75rem;
  height: 0.75rem;
}
.plyr--audio .plyr__title {
  margin-top: 0.5rem;
}
.plyr--audio .plyr__row:has(.plyr__time--row) {
  padding-left: 3rem;
}
.plyr--audio .plyr__time--row {
  position: absolute;
  top: 0;
  transform: translateY(30%);
  display: flex;
  flex-direction: row;
  width: calc(100% - 3rem);
  justify-content: space-between;
}
.plyr--audio .plyr__time--row .plyr__time--duration:before {
  display: none;
}
.plyr--audio .plyr__title,
.plyr--audio .plyr__time {
  font-family: "Galano Neue", helvetica, arial, sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.5;
}
@media screen and (min-width: 375px) {
  .plyr--audio .plyr__title,
  .plyr--audio .plyr__time {
    font-size: calc(12px + 1 * (100vw - 375px) / 1065);
  }
}
@media screen and (min-width: 1440px) {
  .plyr--audio .plyr__title,
  .plyr--audio .plyr__time {
    font-size: 13px;
  }
}
@media (min-width: 1024px) {
  .plyr--audio .plyr__title,
  .plyr--audio .plyr__time {
    line-height: 1.5;
  }
}
.plyr--audio .plyr__time + .plyr__time:before {
  margin: 0 8px;
}

.plyr--audio .plyr__progress input[type=range] {
  width: 100%;
}

@media (min-width: 1024px) {
  .plyr--video:has(.u-video--inline) .plyr__control.plyr__control--overlaid {
    width: 5.5rem;
    height: 5.5rem;
  }
}
.plyr--video:has(.u-video--inline) .plyr__control.plyr__control--overlaid, .plyr--video:has(.u-video--inline) .plyr__control.plyr__control--overlaid:hover {
  background: #6F0EF2;
}
@media (min-width: 1024px) {
  .plyr--video:has(.u-video--inline) .plyr__control.plyr__control--overlaid svg {
    width: 3.125rem;
    height: 3rem;
    left: 8px;
  }
}
.plyr--video.plyr--paused .plyr__controls {
  display: none;
}
.plyr--video .plyr__control.plyr__control--overlaid,
.plyr--video .plyr__control.plyr__control--overlaid:hover {
  background: var(--plyr-video-control-background);
}
.plyr--video .plyr__control:not(.plyr__control--overlaid) svg {
  fill: var(--plyr-audio-controls-background);
}
.plyr--video .plyr__poster {
  background-size: cover;
}

#wpadminbar {
  position: absolute !important;
}

[x-cloak] {
  display: none !important;
}

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