img,
svg {
  vertical-align: middle;
}
a {
  text-decoration: none;
  text-align: center;
  margin: 0;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
.wlc-icon svg,
.wlc-icon img {
  width: var(--wlc-icon-width);
  height: var(--wlc-icon-height);
  overflow: visible;
}
.wlc-app-content {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.wlc-app-content > * {
  padding: 0 15px;
  overflow: hidden;
}

.wlc-sections__header {
  width: auto;
  margin-right: calc(-1 * var(--fp-left-size-gap));
  margin-left: calc(-1 * var(--fp-left-size-gap));
}
.wlc-sections__header {
  --sticky-transform-coef: 1;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background: none;
  transform: translateZ(0);
  transition: transform 0.3s ease-in-out;
}
.wlc-sections__header:before {
  content: "";
  position: absolute;
  top: -1px;
  bottom: 0;
  left: 0;
  z-index: 0;
  display: block;
  width: 100%;
  background: #18040d;
  transform: scale3d(1, var(--sticky-scale-val, 1), 1);
  transform-origin: top;
  transition: inherit;
}
.wlc-sections__header--theme-universal {
  margin-top: 0;
}
.container,
.container-fluid {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 0;
}
.wlc-sections__header .container {
  min-height: 60px;
  position: relative;
  z-index: 1;
  transform: translate3d(0, var(--sticky-translate-val, 0), 0);
  transition: inherit;
  max-width: calc(100% - 30px);
  grid-template-columns: 1fr auto;
  gap: 0;
  padding: 0;
  display: grid;
  align-items: center;
}
[_nghost-wlc-app-c3860173112] {
  display: none;
}
.wlc-sections__header--theme-universal .header__left,
.wlc-sections__header--theme-universal .header__right {
  display: flex;
  align-items: center;
}
.wlc-sections__header--theme-universal .wlc-logo {
  width: 114px;
  margin: 0;
}
.wlc-sections__header--theme-universal .wlc-logo__image {
  display: flex;
  align-items: center;
  justify-content: left;
}
.wlc-sections__header--theme-universal .wlc-logo img,
.wlc-sections__header--theme-universal .wlc-logo svg {
  width: auto;
  height: 100%;
  max-height: 50%;
  margin: 0 auto;
  object-fit: contain;
  object-position: 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-sections__header--theme-universal
  .header__right
  .wlc-deposit-notification {
  display: none;
}
.wlc-sections__header--theme-universal .header__left > *:not(.wlc-logo),
.wlc-sections__header--theme-universal .header__right > *:not(.wlc-logo) {
  margin-right: calc(var(--h-gap) * 0.5);
  margin-left: calc(var(--h-gap) * 0.5);
}
.wlc-sections__header--theme-universal .wlc-btn-search {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}
.wlc-sections__header--theme-universal .wlc-btn-search {
  width: 100%;
}
.wlc-btn[_nghost-wlc-app-c3559402143] {
  box-sizing: border-box;
  padding: 0;
  background: none;
  outline: none;
  cursor: pointer;
  transition: all 0.3s;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  overflow: hidden;
}
.wlc-sections__header .container .wlc-btn-search {
  overflow: visible;
  display: none;
}
.wlc-sections__header--theme-universal .wlc-btn-search__text,
.wlc-sections__header--theme-universal .wlc-btn-search .wlc-icon,
.wlc-sections__header--theme-universal .wlc-btn-search .wlc-icon-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wlc-sections__header--theme-universal .wlc-btn-search__text {
  width: 100%;
  padding: 3px 5px 3px 12px;
  color: var(--mc-searchText);
  font-size: 1.6rem;
  background: var(--mc-searchBg);
  border-radius: 7px;
  transition: all 0.3s;
}
.wlc-sections__header--theme-universal .wlc-btn-search .wlc-icon {
  padding: 8px;
  border: 1px solid var(--mc-main);
  border-radius: 6px;
}
.wlc-sections__header--theme-universal .wlc-btn-burger svg,
.wlc-sections__header--theme-universal .wlc-btn-burger rect,
.wlc-sections__header--theme-universal .wlc-btn-search svg,
.wlc-sections__header--theme-universal .wlc-btn-search rect {
  transition: all 0.3s linear;
  fill: var(--mc-main);
}
.wlc-sections__header--theme-universal .wlc-btn-search .wlc-icon svg {
  width: 15px;
  height: 15px;
  fill: var(--mc-baseMain);
}
.wlc-sections__header--theme-universal .wlc-login-signup {
  justify-content: flex-end;
}
.wlc-login-signup--theme-default[_nghost-wlc-app-c3252888576] {
  display: grid;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  grid-gap: 5px;
  grid-template-areas: "login sign";
  align-items: center;
}
.wlc-btn[_nghost-wlc-app-c3559402143] {
  box-sizing: border-box;
  padding: 0;
  background: none;
  outline: none;
  cursor: pointer;
  transition: all 0.3s;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  overflow: hidden;
}
.wlc-btn--theme-skew[_nghost-wlc-app-c3559402143] {
  height: 40px;
  display: grid;
  grid-column-gap: initial;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  justify-content: center;
  min-width: 128px;
  padding: 5px 10px;
  background: var(--mc-main);
  box-shadow: none;
  border: 1px solid transparent;
  border-radius: 3px;
  background: var(--mc-main);
  border: 1px solid transparent;
  transform: skew(-10deg, 0);
}
.wlc-slider-navigation--theme-default[_nghost-wlc-app-c225656936]
  .wlc-swiper-button-prev.swiper-button-disabled,
.wlc-slider-navigation--theme-default[_nghost-wlc-app-c225656936]
  .wlc-swiper-button-next.swiper-button-disabled {
  opacity: 0.5;
}
.wlc-btn--theme-skew.wlc-btn--theme-mod-secondary[_nghost-wlc-app-c3559402143] {
  background: transparent;
  color: var(--mc-baseMain);
  border: 1px solid var(--mc-baseMain);
}
.wlc-login-signup--theme-default[_nghost-wlc-app-c3252888576]
  .wlc-btn--type-default[data-wlc-element="button_login-modal"] {
  grid-area: login;
}
.wlc-login-signup--theme-default[_nghost-wlc-app-c3252888576]
  .wlc-btn--type-default[data-wlc-element="button_login-modal"] {
  border: 1px solid var(--mc-main);
  background: transparent;
}
.wlc-btn--theme-skew[_nghost-wlc-app-c3559402143]
  .wlc-btn__text[_ngcontent-wlc-app-c3559402143] {
  color: var(--mc-buttonText-locked, var(--mc-baseMain-locked));
  font-style: normal;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.45;
  grid-column: 2;
  text-transform: uppercase;
  transform: skew(10deg, 0);
  font-weight: 800;
  font-style: italic;
}
.wlc-login-signup--theme-default[_nghost-wlc-app-c3252888576]
  .wlc-btn--type-default[data-wlc-element="button_login-modal"]
  .wlc-btn__text {
  line-height: 1;
}
.wlc-btn--theme-skew.wlc-btn--animate-shine[_nghost-wlc-app-c3559402143],
.wlc-btn--theme-skew.wlc-btn--deposit[_nghost-wlc-app-c3559402143] {
  position: relative;
  overflow: hidden;
}
.wlc-login-signup--theme-default[_nghost-wlc-app-c3252888576]
  .wlc-btn--type-default[data-wlc-element="button_register-modal"] {
  grid-area: sign;
}
.wlc-login-signup--theme-default[_nghost-wlc-app-c3252888576]
  .wlc-btn--type-default[data-wlc-element="button_register-modal"] {
  border: none;
  background: var(--mc-buttonGradient);
  box-shadow: none;
}
.wlc-sections__banner-wolf-fixed {
  margin-bottom: 20px;
}
.wlc-sections__banner-wolf-fixed .wolf-banner-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
}
.wlc-slider--theme-wolf-banner {
  position: relative;
}
.wlc-sections__banner-wolf-fixed .wlc-slider--theme-wolf-banner,
.wlc-sections__banner-wolf-fixed .wolf-banner-1 {
  min-width: 100%;
}
.wlc-sections__banner-wolf-fixed .wlc-slider--theme-wolf-banner {
  display: none;
}
swiper-container {
  --swiper-pagination-color: var(--mc-baseMain-locked);
  --swiper-pagination-bullet-inactive-color: var(--mc-baseMain-o6);
  --swiper-pagination-bullet-inactive-opacity: 1;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}
.wlc-slider--theme-wolf-banner .swiper {
  padding: 0;
  overflow: visible;
}
.wlc-slider .swiper {
  max-height: 100%;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.wlc-slider .swiper-slide {
  height: auto;
}
.wlc-slider--theme-wolf-banner .swiper .swiper-slide {
  max-width: unset;
}
.wlc-sections__banner-wolf-fixed .banner,
.wlc-sections__banner-wolf .banner {
  min-height: 250px !important;
  padding: 150px 20px 20px !important;
}
.wlc-banner--theme-wolf-banner[_nghost-wlc-app-c1258616718] .banner {
  min-height: 220px;
  padding: 20px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: unset;
  text-align: left;
  text-decoration: none;
  background: var(--mc-labelBorder);
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  border-radius: 6px;
  cursor: pointer;
}
.wlc-banner--theme-wolf-banner[_nghost-wlc-app-c1258616718] .banner {
  background-position: center top;
}
.wlc-banner--theme-wolf-banner[_nghost-wlc-app-c1258616718] .banner:before {
  transition: opacity 0.3s linear;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: var(--wlc-banner-backdrop-bg, var(--mc-baseContrast-o2));
  opacity: 0;
}

.wlc-banner--theme-wolf-banner[_nghost-wlc-app-c1258616718] .banner * {
  z-index: 2;
}
.wlc-banner--theme-wolf-banner[_nghost-wlc-app-c1258616718] .banner__title {
  color: var(--mc-baseThird-locked, var(--mc-baseMain-locked));
  font-style: normal;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 1.45;
  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;
  -webkit-line-clamp: 2;
  z-index: 2;
}
.wlc-banner--theme-wolf-banner[_nghost-wlc-app-c1258616718]
  .banner
  .banner__title {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  height: 35px;
  padding: 0 20px 0 15px;
  font-weight: 600;
  line-height: 35px;
  background: var(--mc-main);
  transform: skew(-30deg, 0);
  border-right: 2px solid var(--mc-labelBorder);
  border-bottom: 2px solid var(--mc-labelBorder);
  border-radius: 0 4px 4px 0;
}
.wlc-banner--theme-wolf-banner[_nghost-wlc-app-c1258616718]
  .banner
  .banner__title
  span {
  display: block;
  transform: skew(30deg, 0);
}
.wlc-banner--theme-wolf-banner[_nghost-wlc-app-c1258616718]
  .banner__description,
.wlc-banner--theme-wolf-banner[_nghost-wlc-app-c1258616718]
  .banner__description-bottom {
  display: -webkit-box;
  box-orient: vertical;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  -webkit-line-clamp: 1;
  font-weight: bold;
  font-style: italic;
  line-height: 1.15;
}
.wlc-banner--theme-wolf-banner[_nghost-wlc-app-c1258616718] .banner:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 20px;
  height: 33px;
  background: var(--mc-main);
}
.wlc-sections__banner-promo {
  margin: 0 0 35px;
}
.wlc-sections__banner-promo .banner-promo-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
.wlc-slider--theme-banner-promo-left,
.wlc-slider--theme-banner-promo-right {
  position: relative;
  min-width: 100%;
}
.wlc-slider--theme-default-banner {
  position: relative;
  overflow: hidden;
}
.wlc-slider--theme-banner-promo-left .swiper,
.wlc-slider--theme-banner-promo-right .swiper {
  padding: 0;
  overflow: hidden;
}
.wlc-slider--theme-banner-promo-left .swiper .swiper-slide,
.wlc-slider--theme-banner-promo-right .swiper .swiper-slide {
  max-width: unset;
}
.wlc-banner--theme-banner-promo-left .banner {
  background-color: var(--mc-main);
}
.wlc-banner--theme-banner-promo-left .banner,
.wlc-banner--theme-banner-promo-right .banner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: 140px;
  padding: 55px 20px 10px;
  text-align: left;
  text-decoration: none;
  background-repeat: no-repeat;
  background-position: right top;
  background-size: cover;
  cursor: pointer;
  overflow: hidden;
  border-radius: 6px;
}
.wlc-banner--theme-banner-promo-left .banner__title span,
.wlc-banner--theme-banner-promo-right .banner__title span {
  display: block;
  transform: skew(30deg);
}
.wlc-banner--theme-banner-promo-left .banner__title,
.wlc-banner--theme-banner-promo-right .banner__title {
  display: -webkit-box;
  box-orient: vertical;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  -webkit-line-clamp: 2;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  height: 35px;
  padding: 0 20px 0 15px;
  color: var(--mc-baseMain);
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 35px;
  background: var(--mc-main);
  transform: skew(-30deg);
  border-right: 2px solid var(--mc-labelBorder);
  border-bottom: 2px solid var(--mc-labelBorder);
}
.wlc-banner--theme-banner-promo-left .banner *,
.wlc-banner--theme-banner-promo-right .banner * {
  z-index: 2;
}
.wlc-banner--theme-banner-promo-left .banner__description,
.wlc-banner--theme-banner-promo-left .banner__description-bottom,
.wlc-banner--theme-banner-promo-right .banner__description,
.wlc-banner--theme-banner-promo-right .banner__description-bottom {
  display: -webkit-box;
  box-orient: vertical;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  -webkit-line-clamp: 1;
  z-index: 2;
  max-width: 280px;
  padding: 0 10px 0 0;
  color: var(--mc-baseMain);
  font-weight: 700;
  font-size: 2.4rem;
  font-style: italic;
  line-height: 1.15;
}
.wlc-banner--theme-banner-promo-left .banner__decor,
.wlc-banner--theme-banner-promo-right .banner__decor {
  position: absolute;
  z-index: 0;
  display: flex;
  align-items: end;
  height: 100%;
  object-position: initial;
}
.wlc-banner--theme-banner-promo-left .banner__decor--right,
.wlc-banner--theme-banner-promo-right .banner__decor--right {
  right: 20px;
  bottom: 0;
}
.wlc-banner--theme-banner-promo-left .banner__decor img,
.wlc-banner--theme-banner-promo-right .banner__decor img {
  display: block;
  width: 100%;
  max-height: 100%;
  will-change: transform;
  object-fit: contain;
  object-position: right;
}
.wlc-banner--theme-banner-promo-left .banner:after,
.wlc-banner--theme-banner-promo-right .banner:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 20px;
  height: 33px;
  background: var(--mc-main);
}
.wlc-sections__categories,
.wlc-sections__content-games-top,
.wlc-sections__content-games-bottom,
.wlc-sections__content-games,
.wlc-sections__content-wins,
.wlc-sections__total-jackpot,
.wlc-sections__total-jackpot-interactive,
.wlc-sections__promo-categories,
.wlc-sections__promo-bonuses,
.wlc-sections__home-promo,
.wlc-sections__winners-section,
.wlc-sections__content-games-vertical,
.wlc-sections__loyalty-program,
.wlc-sections__game-widgets,
.wlc-sections__providers,
.wlc-sections__content-wins-transparent,
.wlc-sections__random-games,
.wlc-sections__banner-promotion,
.wlc-sections__four-elements,
.wlc-sections__content-games-top2,
.wlc-sections__winners-section-2,
.wlc-sections__home-about,
.wlc-sections__youtube-block,
.wlc-sections__content-games-recommended,
.wlc-sections__local-jackpot,
.app-contacts-state .wlc-sections__info-page,
[class*="app-profile-"] .wlc-sections__profile-content {
  margin-bottom: 40px;
}
.wlc-sections__categories--theme-1[class] {
  margin: 0 0 40px;
}
.wlc-sections__categories--theme-1 > .container {
  padding: 0;
  border-radius: 0;
  background: none;
}
.wlc-sections__categories--theme-1 .games-categories {
  min-height: auto;
  grid-gap: 0;
  grid-template-columns: 1fr 1fr;
  display: grid;
  align-items: center;
}
.wlc-sections__categories--theme-1 .games-categories {
  grid-template-areas:
    "menu menu"
    "search merch";
}
.wlc-sections__categories--theme-1 .wlc-category-menu {
  grid-area: menu;
  margin: 0 0 20px;
}
.wlc-category-menu--theme-icons-compact[_nghost-wlc-app-c3364612921] {
  background: var(--mc-bg700);
  border-radius: 0;
  width: 100%;
  overflow: hidden;
}
.wlc-category-menu[_nghost-wlc-app-c3364612921] {
  position: relative;
}
.wlc-category-menu--theme-icons-compact[_nghost-wlc-app-c3364612921]
  .wlc-category-menu__content {
  padding: 0;
}
.wlc-category-menu--theme-icons-compact[_nghost-wlc-app-c3364612921]
  .wlc-menu
  .swiper {
  padding: 0 8px;
  display: flex;
}
.wlc-category-menu[_nghost-wlc-app-c3364612921] .wlc-slider .swiper-slide {
  width: auto;
}
.wlc-menu.wlc-menu--swiper[_nghost-wlc-app-c454551378] .swiper-slide,
.wlc-menu.wlc-menu--swiper[_nghost-wlc-app-c454551378] .swiper-wrapper {
  width: auto;
}
.wlc-category-menu--theme-icons-compact[_nghost-wlc-app-c3364612921]
  .wlc-menu__link {
  height: 40px;
  padding: 0 10px;
  color: var(--mc-baseMain);
  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;
}
.wlc-category-menu--theme-icons-compact[_nghost-wlc-app-c3364612921]
  .wlc-menu__link {
  border-radius: 3px;
}
.wlc-category-menu--theme-icons-compact[_nghost-wlc-app-c3364612921]
  .wlc-menu__link.active {
  color: var(--mc-baseMain);
  font-weight: 700;
  background: var(--mc-main);
}
.wlc-category-menu--theme-icons-compact[_nghost-wlc-app-c3364612921]
  .wlc-menu__item
  .wlc-menu__link {
  transform: skew(-10deg, 0);
  border-right: 2px solid transparent;
  border-image: var(--mc-borderGradient);
  border-image-slice: 1;
}
.wlc-category-menu--theme-icons-compact[_nghost-wlc-app-c3364612921]
  .wlc-menu__link.active {
  margin-left: -3px;
  border-image: none;
}
.wlc-category-menu--theme-icons-compact[_nghost-wlc-app-c3364612921]
  .wlc-menu__icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px 0 0;
  color: inherit;
}
.wlc-category-menu--theme-icons-compact[_nghost-wlc-app-c3364612921]
  .wlc-menu__link
  .wlc-menu__icon,
