﻿/*	==========================================================================
   	Fonts
   	========================================================================== */
/*	==========================================================================
   	Links
   	========================================================================== */
/*	==========================================================================
   	Buttons
   	========================================================================== */
.filter.for-program {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}
.filter.for-program .filter__inputs,
.filter.for-program .filter__advanced {
  display: inline-flex;
  align-items: center;
}
@media only screen and (max-width: 575px) {
  .filter.for-program {
    width: 100%;
    row-gap: 20px;
  }
  .filter.for-program .filter__inputs > *,
  .filter.for-program .filter__advanced > * {
    width: 100%;
  }
  .filter.for-program > * {
    flex-direction: column;
    row-gap: 20px;
    width: 100%;
  }
}
@media only screen and (min-width: 576px) {
  .filter.for-program {
    width: 100%;
    row-gap: 20px;
  }
  .filter.for-program .filter__inputs,
  .filter.for-program .filter__advanced {
    column-gap: 30px;
  }
  .filter.for-program .filter__inputs > * {
    width: 100%;
  }
  .filter.for-program > * {
    flex-direction: column;
    row-gap: 20px;
    width: 100%;
  }
  .filter.for-program .filter__advanced {
    flex-direction: row;
    /* .link-button {
       display: none;
     }*/
  }
}
@media only screen and (min-width: 992px) {
  .filter.for-program .filter__inputs {
    flex-direction: row;
    column-gap: 15px;
  }
}
@media only screen and (min-width: 1200px) {
  .filter.for-program .filter__inputs {
    column-gap: 30px;
  }
  .filter.for-program .filter__inputs > * {
    width: auto;
  }
}
@media only screen and (min-width: 1366px) {
  .filter.for-program {
    flex-direction: row;
    column-gap: 30px;
  }
  .filter.for-program .filter__inputs,
  .filter.for-program .filter__advanced {
    width: auto;
    column-gap: 30px;
  }
}
@media only screen and (min-width: 1680px) {
  .filter.for-program {
    column-gap: 40px;
  }
  .filter.for-program .filter__inputs,
  .filter.for-program .filter__advanced {
    width: auto;
    column-gap: 40px;
  }
}

