.interactive-tab_content_hidden {
  height: 0px;
  overflow: hidden;
}

.interactive-tab_media_wrap {
  opacity: 0;
}

@media screen and (max-width: 991px) {
  .interactive-tab_media_wrap {
    height: 0vw;
  }
}

.lottie-element {
  /* delete background */
  background: none !important;
  min-height: 0 !important;
}

.swiper-scrollbar {
  background: #e8ecec;
}

.swiper-scrollbar-drag {
  background: #00b5e2;
}

.is-active-scrolling .sticky-main-complex {
  opacity: 1;
}