.wlc-category-menu--theme-icons-compact[_nghost-wlc-app-c3364612921]
  .wlc-menu__link
  .wlc-menu__link-text {
  transform: skew(10deg, 0);
}
.wlc-category-menu--theme-icons-compact[_nghost-wlc-app-c3364612921]
  .wlc-menu__icon
  svg {
  width: 20px;
  height: 20px;
  transform: translateZ(0);
}
.wlc-category-menu--theme-icons-compact[_nghost-wlc-app-c3364612921]
  .wlc-menu__icon
  svg,
.wlc-category-menu--theme-icons-compact[_nghost-wlc-app-c3364612921]
  .wlc-menu__icon
  svg
  path {
  fill: currentColor;
}
.wlc-category-menu--theme-icons-compact[_nghost-wlc-app-c3364612921]
  .wlc-menu__link
  .wlc-menu__link-text {
  display: block;
  transition: all ease 0.3s;
}
.wlc-category-menu--theme-icons-compact[_nghost-wlc-app-c3364612921]
  .wlc-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;
}
.wlc-category-menu--theme-icons-compact[_nghost-wlc-app-c3364612921]
  .wlc-category-menu__control {
  position: relative;
  align-items: center;
  width: 30px;
  height: 100%;
  color: var(--mc-baseMain);
  background: none;
  cursor: pointer;
  border: none;
  transition: all 0.3s ease-out;
  pointer-events: initial;
  display: flex;
}

.wlc-category-menu--theme-icons-compact[_nghost-wlc-app-c3364612921]
  .wlc-category-menu__control:disabled {
  display: flex;
}
.wlc-category-menu--theme-icons-compact[_nghost-wlc-app-c3364612921]
  .wlc-category-menu__control
  .wlc-icon {
  display: none;
  line-height: 1;
}
.wlc-category-menu--theme-icons-compact[_nghost-wlc-app-c3364612921]
  .wlc-category-menu__control
  .wlc-icon {
  display: block;
}
.wlc-category-menu--theme-icons-compact[_nghost-wlc-app-c3364612921]
  .wlc-category-menu__control
  svg {
  transform: var(--wlc-category-menu-svg-transform, none);
  fill: currentColor;
}
.wlc-category-menu--theme-icons-compact[_nghost-wlc-app-c3364612921]
  .wlc-category-menu__control--next {
  --wlc-category-menu-svg-transform: rotate(-90deg);
  margin: 0 0 0 auto;
  justify-content: flex-end;
}
.wlc-sections__categories--theme-1 .wlc-btn-search.wlc-btn,
.wlc-sections__categories--theme-1 .wlc-btn-merch.wlc-btn {
  height: 40px;
  width: 100%;
  min-width: auto;
  background: transparent;
  padding: 0 10px;
  border-radius: unset;
  color: var(--mc-baseMain);
  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;
}
.wlc-sections__categories--theme-1 .wlc-btn-search.wlc-btn,
.wlc-sections__categories--theme-1 .wlc-btn-merch.wlc-btn {
  width: auto;
  transform: skew(-10deg);
  display: flex;
  align-items: center;
}
.wlc-sections__categories--theme-1 .wlc-btn-search.wlc-btn {
  grid-area: search;
  border-right: 2px solid transparent;
  border-image: var(--mc-borderGradient);
  border-image-slice: 1;
}
.wlc-sections__categories--theme-1 .wlc-btn-search.wlc-btn > span,
.wlc-sections__categories--theme-1 .wlc-btn-merch.wlc-btn > span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  white-space: nowrap;
}
.wlc-sections__categories--theme-1 .wlc-btn-search.wlc-btn > span,
.wlc-sections__categories--theme-1 .wlc-btn-merch.wlc-btn > span {
  width: -moz-fit-content;
  width: fit-content;
}
.wlc-sections__categories--theme-1
  .wlc-btn-search.wlc-btn
  .wlc-btn-search__text,
