
.mos-img img {display: none !important;}

.mx-stack-cards {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25svh;
  width: 100%;
  overflow: hidden;
  background-color: #EEEAE8;
}

.mx-stack-cards__card {
  position: relative;
  display: block;
  width: 100%;
  height: 100svh;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.mx-stack-cards__card:nth-child(2) {
  margin-top: 50vh;
}

.card__marquees {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.card__wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  will-change: transform;
}

.card__image {
  position: absolute;
  width: 100%;
  height: 100%;
  -moz-border-radius: 0px;
       border-radius: 0px;
  overflow: hidden;
  will-change: clip-path;
}
.card__image img,
.card__image video {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  will-change: transform;
}

.card__cover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.card__cover.cover-darken {
  background-color: rgba(0, 0, 0, 0.6);
}

.card__content {
  position: absolute;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1;
}
.card__content .card-description {
  position: relative;
  width: 80%;
  margin-bottom: 2em;
  text-align: center;
  -webkit-transform: translateX(4rem);
     -moz-transform: translateX(4rem);
      -ms-transform: translateX(4rem);
          transform: translateX(4rem);
  opacity: 0;
}
.card__content .card-description p {
  font-size: 1.6rem;
  color: #fff;
}
@media only screen and (min-width: 1200px) {
  .card__content .card-description {
    width: 40%;
  }
  .card__content .card-description p {
    font-size: 1.8rem;
  }
}

.card__title {
  display: block;
  width: 70%;
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
     -moz-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  text-align: center;
}
.card__title {
  letter-spacing: -0.1rem;
  color: #fff;
  font-size: 4.4rem;
}
.card__title span {
  color: #fafafa;
}

@media only screen and (min-width: 768px) {
  .card__title {
    width: 50%;
    max-width: 320px;
  }
}
@media only screen and (min-width: 1200px) {
  .card__title {
    max-width: 400px;
  }
  .card__title p {
    font-size: 5rem;
  }
  .card__title p.small {
    font-size: 4.4rem;
  }
}

.card__descr {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3rem;
  opacity: 0;
}
@media only screen and (min-width: 992px) {
  .card__descr {
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 6rem;
  }
}
@media only screen and (min-width: 1600px) {
  .card__descr {
    padding: 0 10rem;
  }
}

.card__tags {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 992px) {
  .card__tags {
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .card__tags.desktop-right {
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.tag-permanent {
  font-weight: 400;
  color: #fff;
}
.tag-m {
  font-size: 1.4rem;
}
.tag {
  display: inline-block;
  font: normal 600 var(--_size)/1.6 var(--_font-accent);
  text-transform: uppercase;
  letter-spacing: 0.05rem;
}