#main {
  display: flow-root;
  padding-top: 0.1px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  min-height: auto;
}
#main img {
  vertical-align: middle;
  width: auto;
  height: auto;
  max-width: 100%;
}

#edm-bg {
  position: absolute;
  top: 0;
  left: calc(50% - 16em);
  width: 32em;
  height: 100%;
  display: flex;
  flex-direction: column;
  pointer-events: none;
  overflow: hidden;
}
#edm-bg img {
  width: 100%;
}
#edm-bg div {
  flex-grow: 1;
}

#edm-hero {
  min-height: 10.25em;
}

#edm-side {
  font-size: clamp(30px, 1em, 60px);
  display: block;
  position: fixed;
  top: 50vh;
  left: 50%;
  transform: translate(-50%);
  width: 24em;
  max-width: 100%;
  z-index: 5;
  pointer-events: none;
}
#edm-side .side-container {
  width: 4em;
  max-height: 100vh;
  margin: 0 -0.25em 0 auto;
  pointer-events: all;
}
#edm-side .btn-play {
  max-width: 4em;
  max-height: 4em;
  border: none;
  background: none;
  display: block;
  cursor: pointer;
  z-index: 1;
}
#edm-side .btn-play:hover, #edm-side .btn-play:active {
  transition: filter 0.1s;
  filter: brightness(1.1) drop-shadow(0 0 0.2em rgba(255, 255, 255, 0.6));
}

#edm-swiper, #edm-content {
  position: relative;
  width: 16.5em;
  max-width: 990px;
  margin: 0 auto;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  text-align: center;
}

#edm-swiper .swiper-container {
  width: 100%;
  max-width: 990px;
  overflow: hidden;
  padding: 0 0 1em 0;
}
#edm-swiper .swiper-wrapper {
  align-items: center;
}
#edm-swiper .swiper-button-next,
#edm-swiper .swiper-button-prev {
  width: 2em;
  height: 2em;
  margin: 0;
  color: transparent;
  background-image: url(/img/gameIntro/Edm/swiper-btns.png?v=20250930);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 200% auto;
  top: calc(50% - 1.5em);
  transition: filter 0.2s;
}
#edm-swiper .swiper-button-next:hover,
#edm-swiper .swiper-button-prev:hover {
  background-position-y: 100%;
  filter: brightness(1.2) drop-shadow(0 0 0.15em rgba(255, 255, 255, 0.6));
}
#edm-swiper .swiper-button-prev {
  background-position-x: 0%;
  left: 0em;
}
#edm-swiper .swiper-button-next {
  background-position-x: 100%;
  right: 0em;
}
#edm-swiper .swiper-pagination {
  display: flex;
  align-items: end;
  justify-content: center;
  top: auto;
  bottom: 0;
  line-height: 1;
  vertical-align: middle;
}
#edm-swiper .swiper-pagination .swiper-pagination-bullet {
  display: inline-block;
  width: 1em;
  height: 1em;
  opacity: 1;
  background: url(/img/gameIntro/Edm/swiper-tabs.png?v=20250930);
  background-size: 200% auto;
  background-repeat: no-repeat;
  background-position: right;
}
#edm-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-position: left;
}

#edm-content .edm-image, #edm-content .edm-news, #edm-content .edm-video {
  display: block;
  position: relative;
  width: 15.6667em;
  max-width: 940px;
  margin: 0.2em auto 0.45em;
}
#edm-content .edm-news {
  transition: transform 0.1s, filter 0.1s;
}
#edm-content .edm-news:hover {
  transform: translateY(-0.08em);
  filter: brightness(1.2);
}
#edm-content .edm-video {
  margin-bottom: 1em;
  width: 15.6667em;
  height: 8.8125em;
}
#edm-content .video-contanier {
  width: 100%;
  height: 100%;
}
#edm-content .yotubeMore {
  font-size: 0.55em;
  position: absolute;
  z-index: 2;
  right: 1.25em;
  bottom: -1em;
  padding: 0.25em 1em;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  color: white;
  background: linear-gradient(#fc6464 20%, #f03b3b 80%);
  box-shadow: inset 0 0 0.5em rgba(255, 255, 255, 0.5), 0 0.2em 0.5em rgba(0, 0, 0, 0.5);
  border: 0.1em solid #fff;
  border-radius: 2em;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0);
  transition: filter 0.3s ease, transform 0.3s ease, text-shadow 0.3s ease;
  filter: brightness(1);
  transform: scale(1);
  will-change: transform, filter;
}
#edm-content .yotubeMore:hover {
  filter: brightness(1.2);
  transform: scale(1.05);
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6509803922);
}
#edm-content .btn-pointer {
  position: absolute;
  bottom: 0.5em;
  right: -0.5em;
  width: 3.5em;
  height: 2.45em;
  z-index: 1;
  background: url(/img/finger.png?v=20250930) top/100% auto no-repeat;
  animation: btnPointer 1.6s infinite step-end;
  transition: transition 1s, opacity 1s, filter 0.1s;
  background-position: bottom;
}
@keyframes btnPointer {
  0% {
    background-position: top;
  }
  50% {
    background-position: bottom;
  }
}/*# sourceMappingURL=gameEdm.css.map */