.wlc-sections__categories--theme-1 .wlc-btn-search.wlc-btn .wlc-btn-merch__text,
.wlc-sections__categories--theme-1 .wlc-btn-merch.wlc-btn .wlc-btn-search__text,
.wlc-sections__categories--theme-1 .wlc-btn-merch.wlc-btn .wlc-btn-merch__text {
  transform: skew(10deg);
}
.wlc-sections__categories--theme-1 .wlc-btn-search.wlc-btn .wlc-icon,
.wlc-sections__categories--theme-1 .wlc-btn-merch.wlc-btn .wlc-icon {
  transition: color 0.3s linear;
  display: block;
  margin-left: 0;
  color: var(--mc-baseMain);
  line-height: 1;
}
.wlc-sections__categories--theme-1 .wlc-btn-search.wlc-btn .wlc-icon,
.wlc-sections__categories--theme-1 .wlc-btn-merch.wlc-btn .wlc-icon {
  order: -1;
  margin-right: 10px;
}
.wlc-sections__categories--theme-1 .wlc-btn-search.wlc-btn .wlc-icon svg,
.wlc-sections__categories--theme-1 .wlc-btn-merch.wlc-btn .wlc-icon svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}
.wlc-sections__categories--theme-1 .wlc-btn-merch[wlc-button] path {
  stroke: currentColor;
}
.wlc-category-menu--theme-icons-compact[_nghost-wlc-app-c3364612921]
  .wlc-category-menu__control:before {
  background: linear-gradient(90deg, var(--mc-bg700), var(--mc-bg700-o0));
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}
.wlc-category-menu--theme-icons-compact[_nghost-wlc-app-c3364612921]
  .wlc-category-menu__control--next:before {
  transform: scaleX(-1);
}
.wlc-sections__categories--theme-1 .wlc-btn-merch.wlc-btn {
  grid-area: merch;
  margin-left: unset;
  padding: 0 10px;
}
.wlc-games-grid--theme-swiper[_nghost-wlc-app-c3748941157]
  .wlc-games-grid__content[_ngcontent-wlc-app-c3748941157] {
  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;
}
.wlc-section-title--theme-default[_nghost-wlc-app-c679633311] {
  display: flex;
  align-items: center;
}
a.wlc-section-title--theme-default[_nghost-wlc-app-c679633311] {
  text-decoration: none;
  cursor: pointer;
}
.wlc-section-title--theme-default[_nghost-wlc-app-c679633311]
  .wlc-section-title__icon[_ngcontent-wlc-app-c679633311] {
  --wlc-icon-width: 20px;
  --wlc-icon-height: 20px;
  margin: 0 10px 0 0;
}
.wlc-section-title--theme-default[_nghost-wlc-app-c679633311]
  .wlc-section-title__icon[_ngcontent-wlc-app-c679633311] {
  transition: color 0.3s linear;
  color: var(--mc-baseMain);
}
.wlc-section-title--theme-default[_nghost-wlc-app-c679633311]
  .wlc-section-title__icon[_ngcontent-wlc-app-c679633311]
  .wlc-icon-content {
  display: flex;
}
.wlc-icon svg,
.wlc-icon img {
  width: var(--wlc-icon-width);
  height: var(--wlc-icon-height);
  overflow: visible;
}
.wlc-section-title--theme-default[_nghost-wlc-app-c679633311]
  .wlc-section-title__icon[_ngcontent-wlc-app-c679633311]
  .wlc-icon-content
  svg {
  fill: var(--mc-baseMain);
}
.wlc-section-title--theme-default[_nghost-wlc-app-c679633311]
  .wlc-section-title__icon[_ngcontent-wlc-app-c679633311]
  .wlc-icon-content
  svg {
  transition: fill 0.3s linear;
}
.wlc-section-title--theme-default[_nghost-wlc-app-c679633311]
  .wlc-section-title__content[_ngcontent-wlc-app-c679633311] {
  color: var(--mc-baseMain);
  font-style: normal;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.4;
}
.wlc-section-title--theme-default[_nghost-wlc-app-c679633311]
  .wlc-section-title__content[_ngcontent-wlc-app-c679633311] {
  font-style: italic;
  text-transform: uppercase;
}
a.wlc-section-title--theme-default[_nghost-wlc-app-c679633311]
  .wlc-section-title__content[_ngcontent-wlc-app-c679633311] {
  transition: color 0.3s linear;
  color: var(--mc-baseMain);
}
.wlc-section-title--theme-default[_nghost-wlc-app-c679633311]
  .wlc-section-title__content[_ngcontent-wlc-app-c679633311]
  .wlc-icon {
  display: none;
}
a.wlc-section-title--theme-default[_nghost-wlc-app-c679633311]
  .wlc-section-title__content[_ngcontent-wlc-app-c679633311]
  .wlc-icon {
  transition: opacity 0.3s linear;
  opacity: 0;
}
.wlc-games-grid--theme-swiper[_nghost-wlc-app-c3748941157]
  .wlc-games-grid__show-all-btn[_ngcontent-wlc-app-c3748941157],
.wlc-games-grid--theme-swiper[_nghost-wlc-app-c3748941157]
  .wlc-games-grid__link[_ngcontent-wlc-app-c3748941157] {
  grid-area: show-all;
}
.wlc-games-grid[_nghost-wlc-app-c3748941157]
  .wlc-games-grid__link[_ngcontent-wlc-app-c3748941157] {
  color: var(--mc-main);
  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;
}
.wlc-games-grid[_nghost-wlc-app-c3748941157]
  .wlc-games-grid__link[_ngcontent-wlc-app-c3748941157] {
  margin: 0 0 0 30px;
  font-weight: 600;
}
.wlc-games-grid--theme-swiper[_nghost-wlc-app-c3748941157]
  .wlc-games-grid__games-slider[_ngcontent-wlc-app-c3748941157] {
  grid-area: games-grid;
  min-width: 0;
}
.wlc-games-grid--theme-swiper[_nghost-wlc-app-c3748941157] .wlc-slider .swiper {
  padding-bottom: 20px;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  box-sizing: content-box;
  margin-right: -5px;
}
.wlc-games-grid__games-slider .swiper .swiper-slide {
  width: calc(50% - 10px) !important;
  height: calc(50% - 7.5px);
  margin-right: 10px;
}
.wlc-games-grid__games-slider .swiper .swiper-slide:nth-child(7),
.wlc-games-grid__games-slider .swiper .swiper-slide:nth-child(8),
.wlc-games-grid__games-slider .swiper .swiper-slide:nth-child(9),
.wlc-games-grid__games-slider .swiper .swiper-slide:nth-child(10),
.wlc-games-grid__games-slider .swiper .swiper-slide:nth-child(11),
.wlc-games-grid__games-slider .swiper .swiper-slide:nth-child(12) {
  display: none;
}
.wlc-game-thumb--theme-default[_nghost-wlc-app-c1168474847] {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  background-position: center;
  background-color: var(--mc-bg-d10);
  background-image: url(assets/logo.svg);
  background-size: 50%;
  background-repeat: no-repeat;
}
.wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-external-title[_nghost-wlc-app-c1168474847] {
  aspect-ratio: unset;
  background: none;
  border-radius: unset;
}
.wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-external-title[_nghost-wlc-app-c1168474847]
  .wlc-game-thumb__card[_ngcontent-wlc-app-c1168474847] {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  background-position: center;
  background-color: var(--mc-bg-d10);
  background-image: url(assets/logo.svg);
  background-size: 50%;
  background-repeat: no-repeat;
}
.wlc-game-thumb--theme-default[_nghost-wlc-app-c1168474847]
  .wlc-game-thumb-media__wrap[_ngcontent-wlc-app-c1168474847] {
  position: relative;
  overflow: hidden;
}
.wlc-game-thumb--theme-default[_nghost-wlc-app-c1168474847]
  .wlc-game-thumb-media__video[_ngcontent-wlc-app-c1168474847] {
  display: block;
  object-fit: cover;
  object-position: center;
  width: 100%;
  aspect-ratio: 4 / 3;
}
.wlc-game-thumb--theme-default[_nghost-wlc-app-c1168474847]
  .wlc-game-thumb__img[_ngcontent-wlc-app-c1168474847],
.wlc-game-thumb--theme-default[_nghost-wlc-app-c1168474847]
  .wlc-game-thumb__desc[_ngcontent-wlc-app-c1168474847],
.wlc-game-thumb--theme-default[_nghost-wlc-app-c1168474847]
  .wlc-game-thumb__ppl-more-block[_ngcontent-wlc-app-c1168474847],
.wlc-game-thumb--theme-default[_nghost-wlc-app-c1168474847]
  .wlc-game-thumb__desc[_ngcontent-wlc-app-c1168474847]:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.wlc-game-thumb--theme-default[_nghost-wlc-app-c1168474847]
  .wlc-game-thumb__desc[_ngcontent-wlc-app-c1168474847] {
  display: grid;
  transition: opacity 0.3s linear;
  z-index: 5;
  grid-template-rows: 1fr auto;
  padding: 10px;
  opacity: 0;
}
.wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-external-title[_nghost-wlc-app-c1168474847]
  .wlc-game-thumb__desc[_ngcontent-wlc-app-c1168474847] {
  align-items: end;
}

