/**
 * Returns a transition duration by name.
 * @function transition-duration
 * @since 1.0.0
 */
/**
 * Returns a transition equation by name.
 * @function transition-equation
 * @since 1.0.0
 */
/**
 * Returns a transition equation by name.
 * @function transition-delay
 * @since 1.0.0
 */
/**
 * Colors
 */
/**
 * @mixin flexible
 * @since 1.0.0
 */
/**
 * @mixin flex-box
 * @since 1.0.0
 */
/**
 * @mixin flex-row
 * @since 1.0.0
 */
/**
 * @mixin flex-col
 * @since 1.0.0
 */
/**
 * @mixin mflex-set
 * @since 1.0.0
 */
/**
 * @mixin flex-ord
 * @since 1.0.0
 */
/**
 * @mixin flex-width
 * @since 1.0.0
 */
/**
 * @mixin last-row
 * @since 1.0.0
 */
/**
 * @mixin media-breakpoint-up
 * @since 1.0.0
 */
/**
 * @mixin media-breakpoint-down
 * @since 1.0.0
 */
/**
 * @mixin media-breakpoint-down
 * @since 1.0.0
 */
/**
 * @function breakpoint-get
 * @since 1.0.0
 * @hidden
 */
/**
 * Converts a value to a relative vw.
 * @function rvw
 * @since 1.0.0
 */
/**
 * Converts a value to a relative vh.
 * @function rvh
 * @since 1.0.0
 */
/**
 * Convenience function to add 2 values.
 * @function calc-add
 * @since 1.0.0
 */
/**
 * Convenience function to substract 2 values.
 * @function calc-sub
 * @since 1.0.0
 */
/**
 * Convenience function to mul 2 values.
 * @function calc-mul
 * @since 1.0.0
 */
/**
 * Returns the negative value of a css variable.
 * @function neg
 * @since 1.0.0
 */
/**
 * @function make-rvw
 * @since 1.0.0
 * @hidden
 */
/**
 * @function make-rvh
 * @since 1.0.0
 * @hidden
 */
/**
 * @function strip-unit
 * @since 1.0.0
 * @hidden
 */
/**
 * Applies preset typeface attributes.
 * @mixin typeface
 * @since 1.0.0
 */
/**
* Sets the text antialias;
* @mixin text-antialias
* @since 1.0.0
*/
/**
* Sets the text adjust.
* @mixin text-adjust
* @since 1.0.0
*/
/**
* Convenience mixin to support special writing direction.
* @function text-dir
* @since 1.0.0
*/
/**
* Convenience mixin.
* @function text-dir-ttb
* @since 1.0.0
*/
/**
* Convenience mixin.
* @function text-dir-btt
* @since 1.0.0
*/
/**
* Convenience mixin.
* @function text-mask
* @since 1.0.0
*/
/**
* Converts tracking to letter-spacing.
* @function tracking
* @since 1.0.0
*/
/**
* @function has-typeface-family
* @since 1.0.0
* @hidden
*/
/**
* @function has-typeface-weight
* @since 1.0.0
* @hidden
*/
/**
* @function has-typeface-style
* @since 1.0.0
* @hidden
*/
/**
* @function has-typeface-size
* @since 1.0.0
* @hidden
*/
/**
* @function has-typeface-option
* @since 1.0.0
* @hidden
*/
/**
 * The breakpoint keys.
 * @var breakpoints
 * @since 1.0.0
 */
/**
 * The grid breakpoints.
 * @var grid
 * @since 1.0.0
 */
/**
 * Transition speed and curves.
 * @var transitions
 * @since 1.0.0
 */
/**
 * @mixin placeholder
 * @since 1.0.0
 */
/**
 * @mixin selection
 * @since 1.0.0
 */
/**
 * Convenience nth-child mixin to improve loop readability.
 * @function nth-child
 * @since 1.0.0
 */
/**
 * Convenience nth-child mixin with content parameter.
 * @function nth-child
 * @since 1.0.0
 */
/**
 * Convenience nth-child mixin to improve loop readability.
 * @function nth-of-type
 * @since 1.0.0
 */
/**
 * Convenience nth-child mixin to improve loop readability.
 * @function nth-last-child
 * @since 1.0.0
 */
/**
 * Convenience nth-last-of-type mixin to improve loop readability.
 * @function nth-last-of-type
 * @since 1.0.0
 */
/**
 * Convenience data-nth-item mixin to improve loop readability.
 * @mixin nth-item
 * @since 1.0.0
 */
/**
 * Convenience nth-item mixin with content parameter.
 * @mixin nth-item
 * @since 1.0.0
 */
/**
 * Convenience data-nth-line mixin to improve loop readability.
 * @mixin nth-word
 * @since 1.0.0
 */
/**
 * Convenience nth-line mixin with content parameter.
 * @mixin nth-line
 * @since 1.0.0
 */
/**
 * Convenience data-nth-word mixin to improve loop readability.
 * @mixin nth-word
 * @since 1.0.0
 */
/**
 * Convenience nth-word mixin with content parameter.
 * @mixin nth-word
 * @since 1.0.0
 */
