*,
*::before,
*::after {
  box-sizing: border-box;
  border: 0 solid #11162c;
  margin: 0;
  padding: 0;
}

*:not(i.icon):before,
*:not(i.icon):after {
  pointer-events: none;
  position: absolute;
}

html {
  height: 100%;
  font-size: 16px;
  font-family: "Manrope", sans-serif;
  line-height: 1.25;
  scrollbar-width: thin;
  scrollbar-gutter: stable;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  min-height: 100%;
  height: 100%;
  background-color: #212639;
  color: #fff;
  -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  color: #fff;
}

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  vertical-align: middle;
}

img,
video {
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select {
  font: inherit;
  color: inherit;
  background: none;
  border: 0;
}

button {
  cursor: pointer;
  touch-action: manipulation;
}

button:focus,
a:focus {
  outline: none;
}

ul,
ol {
  list-style: none;
}

.container {
  width: 100%;
}
@media (min-width: 540px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}

@media (min-width: 1280px) {
  .xl-container {
    width: 100%;
  }
}
@media (min-width: 1280px) and (min-width: 540px) {
  .xl-container {
    max-width: 540px;
  }
}
@media (min-width: 1280px) and (min-width: 640px) {
  .xl-container {
    max-width: 640px;
  }
}
@media (min-width: 1280px) and (min-width: 768px) {
  .xl-container {
    max-width: 768px;
  }
}
@media (min-width: 1280px) and (min-width: 1024px) {
  .xl-container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) and (min-width: 1280px) {
  .xl-container {
    max-width: 1280px;
  }
}
@media (min-width: 1280px) and (min-width: 1536px) {
  .xl-container {
    max-width: 1536px;
  }
}

@media (min-width: 1024px) {
  .lg-container {
    width: 100%;
  }
}
@media (min-width: 1024px) and (min-width: 540px) {
  .lg-container {
    max-width: 540px;
  }
}
@media (min-width: 1024px) and (min-width: 640px) {
  .lg-container {
    max-width: 640px;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  .lg-container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .lg-container {
    max-width: 1024px;
  }
}
@media (min-width: 1024px) and (min-width: 1280px) {
  .lg-container {
    max-width: 1280px;
  }
}
@media (min-width: 1024px) and (min-width: 1536px) {
  .lg-container {
    max-width: 1536px;
  }
}

.body-wrapper {
  flex: 1 1 0%;
  position: relative;
  z-index: 10;
}
@media (min-width: 640px) {
  .body-wrapper {
    padding-top: 72px;
  }
}
@media (min-width: 1024px) {
  .body-wrapper {
    padding-top: 5rem;
  }
}
@media (min-width: 1536px) {
  .body-wrapper {
    padding-top: 104px;
  }
}

.bg-block {
  display: flex;
  flex-direction: column;
  background-color: #212639;
  background-repeat: no-repeat;
  background-position: center;
}

.bg-home-page {
  background-image: url("../images/pages/backgrounds/home-page-bg.jpg");
  background-position: center 970px;
  background-size: 640px auto;
}
@media (min-width: 640px) {
  .bg-home-page {
    background-position: center 1140px;
    background-size: 1024px auto;
  }
}
@media (min-width: 768px) {
  .bg-home-page {
    background-position: center 1160px;
  }
}
@media (min-width: 1024px) {
  .bg-home-page {
    background-position: center 1170px;
    background-size: 1366px auto;
  }
}
@media (min-width: 1280px) {
  .bg-home-page {
    background-position: center 1080px;
  }
}
@media (min-width: 1536px) {
  .bg-home-page {
    background-size: 1920px auto;
  }
}

.stars {
  pointer-events: none;
  position: relative;
  z-index: 20;
  margin-top: -0.75rem;
  display: flex;
  height: 2rem;
  width: 100%;
  overflow: hidden;
}
@media (min-width: 768px) {
  .stars {
    margin-top: 0;
    height: 1rem;
    overflow: visible;
  }
}
.stars:before, .stars:after {
  content: "";
  background-image: url("../images/pages/content/categories-star.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.stars:before {
  left: -0.25rem;
  bottom: 0.25rem;
  height: 1.75rem;
  width: 5rem;
  transform: rotate(180deg);
}
.stars:after {
  right: 0.25rem;
  bottom: 0.625rem;
  height: 1.25rem;
  width: 3.5rem;
}

@font-face {
  font-family: "icons";
  src: url("../fonts/icons.eot") format("embedded-opentype"), url("../fonts/icons.woff2") format("woff2"), url("../fonts/icons.woff") format("woff");
}
i[class^=icon-]:before, i[class*=" icon-"]:before {
  font-family: icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-windows:before {
  content: "\f101";
}

.icon-windows-outline:before {
  content: "\f102";
}

.icon-whats-app:before {
  content: "\f103";
}

.icon-warning:before {
  content: "\f104";
}

.icon-visibility:before {
  content: "\f105";
}

.icon-visibility-off:before {
  content: "\f106";
}

.icon-virtual-sports:before {
  content: "\f107";
}

.icon-vip-club:before {
  content: "\f108";
}

.icon-user:before {
  content: "\f109";
}

.icon-tournaments:before {
  content: "\f10a";
}

.icon-top-live-casino:before {
  content: "\f10b";
}

.icon-to-top:before {
  content: "\f10c";
}

.icon-tg-new:before {
  content: "\f10d";
}

.icon-tg-icon:before {
  content: "\f10e";
}

.icon-telegram-ico:before {
  content: "\f10f";
}

.icon-table-games:before {
  content: "\f110";
}

.icon-summer-wins:before {
  content: "\f111";
}

.icon-success:before {
  content: "\f112";
}

.icon-step-two:before {
  content: "\f113";
}

.icon-step-three:before {
  content: "\f114";
}

.icon-step-one:before {
  content: "\f115";
}

.icon-star:before {
  content: "\f116";
}

.icon-star-stroke:before {
  content: "\f117";
}

.icon-star-filled:before {
  content: "\f118";
}

.icon-slots:before {
  content: "\f119";
}

.icon-shopping-bag:before {
  content: "\f11a";
}

.icon-shop:before {
  content: "\f11b";
}

.icon-shield:before {
  content: "\f11c";
}

.icon-share:before {
  content: "\f11d";
}

.icon-select-arrow:before {
  content: "\f11e";
}

.icon-search:before {
  content: "\f11f";
}

.icon-search-outline:before {
  content: "\f120";
}

.icon-roulette:before {
  content: "\f121";
}

.icon-remove-ico:before {
  content: "\f122";
}

.icon-refresh:before {
  content: "\f123";
}

.icon-providers:before {
  content: "\f124";
}

.icon-promos:before {
  content: "\f125";
}

.icon-pragmatic-live:before {
  content: "\f126";
}

.icon-popular:before {
  content: "\f127";
}

.icon-poker:before {
  content: "\f128";
}

.icon-plus:before {
  content: "\f129";
}

.icon-plus-square:before {
  content: "\f12a";
}

.icon-patrick:before {
  content: "\f12b";
}

.icon-pass-card:before {
  content: "\f12c";
}

.icon-other:before {
  content: "\f12d";
}

.icon-october-fest:before {
  content: "\f12e";
}

.icon-new:before {
  content: "\f12f";
}

.icon-new-year:before {
  content: "\f130";
}

.icon-new-live-chat:before {
  content: "\f131";
}

.icon-my-bonuses:before {
  content: "\f132";
}

.icon-more-vertical:before {
  content: "\f133";
}

.icon-minus:before {
  content: "\f134";
}

.icon-message:before {
  content: "\f135";
}

.icon-menu:before {
  content: "\f136";
}

.icon-megaways:before {
  content: "\f137";
}

.icon-mail:before {
  content: "\f138";
}

.icon-loyalty-program:before {
  content: "\f139";
}

.icon-lotto:before {
  content: "\f13a";
}

.icon-lottery:before {
  content: "\f13b";
}

.icon-logout:before {
  content: "\f13c";
}

.icon-lobby:before {
  content: "\f13d";
}

.icon-live-chat:before {
  content: "\f13e";
}

.icon-live-casino:before {
  content: "\f13f";
}

.icon-link:before {
  content: "\f140";
}

.icon-lightning-filled:before {
  content: "\f141";
}

.icon-key_double:before {
  content: "\f142";
}

.icon-key:before {
  content: "\f143";
}

.icon-jackpot:before {
  content: "\f144";
}

.icon-instant-games:before {
  content: "\f145";
}

.icon-install-app:before {
  content: "\f146";
}

.icon-info:before {
  content: "\f147";
}

.icon-info-circle:before {
  content: "\f148";
}

.icon-hot:before {
  content: "\f149";
}

.icon-history:before {
  content: "\f14a";
}

.icon-heart:before {
  content: "\f14b";
}

.icon-heart-fill:before {
  content: "\f14c";
}

.icon-halloween:before {
  content: "\f14d";
}

.icon-gift:before {
  content: "\f14e";
}

.icon-games:before {
  content: "\f14f";
}

.icon-games-casino:before {
  content: "\f150";
}

.icon-gamepad:before {
  content: "\f151";
}

.icon-game-shows:before {
  content: "\f152";
}

.icon-full-screen:before {
  content: "\f153";
}

.icon-football:before {
  content: "\f154";
}

.icon-flash:before {
  content: "\f155";
}

.icon-favorites:before {
  content: "\f156";
}

.icon-faq:before {
  content: "\f157";
}

.icon-error-upload:before {
  content: "\f158";
}

.icon-easter:before {
  content: "\f159";
}

.icon-dropsandwins:before {
  content: "\f15a";
}

.icon-download:before {
  content: "\f15b";
}

.icon-download-phone:before {
  content: "\f15c";
}

.icon-download-desktop:before {
  content: "\f15d";
}

.icon-dollar-square:before {
  content: "\f15e";
}

.icon-dollar-circle:before {
  content: "\f15f";
}

.icon-document-filled:before {
  content: "\f160";
}

.icon-diamond:before {
  content: "\f161";
}

.icon-currency-eur:before {
  content: "\f162";
}

.icon-cup:before {
  content: "\f163";
}

.icon-credit-card:before {
  content: "\f164";
}

.icon-copy:before {
  content: "\f165";
}

.icon-coins-sidebar:before {
  content: "\f166";
}

.icon-coins-outline:before {
  content: "\f167";
}

.icon-close:before {
  content: "\f168";
}

.icon-clock:before {
  content: "\f169";
}

.icon-christmas:before {
  content: "\f16a";
}

.icon-choose-file:before {
  content: "\f16b";
}

.icon-check:before {
  content: "\f16c";
}

.icon-check-square-blank:before {
  content: "\f16d";
}

.icon-check-circle:before {
  content: "\f16e";
}

.icon-calendar:before {
  content: "\f16f";
}

.icon-burger-ico:before {
  content: "\f170";
}

.icon-bonus-map:before {
  content: "\f171";
}

.icon-bonus-game:before {
  content: "\f172";
}

.icon-bonus-friendly:before {
  content: "\f173";
}

.icon-bonus-buy:before {
  content: "\f174";
}

.icon-blackjack:before {
  content: "\f175";
}

.icon-blackjack-league:before {
  content: "\f176";
}

.icon-bell:before {
  content: "\f177";
}

.icon-balance:before {
  content: "\f178";
}

.icon-balance-sidebar:before {
  content: "\f179";
}

.icon-baccarat-dice:before {
  content: "\f17a";
}

.icon-atom:before {
  content: "\f17b";
}

.icon-arrow-right:before {
  content: "\f17c";
}

.icon-arrow-right-def:before {
  content: "\f17d";
}

.icon-arrow-left:before {
  content: "\f17e";
}

.icon-arrow-left-def:before {
  content: "\f17f";
}

.icon-arrow-down:before {
  content: "\f180";
}

.icon-apple:before {
  content: "\f181";
}

.icon-apple-outline:before {
  content: "\f182";
}

.icon-android:before {
  content: "\f183";
}

.icon-android-outline:before {
  content: "\f184";
}

.icon-all-games:before {
  content: "\f185";
}

.icon-achievements:before {
  content: "\f186";
}

.icon-CurrencyEur:before {
  content: "\f187";
}

.icon-Bank:before {
  content: "\f188";
}

i.icon {
  align-items: center;
  justify-content: center;
  line-height: 1;
}
i.icon:not(.hidden) {
  display: flex;
}
i.icon:not([custom]) {
  font-size: 1.5rem;
}
i.icon:before {
  width: 100%;
  vertical-align: bottom;
}

[sld-button] {
  position: relative;
  z-index: 10;
  display: flex;
  cursor: pointer;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-width: 2px;
  border-color: #11162c;
}
[sld-button] > span {
  position: relative;
  z-index: 1;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  text-align: center;
  font-family: "Fira Sans", sans-serif;
  text-transform: capitalize;
  color: #fff;
  line-height: 1;
}
[sld-button].btn-xs {
  height: 2rem;
  min-height: 2rem;
  border-radius: 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 700;
}
[sld-button].btn-xs > span {
  padding-left: 1rem;
  padding-right: 1rem;
}
[sld-button].btn-sm {
  height: 2.5rem;
  min-height: 2.5rem;
  border-radius: 0.5rem;
  font-size: 1rem;
  font-weight: 700;
  font-style: normal;
}
[sld-button].btn-sm > span {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
[sld-button].btn-lg {
  height: 3rem;
  min-height: 3rem;
  border-radius: 0.75rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  font-style: normal;
}
[sld-button].btn-lg > span {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}
[sld-button].btn-xl {
  height: 3.5rem;
  min-height: 3.5rem;
  border-radius: 0.75rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  font-style: normal;
}
[sld-button].btn-xl > span {
  padding-left: 2rem;
  padding-right: 2rem;
}
[sld-button].btn-2xl {
  height: 72px;
  min-height: 72px;
  border-radius: 1rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 900;
  font-style: italic;
}
[sld-button].btn-2xl > span {
  padding-left: 2.75rem;
  padding-right: 2.75rem;
}
[sld-button].btn-header {
  height: 2.5rem;
  min-height: 2.5rem;
  border-radius: 0.5rem;
  font-size: 1rem;
  font-weight: 700;
  font-style: normal;
}
[sld-button].btn-header > span {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media (min-width: 1540px) {
  [sld-button].btn-header {
    height: 3rem;
    min-height: 3rem;
    border-radius: 0.75rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 700;
    font-style: normal;
  }
  [sld-button].btn-header > span {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
}
[sld-button].btn-hero {
  height: 3.5rem;
  min-height: 3.5rem;
  border-radius: 0.75rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  font-style: normal;
}
[sld-button].btn-hero > span {
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (min-width: 640px) {
  [sld-button].btn-hero {
    height: 72px;
    min-height: 72px;
    border-radius: 1rem;
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 900;
    font-style: italic;
  }
  [sld-button].btn-hero > span {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }
}
[sld-button].filled:not(.btn-2xl):not(.btn-hero) {
  box-shadow: 0 2px 0 rgba(168, 85, 247, 0.75);
  background: url("../images/buttons/filled-btn-left-mob.png") 0 50%/58px 56px no-repeat, url("../images/buttons/filled-btn-right-mob.png") 100% 50%/30px 56px no-repeat, linear-gradient(270deg, #d86363 0%, #9d174d 100%);
}
[sld-button].filled:not(.btn-2xl):not(.btn-hero) > span {
  -webkit-text-stroke-width: 4px;
  -webkit-text-stroke-color: #11162c;
  paint-order: stroke fill;
}
@supports (-webkit-hyphens: none) and (not (text-wrap: balance)) {
  [sld-button].filled:not(.btn-2xl):not(.btn-hero) > span {
    font-weight: 900;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #212639;
    text-shadow: 1px 2px 0 #11162c;
    paint-order: normal;
  }
}
@supports not (font-size-adjust: 1) {
  [sld-button].filled:not(.btn-2xl):not(.btn-hero) > span {
    font-weight: 900;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #212639;
    text-shadow: 1px 2px 0 #11162c;
    paint-order: normal;
  }
}
[sld-button].filled.btn-2xl {
  box-shadow: 0 4px 0 rgba(168, 85, 247, 0.75);
  background: url("../images/buttons/filled-btn-left.png") -3% 50%/76px 72px no-repeat, url("../images/buttons/filled-btn-right.png") 100% 50%/59px 96px no-repeat, linear-gradient(270deg, #d86363 0%, #9d174d 100%);
}
[sld-button].filled.btn-2xl > span {
  -webkit-text-stroke-width: 8px;
  -webkit-text-stroke-color: #11162c;
  paint-order: stroke fill;
}
@supports (-webkit-hyphens: none) and (not (text-wrap: balance)) {
  [sld-button].filled.btn-2xl > span {
    font-weight: 900;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #212639;
    text-shadow: 1px 2px 0 #11162c;
    paint-order: normal;
  }
}
@supports not (font-size-adjust: 1) {
  [sld-button].filled.btn-2xl > span {
    font-weight: 900;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #212639;
    text-shadow: 1px 2px 0 #11162c;
    paint-order: normal;
  }
}
[sld-button].filled.btn-hero {
  box-shadow: 0 2px 0 rgba(168, 85, 247, 0.75);
  background: url("../images/buttons/filled-btn-left-mob.png") 0 50%/58px 56px no-repeat, url("../images/buttons/filled-btn-right-mob.png") 100% 50%/30px 56px no-repeat, linear-gradient(270deg, #d86363 0%, #9d174d 100%);
}
[sld-button].filled.btn-hero > span {
  -webkit-text-stroke-width: 4px;
  -webkit-text-stroke-color: #11162c;
  paint-order: stroke fill;
}
@supports (-webkit-hyphens: none) and (not (text-wrap: balance)) {
  [sld-button].filled.btn-hero > span {
    font-weight: 900;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #212639;
    text-shadow: 1px 2px 0 #11162c;
    paint-order: normal;
  }
}
@supports not (font-size-adjust: 1) {
  [sld-button].filled.btn-hero > span {
    font-weight: 900;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #212639;
    text-shadow: 1px 2px 0 #11162c;
    paint-order: normal;
  }
}
@media (min-width: 640px) {
  [sld-button].filled.btn-hero {
    box-shadow: 0 4px 0 rgba(168, 85, 247, 0.75);
    background: url("../images/buttons/filled-btn-left.png") -3% 50%/76px 72px no-repeat, url("../images/buttons/filled-btn-right.png") 100% 50%/59px 96px no-repeat, linear-gradient(270deg, #d86363 0%, #9d174d 100%);
  }
  [sld-button].filled.btn-hero > span {
    -webkit-text-stroke-width: 8px;
    -webkit-text-stroke-color: #11162c;
    paint-order: stroke fill;
  }
  @supports (-webkit-hyphens: none) and (not (text-wrap: balance)) {
    [sld-button].filled.btn-hero > span {
      font-weight: 900;
      -webkit-text-stroke-width: 1px;
      -webkit-text-stroke-color: #212639;
      text-shadow: 1px 2px 0 #11162c;
      paint-order: normal;
    }
  }
  @supports not (font-size-adjust: 1) {
    [sld-button].filled.btn-hero > span {
      font-weight: 900;
      -webkit-text-stroke-width: 1px;
      -webkit-text-stroke-color: #212639;
      text-shadow: 1px 2px 0 #11162c;
      paint-order: normal;
    }
  }
}
@media (min-width: 1024px) {
  [sld-button].filled:hover:not(.btn-2xl):not(.btn-hero) {
    background: url("../images/buttons/filled-btn-left-mob.png") 0 50%/58px 56px no-repeat, url("../images/buttons/filled-btn-right-mob.png") 100% 50%/30px 56px no-repeat, linear-gradient(270deg, #a855f7 0%, #a855f7 100%);
  }
  [sld-button].filled:hover.btn-2xl {
    background: url("../images/buttons/filled-btn-left.png") -3% 50%/76px 72px no-repeat, url("../images/buttons/filled-btn-right.png") 100% 50%/59px 96px no-repeat, linear-gradient(270deg, #a855f7 0%, #a855f7 100%);
  }
  [sld-button].filled:hover.btn-hero {
    background: url("../images/buttons/filled-btn-left-mob.png") 0 50%/58px 56px no-repeat, url("../images/buttons/filled-btn-right-mob.png") 100% 50%/30px 56px no-repeat, linear-gradient(270deg, #a855f7 0%, #a855f7 100%);
  }
}
@media (min-width: 1024px) and (min-width: 640px) {
  [sld-button].filled:hover.btn-hero {
    background: url("../images/buttons/filled-btn-left.png") -3% 50%/76px 72px no-repeat, url("../images/buttons/filled-btn-right.png") 100% 50%/59px 96px no-repeat, linear-gradient(270deg, #a855f7 0%, #a855f7 100%);
  }
}
[sld-button].outlined:not(.bg-left-only):not(.btn-2xl) {
  background: url("../images/buttons/outlined-btn-left-mob.png") -3% 30%/58px 56px no-repeat, url("../images/buttons/outlined-btn-right-mob.png") 100% 50%/30px 56px no-repeat, rgba(66, 52, 96, 0.75);
}
[sld-button].outlined:not(.bg-left-only) {
  background: url("../images/buttons/outlined-btn-left.png") -3% 30%/74px 72px no-repeat, url("../images/buttons/outlined-btn-right.png") 100% 50%/50px 72px no-repeat, rgba(66, 52, 96, 0.75);
}
[sld-button].outlined.bg-left-only:not(.btn-2xl) {
  background: url("../images/buttons/outlined-btn-right-mob.png") 100% 50%/30px 56px no-repeat, rgba(66, 52, 96, 0.75);
  border: 2px solid #11162c;
}
[sld-button].outlined.bg-left-only {
  background: url("../images/buttons/outlined-btn-right.png") 100% 50%/50px 72px no-repeat, rgba(66, 52, 96, 0.75);
}
@media (min-width: 1024px) {
  [sld-button].outlined:hover {
    border-color: #a855f7;
    box-shadow: 0 4px 12px rgba(86, 5, 160, 0.75), 0 4px 24px rgba(217, 62, 254, 0.25);
    background-color: rgba(86, 5, 160, 0.75);
  }
}
[sld-button].selected {
  background: url("../images/buttons/btn-pattern.png") right top/158px 68px no-repeat, linear-gradient(180deg, #5605a0 0%, #a855f7 100%);
}
[sld-button][disabled] {
  opacity: 0.5;
  pointer-events: none;
}

.all-btn {
  display: flex;
  align-items: center;
  font-family: "Fira Sans", sans-serif;
  font-weight: 700;
  text-transform: capitalize;
  font-size: 1.125rem;
  line-height: 1.75rem;
  margin-left: 1.5rem;
}
.all-btn .icon {
  margin-left: 0.5rem;
}
@media (min-width: 1024px) and (hover: hover) and (pointer: fine) {
  .all-btn:hover {
    color: #ffc935;
  }
}

.header {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  z-index: 60;
  width: 100%;
  height: 4rem;
  background: linear-gradient(180deg, #11162c 20%, rgba(17, 22, 44, 0.6) 60%, rgba(17, 22, 44, 0) 100%);
}
@media (min-width: 640px) {
  .header {
    position: fixed;
    height: 72px;
  }
}
@media (min-width: 1024px) {
  .header {
    height: 5rem;
  }
}
@media (min-width: 1536px) {
  .header {
    height: 104px;
  }
}

.header-nav {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: space-between;
}

.header-nav-menu {
  display: flex;
  flex: none;
  align-items: center;
}
@media (min-width: 640px) {
  .header-nav-menu {
    padding-left: 0.75rem;
  }
}
@media (min-width: 768px) {
  .header-nav-menu {
    padding-left: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .header-nav-menu {
    padding-left: 1rem;
  }
}
@media (min-width: 1280px) {
  .header-nav-menu {
    padding-left: 3.5rem;
  }
}

.header-nav-actions {
  display: none;
}
@media (min-width: 640px) {
  .header-nav-actions {
    display: flex;
    align-items: center;
  }
}

.burger-btn,
.navbar-search {
  width: 2rem;
  height: 2rem;
  color: #a0a3ab;
}
@media (min-width: 1024px) and (hover: hover) and (pointer: fine) {
  .burger-btn:hover,
  .navbar-search:hover {
    color: #fff;
  }
}

.burger-btn {
  margin-right: 0.5rem;
}
@media (min-width: 640px) {
  .burger-btn {
    margin-right: 2rem;
  }
}
.burger-btn[data-alert=true] > i {
  position: relative;
}
.burger-btn[data-alert=true] > i:after {
  content: "";
  position: absolute;
  top: -0.125rem;
  right: -0.25rem;
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 9999px;
  border-width: 2px;
  border-color: #11162c;
  background: linear-gradient(270deg, #d86363 0%, #9d174d 100%);
}

.navbar-search {
  display: none;
}
@media (min-width: 640px) {
  .navbar-search {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.header-profile {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 1280px) {
  .header-profile {
    padding-right: 3.5rem;
  }
}

.header-not-login {
  display: flex;
  align-items: center;
}
@media (min-width: 1280px) {
  .header-not-login {
    margin-right: 1.5rem;
  }
}

@media (max-width: 1024px) {
  .header-login {
    background: url("../images/buttons/outlined-btn-right-mob.png") 100% 50%/30px 56px no-repeat, rgba(255, 255, 255, 0.1) !important;
  }
}
.header-login {
  margin-right: 0.5rem;
}
@media (min-width: 768px) {
  .header-login {
    margin-right: 0.625rem;
  }
}
.header-login .btn-label-desktop {
  display: none !important;
}
@media (min-width: 1024px) {
  .header-login .btn-label-desktop {
    display: flex !important;
  }
}
.header-login .btn-label-mobile {
  width: 2.25rem !important;
  height: 2.5rem !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
@media (min-width: 1024px) {
  .header-login .btn-label-mobile {
    display: none !important;
  }
}

.header-logo {
  position: relative;
  display: block;
  margin-left: 0.75rem;
  margin-top: -3.5rem;
  width: 107px;
}
@media (min-width: 640px) {
  .header-logo {
    margin-left: auto;
    margin-right: auto;
    margin-top: -60px;
  }
}
@media (min-width: 1024px) {
  .header-logo {
    margin-top: -71px;
    width: 138px;
  }
}
@media (min-width: 1536px) {
  .header-logo {
    margin-top: -87px;
    width: 156px;
  }
}
.header-logo img {
  width: 100%;
  height: auto;
}

.header-lang {
  position: relative;
  display: none;
  overflow: hidden;
  border-radius: 0.375rem;
}
@media (min-width: 1280px) {
  .header-lang {
    display: flex;
  }
}
.header-lang img {
  width: 2.25rem;
  height: 1.5rem;
}

.sidebar-backdrop {
  position: fixed;
  inset: 0;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
  transition: opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1), visibility 400ms;
}

.sidebar-drawer {
  position: fixed;
  top: 0;
  bottom: 0;
  left: auto;
  right: 0;
  z-index: 1001;
  width: 300px;
  overflow: hidden;
  background-color: #292a58;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: #fff;
  transform: translateX(100%);
  transition: transform 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
  scrollbar-width: none;
}
.sidebar-drawer::-webkit-scrollbar {
  display: none;
}
@media (min-width: 640px) {
  .sidebar-drawer {
    left: 0;
    right: auto;
    transform: translateX(-100%);
  }
}
.sidebar-drawer:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: url("../images/sidebar-bg-desc.jpg");
  background-size: cover;
}

body.sidebar-open {
  overflow: hidden;
}
body.sidebar-open .sidebar-drawer {
  transform: translateX(0);
}
body.sidebar-open .sidebar-backdrop {
  opacity: 1;
  visibility: visible;
}

.sidebar-list {
  position: relative;
  z-index: 10;
  display: block;
  height: 100%;
  padding: 0;
}

.sidebar-inner {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
  height: 100%;
}

.sidebar-body {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 0.75rem;
  overflow: auto;
  scrollbar-width: none;
}

.sidebar-header {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 20;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  width: 300px;
  padding: 0.5rem 0.75rem;
  border-bottom-width: 2px;
  border-color: #11162c;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("../images/account/sidebar-top-rev.png");
}
@media (min-width: 640px) {
  .sidebar-header {
    flex-direction: row;
    left: 0;
    right: auto;
  }
}
@media (min-width: 768px) {
  .sidebar-header {
    background-image: url("../images/account/sidebar-top.png");
  }
}

.sidebar-header-logo {
  width: 100%;
  display: flex;
  justify-content: center;
}
.sidebar-header-logo img {
  width: 60px;
  height: auto;
}

.close-sidebar {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 2.5rem;
  min-height: 2.5rem;
  color: #fff;
}

.sidebar-lang {
  position: relative;
  min-width: 2.25rem;
  height: 1.75rem;
  border-radius: 0.5rem;
  overflow: hidden;
  border-width: 2px;
  border-color: #212639;
}
.sidebar-lang img {
  object-fit: cover;
  height: 100%;
}

.sidebar-px {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.sidebar-btn-wrapper {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  margin-bottom: 1.5rem;
  display: flex;
  flex-direction: column;
}
.sidebar-btn-wrapper > [sld-button]:first-child {
  margin-bottom: 0.75rem;
}

.sidebar-bordered {
  border-width: 2px;
  border-color: #11162c;
  border-radius: 20px;
}

.sidebar-nav {
  padding: 0.375rem;
  margin-left: 0.75rem;
  margin-right: 0.75rem;
  background-color: rgba(66, 52, 96, 0.3);
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  row-gap: 0.5rem;
}

.home-block {
  border-radius: 1rem;
  overflow: hidden;
  background: linear-gradient(180deg, #423460 0%, rgba(66, 52, 96, 0.75) 100%);
}
.home-block > a:not(:last-child),
.home-block > span:not(:last-child) {
  border-bottom-width: 2px;
  border-color: #11162c;
}

.lobby-categories.home-block {
  background: linear-gradient(180deg, #5605a0 0%, rgba(168, 85, 247, 0.2) 100%);
}

.btn__wheel-fortune {
  position: relative;
  display: flex;
  align-items: center;
  height: 44px;
  padding: 0.5rem 0.5rem 0.5rem 3.5rem;
  border-radius: 1rem;
  overflow: hidden;
  border: 2px solid #11162c;
  background: linear-gradient(90deg, #6d28d9 0%, #3a1573 100%);
}
.btn__wheel-fortune span {
  position: relative;
  z-index: 1;
  color: #fdfffc;
  font-family: "Fira Sans", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
}
.btn__wheel-fortune:after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  width: 226px;
  height: 81px;
  background: url("../images/wheel-fortune/pattern-btn-wheel.png") center top/100% no-repeat;
}

.sidebar__wheel-image {
  position: absolute;
  display: flex;
  width: 44px;
  height: 44px;
  left: -0.5rem;
  bottom: -0.75rem;
}
.sidebar__wheel-image .sidebar__wheel-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: url("../images/wheel-fortune/wheel-btn-bg.png") center/contain no-repeat;
}
.sidebar__wheel-image .sidebar__wheel-bg:before, .sidebar__wheel-image .sidebar__wheel-bg:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.sidebar__wheel-image .sidebar__wheel-bg:before {
  top: -0.25rem;
  width: 11px;
  height: 13px;
  background-image: url("../images/wheel-fortune/wheel-btn-dot.png");
}
.sidebar__wheel-image .sidebar__wheel-bg:after {
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1rem;
  height: 1rem;
  background-image: url("../images/wheel-fortune/wheel-btn-center.png");
}
.sidebar__wheel-image .sidebar__wheel-drum {
  position: absolute;
  width: 2.5rem;
  height: 2.5rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.sidebar-support {
  width: 100%;
  overflow: hidden;
  border: 2px solid #11162c;
  border-radius: 0.75rem;
}
.sidebar-support button,
.sidebar-support a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 2.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-family: "Fira Sans", sans-serif;
  font-weight: 700;
  border-width: 2px;
  border-color: #11162c;
  border-style: none;
  border-radius: 0.75rem;
  background-color: #423460;
}
.sidebar-support button i.icon,
.sidebar-support a i.icon {
  color: #fff;
  opacity: 0.7;
  margin-left: 1px;
  margin-right: 1rem;
}
.sidebar-support button span,
.sidebar-support a span {
  font-weight: 700;
  line-height: 1;
  color: #fff;
}
@media (min-width: 1024px) {
  .sidebar-support button:hover,
  .sidebar-support a:hover {
    background-color: rgba(168, 85, 247, 0.5);
  }
  .sidebar-support button:hover i.icon,
  .sidebar-support a:hover i.icon {
    color: #ffc935;
    opacity: 1;
  }
}

.mat-list-item {
  display: flex;
  align-items: center;
  width: 100%;
  height: 2.75rem;
  padding: 0 1rem;
  font-family: "Fira Sans", sans-serif;
  font-weight: 700;
  color: #fdfffc;
}
.mat-list-item:not(.link) i.icon {
  color: #fff;
  opacity: 0.7;
  margin-right: 1rem;
}
@media (min-width: 1024px) {
  .mat-list-item:not(.link):hover, .mat-list-item:not(.link):focus {
    background-color: rgba(168, 85, 247, 0.5) !important;
    background-image: url("../images/purple-pattern.png");
    background-position: calc(100% + 5px) calc(100% + 30px);
    background-size: auto;
    background-repeat: no-repeat;
  }
  .mat-list-item:not(.link):hover i.icon, .mat-list-item:not(.link):focus i.icon {
    color: #ffc935 !important;
    opacity: 1 !important;
  }
}
.mat-list-item:not(.link).active, .mat-list-item:not(.link).active-link {
  background-color: rgba(168, 85, 247, 0.5) !important;
  background-image: url("../images/purple-pattern.png");
  background-position: calc(100% + 5px) calc(100% + 30px);
  background-size: auto;
  background-repeat: no-repeat;
}
.mat-list-item:not(.link).active i.icon, .mat-list-item:not(.link).active-link i.icon {
  color: #ffc935 !important;
  opacity: 1 !important;
}
.mat-list-item.link {
  height: 2.25rem;
  padding-left: 1rem;
  padding-right: 1rem;
  background: transparent;
  color: #fdfffc;
}
@media (min-width: 1024px) and (hover: hover) and (pointer: fine) {
  .mat-list-item.link:hover {
    color: #ffc935;
  }
}
.mat-list-item.link.active {
  color: #ffc935;
  background: none;
}

@media screen and (max-width: 1023px) {
  .mat-list-item:not(.active):hover,
  .mat-list-item:focus {
    background: transparent !important;
  }
}
.alert-ico {
  margin-left: auto;
  display: block;
  padding-top: 0.375rem;
  width: 2.25rem;
  height: 2.25rem;
  transform: rotate(-3deg);
  text-align: center;
  font-size: 0.75rem;
  font-weight: 700;
  background-image: url("../images/alert.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.sidebar-links {
  position: relative;
  margin-top: 1.75rem;
  display: none;
}
@media (min-width: 640px) {
  .sidebar-links {
    display: block;
  }
}

.sidebar-links-list {
  position: relative;
}
.sidebar-links-list.sidebar-blur {
  max-height: 72px;
  overflow: hidden;
}
.sidebar-links-list.sidebar-blur .link {
  color: #7c7c7c;
}
.sidebar-links-list.sidebar-blur .link:nth-child(2) {
  opacity: 0.3;
}
.sidebar-links-list:not(.sidebar-blur) {
  margin-bottom: 1rem;
}

.open-sidebar-links {
  margin-left: auto;
  margin-right: auto;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 0.5rem;
  transition: transform 0.2s;
}
@media (min-width: 1024px) and (hover: hover) and (pointer: fine) {
  .open-sidebar-links:hover {
    background-color: rgba(86, 5, 160, 0.4);
  }
}
.open-sidebar-links.is-open {
  transform: rotate(180deg);
}
.open-sidebar-links i.icon {
  color: #fff;
  font-size: 1.25rem;
}

.dialog-backdrop {
  position: fixed;
  inset: 0;
  z-index: 1002;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  transform: translateZ(0);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s, visibility 0.2s;
}

.dialog-overlay {
  position: fixed;
  inset: 0;
  z-index: 1003;
  display: flex;
  align-items: flex-end !important;
  justify-content: flex-end !important;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s, visibility 0.2s;
}
@media (min-width: 640px) {
  .dialog-overlay {
    align-items: center !important;
    justify-content: center !important;
  }
}

.dialog-class {
  width: 100%;
  height: auto;
  max-height: 100%;
}
@media (min-width: 640px) {
  .dialog-class {
    width: auto;
    border-radius: 1rem;
  }
}

.mat-dialog-container {
  position: relative;
  padding: 0;
  overflow: hidden;
  height: auto;
  background-color: #141a32;
  background-repeat: no-repeat;
  background-size: auto;
  border-width: 2px;
  border-color: #11162c;
}
@media (min-width: 640px) {
  .mat-dialog-container {
    border-radius: 1rem;
    box-shadow: 0 4px 16px 0 #5605a0, 0 4px 64px 0 rgba(217, 62, 254, 0.25);
  }
}

body.dialog-open {
  overflow: hidden;
}
body.dialog-open .dialog-backdrop,
body.dialog-open .dialog-overlay {
  opacity: 1;
  visibility: visible;
}

.dialog-wrapper-1 {
  position: relative;
  width: 100%;
  height: 100%;
  max-height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 1rem 0.75rem;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.3) transparent;
}
@media (min-width: 640px) {
  .dialog-wrapper-1 {
    width: 560px;
    height: auto;
    padding: 1.5rem 1rem 1.75rem;
  }
}
.dialog-wrapper-1::-webkit-scrollbar {
  width: 0.25rem;
  height: 0.25rem;
}
.dialog-wrapper-1::-webkit-scrollbar-track {
  background-color: #090332;
  border-radius: 0.125rem;
}
.dialog-wrapper-1::-webkit-scrollbar-thumb {
  background-color: rgba(253, 255, 252, 0.3);
  border-radius: 0.125rem;
}

.dialog-header {
  position: relative;
  margin-bottom: 2rem;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.dialog-title {
  width: fit-content;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  text-align: center;
  font-family: "Fira Sans", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.25;
}
@media (min-width: 640px) {
  .dialog-title {
    font-size: 1.5rem;
  }
}

.dialog-close {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  transform: translateY(-50%);
  color: #fff;
  opacity: 0.6;
}
@media (min-width: 1024px) and (hover: hover) and (pointer: fine) {
  .dialog-close:hover {
    opacity: 1;
  }
}

.title-stars {
  position: relative;
}
.title-stars:before, .title-stars:after {
  content: "";
  top: 50%;
  height: 0.875rem;
  width: 2.5rem;
  transform: translateY(-50%);
  background-image: url("../images/pages/content/categories-star.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
@media (min-width: 640px) {
  .title-stars:before, .title-stars:after {
    height: 22px;
    width: 4rem;
  }
}
.title-stars:before {
  left: -1.75rem;
}
@media (min-width: 640px) {
  .title-stars:before {
    left: -3.5rem;
  }
}
.title-stars:after {
  right: -1.75rem;
  transform: translateY(-50%) rotate(180deg);
}
@media (min-width: 640px) {
  .title-stars:after {
    right: -3.5rem;
  }
}

.lang-body {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 1rem;
  row-gap: 1.5rem;
  padding-bottom: 1.75rem;
}
@media (min-width: 640px) {
  .lang-body {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    row-gap: 1.75rem;
    padding-left: 1rem;
    padding-bottom: 0;
  }
}

.select-lang {
  display: flex;
  align-items: center;
  font-weight: 500;
  color: #fff;
  width: 100%;
  text-align: left;
}
.select-lang > img {
  width: 2.25rem;
  height: 1.5rem;
  margin-right: 0.5rem;
  border-radius: 0.5rem;
  flex: none;
}
@media (min-width: 1024px) and (hover: hover) and (pointer: fine) {
  .select-lang:hover {
    color: #ffc935;
  }
}
.select-lang.active {
  color: #ffc935;
  cursor: default;
}

.home {
  position: relative;
  z-index: 10;
  min-height: 640px;
  margin-top: -4rem;
  overflow: hidden;
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
}
@media (min-width: 640px) {
  .home {
    min-height: 768px;
    margin-top: -72px;
  }
}
@media (min-width: 1024px) {
  .home {
    margin-top: -5rem;
  }
}
@media (min-width: 1280px) {
  .home {
    margin-top: -104px;
  }
}

.main-banner {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  background-color: #090332;
}
.main-banner:after {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(180deg, rgba(20, 26, 50, 0) 0%, rgba(17, 22, 44, 0) 56.98%, rgba(17, 22, 44, 0.88) 74.06%, #212639 100%);
}

.main-banner-img {
  pointer-events: none;
  user-select: none;
  width: auto;
  height: 100%;
  margin-left: -1px;
  margin-right: -1px;
  background-color: #090332;
  object-fit: cover;
  object-position: top center;
}
@media screen and (min-width: 540px) {
  .main-banner-img {
    width: 100%;
    object-position: center;
  }
}
@media screen and (min-width: 768px) {
  .main-banner-img {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (min-width: 1024px) {
  .main-banner-img {
    object-position: calc(50% + 35px) center;
  }
}
@media screen and (min-width: 1280px) {
  .main-banner-img {
    object-position: center calc(0% + 30px);
  }
}
@media screen and (min-width: 1536px) {
  .main-banner-img {
    max-width: 1920px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    object-position: top center;
  }
}

.top-slider-host {
  display: block;
  height: 100%;
}

.top-slider {
  position: relative;
  overflow: hidden;
  display: flex !important;
  width: 100%;
  height: 100%;
  min-height: 640px;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding-bottom: 152px;
}
@media (min-width: 540px) {
  .top-slider {
    margin-top: -8rem;
    justify-content: flex-start;
    padding-bottom: 0;
    padding-left: 58px;
    padding-top: 230px;
  }
}
@media (min-width: 768px) {
  .top-slider {
    margin-top: -6rem;
    padding-left: 5rem;
    padding-top: 204px;
  }
}
@media (min-width: 1024px) {
  .top-slider {
    padding-left: 94px;
    padding-top: 15rem;
  }
}
@media (min-width: 1280px) {
  .top-slider {
    padding-left: 156px;
    padding-top: 263px;
  }
}
@media (min-width: 1536px) {
  .top-slider {
    padding-left: 86px;
  }
}
.top-slider .flicking-camera {
  position: relative;
  z-index: 50;
  display: flex;
  flex-direction: row;
  width: 100%;
  height: auto;
}
.top-slider .flicking-camera > div {
  flex-shrink: 0;
  width: 100%;
  opacity: 1;
  transition: opacity 0.5s;
}
.top-slider .flicking-camera img {
  pointer-events: none;
}
.top-slider .flicking-pagination {
  position: relative;
  bottom: 0;
  z-index: 50;
  margin-right: auto;
  margin-left: auto;
  margin-top: 1.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  text-align: center;
  font-size: 0;
}
@media (min-width: 540px) {
  .top-slider .flicking-pagination {
    margin-top: 3rem;
    text-align: left;
    margin-left: 0;
  }
}
@media (min-width: 1536px) {
  .top-slider .flicking-pagination {
    padding-left: 10rem;
    padding-right: 10rem;
  }
}
.top-slider .flicking-pagination .flicking-pagination-bullet {
  display: inline-block;
  margin-left: 0.375rem;
  margin-right: 0.375rem;
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 0.25rem;
  border-width: 2px;
  border-color: #5605a0;
  background-color: transparent;
  cursor: pointer;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
@media (min-width: 540px) {
  .top-slider .flicking-pagination .flicking-pagination-bullet {
    width: 1rem;
    height: 1rem;
  }
}
.top-slider .flicking-pagination .flicking-pagination-bullet-active {
  border-color: #ffc935;
  background-color: #ffc935;
}

.slider-wrapper {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  width: 1920px;
  max-width: 100%;
}

.slider-content {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: space-between;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
@media (min-width: 1536px) {
  .slider-content {
    padding-left: 104px;
    padding-right: 104px;
  }
}

.slider-titles {
  position: relative;
  z-index: 20;
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: flex-end;
  text-align: center;
  transform: rotate(-3deg);
}
@media (min-width: 540px) {
  .slider-titles {
    width: auto;
    justify-content: center;
    text-align: left;
  }
}

.slider-cta {
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (min-width: 540px) {
  .slider-cta {
    justify-content: flex-start;
  }
}
.slider-cta > [sld-button] {
  min-width: 200px;
}
@media (min-width: 540px) {
  .slider-cta > [sld-button] {
    min-width: 0;
  }
}

.banner_title {
  margin-bottom: 0.5rem;
  font-family: "Fira Sans", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.25;
  color: #fff;
}
@media (min-width: 540px) {
  .banner_title {
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 1536px) {
  .banner_title {
    font-size: 1.875rem;
  }
}

.banner-info-block {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: fit-content;
  flex-direction: column;
  align-items: center;
  white-space: normal;
  overflow-wrap: break-word;
}
@media (min-width: 540px) {
  .banner-info-block {
    margin-left: 0;
    margin-right: 0;
    align-items: flex-start;
  }
}
.banner-info-block .banner_info {
  position: relative;
  margin-bottom: 1rem;
  width: fit-content;
  border-radius: 0.5rem;
  background-color: #11162c;
  padding: 0.25rem 0.5rem;
  font-family: "Fira Sans", sans-serif;
  font-weight: 700;
  color: #ffc935;
}
@media (min-width: 540px) {
  .banner-info-block .banner_info {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
@media (min-width: 768px) {
  .banner-info-block .banner_info {
    margin-bottom: 2.5rem;
  }
}
.banner-info-block .banner_info:after {
  content: "";
  right: -0.375rem;
  bottom: -0.625rem;
  height: 1.5rem;
  width: 2.5rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/pages/content/categories-star.png");
}
@media (min-width: 540px) {
  .banner-info-block .banner_info:after {
    bottom: -0.875rem;
    right: -0.5rem;
    height: 2rem;
    width: 3rem;
  }
}
.banner-info-block .banner_info:first-child {
  margin-bottom: 0.25rem;
  font-size: 1.875rem;
}
@media (min-width: 430px) {
  .banner-info-block .banner_info:first-child {
    font-size: 2.25rem;
  }
}
@media (min-width: 768px) {
  .banner-info-block .banner_info:first-child {
    margin-bottom: 0.375rem;
    font-size: 3rem;
    line-height: 1;
  }
}
@media (min-width: 1024px) {
  .banner-info-block .banner_info:first-child {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.banner-info-block .banner_info:first-child:before {
  content: "";
  top: -0.625rem;
  left: -0.5rem;
  height: 25px;
  width: 63px;
  transform: scale(-1);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/pages/content/categories-star.png");
}
.banner-info-block .banner_info:last-child {
  font-size: 1.25rem;
}
@media (min-width: 430px) {
  .banner-info-block .banner_info:last-child {
    font-size: 1.5rem;
  }
}
@media (min-width: 768px) {
  .banner-info-block .banner_info:last-child {
    font-size: 1.875rem;
  }
}
.banner-info-block .banner_info:last-child:after {
  bottom: -0.75rem;
  right: -0.5rem;
  height: 25px;
  width: 63px;
}
.banner-info-block .banner_info > span {
  display: inline-block;
  color: #a855f7;
}

.categories-list {
  position: relative;
  z-index: 10;
  margin-top: -9rem;
  overflow: hidden;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 640px) {
  .categories-list {
    margin-top: -230px;
    overflow: visible;
  }
}
@media (min-width: 1024px) {
  .categories-list {
    margin-top: -226px;
  }
}
@media (min-width: 1280px) {
  .categories-list {
    margin-top: -204px;
  }
}
@media (min-width: 1536px) {
  .categories-list {
    margin-top: -168px;
  }
}

.categories-inner {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .categories-inner {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (min-width: 1024px) {
  .categories-inner {
    padding-left: 18px;
    padding-right: 18px;
  }
}

.categories-block {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  overflow: hidden;
  border-width: 2px;
  border-color: #11162c;
  background: linear-gradient(180deg, rgba(168, 85, 247, 0.2) 0%, rgba(168, 85, 247, 0.4) 100%), rgba(17, 22, 44, 0.8);
  box-shadow: 0 4px 4px rgba(17, 22, 44, 0.5);
}
@media (min-width: 768px) {
  .categories-block {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }
}
@media (min-width: 1536px) {
  .categories-block {
    max-width: 1536px !important;
  }
}

.cat-dec {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.cat-dec:before {
  content: "";
  top: 0;
  right: -50%;
  z-index: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background-size: cover;
  background-position: left;
  background-repeat: no-repeat;
  background-image: url("../images/pages/content/categories-bg.png");
}
@media (min-width: 768px) {
  .cat-dec:before {
    background-size: auto;
  }
}
@media (min-width: 1280px) {
  .cat-dec:before {
    display: none;
  }
}

.categories-wrapper {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 1280px) {
  .categories-wrapper {
    display: flex;
    flex-wrap: nowrap;
    padding-right: 0.375rem;
  }
  .categories-wrapper .btn-providers {
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("../images/pages/content/categories-bg.png");
    background-position: -15px center;
  }
}

.categories-container {
  position: relative;
  z-index: 10;
  display: flex;
  width: 100%;
  overflow: hidden;
}
@media (min-width: 768px) {
  .categories-container {
    border-bottom-width: 2px;
    border-color: #11162c;
  }
}
@media (min-width: 1280px) {
  .categories-container {
    border-width: 0;
  }
}

.categories-scroll-shell {
  position: relative;
  flex: 1 1 0%;
  overflow: hidden;
}

.categories-scroll {
  position: relative;
  z-index: 2;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  scrollbar-width: none;
}
.categories-scroll::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.categories-slide {
  display: grid;
  width: fit-content;
  min-width: fit-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  gap: 0.375rem;
  padding: 0.375rem;
}
.categories-slide > .cat-lobby {
  display: none;
}
@media (min-width: 768px) {
  .categories-slide > .cat-lobby {
    display: flex;
  }
}
@media (min-width: 768px) {
  .categories-slide > .cat-providers-mob {
    display: none;
  }
}

.categories-stars {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1536px) {
  .categories-stars {
    max-width: 1536px;
  }
}

.items-category {
  margin: 0;
  display: flex;
  height: 100%;
  flex: 1 1 0%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 0.75rem;
  border-width: 2px;
  border-color: #11162c;
  background-color: #212639;
  padding: 0.5rem 0.75rem;
  min-height: 78px;
  width: 68px;
  min-width: 68px;
  max-width: fit-content;
}
@media (min-width: 640px) {
  .items-category {
    width: 99px;
    min-width: 99px;
  }
}
@media (min-width: 768px) {
  .items-category {
    flex-direction: row;
    padding: 0 1.25rem 0 1rem;
    max-height: 3rem;
    min-height: 3rem;
    width: auto;
  }
}
@media (min-width: 1280px) {
  .items-category {
    max-width: none;
  }
}
.items-category i.icon {
  margin-bottom: 0.5rem;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .items-category i.icon {
    margin-bottom: 0;
    margin-right: 0.5rem;
  }
}
.items-category > span {
  display: flex;
  flex: 1 1 0%;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: "Fira Sans", sans-serif;
  font-size: 0.75rem;
  line-height: 1;
}
@media (min-width: 768px) {
  .items-category > span {
    font-size: 1rem;
    font-weight: 700;
  }
}
@media (min-width: 1024px) {
  .items-category:hover {
    background-color: rgba(86, 5, 160, 0.4);
    box-shadow: none;
  }
  .items-category:hover:not(.cat-active) {
    border-color: #a855f7;
  }
  .items-category:hover i.icon {
    opacity: 1;
  }
}
.items-category.cat-active {
  background: url("../images/buttons/btn-pattern.png") right top/158px 68px no-repeat, linear-gradient(180deg, #5605a0 0%, #a855f7 100%);
}
.items-category.cat-active i.icon {
  color: #ffc935;
  opacity: 1;
}

.favorites-block {
  display: flex;
  align-items: center;
  border-right-width: 2px;
  border-color: #11162c;
  padding: 0.375rem;
}

.btn-providers {
  position: relative;
  z-index: 1;
  display: none;
  width: 100%;
  padding: 0.375rem;
}
@media (min-width: 768px) {
  .btn-providers {
    display: flex;
    align-items: center;
  }
}
@media (min-width: 1280px) {
  .btn-providers {
    width: fit-content;
    padding: 0 0 0 58px;
  }
}
.btn-providers button,
.btn-providers a {
  display: flex;
  height: 3rem;
  max-height: 3rem;
  width: 100%;
  align-items: center;
  justify-content: center;
  border-radius: 0.75rem;
  border-width: 2px;
  border-color: #11162c;
  border-style: none;
  background-color: #212639;
  padding-left: 22px;
  padding-right: 22px;
}
@media (min-width: 1024px) and (hover: hover) and (pointer: fine) {
  .btn-providers button:hover,
  .btn-providers a:hover {
    border-color: #a855f7;
  }
}
@media (min-width: 1280px) {
  .btn-providers button,
  .btn-providers a {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.btn-providers button > span,
.btn-providers a > span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Fira Sans", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
}
.btn-providers button > i.icon,
.btn-providers a > i.icon {
  margin-right: 0.5rem;
  color: #ffc935;
}
.btn-providers .btn-search {
  margin-right: 0.375rem;
}
@media (min-width: 1280px) {
  .btn-providers .btn-search {
    min-width: 122px;
  }
}
@media (min-width: 1280px) {
  .btn-providers .btn-prov {
    min-width: 142px;
  }
}

.category-slide-button {
  position: absolute;
  top: 0;
  z-index: 10;
  display: none;
  height: 100%;
  width: 4rem;
  background: linear-gradient(270deg, #212639 14%, rgba(17, 22, 44, 0) 100%);
}
@media (min-width: 768px) {
  .category-slide-button {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.category-slide-button.is-prev {
  left: 0;
  transform: rotate(-180deg);
}
.category-slide-button.is-next {
  right: 0;
}
@media (min-width: 1280px) {
  .category-slide-button.is-next {
    border-right-width: 2px;
    border-color: #11162c;
  }
}
.category-slide-button:disabled {
  pointer-events: none;
  display: none;
}
.category-slide-button > span {
  display: none !important;
  width: 2.5rem !important;
  height: 2.5rem !important;
  border-radius: 0.5rem !important;
}
@media (min-width: 1280px) {
  .category-slide-button > span {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }
}
.category-slide-button > span i.icon {
  position: relative;
  z-index: 2;
  font-size: 1.25rem;
}

.list-games {
  position: relative;
  z-index: 10;
}
@media (min-width: 640px) {
  .list-games {
    margin-top: 0.25rem;
  }
}
@media (min-width: 768px) {
  .list-games {
    margin-top: 1.25rem;
  }
}
@media (min-width: 1280px) {
  .list-games {
    margin-top: 1.75rem;
  }
}

.list-wrapper {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
@media (min-width: 640px) {
  .list-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (min-width: 1024px) {
  .list-wrapper {
    padding-left: 18px;
    padding-right: 18px;
  }
}

.games-block {
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .games-block {
    margin-bottom: 2.25rem;
  }
}
@media (min-width: 1536px) {
  .games-block {
    margin-bottom: 3rem;
  }
}

.games-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .games-panel {
    margin-bottom: 1.5rem;
  }
}

.category-title {
  font-family: "Fira Sans", sans-serif;
  font-size: 1.5rem;
  font-weight: 800;
  text-transform: capitalize;
}
@media (min-width: 768px) {
  .category-title {
    font-size: 1.875rem;
  }
}
@media (min-width: 1536px) {
  .category-title {
    font-size: 2.25rem;
  }
}

.panel-btns {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: #fff;
}

.btn-arrow {
  display: none !important;
  width: 3rem !important;
  height: 3rem !important;
  border: 2px solid #11162c;
}
@media (min-width: 1024px) {
  .btn-arrow {
    display: flex !important;
  }
}
.btn-arrow.mr-2 {
  margin-right: 0.5rem;
}
.btn-arrow[disabled] {
  opacity: 0.5;
}

.games-slider {
  display: flex;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  scrollbar-width: none;
}
@media (min-width: 640px) {
  .games-slider {
    margin-left: -1rem;
    margin-right: -1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (min-width: 1280px) {
  .games-slider {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
.games-slider::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.games-container-1 {
  display: grid;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  grid-template-rows: repeat(1, minmax(0, 1fr));
  gap: 0.5rem;
}
@media (min-width: 768px) {
  .games-container-1 {
    gap: 0.75rem;
  }
}
@media (min-width: 1280px) {
  .games-container-1 {
    gap: 1rem;
  }
}
@media (min-width: 1536px) {
  .games-container-1 {
    gap: 1.5rem;
  }
}

.game-card-container {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 1rem;
  background-image: url("../images/game-placeholder.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.is-main {
  width: 146px;
  height: 146px;
}
@media (min-width: 768px) {
  .is-main {
    width: 175px;
    height: 175px;
  }
}
@media (min-width: 1024px) {
  .is-main {
    width: 189px;
    height: 189px;
  }
}
@media (min-width: 1280px) {
  .is-main {
    width: 194px;
    height: 194px;
  }
}
@media (min-width: 1536px) {
  .is-main {
    width: 230px;
    height: 230px;
  }
}

.group-game {
  position: relative;
  padding-top: 100%;
}
.group-game:hover .game-hover-block {
  opacity: 1;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  transition-delay: 75ms;
  transition-duration: 200ms;
}
.group-game:hover .game-play-block > * {
  animation-play-state: running !important;
}

.game-block {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 1rem;
}
.game-block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bordered-game:before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  border-width: 2px;
  border-color: #11162c;
  z-index: 1;
}

.game-category {
  position: relative;
  z-index: 10;
  margin-left: auto;
  margin-right: 0.75rem;
  margin-top: -95%;
  width: fit-content;
  pointer-events: none;
}

.game-status {
  border-radius: 0.375rem;
  border-width: 1px;
  border-color: rgba(255, 255, 255, 0.15);
  padding: 0.375rem 0.5rem;
  font-family: "Manrope", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  color: #fafafa;
}
.game-status[data-alias=new] {
  background-color: #047857;
}
.game-status[data-alias=hot] {
  background-color: #be123c;
}
.game-status[data-alias=popular] {
  background-color: #3598fe;
}
.game-status[data-alias=exclusive] {
  background-color: #a855f7;
}

.game-hover-block {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 1rem;
  border-width: 2px;
  border-color: #11162c;
  background-color: rgba(86, 5, 160, 0.4);
  background-size: cover;
  background-repeat: no-repeat;
  background-image: linear-gradient(180deg, rgba(168, 85, 247, 0.251) 25%, rgba(168, 85, 247, 0.8) 80%), url("../images/buttons/big-pattern-btn-game.png");
  padding: 0.5rem;
  opacity: 0;
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  pointer-events: none;
}

.game-hover-block-inner {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  border-radius: 0.5rem;
  border-width: 2px;
  border-color: #a855f7;
  padding: 0.625rem;
}
.game-hover-block-inner.gap-0 {
  gap: 0;
}

.game-hover-body {
  flex: 1 1 0%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.game-play {
  position: relative;
  z-index: 10;
  margin-right: 0.5rem;
  width: 40%;
  color: #fff;
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
@media (min-width: 768px) {
  .game-play {
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 1024px) {
  .game-play {
    margin-top: 0.5rem;
    margin-bottom: 0.75rem;
  }
}
@media (min-width: 1280px) {
  .game-play {
    margin-top: 0.25rem;
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 1536px) {
  .game-play {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    width: 76px;
    height: 76px;
  }
}

.game-play-block {
  position: relative;
  will-change: opacity, transform;
}
@media (min-width: 1536px) {
  .game-play-block {
    width: 76px;
    height: 76px;
  }
}
.game-play-block > * {
  animation-play-state: paused !important;
}
.game-play-block > img:not(.play-ico) {
  position: absolute;
  z-index: 2;
}
.game-play-block > img:not(.play-ico).group-1, .game-play-block > img:not(.play-ico).group-2, .game-play-block > img:not(.play-ico).group-3 {
  animation: game-play 0.6s cubic-bezier(0, 0, 0.03, 0.9) infinite;
}
.game-play-block > img:not(.play-ico).group-1 {
  top: 0.25rem;
  right: -0.25rem;
}
.game-play-block > img:not(.play-ico).group-2 {
  left: -0.5rem;
  bottom: 0.25rem;
  animation-delay: 0.2s;
}
.game-play-block > img:not(.play-ico).group-3 {
  top: 0.75rem;
  right: -0.25rem;
  animation-delay: 0.4s;
}
.game-play-block .play-ico {
  width: 100%;
  height: 100%;
  animation: play-ico 2.5s linear infinite;
}

.game-name-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 100%;
}

.game-name {
  position: relative;
  z-index: 10;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: "Fira Sans", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  color: #fdfffc;
}
@media (min-width: 768px) {
  .game-name {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
}
@media (min-width: 1024px) and (hover: hover) and (pointer: fine) {
  .game-name:hover {
    color: #ffc935;
  }
}

.game-provider {
  position: relative;
  z-index: 10;
  margin-top: 0.25rem;
  display: none;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.875rem;
  font-style: italic;
  color: rgba(253, 255, 252, 0.7);
}

.btn-demo {
  z-index: 10;
  border-radius: 0.5rem;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 0.25rem 0.5rem;
  font-family: "Fira Sans", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: capitalize;
  color: #fff;
}
@media (min-width: 1024px) and (hover: hover) and (pointer: fine) {
  .btn-demo:hover {
    background-color: rgba(86, 5, 160, 0.4);
  }
}
@media (min-width: 1280px) {
  .btn-demo {
    padding: 0.625rem 1rem;
  }
}

@keyframes play-ico {
  0% {
    transform: rotateZ(0);
  }
  50% {
    transform: rotateZ(7.5deg);
  }
  100% {
    transform: rotateZ(0);
  }
}
@keyframes game-play {
  0%, 88%, 100% {
    opacity: 0;
  }
  0% {
    transform: translateX(-3vmin);
  }
  33% {
    opacity: 1;
  }
  33%, 88% {
    transform: translateX(0.5vmin);
  }
}
.block-bonus {
  position: relative;
  margin-bottom: 1.5rem;
}
@media (min-width: 1024px) {
  .block-bonus {
    margin-bottom: 2.25rem;
  }
}
@media (min-width: 1280px) {
  .block-bonus {
    margin-top: 0.75rem;
  }
}
@media (min-width: 1536px) {
  .block-bonus {
    margin-bottom: 3rem;
  }
}

.slider-promo {
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  scrollbar-width: none;
}
@media (min-width: 640px) {
  .slider-promo {
    margin-left: -1rem;
    margin-right: -1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (min-width: 1280px) {
  .slider-promo {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
.slider-promo::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.bonus-wrapper {
  display: grid;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  grid-template-rows: repeat(1, minmax(0, 1fr));
  grid-auto-rows: 1fr;
  gap: 0.5rem;
  padding-left: 0.75rem;
  padding-top: 1.25rem;
  padding-bottom: 0.625rem;
}
@media (min-width: 768px) {
  .bonus-wrapper {
    gap: 1rem;
  }
}
@media (min-width: 1536px) {
  .bonus-wrapper {
    gap: 1.25rem;
  }
}
.bonus-wrapper > .promo-item {
  display: flex;
  transform: rotate(-3deg);
}

.promo-item {
  position: relative;
  height: 100%;
  min-height: 410px;
  width: 300px;
  max-width: 325px;
  border-radius: 28px;
  border-width: 2px;
  border-color: #11162c;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 0.5rem;
}
@media (min-width: 540px) {
  .promo-item {
    max-width: none;
  }
}
@media (min-width: 768px) {
  .promo-item {
    min-height: 451px;
  }
}
@media (min-width: 1536px) {
  .promo-item {
    min-height: 472px;
    min-width: 352px;
  }
}
.promo-item[promo-category=welcome] {
  overflow: visible;
  border-top-right-radius: 0;
}
.promo-item[promo-category=welcome]:after {
  content: "";
  top: -0.75rem;
  right: -1.25rem;
  z-index: 14;
  height: 5rem;
  width: 76px;
  background-size: auto;
  background-repeat: no-repeat;
  background-image: url("../images/promo/promo-step-star.svg");
}

.promo-item-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  border-radius: 28px;
  object-fit: cover;
  pointer-events: none;
  user-select: none;
}

.promo-border {
  position: relative;
  z-index: 2;
  display: flex;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  border-radius: 20px;
  border-width: 2px;
  padding: 1.5rem 0.75rem 1.25rem;
  width: 100%;
}
@media (min-width: 1536px) {
  .promo-border {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.promo-border > .promo-col {
  width: 100%;
}

.bonus-title {
  position: relative;
  margin-bottom: 0.5rem;
  text-align: center;
  font-family: "Fira Sans", sans-serif;
  font-size: 1.125rem;
  font-weight: 800;
  color: #11162c;
  -webkit-text-stroke-width: 4px;
  -webkit-text-stroke-color: var(--colored-text);
  paint-order: stroke fill;
}
@media (min-width: 640px) {
  .bonus-title {
    font-size: 1.25rem;
  }
}
@media (min-width: 1536px) {
  .bonus-title {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }
}
@supports (-webkit-hyphens: none) and (not (text-wrap: balance)) {
  .bonus-title {
    font-weight: 900;
    -webkit-text-stroke-width: 1px;
    paint-order: normal;
  }
}
@supports not (font-size-adjust: 1) {
  .bonus-title {
    font-weight: 900;
    -webkit-text-stroke-width: 1px;
    paint-order: normal;
  }
}

.bonus-info {
  position: relative;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.75);
}

.promo-img-block {
  pointer-events: none;
  user-select: none;
  margin-top: -1rem;
  margin-bottom: -1rem;
  display: flex;
  width: 100%;
  flex: 1 1 0%;
  align-items: center;
  justify-content: center;
}
.promo-img-block > img {
  width: 10rem;
}
@media (min-width: 768px) {
  .promo-img-block > img {
    width: 200px;
  }
}

.info-block {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.info-block > span {
  position: relative;
  display: block;
  width: fit-content;
  max-width: 280px;
  border-radius: 0.5rem;
  background-color: #11162c;
  padding-left: 0.375rem;
  padding-right: 0.375rem;
  text-align: center;
  font-family: "Fira Sans", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
}
@media (min-width: 1280px) {
  .info-block > span {
    max-width: none;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
@media (min-width: 1536px) {
  .info-block > span {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
    font-size: 28px;
  }
}
.info-block > span:after {
  content: "";
  right: -0.375rem;
  bottom: -0.625rem;
  height: 1.5rem;
  width: 2.5rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/pages/content/categories-star.png");
}
@media (min-width: 1024px) {
  .info-block > span:after {
    bottom: -0.875rem;
    right: -0.5rem;
    height: 2rem;
    width: 3rem;
  }
}
.info-block > span:first-child:before {
  content: "";
  top: -0.625rem;
  left: -0.5rem;
  height: 1.5rem;
  width: 4rem;
  transform: rotate(-180deg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/pages/content/categories-star.png");
}
.info-block > span:last-child:after {
  bottom: -0.75rem;
  right: -0.5rem;
  height: 1.5rem;
  width: 4rem;
}
.info-block .bonus-info-2 {
  font-size: 1rem;
  color: #ffc935;
}
@media (min-width: 640px) {
  .info-block .bonus-info-2 {
    font-size: 1.25rem;
  }
}

.promo-cta {
  width: 100%;
  margin-top: 1.5rem;
  z-index: 13 !important;
}

.bottom-banner {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
@media (min-width: 640px) {
  .bottom-banner {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (min-width: 1024px) {
  .bottom-banner {
    padding-left: 18px;
    padding-right: 18px;
  }
}

.journey-banner {
  position: relative;
  margin-top: 2rem;
  width: 100%;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  border-width: 2px;
  border-color: #11162c;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/win-block/win-background-xl.jpg");
}
@media (min-width: 1024px) {
  .journey-banner {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}
.journey-banner:before {
  content: "";
  bottom: -0.125rem;
  left: 0;
  z-index: 20;
  height: 70px;
  width: 100%;
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
  background-image: url("../images/win-block/win-bottom.png");
}
@media (min-width: 768px) {
  .journey-banner:before {
    background-size: contain;
  }
}
.journey-banner .stars {
  position: absolute;
  right: 0.125rem;
  left: 0.125rem;
  bottom: -1rem;
  z-index: 20;
  display: flex;
  height: 1rem;
  width: auto;
  margin-top: 0;
  overflow: visible;
}
.journey-banner .stars:before {
  left: -1.25rem;
  bottom: 0;
  height: 1.75rem;
  width: 5rem;
  transform: rotate(180deg);
}
.journey-banner .stars:after {
  right: -0.875rem;
  bottom: 0.5rem;
  height: 1.25rem;
  width: 3.5rem;
}

.journey-content {
  display: flex;
  width: 100%;
  transform: rotate(-3deg);
  flex-direction: column;
  align-items: center;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 2rem;
}
@media (min-width: 640px) {
  .journey-content {
    margin-left: auto;
    margin-right: auto;
    max-width: 496px;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
    padding-top: 2.75rem;
  }
}
@media (min-width: 768px) {
  .journey-content {
    max-width: 612px;
  }
}
@media (min-width: 1024px) {
  .journey-content {
    max-width: 395px;
    padding-top: 0;
  }
}
@media (min-width: 1280px) {
  .journey-content {
    max-width: 428px;
  }
}

.journey-info {
  margin-bottom: 1rem;
  font-weight: 900;
  text-transform: uppercase;
  color: rgba(253, 255, 252, 0.8);
}
@media (min-width: 640px) {
  .journey-info {
    font-size: 1.125rem;
  }
}

.journey-title {
  margin-bottom: 1.5rem;
  text-align: center;
  font-family: "Fira Sans", sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1;
}
@media (min-width: 640px) {
  .journey-title {
    margin-bottom: 2rem;
    text-align: start;
    font-size: 3rem;
  }
}
@media (min-width: 1280px) {
  .journey-title {
    font-size: 3.75rem;
  }
}
.journey-title > .journey-subtitle {
  position: relative;
  margin-top: 0.625rem;
  display: block;
  width: fit-content;
  border-radius: 0.5rem;
  background-color: #11162c;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  color: #a855f7;
}
.journey-title > .journey-subtitle:after {
  content: "";
  right: -0.375rem;
  bottom: -0.625rem;
  height: 1.5rem;
  width: 2.5rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/pages/content/categories-star.png");
}
@media (min-width: 1024px) {
  .journey-title > .journey-subtitle:after {
    bottom: -0.875rem;
    right: -0.5rem;
    height: 2rem;
    width: 3rem;
  }
}

.caracters-img {
  margin-top: 2rem;
  width: 100%;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .caracters-img {
    margin-top: 0;
    width: fit-content;
  }
}
@media (min-width: 1280px) {
  .caracters-img {
    height: 360px;
  }
}
.caracters-img > img {
  margin-left: auto;
  margin-right: auto;
  min-width: 336px;
  max-width: 336px;
}
@media (min-width: 640px) {
  .caracters-img > img {
    margin-bottom: -4rem;
    min-width: 608px;
    max-width: 608px;
  }
}
@media (min-width: 768px) {
  .caracters-img > img {
    margin-bottom: -10rem;
    min-width: 736px;
    max-width: 736px;
  }
}
@media (min-width: 1024px) {
  .caracters-img > img {
    margin: 0;
    width: 520px;
    min-width: 0;
    max-width: none;
  }
}
@media (min-width: 1280px) {
  .caracters-img > img {
    margin-right: -7rem;
    margin-top: -4rem;
    height: min-content;
    width: 800px;
  }
}
@media (min-width: 1536px) {
  .caracters-img > img {
    margin-right: 0;
  }
}

.footer-links {
  position: relative;
  z-index: 2;
  margin-top: -2rem;
  background-color: #141a32;
  padding-top: 2.75rem;
}
@media (min-width: 768px) {
  .footer-links {
    margin-top: 0;
  }
}
.footer-links:before {
  content: "";
  top: -62px;
  left: 50%;
  z-index: -1;
  height: 8rem;
  width: 100%;
  transform: translateX(-50%);
  background-size: auto;
  background-repeat: repeat-x;
  background-image: url("../images/footer/footer-top-bg.png");
}
@media (min-width: 768px) {
  .footer-links:before {
    background-position: center;
  }
}
@media (min-width: 1536px) {
  .footer-links:before {
    top: -4rem;
    background-size: cover;
  }
}
.footer-links:after {
  content: "";
  top: -88px;
  left: 0;
  z-index: -2;
  height: 90px;
  width: 100%;
  background: linear-gradient(0deg, #212639 0%, rgba(33, 38, 57, 0) 100%, rgba(33, 38, 57, 0) 100%);
}
.footer-links.footer-home:after {
  top: -88px;
}
@media (min-width: 1536px) {
  .footer-links.footer-home:after {
    top: -90px;
  }
}

.footer-nav {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
}

.nav-content {
  margin-bottom: 1.25rem;
  display: grid;
  width: 100%;
  grid-auto-flow: column;
  justify-content: space-between;
  column-gap: 1.25rem;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  padding-top: 1.5rem;
  padding-bottom: 0.375rem;
  font-family: "Manrope", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
}
@media (min-width: 1280px) {
  .nav-content {
    margin-bottom: 2.5rem;
    column-gap: 2.5rem;
    padding-top: 1.75rem;
    padding-bottom: 0.5rem;
  }
}

.nav-link {
  display: inline-block;
  width: fit-content;
  color: rgba(250, 250, 250, 0.8);
}
@media (min-width: 1024px) and (hover: hover) and (pointer: fine) {
  .nav-link:hover {
    color: #ffc935;
  }
}

.footer {
  position: relative;
  overflow-x: hidden;
  background-color: #141a32;
  padding-bottom: 9rem;
}

.breadcrumbs-container {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
  margin-bottom: 2rem;
  display: flex;
  max-width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  border-radius: 1rem;
  border-width: 2px;
  border-color: #11162c;
  background-color: rgba(86, 5, 160, 0.4);
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .breadcrumbs-container {
    margin-left: 1rem;
    margin-right: 1rem;
    min-height: 72px;
    flex-direction: row;
    padding: 0.5rem 2rem 0.5rem 1rem;
  }
}
@media (min-width: 1024px) {
  .breadcrumbs-container {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
}
@media (min-width: 1024px) and (min-width: 540px) {
  .breadcrumbs-container {
    max-width: 540px;
  }
}
@media (min-width: 1024px) and (min-width: 640px) {
  .breadcrumbs-container {
    max-width: 640px;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  .breadcrumbs-container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .breadcrumbs-container {
    max-width: 1024px;
  }
}
@media (min-width: 1024px) and (min-width: 1280px) {
  .breadcrumbs-container {
    max-width: 1280px;
  }
}
@media (min-width: 1024px) and (min-width: 1536px) {
  .breadcrumbs-container {
    max-width: 1536px;
  }
}

.footer-block {
  display: flex;
  min-height: 62px;
  width: 100%;
  align-items: center;
  border-bottom-width: 2px;
  border-color: #11162c;
  padding: 0.75rem 1rem;
}
@media (min-width: 768px) {
  .footer-block {
    border-bottom-width: 0;
    padding: 0;
  }
}

.footer-logo {
  position: relative;
  margin-right: 0.5rem;
  display: block;
  height: 2.25rem;
  width: 3rem;
  min-width: 3rem;
}
@media (min-width: 768px) {
  .footer-logo {
    margin-right: 0;
    height: 3.5rem;
    width: 108px;
    min-width: 108px;
  }
}
.footer-logo.isDescr {
  margin-right: 0;
  height: 3rem;
  width: 92px;
}
@media (min-width: 768px) {
  .footer-logo.isDescr {
    height: 3.5rem;
    width: 108px;
  }
}
.footer-logo img {
  width: 100%;
  height: 100%;
}

.footer-menu {
  display: flex;
  height: 3rem;
  width: 100%;
  align-items: center;
}
@media (min-width: 768px) {
  .footer-menu {
    height: 100%;
    width: fit-content;
  }
}

.footer-lang {
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding-left: 1rem;
  padding-right: 1rem;
  font-weight: 700;
  line-height: 1.25rem;
  color: #fff;
}
@media (min-width: 768px) {
  .footer-lang {
    padding: 0;
  }
}
@media (min-width: 1024px) and (hover: hover) and (pointer: fine) {
  .footer-lang:hover .footer-flags,
  .footer-lang:hover .icon {
    color: #ffc935;
  }
}

.footer-flags {
  display: flex;
  width: max-content;
  align-items: center;
}
@media (min-width: 768px) {
  .footer-flags {
    margin-right: 0.75rem;
  }
}
.footer-flags > img {
  margin-right: 0.75rem;
  height: 1.5rem;
  width: 2.25rem;
  min-width: 2.25rem;
  border-radius: 0.5rem;
}

.footer-wrapper {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}
@media (min-width: 640px) {
  .footer-wrapper {
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
@media (min-width: 768px) {
  .footer-wrapper {
    margin-left: auto;
    margin-right: auto;
    padding-left: 18px;
    padding-right: 18px;
  }
}

.payment-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.payment-wrap.highlighted {
  position: relative;
  left: 50%;
  margin-top: 2rem;
  margin-bottom: 1.5rem;
  width: 100vw;
  transform: translateX(-50%);
  background-color: #212639;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
@media (min-width: 1024px) {
  .payment-wrap.highlighted {
    margin-top: 72px;
  }
}
.payment-wrap.highlighted .payment-item {
  margin: 0.75rem 0;
  height: fit-content;
  width: 33.333333%;
}
@media (min-width: 640px) {
  .payment-wrap.highlighted .payment-item {
    width: 16.666667%;
  }
}
@media (min-width: 768px) {
  .payment-wrap.highlighted .payment-item {
    width: 33.333333%;
  }
}
@media (min-width: 1024px) {
  .payment-wrap.highlighted .payment-item {
    width: 16.666667%;
  }
}
.payment-wrap.highlighted .payment-item img {
  margin-left: auto;
  margin-right: auto;
  max-width: 88px;
  filter: grayscale(1);
}
@media (min-width: 768px) {
  .payment-wrap.highlighted .payment-item img {
    max-width: 120px;
  }
}
@media (min-width: 1280px) {
  .payment-wrap.highlighted .payment-item img {
    max-width: 10rem;
  }
}
@media (min-width: 1536px) {
  .payment-wrap.highlighted .payment-item img {
    max-width: 180px;
  }
}

.payment-container {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1024px) {
  .payment-container {
    width: 100%;
  }
}
@media (min-width: 1024px) and (min-width: 540px) {
  .payment-container {
    max-width: 540px;
  }
}
@media (min-width: 1024px) and (min-width: 640px) {
  .payment-container {
    max-width: 640px;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  .payment-container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .payment-container {
    max-width: 1024px;
  }
}
@media (min-width: 1024px) and (min-width: 1280px) {
  .payment-container {
    max-width: 1280px;
  }
}
@media (min-width: 1024px) and (min-width: 1536px) {
  .payment-container {
    max-width: 1536px;
  }
}

.footer-license {
  margin-top: 1.25rem;
  display: flex;
  flex-direction: column;
  border-radius: 1rem;
  border-width: 2px;
  border-color: #11162c;
  background-color: rgba(66, 52, 96, 0.1);
  padding: 1rem;
}
@media (min-width: 640px) {
  .footer-license {
    flex-direction: row;
    align-items: center;
    padding: 1.25rem;
  }
}
@media (min-width: 1280px) {
  .footer-license {
    padding: 1.5rem 2.25rem;
  }
}

.license-block {
  margin-bottom: 1.25rem;
  display: flex;
  align-items: center;
}
@media (min-width: 640px) {
  .license-block {
    margin-bottom: 0;
    margin-right: 2.25rem;
  }
}

.show-license {
  margin-right: 1rem;
  width: 5rem;
  height: 5rem;
}
@media (min-width: 1280px) {
  .show-license {
    width: 6rem;
    height: 6rem;
  }
}
.show-license img {
  width: 100%;
  height: auto;
}

.age-limit {
  width: 2.5rem;
  height: 2.5rem;
}
@media (min-width: 640px) {
  .age-limit {
    width: 3rem;
    height: 3rem;
  }
}
@media (min-width: 1280px) {
  .age-limit {
    width: 4rem;
    height: 4rem;
  }
}
.age-limit > img {
  width: 100%;
  opacity: 0.85;
}

.copyright {
  margin-top: 1.5rem;
  flex: 1 1 0%;
  font-weight: 400;
  line-height: 1.25rem;
  color: rgba(250, 250, 250, 0.8);
}
@media (min-width: 640px) {
  .copyright {
    margin-top: 0;
    margin-left: 1.5rem;
  }
}

.footer__terms {
  margin-top: 3rem;
}
.footer__terms h2 {
  margin-bottom: 1.5rem;
  font-size: 1.25rem;
  font-weight: 800;
  color: #fff;
  font-family: "Fira Sans", sans-serif;
}
@media (min-width: 768px) {
  .footer__terms h2 {
    font-size: 1.5rem;
  }
}
@media (min-width: 1280px) {
  .footer__terms h2 {
    font-size: 1.875rem;
  }
}
.footer__terms p {
  margin-bottom: 1rem;
  font-family: "Manrope", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  color: #797a81;
  opacity: 0.8;
}
.footer__terms p:last-child {
  margin-bottom: 0;
}
.footer__terms h3 {
  margin-top: 3rem;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  color: #fff;
  font-family: "Fira Sans", sans-serif;
}
.footer__terms h4 {
  margin-bottom: 1rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  color: #f7c032;
  font-family: "Fira Sans", sans-serif;
}
.footer__terms h4:not(:first-of-type) {
  margin-top: 3rem;
}

.mobile-footer {
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  height: 72px;
  padding: 0.375rem;
  border-width: 2px;
  border-color: #11162c;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  background: url("../images/footer/footer-mob-bg.png"), linear-gradient(180deg, rgba(168, 85, 247, 0.2) 0%, rgba(168, 85, 247, 0.4) 100%), rgba(17, 22, 44, 0.8);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 -4px 16px #5605a0, 0 -4px 64px rgba(217, 62, 254, 0.25);
}
@media (min-width: 640px) {
  .mobile-footer {
    display: none;
  }
}

.mobile-footer-block {
  position: relative;
  z-index: 10;
  display: flex;
  height: 100%;
  border-width: 2px;
  border-color: #11162c;
  border-radius: 0.75rem;
  background-color: #212639;
}

.footer-mob-links {
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
  font-size: 10px;
  font-weight: 700;
  color: #fafafa;
}
.footer-mob-links.tap-active {
  background: radial-gradient(45.77% 32.14% at 50% 98.21%, #5605a0 0%, rgba(86, 5, 160, 0) 100%);
}
.footer-mob-links:not(:last-child) {
  border-right-width: 2px;
  border-color: #11162c;
}
.footer-mob-links:first-child {
  border-top-left-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}
.footer-mob-links i.icon {
  color: #ffc935;
  margin-bottom: 0.25rem;
}
.footer-mob-links[data-alert=true] > i {
  position: relative;
}
.footer-mob-links[data-alert=true] > i:after {
  content: "";
  position: absolute;
  top: -0.125rem;
  right: -0.375rem;
  width: 0.75rem;
  height: 0.75rem;
  border-width: 2px;
  border-color: #11162c;
  border-radius: 9999px;
  background: linear-gradient(270deg, #d86363 0%, #9d174d 100%);
}
.footer-mob-links.pr-3 {
  padding-right: 0.75rem;
}
.footer-mob-links.pl-3 {
  padding-left: 0.75rem;
}
.footer-mob-links > .flex {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.center-btn {
  position: relative;
  z-index: 10;
  left: -1.75rem;
  margin-top: -1.25rem;
  margin-right: -3.5rem;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 9999px;
  box-shadow: 0 2px 0 rgba(168, 85, 247, 0.75);
}
.center-btn > img {
  width: 100%;
  height: 100%;
}

/*# sourceMappingURL=main.css.map */
