html {
  scroll-behavior: smooth;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-wrapper {
  align-items: center;
}

.swiper-slide {
  background: #fff;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-slide.movie {
  position: relative;
  width: calc((100vw / 6) * 16 / 9);
  height: calc((100vw / 6) + ((100vw / 6) * 0.17));
  margin-top: calc(((100vw / 6) * -0.17));
  border: none;
  background-size: cover;
  border: 1px solid #ddd;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}

.swiper-slide.movie::before {
  content: '';
  background-color: #000;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.swiper-slide.movie::after {
  content: '\f144';
  font-family: 'Font Awesome 5 Free';
  color: #fff;
  font-size: 3em;
  position: absolute;
  top: calc(((100vw / 6) + ((100vw / 6) * 0.34)) / 2);
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.swiper-slide.image {
  display: block;
  width: calc(100vw / 6);
  background-size: 100% 100%;
  border: 1px solid #ddd;
}

.swiper-slide.image:after {
  content: '';
  display: block;
  padding-bottom: 100%;
}

.swiper-slide.image img,
.swiper-slide.movie img {
  position: absolute;
  top: 0%;
  width: 100%;
  height: 100%;
}

/* .swiper-slide.image img {
  width: 100%;
  height: 100%;
} */

.c.page.intro.responsive-padding {
  padding-top: 0;
}

.exhibitor-headline {
  color: #000;
  font-weight: bold;
}

.product-floating-footer {
  width: 100%;
  height: 100px;
  position: fixed;
  bottom: 0;
  background-color: rgb(221, 0, 0);
  z-index: 100;
  color: #fff;
  opacity: 0.9;
}

.product-floating-footer .footer-title {
  height: 55px;
  display: flex;
  align-items: center;
  line-height: 20px;
  font-weight: 500;
  font-size: 27px;
  text-shadow: 1px 2px 1px black;
}

.product-floating-footer .footer-button {
  height: 35px;
}

.product-floating-footer .is-red {
  border: 2px solid #fff;
}

#footer {
  margin-bottom: 100px;
}

.c.page.intro .page-intro-description .product-keywords a:not(.o.button):not(.as-headline) {
  color: #646464;
}

@media print, screen and (min-width: 64em) {
  .c.page.intro.responsive-padding {
    padding-bottom: 2rem;
  }
}

@media print, screen and (max-width: 61.3125em) {
  .product-floating-footer {
    width: 100%;
    height: 140px;
    position: fixed;
    bottom: 0;
    background-color: rgb(221, 0, 0);
    z-index: 100;
    color: #fff;
    opacity: 0.9;
  }

  .product-floating-footer .footer-title {
    height: 55px;
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 19px;
    text-shadow: 1px 2px 1px black;
  }

  #footer {
    margin-bottom: 140px;
  }
}

@media print, screen and (max-width: 35.2em) {
  .product-floating-footer {
    width: 100%;
    height: 160px;
    position: fixed;
    bottom: 0;
    background-color: rgb(221, 0, 0);
    z-index: 100;
    color: #fff;
    opacity: 0.9;
  }

  .product-floating-footer .footer-title {
    height: 55px;
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 19px;
    text-shadow: 1px 2px 1px black;
  }

  #footer {
    margin-bottom: 160px;
  }
}

@media print, screen and (max-width: 30em) {
  .swiper-slide.movie {
    overflow: hidden;
    padding-bottom: calc(74.8%);
    position: relative;
    margin-top: 0;
    width: 100%;
  }

  .swiper-slide.movie::after {
    content: '\f144';
    font-family: 'Font Awesome 5 Free';
    color: #fff;
    font-size: 3em;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    top: 50%;
  }

  .swiper-slide.image {
    position: relative;
    display: block;
    width: 100%;
    background-size: 100% 100%;
    border: 1px solid #ddd;
  }

  .product-floating-footer {
    width: 100%;
    height: 160px;
    position: fixed;
    bottom: 0;
    background-color: rgb(221, 0, 0);
    z-index: 100;
    color: #fff;
    opacity: 0.9;
  }

  .product-floating-footer .footer-title {
    height: 55px;
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 19px;
    text-shadow: 1px 2px 1px black;
  }
}

@media print, screen and (max-width: 28.25em) {
  .product-floating-footer {
    width: 100%;
    height: 200px;
    position: fixed;
    bottom: 0;
    background-color: rgb(221, 0, 0);
    z-index: 100;
    color: #fff;
    opacity: 0.9;
  }

  .product-floating-footer .footer-title {
    height: 55px;
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 19px;
    text-shadow: 1px 2px 1px black;
  }

  #footer {
    margin-bottom: 200px;
  }
}
