a {
  cursor: pointer;
}

.games-showcase__icon {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 48px;
  max-width: 300px;
}
.games-showcase__bottom {
  margin-top: 16px;
  display: flex;
}
.games-showcase__bottom img {
  height: 50px;
}

.section-blue {
  background: #53aefe;
  color: white;
}
.section-blue a {
  color: white;
}
.section-gray {
  background: rgb(246, 246, 246);
  color: black;
}
.section-gray a {
  color: black;
}
.section-h100 {
  min-height: 100vh;
}

.swiper-container {
  -webkit-mask-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 5%, white 35%, white 65%, rgba(255, 255, 255, 0) 95%);
          mask-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 5%, white 35%, white 65%, rgba(255, 255, 255, 0) 95%);
}
@media screen and (max-width: 992px) {
  .swiper-container {
    -webkit-mask-image: none;
            mask-image: none;
  }
}
.swiper-slide {
  border-radius: 48px;
  border: 12px solid black;
}

.container__video {
  margin-bottom: 36px;
  margin-top: 48px;
}
.container__video-600 {
  max-width: 600px;
}
.container__video-400 {
  max-width: 400px;
}/*# sourceMappingURL=update.css.map */