.filter.for-subscription-series,
.filter.for-subscription-series .filter__radio-buttons {
  display: inline-flex;
}
.filter.for-subscription-series .box-button {
  min-width: 328px;
}
@media only screen and (max-width: 575px) {
  .filter.for-subscription-series,
  .filter.for-subscription-series .filter__radio-buttons {
    width: 100%;
    flex-direction: column;
    row-gap: 20px;
  }
  .filter.for-subscription-series .box-button {
    width: 100%;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 576px) {
  .filter.for-subscription-series {
    width: 100%;
    flex-direction: column;
    row-gap: 20px;
  }
  .filter.for-subscription-series .filter__radio-buttons {
    flex-direction: row;
    align-items: center;
    column-gap: 30px;
  }
  .filter.for-subscription-series .box-button {
    width: 100%;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 768px) {
  .filter.for-subscription-series .box-button {
    width: auto;
    align-self: flex-start;
  }
}
@media only screen and (min-width: 992px) {
  .filter.for-subscription-series {
    flex-direction: row;
    justify-content: space-between;
  }
}

.filter-overlay {
  display: none;
  flex-direction: column;
  row-gap: 0 !important;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 10;
  width: auto;
}
.filter-overlay.is-active {
  display: inline-flex;
}
.filter-overlay .form,
.filter-overlay nav,
.filter-overlay .box-button {
  background-color: rgb(235, 243, 255);
}
.filter-overlay fieldset.group-select fieldset {
  padding-left: 32px;
}
.filter-overlay .box-button.is-tertiary,
.filter-overlay .icon-button {
  align-self: flex-end;
  border-radius: var(--radius-sm) var(--radius-sm) var(--radius-none) var(--radius-none);
}
.filter-overlay .filter-overlay__controls {
  display: flex;
  gap: 40px;
  width: 100%;
}
.filter-overlay .filter-overlay__controls fieldset {
  width: 100%;
}
.filter-overlay .filter-overlay__controls fieldset > * {
  width: max-content;
}
.filter-overlay .form, .filter-overlay .multiple-options {
  padding: 48px;
  background-color: rgb(235, 243, 255);
}
.filter-overlay nav {
  padding: 20px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  column-gap: 40px;
}
@media only screen and (max-width: 575px) {
  .filter-overlay .filter-overlay__controls {
    flex-direction: column;
  }
  .filter-overlay .for-desktop {
    display: none;
  }
  .filter-overlay .for-mobile {
    display: flex;
  }
}
@media only screen and (min-width: 576px) {
  .filter-overlay .filter-overlay__controls {
    flex-direction: column;
  }
  .filter-overlay .for-desktop {
    display: none;
  }
  .filter-overlay .for-mobile {
    display: flex;
  }
}
@media only screen and (min-width: 768px) {
  .filter-overlay .filter-overlay__controls {
    flex-direction: row;
  }
  .filter-overlay .form {
    padding-right: 160px;
  }
  .filter-overlay .for-mobile {
    display: none;
  }
  .filter-overlay .for-desktop {
    display: flex;
  }
}
@media only screen and (min-width: 992px) {
  .filter-overlay {
    max-width: max-content;
  }
}
@media only screen and (min-width: 1366px) {
  .filter-overlay {
    left: auto;
    right: 0;
  }
}

.form-control.is-date-picker-interval .field-area .form-control.is-input {
  position: relative;
}
.form-control.is-date-picker-interval .field-area .form-control.is-input svg {
  cursor: pointer;
}

.datepicker-box {
  border-radius: 6px;
  position: absolute;
  left: 0;
  right: auto;
  top: 58px;
  top: 58px;
  z-index: 60;
  transition-duration: 0.25s;
  max-height: 0;
  opacity: 0.5;
  transition-timing-function: ease-out;
  overflow: hidden;
}
.datepicker-box > div {
  padding: 20px 16px;
  padding: 20px 16px;
}
.datepicker-box.is-active {
  background: #FFFFFF;
  /* Medium Shadow */
  border: 1px solid #D0D5DD;
  box-shadow: 0px 6px 20px -2px rgba(26, 26, 26, 0.14), 0px 4px 6px rgba(26, 26, 26, 0.06);
  max-height: 500px;
  max-height: 500px;
  opacity: 1;
  overflow: unset;
  /*transition: max-height 4s ease-in;*/
}
.datepicker-box .gray {
  color: #667085;
}
.datepicker-box .datepicker-today-link {
  margin: 0;
  position: absolute;
  top: 28px;
  top: 28px;
  right: 35px;
  right: 35px;
  z-index: 2;
}

.datepicker-input-wrap-to .datepicker-box {
  left: auto;
  right: 0;
}
@media only screen and (min-width: 992px) {
  .datepicker-input-wrap-to .datepicker-box {
    left: 0;
    right: auto;
  }
}

.reset-datepicker-button {
  cursor: pointer;
  margin-left: 12px;
  margin-left: 12px;
}

.datepicker-table {
  margin: auto;
  overflow: hidden;
  border-spacing: 0;
  border: 0;
}
.datepicker-table tr {
  border: 0;
}
.datepicker-table th, .datepicker-table td {
  text-align: center;
  font-weight: normal;
  color: #101828;
  padding: 0;
  border: 0;
  background: #FFF;
}
.datepicker-table th .link-wrap, .datepicker-table td .link-wrap {
  width: 40px;
  width: 40px;
  height: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}
.datepicker-table th .link-wrap.active, .datepicker-table td .link-wrap.active {
  position: relative;
}
.datepicker-table th .link-wrap.active a, .datepicker-table td .link-wrap.active a {
  font-weight: 700;
}
.datepicker-table th .link-wrap.active:after, .datepicker-table td .link-wrap.active:after {
  content: "";
  width: 4px;
  height: 4px;
  background: #0058CC;
  border-radius: 4px;
  position: absolute;
  top: 80%;
}
.datepicker-table th a.box-button.medium, .datepicker-table td a.box-button.medium {
  margin-top: 0;
  padding: 6px 0px;
  padding: 6px 0px;
  width: 100%;
  height: auto;
}
.datepicker-table th.month-name, .datepicker-table td.month-name {
  color: #202532;
  text-align: center;
}
.datepicker-table th.month-name .month-name-inner, .datepicker-table td.month-name .month-name-inner {
  display: flex;
  justify-content: space-between;
  font-weight: 700;
}
.datepicker-table th.month-name .month-name-inner span, .datepicker-table td.month-name .month-name-inner span {
  font-weight: 700;
}
.datepicker-table th {
  padding: 5px 8px;
  padding: 5px 8px;
}

.day-short th {
  font-weight: 700;
  text-transform: capitalize;
}

.datepicker-table th a.datepicker-nav {
  padding: 0;
}

.open-video-lightbox, .video-button {
  display: flex;
  align-items: center;
  /*text-decoration: none;*/
  /*    svg{
      width: u(44);
      height: u(44);
      margin-right: u(15);
  }*/
  /* &.open-video-lightbox-img{
      position: relative;
      &:after{
          display: block;
          content: "";
          position: absolute;
          left: 0;
          top: 0;
          right: 0;
          bottom: 0;
    //      background: rgba(0, 0, 0, 0.5);
          transition-duration: 0.2s;
       //   .page-homepage &, .page-concert-detail &, .page-serial-succession-detail &{
              background: transparent;
       //   }

      }
      svg{
          width: u(80);
          height: u(80);
          position: absolute;
          left: 0;
          right: 0;
          top: 0;
          bottom: 0;
          margin: auto;
          z-index: 1;
      } 
      &:hover{
          &:after{
            //  background: rgba(0, 0, 0, 0.4);
            //  .page-homepage &, .page-concert-detail &, .page-serial-succession-detail &{
                  background: rgba(255,255,255, 0.1);
            //  }
          }
      }
  }*/
}

.black-lightbox-loading {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  min-height: 100vh;
  z-index: 2000;
}

.lightbox-is-open {
  padding-bottom: 0;
  border: 0 !important;
}
.lightbox-is-open .content-container, .lightbox-is-open header, .lightbox-is-open footer, .lightbox-is-open .page-content, .lightbox-is-open .share-affix-box, .lightbox-is-open .newsletter-block-wrap {
  display: none !important;
}

div.black-lightbox {
  --foreground: #FFF;
  display: none;
  background: #141414;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  /*  left: u(-8);
  right: u(-8);
  top: u(-8);*/
  min-height: 100vh;
  z-index: 1000;
  color: #FFF;
  /* @include screen-xs {
      left: u(-10);
      right: u(-10);
      top: u(-10);
  }
  // >= 768px
  @include screen-sm {
      left: u(-12);
      right: u(-12);
      top: u(-12);
  }
  // >= 1200px
  @include screen-lg {
      left: u(-16);
      right: u(-16);
      top: u(-16);
  }
  // >= 1400px
  @include screen-xl {
      left: u(-20);
      right: u(-20);
      top: u(-20);
  }

  @include screen-xxl {
      left: u(-24);
      right: u(-24);
      top: u(-24);
  }*/
}
div.black-lightbox a {
  color: #FFF;
}

/*.owl-carousel .owl-item img {
    width: auto !important;
}*/
.black-lightbox-inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  min-height: 100vh;
}
.black-lightbox-inner.with-video .lightbox-prev-image, .black-lightbox-inner.with-video .lightbox-next-image {
  display: none !important;
}
.black-lightbox-inner.with-video .content {
  width: 100%;
}
.black-lightbox-inner .circle-icon {
  border: 1px #3b3b3b solid;
  display: inline-block;
  border-radius: 35px;
  width: 35px;
  height: 35px;
  text-align: center;
  transition-duration: 0.25s;
  transition-timing-function: linear;
  transform-origin: 50% 50%;
  transition-property: all;
}
.black-lightbox-inner .light-icon {
  display: inline-block;
  transition-duration: 0.25s;
  transition-timing-function: linear;
}
.black-lightbox-inner .top {
  padding: 30px;
  padding-top: 25px;
  height: 80px;
  text-align: right;
}
.black-lightbox-inner .top .lightbox-close {
  width: 19px;
  height: 19px;
}
.black-lightbox-inner .top .lightbox-close .light-icon {
  margin-top: 11px;
  background-image: url("https://cdn.ceskafilharmonie.cz/cf/Assets/images/icons/icon-close-white.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 19px;
  height: 19px;
}
.black-lightbox-inner .top .lightbox-close:hover .light-icon {
  transform: scale(1.25);
}
.black-lightbox-inner .bottom {
  height: 80px;
}
.black-lightbox-inner .content {
  position: relative;
}
.black-lightbox-inner .content .arrow-left-wrap, .black-lightbox-inner .content .arrow-right-wrap {
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 95px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.black-lightbox-inner .content .arrow-right-wrap {
  right: 0;
}
.black-lightbox-inner .content .lightbox-prev-image, .black-lightbox-inner .content .lightbox-next-image {
  font-size: 8px;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  transition-duration: 0.25s;
}
.black-lightbox-inner .content .lightbox-prev-image .light-icon, .black-lightbox-inner .content .lightbox-next-image .light-icon {
  margin-top: 19px;
  transition-duration: 0.25s;
}
.black-lightbox-inner .content .lightbox-prev-image .light-icon, .black-lightbox-inner .content .lightbox-next-image .light-icon {
  margin-top: 19px;
  background-repeat: no-repeat;
  background-size: contain;
  width: 18px;
  height: 28px;
}
.black-lightbox-inner .content .lightbox-prev-image .light-icon-arrow-left, .black-lightbox-inner .content .lightbox-next-image .light-icon-arrow-left {
  background-image: url("https://cdn.ceskafilharmonie.cz/cf/Assets/images/icons/lightbox-arrow-white.svg");
}
.black-lightbox-inner .content .lightbox-prev-image .light-icon-arrow-right, .black-lightbox-inner .content .lightbox-next-image .light-icon-arrow-right {
  background-image: url("https://cdn.ceskafilharmonie.cz/cf/Assets/images/icons/lightbox-arrowright-white.svg");
}
.black-lightbox-inner .content .lightbox-prev-image:hover .light-icon, .black-lightbox-inner .content .lightbox-next-image:hover .light-icon {
  transform: scale(1.25);
}
.black-lightbox-inner .content .image-and-text {
  width: 100%;
  max-width: calc(100% - 190px);
  margin: auto;
}
.black-lightbox-inner .content .image-and-text .item {
  display: flex;
  justify-content: center;
}
.black-lightbox-inner .content .image-and-text .image-wrap {
  display: inline-block;
  max-width: calc(100% - 300px);
  position: relative;
  vertical-align: top;
}
.black-lightbox-inner .content .image-and-text .image-wrap picture:hover img {
  transform: none;
}
.black-lightbox-inner .content .image-and-text .image-wrap.with-video {
  width: calc(100% - 300px);
}
.black-lightbox-inner .content .image-and-text .image-wrap img, .black-lightbox-inner .content .image-and-text .image-wrap .image-container {
  max-height: 80vh;
  max-height: calc(100vh - 160px);
}
.black-lightbox-inner .content .image-and-text .text {
  display: inline-block;
  width: 250px;
  margin-left: 25px;
}
.black-lightbox-inner .content .image-and-text .text .title {
  font-weight: bold;
  font-size: 17px;
  line-height: 30px;
  margin-bottom: 15px;
}
.black-lightbox-inner .content .image-and-text .text .author {
  font-size: 16px;
  color: #7c7c7c;
  margin-bottom: 15px;
}
.black-lightbox-inner .content .image-and-text .text .description, .black-lightbox-inner .content .image-and-text .text .description p, .black-lightbox-inner .content .image-and-text .text .description p span {
  font-size: 16px;
  line-height: 25px;
  color: #7c7c7c;
}
.black-lightbox-inner .counter {
  margin-top: 25px;
  font-size: 15px;
  color: #727272;
  font-family: "tabac_g2italic";
  left: 0;
}

@media only screen and (min-width: 992px) {
  .black-lightbox-inner.active-scale .content .image-and-text {
    /*      display: flex;
    @include flex-grow(2);
    @include justify-content(center);
    */
  }
  .black-lightbox-inner.active-scale .content .image-and-text .image-wrap {
    flex-grow: 2;
    max-width: 1200px;
  }
  .black-lightbox-inner.active-scale .content .image-and-text .image-wrap img {
    width: 100%;
    max-width: 1200px;
    object-fit: contain;
  }
}
@media only screen and (min-width: 1440px) {
  .black-lightbox-inner .top {
    padding: 30px;
    padding-top: 25px;
    text-align: right;
  }
  .black-lightbox-inner .top .lightbox-close {
    width: 55px;
    height: 55px;
    border-radius: 55px;
    margin-right: 30px;
  }
  .black-lightbox-inner .top .lightbox-close .light-icon {
    margin-top: 18px;
    width: 20px;
    height: 20px;
  }
  .black-lightbox-inner .content .arrow-left-wrap, .black-lightbox-inner .content .arrow-right-wrap {
    text-align: center;
    width: 170px;
  }
  .black-lightbox-inner .content .arrow-left-wrap {
    padding-right: 30px;
    justify-content: flex-end;
  }
  .black-lightbox-inner .content .arrow-right-wrap {
    padding-left: 30px;
    justify-content: flex-start;
  }
  .black-lightbox-inner .content .lightbox-prev-image, .black-lightbox-inner .content .lightbox-next-image {
    width: 80px;
    height: 80px;
    border-radius: 80px;
  }
  .black-lightbox-inner .content .lightbox-prev-image .light-icon, .black-lightbox-inner .content .lightbox-next-image .light-icon {
    margin-top: 32px;
    width: 21px;
    height: 30px;
  }
  .black-lightbox-inner .content .image-and-text {
    max-width: calc(100% - 340px);
  }
  .black-lightbox-inner .content .image-and-text .image-wrap {
    position: relative;
    vertical-align: top;
  }
  .black-lightbox-inner .content .image-and-text .image-wrap img {
    max-height: 90vh;
    max-height: calc(100vh - 100px);
  }
  .black-lightbox-inner .content .image-and-text .text {
    width: 250px;
    margin-left: 25px;
  }
  .black-lightbox-inner .content .image-and-text .text .title {
    font-size: 18px;
  }
  .black-lightbox-inner .counter {
    left: 0;
  }
}
@media screen and (max-width: 1200px) {
  .black-lightbox-inner .content .arrow-left-wrap, .black-lightbox-inner .content .arrow-right-wrap {
    width: 12%;
  }
  .black-lightbox-inner .content .image-and-text {
    max-width: 75%;
  }
  .black-lightbox-inner .content .image-and-text .item {
    display: block;
  }
  .black-lightbox-inner .content .image-and-text .image-wrap {
    display: block;
    max-width: 100%;
    position: relative;
    vertical-align: top;
    margin-left: auto;
    margin-right: auto;
  }
  .black-lightbox-inner .content .image-and-text .image-wrap img {
    max-height: 90vh;
    max-height: calc(100vh - 100px);
  }
  .black-lightbox-inner .content .image-and-text .image-wrap.with-video {
    width: 100%;
  }
  .black-lightbox-inner .content .image-and-text .text {
    display: block;
    width: auto;
    margin-left: 0;
    margin-top: 20px;
  }
  .black-lightbox-inner .counter {
    position: static;
    margin: 20px;
    margin-right: 0;
    float: right;
  }
}
@media only screen and (min-width: 992px) {
  .statues-mobile {
    display: none;
  }
}

.statues-desktop {
  display: none;
}
@media only screen and (min-width: 992px) {
  .statues-desktop {
    display: block;
  }
}

.statues-lightbox {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 999;
  display: none;
  height: 100vh;
  background: #F4F4F1;
}
.statues-lightbox svg {
  max-height: 99vh;
  width: 100%;
  height: 100%;
}
.statues-lightbox-close {
  cursor: pointer;
  border: 1px red solid;
}
.statues-lightbox-overlay {
  background: rgba(71, 66, 53, 0.7);
  z-index: 1000;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
}
.statues-lightbox-overlay-content {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.statues-lightbox-overlay .statue {
  background: #f4f4f1;
  width: 800px;
  position: relative;
  max-height: 95vh;
}
@media only screen and (min-width: 1200px) {
  .statues-lightbox-overlay .statue {
    width: 932px;
  }
}
.statues-lightbox-overlay .statue-close {
  width: 35px;
  height: 35px;
  position: absolute;
  right: -15px;
  top: -15px;
  border-radius: 35px;
  background: #9d8143;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.statues-lightbox-overlay .statue-close img {
  width: 14px;
  height: 15px;
}
.statues-lightbox-overlay .statue-content-wrap {
  display: flex;
}
.statues-lightbox-overlay .statue-content-wrap .statue-image {
  max-width: 50%;
  max-height: 85vh;
}
.statues-lightbox-overlay .statue-content-wrap .statue-image img {
  max-height: 85vh;
  display: block;
}
@media only screen and (min-width: 1200px) {
  .statues-lightbox-overlay .statue-content-wrap .statue-image {
    max-height: 95vh;
  }
  .statues-lightbox-overlay .statue-content-wrap .statue-image img {
    max-height: 95vh;
  }
}
.statues-lightbox-overlay .statue-content-wrap .statue-content {
  flex-basis: 50%;
  flex-grow: 1;
  padding: 50px;
  padding-bottom: 10px;
}
.statues-lightbox .st0 {
  fill: #BD7D8A;
}
.statues-lightbox .st1 {
  fill: #798FC6;
}
.statues-lightbox .st2 {
  fill: #F4F4F1;
}
.statues-lightbox .st3 {
  fill: #DDCCAC;
}
.statues-lightbox .st4 {
  fill: none;
  stroke: #BFAF89;
  stroke-miterlimit: 10;
}
.statues-lightbox .st5 {
  fill: #9D8143;
}
.statues-lightbox .st6 {
  fill: none;
  stroke: #9D8143;
  stroke-miterlimit: 10;
}
.statues-lightbox .st7 {
  fill: none;
  stroke: #9D8143;
  stroke-width: 5;
  stroke-miterlimit: 10;
}
.statues-lightbox .st8 {
  fill: #474235;
}
.statues-lightbox .cls-9 {
  fill: #9d8143;
}
.statues-lightbox .st10 {
  font-size: 18px;
}
.statues-lightbox .st11 {
  fill: none;
  stroke: #798FC6;
  stroke-width: 2;
  stroke-miterlimit: 10;
}
.statues-lightbox .st12 {
  fill: transparent;
}
.statues-lightbox .st13 {
  font-weight: bold;
}
.statues-lightbox .st14 {
  font-size: 40px;
}
.statues-lightbox .st15 {
  fill: none;
  stroke: #BD7D8A;
  stroke-width: 2;
  stroke-miterlimit: 10;
}
.statues-lightbox .st16 {
  fill: none;
  stroke: #474235;
  stroke-width: 2;
  stroke-miterlimit: 10;
}
.statues-lightbox .cls-7 {
  stroke: #9d8143;
}

.statue-artist {
  font-size: 25px;
  margin-top: 0;
  margin-bottom: 10px;
}

.statue-years {
  font-size: 15px;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: 15px;
}
@media only screen and (min-width: 1200px) {
  .statue-years {
    font-size: 18px;
  }
}

.statue-author {
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 45px;
  font-style: italic;
  line-height: normal;
}
@media only screen and (min-width: 1200px) {
  .statue-author {
    font-size: 18px;
  }
}

.statue-text {
  font-size: 15px;
  line-height: 24px;
}
@media only screen and (min-width: 1200px) {
  .statue-text {
    font-size: 18px;
    line-height: 27px;
  }
}

.accordion-item .title.accordion-title-statues {
  position: relative;
  padding-right: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.accordion-item .content.accordion-content-statues {
  padding-top: 0;
  margin-top: -10px;
}
.accordion-item .content.accordion-content-statues .statue-years {
  margin-top: 0;
}
.accordion-item .content.accordion-content-statues .statue-author {
  margin-bottom: 30px;
  font-style: normal;
}
.accordion-item .content.accordion-content-statues .statue-text {
  line-height: 22px;
}
.accordion-item .content.accordion-content-statues .statue-years, .accordion-item .content.accordion-content-statues .statue-author, .accordion-item .content.accordion-content-statues .statue-text {
  font-size: 14px;
}

.statues-accordion-icon {
  margin-left: 10px;
}

.statues-lightbox-close {
  transform: translate(-100px, 45px);
}

.statue-mobile-legend {
  margin-top: 20px;
  margin-bottom: 20px;
}
.statue-mobile-legend .circle {
  display: inline-block;
  width: 9px;
  height: 9px;
  border-radius: 9px;
  margin-right: 10px;
}
.statue-mobile-legend .orange-circle {
  background: #bd7d8a;
}
.statue-mobile-legend .blue-circle {
  background: #798fc6;
}

.statue-mobile-img-wrap {
  text-align: center;
}

.statue-mobile-map {
  position: relative;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 30px;
}
.statue-mobile-map .arrow {
  width: 7%;
  position: absolute;
  margin-top: 0 !important;
}
.statue-mobile-map .map {
  width: 90%;
  position: relative;
}
.statue-mobile-map.leonardo-da-vinci .arrow {
  top: 0;
  left: 51%;
  transform: rotate(90deg);
}
.statue-mobile-map.leonardo-da-vinci .map {
  margin-top: 8%;
  width: 100%;
}
.statue-mobile-map.paolo-veronese .arrow {
  top: 0;
  left: 44%;
  transform: rotate(90deg);
}
.statue-mobile-map.paolo-veronese .map {
  margin-top: 8%;
  width: 100%;
}
.statue-mobile-map.donato-bramante .arrow {
  bottom: 3%;
  left: 45%;
  transform: rotate(270deg);
}
.statue-mobile-map.donato-bramante .map {
  margin-bottom: 11%;
  width: 100%;
}
.statue-mobile-map.tomas-luis-de-victoria .arrow {
  top: 0;
  left: 15.5%;
  transform: rotate(90deg);
}
.statue-mobile-map.tomas-luis-de-victoria .map {
  margin-top: 8%;
  width: 100%;
}
.statue-mobile-map.josquin-desprez .arrow {
  top: 0;
  left: 19.3%;
  transform: rotate(90deg);
}
.statue-mobile-map.josquin-desprez .map {
  margin-top: 8%;
  width: 100%;
}
.statue-mobile-map.orlando-di-lasso .arrow {
  top: 0;
  left: 22.7%;
  transform: rotate(90deg);
}
.statue-mobile-map.orlando-di-lasso .map {
  margin-top: 8%;
  width: 100%;
}
.statue-mobile-map.giovanni-pierluigi-da-palestrina .arrow {
  top: 0;
  left: 26.3%;
  transform: rotate(90deg);
}
.statue-mobile-map.giovanni-pierluigi-da-palestrina .map {
  margin-top: 8%;
  width: 100%;
}
.statue-mobile-map.luigi-cherubini .arrow {
  top: 0;
  left: 6.5%;
  transform: rotate(90deg);
}
.statue-mobile-map.luigi-cherubini .map {
  margin-top: 8%;
  width: 100%;
}
.statue-mobile-map.daniel-franois-esprit-auber .arrow {
  top: 10%;
  left: 0;
  transform: rotate(90deg);
}
.statue-mobile-map.daniel-franois-esprit-auber .map {
  margin-top: 8%;
  width: 100%;
}
.statue-mobile-map.georg-friedrich-handel .arrow {
  top: 13%;
  left: 0;
}
.statue-mobile-map.georg-friedrich-handel .map {
  margin-left: 10%;
  width: 90%;
}
.statue-mobile-map.wofgang-amadeus-mozart .arrow {
  top: 22%;
  left: 0;
}
.statue-mobile-map.wofgang-amadeus-mozart .map {
  margin-left: 10%;
  width: 90%;
}
.statue-mobile-map.johann-sebastian-bach .arrow {
  top: 81%;
  left: 0;
}
.statue-mobile-map.johann-sebastian-bach .map {
  margin-left: 10%;
  width: 90%;
}
.statue-mobile-map.ludwig-van-beethoven .arrow {
  top: 73%;
  left: 0;
}
.statue-mobile-map.ludwig-van-beethoven .map {
  margin-left: 10%;
  width: 90%;
}
.statue-mobile-map.michelangelo-buonarroti .arrow {
  top: 0;
  left: 86%;
  transform: rotate(90deg);
}
.statue-mobile-map.michelangelo-buonarroti .map {
  margin-top: 8%;
  width: 100%;
}
.statue-mobile-map.raffael-santi .arrow {
  top: 0;
  left: 92%;
  transform: rotate(90deg);
}
.statue-mobile-map.raffael-santi .map {
  margin-top: 8%;
  width: 100%;
}
.statue-mobile-map.praxiteles .arrow {
  top: 37%;
  right: 0;
  transform: rotate(180deg);
}
.statue-mobile-map.praxiteles .map {
  margin-right: 10%;
  width: 90%;
}
.statue-mobile-map.feidias .arrow {
  top: 55%;
  right: 0;
  transform: rotate(180deg);
}
.statue-mobile-map.feidias .map {
  margin-right: 10%;
  width: 90%;
}
.statue-mobile-map.apelles .arrow {
  top: 49%;
  right: 0;
  transform: rotate(180deg);
}
.statue-mobile-map.apelles .map {
  margin-right: 10%;
  width: 90%;
}
.statue-mobile-map.iktinos .arrow {
  top: 43%;
  right: 0;
  transform: rotate(180deg);
}
.statue-mobile-map.iktinos .map {
  margin-right: 10%;
  width: 90%;
}
.statue-mobile-map.massacio .arrow {
  top: 81%;
  right: 0;
  transform: rotate(180deg);
}
.statue-mobile-map.massacio .map {
  margin-right: 10%;
  width: 90%;
}
.statue-mobile-map.donatello .arrow {
  top: 91%;
  right: 0;
  transform: rotate(180deg);
}
.statue-mobile-map.donatello .map {
  margin-right: 10%;
  width: 90%;
}
.statue-mobile-map.jacopo-sansovino .arrow {
  top: 12%;
  right: 0;
  transform: rotate(180deg);
}
.statue-mobile-map.jacopo-sansovino .map {
  margin-right: 10%;
  width: 90%;
}
.statue-mobile-map.benvenuto-cellini .arrow {
  top: 1%;
  right: 0;
  transform: rotate(180deg);
}
.statue-mobile-map.benvenuto-cellini .map {
  margin-right: 10%;
  width: 90%;
}
.statue-mobile-map.filippo-brunelleschi .arrow {
  bottom: 3%;
  left: 92%;
  transform: rotate(270deg);
}
.statue-mobile-map.filippo-brunelleschi .map {
  margin-bottom: 11%;
  width: 100%;
}
.statue-mobile-map.domenico-girlandaio .arrow {
  bottom: 3%;
  left: 86.4%;
  transform: rotate(270deg);
}
.statue-mobile-map.domenico-girlandaio .map {
  margin-bottom: 11%;
  width: 100%;
}
.statue-mobile-map.lucca-della-robia .arrow {
  bottom: 3%;
  left: 51%;
  transform: rotate(270deg);
}
.statue-mobile-map.lucca-della-robia .map {
  margin-bottom: 11%;
  width: 100%;
}
.statue-mobile-map.christoph-willibald-gluck .arrow {
  bottom: 12%;
  left: 0;
  transform: rotate(270deg);
}
.statue-mobile-map.christoph-willibald-gluck .map {
  margin-bottom: 11%;
  width: 100%;
}
.statue-mobile-map.joseph-haydn .arrow {
  bottom: 3%;
  left: 6%;
  transform: rotate(270deg);
}
.statue-mobile-map.joseph-haydn .map {
  margin-bottom: 11%;
  width: 100%;
}
.statue-mobile-map.franz-schubert .arrow {
  bottom: 3%;
  left: 15.5%;
  transform: rotate(270deg);
}
.statue-mobile-map.franz-schubert .map {
  margin-bottom: 11%;
  width: 100%;
}
.statue-mobile-map.carl-maria-von-weber .arrow {
  bottom: 3%;
  left: 19%;
  transform: rotate(270deg);
}
.statue-mobile-map.carl-maria-von-weber .map {
  margin-bottom: 11%;
  width: 100%;
}
.statue-mobile-map.felix-mendelssohn-bartholdy .arrow {
  bottom: 3%;
  left: 22.7%;
  transform: rotate(270deg);
}
.statue-mobile-map.felix-mendelssohn-bartholdy .map {
  margin-bottom: 11%;
  width: 100%;
}
.statue-mobile-map.robert-schumann .arrow {
  bottom: 3%;
  left: 26%;
  transform: rotate(270deg);
}
.statue-mobile-map.robert-schumann .map {
  margin-bottom: 11%;
  width: 100%;
}

.svg-link {
  cursor: pointer;
}
.svg-link circle {
  overflow: visible;
  transition-duration: 0.1s;
}
.svg-link:hover.svg-blue circle, .svg-link:hover.svg-blue text {
  fill: rgb(138.890052356, 157.9528795812, 205.609947644);
}
.svg-link:hover.svg-blue polyline {
  stroke: rgb(138.890052356, 157.9528795812, 205.609947644);
}
.svg-link:hover.svg-red circle, .svg-link:hover.svg-red text {
  fill: rgb(197.5867346939, 141.9132653061, 153.2219387755);
}
.svg-link:hover.svg-red polyline {
  stroke: rgb(197.5867346939, 141.9132653061, 153.2219387755);
}
.svg-link.davinci circle {
  transform: translate(1012px, 323px);
}
.svg-link.davinci:hover circle {
  transform: translate(1012px, 323px) scale(1.5);
}
.svg-link.veronese circle {
  transform: translate(938px, 323px);
}
.svg-link.veronese:hover circle {
  transform: translate(938px, 323px) scale(1.5);
}
.svg-link.bramante circle {
  transform: translate(947px, 898px);
}
.svg-link.bramante:hover circle {
  transform: translate(947px, 898px) scale(1.5);
}
.svg-link.victoria circle {
  transform: translate(647px, 317px);
}
.svg-link.victoria:hover circle {
  transform: translate(647px, 317px) scale(1.5);
}
.svg-link.desprez circle {
  transform: translate(684px, 317px);
}
.svg-link.desprez:hover circle {
  transform: translate(684px, 317px) scale(1.5);
}
.svg-link.lasso circle {
  transform: translate(720px, 317px);
}
.svg-link.lasso:hover circle {
  transform: translate(720px, 317px) scale(1.5);
}
.svg-link.palestrina circle {
  transform: translate(757px, 317px);
}
.svg-link.palestrina:hover circle {
  transform: translate(757px, 317px) scale(1.5);
}
.svg-link.cherubini circle {
  transform: translate(552px, 394px);
}
.svg-link.cherubini:hover circle {
  transform: translate(552px, 394px) scale(1.5);
}
.svg-link.auber circle {
  transform: translate(486px, 394px);
}
.svg-link.auber:hover circle {
  transform: translate(486px, 394px) scale(1.5);
}
.svg-link.handel circle {
  transform: translate(470px, 409px);
}
.svg-link.handel:hover circle {
  transform: translate(470px, 409px) scale(1.5);
}
.svg-link.mozart circle {
  transform: translate(470px, 465px);
}
.svg-link.mozart:hover circle {
  transform: translate(470px, 465px) scale(1.5);
}
.svg-link.bach circle {
  transform: translate(476px, 827px);
}
.svg-link.bach:hover circle {
  transform: translate(476px, 827px) scale(1.5);
}
.svg-link.beethoven circle {
  transform: translate(476px, 775px);
}
.svg-link.beethoven:hover circle {
  transform: translate(476px, 775px) scale(1.5);
}
.svg-link.buonarroti circle {
  transform: translate(1367px, 323px);
}
.svg-link.buonarroti:hover circle {
  transform: translate(1367px, 323px) scale(1.5);
}
.svg-link.santi circle {
  transform: translate(1431px, 323px);
}
.svg-link.santi:hover circle {
  transform: translate(1431px, 323px) scale(1.5);
}
.svg-link.praxiteles circle {
  transform: translate(1459px, 553px);
}
.svg-link.praxiteles:hover circle {
  transform: translate(1459px, 553px) scale(1.5);
}
.svg-link.feidias circle {
  transform: translate(1459px, 665px);
}
.svg-link.feidias:hover circle {
  transform: translate(1459px, 665px) scale(1.5);
}
.svg-link.apelles circle {
  transform: translate(1459px, 627px);
}
.svg-link.apelles:hover circle {
  transform: translate(1459px, 627px) scale(1.5);
}
.svg-link.iktinos circle {
  transform: translate(1459px, 590px);
}
.svg-link.iktinos:hover circle {
  transform: translate(1459px, 590px) scale(1.5);
}
.svg-link.sansovino circle {
  transform: translate(1444px, 398px);
}
.svg-link.sansovino:hover circle {
  transform: translate(1444px, 398px) scale(1.5);
}
.svg-link.cellini circle {
  transform: translate(1444px, 336px);
}
.svg-link.cellini:hover circle {
  transform: translate(1444px, 336px) scale(1.5);
}
.svg-link.massacio circle {
  transform: translate(1444px, 823px);
}
.svg-link.massacio:hover circle {
  transform: translate(1444px, 823px) scale(1.5);
}
.svg-link.donatello circle {
  transform: translate(1444px, 884px);
}
.svg-link.donatello:hover circle {
  transform: translate(1444px, 884px) scale(1.5);
}
.svg-link.brunelleschi circle {
  transform: translate(1430px, 898px);
}
.svg-link.brunelleschi:hover circle {
  transform: translate(1430px, 898px) scale(1.5);
}
.svg-link.girlandaio circle {
  transform: translate(1373px, 898px);
}
.svg-link.girlandaio:hover circle {
  transform: translate(1373px, 898px) scale(1.5);
}
.svg-link.robia circle {
  transform: translate(1012px, 898px);
}
.svg-link.robia:hover circle {
  transform: translate(1012px, 898px) scale(1.5);
}
.svg-link.gluck circle {
  transform: translate(492px, 840px);
}
.svg-link.gluck:hover circle {
  transform: translate(492px, 840px) scale(1.5);
}
.svg-link.haydn circle {
  transform: translate(558px, 840px);
}
.svg-link.haydn:hover circle {
  transform: translate(558px, 840px) scale(1.5);
}
.svg-link.schubert circle {
  transform: translate(647px, 895px);
}
.svg-link.schubert:hover circle {
  transform: translate(647px, 895px) scale(1.5);
}
.svg-link.weber circle {
  transform: translate(683px, 895px);
}
.svg-link.weber:hover circle {
  transform: translate(683px, 895px) scale(1.5);
}
.svg-link.mendelssohn circle {
  transform: translate(720px, 895px);
}
.svg-link.mendelssohn:hover circle {
  transform: translate(720px, 895px) scale(1.5);
}
.svg-link.schumann circle {
  transform: translate(757px, 895px);
}
.svg-link.schumann:hover circle {
  transform: translate(757px, 895px) scale(1.5);
}

.article-box.article-content-large {
  max-width: 1260px;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.open-statues-lightbox {
  background: #e0e0dc;
  text-align: center;
  position: relative;
  padding: 100px;
  transition-duration: 0.2s;
  display: block;
  width: 100%;
}
.open-statues-lightbox .open-statues-lightbox-img {
  width: 100%;
  max-width: 840px;
  margin: auto;
}
.open-statues-lightbox .button {
  background: #474235;
  border-radius: 5px;
  padding: 15px 20px;
  font-size: 18px;
  color: #FFF;
  transition-duration: 0.2s;
  margin-top: 0;
  position: absolute;
  border: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.open-statues-lightbox:hover {
  background: rgb(219.2090909091, 219.2090909091, 214.5909090909);
}
.open-statues-lightbox:hover .button {
  background: rgb(100.2016129032, 93.1451612903, 74.7983870968);
  border: 0;
}

/*@import "./conversation.scss";
@import "./metaArticle.scss";
@import "./footerArticle.scss";*/
/*@import "./timeline.scss";
@import "./timelineContinuation.scss";
@import "./timelineHeading.scss";
@import "./timelineItem.scss";
@import "./timelineGallery.scss";
@import "./timelineMedia.scss";
@import "./timelineMember.scss";*/
.stacked-slider {
  display: flex;
  width: 100%;
  padding-top: 48px;
  flex-direction: column;
  align-items: center;
}

.slides-stack {
  position: relative;
  display: block;
  aspect-ratio: 3/2;
  width: 100%;
  perspective: 500px;
  perspective-origin: center bottom;
}

.slide {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  transition: all 0.4s ease-in-out;
  transform-origin: center bottom;
  transform: translate3d(0, 0, -48px);
  opacity: 0;
}

.slide.slide-tmp {
  transform: translateY(-24px);
  z-index: 1;
  opacity: 0;
}

.slide.slide-tmp2 {
  transform: translate3d(0, 0, -48rem);
  z-index: 1;
  opacity: 1;
  transition-duration: 0s;
}

.slide.slide-last {
  transform: translateY(-48px);
  z-index: 99;
  transition-duration: 0s;
}

.slide.slide-1 {
  transform: translateY(0);
  z-index: 99;
  opacity: 1;
}

.slide.slide-2 {
  z-index: 98;
  opacity: 1;
}

.slide.slide-3 {
  z-index: 97;
  opacity: 1;
}

@media only screen and (max-width: 575px) {
  .slide.slide-2 {
    transform: translateY(12px) scale(0.924);
  }
  .slide.slide-3 {
    transform: translateY(24px) scale(0.838);
  }
}
@media only screen and (min-width: 576px) {
  .slide.slide-2 {
    transform: translateY(12px) scale(0.924);
  }
  .slide.slide-3 {
    transform: translateY(24px) scale(0.838);
  }
}
@media only screen and (min-width: 768px) {
  .slide.slide-2 {
    transform: translate3d(0, 24px, -24px);
  }
  .slide.slide-3 {
    transform: translate3d(0, 48px, -48px);
  }
}
.slide:not(.slide-3) {
  box-shadow: 0px 10px 15px -10px rgba(0, 0, 0, 0.75);
}

.slide-info {
  margin-top: calc(48px + 0.9311111111%);
  display: flex;
  padding: 16px;
  justify-content: center;
  align-items: flex-start;
  gap: var(--spacing-3xl, 24px);
  align-self: stretch;
  border-radius: 12px;
  background: var(--Grey-100, #F2F4F7);
}

.slide-paging {
  text-align: left;
  color: var(--Grey-900, #101828);
  font-variant-numeric: lining-nums proportional-nums;
  /* Mobile/Body Bold */
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  /* 164.706% */
}

.slide-text {
  flex: 1;
  color: #000;
  font-variant-numeric: lining-nums proportional-nums;
  /* Mobile/Body Regular */
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 164.706% */
}

.slider-controls {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 8px;
}

.whisperer {
  display: flex;
  flex-direction: column;
  border-radius: var(--radius-sm, 6px);
  background: #FFFFFF;
  box-shadow: 0px 4px 6px 0px rgba(26, 26, 26, 0.06), 0px 6px 20px -2px rgba(26, 26, 26, 0.14);
}
.whisperer > .whisperer-item:not(:last-child) {
  border-bottom: solid 1px #D0D5DD;
}
.whisperer > .box-button {
  align-self: center;
  justify-content: center;
  margin-block: 14px;
}

.form-control.is-drop-zone {
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 4px;
}
.form-control.is-drop-zone * {
  display: block;
}
.form-control.is-drop-zone .hide {
  display: none;
}
.form-control.is-drop-zone > p {
  color: var(--bottom-text-color);
}
.form-control.is-drop-zone .drop-zone {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  row-gap: 20px;
  padding: 32px 32px 48px;
  border-radius: var(--radius-xl);
  background-color: var(--background-color);
  border: dashed 2px var(--color);
  width: 100%;
  text-align: center;
}
.form-control.is-drop-zone .drop-zone:hover, .form-control.is-drop-zone .drop-zone.is-drag-over {
  border-color: var(--color-hover);
}
.form-control.is-drop-zone.is-standard .drop-zone, .form-control.is-drop-zone.is-standard > p {
  --background-color: #EBF3FF;
  --color: #85BAFF;
  --color-hover: #0058CC;
  --bottom-text-color: #344054;
}
.form-control.is-drop-zone.is-alert .drop-zone, .form-control.is-drop-zone.is-alert > p {
  --background-color: #FEF3F2;
  --color: #FDA29B;
  --color-hover: #D92D20;
  --bottom-text-color: #D92D20;
}
.form-control.is-drop-zone.is-disabled .drop-zone, .form-control.is-drop-zone.is-disabled > p, .form-control.is-drop-zone.is-disabled > label {
  --background-color: #F2F4F7;
  --color: #667085;
  --color-hover: #667085;
  --bottom-text-color: #667085;
  cursor: not-allowed;
}
.form-control.is-drop-zone.is-disabled .drop-zone *, .form-control.is-drop-zone.is-disabled > p *, .form-control.is-drop-zone.is-disabled > label * {
  color: var(--color);
}
.form-control.is-drop-zone.is-disabled label {
  color: var(--bottom-text-color);
}

.is-uploaded-file {
  display: grid;
  grid-template-areas: "icon button" "title title" "filename filename" "filesize filesize" "progress progress";
  border-radius: var(--radius-xl);
  padding: 16px;
}
.is-uploaded-file .icon {
  grid-area: icon;
  background-repeat: no-repeat;
  background-position: center;
  width: 48px;
  height: 48px;
}
.is-uploaded-file .icon-button {
  grid-area: button;
  justify-self: end;
}
.is-uploaded-file .title {
  grid-area: title;
  margin-top: 8px;
}
.is-uploaded-file .filename {
  grid-area: filename;
}
.is-uploaded-file .filesize {
  grid-area: filesize;
  color: #626F86;
}
.is-uploaded-file .progress {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  column-gap: 12px;
  grid-area: progress;
  margin-top: 8px;
}
.is-uploaded-file .progress .value {
  flex: 1;
  background-color: var(--progress-background);
  mix-blend-mode: multiply;
  height: 8px;
  border-radius: var(--radius-xs);
  width: 100%;
  display: block;
}
.is-uploaded-file .progress .value::before {
  content: "";
  display: block;
  height: 8px;
  background-color: var(--progress-foreground);
  max-width: var(--progress-value);
  border-radius: var(--radius-xs);
}
.is-uploaded-file .progress .label {
  max-width: min-content;
  white-space: nowrap;
}
.is-uploaded-file.is-standard {
  border-style: solid;
  border-width: 1px;
  border-color: #DCDFE4;
  --progress-background: #D0D5DD;
  --progress-foreground: #0058CC;
}
.is-uploaded-file.is-standard .icon {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nNDgnIGhlaWdodD0nNDgnIHZpZXdCb3g9JzAgMCA0OCA0OCcgZmlsbD0nbm9uZScgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48cmVjdCB3aWR0aD0nNDgnIGhlaWdodD0nNDgnIHJ4PScyNCcgZmlsbD0nI0U5RjJGRicvPjxwYXRoIGQ9J00yOSAyMC45OTk5QzI5IDIwLjQ4ODEgMjguODA0NyAxOS45NzYzIDI4LjQxNDIgMTkuNTg1OEMyOC4wMjM3IDE5LjE5NTMgMjcuNTExOCAxOSAyNyAxOU0yNyAyN0MzMC4zMTM3IDI3IDMzIDI0LjMxMzcgMzMgMjFDMzMgMTcuNjg2MyAzMC4zMTM3IDE1IDI3IDE1QzIzLjY4NjMgMTUgMjEgMTcuNjg2MyAyMSAyMUMyMSAyMS4yNzM3IDIxLjAxODMgMjEuNTQzMSAyMS4wNTM4IDIxLjgwN0MyMS4xMTIyIDIyLjI0MTIgMjEuMTQxNCAyMi40NTgzIDIxLjEyMTcgMjIuNTk1NkMyMS4xMDEzIDIyLjczODcgMjEuMDc1MiAyMi44MTU3IDIxLjAwNDcgMjIuOTQxOUMyMC45MzcgMjMuMDYzIDIwLjgxNzcgMjMuMTgyMyAyMC41NzkxIDIzLjQyMDlMMTUuNDY4NiAyOC41MzE0QzE1LjI5NTcgMjguNzA0MyAxNS4yMDkyIDI4Ljc5MDggMTUuMTQ3NCAyOC44OTE3QzE1LjA5MjUgMjguOTgxMiAxNS4wNTIxIDI5LjA3ODcgMTUuMDI3NiAyOS4xODA4QzE1IDI5LjI5NTkgMTUgMjkuNDE4MiAxNSAyOS42NjI3VjMxLjRDMTUgMzEuOTYwMSAxNSAzMi4yNDAxIDE1LjEwOSAzMi40NTRDMTUuMjA0OSAzMi42NDIyIDE1LjM1NzggMzIuNzk1MSAxNS41NDYgMzIuODkxQzE1Ljc1OTkgMzMgMTYuMDM5OSAzMyAxNi42IDMzSDE5VjMxSDIxVjI5SDIzTDI0LjU3OTEgMjcuNDIwOUMyNC44MTc3IDI3LjE4MjMgMjQuOTM3IDI3LjA2MyAyNS4wNTgxIDI2Ljk5NTNDMjUuMTg0MyAyNi45MjQ4IDI1LjI2MTMgMjYuODk4NyAyNS40MDQ0IDI2Ljg3ODNDMjUuNTQxNyAyNi44NTg2IDI1Ljc1ODggMjYuODg3OCAyNi4xOTMgMjYuOTQ2MkMyNi40NTY5IDI2Ljk4MTcgMjYuNzI2MyAyNyAyNyAyN1onIHN0cm9rZT0nIzAwNkFGRicgc3Ryb2tlLXdpZHRoPScyJyBzdHJva2UtbGluZWNhcD0ncm91bmQnIHN0cm9rZS1saW5lam9pbj0ncm91bmQnLz48L3N2Zz4=");
}
.is-uploaded-file.is-alert {
  background-color: #FFEDEB;
  --progress-background: #FF9C8F;
  --progress-foreground: #E4250C;
}
.is-uploaded-file.is-alert .icon {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDgiIGhlaWdodD0iNDgiIHZpZXdCb3g9IjAgMCA0OCA0OCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxyZWN0IHdpZHRoPSI0OCIgaGVpZ2h0PSI0OCIgcng9IjI0IiBmaWxsPSIjRkZEMkNDIi8+DQo8cGF0aCBkPSJNMjQgMjBWMjRNMjQgMjhIMjQuMDFNMzQgMjRDMzQgMjkuNTIyOCAyOS41MjI4IDM0IDI0IDM0QzE4LjQ3NzIgMzQgMTQgMjkuNTIyOCAxNCAyNEMxNCAxOC40NzcyIDE4LjQ3NzIgMTQgMjQgMTRDMjkuNTIyOCAxNCAzNCAxOC40NzcyIDM0IDI0WiIgc3Ryb2tlPSIjQUUyQTE5IiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPg0KPC9zdmc+");
}
.is-uploaded-file.is-warning {
  background-color: #FFF4E5;
  --progress-background: #FEC57B;
  --progress-foreground: #D97008;
}
.is-uploaded-file.is-warning .icon {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDgiIGhlaWdodD0iNDgiIHZpZXdCb3g9IjAgMCA0OCA0OCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxyZWN0IHdpZHRoPSI0OCIgaGVpZ2h0PSI0OCIgcng9IjI0IiBmaWxsPSIjRkZFMkJEIi8+DQo8cGF0aCBkPSJNMjMuOTk5OCAyMS4wMDAyVjI1LjAwMDJNMjMuOTk5OCAyOS4wMDAySDI0LjAwOThNMjIuNjE1MSAxNS44OTJMMTQuMzkwMiAzMC4wOTg2QzEzLjkzNCAzMC44ODY2IDEzLjcwNTkgMzEuMjgwNiAxMy43Mzk2IDMxLjYwMzlDMTMuNzY5IDMxLjg4NiAxMy45MTY4IDMyLjE0MjMgMTQuMTQ2MSAzMi4zMDlDMTQuNDA5MSAzMi41MDAyIDE0Ljg2NDMgMzIuNTAwMiAxNS43NzQ5IDMyLjUwMDJIMzIuMjI0NkMzMy4xMzUyIDMyLjUwMDIgMzMuNTkwNCAzMi41MDAyIDMzLjg1MzQgMzIuMzA5QzM0LjA4MjcgMzIuMTQyMyAzNC4yMzA1IDMxLjg4NiAzNC4yNTk5IDMxLjYwMzlDMzQuMjkzNiAzMS4yODA2IDM0LjA2NTUgMzAuODg2NiAzMy42MDkzIDMwLjA5ODZMMjUuMzg0NCAxNS44OTJDMjQuOTI5OSAxNS4xMDY4IDI0LjcwMjYgMTQuNzE0MiAyNC40MDYxIDE0LjU4MjRDMjQuMTQ3NCAxNC40NjczIDIzLjg1MjEgMTQuNDY3MyAyMy41OTM1IDE0LjU4MjRDMjMuMjk2OSAxNC43MTQyIDIzLjA2OTYgMTUuMTA2OCAyMi42MTUxIDE1Ljg5MloiIHN0cm9rZT0iIzk3NEYwQyIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4NCjwvc3ZnPg==");
}
.is-uploaded-file.is-success {
  background-color: #DFFCF0;
  --progress-background: #7EE2B8;
  --progress-foreground: #22A06B;
}
.is-uploaded-file.is-success .icon {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDgiIGhlaWdodD0iNDgiIHZpZXdCb3g9IjAgMCA0OCA0OCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxyZWN0IHdpZHRoPSI0OCIgaGVpZ2h0PSI0OCIgcng9IjI0IiBmaWxsPSIjQkFGM0RCIi8+DQo8cGF0aCBkPSJNMTkuNSAyNEwyMi41IDI3TDI4LjUgMjFNMzQgMjRDMzQgMjkuNTIyOCAyOS41MjI4IDM0IDI0IDM0QzE4LjQ3NzIgMzQgMTQgMjkuNTIyOCAxNCAyNEMxNCAxOC40NzcyIDE4LjQ3NzIgMTQgMjQgMTRDMjkuNTIyOCAxNCAzNCAxOC40NzcyIDM0IDI0WiIgc3Ryb2tlPSIjMjE2RTRFIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPg0KPC9zdmc+");
}

/*@import "./cookieBanner.scss";
@import "./cookieSettings.scss";*/
body .navigation-mobile {
  display: none;
}
body.mobile-menu-active {
  min-height: 100vh;
  background-image: none !important;
  /*background-color: rgba(216, 230, 249, 0.93);*/
  /*   background: $color-yellow;*/
}
body.mobile-menu-active main, body.mobile-menu-active footer, body.mobile-menu-active .section-main-navigation {
  display: none;
}
body.mobile-menu-active nav.is-menu.for-mobile {
  display: flex;
}
body.mobile-menu-active .navigation-mobile {
  display: block;
}
body.is-mobile-search-active main, body.is-mobile-search-active footer, body.is-mobile-search-active .is-announcement {
  display: none;
}
body.is-menu-fixed {
  padding-top: 96px !important;
}
body.is-modal-active {
  position: relative;
  /* header, main, footer, aside, .page-content-container, .body-bg-image, .section-main-navigation {
      display: none;
  }*/
}

.modal-wrap {
  display: none;
}
.is-modal-active .modal-wrap {
  z-index: 1002;
  display: flex;
  background: rgba(13, 15, 28, 0.7);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  justify-content: center;
}
.is-modal-active .modal-wrap .modal {
  position: absolute;
  max-height: none;
  opacity: 0;
}
.is-modal-active .modal-wrap .modal.is-active {
  opacity: 1;
}

.button-autocomplete-copy-item {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  border: 0 !important;
  background-color: #FFF !important;
  border-radius: 6px;
  box-shadow: 0px 4px 6px 0px rgba(26, 26, 26, 0.06), 0px 6px 20px -2px rgba(26, 26, 26, 0.14);
  opacity: 0;
  visibility: hidden;
  transition-duration: 0.5s;
}
.button-autocomplete-copy-item.is-active {
  opacity: 1;
  visibility: visible;
  transition-duration: 0;
}
.button-autocomplete-copy-item:hover {
  background-color: #FFF !important;
}

.search-desktop-reset {
  visibility: hidden;
  opacity: 0;
  transition-duration: 0.15s;
}
.search-desktop-reset.is-active {
  visibility: visible;
  opacity: 1;
}

.site-header__search {
  position: relative;
}

.autocomplete-main {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  z-index: 1000;
}

nav.is-submenu.for-desktop {
  display: none;
  position: absolute;
  left: -32px;
  right: -32px;
  margin-top: 16px;
  top: auto;
  z-index: 9999;
  background: #FFF;
}

.hover nav.is-submenu.for-desktop {
  display: block;
}

.svgicon {
  display: inline-block;
  /*  width: 1em;
  height: 1em;*/
  stroke-width: 0;
  stroke: currentColor;
  fill: transparent;
}

.ticket-availability {
  gap: 12px;
}

.ticket-seat {
  color: #535862;
}
.ticket-seat .svgicon {
  width: 16px;
  height: 16px;
}

.box-program-filters {
  overflow: initial;
}

.only-print,
.ng-hide,
.hide {
  display: none;
}

.form-control.is-date-picker-interval .field-area .form-control.input {
  position: relative;
}

@media only screen and (min-width: 576px) {
  .page--eventDetailPage .accordion-item__body .image-with-load-effect {
    max-width: 33%;
  }
}
.term-list-item.is-hidden1, .term-list-sep.is-hidden1 {
  transition-duration: 0.2s;
}
.term-list-item.is-hidden, .term-list-sep.is-hidden {
  opacity: 0;
  height: 0;
  visibility: hidden;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
  border: 0;
  min-height: auto;
}

.hide-all-detail-dates svg {
  transform: rotate(180deg);
}

.video.is-embed {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}
.video.is-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.student-tickets {
  display: none;
}

.box.box-product-detail, .box.box-catalog-filters {
  overflow: initial;
}

.form-control.dropdown .dropdown-list {
  display: none;
}
.form-control.dropdown.opened .dropdown-list {
  display: initial;
}

.form-control.input.datepicker {
  position: relative;
  --flexible-col-size: 190px;
}

a.gallery-link {
  display: block;
}

.layout.layout-program-empty {
  text-align: center;
}

.black-lightbox .owl-carousel .owl-item picture {
  max-height: 90%;
}

.black-lightbox .owl-carousel .owl-item img {
  max-height: 100%;
}

.reset-search-input-wrap {
  transition-duration: 0.2s;
}
.reset-search-input-wrap.is-hide {
  opacity: 0;
  visibility: hidden;
}

@media screen and (min-width: 768px) {
  .section-with-sticky-aside .grid-column:first-child {
    position: sticky;
    transition-duration: 0.2s;
    top: 32px;
    /* .is-menu-fixed & {
        top: 104px;
    }*/
  }
}
.section-main-navigation {
  transition: all 0.3s ease;
}
.section-main-navigation.off-canvas {
  top: -100%;
  position: fixed;
  left: 16px;
  right: 16px;
  width: auto;
}
@media screen and (min-width: 1025px) {
  .section-main-navigation.off-canvas {
    left: 48px;
    right: 48px;
  }
}
.section-main-navigation.fixed {
  top: 0;
  z-index: 999;
}
.section-main-navigation.fixed nav.is-submenu.for-desktop {
  left: 0;
  right: 0;
}

.student-tickets {
  display: none;
}

.owl-carousel .slider__slide {
  display: flex;
  justify-content: center;
}

.files-list, .form-links-item {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.form-links-content {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.remove-links-input {
  cursor: pointer;
}

.form-links-item:first-child .remove-links-input {
  display: none;
}

.form-component.is-uploading .upload-remove-file, .form-component.is-uploading .upload-remove-error-file {
  display: none;
}

.form-control.is-drop-zone .caption-text {
  display: none;
}
.form-control.is-drop-zone.is-alert .caption-text {
  display: block;
}

.popup-content {
  display: none !important;
}

.card-product.card .card__image {
  margin-left: auto;
  margin-right: auto;
}
.card-product.card .card__image picture img {
  width: auto;
  height: 360px;
}

.product-detail-image img {
  max-height: 500px;
  width: auto;
  margin: auto;
}

.homepage-partners {
  display: none;
  /* @include screen-sm {
      justify-content: flex-end;
  }*/
}
.homepage-partners p {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .homepage-partners {
    display: flex;
    flex-wrap: nowrap;
    gap: 48px;
    justify-content: flex-end;
  }
}

.general-partner-logo-h2-wrap {
  display: flex;
  justify-content: space-between;
}

@media only screen and (min-width: 768px) {
  .columns-hp-partners {
    display: flex;
    justify-content: space-between;
  }
}

.general-partner-logo-wrap {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 12px;
}
.general-partner-logo-wrap p {
  text-align: right;
}
.general-partner-logo-wrap img, .general-partner-logo-wrap svg, .general-partner-logo-wrap a {
  width: auto;
  height: 48px;
}
