@keyframes showHide {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.l-mosaic__pretitle {
  color: #50d5ec;
  font-size: 1.25em;
  line-height: 1.85;
  letter-spacing: 3.33px;
  text-align: center;
  font-weight: normal;
  font-family: "avenirbook", sans-serif;
  text-transform: uppercase;
  margin: 0 0 10px;
}
.l-mosaic__title {
  font-size: 2.625em;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 4px;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  color: #483696;
}
.l-mosaic__title::after {
  content: " ";
  width: 40px;
  height: 1px;
  background-color: #fff;
  display: block;
  margin: 40px auto;
}
.text-dark .l-mosaic__title::after {
  background-color: #979797;
}
.l-mosaic__button {
  margin-top: 50px;
}
@media (max-width: 1599.98px) {
  .l-mosaic__button {
    margin-top: 40px;
  }
}
@media (max-width: 991.98px) {
  .l-mosaic__button {
    margin-top: 30px;
  }
}
.l-mosaic__items {
  margin-top: 50px;
  display: grid;
  grid-gap: 15px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr 1fr;
  gap: 15px 15px;
  grid-template-areas: "Item1 Item1 Item2 Item4" "Item1 Item1 Item3 Item4" "Item5 Item6 Item8 Item8" "Item5 Item7 Item8 Item8";
}
@media (max-width: 991.98px) {
  .l-mosaic__items {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    gap: 15px 15px;
    grid-template-areas: "Item1 Item1" "Item1 Item1" "Item2 Item4" "Item3 Item4" "Item8 Item8" "Item8 Item8" "Item5 Item6" "Item5 Item7";
  }
}
.l-mosaic__item-content {
  position: relative;
  display: none;
  border-radius: 6px;
  padding: 15px;
  overflow: hidden;
  min-height: 180px;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.54)), linear-gradient(to bottom, #fff, #fff);
  background-blend-mode: multiply;
}
.l-mosaic__item-content.is-quote {
  background-image: none;
  background-blend-mode: normal;
  background-color: #0d0c3b;
}
.l-mosaic__item-content .slick-active {
  display: block;
}
.l-mosaic__item-content:first-child {
  display: block;
}
.l-mosaic__item {
  position: relative;
  overflow: hidden;
}
.l-mosaic__item:nth-child(1) {
  grid-area: Item1;
}
.l-mosaic__item:nth-child(2) {
  grid-area: Item2;
}
.l-mosaic__item:nth-child(3) {
  grid-area: Item3;
}
.l-mosaic__item:nth-child(4) {
  grid-area: Item4;
}
.l-mosaic__item:nth-child(5) {
  grid-area: Item5;
}
.l-mosaic__item:nth-child(6) {
  grid-area: Item6;
}
.l-mosaic__item:nth-child(7) {
  grid-area: Item7;
}
.l-mosaic__item:nth-child(8) {
  grid-area: Item8;
}
.l-mosaic__item-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.l-mosaic__item-container .slick-slider {
  width: 100%;
  height: 100%;
}
.l-mosaic__item-container .slick-list {
  height: 100%;
}
.l-mosaic__item-container .slick-track {
  height: 100%;
}
.l-mosaic__item-image {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  mix-blend-mode: multiply;
}
.l-mosaic__item-info {
  color: #fff;
  text-transform: uppercase;
  font-size: 0.875em;
  font-family: "avenirbook", sans-serif;
  z-index: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
}
.is-quote .l-mosaic__item-info {
  text-transform: none;
}
.l-mosaic__item-title {
  margin: 0;
  font-weight: 900;
  line-height: normal;
}
.is-quote .l-mosaic__item-title {
  font-weight: normal;
  font-size: 1.25em;
  font-style: oblique;
  text-align: center;
  position: relative;
}
@media (max-width: 1199.98px) {
  .is-quote .l-mosaic__item-title {
    font-size: 1em;
  }
}
.is-quote .l-mosaic__item-title:after {
  content: "";
  width: 40px;
  height: 1px;
  background-color: #50d5ec;
  display: block;
  margin: 20px auto;
  position: relative;
}
@media (max-width: 1199.98px) {
  .is-quote .l-mosaic__item-title:after {
    margin: 10px auto;
  }
}
.l-mosaic__item-text {
  margin: 0;
  font-weight: 500;
  opacity: 0.8;
}
.is-quote .l-mosaic__item-text {
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
}
.l-mosaic__arrows {
  pointer-events: all;
  position: relative;
  margin-top: 60px;
  width: 100%;
  padding: 0;
  height: auto;
  display: flex;
  justify-content: space-between;
}
.l-mosaic__arrows .slick-next,
.l-mosaic__arrows .slick-prev {
  bottom: 0;
  top: auto;
  transform: none;
  left: 0;
  position: relative;
}
.l-mosaic__arrows .slick-prev {
  transform: rotate(180deg);
}
.l-mosaic__arrows .slick-next {
  right: 0;
}
.l-mosaic__arrows .slick-arrow {
  background: url("../../../img/icons/arrow-right.svg") no-repeat right center;
}