/**
 * Targets the last row of a sepcified amount of columns.
 * @mixin last-row
 * @since 1.0.0
 */
/**
 * Position an element with absolute type.
 * @mixin absolute
 * @since 1.0.0
 */
/**
 * Position an element with relative type.
 * @mixin relative
 * @since 1.0.0
 */
/**
 * Position an element with sticky type.
 * @mixin sticky
 * @since 1.0.0
 */
/**
 * Position an element with fixed type.
 * @mixin fixed
 * @since 1.0.0
 */
/**
 * Convenience mixin to position a element absolutely.
 * @mixin fill
 * @since 1.0.0
 */
/**
 * Disables br.
 * @function no-br
 * @since 1.0.0
 */
/**
 * Convenience z-index mixin used for easier debugging.
 * @function elevated
 * @since 1.0.0
 */
/**
 * Convenience mixin.
 * @function pushable
 * @since 1.0.0
 */
/**
 * Convenience mixin to reset visibility and transform.
 * @function hidden
 * @since 1.0.0
 */
/**
 * Convenience mixin to reset visibility and transform.
 * @function reveal
 * @since 1.0.0
 */
/**
 * Convenience transition mixin.
 * @function transition-property
 * @since 1.0.0
 */
/**
 * Convenience transition mixin.
 * @function transition-duration
 * @since 1.0.0
 */
/**
 * Convenience transition mixin.
 * @function transition-equation
 * @since 1.0.0
 */
/**
 * Convenience transition mixin.
 * @function transition-delay
 * @since 1.0.0
 */
/**
 * Convenience before mixin;
 * @function before
 * @since 1.0.0
 */
/**
 * Convenience before mixin;
 * @function before
 * @since 1.0.0
 */
/**
 * Convenience asset path function
 * @function asset
 * @since 1.0.0
 */
/**
 * @mixin position
 * @since 1.0.0
 * @hidden
 */
/**
 * @function is-valid-length
 * @since 1.0.0
 * @hidden
 */
/**
 * @function nth-if
 * @since 1.0.0
 * @hidden
 */
/**
 * Initialize the common styles of a block.
 * @function block
 * @since 1.0.1
 */