.wlc-game-thumb--theme-default[_nghost-wlc-app-c1168474847]
  .wlc-game-thumb__desc[_ngcontent-wlc-app-c1168474847]:before {
  transition: all 0.25s linear;
  content: "";
  z-index: 1;
  background: linear-gradient(
    180deg,
    rgba(255, 0, 104, 0) 0%,
    var(--mc-pinkGradientColor) 84.27%
  );
  transform: translateX(-100%) skewX(35deg);
  pointer-events: none;
}
.wlc-game-thumb--theme-default[_nghost-wlc-app-c1168474847]
  .wlc-game-thumb__desc[_ngcontent-wlc-app-c1168474847]:before {
  transform: none;
  opacity: 0;
}
.wlc-game-thumb--theme-default[_nghost-wlc-app-c1168474847]
  .wlc-game-thumb__buttons[_ngcontent-wlc-app-c1168474847] {
  display: none;
  gap: 10px;
  justify-content: center;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  z-index: 3;
}
.wlc-game-thumb--theme-default[_nghost-wlc-app-c1168474847]
  .wlc-game-thumb__buttons[_ngcontent-wlc-app-c1168474847] {
  display: grid;
  gap: 10px;
  justify-content: center;
  grid-template-rows: minmax(0, 1fr) minmax(0, 1fr);
  grid-template-columns: minmax(0, 110px);
}
.wlc-game-thumb--theme-default[_nghost-wlc-app-c1168474847]
  .wlc-game-thumb__buttons[_ngcontent-wlc-app-c1168474847]
  .wlc-btn--theme-mod-default {
  background: var(--mc-baseMain);
  border: none;
}
.wlc-game-thumb--theme-default[_nghost-wlc-app-c1168474847]
  .wlc-game-thumb__buttons[_ngcontent-wlc-app-c1168474847]
  .wlc-btn[_ngcontent-wlc-app-c1168474847] {
  min-width: auto;
}
.wlc-btn--theme-skew[_nghost-wlc-app-c3559402143]
  .wlc-btn__text[_ngcontent-wlc-app-c3559402143] {
  color: var(--mc-buttonText-locked, var(--mc-baseMain-locked));
  font-style: normal;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.45;
  grid-column: 2;
  text-transform: uppercase;
}
.wlc-btn--theme-skew[_nghost-wlc-app-c3559402143]
  .wlc-btn__text[_ngcontent-wlc-app-c3559402143] {
  transform: skew(10deg, 0);
}
.wlc-btn--theme-skew[_nghost-wlc-app-c3559402143]
  .wlc-btn__text[_ngcontent-wlc-app-c3559402143] {
  font-weight: 800;
  font-style: italic;
}
.wlc-game-thumb--theme-default[_nghost-wlc-app-c1168474847]
  .wlc-game-thumb__buttons[_ngcontent-wlc-app-c1168474847]
  .wlc-btn--theme-mod-default
  .wlc-btn__text {
  color: var(--mc-main);
}
.wlc-btn--theme-skew.wlc-btn--theme-mod-secondary[_nghost-wlc-app-c3559402143] {
  background: transparent;
  border: 1px solid var(--mc-baseMain);
}
.wlc-game-thumb--theme-default[_nghost-wlc-app-c1168474847]
  .wlc-game-thumb__buttons[_ngcontent-wlc-app-c1168474847]
  .wlc-btn--theme-mod-secondary {
  background: transparent;
  border-color: transparent;
}
.wlc-game-thumb--theme-default[_nghost-wlc-app-c1168474847]
  .wlc-game-thumb__buttons[_ngcontent-wlc-app-c1168474847]
  .wlc-btn--demo
  .wlc-btn__text {
  color: var(--mc-buttonText, var(--mc-baseMain));
}
.wlc-game-thumb--theme-default[_nghost-wlc-app-c1168474847]
  .wlc-game-thumb__buttons[_ngcontent-wlc-app-c1168474847]
  .wlc-btn--theme-mod-secondary
  .wlc-btn__text {
  font-weight: normal;
  font-style: normal;
  text-transform: capitalize;
}
.wlc-game-thumb--theme-default[_nghost-wlc-app-c1168474847]
  .wlc-game-thumb__title[_ngcontent-wlc-app-c1168474847] {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-external-title[_nghost-wlc-app-c1168474847]
  .wlc-game-thumb__title[_ngcontent-wlc-app-c1168474847] {
  align-items: flex-start;
  padding: 10px 0 0;
  text-align: left;
}
.wlc-game-thumb--theme-default[_nghost-wlc-app-c1168474847]
  .wlc-game-thumb__name[_ngcontent-wlc-app-c1168474847] {
  display: -webkit-box;
  box-orient: vertical;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  -webkit-line-clamp: 2;
  color: var(--mc-baseMain);
  font-style: normal;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.45;
}
.wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-external-title[_nghost-wlc-app-c1168474847]
  .wlc-game-thumb__name[_ngcontent-wlc-app-c1168474847] {
  display: -webkit-box;
  box-orient: vertical;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  -webkit-line-clamp: 1;
  color: var(--mc-baseMain);
  font-style: normal;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1.45;
}
.wlc-game-thumb--theme-default[_nghost-wlc-app-c1168474847]
  .wlc-game-thumb__merchant[_ngcontent-wlc-app-c1168474847] {
  color: var(--mc-baseMain);
  font-style: normal;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 1.45;
}
.wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-external-title[_nghost-wlc-app-c1168474847]
  .wlc-game-thumb__merchant[_ngcontent-wlc-app-c1168474847] {
  color: var(--mc-baseMain-o6);
  font-style: normal;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 1.45;
}
.wlc-games-grid--theme-swiper[_nghost-wlc-app-c3748941157]
  .wlc-games-grid__swiper-buttons-container[_ngcontent-wlc-app-c3748941157] {
  margin: 0 0 0 auto;
  grid-area: swiper-buttons;
}
.wlc-games-grid--theme-swiper[_nghost-wlc-app-c3748941157]
  .wlc-games-grid__swiper-buttons-container[_ngcontent-wlc-app-c3748941157] {
  display: none;
}
.wlc-games-grid--theme-swiper[_nghost-wlc-app-c3748941157]
  .wlc-games-grid__swiper-buttons[_ngcontent-wlc-app-c3748941157] {
  display: grid;
  grid-template-columns: auto auto;
}
.wlc-slider-navigation--theme-default[_nghost-wlc-app-c225656936]
  .wlc-swiper-button-prev,
.wlc-slider-navigation--theme-default[_nghost-wlc-app-c225656936]
  .wlc-swiper-button-next {
  transition: background 0.3s linear;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #fff;
  background: var(--mc-baseOpacity);
  outline: none;
  border-radius: 2px;
  border: none;
  box-shadow: none;
}
.wlc-slider-navigation--theme-default[_nghost-wlc-app-c225656936]
  .wlc-swiper-button-prev {
  margin-right: 5px;
}
.wlc-slider-navigation--theme-default[_nghost-wlc-app-c225656936]
  .wlc-swiper-button-prev,
.wlc-slider-navigation--theme-default[_nghost-wlc-app-c225656936]
  .wlc-swiper-button-next {
  transform: skew(-10deg, 0);
}
default[_nghost-wlc-app-c225656936]
  .wlc-swiper-button-prev.swiper-button-disabled,
.wlc-slider-navigation--theme-default[_nghost-wlc-app-c225656936]
  .wlc-swiper-button-next.swiper-button-disabled {
  color: #fff;
  background: var(--mc-baseOpacity);
  cursor: default;
}
.wlc-slider-navigation--theme-default[_nghost-wlc-app-c225656936]
  .wlc-swiper-button-prev
  .wlc-icon-content {
  transform: skew(10deg, 0) rotate(90deg);
}
.wlc-slider-navigation--theme-default[_nghost-wlc-app-c225656936]
  .wlc-swiper-button-prev
  svg,
.wlc-slider-navigation--theme-default[_nghost-wlc-app-c225656936]
  .wlc-swiper-button-next
  svg {
  fill: currentColor;
}
.wlc-slider-navigation--theme-default[_nghost-wlc-app-c225656936]
  .wlc-swiper-button-next
  .wlc-icon-content {
  transform: skew(10deg, 0) rotate(-90deg);
}
.wlc-game-thumb--theme-default[_nghost-wlc-app-c1168474847]
  .wlc-game-thumb__img[_ngcontent-wlc-app-c1168474847] {
  border-radius: inherit;
  overflow: hidden;
}
.wlc-game-thumb--theme-default[_nghost-wlc-app-c1168474847]
  .wlc-game-thumb__img[_ngcontent-wlc-app-c1168474847]
  img[_ngcontent-wlc-app-c1168474847] {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2535224027] {
  margin: 0 auto;
  position: relative;
  width: 100%;
}
.wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2535224027]
  .wlc-total-jackpot__bg[_ngcontent-wlc-app-c2535224027] {
  border-radius: 6px;
}
.wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2535224027]
  .wlc-total-jackpot__bg[_ngcontent-wlc-app-c2535224027] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/bg_left.png) left top / contain no-repeat,
    url(../images/bg_right_top.png) right top / contain no-repeat,
    url(../images/bg_right_bottom.webp) right bottom / contain no-repeat,
    var(--mc-main);
}
.wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2535224027]
  .wlc-total-jackpot__content[_ngcontent-wlc-app-c2535224027] {
  padding: 30px 10px;
  overflow: hidden;
}
.wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2535224027]
  .wlc-total-jackpot__content[_ngcontent-wlc-app-c2535224027] {
  position: relative;
}
.wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2535224027]
  .wlc-total-jackpot__title[_ngcontent-wlc-app-c2535224027] {
  margin: 0 0 20px;
  color: #fff;
  font-style: normal;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 1.45;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wlc-total-jackpot--theme-mod-label[_nghost-wlc-app-c2535224027]
  .wlc-total-jackpot__title[_ngcontent-wlc-app-c2535224027] {
  margin: 0;
}
.wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2535224027]
  .wlc-total-jackpot__title[_ngcontent-wlc-app-c2535224027] {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  padding: 0 18px;
  font-weight: 600;
  line-height: 35px;
  background: var(--mc-main);
  border-right: 2px solid var(--mc-labelBorder);
  border-bottom: 2px solid var(--mc-labelBorder);
  border-radius: 6px 4px 4px 0;
  transform: skew(-30deg, 0);
}
.wlc-total-jackpot--theme-mod-label[_nghost-wlc-app-c2535224027]
  .wlc-total-jackpot__title[_ngcontent-wlc-app-c2535224027]
  .wlc-title__main {
  min-height: unset;
  padding: 0;
  background: transparent;
  border-radius: unset;
  display: flex;
  align-items: center;
}
.wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2535224027]
  .wlc-total-jackpot__title[_ngcontent-wlc-app-c2535224027]
  .wlc-title__main {
  transform: skew(30deg, 0);
}
.wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2535224027]
  .wlc-total-jackpot__title[_ngcontent-wlc-app-c2535224027]:before {
  content: "";
  width: 20px;
  height: 20px;
  margin-right: 10px;
  background: url(../images/jackpots.svg) center / contain no-repeat;
  transform: skew(30deg, 0);
}
.wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2535224027]
  .wlc-total-jackpot__amount[_ngcontent-wlc-app-c2535224027] {
  margin: 20px 0 15px;
  position: relative;
  color: #fff;
}
.wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2535224027]
  .wlc-total-jackpot__amount[_ngcontent-wlc-app-c2535224027]
  .wlc-total-jackpot-body
  svg {
  height: 40px;
}
.wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2535224027]
  .wlc-total-jackpot__amount[_ngcontent-wlc-app-c2535224027]
  .wlc-total-jackpot__currency,
.wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2535224027]
  .wlc-total-jackpot__amount[_ngcontent-wlc-app-c2535224027]
  .wlc-total-jackpot__counter {
  font-size: 3rem;
  letter-spacing: unset;
  font-family: TotalJackpot, Roboto, sans-serif;
  line-height: 1;
  fill: currentColor;
}
.wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2535224027]
  .wlc-total-jackpot__amount[_ngcontent-wlc-app-c2535224027]
  .wlc-total-jackpot__currency,
.wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2535224027]
  .wlc-total-jackpot__amount[_ngcontent-wlc-app-c2535224027]
  .wlc-total-jackpot__counter {
  font-weight: bold;
  font-family: Switzer, sans-serif;
  font-style: italic;
}
.wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2535224027]
  .wlc-total-jackpot__games[_ngcontent-wlc-app-c2535224027] {
  position: relative;
  z-index: 5;
}
.wlc-games-grid--theme-swiper[_nghost-wlc-app-c3748941157]
  .wlc-games-grid__content[_ngcontent-wlc-app-c3748941157] {
  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: 10px;
}
.wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2535224027]
  .wlc-total-jackpot__games[_ngcontent-wlc-app-c2535224027]
  .wlc-games-grid__content {
  grid-template-areas: "games-grid";
  grid-template-columns: 1fr;
}
.wlc-games-grid--theme-swiper[_nghost-wlc-app-c3748941157]
  .wlc-games-grid__games-slider[_ngcontent-wlc-app-c3748941157] {
  grid-area: games-grid;
  min-width: 0;
}
.wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2535224027]
  .wlc-total-jackpot__games[_ngcontent-wlc-app-c2535224027]
  .swiper {
  overflow: hidden;
  justify-content: flex-start;
  gap: 20px;
  width: 100%;
  flex-wrap: nowrap;
}
.wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2535224027]
  .wlc-total-jackpot__games[_ngcontent-wlc-app-c2535224027]
  .wlc-game-thumb--theme-default {
  border-radius: 6px;
}
.wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2535224027]
  .wlc-total-jackpot__games[_ngcontent-wlc-app-c2535224027]
  .wlc-game-thumb__label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  padding: 0 18px;
  color: var(--mc-main);
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 35px;
  background: var(--mc-baseMain);
  transform: skew(-30deg, 0);
  border-radius: 6px 4px 4px 0;
  border-right: 2px solid var(--mc-main);
  border-bottom: 2px solid var(--mc-main);
}
.wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2535224027]
  .wlc-total-jackpot__games[_ngcontent-wlc-app-c2535224027]
  .wlc-game-thumb__label
  span {
  display: inline-block;
  transform: skew(30deg, 0);
}
.wlc-game-thumb--theme-default[_nghost-wlc-app-c1168474847]
  .wlc-game-thumb__jackpot[_ngcontent-wlc-app-c1168474847] {
  color: var(--mc-main);
  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(255, 255, 255, 0) 44.56%,
    #fff 77.95%
  );
}
.wlc-game-thumb--theme-default[_nghost-wlc-app-c1168474847]
  .wlc-game-thumb__jackpot[_ngcontent-wlc-app-c1168474847] {
  font-weight: 600;
  pointer-events: none;
}
.wlc-games-grid[_nghost-wlc-app-c3748941157]
  .wlc-games-grid__more[_ngcontent-wlc-app-c3748941157] {
  margin: 20px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2535224027]
  .wlc-total-jackpot__games[_ngcontent-wlc-app-c2535224027]
  .wlc-games-grid__more {
  margin: 45px 0 0;
}
.wlc-games-grid--theme-swiper[_nghost-wlc-app-c3748941157]
  .wlc-games-grid__show-all-btn[_ngcontent-wlc-app-c3748941157],
.wlc-games-grid--theme-swiper[_nghost-wlc-app-c3748941157]
  .wlc-games-grid__link[_ngcontent-wlc-app-c3748941157] {
  grid-area: show-all;
}
.wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2535224027]
  .wlc-total-jackpot__games[_ngcontent-wlc-app-c2535224027]
  .wlc-games-grid__more
  .wlc-games-grid__show-all-btn {
  background: transparent;
  border: 1px solid var(--mc-baseMain);
}
.wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2535224027]
  .wlc-total-jackpot__content[_ngcontent-wlc-app-c2535224027]:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 20px;
  height: 33px;
  background: var(--mc-main);
  border-radius: 6px 0 0;
}
.wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2535224027]
  .wlc-total-jackpot__games[_ngcontent-wlc-app-c2535224027]
  .wlc-game-thumb--theme-default:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 20px;
  height: 33px;
  background: var(--mc-baseMain);
  border-radius: 6px 0 0;
}
.wlc-total-jackpot .wlc-games-grid__games-slider {
  overflow: hidden;
  margin-right: 5px;
}
.wlc-provider-links--theme-default[_nghost-wlc-app-c2868077189] {
  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%;
}
.wlc-section-title--theme-default[_nghost-wlc-app-c679633311] {
  display: flex;
  align-items: center;
}
.wlc-section-title--theme-default[_nghost-wlc-app-c679633311]
  .wlc-section-title__content[_ngcontent-wlc-app-c679633311] {
  color: var(--mc-baseMain);
  font-style: normal;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.4;
}
.wlc-section-title--theme-default[_nghost-wlc-app-c679633311]
  .wlc-section-title__content[_ngcontent-wlc-app-c679633311] {
  font-style: italic;
  text-transform: uppercase;
}
.wlc-provider-links--theme-default[_nghost-wlc-app-c2868077189]
  .wlc-provider-links__btn[_ngcontent-wlc-app-c2868077189] {
  margin: 0 0 0 20px;
  grid-area: button;
}
.wlc-provider-links--theme-default[_nghost-wlc-app-c2868077189]
  .wlc-provider-links__btn[_ngcontent-wlc-app-c2868077189] {
  display: block;
  min-width: auto;
  height: auto;
  padding: 0;
  background: transparent;
  transform: none;
  border: none;
  border-radius: unset;
}
.wlc-btn--theme-skew[_nghost-wlc-app-c3559402143]
  .wlc-btn__text[_ngcontent-wlc-app-c3559402143] {
  transform: skew(10deg, 0);
}
.wlc-btn--theme-skew[_nghost-wlc-app-c3559402143]
  .wlc-btn__text[_ngcontent-wlc-app-c3559402143] {
  font-weight: 800;
  font-style: italic;
}
.wlc-provider-links--theme-default[_nghost-wlc-app-c2868077189]
  .wlc-provider-links__btn[_ngcontent-wlc-app-c2868077189]
  .wlc-btn__text {
  color: var(--mc-main);
  font-weight: 600;
  font-size: 1.6rem;
  font-style: normal;
  text-transform: unset;
  transition: color 0.3s linear;
}
.wlc-provider-links--theme-default[_nghost-wlc-app-c2868077189]
  .wlc-provider-links__slider[_ngcontent-wlc-app-c2868077189],
