@import url("css2");
:root {
  font-size: 10px;
}
html * {
  box-sizing: border-box;
  font-family: Mulish, sans-serif;
}
a {
  color: #fff;
  text-decoration: none;
}
body {
  background-color: #010100;
  width: 100%;
  background: url("bg_main.webp") top center no-repeat,
    linear-gradient(171.29deg, #050311 0%, #060727 100%);
  margin: 0;
  color: #fff;
  font-weight: 400;
  font-size: 1.8rem;
  font-family: Mulish, sans-serif;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(1, 1, 0, 0);
  visibility: visible;
  overflow-x: hidden;
  overflow-y: scroll;
  position: relative;
}

.header {
  width: 100%;
  position: sticky;
  top: 0;
  z-index: 100;
  height: 60px;
  background: linear-gradient(180deg, #050311, #060727);
}
.header-wrapper {
  max-width: 1320px;
  display: flex;
  margin: 0 auto;
  gap: 0;
  height: 100%;
  padding: 0 15px;
}
.header-svg {
  display: flex;
  align-items: center;
  width: 100%;
}
.header-svg svg {
  width: 60px;
}
.header-buttons {
  display: flex;
  align-items: center;
  margin: 0 10px;
  gap: 5px;
}
.btn {
  padding: 5px 20px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  overflow: hidden;
  transition: all 0.3s;
  font-style: normal;
  font-weight: bold;
  font-size: 1.1rem;

  align-items: center;
  width: 100px;
}
.header-sign {
  background: transparent;
  border: 2px solid #7fb8ff;
}
.header-sign:hover {
  background: rgba(255, 255, 255, 0.2);
  box-shadow: none;
}
.header-reg {
  background: linear-gradient(
    90deg,
    rgb(255, 0, 229) 0%,
    rgb(255, 0, 138) 100%
  );
  position: relative;
  border: none;
}
.header-reg:hover {
  box-shadow: 0 0 10px #ff00e5;
}
.header-reg::before {
  content: "";
  position: absolute;
  top: 0;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  background: linear-gradient(
    120deg,
    transparent,
    rgba(255, 255, 255, 0.5),
    transparent
  ) !important;
  animation: shine 2.5s infinite;
}
.banner-block {
  width: 100%;
  margin: 20px auto;
  display: block;
  padding: 0 15px;
  gap: 20px;
  position: relative;
}
.swiper-block {
  overflow: hidden;
  display: flex;
  position: relative;
  gap: 3%;
}
.banner {
  background-position: center top;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: unset;
  text-align: left;
  text-decoration: none;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  border-radius: 20px;
  min-width: 100%;
  height: 250px;
  min-height: 250px !important;
  padding: 20px 20px 15px;
  transition: all 0.3s ease;
}
.banner1 {
  background-image: url("welcomepack_desktop_2.webp");
}
.banner2 {
  background-image: url("kometa_desktop.webp");
}
.banner3 {
  background-image: url("Kometa-promo-homepage-banner-_1_.webp");
}
.banner4 {
  background-image: url("Kometa-promo-banner.webp");
}
.banner5 {
  background-image: url("car_desktop-1.png");
}
.banner6 {
  background-image: url("Kometa-promo-banner-_2_.webp");
}
.banner7 {
  background-image: url("Kometa-promo-banner-_1_.webp");
}
.banner8 {
  background-image: url("desktop-2.png");
}
.banner__title {
  color: #fff;
  font-style: normal;
  font-weight: 700;
  font-size: 2rem;
  line-height: 2.4rem;
  margin: 0 0 10px;
  max-width: 60%;
  display: -webkit-box;
  box-orient: vertical;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}
.banner__description {
  font-style: normal;
  max-width: unset;
  display: -webkit-box;
  box-orient: vertical;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  -webkit-line-clamp: 2;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2rem;
  max-width: 60%;
}
.banner-block .wlc-swiper-button-prev,
.banner-block .wlc-swiper-button-next {
  width: 24px;
  height: 24px;
}
.container.swiper-button-container {
  bottom: 0;
  display: flex;
  position: absolute;
  left: 0;
  z-index: 10;
  justify-content: left;
  padding: 20px 35px;
  gap: 15px;
  align-items: center;
  right: 0;
  max-width: 100%;
  justify-content: flex-end;
}
.container.swiper-button-container button {
  cursor: pointer;
}
.banner-block .wlc-icon svg,
.banner-block .wlc-icon img {
  width: 12px;
  height: 12px;
  overflow: visible;
}
.games-categories-block {
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.games-categories {
  min-height: auto;
  grid-gap: 0;
  grid-template-columns: 1fr 1fr;
  display: grid;
  align-items: center;
  margin-bottom: 40px;
  grid-template-areas:
    "menu menu"
    "search merch";
}
.category-menu {
  background: transparent;
  border-radius: 0;
  width: 100%;
  overflow: hidden;
  position: relative;
  grid-area: menu;
  margin: 0 0 20px;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
  max-height: 100%;
  margin: 0 -5px;
  --swiper-pagination-color: #fff;
  --swiper-pagination-bullet-inactive-color: rgba(255, 255, 255, 0.6);
  --swiper-pagination-bullet-inactive-opacity: 1;
  display: flex;
}
.category-menu .swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
  height: auto;
  width: auto;
}
.menu__item {
  border-right: 1px solid transparent;
  border-image: linear-gradient(
    181.07deg,
    rgba(125, 191, 255, 0) 0%,
    rgba(125, 191, 255, 0.3) 52.73%,
    rgba(125, 191, 255, 0) 99.69%
  );
  border-image-slice: 1;
}
.menu__link {
  height: 40px;
  padding: 0 10px;
  font-style: normal;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 1.45;
  transition: all 0.3s linear;
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 10px;
  line-height: 1;
  text-decoration: none;
  border-radius: 10px;
}
.menu__link.active {
  color: #75e6ff;
  font-weight: 700;
  background: rgba(255, 214, 0, 0.1);
  margin: 0 5px;
}
.menu__link:hover svg {
  animation: iconScale 0.6s ease-out;
}
.menu__icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px 0 0;
  color: inherit;
}
.menu__icon svg {
  width: 20px;
  height: 20px;
  transform: translateZ(0);
  vertical-align: middle;
}

.menu__link-text {
  display: block;
  transition: all ease 0.4s;
}
.category-menu__controls {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 13;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.category-menu__control {
  position: relative;
  display: flex;
  align-items: center;
  width: 30px;
  height: 100%;
  color: #fff;
  background: none;
  cursor: pointer;
  border: none;
  transition: all 0.3s ease-out;
  pointer-events: initial;
}
.control-next {
  transform: rotate(-90deg);
  margin: 0 0 0 auto;
  justify-content: flex-end;
}
.control-next::before {
  background: linear-gradient(171.29deg, #050311 0%, #060727 100%);
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  transform: scaleX(-1);
}
.category-search,
.category-merch {
  display: flex;
  height: 40px;
  width: 100%;
  min-width: auto;
  background: 0 0;
  padding: 0 10px;
  border-radius: unset;
  color: #fff;
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.45;
  transition: all 0.3s linear;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  margin-left: auto;
}
.category-search:hover,
.category-merch:hover {
  background: 0 0;
  color: #75e6ff;
}
.category-search {
  grid-area: search;
  border-right: 1px solid transparent;
  border-image: linear-gradient(
    181deg,
    rgba(255, 214, 0, 0) 0%,
    rgba(255, 214, 0, 0.3) 52.73%,
    rgba(255, 214, 0, 0) 99.69%
  );
  padding: 0 20px;
  width: auto;
  border-image-slice: 1;
}
.search__text,
.merch__text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  white-space: nowrap;
  width: -moz-fit-content;
  width: fit-content;
}
.search__text .menu__icon,
.merch__text .menu__icon {
  display: block;
  margin-left: 0;
  order: -1;
  margin-right: 10px;
  line-height: 1;
}
.games-block {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 0 15px;
  position: relative;
}
.games-grid {
  display: grid;
  grid-template-areas:
    "title-icon title show-all"
    "games-grid games-grid games-grid";
  grid-template-columns: auto auto auto minmax(0, 1fr);
  row-gap: 20px;
  margin-bottom: 40px;
}
.games-section-title {
  display: flex;
  align-items: center;
}
.games-section-title:hover {
  color: #75e6ff;
}
.games-section-title:hover svg {
  fill: #75e6ff;
}
.sectiom-title-icon {
  margin: 0 10px 0 0;
  transition: color 0.3s linear;
  color: #fff;
  display: flex;
  align-items: center;
}
.sectiom-title-icon svg {
  width: 28px;
  height: 28px;
  fill: #fff;
  transition: fill 0.3s linear;
}
.section-title-content {
  text-transform: uppercase;
  transition: color 0.3s linear;
  font-style: normal;
  font-weight: 800;
  font-size: 2rem;
  line-height: 1.4;
}
.games-grid__link {
  color: #7fb8ff;
  font-style: normal;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.45;
  transition: color 0.3s linear;
  display: flex;
  align-items: center;
  text-decoration: none;
  margin: 0 0 0 30px;
  font-weight: 600;
  grid-area: show-all;
}
.games-grid__link:hover {
  color: #fff;
}
.games-wrapper {
  grid-area: games-grid;
  position: relative;
}
.swiper-games {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  box-sizing: content-box;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
}
.swiper-games .swiper-slide {
  flex-shrink: 0;
  position: relative;
  transition-property: transform;
  width: calc(100vw - 46px) !important;
  height: auto !important;
  margin: 0 !important;
  display: none;
}
.swiper-games .swiper-slide:nth-child(1),
.swiper-games .swiper-slide:nth-child(2) {
  display: block;
}

.wlc-game-thumb {
  position: relative;
  overflow: hidden;
  transition: all 0.3s linear;
  border: 2px solid transparent;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.wlc-game-thumb:hover {
  border: 2px solid #75e6ff;
}
.wlc-game-thumb__card {
  position: relative;
  overflow: hidden;
  border-radius: 16px 16px 0 0;
  background-position: center;
  background-color: #010100;
  background-image: url("logo.svg");
  background-size: 50%;
  background-repeat: no-repeat;
  aspect-ratio: 4/3;
}
.wlc-game-thumb-media {
  height: 100%;
  position: relative;
}

.wlc-game-thumb__img {
  width: 100%;
  height: 100%;
  border-radius: inherit;
  overflow: hidden;
}
.wlc-game-thumb__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.wlc-game-thumb__desc {
  display: none;
  transition: opacity 0.3s linear;
  z-index: 5;
  grid-template-rows: 1fr auto;
  padding: 10px;
  opacity: 0;
  align-items: end;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.wlc-game-thumb__desc::before {
  transition: all 0.25s linear;
  content: "";
  z-index: 1;
  background: linear-gradient(180deg, rgba(26, 21, 0, 0) 0%, #0f1127 86.3%);
  transform: translateX(-100%) skewX(35deg);
  pointer-events: none;
  transform: none;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.wlc-game-thumb:hover .wlc-game-thumb__desc {
  opacity: 1;
}
.wlc-game-thumb:hover .wlc-game-thumb__desc::before {
  opacity: 1;
}
.wlc-game-thumb__buttons {
  display: none;
  justify-content: center;
  grid-template-rows: minmax(0, 1fr) minmax(0, 18px);
  z-index: 3;
  gap: 10px;
}

.wlc-btn--theme-default {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  padding: 5px 10px;
  background: linear-gradient(180deg, #75e6ff 0%, #75e6ff 0.01%, #878bff 100%);
  box-shadow: none;
  border: none;
  border-radius: 100px;
  position: relative;
  width: fit-content;
  margin-top: 25px;
  height: 40px;
}
.banner .wlc-btn--theme-default {
  min-width: 115px;
}
.wlc-game-thumb__buttons .wlc-btn--theme-default {
  width: 68px;
  height: 68px;
}
.wlc-game-thumb__buttons .wlc-btn--theme-default:hover {
  box-shadow: 0 0 15px 0 rgba(125, 190, 255, 0.4);
}

.wlc-btn__text {
  color: #ffffff;
  font-style: normal;
  font-weight: 700;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.45;
  grid-column: 2;
  width: fit-content;
}
.wlc-btn--theme-default.wlc-btn--theme-mod-secondary {
  background: transparent;
  border: 1px solid #fff;
  border: none;
  box-shadow: none;
}
.wlc-btn--demo {
  display: flex;
  height: 18px;
  padding: 0;
  justify-content: center;
  align-items: center;
}
.wlc-btn--demo .wlc-btn__text {
  color: #fff;
  text-transform: capitalize;
}

.wlc-btn--demo:hover {
  background: transparent;
  box-shadow: none;
}
.wlc-game-thumb--theme-default[_nghost-wlc-app-c2743584769]
  .wlc-game-thumb__buttons[_ngcontent-wlc-app-c2743584769]
  .wlc-btn--theme-mod-secondary
  .wlc-btn__text {
  font-weight: normal;
  font-style: normal;
  text-transform: capitalize;
}
.wlc-btn--theme-default.wlc-btn--theme-mod-secondary[_nghost-wlc-app-c3559402143]
  .wlc-btn__text[_ngcontent-wlc-app-c3559402143] {
  transition: color 0.3s linear;
  color: #fff;
}
.wlc-game-thumb__title {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  flex: 1;
  gap: 6px;
  background: #0f1127;
  border-radius: 0 0 16px 16px;
  align-items: flex-start;
  padding: 15px 15px 20px 15px;
  text-align: left;
  pointer-events: none;
}
.wlc-game-thumb__name {
  display: -webkit-box;
  box-orient: vertical;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  -webkit-line-clamp: 1;
  color: #fff;
  font-style: normal;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.45;
}
.wlc-game-thumb__merchant {
  color: #7886ab;
  font-style: normal;
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 1.45;
}
.wlc-games-grid__swiper-buttons-container {
  grid-area: swiper-buttons;
  margin: 0 0 0 auto;
  display: none;
}
.wlc-games-grid__swiper-buttons {
  display: grid;
  grid-template-columns: auto auto;
}
.wlc-swiper-button-prev,
.wlc-swiper-button-next {
  transition: background 0.3s linear;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  outline: none;
  border-radius: 20px;
  border: 1px solid #fff;
  box-shadow: none;
}
.wlc-swiper-button-prev {
  margin-right: 5px;
}
.swiper-button-disabled {
  color: rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
  cursor: default;
}
.wlc-swiper-button-prev .wlc-icon-content {
  transform: rotate(90deg);
}
.wlc-swiper-button-next .wlc-icon-content {
  transform: rotate(-90deg);
}
.banner-block .wlc-swiper-button-prev:hover {
  background: rgba(117, 230, 255, 0.4);
  box-shadow: none;
}
.wlc-swiper-button-next:hover {
  background: rgba(117, 230, 255, 0.4);
  box-shadow: none;
}

.wlc-game-thumb-media__video {
  display: block;
  object-fit: cover;
  object-position: center;
  width: 100%;
  aspect-ratio: 4 / 3;
}
.wlc-game-thumb--theme-default[_nghost-wlc-app-c2743584769]
  .wlc-game-thumb__rtp-info[_ngcontent-wlc-app-c2743584769] {
  font-style: normal;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
  border-radius: 100px;
  display: inline-flex;
  gap: 4px;
  align-items: center;
  height: 24px;
  padding: 4px 6px 4px 8px;
  color: #010100;
  font-weight: 600;
  font-size: 13px;
  background: #fff0a3;
}
.wlc-icon-content {
  display: flex;
  align-items: center;
}
.seo-block {
  padding: 0 15px;
  width: 100%;
  margin: 0 auto 40px;
}
.seo-wrapper {
  --wlc-acc-item-bg: #262000;
  grid-template-columns: 1fr;
  display: grid;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
  background: #0f1127;
  border-radius: 20px;
}
.seo-info {
  padding: 20px;
}
.seo-text {
  color: #fff;
  font-style: normal;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 1.45;
}
.title__main {
  text-align: center;
  font-style: normal;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.45;
  margin: 0 0 20px;
}
.providers-block {
  width: 100%;
  margin: 0 auto 40px;
  padding: 0 15px;
}
.wlc-sections__providers {
  padding: 0 15px;
}
.wlc-provider-links--theme-default {
  grid-template-columns: 1fr auto auto;
  grid-template-areas:
    "title navigation button"
    "icons icons icons";
  display: grid;
  align-items: center;
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
}
.wlc-section-title--theme-default {
  display: flex;
  align-items: center;
}
.wlc-section-title--theme-default .wlc-section-title__content {
  color: #fff;
  font-style: normal;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.4;
}
.wlc-section-title--theme-default .wlc-section-title__content {
  text-transform: uppercase;
}
.wlc-provider-links--theme-default .wlc-provider-links__btn {
  margin: 0 0 0 20px;
  grid-area: button;
}
.wlc-provider-links--theme-default .wlc-provider-links__btn {
  display: block;
  min-width: auto;
  height: auto;
  padding: 0;
  background: transparent;
  transform: none;
  border: none;
  border-radius: unset;
}

.wlc-provider-links--theme-default .wlc-provider-links__btn .wlc-btn__text {
  color: #fff;
  font-size: 1.4rem;
  font-style: normal;
  text-transform: uppercase;
  font-weight: 700;
  transition: color 0.3s linear;
}
.wlc-provider-links__btn:hover .wlc-btn__text {
  box-shadow: none;
  color: #75e6ff;
}
.wlc-provider-links__slider {
  margin: 10px 0 0;
  grid-area: icons;
  min-width: 0;
  max-width: 100%;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.wlc-provider-links-item {
  position: relative;
  background: radial-gradient(
    117.25% 64.17% at 46.15% 100%,
    rgba(117, 230, 255, 0.2) 0%,
    rgba(117, 230, 255, 0) 70.03%
  );
  border-radius: 10px;
  transition: transform 0.2s, box-shadow 2s;
}
.wlc-provider-links--theme-default .wlc-provider-links-item:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 85px;
}
.wlc-provider-links--theme-default .wlc-provider-links-item__wrp {
  font-size: 2rem;
  padding: 8px 15px;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}
.wlc-provider-links--theme-default .wlc-provider-links-item__image,
.wlc-provider-links--theme-default .wlc-provider-links-item .wlc-icon-content {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 125px;
  height: 100%;
  max-height: 40px;
  object-fit: contain;
  object-position: center;
}
.wlc-provider-links-item:hover {
  box-shadow: 0 1px 5px #364a7d;
  transform: translate3d(0, -3px, 0);
  transition: transform 0.2s, box-shadow 0.1s;
}
.swiper.swiper-providers {
  overflow: visible;
}
.wlc-sections__footer--theme-1 {
  padding-bottom: 55px;
  margin-top: 15px;
  background: 0 0;
}
.wlc-sections__footer {
  margin: auto;
  overflow: hidden;
  width: 100%;
  position: relative;
}

.wlc-sections__footer--theme-1.wlc-sections__footer--theme-with-aff .container {
  grid-template-areas:
    "logo"
    "affiliate"
    "links"
    "menu2"
    "menu"
    "ratings"
    "payments"
    "disclaimer";
}
.wlc-sections__footer--theme-1.wlc-sections__footer--theme-with-aff .container {
  row-gap: 10px;
  margin-top: 20px;
  padding-top: 60px;
  border-top: 1px solid #262000;
}
.container,
.container-fluid {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 0;
}
.wlc-sections__footer--theme-1 .wlc-icon-safety-list,
.wlc-sections__footer--theme-1 .wlc-icon-merchants-list,
.wlc-sections__footer--theme-1 .wlc-icon-payments-list {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.wlc-icon-list--theme-payments {
  max-width: 100%;
  padding: 0;
  width: 100%;
  background-color: none;
  border-radius: 8px;
  overflow: hidden;
}
.wlc-sections__footer--theme-1 .wlc-icon-list--theme-merchants,
.wlc-sections__footer--theme-1 .wlc-icon-list--theme-payments {
  max-width: calc(100vw - 30px);
  margin: 0 0 30px;
}
.wlc-sections__footer--theme-1 .wlc-icon-list--theme-merchants,
.wlc-sections__footer--theme-1 .wlc-icon-list--theme-payments {
  margin: 0 0 30px;
}
.wlc-icon-list--theme-payments .wlc-icon-list__wrapper {
  margin: 0;
  padding: 0 0 20px 0;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  overflow-x: none;
}
.wlc-sections__footer--theme-1
  .wlc-icon-list--theme-payments
  .wlc-icon-list__wrapper {
  background: 0 0;
  border-radius: 10px;
  margin: 0;
}
.wlc-icon-list--theme-payments .wlc-icon-list__item,
.wlc-icon-list--theme-payments .wlc-icon-list-item {
  padding: 0 15px;
}
.wlc-icon-list img,
.wlc-icon-list .wlc-icon svg,
.wlc-icon-list .wlc-icon img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
}
.wlc-icon-list--theme-payments .wlc-icon-list__item img,
.wlc-icon-list--theme-payments .wlc-icon-list__item .wlc-icon img,
.wlc-icon-list--theme-payments .wlc-icon-list__item .wlc-icon svg,
.wlc-icon-list--theme-payments .wlc-icon-list-item img,
.wlc-icon-list--theme-payments .wlc-icon-list-item .wlc-icon img,
.wlc-icon-list--theme-payments .wlc-icon-list-item .wlc-icon svg {
  max-width: 105px;
  max-height: 30px;
  fill: #262000;
  overflow: hidden;
}
.wlc-sections__footer--theme-1
  .wlc-icon-list--theme-payments
  .wlc-icon-list__item
  .wlc-icon
  svg {
  fill: rgba(255, 255, 255, 0.2);
}
.wlc-post-menu--theme-default[_nghost-wlc-app-c3856525351] {
  position: relative;
  min-width: 0;
}
.wlc-sections__footer--theme-1 .wlc-post-menu {
  grid-area: menu;
}

.wlc-post-menu--theme-default.wlc-post-menu--theme-mod-footer-first[_nghost-wlc-app-c3856525351] {
  justify-content: center;
  padding: 0;
  width: 100%;
}
.wlc-post-menu--theme-default[_nghost-wlc-app-c3856525351]
  .wlc-post-menu__wrp[_ngcontent-wlc-app-c3856525351] {
  width: 100%;
  max-width: 100%;
}
.wlc-post-menu--theme-default[_nghost-wlc-app-c3856525351]
  .wlc-post-menu__wrp[_ngcontent-wlc-app-c3856525351]
  .wlc-post-menu__items[_ngcontent-wlc-app-c3856525351],
.wlc-post-menu--theme-default[_nghost-wlc-app-c3856525351]
  .wlc-post-menu__wrp[_ngcontent-wlc-app-c3856525351]
  > .wlc-menu--type-post-menu[_ngcontent-wlc-app-c3856525351] {
  -moz-column-count: 1;
  column-count: 1;
  display: grid;
  grid-gap: 10px;
}
.wlc-post-menu--theme-default.wlc-post-menu--theme-mod-footer-first.wlc-post-menu--without-swiper[_nghost-wlc-app-c3856525351]
  .wlc-post-menu__items[_ngcontent-wlc-app-c3856525351],
.wlc-post-menu--theme-default.wlc-post-menu--theme-mod-footer-first.wlc-post-menu--without-swiper[_nghost-wlc-app-c3856525351]
  .wlc-post-menu__wrp[_ngcontent-wlc-app-c3856525351]
  > .wlc-menu--type-post-menu[_ngcontent-wlc-app-c3856525351] {
  -moz-column-count: unset;
  column-count: unset;
  text-align: center;
  max-width: 440px;
  margin: -5px auto;
  display: block;
  -moz-column-gap: 20px;
  column-gap: 20px;
  display: grid;
  grid-column-gap: 20px;
  grid-template-columns: repeat(1, auto);
  justify-content: space-between;
  max-width: 715px;
}

.wlc-post-menu--theme-default[_nghost-wlc-app-c3856525351] .wlc-menu__link {
  transition: color 0.3s linear;
  color: #fff;
  font-style: normal;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 1.45;
  text-decoration: none;
}
.wlc-post-menu--theme-default.wlc-post-menu--theme-mod-footer-first.wlc-post-menu--without-swiper[_nghost-wlc-app-c3856525351]
  .wlc-menu__link {
  display: inline-block;
  padding: 6px 0;
}
.wlc-sections__footer--theme-1.wlc-sections__footer--theme-with-aff
  .container
  .wlc-footer-menu {
  display: flex;
  flex-direction: column;
  grid-area: menu2;
  align-items: center;
  justify-content: space-evenly;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
}
.wlc-sections__footer--theme-1 .container .wlc-logo {
  display: flex;
  justify-content: center;
}
.wlc-sections__footer--theme-1 .wlc-logo {
  grid-area: logo;
}
.wlc-logo--theme-mod-footer-first[_nghost-wlc-app-c3373317602] {
  width: 184px;
}
.wlc-sections__footer--theme-1 .container .wlc-post-menu,
.wlc-sections__footer--theme-1 .container .wlc-footer-disclaimer,
.wlc-sections__footer--theme-1 .container .wlc-footer-lang,
.wlc-sections__footer--theme-1 .container .wlc-license,
.wlc-sections__footer--theme-1 .container .wlc-logo {
  margin: 0 0 30px;
}

.wlc-sections__footer--theme-1.wlc-sections__footer--theme-with-aff
  .container
  .wlc-btn--aff {
  margin: 0 0 20px;
  justify-self: center;
  grid-area: affiliate;
}
.wlc-sections__footer--theme-1.wlc-sections__footer--theme-with-aff
  .container
  .wlc-btn--aff {
  width: 100%;
  max-width: 345px;
  padding: 5px 15px;
}
.wlc-btn--theme-default[_nghost-wlc-app-c3559402143]
  .wlc-btn__text[_ngcontent-wlc-app-c3559402143] {
  font-style: normal;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.45;
  grid-column: 2;
}
.wlc-sections__footer .container {
  padding: 0 15px;
}
.wlc-sections__footer--theme-1 .container {
  display: grid;
  grid-template-columns: 100%;
  justify-items: center;
  grid-template-areas:
    "merchants"
    "payments"
    "menu"
    "language"
    "social"
    "disclaimer"
    "license";
}
.wlc-sections__footer--theme-1 .footer-bottom__links {
  display: flex;
  grid-area: links;
  margin: 20px 0;
}

.wlc-custom-license {
  display: flex;
  flex-direction: row-reverse;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
}
.wlc-custom-license__curacao {
  width: 170px;
  height: 50px;
}
.wlc-custom-license__age-restrictions,
.wlc-custom-license__curacao {
  padding: 0 20px;
  border-right: 1px solid transparent;
  border-image: linear-gradient(
    181deg,
    rgba(255, 214, 0, 0) 0%,
    rgba(255, 214, 0, 0.3) 52.73%,
    rgba(255, 214, 0, 0) 99.69%
  );
  border-image-slice: 1;
}
.wlc-custom-license__curacao img {
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.wlc-custom-license__age-restrictions .wlc-icon-content {
  display: block;
  width: 32px;
  height: 32px;
}
.wlc-custom-license__age-restrictions svg {
  width: 100%;
}
.wlc-custom-license__age-restrictions svg path:first-child {
  fill: #3fbeb7;
}
.wlc-custom-license__age-restrictions svg path {
  fill: #fff;
}

.wlc-sections__footer--theme-1 .footer-bottom__links .wlc-social-icons {
  display: flex;
  align-items: center;
  padding: 0 20px;
}
.wlc-footer-ratings--theme-default[_nghost-wlc-app-c1726347706] {
  display: flex;
  flex-direction: column;
  grid-area: ratings;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.wlc-footer-ratings--theme-default[_nghost-wlc-app-c1726347706]
  .wlc-footer-ratings__title[_ngcontent-wlc-app-c1726347706] {
  color: #fff;
  font-style: normal;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.45;
  margin-bottom: 10px;
  text-align: center;
  text-transform: uppercase;
}
.wlc-footer-ratings--theme-default[_nghost-wlc-app-c1726347706]
  .wlc-footer-ratings__container[_ngcontent-wlc-app-c1726347706] {
  grid-gap: 20px;
  margin: 0 0 60px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  justify-items: center;
  max-width: 1008px;
}
.wlc-footer-ratings--theme-default[_nghost-wlc-app-c1726347706]
  .wlc-footer-ratings__item[_ngcontent-wlc-app-c1726347706] {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 296px;
  max-height: 110px;
}
.wlc-sections__footer--theme-1 .wlc-icon-payments-list {
  grid-area: payments;
}
.wlc-icon-list .wlc-icon svg path {
  fill: inherit;
}
.wlc-sections__footer--theme-1 .wlc-footer-disclaimer {
  grid-area: disclaimer;
}
.wlc-disclaimer--theme-default[_nghost-wlc-app-c4222942757]
  .wlc-disclaimer__text[_ngcontent-wlc-app-c4222942757] {
  text-align: center;
  color: #7a7a7a;
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.45;
}
.wlc-sections__footer--theme-1 .wlc-copyright,
.wlc-sections__footer--theme-1 .wlc-recaptcha-policy {
  margin: 20px 0 0;
}
.wlc-copyright--theme-default[_nghost-wlc-app-c2064424626]
  .wlc-copyright__text[_ngcontent-wlc-app-c2064424626] {
  color: #7a7a7a;
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.45;
  text-align: center;
}

.wlc-sections__footer--theme-1 .container .wlc-post-menu {
  margin-bottom: 5px;
  padding: 0;
}
.wlc-footer-ratings--theme-default[_nghost-wlc-app-c1726347706]
  .wlc-footer-ratings__item-link[_ngcontent-wlc-app-c1726347706]
  span[_ngcontent-wlc-app-c1726347706]
  svg {
  width: 100%;
  height: 100%;
}
.wlc-post-menu--theme-default[_nghost-wlc-app-c3856525351]
  .wlc-menu__link:hover {
  color: #75e6ff;
}

.wlc-sections__sticky-footer {
  position: fixed;
  bottom: 0;
  z-index: 100;
  width: 100%;
}

.wlc-sticky-footer--theme-static-circle[_nghost-wlc-app-c1790858633] .wlc-menu {
  position: relative;
  box-shadow: 0 -10px 10px 0 rgba(0, 0, 0, 0.4);
  border-radius: 8px 8px 0 0;
  position: relative;
  background: linear-gradient(171.29deg, #050311 0%, #060727 100%);
}
.wlc-sticky-footer[_nghost-wlc-app-c1790858633] .wlc-menu {
  display: grid;
  grid-auto-columns: minmax(0, 1fr);
  grid-auto-flow: column;
  justify-items: center;
  min-height: 60px;
}
.wlc-sticky-footer[_nghost-wlc-app-c1790858633] .wlc-menu {
  box-shadow: 0 -10px 10px 0 rgba(0, 0, 0, 0.4);
  border-radius: 8px 8px 0 0;
}
.wlc-sticky-footer--theme-static-circle[_nghost-wlc-app-c1790858633]
  .wlc-menu:before {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: -1;
  width: 70px;
  height: 70px;
  background: linear-gradient(180deg, #75e6ff 0%, #75e6ff 0.01%, #878bff 100%);
  border-radius: 100%;
  transform: translateX(-50%);
}
.wlc-sticky-footer[_nghost-wlc-app-c1790858633] .wlc-menu:before {
  z-index: 0;
  margin-bottom: -2px;
  box-shadow: 0 8px 20px 0 rgba(127, 182, 255, 0.4);
}
.wlc-sticky-footer[_nghost-wlc-app-c1790858633] .wlc-menu__item {
  max-width: 100%;
}
.wlc-sticky-footer--theme-static-circle[_nghost-wlc-app-c1790858633]
  .wlc-menu__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 0 5px;
  text-decoration: none;
}
.wlc-sticky-footer--theme-static-circle[_nghost-wlc-app-c1790858633]
  .wlc-menu
  .wlc-icon {
  color: #fff;
}
.wlc-sticky-footer[_nghost-wlc-app-c1790858633] .wlc-menu svg {
  fill: currentColor;
}
.wlc-sticky-footer--theme-static-circle[_nghost-wlc-app-c1790858633]
  .wlc-menu
  .wlc-icon
  svg {
  width: auto;
  height: 20px;
}

.wlc-sticky-footer--theme-static-circle[_nghost-wlc-app-c1790858633]
  .wlc-menu__link-text {
  color: #fff;
  font-style: normal;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 1.45;
  margin: 5px 0 0;
}
.wlc-sticky-footer--theme-static-circle[_nghost-wlc-app-c1790858633]
  .wlc-menu__link-text {
  color: #fff;
  font-style: normal;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 1.45;
  margin: 5px 0 0;
}
.wlc-sticky-footer[_nghost-wlc-app-c1790858633] .wlc-menu__item--deposit {
  position: relative;
  transform: translateY(-20px);
}
.wlc-sticky-footer[_nghost-wlc-app-c1790858633]
  .wlc-menu__item--deposit
  .wlc-menu__icon {
  color: #fff;
}

.wlc-sticky-footer--theme-static-circle[_nghost-wlc-app-c1790858633]
  .wlc-menu__item:nth-child(3)
  .wlc-icon {
  position: absolute;
  top: -2px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  background: none;
  border-radius: 100%;
  padding-top: 20px;
}

.wlc-sticky-footer[_nghost-wlc-app-c1790858633]
  .wlc-menu__item:nth-child(3)
  .wlc-icon
  svg {
  height: 27px;
  width: auto;
}
.wlc-sticky-footer[_nghost-wlc-app-c1790858633]
  .wlc-menu__item--deposit
  .wlc-menu__link-text {
  position: absolute;
  z-index: 3;
  color: #fff;
  transform: translateY(160%);
}
.wlc-sticky-footer--theme-static-circle[_nghost-wlc-app-c1790858633]
  .wlc-menu
  .wlc-icon {
  height: 27px;
  display: flex;
  align-items: center;
}
.wlc-logo__image[_ngcontent-wlc-app-c3373317602] img,
.wlc-logo__image[_ngcontent-wlc-app-c3373317602] svg {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
}
.wlc-total-jackpot {
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  width: 100%;
  margin-bottom: 40px;
}
.wlc-total-jackpot__bg {
  border-radius: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("bg.webp") center/contain no-repeat,
    radial-gradient(
      80.98% 119.55% at 50% 99.97%,
      rgba(117, 230, 255, 0.4) 0%,
      rgba(117, 230, 255, 0) 100%
    );
}
.wlc-total-jackpot__content {
  padding: 30px 10px;
  overflow: hidden;
}
.wlc-total-jackpot__amount {
  margin: 40px 0 15px;
  position: relative;
  color: #7fb8ff;
}
.wlc-total-jackpot__amount svg {
  height: 40px;
}
.wlc-total-jackpot__counter,
.wlc-total-jackpot__currency {
  letter-spacing: unset;
  font-weight: 900;
  font-family: Mulish, sans-serif;
  font-size: 3rem;
  line-height: 1;
  fill: currentColor;
}
.wlc-total-jackpot__games {
  position: relative;
  z-index: 5;
}
.wlc-games-grid__content {
  display: grid;
  grid-template-areas: "games-grid";
  grid-template-columns: 1fr;
  row-gap: 20px;
  overflow: hidden;
}

.wlc-games-grid__games-slider {
  padding: 0 5px;
  display: flex;
  justify-content: center;
}
.wlc-game-thumb__label {
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 2;
  padding: 0 12px;
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 26px;
  background: linear-gradient(32.86deg, #ff00e5 0%, #ff008a 100%);
  border-radius: 100px;
}
.wlc-game-thumb--theme-default[_nghost-wlc-app-c1106794763]
  .wlc-game-thumb__jackpot[_ngcontent-wlc-app-c1106794763] {
  color: #7fb8ff;
  font-style: normal;
  transition: all 0.2s linear;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
  height: 150px;
  padding: 0 0 15px;
  background: linear-gradient(
    180deg,
    rgba(38, 32, 0, 0) 44.56%,
    #060724 77.95%
  );
}
.wlc-games-grid__swiper-buttons-containe-jack {
  position: absolute;
  align-self: center;
  width: 100%;
  grid-area: games-grid;
}
.wlc-games-grid__swiper-buttons {
  display: flex;
  justify-content: space-between;
  --wlc-icon-width: 12px;
  --wlc-icon-height: 12px;
}
.wlc-custom-loyalty-banner__title[_ngcontent-wlc-app-c3760990826] {
  font-size: 2rem;
  color: #fff;
  font-style: normal;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.45;
  margin-bottom: 20px;
  font-weight: 900;
  text-transform: uppercase;
}
.wlc-custom-loyalty-banner__content-bottom[_ngcontent-wlc-app-c3760990826] {
  grid-template-columns: repeat(1, 1fr);
  gap: 8px;
  padding: 0;
  background: none;
  display: grid;
}
.wlc-custom-loyalty-banner__bottom-item[_ngcontent-wlc-app-c3760990826] {
  flex-direction: row;
  justify-content: flex-start;
  padding: 12px;
  gap: 10px;
  text-align: left;
  background: radial-gradient(
    91.67% 91.67% at 50% 100%,
    rgba(117, 230, 255, 0.2) 0%,
    rgba(117, 230, 255, 0) 100%
  );
  border-radius: 24px;
  display: flex;
  align-items: center;
  line-height: 1.2;
  border: 1px solid #75e6ff;
}
.wlc-custom-loyalty-banner__bottom-item-img[_ngcontent-wlc-app-c3760990826] {
  width: 64px;
}
.wlc-custom-loyalty-banner__bottom-item-title[_ngcontent-wlc-app-c3760990826] {
  padding: 0;
  font-size: 16px;
  font-weight: bold;
  background: linear-gradient(180deg, #75e6ff 0%, #75e6ff 0.01%, #878bff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.wlc-custom-loyalty-banner__bottom-item-desc[_ngcontent-wlc-app-c3760990826] {
  padding: 0;
  font-size: 14px;
  color: #fff;
  text-wrap: balance;
}
.wlc-custom-loyalty-banner__title[_ngcontent-wlc-app-c3760990826]
  span[_ngcontent-wlc-app-c3760990826] {
  background: linear-gradient(180deg, #75e6ff 0%, #75e6ff 0.01%, #878bff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.games-block .container {
  margin-bottom: 40px;
}
.wlc-menu__item {
  text-align: center;
}
.wlc-menu__link {
  display: inline-block;
}
.wlc-sections__footer--theme-1.wlc-sections__footer--theme-with-aff
  .container
  .wlc-btn--aff:hover {
  box-shadow: 0 0 15px 0 rgba(125, 190, 255, 0.4);
}
@media (min-width: 375px) {
  .swiper-games .swiper-slide {
    width: calc(100% / 2 - 10px) !important;
  }
  .swiper-games .swiper-slide:nth-child(3),
  .swiper-games .swiper-slide:nth-child(4),
  .swiper-games .swiper-slide:nth-child(5),
  .swiper-games .swiper-slide:nth-child(6) {
    display: block;
  }
  .header-buttons {
    gap: 20px;
  }
  .btn {
    font-size: 1.4rem;
    min-width: 115px;
  }
  .banner__decor {
    transform: none;
  }
}
@media (min-width: 480px) {
  .header-wrapper,
  .banner-block,
  .games-categories-block,
  .games-block,
  .wlc-total-jackpot,
  .seo-block,
  .providers-block,
  .wlc-sections__footer,
  .container {
    max-width: 450px;
  }
  .swiper-games .swiper-slide {
    width: calc(100% / 3 - 10px) !important;
  }
  .swiper-games .swiper-slide:nth-child(7),
  .swiper-games .swiper-slide:nth-child(8),
  .swiper-games .swiper-slide:nth-child(9) {
    display: block;
  }
}
@media (min-width: 560px) {
  .header-wrapper,
  .banner-block,
  .games-categories-block,
  .games-block,
  .wlc-total-jackpot,
  .seo-block,
  .providers-block,
  .wlc-sections__footer,
  .container {
    max-width: 530px;
  }
  .header-svg svg {
    width: 114px;
  }
  .wlc-post-menu--theme-default[_nghost-wlc-app-c3856525351]
    .wlc-post-menu__wrp[_ngcontent-wlc-app-c3856525351]
    .wlc-post-menu__items[_ngcontent-wlc-app-c3856525351],
  .wlc-post-menu--theme-default[_nghost-wlc-app-c3856525351]
    .wlc-post-menu__wrp[_ngcontent-wlc-app-c3856525351]
    > .wlc-menu--type-post-menu[_ngcontent-wlc-app-c3856525351] {
    -moz-column-count: 1;
    display: block;
    grid-gap: 0;
    column-count: 1;
  }
  .wlc-footer-ratings--theme-default[_nghost-wlc-app-c1726347706]
    .wlc-footer-ratings__container[_ngcontent-wlc-app-c1726347706] {
    grid-gap: 40px;
  }
  .banner {
    height: 300px;
    padding: 40px 40px 25px;
  }
}
@media (min-width: 640px) {
  .header-wrapper,
  .banner-block,
  .games-categories-block,
  .games-block,
  .wlc-total-jackpot,
  .seo-block,
  .providers-block,
  .wlc-sections__footer,
  .container {
    max-width: 610px;
  }
  .wlc-custom-loyalty-banner__content-bottom[_ngcontent-wlc-app-c3760990826] {
    grid-template-columns: repeat(2, 1fr);
  }
  .wlc-custom-loyalty-banner__bottom-item[_ngcontent-wlc-app-c3760990826] {
    flex-direction: column;
    padding: 0;
    gap: 0;
    justify-content: space-between;
    text-align: center;
    background: radial-gradient(
      117.25% 64.17% at 46.15% 100%,
      rgba(117, 230, 255, 0.2) 0%,
      rgba(117, 230, 255, 0) 70.03%
    );
    border-radius: 32px;
  }
  .wlc-custom-loyalty-banner__bottom-item-img[_ngcontent-wlc-app-c3760990826] {
    width: 65%;
  }
  .wlc-custom-loyalty-banner__bottom-item-title[_ngcontent-wlc-app-c3760990826] {
    padding: 0 40px;
    font-size: 20px;
  }
  .wlc-custom-loyalty-banner__bottom-item-desc[_ngcontent-wlc-app-c3760990826] {
    padding: 16px 40px 24px 40px;
    font-size: 16px;
  }
}

@media (min-width: 720px) {
  .header-wrapper,
  .banner-block,
  .games-categories-block,
  .games-block,
  .wlc-total-jackpot,
  .seo-block,
  .providers-block,
  .wlc-sections__footer,
  .container {
    max-width: 690px;
  }
}

@media (min-width: 768px) {
  .wlc-total-jackpot__amount {
    margin: 60px 0 0;
  }

  .wlc-total-jackpot__content {
    padding: 30px 20px;
  }
  .wlc-total-jackpot__amount svg {
    height: 54px;
  }
  .wlc-total-jackpot__counter,
  .wlc-total-jackpot__currency {
    font-size: 4.4rem;
  }

  .header-wrapper,
  .banner-block,
  .games-categories-block,
  .games-block,
  .wlc-total-jackpot,
  .seo-block,
  .providers-block,
  .wlc-sections__footer,
  .container {
    max-width: 738px;
  }
  .games-categories {
    min-height: 60px;
  }
  .games-grid {
    grid-template-areas:
      "title-icon title show-all swiper-buttons"
      "games-grid games-grid games-grid games-grid";
  }
  .swiper-games .swiper-slide {
    width: calc(100% / 6 - 10px) !important;
  }
  .swiper-games .swiper-slide:nth-child(10),
  .swiper-games .swiper-slide:nth-child(11),
  .swiper-games .swiper-slide:nth-child(12) {
    display: block;
  }

  .wlc-sections__footer--theme-1.wlc-sections__footer--theme-with-aff
    .container {
    grid-template-areas:
      "logo affiliate affiliate"
      "links links links"
      "menu2 menu menu"
      "ratings ratings ratings"
      "payments payments payments"
      "disclaimer disclaimer disclaimer";
  }
  .wlc-post-menu--theme-default.wlc-post-menu--theme-mod-footer-first.wlc-post-menu--without-swiper[_nghost-wlc-app-c3856525351]
    .wlc-post-menu__items[_ngcontent-wlc-app-c3856525351],
  .wlc-post-menu--theme-default.wlc-post-menu--theme-mod-footer-first.wlc-post-menu--without-swiper[_nghost-wlc-app-c3856525351]
    .wlc-post-menu__wrp[_ngcontent-wlc-app-c3856525351]
    > .wlc-menu--type-post-menu[_ngcontent-wlc-app-c3856525351] {
    grid-template-columns: repeat(2, auto);
  }
  .wlc-sections__footer--theme-1 .container {
    grid-template-columns: repeat(3, 1fr);
  }
  .wlc-sections__footer--theme-1 .container {
    grid-template-areas:
      "merchants merchants merchants"
      "payments payments payments"
      "logo menu language"
      "social social social"
      "disclaimer disclaimer disclaimer"
      "license license license";
  }
  .section-title-content {
    font-size: 2.6rem;
  }
  .container.swiper-button-container {
    justify-content: flex-start;
    padding: 15px 55px 25px;
  }
  .banner-block .wlc-swiper-button-prev,
  .banner-block .wlc-swiper-button-next {
    width: 40px;
    height: 40px;
  }
  .wlc-custom-loyalty-banner__title[_ngcontent-wlc-app-c3760990826] {
    font-size: 2.6rem;
  }
}
@media screen and (min-width: 900px) {
  .banner__title {
    max-width: 70%;
  }
  .header-wrapper,
  .banner-block,
  .games-categories-block,
  .games-block,
  .wlc-total-jackpot,
  .seo-block,
  .providers-block,
  .wlc-sections__footer,
  .container {
    max-width: 870px;
  }

  .games-categories {
    grid-template-columns: minmax(0, 1fr) auto auto;
    grid-template-areas: "menu search merch";
  }
  .category-menu {
    margin: 0;
  }
  .search__text,
  .merch__text {
    width: 100%;
  }
  .seo-info {
    padding: 30px;
  }
  .title__main {
    text-align: left;
  }
  p {
    margin-top: 0;
    margin-bottom: 0;
  }
  ol,
  ul {
    margin-top: 0;
    margin-bottom: 1rem;
  }

  ol,
  ul {
    padding-left: 2rem;
  }

  .wlc-icon-list--theme-payments .wlc-icon-list__item,
  .wlc-icon-list--theme-payments .wlc-icon-list-item {
    padding: 10px 20px;
  }
  .wlc-icon-list--theme-payments .wlc-icon-list__item img,
  .wlc-icon-list--theme-payments .wlc-icon-list__item .wlc-icon img,
  .wlc-icon-list--theme-payments .wlc-icon-list__item .wlc-icon svg,
  .wlc-icon-list--theme-payments .wlc-icon-list-item img,
  .wlc-icon-list--theme-payments .wlc-icon-list-item .wlc-icon img,
  .wlc-icon-list--theme-payments .wlc-icon-list-item .wlc-icon svg {
    width: 100%;
    max-height: 35px;
  }
  .wlc-post-menu--theme-default[_nghost-wlc-app-c3856525351]
    .wlc-post-menu__wrp[_ngcontent-wlc-app-c3856525351]
    .wlc-post-menu__items[_ngcontent-wlc-app-c3856525351],
  .wlc-post-menu--theme-default[_nghost-wlc-app-c3856525351]
    .wlc-post-menu__wrp[_ngcontent-wlc-app-c3856525351]
    > .wlc-menu--type-post-menu[_ngcontent-wlc-app-c3856525351] {
    -moz-column-count: 1;
    column-count: 1;
  }
  .wlc-custom-license__age-restrictions,
  .wlc-custom-license__curacao {
    padding: 0 40px;
  }
  .wlc-sections__footer--theme-1
    .footer-bottom__links
    .wlc-license__age-restrictions,
  .wlc-sections__footer--theme-1 .footer-bottom__links .wlc-license__curacao,
  .wlc-sections__footer--theme-1 .footer-bottom__links .wlc-social-icons {
    padding: 0 40px;
  }
  .wlc-footer-ratings--theme-default[_nghost-wlc-app-c1726347706]
    .wlc-footer-ratings__container[_ngcontent-wlc-app-c1726347706] {
    grid-gap: 60px;
  }
  .wlc-disclaimer--theme-default[_nghost-wlc-app-c4222942757]
    .wlc-disclaimer__text[_ngcontent-wlc-app-c4222942757] {
    text-align: start;
    font-style: normal;
    text-align: center;
  }
  .wlc-copyright--theme-default[_nghost-wlc-app-c2064424626]
    .wlc-copyright__text[_ngcontent-wlc-app-c2064424626] {
    text-align: start;
    font-style: normal;
    text-align: center;
  }
}
@media screen and (min-width: 1024px) {
  .wlc-games-grid__swiper-buttons-container {
    display: block;
  }
  .wlc-total-jackpot__content {
    padding: 30px;
  }
  .wlc-total-jackpot__amount svg {
    height: 70px;
  }
  .wlc-total-jackpot__counter,
  .wlc-total-jackpot__currency {
    font-size: 5.8rem;
  }
  .header-wrapper,
  .banner-block,
  .games-categories-block,
  .games-block,
  .wlc-total-jackpot,
  .seo-block,
  .providers-block,
  .wlc-sections__footer,
  .container {
    max-width: 994px;
  }
  .header {
    height: 70px;
  }
  .category-menu {
    margin-right: auto;
  }
  .wlc-game-thumb__desc {
    display: grid;
  }
  .wlc-game-thumb__buttons {
    display: grid;
  }
  .wlc-games-grid__swiper-buttons-container {
    margin: 0 5px 0 auto;
  }
  .wlc-app-content .wlc-sections__footer {
    overflow-x: initial;
  }
  .wlc-sections__footer--theme-1.wlc-sections__footer--theme-with-aff
    .container {
    grid-template-areas:
      "logo affiliate menu2 menu"
      "links links menu2 menu"
      "ratings ratings ratings ratings"
      "payments payments payments payments"
      "disclaimer disclaimer disclaimer disclaimer";
  }
  .wlc-post-menu--theme-default.wlc-post-menu--theme-mod-footer-first.wlc-post-menu--without-swiper[_nghost-wlc-app-c3856525351]
    .wlc-post-menu__items[_ngcontent-wlc-app-c3856525351],
  .wlc-post-menu--theme-default.wlc-post-menu--theme-mod-footer-first.wlc-post-menu--without-swiper[_nghost-wlc-app-c3856525351]
    .wlc-post-menu__wrp[_ngcontent-wlc-app-c3856525351]
    > .wlc-menu--type-post-menu[_ngcontent-wlc-app-c3856525351] {
    max-width: 100%;
  }
  .wlc-post-menu--theme-default.wlc-post-menu--theme-mod-footer-first.wlc-post-menu--without-swiper[_nghost-wlc-app-c3856525351]
    .wlc-post-menu__items[_ngcontent-wlc-app-c3856525351],
  .wlc-post-menu--theme-default.wlc-post-menu--theme-mod-footer-first.wlc-post-menu--without-swiper[_nghost-wlc-app-c3856525351]
    .wlc-post-menu__wrp[_ngcontent-wlc-app-c3856525351]
    > .wlc-menu--type-post-menu[_ngcontent-wlc-app-c3856525351] {
    margin: -5px 0;
  }
  .wlc-post-menu--theme-default.wlc-post-menu--theme-mod-footer-first.wlc-post-menu--without-swiper[_nghost-wlc-app-c3856525351]
    .wlc-post-menu__items[_ngcontent-wlc-app-c3856525351]
    .wlc-menu__item,
  .wlc-post-menu--theme-default.wlc-post-menu--theme-mod-footer-first.wlc-post-menu--without-swiper[_nghost-wlc-app-c3856525351]
    .wlc-post-menu__wrp[_ngcontent-wlc-app-c3856525351]
    > .wlc-menu--type-post-menu[_ngcontent-wlc-app-c3856525351]
    .wlc-menu__item {
    margin: 0 0 5px;
  }
  .wlc-sections__footer--theme-1 .container .wlc-post-menu,
  .wlc-sections__footer--theme-1 .container .wlc-footer-disclaimer,
  .wlc-sections__footer--theme-1 .container .wlc-footer-lang,
  .wlc-sections__footer--theme-1 .container .wlc-license,
  .wlc-sections__footer--theme-1 .container .wlc-logo {
    margin: 0 0 20px;
  }
  .wlc-sections__footer--theme-1 .container {
    grid-template-areas:
      "merchants merchants merchants"
      "payments payments payments"
      "logo menu social"
      "license disclaimer language";
  }
  .wlc-sections__footer--theme-1 .container {
    -moz-column-gap: 30px;
    column-gap: 30px;
    justify-items: start;
    grid-template-columns: auto auto 1fr;
  }
  .wlc-footer-ratings--theme-default[_nghost-wlc-app-c1726347706]
    .wlc-footer-ratings__container[_ngcontent-wlc-app-c1726347706] {
    margin: 0 0 30px;
  }
  .wlc-sections__footer--theme-1
    .wlc-disclaimer--theme-default[_nghost-wlc-app-c4222942757]
    .wlc-disclaimer__text[_ngcontent-wlc-app-c4222942757] {
    text-align: start;
  }
  .wlc-sections__footer--theme-1
    .wlc-copyright--theme-default[_nghost-wlc-app-c2064424626]
    .wlc-copyright__text[_ngcontent-wlc-app-c2064424626] {
    text-align: start;
  }
  .wlc-sections__sticky-footer {
    display: none;
  }
  .wlc-sections__footer {
    padding: 0;
  }
  .banner__title {
    font-size: 3.2rem;
    line-height: 5rem;
  }
}

@media screen and (min-width: 1200px) {
  .wlc-total-jackpot__content {
    padding: 30px 75px 75px;
  }
  .wlc-total-jackpot__amount {
    margin: 90px 0 0;
  }
  .wlc-total-jackpot__amount svg {
    height: 110px;
  }
  .wlc-total-jackpot__counter,
  .wlc-total-jackpot__currency {
    font-size: 8rem;
  }
  .category-menu__control {
    display: none;
  }
  .banner__title {
    font-style: normal;
    font-weight: bold;
    font-size: 4rem;
    line-height: 5.8rem;
  }
  .header-wrapper,
  .banner-block,
  .games-categories-block,
  .games-block,
  .wlc-total-jackpot,
  .seo-block,
  .providers-block,
  .wlc-sections__footer,
  .container {
    max-width: 1200px;
  }

  .menu__link {
    padding: 0 15px;
  }

  .menu__link-text {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0;
    height: 100%;
    padding: 0;
    text-align: center;
    text-wrap: wrap;
    opacity: 0;
    overflow: hidden;
    scale: 0;
  }
  .menu__link:hover .menu__link-text {
    width: 110px;
    padding: 0 5px;
    opacity: 1;
    scale: 1;
    transition: scale 0.3s 0.1s;
  }
  .active .menu__link-text {
    width: 110px;
    padding: 0 5px;
    opacity: 1;
    scale: 1;
    transition: scale 0.3s 0.1s;
  }
  .seo-info {
    padding: 40px;
  }

  .wlc-sections__footer--theme-1.wlc-sections__footer--theme-with-aff
    .container {
    grid-template-areas:
      "logo affiliate menu2 menu menu menu"
      "links links menu2 menu menu menu"
      "ratings ratings ratings ratings ratings ratings"
      "payments payments payments payments payments payments"
      "disclaimer disclaimer disclaimer disclaimer disclaimer disclaimer";
  }
  .wlc-sections__footer--theme-1.wlc-sections__footer--theme-with-aff
    .container {
    grid-template-rows: repeat(6, auto);
  }
  .wlc-total-jackpot {
    max-width: 1170px;
  }
  .wlc-custom-loyalty-banner__content-bottom[_ngcontent-wlc-app-c3760990826] {
    grid-template-columns: repeat(4, 1fr);
  }
  .wlc-custom-loyalty-banner__content-bottom[_ngcontent-wlc-app-c3760990826] {
    gap: 10px;
  }
}
@media screen and (min-width: 1630px) {
  .header-wrapper,
  .banner-block,
  .games-categories-block,
  .games-block,
  .wlc-total-jackpot,
  .seo-block,
  .providers-block,
  .wlc-sections__footer,
  .container {
    max-width: 1320px;
  }
  .header {
    height: 88px;
  }
  .wlc-icon-list--theme-payments .wlc-icon-list__item,
  .wlc-icon-list--theme-payments .wlc-icon-list-item {
    padding: 20px;
  }
}

@keyframes shine {
  0% {
    left: -100%;
  }

  25% {
    left: 100%;
  }

  50% {
    left: 100%;
  }

  75% {
    left: -100%;
  }

  100% {
    left: -100%;
  }
}

@keyframes iconScale {
  55% {
    transform: scale(1.25) rotate(10deg);
  }

  100% {
    transform: scale(1) rotate(0deg);
  }
}
@media screen and (max-width: 1023px) {
  .wlc-post-menu--theme-default.wlc-post-menu--theme-mod-footer-first.wlc-post-menu--without-swiper[_nghost-wlc-app-c3856525351]
    .wlc-post-menu__items[_ngcontent-wlc-app-c3856525351],
  .wlc-post-menu--theme-default.wlc-post-menu--theme-mod-footer-first.wlc-post-menu--without-swiper[_nghost-wlc-app-c3856525351]
    .wlc-post-menu__wrp[_ngcontent-wlc-app-c3856525351]
    > .wlc-menu--type-post-menu[_ngcontent-wlc-app-c3856525351] {
    justify-content: space-evenly;
  }
}