.carousel-expositions {
  position: relative;
  overflow: hidden;
}
.carousel-expositions .background-wrapper {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.carousel-expositions .tagline {
  position: absolute;
  bottom: calc((11px + 9 * ((100vw - 376px) / 1544)) - 0.1px);
  left: calc((27.5px + 22.5 * ((100vw - 376px) / 1544)) - 0.1px);
}
.carousel-expositions .container, .carousel-expositions .exposition-carousel-content-wrapper, .carousel-expositions .exposition-carousel-wrapper {
  height: 100%;
}

.exposition-carousel-content-wrapper {
  max-width: calc((577.5px + 472.5 * ((100vw - 376px) / 1544)) - 0.1px);
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.exposition-carousel-content-wrapper .carousel-button-animation {
  cursor: pointer;
  top: 50%;
  position: absolute;
  width: calc((61.6px + 50.4 * ((100vw - 376px) / 1544)) - 0.1px);
  transform: translateY(-50%);
  z-index: 12;
  opacity: 0;
  visibility: hidden;
}
.exposition-carousel-content-wrapper .carousel-button-animation.carousel-button-animation__visible {
  opacity: 1;
  visibility: visible;
}
.exposition-carousel-content-wrapper .carousel-button-animation__previous {
  left: 0;
}
.exposition-carousel-content-wrapper .carousel-button-animation__previous svg {
  transform: rotate(180deg);
}
.exposition-carousel-content-wrapper .carousel-button-animation__next {
  right: 0;
}
.exposition-carousel-content-wrapper .exposition-carousel-wrapper {
  overflow: visible;
}
.exposition-carousel-content-wrapper .exposition-carousel-wrapper .exposition-item-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  color: white;
}
.exposition-carousel-content-wrapper .exposition-carousel-wrapper .exposition-item-wrapper .title-wrapper {
  font-weight: 600;
  /* ---------------------------------------------------------------------- */
  /* Barlow Semi Condensed                                                  */
  /* ---------------------------------------------------------------------- */
  text-transform: uppercase;
}
.exposition-carousel-content-wrapper .exposition-item-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  flex: 1 0 auto;
  width: 50vh;
  max-width: calc((231px + 189 * ((100vw - 376px) / 1544)) - 0.1px);
  padding-top: calc((27.5px + 22.5 * ((100vw - 376px) / 1544)) - 0.1px);
  padding-bottom: calc((110px + 90 * ((100vw - 376px) / 1544)) - 0.1px);
  margin-right: calc((165px + 135 * ((100vw - 376px) / 1544)) - 0.1px);
  margin-left: calc((165px + 135 * ((100vw - 376px) / 1544)) - 0.1px);
}
.exposition-carousel-content-wrapper .exposition-item-link .top-wrapper {
  flex: 1 1 auto;
  position: relative;
  width: 100%;
  background-color: rgba(242, 230, 230, 0.52);
  border-top-right-radius: 500px;
  border-top-left-radius: 500px;
  max-height: calc((357.5px + 292.5 * ((100vw - 376px) / 1544)) - 0.1px);
}
@media (max-width: 1200px) {
  .exposition-carousel-content-wrapper .exposition-item-link .top-wrapper {
    padding-top: 150%;
  }
}
.exposition-carousel-content-wrapper .exposition-item-link .top-inner-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.exposition-carousel-content-wrapper .exposition-item-link .top-inner-wrapper:hover .exposition-image {
  transform: translateX(calc((-2.75px + -2.25 * ((100vw - 376px) / 1544)) - 0.1px));
}
.exposition-carousel-content-wrapper .exposition-item-link .top-inner-wrapper:hover .carousel-item-hover-wrapper {
  opacity: 1;
  visibility: visible;
}
.exposition-carousel-content-wrapper .exposition-item-link .hover-animation-wrapper {
  position: absolute;
  top: 0;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.exposition-carousel-content-wrapper .exposition-item-link .hover-animation-wrapper .lottie {
  position: absolute;
  height: 100%;
}
.exposition-carousel-content-wrapper .exposition-item-link .hover-animation-wrapper .lottie svg {
  height: 100%;
  width: auto;
}
.exposition-carousel-content-wrapper .exposition-item-link .carousel-item-hover-wrapper {
  display: flex;
  align-items: flex-end;
  backdrop-filter: blur(5px);
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-in;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: calc((16.5px + 13.5 * ((100vw - 376px) / 1544)) - 0.1px);
  background-color: rgba(177, 183, 240, 0.5);
  border-top-right-radius: 500px;
  border-top-left-radius: 500px;
}
.exposition-carousel-content-wrapper .exposition-item-link .name-exposition-wrapper {
  font-weight: 500;
  /* ---------------------------------------------------------------------- */
  /* Barlow Semi Condensed                                                  */
  /* ---------------------------------------------------------------------- */
  font-family: "Barlow Condensed", Sans-Serif;
  font-size: calc((76.5px + 13.5 * ((100vw - 1441px) / 479)) - 0.1px);
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 3px white;
}
@media (max-width: 1440px) {
  .exposition-carousel-content-wrapper .exposition-item-link .name-exposition-wrapper {
    font-size: calc((58.5px + 31.5 * ((100vw - 376px) / 1064)) - 0.1px);
  }
}
@media (max-width: 1200px) {
  .exposition-carousel-content-wrapper .exposition-item-link .name-exposition-wrapper {
    font-weight: 500;
    /* ---------------------------------------------------------------------- */
    /* Barlow Semi Condensed                                                  */
    /* ---------------------------------------------------------------------- */
    font-family: "Barlow Condensed", Sans-Serif;
    font-size: calc((51px + 9 * ((100vw - 1441px) / 479)) - 0.1px);
  }
}
@media (max-width: 1200px) and (max-width: 1440px) {
  .exposition-carousel-content-wrapper .exposition-item-link .name-exposition-wrapper {
    font-size: calc((39px + 21 * ((100vw - 376px) / 1064)) - 0.1px);
  }
}
@media (min-width: 1200px) {
  .exposition-carousel-content-wrapper .exposition-item-link .name-exposition-wrapper {
    font-size: 10vh;
  }
}
.exposition-carousel-content-wrapper .exposition-item-link .exposition-image-wrapper {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: calc((41.25px + 33.75 * ((100vw - 376px) / 1544)) - 0.1px);
  padding-bottom: calc((6.6px + 5.4 * ((100vw - 376px) / 1544)) - 0.1px);
  padding-left: calc((22px + 18 * ((100vw - 376px) / 1544)) - 0.1px);
  padding-right: calc((22px + 18 * ((100vw - 376px) / 1544)) - 0.1px);
  z-index: 2;
}
.exposition-carousel-content-wrapper .exposition-item-link .exposition-image {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
  width: 100%;
  transition: all 0.2s ease-in;
}
.exposition-carousel-content-wrapper .exposition-item-link .image img {
  height: 100%;
  width: auto;
}
.exposition-carousel-content-wrapper .exposition-item-wrapper__inactive .exposition-item-link .carousel-item-hover-wrapper {
  background-color: rgba(75, 75, 75, 0.84);
}

@media (min-width: 1200px) {
  .carousel-expositions .line-wrapper {
    width: 0;
    transition-property: width;
    transition-duration: 1000ms;
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    transition-delay: 300ms;
  }
  .carousel-expositions .tagline {
    opacity: 0;
    transform: translateX(100%);
    transition-property: opacity, transform;
    transition-duration: 1000ms;
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    transition-delay: 300ms;
  }
  .carousel-expositions .exposition-carousel-content-wrapper {
    opacity: 0;
    transform: translateX(100%);
    transition-property: opacity, transform;
    transition-duration: 1000ms;
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    transition-delay: 300ms;
  }

  .ready .carousel-expositions.slide-on-screen .line-wrapper {
    width: 15%;
  }
  .ready .carousel-expositions.slide-on-screen .tagline {
    opacity: 1;
    transform: none;
  }
  .ready .carousel-expositions.slide-on-screen .exposition-carousel-content-wrapper {
    opacity: 1;
    transform: none;
  }
}