.wlc-provider-links--theme-default[_nghost-wlc-app-c2868077189]
  .wlc-provider-links__wrapper[_ngcontent-wlc-app-c2868077189] {
  grid-area: icons;
  min-width: 0;
  max-width: 100%;
}
.wlc-provider-links--theme-default[_nghost-wlc-app-c2868077189]
  .wlc-provider-links__slider[_ngcontent-wlc-app-c2868077189] {
  margin: 10px 0 0;
}
.wlc-provider-links--theme-default[_nghost-wlc-app-c2868077189]
  .wlc-provider-links__slider[_ngcontent-wlc-app-c2868077189]
  .swiper {
  display: flex;
}
.wlc-provider-links--theme-default[_nghost-wlc-app-c2868077189]
  .wlc-provider-links__slider[_ngcontent-wlc-app-c2868077189]
  .swiper {
  margin: -10px -15px -10px -10px;
  padding: 10px 50px 10px 10px;
}
.wlc-provider-links--theme-default[_nghost-wlc-app-c2868077189]
  .wlc-provider-links-item {
  position: relative;
  background: radial-gradient(
    84.9% 88.98% at 50% 110.8%,
    #4e0f28 0%,
    #200611 100%
  );
  border-radius: 6px;
  transition: transform 0.2s, box-shadow 2s;
}
.wlc-provider-links--theme-default[_nghost-wlc-app-c2868077189]
  .wlc-provider-links-item:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 85px;
}
.wlc-provider-links--theme-default[_nghost-wlc-app-c2868077189]
  .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: var(--mc-baseMain);
  font-weight: 700;
  text-decoration: none;
}
.wlc-provider-links--theme-default[_nghost-wlc-app-c2868077189]
  .wlc-provider-links-item__image,
.wlc-provider-links--theme-default[_nghost-wlc-app-c2868077189]
  .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-sections__footer--theme-1 {
  margin-top: 15px;
  background: 0 0;
}
.wlc-app-content .wlc-sections__footer {
  margin-top: auto;
  overflow-x: hidden;
}
.wlc-sections__footer--theme-1 .container {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(auto-fill, auto);
  justify-items: center;
  grid-template-areas:
    "merchants"
    "payments"
    "menu"
    "language"
    "social"
    "disclaimer"
    "license";
}
.wlc-sections__footer--theme-1.wlc-sections__footer--theme-with-aff .container {
  grid-template-areas:
    "payments"
    "ratings"
    "logo"
    "affiliate"
    "links"
    "menu"
    "disclaimer";
  grid-template-rows: repeat(auto-fill, auto);
}
.wlc-sections__footer--theme-1 .wlc-footer-payments {
  grid-area: payments;
}
.wlc-sections__footer--theme-1 .wlc-footer-payments,
.wlc-sections__footer--theme-1 .wlc-footer-ratings {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}
.wlc-sections__footer--theme-1 .wlc-footer-payments .wlc-title,
.wlc-sections__footer--theme-1 .wlc-footer-ratings .wlc-title {
  margin-bottom: 20px;
}
.wlc-sections__footer--theme-1 .wlc-footer-payments .wlc-title__main,
.wlc-sections__footer--theme-1 .wlc-footer-ratings .wlc-title__main {
  font-size: 2rem !important;
  font-style: italic !important;
  text-transform: uppercase;
}
.wlc-title--theme-default[_nghost-wlc-app-c3804597050]
  div.wlc-title__main[_ngcontent-wlc-app-c3804597050],
.wlc-title--theme-default[_nghost-wlc-app-c3804597050]
  h1.wlc-title__main[_ngcontent-wlc-app-c3804597050] {
  font-style: normal;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.45;
}
.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-sections__footer--theme-1 .wlc-icon-payments-list {
  grid-area: payments;
}
.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-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: auto;
}
.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: var(--mc-bg100);
  overflow: hidden;
}
.wlc-sections__footer--theme-1
  .wlc-icon-list--theme-payments
  .wlc-icon-list__item
  .wlc-icon
  svg {
  fill: var(--mc-baseMain-o2);
}
.wlc-icon-list .wlc-icon svg path {
  fill: inherit;
}
.wlc-icon-list--theme-custom {
  max-width: 100%;
  padding: 0;
  width: 100%;
  background-color: none;
  border-radius: 8px;
  overflow: hidden;
}
.wlc-icon-list--theme-custom .wlc-icon-list__wrapper {
  margin: 0;
  padding: 0 0 20px 0;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  overflow-x: auto;
}
.wlc-icon-list--theme-custom .wlc-icon-list__item,
.wlc-icon-list--theme-custom .wlc-icon-list-item {
  padding: 0 15px;
}
.wlc-icon-list--theme-custom .wlc-icon-list__item img,
.wlc-icon-list--theme-custom .wlc-icon-list__item .wlc-icon img,
.wlc-icon-list--theme-custom .wlc-icon-list__item .wlc-icon svg,
.wlc-icon-list--theme-custom .wlc-icon-list-item img,
.wlc-icon-list--theme-custom .wlc-icon-list-item .wlc-icon img,
.wlc-icon-list--theme-custom .wlc-icon-list-item .wlc-icon svg {
  max-width: 105px;
  max-height: 30px;
  fill: var(--mc-baseMain-o2);
  overflow: hidden;
}
.wlc-icon-list--theme-custom .wlc-icon-list__item img path,
.wlc-icon-list--theme-custom .wlc-icon-list__item .wlc-icon img path,
.wlc-icon-list--theme-custom .wlc-icon-list__item .wlc-icon svg path,
.wlc-icon-list--theme-custom .wlc-icon-list-item img path,
.wlc-icon-list--theme-custom .wlc-icon-list-item .wlc-icon img path,
.wlc-icon-list--theme-custom .wlc-icon-list-item .wlc-icon svg path {
  fill: revert-layer;
}
.wlc-sections__footer--theme-1 .wlc-footer-ratings {
  grid-area: ratings;
  margin: 0 0 40px;
  padding: 0 0 40px;
  border-bottom: 1px solid var(--mc-dividerColor);
}
.wlc-sections__footer--theme-1 .wlc-post-menu {
  grid-area: menu;
}
.wlc-post-menu--theme-default[_nghost-wlc-app-c3856525351] {
  position: relative;
  min-width: 0;
}
.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-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: start;
  max-width: 440px;
  margin: -5px auto;
  display: block;
  -moz-column-gap: 20px;
  column-gap: 20px;
}
.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] {
  display: grid;
  grid-column-gap: 20px;
  grid-template-columns: repeat(2, auto);
  justify-content: space-between;
  max-width: 715px;
}
.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: 5px 0;
}
.wlc-sections__footer--theme-1 .wlc-logo {
  grid-area: logo;
}
.wlc-logo--theme-mod-footer-first[_nghost-wlc-app-c3373317602] {
  width: 184px;
}
.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-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-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__age-restrictions,
.wlc-custom-license__curacao {
  padding: 0 20px;
  border-right: 2px solid transparent;
  border-image: var(--mc-borderGradient);
  border-image-slice: 1;
  transform: skew(-10deg, 0);
}
.wlc-custom-license__curacao {
  width: 170px;
  height: 50px;
}
.wlc-custom-license__age-restrictions .wlc-icon-content,
.wlc-custom-license__curacao iframe,
.wlc-custom-license__curacao img {
  transform: skew(10deg);
}
.wlc-custom-license__curacao img {
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.wlc-custom-license__age-restrictions {
  margin: 0 auto;
}
.wlc-custom-license__age-restrictions svg {
  width: 100%;
}
.wlc-custom-license__age-restrictions svg path {
  fill: var(--mc-baseMain);
}
.wlc-custom-license__age-restrictions svg path:first-child {
  fill: var(--mc-footerLicense);
}
.wlc-custom-license__age-restrictions svg path {
  fill: var(--mc-baseMain);
}
.wlc-sections__footer--theme-1 .footer-bottom__links .wlc-social-icons {
  display: flex;
  align-items: center;
  padding: 0 20px;
}
.wlc-sections__footer--theme-1 .footer-bottom__links .wlc-social-icons__item,
.wlc-sections__footer--theme-1 .footer-bottom__links .wlc-social-icons__list {
  margin: 0 !important;
}
.wlc-sections__footer--theme-1 .wlc-footer-disclaimer {
  grid-area: disclaimer;
}
.wlc-custom-license__age-restrictions .wlc-icon-content {
  display: block;
  width: 32px;
  height: 32px;
}
.wlc-disclaimer--theme-default[_nghost-wlc-app-c4222942757]
  .wlc-disclaimer__text[_ngcontent-wlc-app-c4222942757] {
  text-align: center;
  color: var(--mc-footerText);
  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: var(--mc-footerText);
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.45;
  text-align: center;
}
.wlc-footer-payments .wlc-icon-list__wrapper,
.wlc-footer-ratings .wlc-icon-list__wrapper {
  overflow: hidden;
}
.wlc-post-menu--theme-default[_nghost-wlc-app-c3856525351] .wlc-menu__link {
  transition: color 0.3s linear;
  color: var(--mc-baseMain);
  font-style: normal;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 1.45;
  text-decoration: none;
}
.wlc-sections__sticky-footer {
  position: fixed;
  bottom: 0;
  z-index: 100;
  width: 100%;
  overflow: visible;
  padding: 0;
}
.wlc-sticky-footer--theme-static-circle[_nghost-wlc-app-c1790858633] .wlc-menu {
  position: relative;
  background: linear-gradient(180deg, #8a0a3e 0%, #420a21 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: radial-gradient(
    102.04% 64.66% at 20.71% 25%,
    #ff4b95 0.44%,
    #fc3787 44.4%,
    var(--mc-pinkGradientColor) 100%
  );
  border-radius: 100%;
  transform: translateX(-50%);
}
.wlc-sticky-footer[_nghost-wlc-app-c1790858633] .wlc-menu:before {
  z-index: 0;
  box-shadow: 0 8px 20px rgba(255, 1, 105, 0.3);
}
.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: var(--mc-baseMain);
}
.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[_nghost-wlc-app-c1790858633] .wlc-menu svg path {
  fill: currentColor;
}
.wlc-sticky-footer--theme-static-circle[_nghost-wlc-app-c1790858633]
  .wlc-menu__link-text {
  color: var(--mc-baseMain);
  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__link-text {
  display: block;
  max-width: 100%;
  white-space: nowrap;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
}
.wlc-sticky-footer--theme-static-circle[_nghost-wlc-app-c1790858633]
  .wlc-menu__item:nth-child(3)
  .wlc-menu__link {
  padding: 40px 0 5px;
}
.wlc-sticky-footer--theme-static-circle[_nghost-wlc-app-c1790858633]
  .wlc-menu
  .wlc-icon {
  color: var(--mc-baseMain);
}
.wlc-sticky-footer--theme-static-circle[_nghost-wlc-app-c1790858633]
  .wlc-menu__item:nth-child(3)
  .wlc-icon {
  position: absolute;
  top: -5px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  background: none;
  border-radius: 100%;
}
.wlc-sticky-footer[_nghost-wlc-app-c1790858633]
  .wlc-menu__item--search
  .wlc-menu__link-text {
  display: none;
}
.wlc-sticky-footer[_nghost-wlc-app-c1790858633]
  .wlc-menu__item:nth-child(3)
  .wlc-icon
  svg {
  height: 25px;
}
.wlc-sections__footer--theme-1 .footer-bottom__links .wlc-social-icons__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px !important;
  height: 36px !important;
  background: transparent;
  border-radius: 100%;
}
.wlc-social-icons--theme-default[_nghost-wlc-app-c728125388]
  .wlc-social-icons__link[_ngcontent-wlc-app-c728125388] {
  transition: all 0.3s linear;
  color: var(--mc-bg100);
}
.wlc-social-icons--theme-default.wlc-social-icons--theme-mod-compact[_nghost-wlc-app-c728125388]
  .wlc-social-icons__link[_ngcontent-wlc-app-c728125388] {
  --wlc-icon-width: 40px;
  --wlc-icon-height: 40px;
}
.wlc-social-icons--theme-default[_nghost-wlc-app-c728125388]
  .wlc-social-icons__list[_ngcontent-wlc-app-c728125388] {
  display: flex;
  justify-content: center;
  margin: 0 -10px;
  flex-wrap: wrap;
}
.wlc-sections__footer--theme-1
  .footer-bottom__links
  .wlc-social-icons__link
  svg {
  width: 32px;
  height: 32px;
  transform: unset !important;
}
.seo-section {
  margin-bottom: 40px;
}
.seo-section .container {
  padding: 40px;
  color: var(--mc-baseMain);
  font-style: normal;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 1.45;
  background: linear-gradient(180deg, #1e050f 0%, #370b1e 100%);
}
.seo-section .container h1,
.seo-section .container h2 {
  color: var(--mc-baseMain);
  font-style: normal;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.45;
}
.seo-section .container p {
  margin-top: 0;
  margin-bottom: 0;
}
@media (pointer: fine) {
  .wlc-banner--theme-wolf-banner[_nghost-wlc-app-c1258616718]
    .banner:hover:before {
    opacity: 1;
  }
  .wlc-login-signup--theme-default[_nghost-wlc-app-c3252888576]
    .wlc-btn--type-default[data-wlc-element="button_login-modal"]:hover {
    background: var(--mc-main-l20);
  }
  .wlc-sections__header--theme-universal .wlc-btn-search__text:hover {
    color: var(--mc-baseMain);
  }
  .wlc-category-menu--theme-icons-compact[_nghost-wlc-app-c3364612921]
    .wlc-menu__link:hover {
    background: transparent;
  }
  .wlc-category-menu--theme-icons-compact[_nghost-wlc-app-c3364612921]
    .wlc-menu__link:hover.active {
    background: var(--mc-main);
  }
  .wlc-category-menu--theme-icons-compact[_nghost-wlc-app-c3364612921]
    .wlc-menu__link:hover
    svg {
    animation: _ngcontent-wlc-app-c3364612921_iconScale 0.6s ease-out;
  }
  .wlc-sections__categories--theme-1 .wlc-btn-search.wlc-btn:hover,
  .wlc-sections__categories--theme-1 .wlc-btn-merch.wlc-btn:hover {
    background: transparent;
    color: var(--mc-main);
  }
  .wlc-sections__categories--theme-1 .wlc-btn-search.wlc-btn:hover .wlc-icon,
  .wlc-sections__categories--theme-1 .wlc-btn-merch.wlc-btn:hover .wlc-icon {
    color: var(--mc-main);
  }
  .wlc-games-grid[_nghost-wlc-app-c3748941157]
    .wlc-games-grid__link[_ngcontent-wlc-app-c3748941157]:hover {
    color: var(--mc-baseMain);
  }
  .wlc-game-thumb--theme-default[_nghost-wlc-app-c1168474847]:hover
    .wlc-game-thumb__desc[_ngcontent-wlc-app-c1168474847] {
    opacity: 1;
  }
  .wlc-game-thumb--theme-default[_nghost-wlc-app-c1168474847]:hover
    .wlc-game-thumb__desc[_ngcontent-wlc-app-c1168474847]:before {
    opacity: 1;
  }
  .wlc-game-thumb--theme-default[_nghost-wlc-app-c1168474847]
    .wlc-game-thumb__buttons[_ngcontent-wlc-app-c1168474847]
    .wlc-btn--theme-mod-default:hover {
    box-shadow: 0 0 15px var(--mc-baseMain);
  }
  .wlc-game-thumb__buttons[_ngcontent-wlc-app-c1168474847]
    .wlc-btn--theme-skew.wlc-btn--theme-mod-secondary[_nghost-wlc-app-c3559402143]:hover {
    text-decoration: underline;
  }
  .wlc-btn--theme-skew[_nghost-wlc-app-c3559402143]:hover {
    box-shadow: 0 0 15px rgba(255, 0, 104, 0.3);
  }
  .wlc-games-grid[_nghost-wlc-app-c3748941157]
    .wlc-games-grid__link[_ngcontent-wlc-app-c3748941157]:hover {
    color: var(--mc-baseMain);
  }
  .wlc-section-title--theme-default[_nghost-wlc-app-c679633311]:hover
    .wlc-section-title__icon[_ngcontent-wlc-app-c679633311] {
    color: var(--mc-main);
  }
  a.wlc-section-title--theme-default[_nghost-wlc-app-c679633311]:hover
    .wlc-section-title__content[_ngcontent-wlc-app-c679633311] {
    color: var(--mc-main);
  }
  .wlc-section-title--theme-default[_nghost-wlc-app-c679633311]:hover
    .wlc-section-title__icon[_ngcontent-wlc-app-c679633311]
    .wlc-icon-content
    svg {
    fill: var(--mc-main);
  }
  .wlc-provider-links--theme-default[_nghost-wlc-app-c2868077189]
    .wlc-provider-links__btn[_ngcontent-wlc-app-c2868077189]:hover {
    box-shadow: none;
  }
  .wlc-provider-links--theme-default[_nghost-wlc-app-c2868077189]
    .wlc-provider-links__btn[_ngcontent-wlc-app-c2868077189]:hover
    .wlc-btn__text {
    color: var(--mc-baseMain);
  }
  .wlc-provider-links--theme-default[_nghost-wlc-app-c2868077189]
    .wlc-provider-links-item:hover,
  .wlc-provider-links--theme-default[_nghost-wlc-app-c2868077189]
    .wlc-provider-links-item:focus-within {
    box-shadow: 0 1px 5px var(--mc-bg100);
    transform: translate3d(0, -3px, 0);
    transition: transform 0.2s, box-shadow 0.1s;
  }
  .wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2535224027]
    .wlc-total-jackpot__games[_ngcontent-wlc-app-c2535224027]
    .wlc-games-grid__more
    .wlc-games-grid__show-all-btn:hover {
    background: var(--mc-baseMain-o2);
  }

  .wlc-btn--theme-skew[_nghost-wlc-app-c3559402143]:hover {
    background: var(--mc-main-l20, var(--mc-main));
  }
  .wlc-post-menu--theme-default[_nghost-wlc-app-c3856525351]
    .wlc-menu__link:hover {
    color: var(--mc-main);
  }
  .wlc-social-icons--theme-default[_nghost-wlc-app-c728125388]
    .wlc-social-icons__link[_ngcontent-wlc-app-c728125388]:hover {
    color: var(--mc-main);
  }
  .wlc-sections__footer--theme-1
    .footer-bottom__links
    .wlc-social-icons__link:hover {
    background: var(--mc-main);
  }
}

