<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@400;700&amp;display=swap");

.link {
  font-size: 21px;
  line-height: normal;
  color: rgba(255, 255, 255, 40%);
  font-weight: 700;
  margin-right: 0;
}

.link__text {
  display: none;
}
.link__arrow {
  display: block;
  margin-right: 12px;
}

@media (min-width: 576px) {
  .link__text {
    display: block;
  }
  .link__arrow {
    display: none;
  }
}

.link a {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  font-weight: inherit;
  font-family: inherit;
}

.link a:hover {
  color: #ffb200;
}

.head img {
  margin-right: 11px;
}
.top-slot [class*=swiper-button-] {
  top: 50%;
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
}
.top-slot [class*=swiper-button-] svg {
  display: none;
}
.top-slot [class*=swiper-button-]::after {
  background-color: #f68b1f;
  content: "";
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  mask-position: center;
  -webkit-mask-position: center;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-size: contain;
  transition: transform 0.2s linear;
}
.top-slot [class*=swiper-button-]:hover::after {
  transform: scale(1.1);
}
.top-slot .swiper-button-prev {
  left: 0;
  transform: translate(-100%, -50%);
}
.top-slot .swiper-button-prev::after {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath d='M9.4 233.4c-12.5 12.5-12.5 32.8 0 45.3l192 192c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L77.3 256 246.6 86.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-192 192z'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath d='M9.4 233.4c-12.5 12.5-12.5 32.8 0 45.3l192 192c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L77.3 256 246.6 86.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-192 192z'/%3E%3C/svg%3E");
}
.top-slot .swiper-button-next {
  right: 0;
  transform: translate(100%, -50%);
}
.top-slot .swiper-button-next::after {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath d='M310.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-192 192c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L242.7 256 73.4 86.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l192 192z'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath d='M310.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-192 192c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L242.7 256 73.4 86.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l192 192z'/%3E%3C/svg%3E");
}

.numberedGame {
  display: flex;
  padding-bottom: 24px;
}
@media screen and (min-width: 1024px) {
  .numberedGame {
    padding-bottom: 24px;
  }
}
.numberedGame__number {
  font-family: "Barlow", sans-serif !important;
  font-weight: 400;
  z-index: 2;
  align-self: center;
  background: none;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: #2f3b5d;
  -webkit-text-stroke-color: #e61a4e;
  font-weight: 700;
  margin-right: -40%;
  font-size: 100px;
  line-height: 1;
  -webkit-text-stroke-width: 4px;
  flex: 0 0 40%;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 1024px) {
  .numberedGame__number {
    font-weight: 600;
    margin-right: -40px;
    font-size: 140px;
    line-height: 90%;
    -webkit-text-stroke-width: 8px;
  }
}
.numberedGame__img {
  min-width: 0;
  margin-left: auto;
  flex: 0 0 80%;
  border-radius: 6px;
}
@media screen and (min-width: 1024px) {
  .numberedGame__img {
    border-radius: 12px;
    flex: 0 0 80%;
  }
}</pre></body></html>