@media screen and (pointer: fine) and (min-width: 1280px) {
  .wlc-category-menu--theme-icons-compact[_nghost-wlc-app-c3364612921]
    .wlc-menu__link:hover
    .wlc-menu__link-text {
    width: 110px;
    padding: 0 5px;
    opacity: 1;
    scale: 1;
    transition: scale 0.2s 0.1s;
  }
}
@media (min-width: 375px) {
  .container,
  .wlc-sections__header .container {
    max-width: calc(100% - 30px);
  }
}
@media (min-width: 480px) {
  .container,
  .wlc-sections__header .container {
    max-width: 450px;
  }
  .wlc-sections__header--theme-universal {
    --h-gap: 20px;
  }
  .wlc-sections__header--theme-universal .container {
    gap: 20px;
  }
}
@media (min-width: 560px) {
  .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: 2;
    column-count: 2;
    display: block;
    grid-gap: 0;
  }
  .wlc-sections__footer--theme-1 {
    margin-top: 20px;
  }
  .container,
  .wlc-sections__header .container {
    max-width: 530px;
  }
  .wlc-sections__categories--theme-1 .wlc-btn-search.wlc-btn,
  .wlc-sections__categories--theme-1 .wlc-btn-merch.wlc-btn {
    padding: 0 20px;
  }
  .wlc-games-grid__games-slider .swiper .swiper-slide {
    width: calc(33.33% - 10px) !important;
  }
  .wlc-games-grid__games-slider .swiper .swiper-slide:nth-child(7),
  .wlc-games-grid__games-slider .swiper .swiper-slide:nth-child(8),
  .wlc-games-grid__games-slider .swiper .swiper-slide:nth-child(9),
  .wlc-games-grid__games-slider .swiper .swiper-slide:nth-child(10),
  .wlc-games-grid__games-slider .swiper .swiper-slide:nth-child(11),
  .wlc-games-grid__games-slider .swiper .swiper-slide:nth-child(12) {
    display: block;
  }
  .wlc-post-menu--theme-default.wlc-post-menu--theme-mod-footer-first[_nghost-wlc-app-c3856525351] {
    justify-content: flex-start;
  }
}
@media (min-width: 640px) {
  .container,
  .wlc-sections__header .container {
    max-width: 610px;
  }
  .wlc-sections__banner-promo {
    margin: 0 0 40px;
  }
  .wlc-banner--theme-banner-promo-left .banner__decor--right,
  .wlc-banner--theme-banner-promo-right .banner__decor--right {
    right: 120px;
  }
}
@media (min-width: 768px) {
  .wlc-sections__footer--theme-1.wlc-sections__footer--theme-with-aff
    .container
    .wlc-btn--aff {
    width: auto;
    max-width: unset;
  }
  .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(3, auto);
  }
  .wlc-sections__footer--theme-1.wlc-sections__footer--theme-with-aff
    .container {
    grid-template-areas:
      "payments payments"
      "ratings ratings"
      "logo affiliate"
      "links links"
      "menu menu"
      "disclaimer disclaimer";
  }
  .wlc-sections__footer--theme-1 .container {
    grid-template-columns: auto auto;
    grid-template-areas:
      "merchants merchants merchants"
      "payments payments payments"
      "logo menu language"
      "social social social"
      "disclaimer disclaimer disclaimer"
      "license license license";
  }
  .wlc-provider-links--theme-default[_nghost-wlc-app-c2868077189]
    .wlc-provider-links__slider[_ngcontent-wlc-app-c2868077189]
    .swiper {
    padding: 15px;
    margin: -15px;
  }
  .wlc-games-grid--theme-swiper[_nghost-wlc-app-c3748941157]
    .wlc-games-grid__content[_ngcontent-wlc-app-c3748941157] {
    grid-template-areas:
      "title-icon title show-all swiper-buttons"
      "games-grid games-grid games-grid games-grid";
  }
  .wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2535224027]
    .wlc-total-jackpot__amount[_ngcontent-wlc-app-c2535224027]
    .wlc-total-jackpot__currency,
  .wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2535224027]
    .wlc-total-jackpot__amount[_ngcontent-wlc-app-c2535224027]
    .wlc-total-jackpot__counter {
    font-size: 4.4rem;
  }
  .container,
  .wlc-sections__header .container {
    max-width: 738px;
  }
  .wlc-sections__categories--theme-1 > .container {
    border-radius: 10px;
  }
  .wlc-category-menu--theme-icons-compact[_nghost-wlc-app-c3364612921] {
    background: transparent;
  }
  .wlc-sections__categories--theme-1 .wlc-btn-search.wlc-btn,
  .wlc-sections__categories--theme-1 .wlc-btn-merch.wlc-btn {
    width: auto;
  }
  .wlc-category-menu--theme-icons-compact[_nghost-wlc-app-c3364612921]
    .wlc-category-menu__control--next {
    margin: 0 0 0 auto;
  }
  .wlc-sections__categories--theme-1 .games-categories {
    min-height: 60px;
  }
  .wlc-games-grid--theme-swiper[_nghost-wlc-app-c3748941157]
    .wlc-games-grid__content[_ngcontent-wlc-app-c3748941157] {
    grid-template-areas:
      "title-icon title show-all swiper-buttons"
      "games-grid games-grid games-grid games-grid";
  }
  .wlc-games-grid--theme-swiper[_nghost-wlc-app-c3748941157]
    .wlc-slider
    .swiper {
    padding-bottom: 0;
  }
  .wlc-games-grid--theme-swiper[_nghost-wlc-app-c3748941157]
    .wlc-games-grid__swiper-buttons-container[_ngcontent-wlc-app-c3748941157] {
    display: block;
  }
  .wlc-games-grid__games-slider .swiper .swiper-slide {
    width: calc(16.66%- 10px) !important;
  }
  .wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2535224027]
    .wlc-total-jackpot__content[_ngcontent-wlc-app-c2535224027] {
    padding: 30px 20px;
  }
  .wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2535224027]
    .wlc-total-jackpot__title[_ngcontent-wlc-app-c2535224027] {
    font-style: normal;
  }
  .wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2535224027]
    .wlc-total-jackpot__amount[_ngcontent-wlc-app-c2535224027] {
    margin: 90px 0 0;
  }
  .wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2535224027]
    .wlc-total-jackpot__amount[_ngcontent-wlc-app-c2535224027]
    .wlc-total-jackpot-body
    svg {
    height: 54px;
  }
}
@media (min-width: 900px) {
  .wlc-social-icons--theme-default[_nghost-wlc-app-c728125388]
    .wlc-social-icons__list[_ngcontent-wlc-app-c728125388] {
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr;
    margin: 0 0 20px;
    grid-gap: 10px;
    margin: 0;
  }
  .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-custom-license__age-restrictions,
  .wlc-custom-license__curacao {
    padding: 0 40px;
  }
  .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-icon-list--theme-custom .wlc-icon-list__item img,
  .wlc-icon-list--theme-custom .wlc-icon-list__item .wlc-icon img,
  .wlc-icon-list--theme-custom .wlc-icon-list__item .wlc-icon svg,
  .wlc-icon-list--theme-custom .wlc-icon-list-item img,
  .wlc-icon-list--theme-custom .wlc-icon-list-item .wlc-icon img,
  .wlc-icon-list--theme-custom .wlc-icon-list-item .wlc-icon svg {
    max-height: 35px;
  }
  .wlc-icon-list--theme-custom .wlc-icon-list__item img,
  .wlc-icon-list--theme-custom .wlc-icon-list__item .wlc-icon img,
  .wlc-icon-list--theme-custom .wlc-icon-list__item .wlc-icon svg,
  .wlc-icon-list--theme-custom .wlc-icon-list-item img,
  .wlc-icon-list--theme-custom .wlc-icon-list-item .wlc-icon img,
  .wlc-icon-list--theme-custom .wlc-icon-list-item .wlc-icon svg {
    width: 100%;
  }
  .wlc-icon-list--theme-custom .wlc-icon-list__item,
  .wlc-icon-list--theme-custom .wlc-icon-list-item {
    padding: 10px 20px;
  }
  .wlc-icon-list--theme-custom .wlc-icon-list__wrapper {
    flex-wrap: wrap;
    margin: 0 -20px -20px;
    padding: 0;
    justify-content: 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 {
    width: 100%;
    max-height: 35px;
  }
  .wlc-icon-list--theme-payments .wlc-icon-list__item,
  .wlc-icon-list--theme-payments .wlc-icon-list-item {
    padding: 20px;
  }
  .wlc-icon-list--theme-payments .wlc-icon-list__wrapper {
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -20px -10px;
    padding: 0;
  }
  .wlc-sections__footer--theme-1 .wlc-icon-list--theme-merchants,
  .wlc-sections__footer--theme-1 .wlc-icon-list--theme-payments {
    margin: 0 0 30px;
  }
  .container,
  .wlc-sections__header .container {
    max-width: 870px;
  }
  .wlc-banner--theme-wolf-banner[_nghost-wlc-app-c1258616718] .banner__title {
    max-width: 70%;
  }
  .wlc-sections__banner-wolf-fixed .wolf-banner-wrapper {
    grid-template-columns: 2fr 1fr;
    gap: 20px;
  }
  .wlc-sections__banner-wolf-fixed .wlc-slider--theme-wolf-banner {
    display: block;
  }
  .wlc-sections__banner-promo .banner-promo-wrapper {
    grid-template-columns: 1fr 1fr;
  }
  .wlc-banner--theme-banner-promo-left .banner__decor--right,
  .wlc-banner--theme-banner-promo-right .banner__decor--right {
    right: 20px;
  }

  .wlc-sections__categories--theme-1 .games-categories {
    grid-template-columns: minmax(0, 1fr) auto auto;
    grid-template-areas: "menu search merch";
  }
  .wlc-sections__categories--theme-1 .wlc-category-menu {
    grid-template-areas: "menu search merch";
    margin: 0;
  }
  .wlc-sections__categories--theme-1 .wlc-btn-search.wlc-btn > span,
  .wlc-sections__categories--theme-1 .wlc-btn-merch.wlc-btn > span {
    width: 100%;
  }
  .wlc-games-grid__games-slider .swiper .swiper-slide {
    width: calc(20% - 10px) !important;
  }
  .wlc-games-grid__games-slider .swiper .swiper-slide:nth-child(11),
  .wlc-games-grid__games-slider .swiper .swiper-slide:nth-child(12) {
    display: none;
  }
  .wlc-disclaimer--theme-default[_nghost-wlc-app-c4222942757]
    .wlc-disclaimer__text[_ngcontent-wlc-app-c4222942757] {
    text-align: start;
  }
  .wlc-copyright--theme-default[_nghost-wlc-app-c2064424626]
    .wlc-copyright__text[_ngcontent-wlc-app-c2064424626] {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .wlc-sections__sticky-footer {
    display: none;
  }
  .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-sections__footer--theme-1.wlc-sections__footer--theme-with-aff
    .container
    .wlc-btn--aff {
    margin: 0;
    justify-self: left;
  }
  .wlc-post-menu--theme-default[_nghost-wlc-app-c3856525351] .wlc-menu__link {
    transition: color 0.3s linear;
    color: var(--mc-baseMain);
    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-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 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] {
    margin: 0 0 0 auto;
  }
  .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%;
    margin: -5px 0;
  }

  .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.wlc-sections__footer--theme-with-aff
    .container {
    grid-template-areas:
      "payments payments payments"
      "ratings ratings ratings"
      "logo affiliate menu"
      "links links menu"
      "disclaimer disclaimer disclaimer";
  }
  .wlc-sections__footer--theme-1 .container {
    -moz-column-gap: 30px;
    column-gap: 30px;
    justify-items: start;
    grid-template-columns: auto auto 1fr;
    grid-template-areas:
      "merchants merchants merchants"
      "payments payments payments"
      "logo menu social"
      "license disclaimer language";
  }
  .wlc-sections__footer--theme-1 {
    margin-top: auto;
  }
  .wlc-app-content .wlc-sections__footer {
    overflow-x: initial;
  }
  .wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2535224027]
    .wlc-total-jackpot__amount[_ngcontent-wlc-app-c2535224027]
    .wlc-total-jackpot__currency,
  .wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2535224027]
    .wlc-total-jackpot__amount[_ngcontent-wlc-app-c2535224027]
    .wlc-total-jackpot__counter {
    font-size: 5.8rem;
  }
  .container,
  .wlc-sections__header .container {
    max-width: 994px;
  }
  .wlc-sections__header .container {
    min-height: 70px;
  }
  .wlc-btn--theme-skew.wlc-btn--animate-shine[_nghost-wlc-app-c3559402143]:before,
  .wlc-btn--theme-skew.wlc-btn--deposit[_nghost-wlc-app-c3559402143]:before {
    content: "";
    position: absolute;
    top: 0;
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    background: linear-gradient(
      120deg,
      transparent,
      rgba(146, 148, 248, 0.4),
      transparent
    ) !important;
    transform: skew(10deg, 0);
    animation: _ngcontent-wlc-app-c3559402143_shine 2.5s infinite;
  }
  .wlc-sections__categories--theme-1 .wlc-category-menu {
    margin-right: auto;
  }
  .wlc-game-thumb--theme-default[_nghost-wlc-app-c1168474847] {
    cursor: unset;
  }
  .wlc-game-thumb--theme-default[_nghost-wlc-app-c1168474847]
    .wlc-game-thumb__desc[_ngcontent-wlc-app-c1168474847] {
    display: grid;
  }
  .wlc-game-thumb--theme-default[_nghost-wlc-app-c1168474847]
    .wlc-game-thumb__buttons[_ngcontent-wlc-app-c1168474847] {
    display: grid;
  }
  .wlc-games-grid--theme-swiper[_nghost-wlc-app-c3748941157]
    .wlc-games-grid__swiper-buttons-container[_ngcontent-wlc-app-c3748941157] {
    margin: 0 5px 0 auto;
  }
  .wlc-games-grid__games-slider .swiper .swiper-slide {
    width: calc(25% - 10px) !important;
  }
  .wlc-games-grid__games-slider .swiper .swiper-slide:nth-child(11),
  .wlc-games-grid__games-slider .swiper .swiper-slide:nth-child(12) {
    display: block;
  }
  .wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2535224027]
    .wlc-total-jackpot__content[_ngcontent-wlc-app-c2535224027] {
    padding: 30px;
  }
  .wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2535224027]
    .wlc-total-jackpot__amount[_ngcontent-wlc-app-c2535224027]
    .wlc-total-jackpot-body
    svg {
    height: 70px;
  }
}
@media (min-width: 1200px) {
  .wlc-social-icons--theme-default.wlc-social-icons--theme-mod-compact[_nghost-wlc-app-c728125388]
    .wlc-social-icons__link[_ngcontent-wlc-app-c728125388] {
    --wlc-icon-width: 25px;
  }
  .wlc-sections__footer--theme-1.wlc-sections__footer--theme-with-aff
    .container
    .wlc-social-icons.wlc-social-icons--theme-mod-compact {
    justify-self: left;
  }
  .wlc-sections__footer--theme-1.wlc-sections__footer--theme-with-aff
    .container {
    grid-template-rows: repeat(5, auto);
  }
  .wlc-sections__footer--theme-1.wlc-sections__footer--theme-with-aff
    .container {
    grid-template-areas:
      "payments payments payments payments payments"
      "ratings ratings ratings ratings ratings"
      "logo affiliate menu menu menu"
      "links links menu menu menu"
      "disclaimer disclaimer disclaimer disclaimer disclaimer";
  }
  .wlc-sections__footer--theme-1 .container {
    grid-template-rows: auto auto 45px auto;
    grid-template-columns: auto auto 1fr 1fr 1fr;
    grid-template-areas:
      "merchants merchants merchants merchants merchants"
      "payments payments payments payments payments"
      "logo menu license disclaimer language"
      "social menu license disclaimer language";
  }

  .wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2535224027]
    .wlc-total-jackpot__amount[_ngcontent-wlc-app-c2535224027]
    .wlc-total-jackpot__currency,
  .wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2535224027]
    .wlc-total-jackpot__amount[_ngcontent-wlc-app-c2535224027]
    .wlc-total-jackpot__counter {
    font-size: 8rem;
  }
  .container,
  .wlc-sections__header .container {
    max-width: 1170px;
  }
  .wlc-sections__header--theme-universal .container {
    grid-template-columns: auto 1fr;
    margin: 0 auto;
  }
  .wlc-sections__header--theme-universal .wlc-login-signup .wlc-btn {
    padding: 5px 10px;
  }
  .wlc-slider--theme-wolf-banner .swiper {
    overflow: hidden;
  }
  .wlc-sections__header--theme-universal {
    gap: 20px;
    margin-top: 0;
  }
  .wlc-banner--theme-wolf-banner[_nghost-wlc-app-c1258616718] .banner__title {
    font-style: normal;
    font-weight: bold;
    font-size: 1.4rem;
    line-height: 1.45;
  }
  .wlc-sections__header .container .wlc-btn-search {
    display: flex;
  }
  .wlc-slider--theme-banner-promo-left .swiper,
  .wlc-slider--theme-banner-promo-right .swiper {
    overflow: hidden;
  }
  .wlc-banner--theme-banner-promo-left .banner__title,
  .wlc-banner--theme-banner-promo-right .banner__title {
    font-size: 1.4rem;
  }
  .wlc-banner--theme-banner-promo-left .banner__decor--right,
  .wlc-banner--theme-banner-promo-right .banner__decor--right {
    right: 120px;
  }
  .wlc-sections__categories--theme-1 .games-categories {
    min-height: 80px;
  }
  .wlc-category-menu--theme-icons-compact[_nghost-wlc-app-c3364612921]
    .wlc-menu__link {
    padding: 0 15px;
  }
  .wlc-category-menu--theme-icons-compact[_nghost-wlc-app-c3364612921]
    .wlc-menu__link {
    font-size: 1.4rem;
  }
  .wlc-category-menu--theme-icons-compact[_nghost-wlc-app-c3364612921]
    .wlc-menu__link
    .wlc-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;
    transition: scale 0.2s 0.1s;
  }
  .wlc-category-menu--theme-icons-compact[_nghost-wlc-app-c3364612921]
    .wlc-menu__link.active
    .wlc-menu__link-text {
    width: 110px;
    padding: 0 5px;
    opacity: 1;
    scale: 1;
    transition: scale 0.2s 0.1s;
  }
  .wlc-category-menu--theme-icons-compact[_nghost-wlc-app-c3364612921]
    .wlc-category-menu__control:disabled {
    display: none;
  }
  .wlc-sections__categories--theme-1
    .wlc-btn-search.wlc-btn
    .wlc-btn-search__text,
  .wlc-sections__categories--theme-1
    .wlc-btn-search.wlc-btn
    .wlc-btn-merch__text,
  .wlc-sections__categories--theme-1
    .wlc-btn-merch.wlc-btn
    .wlc-btn-search__text,
  .wlc-sections__categories--theme-1
    .wlc-btn-merch.wlc-btn
    .wlc-btn-merch__text {
    font-size: 0;
  }
  .wlc-sections__categories--theme-1 .wlc-btn-search.wlc-btn .wlc-icon,
  .wlc-sections__categories--theme-1 .wlc-btn-merch.wlc-btn .wlc-icon {
    margin-right: 0;
  }
  .wlc-sections__categories--theme-1 .wlc-btn-search.wlc-btn .wlc-icon svg,
  .wlc-sections__categories--theme-1 .wlc-btn-merch.wlc-btn .wlc-icon svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
  }
  .wlc-category-menu--theme-icons-compact[_nghost-wlc-app-c3364612921]
    .wlc-category-menu__control {
    display: none;
  }
  .wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-external-title[_nghost-wlc-app-c1168474847]
    .wlc-game-thumb__name[_ngcontent-wlc-app-c1168474847] {
    color: var(--mc-baseMain);
    font-style: normal;
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 1.45;
  }
  .wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-external-title[_nghost-wlc-app-c1168474847]
    .wlc-game-thumb__merchant[_ngcontent-wlc-app-c1168474847] {
    color: var(--mc-baseMain-o6);
    font-style: normal;
    font-weight: normal;
    font-size: 1.4rem;
    line-height: 1.45;
  }
  .wlc-games-grid__games-slider .swiper .swiper-slide {
    width: calc(16.66% - 10px) !important;
  }
  .wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2535224027] {
    max-width: 1170px;
  }

  .wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2535224027]
    .wlc-total-jackpot__content[_ngcontent-wlc-app-c2535224027] {
    padding: 30px 30px 75px;
  }
  .wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2535224027]
    .wlc-total-jackpot__title[_ngcontent-wlc-app-c2535224027] {
    font-size: 1.4rem;
  }
  .wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2535224027]
    .wlc-total-jackpot__amount[_ngcontent-wlc-app-c2535224027]
    .wlc-total-jackpot-body
    svg {
    height: 110px;
  }
  .wlc-games-grid--theme-swiper.wlc-games-grid--theme-mod-centered-controls[_nghost-wlc-app-c3748941157]
    .wlc-games-grid__games-slider[_ngcontent-wlc-app-c3748941157] {
    margin: 0;
    border-radius: 6px;
    overflow: hidden;
  }
}
@media (min-width: 1366px) {
  .wlc-sections__header--theme-1 .wlc-login-signup .wlc-btn,
  .wlc-sections__header--theme-2 .wlc-login-signup .wlc-btn,
  .wlc-sections__header--theme-universal .wlc-login-signup .wlc-btn {
    padding: 5px 20px;
  }
}
@media (min-width: 1420px) {
  .wlc-icon-list--theme-payments {
    max-width: 1420px;
  }
  .wlc-icon-list--theme-custom {
    max-width: 1420px;
  }
}
@media (min-width: 1630px) {
  .wlc-icon-list--theme-custom .wlc-icon-list__wrapper {
    margin: 0 -20px -20px;
  }
  .wlc-icon-list--theme-payments .wlc-icon-list__wrapper {
    margin: 0 -20px -20px;
  }
  .wlc-sections__footer--theme-1 .wlc-icon-merchants-list .wlc-icon-list,
  .wlc-sections__footer--theme-1 .wlc-icon-list--theme-merchants,
  .wlc-sections__footer--theme-1 .wlc-icon-list--theme-payments {
    margin: 0 0 40px;
  }
  .wlc-sections__footer--theme-1 .container {
    -moz-column-gap: 40px;
    column-gap: 40px;
  }
  .container,
  .wlc-sections__header .container {
    max-width: 1275px;
  }

  .wlc-sections__header .container {
    min-height: 88px;
  }
  .wlc-banner--theme-wolf-banner[_nghost-wlc-app-c1258616718] .banner {
    padding: 20px;
  }
  .wlc-banner--theme-wolf-banner[_nghost-wlc-app-c1258616718]
    .banner__description-bottom {
    font-style: normal;
  }
  .wlc-category-menu--theme-icons-compact[_nghost-wlc-app-c3364612921]
    .wlc-menu__link {
    padding: 0 20px;
  }
  .wlc-game-thumb--theme-default[_nghost-wlc-app-c1168474847]
    .wlc-game-thumb__name[_ngcontent-wlc-app-c1168474847] {
    color: var(--mc-baseMain);
    font-style: normal;
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 1.45;
  }
  .wlc-game-thumb--theme-default[_nghost-wlc-app-c1168474847]
    .wlc-game-thumb__merchant[_ngcontent-wlc-app-c1168474847] {
    color: var(--mc-baseMain);
    font-style: normal;
    font-weight: normal;
    font-size: 1.6rem;
    line-height: 1.45;
  }
  .wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2535224027] {
    max-width: 1275px;
  }
}
@media (max-width: 767px) {
  .wlc-login-signup--theme-default[_nghost-wlc-app-c3252888576]
    .wlc-btn--type-default[data-wlc-element="button_login-modal"] {
    min-width: 0;
    padding: 5px 10px;
  }
  .wlc-login-signup--theme-default[_nghost-wlc-app-c3252888576]
    .wlc-btn--type-default[data-wlc-element="button_register-modal"]:after {
    background: none !important;
    animation: none;
  }
  .wlc-login-signup--theme-default[_nghost-wlc-app-c3252888576]
    .wlc-btn--type-default[data-wlc-element="button_register-modal"] {
    min-width: 0;
    padding: 5px 15px;
    background: var(--mc-main);
  }
}
@media (max-width: 1023px) {
  .wlc-btn--theme-skew.wlc-btn--animate-shine[_nghost-wlc-app-c3559402143]:after,
  .wlc-btn--theme-skew.wlc-btn--deposit[_nghost-wlc-app-c3559402143]:after {
    content: "";
    position: absolute;
    top: 0;
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    background: linear-gradient(
      120deg,
      transparent,
      rgba(146, 148, 248, 0.4),
      transparent
    ) !important;
    transform: skew(10deg, 0);
    animation: _ngcontent-wlc-app-c3559402143_shine 2.5s infinite;
  }
}
@media (max-width: 1199px) {
  .wlc-sections__categories--theme-1 .wlc-btn-search.wlc-btn,
  .wlc-sections__categories--theme-1 .wlc-btn-merch.wlc-btn {
    font-size: 1.4rem;
  }
}
@keyframes _ngcontent-wlc-app-c3559402143_shine {
  0% {
    left: -100%;
  }
  25% {
    left: 100%;
  }
  50% {
    left: 100%;
  }
  75% {
    left: -100%;
  }
  100% {
    left: -100%;
  }
}
@keyframes _ngcontent-wlc-app-c3364612921_iconScale {
  55% {
    transform: scale(1.25) rotate(10deg);
  }
  100% {
    transform: scale(1) rotate(0deg);
  }
}
@supports (aspect-ratio: 1/1) {
  .wlc-game-thumb--theme-default[_nghost-wlc-app-c1168474847] {
    aspect-ratio: 4 / 3;
  }
  .wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-external-title[_nghost-wlc-app-c1168474847]
    .wlc-game-thumb__card[_ngcontent-wlc-app-c1168474847] {
    aspect-ratio: 4 / 3;
  }
}
.wlc-plate-wrapper[_ngcontent-wlc-app-c4208157022] {
  position: relative;
  cursor: pointer;
}
.wlc-plate-wrapper[_ngcontent-wlc-app-c4208157022]:before {
  color: var(--mc-baseMain);
  font-style: normal;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.45;
  content: "110%";
  position: absolute;
  top: -8px;
  right: 4px;
  z-index: 1;
  height: 16px;
  padding-right: 10px;
  padding-left: 27px;
  font-style: italic;
  line-height: 16px;
  background-color: var(--mc-main);
  border-radius: 8px;
}
.wlc-plate-wrapper[_ngcontent-wlc-app-c4208157022]:after {
  content: url(../images/gift.svg);
  position: absolute;
  top: -6px;
  right: 50px;
  z-index: 1;
  width: 12px;
  line-height: 12px;
}
.wlc-slider--theme-banner-promo-left .swiper-button-container,
.wlc-slider--theme-banner-promo-right .swiper-button-container {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  display: none;
  justify-content: flex-end;
  padding: 25px;
  pointer-events: none;
}
@media (min-width: 1024px) {
  .wlc-slider--theme-banner-promo-left .swiper-button-container,
  .wlc-slider--theme-banner-promo-right .swiper-button-container {
    display: flex;
  }
}
.wlc-slider--theme-banner-promo-left .swiper-button-container *,
.wlc-slider--theme-banner-promo-right .swiper-button-container * {
  pointer-events: initial;
}
button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}
@media (pointer: fine) {
  .wlc-slider-navigation--theme-default[_nghost-wlc-app-c225656936]
    .wlc-swiper-button-prev:hover:not(.swiper-button-disabled),
  .wlc-slider-navigation--theme-default[_nghost-wlc-app-c225656936]
    .wlc-swiper-button-next:hover:not(.swiper-button-disabled) {
    color: #fff;
    background: var(--mc-baseMain-o2);
    border: none;
  }
}
.wlc-slider--theme-banner-promo-left .swiper .swiper-slide,
.wlc-slider--theme-banner-promo-right .swiper .swiper-slide {
  width: 580px;
  margin-right: 15px;
}
.wlc-game-thumb--theme-default .wlc-image {
  --wlc-image-width: 100%;
  --wlc-image-height: 100%;
  --wlc-image-object-fit: cover;
  --wlc-image-object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: inherit;
  overflow: hidden;
}
.wlc-image {
  position: relative;
  overflow: hidden;
  width: var(--wlc-image-width, auto);
  height: var(--wlc-image-height, auto);
}
.wlc-image__content,
.wlc-image__picture {
  height: 100%;
}
.wlc-image__picture {
  position: absolute;
  top: 0;
  width: 100%;
}
.wlc-image__picture img {
  width: var(--wlc-image-width, auto);
  height: var(--wlc-image-height, auto);
  object-fit: var(--wlc-image-object-fit);
  object-position: var(--wlc-image-object-position);
}
.wlc-game-thumb--theme-default .wlc-game-thumb__title {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-external-title
  .wlc-game-thumb__title {
  align-items: flex-start;
  padding: 10px 0 0;
  text-align: left;
}
.wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-external-title
  .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: var(--mc-baseMain);
  font-style: normal;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.45;
}
@media (min-width: 1200px) {
  .wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-external-title
    .wlc-game-thumb__name {
    color: var(--mc-baseMain);
    font-style: normal;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 1.45;
  }
}
.wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-external-title
  .wlc-game-thumb__merchant {
  color: var(--mc-baseMain-o6);
  font-style: normal;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.45;
}
@media (min-width: 1200px) {
  .wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-external-title
    .wlc-game-thumb__merchant {
    color: var(--mc-baseMain-o6);
    font-style: normal;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.45;
  }
}
.ng-tns-c3748941157-13 .wlc-games-grid__games-slider .swiper .swiper-slide {
  width: calc(23.66% - 10px) !important;
}
@media (max-width: 650px) {
  .ng-tns-c3748941157-13 .wlc-games-grid__games-slider .swiper .swiper-slide {
    width: calc(47% - 10px) !important;
  }
}
