@charset "UTF-8";

*:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg *, symbol *):not(#sidePanel)) {
  all: unset;
  display: revert
}

*,
*:before,
*:after {
  box-sizing: border-box
}

a,
button {
  cursor: revert
}

img {
  max-inline-size: 100%;
  max-block-size: 100%
}

input {
  -webkit-user-select: auto
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none
}

.scroll {
  transform: translateZ(0);
  will-change: transform
}

.scroll::-webkit-scrollbar {
  width: .5rem;
  height: .5rem
}

.scroll::-webkit-scrollbar-thumb {
  border-radius: 1rem;
  background: #1f3026
}

.scroll::-webkit-scrollbar-track {
  background-color: #0c191900
}

@supports (scrollbar-gutter: stable) {
  .scroll {
    scrollbar-gutter: stable
  }
}

.scroll_vertical {
  overflow-y: auto;
  overflow-x: hidden
}

@font-face {
  font-family: Euclid Square;
  font-style: normal;
  font-weight: 700;
  src: url(/assets/EuclidSquare-Bold.woff2) format("woff2");
  font-display: swap
}

@font-face {
  font-family: Euclid Square;
  font-style: normal;
  font-weight: 600;
  src: url(/assets/EuclidSquare-SemiBold.woff2) format("woff2");
  font-display: swap
}

@font-face {
  font-family: Euclid Square;
  font-style: normal;
  font-weight: 500;
  src: url(/assets/EuclidSquare-Medium.woff2) format("woff2");
  font-display: swap
}

@font-face {
  font-family: Euclid Square;
  font-style: normal;
  font-weight: 400;
  src: url(/assets/EuclidSquare-Regular.woff2) format("woff2");
  font-display: swap
}

html {
  font-size: .625rem
}

@media all and (max-width: 1799px) {
  html {
    font-size: .6vw
  }
}

@media all and (max-width: 991px) {
  html {
    font-size: .625rem
  }
}

body {
  position: relative;
  /* background: #0a120d; */
  color: #fff;
  font-family: Euclid Square, Euclid-fallback, Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
  scrollbar-gutter: stable;
  overflow-x: hidden;
  overflow-y: scroll;
  height: 100vh;

  /* background-image: url("https://i.gifer.com/xK.gif") !important;
  background-attachment: fixed;
  background-position: center;
  background-size: cover; */
}

[ng-img=true] {
  object-fit: cover
}

a:focus-visible {
  text-decoration: underline
}

a:focus-visible span {
  text-decoration: underline
}

.currency {
  --currency-font-size: 1.6rem;
  --currency-color: #FFE177;
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  white-space: nowrap;
  color: var(--currency-color);
  font-size: var(--currency-font-size);
  line-height: 1
}

.currency:not(.currency_reverse):before {
  content: "";
  display: inline-block;
  width: var(--currency-icon-size, calc(var(--currency-font-size) + .2rem));
  height: var(--currency-icon-size, calc(var(--currency-font-size) + .2rem))
}

.currency_USD:before {
  mask-image: url(/assets/icons/coin.svg);
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  background-color: var(--currency-color)
}

.tabs {
  display: flex;
  gap: .4rem
}

@media all and (max-width: 767px) {
  .tabs::-webkit-scrollbar {
    display: none;
    width: 0
  }
}

[_nghost-ng-c689841459] .form-select[_ngcontent-ng-c689841459] {
  display: block;
  width: 16.8rem;
  --ui-select-content-bg-color: rgba(36, 65, 47);
  --ui-select-content-border-radius: 1.2rem;
  --ui-select-content-padding: .4rem
}

[_nghost-ng-c689841459] .form-select[_ngcontent-ng-c689841459] .form-select__content {
  top: unset;
  bottom: calc(100% + .8rem);
  transform: translateY(2rem)
}

.language[_ngcontent-ng-c689841459] {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: .8rem;
  width: 100%;
  height: fit-content;
  border-radius: 1.2rem;
  background: #24412f75;
  padding: 1.2rem 1.6rem;
  cursor: pointer
}

.language[_ngcontent-ng-c689841459]:hover,
.language.is-active[_ngcontent-ng-c689841459] {
  background-color: #335b4275
}

.language[_ngcontent-ng-c689841459]:hover .languages__icon[_ngcontent-ng-c689841459],
.language.is-active[_ngcontent-ng-c689841459] .languages__icon[_ngcontent-ng-c689841459] {
  opacity: 1
}

.language[_ngcontent-ng-c689841459]:hover .language__title[_ngcontent-ng-c689841459],
.language.is-active[_ngcontent-ng-c689841459] .language__title[_ngcontent-ng-c689841459] {
  color: #fff
}

.language__chevron[_ngcontent-ng-c689841459] {
  width: 1.4rem;
  height: 1.4rem;
  color: #65776f;
  opacity: .5;
  margin-left: auto;
  rotate: 270deg
}

.language__chevron.is-rotated[_ngcontent-ng-c689841459] {
  rotate: 90deg
}

.language__chevron[_ngcontent-ng-c689841459] {
  transition: rotate .2s, opacity .2s
}

@media (prefers-reduced-motion: reduce) {
  .language__chevron[_ngcontent-ng-c689841459] {
    transition: unset
  }
}

.language__flag[_ngcontent-ng-c689841459] {
  position: relative;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: .2rem;
  overflow: hidden
}

.language__title[_ngcontent-ng-c689841459] {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.6rem;
  color: #8d9f97
}

.language__title[_ngcontent-ng-c689841459] {
  transition: color .2s
}

@media (prefers-reduced-motion: reduce) {
  .language__title[_ngcontent-ng-c689841459] {
    transition: unset
  }
}

.language[_ngcontent-ng-c689841459] {
  transition: background-color .2s, opacity .2s
}

@media (prefers-reduced-motion: reduce) {
  .language[_ngcontent-ng-c689841459] {
    transition: unset
  }
}

.content[_ngcontent-ng-c47053911] {
  position: relative;
  display: flex;
  gap: 4rem;
  padding-bottom: 2.4rem
}

.content__info[_ngcontent-ng-c47053911] {
  display: flex;
  flex-direction: column;
  width: 40rem
}

.content__title[_ngcontent-ng-c47053911] {
  color: #8d9f97;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.8rem;
  letter-spacing: -.03rem
}

.content__socials[_ngcontent-ng-c47053911] {
  display: flex;
  gap: .8rem;
  margin-top: 2.4rem
}

.content__social[_ngcontent-ng-c47053911] {
  --icon-size: 1.6rem;
  width: 4rem;
  height: 4rem;
  border-radius: 1.2rem;
  background: #15271f;
  color: #65776f
}

.content__social[_ngcontent-ng-c47053911]:hover {
  background: #1d352b;
  color: #72837b
}

.content__social[_ngcontent-ng-c47053911] {
  transition: background .2s, color .2s
}

@media (prefers-reduced-motion: reduce) {
  .content__social[_ngcontent-ng-c47053911] {
    transition: unset
  }
}

.content__support[_ngcontent-ng-c47053911] {
  display: flex;
  align-items: center;
  gap: .8rem;
  margin-top: 2.4rem;
  color: #8d9f97;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2rem;
  cursor: pointer
}

.content__support_intercom[_ngcontent-ng-c47053911] {
  margin-top: 1.6rem
}

.content__support[_ngcontent-ng-c47053911]:hover {
  opacity: .7
}

.content__support[_ngcontent-ng-c47053911] {
  transition: opacity .2s
}

@media (prefers-reduced-motion: reduce) {
  .content__support[_ngcontent-ng-c47053911] {
    transition: unset
  }
}

.content__icon[_ngcontent-ng-c47053911] {
  width: 1.6rem;
  height: 1.6rem;
  color: #8d9f97
}

.content__company[_ngcontent-ng-c47053911] {
  color: #65776f;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.6rem;
  margin-top: 1.2rem;
  opacity: .4;
  width: 26.8rem;
  letter-spacing: -.024rem
}

.content__platforms[_ngcontent-ng-c47053911] {
  display: flex;
  gap: 1.6rem;
  margin-top: 1.6rem
}

.content__links[_ngcontent-ng-c47053911] {
  display: flex;
  gap: 4rem
}

.content__wrapper[_ngcontent-ng-c47053911] {
  display: flex;
  flex-direction: column;
  gap: 5.5rem
}

.content__list[_ngcontent-ng-c47053911] {
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
  width: 19.6rem
}

.content__item[_ngcontent-ng-c47053911] {
  color: #8d9f97;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6rem;
  opacity: .5
}

.content__item[_ngcontent-ng-c47053911]:hover {
  opacity: 1
}

.content__item[_ngcontent-ng-c47053911]:active {
  opacity: .8
}

.content__item[_ngcontent-ng-c47053911] {
  transition: opacity .2s
}

@media (prefers-reduced-motion: reduce) {
  .content__item[_ngcontent-ng-c47053911] {
    transition: unset
  }
}

.content__bg[_ngcontent-ng-c47053911] {
  position: absolute;
  right: 2.4rem;
  bottom: 0;
  width: 33.2rem;
  height: 33rem;
  -webkit-user-select: none;
  user-select: none;
  pointer-events: none
}

.content__age[_ngcontent-ng-c47053911] {
  margin-top: 1.6rem
}

.age[_ngcontent-ng-c47053911] {
  display: grid;
  column-gap: 1.6rem;
  grid-template-columns: 3.6rem auto
}

.age__image[_ngcontent-ng-c47053911] {
  position: relative;
  width: 3.6rem;
  height: 3.6rem;
  grid-row: span 2;
  align-self: center;
  justify-self: center
}

.age__text[_ngcontent-ng-c47053911] {
  color: #65776f;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.6rem;
  letter-spacing: -.024rem;
  width: 26.8rem
}

.age__text_link[_ngcontent-ng-c47053911] {
  color: #8d9f97
}

.age__text_link[_ngcontent-ng-c47053911]:hover {
  color: #fff
}

.age__text_link[_ngcontent-ng-c47053911]:active {
  opacity: .9
}

.age__text_link[_ngcontent-ng-c47053911] {
  transition: color .2s, opacity .2s
}

@media (prefers-reduced-motion: reduce) {
  .age__text_link[_ngcontent-ng-c47053911] {
    transition: unset
  }
}

.platform[_ngcontent-ng-c47053911] {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  padding: .8rem;
  background-color: #111f18;
  border-radius: 1.2rem;
  width: 14.3rem;
  cursor: pointer
}

.platform[_ngcontent-ng-c47053911]:hover {
  background-color: #1b2922
}

.platform__icon[_ngcontent-ng-c47053911] {
  width: 2.4rem;
  height: 2.4rem
}

.platform__icon_android[_ngcontent-ng-c47053911] {
  color: #a6ff35
}

.platform__icon_apple[_ngcontent-ng-c47053911] {
  color: #8d9f97
}

.platform__info[_ngcontent-ng-c47053911] {
  display: flex;
  flex-direction: column;
  gap: .2rem
}

.platform__title[_ngcontent-ng-c47053911] {
  color: #8d9f97;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.8rem
}

.platform__subtitle[_ngcontent-ng-c47053911] {
  color: #65776f;
  font-size: .9rem;
  font-weight: 500;
  line-height: 1.4rem;
  text-transform: uppercase;
  opacity: .5
}

.platform[_ngcontent-ng-c47053911] {
  transition: background-color .2s
}

@media (prefers-reduced-motion: reduce) {
  .platform[_ngcontent-ng-c47053911] {
    transition: unset
  }
}

@media all and (max-width: 991px) {
  .content[_ngcontent-ng-c47053911] {
    width: 100%;
    justify-content: center
  }

  .content__info[_ngcontent-ng-c47053911] {
    width: 100%;
    align-content: center
  }

  .content__title[_ngcontent-ng-c47053911],
  .content__support[_ngcontent-ng-c47053911] {
    text-align: center;
    justify-content: center
  }

  .content__support[_ngcontent-ng-c47053911] {
    margin-inline: auto;
    width: fit-content
  }

  .content__socials[_ngcontent-ng-c47053911] {
    justify-content: center
  }

  .content__platforms[_ngcontent-ng-c47053911],
  .content__links[_ngcontent-ng-c47053911],
  .content__company[_ngcontent-ng-c47053911],
  .content__bg[_ngcontent-ng-c47053911] {
    display: none
  }
}

.sidebar[_ngcontent-ng-c1437748308] {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  border-radius: 1.6rem;
  background-color: #12201b;
  width: 30.5rem;
  height: 100%
}

.sidebar__decor[_ngcontent-ng-c1437748308] {
  position: absolute;
  width: 24.7rem;
  height: 6.7109rem;
  top: -2.6rem;
  left: 2.6rem;
  align-self: center;
  transform-origin: left
}

.sidebar__decor[_ngcontent-ng-c1437748308] img[_ngcontent-ng-c1437748308] {
  object-fit: contain
}

.sidebar__decor[_ngcontent-ng-c1437748308] {
  transition: transform .2s, top .2s, left .2s
}

@media (prefers-reduced-motion: reduce) {
  .sidebar__decor[_ngcontent-ng-c1437748308] {
    transition: unset
  }
}

.sidebar.is-mini[_ngcontent-ng-c1437748308] {
  width: 8.4rem
}

.sidebar.is-mini[_ngcontent-ng-c1437748308] .sidebar__decor[_ngcontent-ng-c1437748308] {
  transform: scale(.25);
  top: -3.1rem;
  left: 1rem
}

.sidebar.is-mini[_ngcontent-ng-c1437748308] .sidebar__chevron[_ngcontent-ng-c1437748308] {
  rotate: 180deg
}

.sidebar.is-mini[_ngcontent-ng-c1437748308] .sidebar__giveaway-banner[_ngcontent-ng-c1437748308] {
  max-height: 7.6rem
}

.sidebar__scroll[_ngcontent-ng-c1437748308] {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 0 .85rem 1rem 1rem;
  margin-right: -.45rem
}

.sidebar__modes[_ngcontent-ng-c1437748308] {
  display: flex;
  flex-direction: column;
  gap: .5rem;
  margin-bottom: 2rem
}

.sidebar__giveaway-banner[_ngcontent-ng-c1437748308] {
  position: relative;
  max-height: 17.2rem;
  flex: none;
  overflow: hidden;
  margin-top: auto
}

.sidebar__giveaway-banner[_ngcontent-ng-c1437748308] shell-sidebar-giveaway-banner[_ngcontent-ng-c1437748308] {
  transition: opacity .2s
}

@media (prefers-reduced-motion: reduce) {
  .sidebar__giveaway-banner[_ngcontent-ng-c1437748308] shell-sidebar-giveaway-banner[_ngcontent-ng-c1437748308] {
    transition: unset
  }
}

.sidebar__giveaway-banner[_ngcontent-ng-c1437748308] {
  transition: max-height .2s
}

@media (prefers-reduced-motion: reduce) {
  .sidebar__giveaway-banner[_ngcontent-ng-c1437748308] {
    transition: unset
  }
}

.sidebar__hide[_ngcontent-ng-c1437748308] {
  --icon-size: 1rem;
  position: absolute;
  width: 2.2rem;
  height: 2.2rem;
  top: 2.9rem;
  left: -1.1rem;
  border: 2px solid transparent;
  background: linear-gradient(270deg, #546746, #8b977c) padding-box, linear-gradient(90deg, #9eac8f, #576a48) border-box;
  z-index: 2
}

.sidebar__hide[_ngcontent-ng-c1437748308]:hover {
  filter: brightness(1.1)
}

.sidebar__hide[_ngcontent-ng-c1437748308] {
  transition: filter .2s
}

@media (prefers-reduced-motion: reduce) {
  .sidebar__hide[_ngcontent-ng-c1437748308] {
    transition: unset
  }
}

.sidebar__chevron[_ngcontent-ng-c1437748308] {
  width: 1rem;
  height: 1rem;
  color: #0c1919;
  -webkit-user-select: none;
  user-select: none;
  pointer-events: none
}

.sidebar__chevron[_ngcontent-ng-c1437748308] {
  transition: rotate .2s
}

@media (prefers-reduced-motion: reduce) {
  .sidebar__chevron[_ngcontent-ng-c1437748308] {
    transition: unset
  }
}

.sidebar__gift[_ngcontent-ng-c1437748308] {
  position: absolute;
  bottom: 0;
  left: 0;
  display: grid;
  place-items: center;
  flex: none;
  width: 7.6rem;
  height: 7.6rem;
  border-radius: 2rem;
  opacity: 0;
  visibility: hidden;
  overflow: hidden
}

.sidebar__gift[_ngcontent-ng-c1437748308]:hover {
  filter: brightness(1.1)
}

.sidebar__gift[_ngcontent-ng-c1437748308] {
  transition: opacity .2s, filter .2s
}

@media (prefers-reduced-motion: reduce) {
  .sidebar__gift[_ngcontent-ng-c1437748308] {
    transition: unset
  }
}

.sidebar[_ngcontent-ng-c1437748308] {
  transition: width .2s, opacity .2s, transform .2s
}

@media (prefers-reduced-motion: reduce) {
  .sidebar[_ngcontent-ng-c1437748308] {
    transition: unset
  }
}

@media (min-width: 1920px) {
  .sidebar.is-mini[_ngcontent-ng-c1437748308] .sidebar__hide[_ngcontent-ng-c1437748308] {
    rotate: 0
  }

  .sidebar__hide[_ngcontent-ng-c1437748308] {
    rotate: 180deg
  }
}

@media all and (max-width: 991px) {
  .sidebar[_ngcontent-ng-c1437748308] {
    opacity: 1;
    transform: translate(0);
    pointer-events: all;
    width: 26.4rem;
    box-shadow: 0 1rem 3rem #00000030
  }

  .sidebar__decor[_ngcontent-ng-c1437748308] {
    width: 23.4rem;
    height: 6.7rem;
    top: -2.6rem;
    left: 1.2rem
  }

  .sidebar__hide[_ngcontent-ng-c1437748308] {
    left: unset;
    right: -1.1rem
  }

  .sidebar__scroll[_ngcontent-ng-c1437748308] {
    padding: 1.6rem 1.2rem;
    margin: 0
  }

  .sidebar__giveaway-banner[_ngcontent-ng-c1437748308] {
    padding-top: 2rem
  }

  .sidebar__links[_ngcontent-ng-c1437748308] {
    display: flex
  }

  .sidebar__gift[_ngcontent-ng-c1437748308] {
    display: none
  }

  .sidebar__modes[_ngcontent-ng-c1437748308] {
    margin-bottom: 1.6rem
  }
}

.header[_ngcontent-ng-c2682416486] {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-inline: 1.2rem;
  height: 8.2rem
}

.header.is-mini[_ngcontent-ng-c2682416486] .online[_ngcontent-ng-c2682416486] {
  display: none
}

.online[_ngcontent-ng-c2682416486] {
  display: flex;
  flex-direction: column;
  align-items: flex-end
}

.online__row[_ngcontent-ng-c2682416486] {
  display: flex;
  align-items: center;
  gap: .4rem
}

.online__icon[_ngcontent-ng-c2682416486] {
  --svg-icon-bg: linear-gradient(to bottom, #5BB815, #97F123);
  width: 2rem;
  height: 2rem
}

.online__number[_ngcontent-ng-c2682416486] {
  color: #a6ff35;
  white-space: nowrap;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.6rem
}

.online__text[_ngcontent-ng-c2682416486] {
  color: #8d9f97;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4rem;
  text-transform: uppercase
}

.logo[_ngcontent-ng-c2682416486] {
  display: flex;
  justify-content: flex-start;
  flex: none
}

.logo_mini[_ngcontent-ng-c2682416486] .logo__text[_ngcontent-ng-c2682416486] {
  display: none
}

.logo[_ngcontent-ng-c2682416486]:hover {
  opacity: .5
}

.logo__picture[_ngcontent-ng-c2682416486] {
  position: relative;
  top: -1rem;
  transform-origin: left;
  width: 3.9rem;
  height: 6rem;
  flex: none
}

.logo__picture[_ngcontent-ng-c2682416486] {
  transition: transform .2s
}

@media (prefers-reduced-motion: reduce) {
  .logo__picture[_ngcontent-ng-c2682416486] {
    transition: unset
  }
}

.logo__text[_ngcontent-ng-c2682416486] {
  width: 7.8rem;
  height: 2.8rem;
  margin-left: 1rem;
  margin-top: 1.6rem
}

.logo[_ngcontent-ng-c2682416486] {
  transition: opacity .2s
}

@media (prefers-reduced-motion: reduce) {
  .logo[_ngcontent-ng-c2682416486] {
    transition: unset
  }
}

@media all and (max-width: 991px) {
  .header[_ngcontent-ng-c2682416486] {
    height: 3.4rem;
    margin-bottom: 1.6rem
  }
}

[_nghost-ng-c3014331835] {
  display: block
}

.giveaway-banner[_ngcontent-ng-c3014331835] {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 1.6rem;
  height: 11.6rem;
  width: 100%;
  overflow: hidden;
  border-radius: 1.2rem
}

.giveaway-banner[_ngcontent-ng-c3014331835] {
  transition: border-color .2s, width .2s, height .2s
}

@media (prefers-reduced-motion: reduce) {
  .giveaway-banner[_ngcontent-ng-c3014331835] {
    transition: unset
  }
}

.giveaway-banner[_ngcontent-ng-c3014331835]:before,
.giveaway-banner[_ngcontent-ng-c3014331835]:after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: inherit
}

.giveaway-banner[_ngcontent-ng-c3014331835]:before,
.giveaway-banner[_ngcontent-ng-c3014331835]:after {
  transition: opacity .2s
}

@media (prefers-reduced-motion: reduce) {

  .giveaway-banner[_ngcontent-ng-c3014331835]:before,
  .giveaway-banner[_ngcontent-ng-c3014331835]:after {
    transition: unset
  }
}

.giveaway-banner[_ngcontent-ng-c3014331835]:before {
  background: radial-gradient(90.38% 208.16% at 82.11% 216.38%, #3f8332, #091814)
}

.giveaway-banner[_ngcontent-ng-c3014331835]:after {
  background: radial-gradient(82.98% 177.52% at 80% 150%, #3f8332, #091814);
  opacity: 0
}

.giveaway-banner[_ngcontent-ng-c3014331835]:hover:before,
.giveaway-banner.is-active[_ngcontent-ng-c3014331835]:before {
  opacity: 0
}

.giveaway-banner[_ngcontent-ng-c3014331835]:hover:after,
.giveaway-banner.is-active[_ngcontent-ng-c3014331835]:after {
  opacity: 1
}

.giveaway-banner[_ngcontent-ng-c3014331835]:hover .giveaway-banner__get[_ngcontent-ng-c3014331835],
.giveaway-banner.is-active[_ngcontent-ng-c3014331835] .giveaway-banner__get[_ngcontent-ng-c3014331835] {
  width: 4.8rem;
  color: #0a120d
}

.giveaway-banner[_ngcontent-ng-c3014331835]:hover .giveaway-banner__get[_ngcontent-ng-c3014331835]:before,
.giveaway-banner.is-active[_ngcontent-ng-c3014331835] .giveaway-banner__get[_ngcontent-ng-c3014331835]:before {
  opacity: 1
}

.giveaway-banner[_ngcontent-ng-c3014331835]:hover .giveaway-banner__giveaway-logo[_ngcontent-ng-c3014331835],
.giveaway-banner.is-active[_ngcontent-ng-c3014331835] .giveaway-banner__giveaway-logo[_ngcontent-ng-c3014331835] {
  transform: scale(.9)
}

.giveaway-banner[_ngcontent-ng-c3014331835]:hover .giveaway-banner__logo-line[_ngcontent-ng-c3014331835],
.giveaway-banner.is-active[_ngcontent-ng-c3014331835] .giveaway-banner__logo-line[_ngcontent-ng-c3014331835] {
  transform: scale(.85)
}

.giveaway-banner[_ngcontent-ng-c3014331835]:hover .giveaway-banner__inner-line[_ngcontent-ng-c3014331835],
.giveaway-banner.is-active[_ngcontent-ng-c3014331835] .giveaway-banner__inner-line[_ngcontent-ng-c3014331835] {
  transform: scale(1.05)
}

.giveaway-banner[_ngcontent-ng-c3014331835]:hover .giveaway-banner__outer-line[_ngcontent-ng-c3014331835],
.giveaway-banner.is-active[_ngcontent-ng-c3014331835] .giveaway-banner__outer-line[_ngcontent-ng-c3014331835] {
  transform: scale(1.15)
}

.giveaway-banner[_ngcontent-ng-c3014331835]:hover .giveaway-banner__knife[_ngcontent-ng-c3014331835],
.giveaway-banner.is-active[_ngcontent-ng-c3014331835] .giveaway-banner__knife[_ngcontent-ng-c3014331835] {
  filter: drop-shadow(-.5rem 2rem .5rem rgba(0, 0, 0, .3));
  animation-play-state: paused
}

.giveaway-banner[_ngcontent-ng-c3014331835]:hover .giveaway-banner__pic[_ngcontent-ng-c3014331835],
.giveaway-banner.is-active[_ngcontent-ng-c3014331835] .giveaway-banner__pic[_ngcontent-ng-c3014331835] {
  transform: scale(1.1) rotate(-6deg)
}

.giveaway-banner__border[_ngcontent-ng-c3014331835] {
  position: absolute;
  inset: 0;
  z-index: 2;
  border-radius: inherit
}

.giveaway-banner__border[_ngcontent-ng-c3014331835]:before,
.giveaway-banner__border[_ngcontent-ng-c3014331835]:after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit
}

.giveaway-banner__border[_ngcontent-ng-c3014331835]:before {
  box-shadow: 0 0 20px #91ff7624 inset
}

.giveaway-banner__border[_ngcontent-ng-c3014331835]:after {
  border: 2px solid rgba(83, 206, 106, .08)
}

.giveaway-banner__title[_ngcontent-ng-c3014331835] {
  z-index: 2;
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.2rem;
  max-width: 13rem
}

.giveaway-banner__get[_ngcontent-ng-c3014331835] {
  --icon-size: 1.6rem;
  position: relative;
  z-index: 2;
  width: 4.8rem;
  height: 2.8rem;
  margin-top: auto;
  border-radius: 1rem;
  color: #bff47d;
  background: #19341b;
  border: none
}

.giveaway-banner__get[_ngcontent-ng-c3014331835]:before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  background: linear-gradient(180deg, #5bb815, #97f123)
}

.giveaway-banner__get[_ngcontent-ng-c3014331835]:before {
  transition: opacity .2s
}

@media (prefers-reduced-motion: reduce) {
  .giveaway-banner__get[_ngcontent-ng-c3014331835]:before {
    transition: unset
  }
}

.giveaway-banner__get[_ngcontent-ng-c3014331835] {
  transition: background .2s, color .2s
}

@media (prefers-reduced-motion: reduce) {
  .giveaway-banner__get[_ngcontent-ng-c3014331835] {
    transition: unset
  }
}

.giveaway-banner__bg[_ngcontent-ng-c3014331835] {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  right: -7rem;
  margin-block: auto;
  width: 100%;
  height: auto;
  pointer-events: none
}

.giveaway-banner__bg[_ngcontent-ng-c3014331835] {
  transition: right .2s
}

@media (prefers-reduced-motion: reduce) {
  .giveaway-banner__bg[_ngcontent-ng-c3014331835] {
    transition: unset
  }
}

.giveaway-banner__giveaway-logo[_ngcontent-ng-c3014331835] {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 10.5rem;
  height: 10.5rem;
  transition: transform .4s ease, width .4s ease, height .4s ease
}

.giveaway-banner__logo-line[_ngcontent-ng-c3014331835] {
  --svg-icon-bg: linear-gradient(63deg, #A6FF35 0%, rgba(100, 153, 32, .1) 100%);
  position: absolute;
  inset: 0;
  margin: auto;
  width: 13.6rem;
  height: 13.6rem;
  transition: transform .4s ease
}

.giveaway-banner__inner-line[_ngcontent-ng-c3014331835] {
  --svg-icon-bg: #A6FF35;
  position: absolute;
  inset: 0;
  margin: auto;
  width: 17rem;
  height: 17rem;
  transition: transform .4s ease, opacity .4s ease
}

.giveaway-banner__outer-line[_ngcontent-ng-c3014331835] {
  --svg-icon-bg: #A6FF35;
  position: absolute;
  inset: 0;
  margin: auto;
  width: 21rem;
  height: 21rem;
  transition: transform .4s ease, opacity .4s ease
}

.giveaway-banner__knife[_ngcontent-ng-c3014331835] {
  position: absolute;
  z-index: 2;
  inset: 0;
  margin: auto;
  width: 13rem;
  height: 9.633rem;
  pointer-events: none;
  filter: drop-shadow(-.5rem 1.4rem .5rem rgba(0, 0, 0, .3));
  animation: _ngcontent-ng-c3014331835_float 4s ease-in-out infinite both;
  transition: filter .4s ease
}

.giveaway-banner__pic[_ngcontent-ng-c3014331835] {
  transition: transform .4s ease
}

@keyframes _ngcontent-ng-c3014331835_float {

  0%,
  to {
    transform: translate3d(0, 5px, 0) rotate(0)
  }

  50% {
    transform: translate3d(0, -5px, 0) rotate(-5deg)
  }
}

@media all and (min-width: 992px) {
  .giveaway-banner.is-mini[_ngcontent-ng-c3014331835] {
    width: 6.4rem;
    height: 6.4rem
  }

  .giveaway-banner.is-mini[_ngcontent-ng-c3014331835] .giveaway-banner__title[_ngcontent-ng-c3014331835],
  .giveaway-banner.is-mini[_ngcontent-ng-c3014331835] .giveaway-banner__get[_ngcontent-ng-c3014331835] {
    display: none
  }

  .giveaway-banner.is-mini[_ngcontent-ng-c3014331835] .giveaway-banner__bg[_ngcontent-ng-c3014331835] {
    right: 0
  }

  .giveaway-banner.is-mini[_ngcontent-ng-c3014331835] .giveaway-banner__giveaway-logo[_ngcontent-ng-c3014331835] {
    width: 6.5rem;
    height: 6.5rem
  }

  .giveaway-banner.is-mini[_ngcontent-ng-c3014331835] .giveaway-banner__logo-line[_ngcontent-ng-c3014331835],
  .giveaway-banner.is-mini[_ngcontent-ng-c3014331835] .giveaway-banner__inner-line[_ngcontent-ng-c3014331835],
  .giveaway-banner.is-mini[_ngcontent-ng-c3014331835] .giveaway-banner__outer-line[_ngcontent-ng-c3014331835] {
    opacity: 0
  }

  .giveaway-banner.is-mini[_ngcontent-ng-c3014331835] .giveaway-banner__knife[_ngcontent-ng-c3014331835] {
    width: 10rem;
    height: 7rem;
    inset: unset;
    top: 1.8rem;
    right: -2.3rem;
    transform: rotate(30deg);
    animation: unset
  }
}

@media all and (max-width: 991px) {
  .giveaway-banner[_ngcontent-ng-c3014331835] {
    height: 8rem;
    padding: 2rem 1.6rem;
    justify-content: center
  }

  .giveaway-banner__title[_ngcontent-ng-c3014331835] {
    font-size: 1.8rem;
    line-height: 2rem
  }

  .giveaway-banner__bg[_ngcontent-ng-c3014331835] {
    right: -9rem
  }

  .giveaway-banner__knife[_ngcontent-ng-c3014331835] {
    top: 1.2rem;
    width: 13rem;
    height: 10.6rem
  }

  .giveaway-banner__get[_ngcontent-ng-c3014331835] {
    display: none
  }
}

.wheel-home[_ngcontent-ng-c1383841718] {
  display: flex;
  flex-direction: column;
  gap: 1.6rem
}

.wheel-home__history[_ngcontent-ng-c1383841718] {
  --svg-icon-bg: #A0BDA6;
  --icon-size: 1.6rem;
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 1.2rem;
  background: #24352b
}

.wheel-home__bets[_ngcontent-ng-c1383841718] {
  display: flex;
  gap: .8rem;
  height: 49rem;
  margin-top: .8rem
}

@media all and (max-width: 991px) {
  .wheel-home[_ngcontent-ng-c1383841718] {
    gap: .8rem
  }

  .wheel-home__bets[_ngcontent-ng-c1383841718] {
    flex-direction: column;
    height: auto;
    margin-top: 0;
    gap: .4rem
  }
}

.game-header[_ngcontent-ng-c58836099] {
  position: relative;
  display: flex;
  align-items: center;
  gap: 2.4rem;
  height: 7.2rem;
  padding-inline: 7.6rem 2.4rem;
  border-radius: 1.6rem;
  background: linear-gradient(180deg, #101d1866, #101d18);
  overflow: hidden
}

.game-header__head[_ngcontent-ng-c58836099] {
  display: flex;
  align-items: center;
  gap: 1.2rem
}

.game-header__head[_ngcontent-ng-c58836099] svg-icon[_ngcontent-ng-c58836099] {
  --svg-icon-bg: rgba(167, 194, 162, .5);
  width: 2rem;
  height: 2rem;
  rotate: 90deg
}

.game-header__title[_ngcontent-ng-c58836099] {
  position: relative;
  z-index: 1;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 2.8rem
}

.game-header__title.is-darken[_ngcontent-ng-c58836099] {
  opacity: .5
}

.game-header__crumb[_ngcontent-ng-c58836099] {
  color: #a7c2a2;
  opacity: .5;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2rem
}

.game-header__title[_ngcontent-ng-c58836099]:hover,
.game-header__crumb[_ngcontent-ng-c58836099]:hover {
  opacity: 1
}

.game-header__title.is-active[_ngcontent-ng-c58836099],
.game-header__crumb.is-active[_ngcontent-ng-c58836099] {
  opacity: 1;
  color: #fff
}

.game-header__title[_ngcontent-ng-c58836099],
.game-header__crumb[_ngcontent-ng-c58836099] {
  transition: opacity .2s, color .2s
}

@media (prefers-reduced-motion: reduce) {

  .game-header__title[_ngcontent-ng-c58836099],
  .game-header__crumb[_ngcontent-ng-c58836099] {
    transition: unset
  }
}

.game-header__image[_ngcontent-ng-c58836099] {
  position: absolute;
  left: -3.5rem;
  width: 51.2rem;
  height: 17.6rem;
  -webkit-user-select: none;
  user-select: none;
  pointer-events: none
}

.game-header__panel[_ngcontent-ng-c58836099] {
  display: flex;
  align-items: center;
  gap: 2.4rem;
  margin-left: auto
}

.game-header__buttons[_ngcontent-ng-c58836099] {
  display: flex;
  align-items: center;
  gap: .8rem
}

.game-header__hiw[_ngcontent-ng-c58836099] {
  color: #a7c2a2;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.6rem;
  cursor: pointer;
  opacity: .5
}

.game-header__hiw[_ngcontent-ng-c58836099]:hover {
  opacity: 1
}

.game-header__hiw[_ngcontent-ng-c58836099]:active {
  opacity: .8
}

.game-header__hiw[_ngcontent-ng-c58836099] {
  transition: opacity .2s
}

@media (prefers-reduced-motion: reduce) {
  .game-header__hiw[_ngcontent-ng-c58836099] {
    transition: unset
  }
}

.game-header__sound-toggle[_ngcontent-ng-c58836099] {
  --icon-size: 1.6rem;
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 1.2rem;
  background: #24352b
}

@media all and (max-width: 991px) {
  .game-header[_ngcontent-ng-c58836099] {
    height: 5.6rem;
    padding-inline: 6.4rem 1.2rem
  }

  .game-header__head[_ngcontent-ng-c58836099] {
    gap: .4rem
  }

  .game-header__head[_ngcontent-ng-c58836099] svg-icon[_ngcontent-ng-c58836099] {
    width: 1.4rem;
    height: 1.4rem
  }

  .game-header__image[_ngcontent-ng-c58836099] {
    width: 41.4rem;
    height: 9.8rem;
    left: -2.4rem;
    top: -2.1rem
  }

  .game-header__crumb[_ngcontent-ng-c58836099] {
    font-size: 1.3rem;
    line-height: 1.6rem;
    white-space: nowrap
  }

  .game-header__title[_ngcontent-ng-c58836099] {
    font-size: 1.4rem;
    line-height: 1.6rem;
    font-weight: 500;
    text-wrap: balance;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
  }

  .game-header__panel[_ngcontent-ng-c58836099] {
    gap: .8rem
  }

  .game-header__hiw[_ngcontent-ng-c58836099] {
    display: none
  }
}

.character[_ngcontent-ng-c3408367722] {
  position: absolute;
  z-index: 2;
  right: -27rem;
  bottom: -23.2rem;
  width: 80rem;
  height: 80rem;
  mask-image: linear-gradient(180deg, #000 40%, transparent 70%)
}

.info[_ngcontent-ng-c3408367722] {
  position: absolute;
  display: block;
  width: 31rem;
  height: 30rem;
  right: 16.1rem
}

.home-game[_ngcontent-ng-c3408367722] {
  position: relative;
  display: flex;
  gap: 1.6rem;
  height: 74.4rem;
  overflow: hidden
}

.home-game__sidebar[_ngcontent-ng-c3408367722] {
  position: relative;
  z-index: 6;
  display: flex;
  height: auto;
  max-height: 74.4rem
}

.home-game__content[_ngcontent-ng-c3408367722] {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  flex: 1;
  /* padding: 1.6rem; */
  border-radius: 1.6rem;
  /* background: #191d2d; */
  /* background: linear-gradient(180deg, #132319, #172c19); */
  /* background: url('https://i.gifer.com/xK.gif') no-repeat center/cover; */
  /* background: url("https://kartinki.pics/uploads/posts/2021-07/1625159753_10-kartinkin-com-p-kiberpank-fon-krasivie-foni-10.jpg"); */
  overflow: hidden
}

.home-game__stats[_ngcontent-ng-c3408367722] {
  /* padding: 1.6rem */
  padding: 0px
}

.home-game__color-stats[_ngcontent-ng-c3408367722] {
  margin-top: auto
}

.home-game__stats[_ngcontent-ng-c3408367722],
.home-game__color-stats[_ngcontent-ng-c3408367722] {
  align-self: flex-end
}

.home-game__shadow[_ngcontent-ng-c3408367722] {
  position: absolute;
  display: flex;
  flex-direction: column;
  inset: 0;
  pointer-events: none;
  mask-image: linear-gradient(180deg, #fff3, #fffc, #fff, #fffc, #fff3)
}

.home-game__wheel[_ngcontent-ng-c3408367722] {
  position: absolute;
  z-index: 1;
  transform: translateY(-50%);
  top: 50%;
  left: -30.8rem;
  width: fit-content
}


.home-game__stats[_ngcontent-ng-c3408367722],
.home-game__color-stats[_ngcontent-ng-c3408367722],
.home-game__history[_ngcontent-ng-c3408367722] {
  position: relative;
  z-index: 4
}

@media all and (max-width: 991px) {
  .home-game[_ngcontent-ng-c3408367722] {
    height: auto;
    flex-direction: column-reverse
  }

  .home-game__content[_ngcontent-ng-c3408367722] {
        /* height: 480px; */
        flex: none;
        max-height: 1500px;
  }

  .character[_ngcontent-ng-c3408367722] {
    position: absolute;
    z-index: 2;
    right: -27rem;
    bottom: -23.2rem;
    width: 70rem;
    height: 70rem;
    mask-image: linear-gradient(180deg, #000 40%, transparent 70%)
  }
}
@media all and (max-width: 1360px) {
  .home-game__wheel[_ngcontent-ng-c3408367722]{
    top: 50%;
    left: 0px;
    transform: translateY(10%);
    position: static;
    margin: 0 auto;
  }
  .info[_ngcontent-ng-c3408367722]{
    width: 55%;
  }
  .home-game__content{
    height: 980px;
  }
}
@media all and (max-width: 767px) {
  .info[_ngcontent-ng-c3408367722] {
    width: 15.5rem;
    height: 15rem;
    right: 29%
    /* right: 8.05rem */
  }

  .home-game[_ngcontent-ng-c3408367722] {
    height: auto;
    gap: .8rem
  }

  .home-game__content[_ngcontent-ng-c3408367722] {
    /* padding: .8rem; */
    /* height: 32.4rem; */
    height: 600px;
    flex: none;
    gap: .4rem
  }
  .home-game__shadow[_ngcontent-ng-c3408367722]{
    justify-content: center;
    align-items: center;
  }
  .home-game__content {
    height: 500px;
  }
  .home-game__shadow[_ngcontent-ng-c3408367722]{
    height: 100%;
  }



  .home-game__wheel[_ngcontent-ng-c3408367722]{
    top: 0px;
    left: 0px;
    transform: translateY(0%);
    position: static;
  }



  .home-game__shadow[_ngcontent-ng-c3408367722] {
    mask-image: linear-gradient(180deg, #fff3, #fff 25% 50%, #fff 75%, #fff3)
  }

  .home-game__stats[_ngcontent-ng-c3408367722] {
    padding: 0px;
  }

  .home-game__wheel[_ngcontent-ng-c3408367722] {
    left: 0px;
  }

  .character[_ngcontent-ng-c3408367722] {
    width: 50rem;
    height: 30rem;
    right: -18rem;
    bottom: -10rem
  }
}

[_nghost-ng-c2748725198] {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%
}

.game-sidebar[_ngcontent-ng-c2748725198] {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  width: 40rem;
  height: 100%;
  padding: 1.6rem;
  border-radius: 1.6rem;
  background: #101d18
}

.game-sidebar.fit-content[_ngcontent-ng-c2748725198] {
  height: fit-content
}

.game-sidebar__bet-balance.is-hidden[_ngcontent-ng-c2748725198] {
  display: none;
  opacity: 0;
  visibility: hidden
}

.game-sidebar__inventory[_ngcontent-ng-c2748725198] {
  height: 100%;
  flex: 1;
  overflow: hidden
}

.game-sidebar__inventory.is-hidden[_ngcontent-ng-c2748725198] {
  display: none;
  opacity: 0;
  visibility: hidden
}

.game-sidebar__shop[_ngcontent-ng-c2748725198] {
  position: absolute;
  top: 0;
  right: -40.8rem;
  display: block;
  width: 100%;
  height: 100%
}

.tabs[_ngcontent-ng-c2748725198] {
  display: flex;
  align-items: center;
  height: 4.4rem;
  border-radius: 1.2rem;
  background: #15271f
}

.tabs__tab[_ngcontent-ng-c2748725198] {
  --icon-size: 2rem;
  flex: 1;
  color: #a7c2a2;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6rem;
  height: 100%;
  border: none
}

.tabs__tab[_ngcontent-ng-c2748725198]:before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  border-radius: 1.2rem;
  background: linear-gradient(180deg, #a6ff350d, #a6ff3533) padding-box
}

.tabs__tab[_ngcontent-ng-c2748725198]:before {
  transition: opacity .2s
}

@media (prefers-reduced-motion: reduce) {
  .tabs__tab[_ngcontent-ng-c2748725198]:before {
    transition: unset
  }
}

.tabs__tab[_ngcontent-ng-c2748725198]:not(.is-active) {
  background: none !important
}

.tabs__tab.is-active[_ngcontent-ng-c2748725198] {
  --svg-icon-bg: #F6FF78;
  color: #f6ff78
}

.tabs__tab.is-active[_ngcontent-ng-c2748725198]:before {
  opacity: 1
}

.tabs__tab[_ngcontent-ng-c2748725198]:hover:not(.is-active) {
  color: #fff
}

@media all and (max-width: 991px) {
  .game-sidebar[_ngcontent-ng-c2748725198] {
    padding: 1.2rem;
    border-radius: 1.6rem;
    width: 100%
  }

  .game-sidebar__inventory_vertical[_ngcontent-ng-c2748725198] {
    height: 15.5rem;
    opacity: 0
  }

  .game-sidebar__head[_ngcontent-ng-c2748725198] {
    display: none
  }

  .game-sidebar__shop[_ngcontent-ng-c2748725198] {
    position: fixed;
    z-index: 100;
    inset: 0
  }
}

@media all and (max-width: 767px) {
  .tabs[_ngcontent-ng-c2748725198] {
    height: 3.6rem
  }
}

.form[_ngcontent-ng-c1693540115] {
  display: flex;
  flex-direction: column;
  gap: 1.2rem
}

.form__title[_ngcontent-ng-c1693540115] {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2rem
}

.form__content[_ngcontent-ng-c1693540115] {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .4rem
}

.form__button[_ngcontent-ng-c1693540115] {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1.2rem;
  height: 5.2rem;
  width: 100%;
  padding-inline: 1.2rem;
  border-radius: 1.2rem;
  outline: 1px solid transparent;
  outline-offset: -.1em;
  background-color: #15271f;
  cursor: pointer;
  overflow: hidden
}

.form__button[_ngcontent-ng-c1693540115]:before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  opacity: 0;
  pointer-events: none
}

.form__button[_ngcontent-ng-c1693540115]:before {
  transition: opacity .2s
}

@media (prefers-reduced-motion: reduce) {
  .form__button[_ngcontent-ng-c1693540115]:before {
    transition: unset
  }
}

.form__button[_ngcontent-ng-c1693540115]:hover:before,
.form__button.is-selected[_ngcontent-ng-c1693540115]:before {
  opacity: 1
}

.form__button_x2[_ngcontent-ng-c1693540115]:before {
  background: linear-gradient(180deg, #00a3ff0d, #00a3ff33)
}

.form__button_x2[_ngcontent-ng-c1693540115]:hover .form__text[_ngcontent-ng-c1693540115],
.form__button_x2.is-selected[_ngcontent-ng-c1693540115] .form__text[_ngcontent-ng-c1693540115] {
  color: #00a3ff
}

.form__button_x2.is-selected[_ngcontent-ng-c1693540115] {
  outline-color: #00a3ff
}

.form__button_x3[_ngcontent-ng-c1693540115]:before {
  background: linear-gradient(180deg, #a6ff350d, #a6ff3533)
}

.form__button_x3[_ngcontent-ng-c1693540115]:hover .form__text[_ngcontent-ng-c1693540115],
.form__button_x3.is-selected[_ngcontent-ng-c1693540115] .form__text[_ngcontent-ng-c1693540115] {
  color: #a6ff35
}

.form__button_x3.is-selected[_ngcontent-ng-c1693540115] {
  outline-color: #a6ff35
}

.form__button_x5[_ngcontent-ng-c1693540115]:before {
  background: linear-gradient(180deg, #9d94ff0d, #9d94ff33)
}

.form__button_x5[_ngcontent-ng-c1693540115]:hover .form__text[_ngcontent-ng-c1693540115],
.form__button_x5.is-selected[_ngcontent-ng-c1693540115] .form__text[_ngcontent-ng-c1693540115] {
  color: #9d94ff
}

.form__button_x5.is-selected[_ngcontent-ng-c1693540115] {
  outline-color: #9d94ff
}

.form__button_x20[_ngcontent-ng-c1693540115]:before {
  background: linear-gradient(180deg, #ffd3370d, #ffd33733)
}

.form__button_x20[_ngcontent-ng-c1693540115]:hover .form__text[_ngcontent-ng-c1693540115],
.form__button_x20.is-selected[_ngcontent-ng-c1693540115] .form__text[_ngcontent-ng-c1693540115] {
  color: #ffd337
}

.form__button_x20.is-selected[_ngcontent-ng-c1693540115] {
  outline-color: #ffd337
}

.form__button[_ngcontent-ng-c1693540115] {
  transition: background-color .2s, outline-color .2s
}

@media (prefers-reduced-motion: reduce) {
  .form__button[_ngcontent-ng-c1693540115] {
    transition: unset
  }
}

.form__multiplier[_ngcontent-ng-c1693540115] {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2.2rem;
  text-transform: uppercase
}

.form__text[_ngcontent-ng-c1693540115] {
  color: #a7c2a2;
  font-size: 1.2rem;
  line-height: 1.4rem;
  font-weight: 500;
  opacity: .5;
  text-transform: lowercase;
  margin-left: auto
}

@media all and (max-width: 767px) {
  .form__button[_ngcontent-ng-c1693540115] {
    height: 3.6rem;
    padding-inline: .8rem
  }

  .form__content[_ngcontent-ng-c1693540115] {
    display: flex
  }

  .form__text[_ngcontent-ng-c1693540115] {
    display: none
  }
}

[_nghost-ng-c301470177] {
  display: block;
  min-height: 100vh;
  min-width: 0;
  width: min(100%, 192rem);
  margin-inline: auto
}

.container[_ngcontent-ng-c301470177] {
  position: relative;
  display: flex;
  height: 100%;
  width: 100%;
  padding-inline: 2rem
}

.container[_ngcontent-ng-c301470177] .streamer_mode[_ngcontent-ng-c301470177] *[_ngcontent-ng-c301470177] .nickname[_ngcontent-ng-c301470177] {
  opacity: 1
}

.container__sidebar[_ngcontent-ng-c301470177] {
  position: sticky;
  padding-top: 2.2rem;
  top: 0;
  display: block;
  height: calc(100vh - 2.2rem);
  width: 30.5rem;
  z-index: 2
}

.container__chat-sidebar[_ngcontent-ng-c301470177] {
  display: block;
  position: sticky;
  padding-top: 2.2rem;
  top: 0;
  height: calc(100vh - 2.2rem);
  z-index: 10;
  left: calc(100% - 30.5rem)
}

.container__content[_ngcontent-ng-c301470177] {
  display: flex;
  flex-direction: column;
  width: 127rem;
  min-width: 0;
  padding-inline: 3.5rem;
  z-index: 1
}

.container__content[_ngcontent-ng-c301470177] {
  transition: transform .2s
}

@media (prefers-reduced-motion: reduce) {
  .container__content[_ngcontent-ng-c301470177] {
    transition: unset
  }
}

.container__header[_ngcontent-ng-c301470177] {
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 40
}

.container__footer-placeholder[_ngcontent-ng-c301470177] {
  height: 29rem
}

.container__toolbar[_ngcontent-ng-c301470177] {
  display: flex;
  position: fixed;
  z-index: 10;
  width: 100%;
  bottom: 1rem
}

.container__toolbar[_ngcontent-ng-c301470177]:before {
  content: "";
  position: absolute;
  display: none;
  bottom: -3rem;
  left: 0;
  width: 100%;
  height: 8.9rem;
  background: linear-gradient(0deg, #0a120df2 30%, #0a120d00);
  pointer-events: none
}

.container__onboarding[_ngcontent-ng-c301470177] {
  position: fixed;
  inset: 0;
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #0c1919db
}

@media (min-width: 1920px) {
  .container__sidebar[_ngcontent-ng-c301470177] {
    display: flex;
    justify-content: flex-end
  }
}

@media (min-width: 992px) {
  .container[_ngcontent-ng-c301470177] {
    display: flex
  }

  .container__outlet[_ngcontent-ng-c301470177] {
    display: block;
    min-height: calc(100vh - 19.8rem)
  }

  .container__sidebar[_ngcontent-ng-c301470177] {
    display: flex;
    justify-content: flex-end
  }
}

@media (min-width: 992px) and (max-width: 1919px) {
  .container[_ngcontent-ng-c301470177] {
    justify-content: center
  }

  .container__content[_ngcontent-ng-c301470177] {
    width: 124rem;
    transform: translate(0);
    padding-inline: 2rem
  }

  .container__content[_ngcontent-ng-c301470177]:not(.is-mini-sidebar) {
    transform: translate(11rem)
  }

  .container__content.is-mini-sidebar[_ngcontent-ng-c301470177]:not(.is-chat-hidden) {
    transform: translate(-11rem)
  }

  .container__chat-sidebar[_ngcontent-ng-c301470177] {
    position: fixed;
    left: unset;
    right: 2rem
  }

  .container__sidebar[_ngcontent-ng-c301470177] {
    position: fixed;
    left: 2rem;
    width: fit-content
  }
}

@media all and (max-width: 991px) {
  .container[_ngcontent-ng-c301470177] {
    flex-direction: column;
    padding-inline: 0;
    padding-bottom: 6rem
  }

  .container.no-padding[_ngcontent-ng-c301470177] {
    padding: 0
  }

  .container.no-padding[_ngcontent-ng-c301470177] .container__content[_ngcontent-ng-c301470177] {
    padding-inline: 0
  }

  .container__content[_ngcontent-ng-c301470177] {
    width: 100%;
    margin: 0;
    padding-inline: 2rem
  }

  .container__chat-sidebar[_ngcontent-ng-c301470177] {
    position: fixed;
    pointer-events: none;
    padding: 0;
    top: .6rem;
    height: calc(100% - 1.2rem);
    z-index: 15
  }

  .container__chat-sidebar.is-chat-open[_ngcontent-ng-c301470177] {
    pointer-events: all
  }

  .container__sidebar[_ngcontent-ng-c301470177] {
    position: fixed;
    z-index: 12;
    padding: 0;
    top: 1rem;
    left: .8rem;
    height: calc(100% - 3.8rem)
  }

  .container__sidebar[_ngcontent-ng-c301470177]:not(.flicker-fix) {
    display: none
  }

  .container__toolbar[_ngcontent-ng-c301470177] {
    padding-inline: 3.5rem
  }

  .container__toolbar[_ngcontent-ng-c301470177]:before {
    display: block
  }

  .container__footer-placeholder[_ngcontent-ng-c301470177] {
    height: 40.4rem
  }
}

@media all and (max-width: 767px) {
  .container__content[_ngcontent-ng-c301470177] {
    padding-inline: .8rem
  }

  .container__chat-sidebar[_ngcontent-ng-c301470177] {
    top: 1rem;
    height: calc(100% - 1.6rem);
    left: calc(100vw - 31.3rem)
  }

  .container__toolbar[_ngcontent-ng-c301470177] {
    padding-inline: .8rem
  }

  .container__footer-placeholder[_ngcontent-ng-c301470177] {
    height: 40.4rem
  }
}

.bet-control[_ngcontent-ng-c2849532779] {
  width: 100%;
  height: 5.6rem
}

.mode[_ngcontent-ng-c1066003207] svg-icon linearGradient>stop {
  transition: .25s ease stop-color
}

.mode_crash.is-active[_ngcontent-ng-c1066003207] svg-icon linearGradient:nth-child(odd)>stop:first-child {
  stop-color: #004a00
}

.mode_crash.is-active[_ngcontent-ng-c1066003207] svg-icon linearGradient:nth-child(odd)>stop:last-child {
  stop-color: #a6ff35
}

.mode_crash.is-active[_ngcontent-ng-c1066003207] svg-icon linearGradient:nth-child(2n)>stop:first-child {
  stop-color: #004a00
}

.mode_crash.is-active[_ngcontent-ng-c1066003207] svg-icon linearGradient:nth-child(2n)>stop:last-child {
  stop-color: #d3ff9a
}

.mode_chickens.is-active[_ngcontent-ng-c1066003207] svg-icon linearGradient:nth-child(2n)>stop:first-child {
  stop-color: #004a00
}

.mode_chickens.is-active[_ngcontent-ng-c1066003207] svg-icon linearGradient:nth-child(2n)>stop:last-child {
  stop-color: #a6ff35
}

.mode_chickens.is-active[_ngcontent-ng-c1066003207] svg-icon linearGradient:nth-child(odd)>stop:first-child {
  stop-color: #004a00
}

.mode_chickens.is-active[_ngcontent-ng-c1066003207] svg-icon linearGradient:nth-child(odd)>stop:last-child {
  stop-color: #d3ff9a
}

.mode_wheel.is-active[_ngcontent-ng-c1066003207] svg-icon linearGradient:nth-child(2n)>stop:first-child {
  stop-color: #004a00
}

.mode_wheel.is-active[_ngcontent-ng-c1066003207] svg-icon linearGradient:nth-child(2n)>stop:last-child {
  stop-color: #a6ff35
}

.mode_wheel.is-active[_ngcontent-ng-c1066003207] svg-icon linearGradient:nth-child(odd)>stop:first-child {
  stop-color: #004a00
}

.mode_wheel.is-active[_ngcontent-ng-c1066003207] svg-icon linearGradient:nth-child(odd)>stop:last-child {
  stop-color: #d3ff9a
}

.mode_wheel.is-active[_ngcontent-ng-c1066003207] svg-icon linearGradient:nth-child(6)>stop:first-child {
  stop-color: #191e2d
}

.mode_wheel.is-active[_ngcontent-ng-c1066003207] svg-icon linearGradient:nth-child(6)>stop:last-child {
  stop-color: #191e2d
}

.mode_wheel.is-active[_ngcontent-ng-c1066003207] svg-icon linearGradient:nth-child(7)>stop:first-child {
  stop-color: #004a00
}

.mode_wheel.is-active[_ngcontent-ng-c1066003207] svg-icon linearGradient:nth-child(7)>stop:last-child {
  stop-color: #a6ff35
}

.mode_wheel.is-active[_ngcontent-ng-c1066003207] svg-icon linearGradient:nth-child(8)>stop:first-child {
  stop-color: #88e117
}

.mode_wheel.is-active[_ngcontent-ng-c1066003207] svg-icon linearGradient:nth-child(8)>stop:last-child {
  stop-color: #d3ff9a
}

.mode_jackpot.is-active[_ngcontent-ng-c1066003207] svg-icon linearGradient:nth-child(2n)>stop:first-child {
  stop-color: #004a00
}

.mode_jackpot.is-active[_ngcontent-ng-c1066003207] svg-icon linearGradient:nth-child(2n)>stop:last-child {
  stop-color: #a6ff35
}

.mode_jackpot.is-active[_ngcontent-ng-c1066003207] svg-icon linearGradient:nth-child(odd)>stop:first-child {
  stop-color: #004a00
}

.mode_jackpot.is-active[_ngcontent-ng-c1066003207] svg-icon linearGradient:nth-child(odd)>stop:last-child {
  stop-color: #d3ff9a
}

.mode_jackpot.is-active[_ngcontent-ng-c1066003207] svg-icon linearGradient:nth-child(6)>stop:first-child {
  stop-color: #1e2d19
}

.mode_jackpot.is-active[_ngcontent-ng-c1066003207] svg-icon linearGradient:nth-child(6)>stop:last-child {
  stop-color: #1e2d19
}

.mode_jackpot.is-active[_ngcontent-ng-c1066003207] svg-icon linearGradient:nth-child(7)>stop:first-child {
  stop-color: #004a00
}

.mode_jackpot.is-active[_ngcontent-ng-c1066003207] svg-icon linearGradient:nth-child(7)>stop:last-child {
  stop-color: #a6ff35
}

.mode_jackpot.is-active[_ngcontent-ng-c1066003207] svg-icon linearGradient:nth-child(8)>stop:first-child {
  stop-color: #004a00
}

.mode_jackpot.is-active[_ngcontent-ng-c1066003207] svg-icon linearGradient:nth-child(8)>stop:last-child {
  stop-color: #d3ff9a
}

.mode_mines.is-active[_ngcontent-ng-c1066003207] svg-icon linearGradient:nth-child(2n)>stop:first-child {
  stop-color: #004a00
}

.mode_mines.is-active[_ngcontent-ng-c1066003207] svg-icon linearGradient:nth-child(2n)>stop:last-child {
  stop-color: #a6ff35
}

.mode_mines.is-active[_ngcontent-ng-c1066003207] svg-icon linearGradient:nth-child(odd)>stop:first-child {
  stop-color: #004a00
}

.mode_mines.is-active[_ngcontent-ng-c1066003207] svg-icon linearGradient:nth-child(odd)>stop:last-child {
  stop-color: #d3ff9a
}

.mode_mines.is-active[_ngcontent-ng-c1066003207] svg-icon linearGradient:nth-child(4)>stop:first-child {
  stop-color: #001900
}

.mode_mines.is-active[_ngcontent-ng-c1066003207] svg-icon linearGradient:nth-child(4)>stop:last-child {
  stop-color: #004a00
}

.mode_mines.is-active[_ngcontent-ng-c1066003207] svg-icon linearGradient:nth-child(5)>stop:first-child {
  stop-color: #004a00
}

.mode_mines.is-active[_ngcontent-ng-c1066003207] svg-icon linearGradient:nth-child(5)>stop:last-child {
  stop-color: #a6ff35
}

.mode_mines.is-active[_ngcontent-ng-c1066003207] svg-icon linearGradient:nth-child(6)>stop:first-child {
  stop-color: #545a6a
}

.mode_mines.is-active[_ngcontent-ng-c1066003207] svg-icon linearGradient:nth-child(6)>stop:last-child {
  stop-color: #d3ff9a
}

.mode_jab_tap.is-active[_ngcontent-ng-c1066003207] svg-icon linearGradient:nth-child(2n)>stop:first-child {
  stop-color: #004a00
}

.mode_jab_tap.is-active[_ngcontent-ng-c1066003207] svg-icon linearGradient:nth-child(2n)>stop:last-child {
  stop-color: #a6ff35
}

.mode_jab_tap.is-active[_ngcontent-ng-c1066003207] svg-icon linearGradient:nth-child(odd)>stop:first-child {
  stop-color: #004a00
}

.mode_jab_tap.is-active[_ngcontent-ng-c1066003207] svg-icon linearGradient:nth-child(odd)>stop:last-child {
  stop-color: #d3ff9a
}

.mode_jab_tap.is-active[_ngcontent-ng-c1066003207] svg-icon linearGradient:nth-child(4)>stop:first-child {
  stop-color: #1e2d19
}

.mode_jab_tap.is-active[_ngcontent-ng-c1066003207] svg-icon linearGradient:nth-child(4)>stop:last-child {
  stop-color: #1e2d19
}

.mode_jab_tap.is-active[_ngcontent-ng-c1066003207] svg-icon linearGradient:nth-child(5)>stop:first-child {
  stop-color: #004a00
}

.mode_jab_tap.is-active[_ngcontent-ng-c1066003207] svg-icon linearGradient:nth-child(5)>stop:last-child {
  stop-color: #a6ff35
}

.mode_jab_tap.is-active[_ngcontent-ng-c1066003207] svg-icon linearGradient:nth-child(6)>stop:first-child {
  stop-color: #004a00
}

.mode_jab_tap.is-active[_ngcontent-ng-c1066003207] svg-icon linearGradient:nth-child(6)>stop:last-child {
  stop-color: #d3ff9a
}

[_nghost-ng-c1066003207] {
  position: relative;
  z-index: 3;
  cursor: pointer
}

[_nghost-ng-c1066003207]:focus-visible:before {
  content: "";
  position: absolute;
  z-index: 4;
  inset: 0;
  border-radius: 1.8rem;
  outline: .2rem solid #fff;
  outline-offset: -.2rem
}

.mode[_ngcontent-ng-c1066003207] {
  position: relative;
  display: flex;
  align-items: center;
  outline: .1rem solid rgba(147, 228, 44, 0);
  outline-offset: -.1rem;
  padding: .6rem 1.6rem;
  border-radius: 1.2rem;
  background: #182d23;
  height: 6.4rem
}

.mode[_ngcontent-ng-c1066003207] {
  transition: outline .2s, background-color .2s
}

@media (prefers-reduced-motion: reduce) {
  .mode[_ngcontent-ng-c1066003207] {
    transition: unset
  }
}

.mode[_ngcontent-ng-c1066003207]:after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(90deg, #183d1c, #36672a);
  opacity: 0
}

.mode[_ngcontent-ng-c1066003207]:after {
  transition: opacity .2s
}

@media (prefers-reduced-motion: reduce) {
  .mode[_ngcontent-ng-c1066003207]:after {
    transition: unset
  }
}

.mode.is-mini[_ngcontent-ng-c1066003207] .mode__wrapper[_ngcontent-ng-c1066003207] {
  opacity: 0;
  pointer-events: none
}

.mode[_ngcontent-ng-c1066003207]:hover {
  background-color: #1e372c
}

.mode[_ngcontent-ng-c1066003207]:hover .mode__arrow[_ngcontent-ng-c1066003207] {
  transform: translate(.5rem)
}

.mode.is-active[_ngcontent-ng-c1066003207]:after {
  opacity: 1
}

.mode.is-active[_ngcontent-ng-c1066003207] .mode__text[_ngcontent-ng-c1066003207],
.mode.is-active[_ngcontent-ng-c1066003207] .mode__arrow[_ngcontent-ng-c1066003207] {
  color: #a6ff35;
  opacity: 1
}

.mode.is-active[_ngcontent-ng-c1066003207] .mode__counter[_ngcontent-ng-c1066003207],
.mode.is-active[_ngcontent-ng-c1066003207] .mode__players-icon[_ngcontent-ng-c1066003207] {
  color: #85b673
}

.mode__icon[_ngcontent-ng-c1066003207] {
  z-index: 2;
  position: relative;
  flex: none;
  width: 3.2rem;
  height: 3.2rem
}

.mode__icon[_ngcontent-ng-c1066003207] svg-icon[_ngcontent-ng-c1066003207] {
  position: absolute;
  width: 100%;
  height: 100%
}

.mode__wrapper[_ngcontent-ng-c1066003207] {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: .4rem;
  margin-left: 1.2rem;
  width: 17.2rem
}

.mode__wrapper[_ngcontent-ng-c1066003207] {
  transition: opacity .2s
}

@media (prefers-reduced-motion: reduce) {
  .mode__wrapper[_ngcontent-ng-c1066003207] {
    transition: unset
  }
}

.mode__players[_ngcontent-ng-c1066003207] {
  display: flex;
  gap: .4rem;
  align-items: center
}

.mode__players-icon[_ngcontent-ng-c1066003207] {
  color: #65776f;
  width: 1.4rem;
  height: 1.4rem
}

.mode__players-icon[_ngcontent-ng-c1066003207] {
  transition: color .2s
}

@media (prefers-reduced-motion: reduce) {
  .mode__players-icon[_ngcontent-ng-c1066003207] {
    transition: unset
  }
}

.mode__counter[_ngcontent-ng-c1066003207] {
  color: #65776f;
  font-weight: 500;
  font-size: 1.2rem
}

.mode__counter[_ngcontent-ng-c1066003207] {
  transition: color .2s
}

@media (prefers-reduced-motion: reduce) {
  .mode__counter[_ngcontent-ng-c1066003207] {
    transition: unset
  }
}

.mode__title[_ngcontent-ng-c1066003207] {
  display: flex;
  gap: .9rem;
  align-items: center
}

.mode__text[_ngcontent-ng-c1066003207] {
  color: #a0bda6;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2.08rem
}

.mode__text[_ngcontent-ng-c1066003207] {
  transition: color .2s
}

@media (prefers-reduced-motion: reduce) {
  .mode__text[_ngcontent-ng-c1066003207] {
    transition: unset
  }
}

.mode__arrow[_ngcontent-ng-c1066003207] {
  position: relative;
  z-index: 2;
  width: 2rem;
  height: 2rem;
  margin-left: auto;
  color: #6c8c8c
}

.mode__arrow[_ngcontent-ng-c1066003207] {
  transition: transform .2s, color .2s
}

@media (prefers-reduced-motion: reduce) {
  .mode__arrow[_ngcontent-ng-c1066003207] {
    transition: unset
  }
}

.mode__players-icon[_ngcontent-ng-c1066003207],
.mode__counter[_ngcontent-ng-c1066003207],
.mode__text[_ngcontent-ng-c1066003207] {
  transition: color .2s
}

@media (prefers-reduced-motion: reduce) {

  .mode__players-icon[_ngcontent-ng-c1066003207],
  .mode__counter[_ngcontent-ng-c1066003207],
  .mode__text[_ngcontent-ng-c1066003207] {
    transition: unset
  }
}

@media all and (max-width: 991px) {
  .mode[_ngcontent-ng-c1066003207] {
    height: 5.6rem;
    padding: 1.2rem
  }

  .mode[_ngcontent-ng-c1066003207]:before {
    display: none
  }

  .mode__icon[_ngcontent-ng-c1066003207] {
    width: 2.4rem;
    height: 2.4rem
  }

  .mode__icon[_ngcontent-ng-c1066003207] img[_ngcontent-ng-c1066003207] {
    object-fit: contain
  }

  .mode__wrapper[_ngcontent-ng-c1066003207],
  .mode__arrow[_ngcontent-ng-c1066003207] {
    margin-left: .8rem
  }
}

[_nghost-ng-c93562971] {
  flex: 1;
  overflow: hidden
}

.game-color[_ngcontent-ng-c93562971] {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  height: 100%;
  padding: 1.4rem 1.6rem;
  border-radius: 1.6rem;
  border: 1px solid transparent;
  overflow: hidden
}

.game-color_x2[_ngcontent-ng-c93562971] {
  background: linear-gradient(90deg, #101b14 0% 100%) padding-box, linear-gradient(122.6deg, #00a3ff80, #101b14 11.62%) border-box
}

.game-color_x2[_ngcontent-ng-c93562971] .game-color__backlight[_ngcontent-ng-c93562971],
.game-color_x2[_ngcontent-ng-c93562971] .game-color__multiplier[_ngcontent-ng-c93562971] {
  --svg-icon-bg: #00A3FF;
  color: #00a3ff
}

.game-color_x2[_ngcontent-ng-c93562971] .game-color__icon-container[_ngcontent-ng-c93562971] {
  background-color: #00a3ff
}

.game-color_x2[_ngcontent-ng-c93562971] .game-color__icon-container[_ngcontent-ng-c93562971] svg-icon[_ngcontent-ng-c93562971] {
  --svg-icon-bg: #112B39
}

.game-color_x3[_ngcontent-ng-c93562971] {
  background: linear-gradient(90deg, #101b14 0% 100%) padding-box, linear-gradient(122.6deg, #a6ff3580, #101b14 11.62%) border-box
}

.game-color_x3[_ngcontent-ng-c93562971] .game-color__backlight[_ngcontent-ng-c93562971],
.game-color_x3[_ngcontent-ng-c93562971] .game-color__multiplier[_ngcontent-ng-c93562971] {
  --svg-icon-bg: #A6FF35;
  color: #a6ff35
}

.game-color_x3[_ngcontent-ng-c93562971] .game-color__icon-container[_ngcontent-ng-c93562971] {
  background-color: #a6ff35
}

.game-color_x3[_ngcontent-ng-c93562971] .game-color__icon-container[_ngcontent-ng-c93562971] svg-icon[_ngcontent-ng-c93562971] {
  --svg-icon-bg: rgb(27, 38, 12)
}

.game-color_x5[_ngcontent-ng-c93562971] {
  background: linear-gradient(90deg, #101b14 0% 100%) padding-box, linear-gradient(122.6deg, #9d94ff80, #101b14 11.62%) border-box
}

.game-color_x5[_ngcontent-ng-c93562971] .game-color__backlight[_ngcontent-ng-c93562971],
.game-color_x5[_ngcontent-ng-c93562971] .game-color__multiplier[_ngcontent-ng-c93562971] {
  --svg-icon-bg: #9D94FF;
  color: #9d94ff
}

.game-color_x5[_ngcontent-ng-c93562971] .game-color__icon-container[_ngcontent-ng-c93562971] {
  background-color: #9d94ff
}

.game-color_x5[_ngcontent-ng-c93562971] .game-color__icon-container[_ngcontent-ng-c93562971] svg-icon[_ngcontent-ng-c93562971] {
  --svg-icon-bg: #321C4D
}

.game-color_x20[_ngcontent-ng-c93562971] {
  background: linear-gradient(90deg, #101b14 0% 100%) padding-box, linear-gradient(122.6deg, #ffd33780, #101b14 11.62%) border-box
}

.game-color_x20[_ngcontent-ng-c93562971] .game-color__backlight[_ngcontent-ng-c93562971],
.game-color_x20[_ngcontent-ng-c93562971] .game-color__multiplier[_ngcontent-ng-c93562971] {
  --svg-icon-bg: #FFD337;
  color: #ffd337
}

.game-color_x20[_ngcontent-ng-c93562971] .game-color__icon-container[_ngcontent-ng-c93562971] {
  background-color: #ffd337
}

.game-color_x20[_ngcontent-ng-c93562971] .game-color__icon-container[_ngcontent-ng-c93562971] svg-icon[_ngcontent-ng-c93562971] {
  --svg-icon-bg: rgb(52, 43, 13)
}

.game-color_darken[_ngcontent-ng-c93562971] {
  opacity: .5
}

.game-color__backlight[_ngcontent-ng-c93562971] {
  position: absolute;
  top: -18.5rem;
  left: -13rem;
  width: 30rem;
  aspect-ratio: 1/1;
  opacity: .4;
  pointer-events: none
}

.game-color__head[_ngcontent-ng-c93562971] {
  display: flex;
  align-items: center;
  gap: 1.2rem
}

.game-color__icon-container[_ngcontent-ng-c93562971] {
  display: grid;
  place-items: center;
  width: 2.8rem;
  height: 2.8rem;
  border-radius: .6rem
}

.game-color__icon-container[_ngcontent-ng-c93562971] svg-icon[_ngcontent-ng-c93562971] {
  width: 2rem;
  height: 2rem
}

.game-color__multiplier[_ngcontent-ng-c93562971] {
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-weight: 600;
  text-transform: uppercase
}

.game-color__bank[_ngcontent-ng-c93562971] {
  color: #ffe177;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6rem;
  margin-left: auto
}

.game-color__bank[_ngcontent-ng-c93562971]:before {
  width: 2rem;
  height: 2rem
}

.game-color__scroll[_ngcontent-ng-c93562971] {
  flex: 1
}

.game-color__scroll[_ngcontent-ng-c93562971] .cdk-virtual-scroll-content-wrapper {
  display: flex;
  flex-direction: column;
  gap: .4rem
}

@media (hover: hover) {
  .game-color__scroll[_ngcontent-ng-c93562971] .cdk-virtual-scroll-content-wrapper {
    margin-right: -.85rem;
    padding-right: .35rem
  }
}

.game-color__scroll[_ngcontent-ng-c93562971]::-webkit-scrollbar {
  width: .2rem
}

.game-color__toggle[_ngcontent-ng-c93562971] {
  display: none
}

.game-color__bets[_ngcontent-ng-c93562971] {
  display: flex;
  flex-direction: column;
  gap: .4rem
}

.game-color[_ngcontent-ng-c93562971] {
  transition: opacity .2s
}

@media (prefers-reduced-motion: reduce) {
  .game-color[_ngcontent-ng-c93562971] {
    transition: unset
  }
}

ui-empty-block[_ngcontent-ng-c93562971] .empty-block {
  align-self: center
}

ui-empty-block[_ngcontent-ng-c93562971] .empty-block .empty-block__title {
  color: #a7c2a2;
  opacity: .5
}

@media all and (max-width: 991px) {
  .game-color[_ngcontent-ng-c93562971] {
    position: relative;
    height: 5.6rem;
    border-radius: 1.6rem;
    padding: 1.5rem
  }

  .game-color.is-open[_ngcontent-ng-c93562971] {
    height: 40rem
  }

  .game-color.is-open[_ngcontent-ng-c93562971] .game-color__toggle[_ngcontent-ng-c93562971] {
    rotate: 180deg
  }

  .game-color__users[_ngcontent-ng-c93562971] {
    position: absolute;
    left: 10rem
  }

  .game-color__toggle[_ngcontent-ng-c93562971] {
    --icon-size: 2.4rem;
    display: flex;
    margin-left: 1.6rem;
    width: 2.4rem;
    height: 2.4rem;
    color: #a7c2a2;
    opacity: .5;
    flex: none
  }

  .game-color__toggle[_ngcontent-ng-c93562971] {
    transition: rotate .2s
  }
}

@media (max-width: 991px) and (prefers-reduced-motion: reduce) {
  .game-color__toggle[_ngcontent-ng-c93562971] {
    transition: unset
  }
}

@media all and (max-width: 991px) {
  .game-color__bank[_ngcontent-ng-c93562971] {
    margin-left: auto
  }

  .game-color__head[_ngcontent-ng-c93562971] {
    height: 2rem
  }

  .game-color__scroll[_ngcontent-ng-c93562971] {
    display: flex;
    line-height: 2rem
  }

  .game-color__multiplier[_ngcontent-ng-c93562971] {
    font-size: 1.6rem
  }

  .game-color__icon[_ngcontent-ng-c93562971] {
    width: 1.8rem;
    height: 1.8rem
  }

  .game-color__bank[_ngcontent-ng-c93562971] {
    --currency-font-size: 1.4rem
  }

  .game-color__bets[_ngcontent-ng-c93562971] {
    width: 100%
  }

  .game-color[_ngcontent-ng-c93562971] {
    transition: height .2s
  }
}

@media (max-width: 991px) and (prefers-reduced-motion: reduce) {
  .game-color[_ngcontent-ng-c93562971] {
    transition: unset
  }
}

@media all and (max-width: 991px) {
  .users[_ngcontent-ng-c93562971] {
    display: flex;
    align-items: center;
    gap: .4rem
  }

  .users__icon[_ngcontent-ng-c93562971] {
    width: 1.8rem;
    height: 1.8rem;
    color: #849f9f
  }

  .users__count[_ngcontent-ng-c93562971] {
    font-size: 1.6rem;
    line-height: 2rem;
    font-weight: 700;
    color: #849f9f
  }
}

[_nghost-ng-c2519085753] {
  display: block
}

.multiplier[_ngcontent-ng-c2519085753] {
  display: flex;
  align-items: center;
  color: #00a3ff;
  font-weight: 600
}

.multiplier_s[_ngcontent-ng-c2519085753] {
  --icon-container-size: 2.4rem;
  --icon-size: 1.6rem;
  font-size: 1.4rem;
  line-height: 1.6rem;
  gap: .8rem
}

.multiplier_m[_ngcontent-ng-c2519085753] {
  --icon-container-size: 2.8rem;
  --icon-size: 2rem;
  font-size: 1.8rem;
  line-height: 2.2rem;
  gap: 1.2rem
}

.multiplier.multiplier_x2[_ngcontent-ng-c2519085753] {
  color: #00a3ff
}

.multiplier.multiplier_x2[_ngcontent-ng-c2519085753] .multiplier__icon-container[_ngcontent-ng-c2519085753] {
  background-color: #00a3ff
}

.multiplier.multiplier_x2[_ngcontent-ng-c2519085753] .multiplier__icon-container[_ngcontent-ng-c2519085753] svg-icon[_ngcontent-ng-c2519085753] {
  --svg-icon-bg: #112B39
}

.multiplier.multiplier_x3[_ngcontent-ng-c2519085753] {
  color: #a6ff35
}

.multiplier.multiplier_x3[_ngcontent-ng-c2519085753] .multiplier__icon-container[_ngcontent-ng-c2519085753] {
  background-color: #a6ff35
}

.multiplier.multiplier_x3[_ngcontent-ng-c2519085753] .multiplier__icon-container[_ngcontent-ng-c2519085753] svg-icon[_ngcontent-ng-c2519085753] {
  --svg-icon-bg: rgb(27, 38, 12)
}

.multiplier.multiplier_x5[_ngcontent-ng-c2519085753] {
  color: #9d94ff
}

.multiplier.multiplier_x5[_ngcontent-ng-c2519085753] .multiplier__icon-container[_ngcontent-ng-c2519085753] {
  background-color: #9d94ff
}

.multiplier.multiplier_x5[_ngcontent-ng-c2519085753] .multiplier__icon-container[_ngcontent-ng-c2519085753] svg-icon[_ngcontent-ng-c2519085753] {
  --svg-icon-bg: #321C4D
}

.multiplier.multiplier_x20[_ngcontent-ng-c2519085753] {
  color: #ffd337
}

.multiplier.multiplier_x20[_ngcontent-ng-c2519085753] .multiplier__icon-container[_ngcontent-ng-c2519085753] {
  background-color: #ffd337
}

.multiplier.multiplier_x20[_ngcontent-ng-c2519085753] .multiplier__icon-container[_ngcontent-ng-c2519085753] svg-icon[_ngcontent-ng-c2519085753] {
  --svg-icon-bg: rgb(52, 43, 13)
}

.multiplier__icon-container[_ngcontent-ng-c2519085753] {
  display: grid;
  place-items: center;
  width: var(--icon-container-size);
  height: var(--icon-container-size);
  border-radius: .6rem
}

.multiplier__icon-container[_ngcontent-ng-c2519085753] svg-icon[_ngcontent-ng-c2519085753] {
  width: var(--icon-size);
  height: var(--icon-size)
}

@media all and (max-width: 767px) {
  .multiplier[_ngcontent-ng-c2519085753] {
    --icon-container-size: 2.4rem;
    --icon-size: 2rem;
    font-size: 1.4rem;
    line-height: 1.6rem;
    gap: .8rem
  }
}

.bet[_ngcontent-ng-c2969955918] {
  display: flex;
  flex-direction: column;
  gap: 1.2rem
}

.bet__title[_ngcontent-ng-c2969955918] {
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 500
}

.bet__field[_ngcontent-ng-c2969955918] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 5.6rem;
  padding-inline: .8rem;
  border-radius: 1.2rem;
  background: #0b1813
}

.bet[_ngcontent-ng-c2969955918] ui-form-input-new[_ngcontent-ng-c2969955918] {
  --svg-icon-bg: #FFE177;
  --ui-input-font-weight: 600;
  display: block;
  height: 100%;
  margin-left: 10.4rem
}

.bet__operation[_ngcontent-ng-c2969955918] {
  --icon-size: 1.6rem;
  width: 4rem;
  height: 4rem;
  flex: none;
  padding: 0;
  border-radius: .8rem
}

.bet__buttons[_ngcontent-ng-c2969955918] {
  display: flex;
  gap: .4rem;
  width: 100%;
  margin-top: 1.2rem
}

.bet__button[_ngcontent-ng-c2969955918] {
  flex: 1;
  height: 3.6rem;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2rem;
  border-radius: 1.2rem
}

@media all and (max-width: 767px) {
  .bet__actions[_ngcontent-ng-c2969955918] {
    display: flex;
    align-items: center;
    gap: .8rem;
    height: 5.6rem
  }

  .bet__field[_ngcontent-ng-c2969955918] {
    position: relative;
    flex: 1
  }

  .bet[_ngcontent-ng-c2969955918] ui-form-input-new[_ngcontent-ng-c2969955918] {
    position: absolute;
    transform: translate(-50%);
    left: 55%;
    margin-left: unset
  }

  .bet__buttons[_ngcontent-ng-c2969955918] {
    margin-top: 0;
    height: 100%;
    width: 10.8rem;
    padding: .8rem;
    gap: .8rem;
    border-radius: 1.2rem;
    background: #0b1813
  }

  .bet__button[_ngcontent-ng-c2969955918] {
    height: 100%;
    flex: 1;
    padding-inline: 0;
    border-radius: .8rem;
    background: #15271f
  }

  .bet__button[_ngcontent-ng-c2969955918]:nth-child(3),
  .bet__button[_ngcontent-ng-c2969955918]:nth-child(4) {
    display: none
  }
}

[_nghost-ng-c2095553266] {
  display: contents
}

.is-unstyled[_nghost-ng-c2095553266] {
  --ui-input-padding: 0;
  --ui-input-border-radius: 0;
  --ui-input-background-color: transparent;
  --ui-input-text-align: left;
  --ui-input-outline-color-default: transparent;
  --ui-input-input-color-default: #fff;
  --ui-input-input-placeholder-color-default: #fff;
  --ui-input-icon-left-color-default: transparent;
  --ui-input-end-icon-color-default: transparent;
  --ui-input-font-weight: 400;
  --ui-input-gap: .4rem;
  --ui-input-icon-start-size: 2rem;
  --ui-input-outline-color-hover: transparent;
  --ui-input-outline-color-focus: transparent;
  --ui-input-icon-left-color-focus: transparent;
  --ui-input-outline-color-disabled: transparent;
  --ui-input-background-color-disabled: inherit;
  --ui-input-opacity-disabled: 0;
  --ui-input-end-icon-color-disabled: transparent;
  --ui-input-outline-color-invalid: transparent;
  --ui-input-background-color-invalid: inherit;
  --ui-input-icon-left-color-invalid: transparent;
  --ui-input-input-placeholder-color-invalid: transparent;
  --ui-input-input-color-invalid: transparent;
  --ui-input-end-icon-color-invalid: transparent;
  --ui-input-outline-color-valid: transparent;
  --ui-input-background-color-valid: inherit;
  --ui-input-icon-left-color-valid: transparent;
  --ui-input-input-placeholder-color-valid: transparent;
  --ui-input-input-color-valid: transparent;
  --ui-input-end-icon-color-valid: transparent
}

.form-input[_ngcontent-ng-c2095553266] {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: .8rem;
  height: 100%
}

.field[_ngcontent-ng-c2095553266] {
  padding: var(--ui-input-padding, 0 1.6rem 0 1.6rem);
  border-radius: var(--ui-input-border-radius, 1rem);
  outline: var(--ui-input-outline-size, 2px) solid var(--ui-input-outline-color-default, rgb(61, 78, 68));
  outline-offset: var(--input-outline-offset, -2px);
  background-color: var(--ui-input-background-color, trasparent)
}

.field[_ngcontent-ng-c2095553266]:hover {
  outline-color: var(--ui-input-outline-color-hover, #5B6C62)
}

.field[_ngcontent-ng-c2095553266]:has(input:focus):not(.is-readonly, .is-invalid, .is-valid) {
  outline-color: var(--ui-input-outline-color-focus, rgba(166, 255, 53, .6))
}

.field[_ngcontent-ng-c2095553266]:has(input:focus):not(.is-readonly, .is-invalid, .is-valid) .field__icon-left[_ngcontent-ng-c2095553266] {
  color: var(--ui-input-icon-left-color-focus, rgba(166, 255, 53, .6))
}

.field[_ngcontent-ng-c2095553266]:has(input:disabled) {
  outline: 2px solid var(--ui-input-outline-color-disabled, #3D4E44);
  opacity: var(--ui-input-opacity-disabled, .4);
  background: var(--ui-input-background-color-disabled, rgba(61, 78, 68, .2))
}

.field.is-invalid[_ngcontent-ng-c2095553266] {
  outline: 2px solid var(--ui-input-outline-color-invalid, #FF3559);
  background: var(--ui-input-background-color-invalid, rgba(255, 53, 89, .05))
}

.field.is-invalid[_ngcontent-ng-c2095553266] .field__icon-left[_ngcontent-ng-c2095553266],
.field.is-invalid[_ngcontent-ng-c2095553266] .field__input[_ngcontent-ng-c2095553266]::placeholder,
.field.is-invalid[_ngcontent-ng-c2095553266] .field__input[_ngcontent-ng-c2095553266] {
  color: var(--ui-input-icon-left-color-invalid, rgb(255, 159, 176))
}

.field.is-invalid[_ngcontent-ng-c2095553266] .field__end[_ngcontent-ng-c2095553266] {
  color: var(--ui-input-end-icon-color-invalid, rgba(255, 159, 176, .5))
}

.field.is-valid[_ngcontent-ng-c2095553266] {
  outline: 2px solid var(--ui-input-outline-color-valid, rgba(166, 255, 53, .6));
  background: var(--ui-input-background-color-valid, rgba(61, 78, 68, .2))
}

.field.is-valid[_ngcontent-ng-c2095553266] .field__icon-left[_ngcontent-ng-c2095553266],
.field.is-valid[_ngcontent-ng-c2095553266] .field__input[_ngcontent-ng-c2095553266]::placeholder,
.field.is-valid[_ngcontent-ng-c2095553266] .field__input[_ngcontent-ng-c2095553266] {
  color: var(--ui-input-icon-left-color-valid, rgba(214, 255, 161, .75))
}

.field.is-valid[_ngcontent-ng-c2095553266] .field__end[_ngcontent-ng-c2095553266] {
  color: var(--ui-input-end-icon-color-valid, rgba(214, 255, 161, .75))
}

.field__input[_ngcontent-ng-c2095553266] {
  color: var(--ui-input-input-color-default, #A7C2A2);
  text-align: var(--ui-input-text-align, left)
}

.field__input[_ngcontent-ng-c2095553266]::placeholder {
  color: var(--ui-input-input-placeholder-color-default, rgba(167, 194, 162, .5))
}

.field__icon-left[_ngcontent-ng-c2095553266] {
  color: var(--ui-input-icon-left-color-default, rgba(160, 189, 166, .5))
}

.field__end[_ngcontent-ng-c2095553266] {
  color: var(--ui-input-end-icon-color-default, rgba(167, 194, 162, .5))
}

.field__end[_ngcontent-ng-c2095553266]:has(input:disabled) {
  color: var(--ui-input-end-icon-color-disabled, rgba(255, 159, 176, .5))
}

.field[_ngcontent-ng-c2095553266] {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: var(--ui-input-gap, .8rem);
  width: 100%;
  height: 100%;
  font-size: 1.6rem;
  line-height: 2rem
}

.field__input[_ngcontent-ng-c2095553266] {
  display: block;
  width: 100%;
  height: 100%;
  font-weight: var(--ui-input-font-weight, 400)
}

.field__input[_ngcontent-ng-c2095553266] {
  transition: color .2s
}

@media (prefers-reduced-motion: reduce) {
  .field__input[_ngcontent-ng-c2095553266] {
    transition: unset
  }
}

.field__icon-left[_ngcontent-ng-c2095553266] {
  width: var(--ui-input-icon-start-size, 2.4rem);
  height: var(--ui-input-icon-start-size, 2.4rem);
  flex: none
}

.field__icon-left[_ngcontent-ng-c2095553266] {
  transition: color .2s
}

@media (prefers-reduced-motion: reduce) {
  .field__icon-left[_ngcontent-ng-c2095553266] {
    transition: unset
  }
}

.field__end[_ngcontent-ng-c2095553266] {
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 500;
  margin-left: auto;
  white-space: nowrap
}

.field__error[_ngcontent-ng-c2095553266] {
  color: #ff3559;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.2rem
}

.field[_ngcontent-ng-c2095553266] {
  transition: outline-color .2s
}

@media (prefers-reduced-motion: reduce) {
  .field[_ngcontent-ng-c2095553266] {
    transition: unset
  }
}

[_nghost-ng-c3855133864] {
  display: contents
}

.is-unstyled[_nghost-ng-c3855133864] {
  --ui-select-head-padding-inline: 0 0;
  --ui-select-head-gap: 0;
  --ui-select-head-border: none;
  --ui-select-head-font-size: 1.4rem;
  --ui-select-head-line-height: 1.6rem;
  --ui-select-head-font-weight: 400;
  --ui-select-head-outline-color: transparent;
  --ui-select-head-border-radius: 0;
  --ui-select-head-bg: transparent;
  --ui-select-head-color: #fff;
  --ui-select-head-hover-outline-color: transparent;
  --ui-select-head-open-outline-color: transparent;
  --ui-select-toggle-rotation: 0deg;
  --ui-select-toggle-active-rotation: 0deg;
  --ui-select-selected-color: #fff;
  --ui-select-icon-size: 2.4rem;
  --ui-select-icon-color: #fff;
  --ui-select-content-padding: 0;
  --ui-select-content-border-radius: 9;
  --ui-select-content-bg-color: transparent;
  --ui-select-content-border: none;
  --ui-select-content-gap: .4rem;
  --ui-select-content-mex-height: unset;
  --ui-select-content-min-width: unset;
  --ui-select-content-top: inherit;
  --ui-select-content-bottom: inherit;
  --ui-select-option-gap: 0;
  --ui-select-option-padding: 0;
  --ui-select-option-text-color: #fff;
  --ui-select-option-hover-bg-color: transparent;
  --ui-select-option-hover-text-color: #fff;
  --ui-select-option-border-radius: 0
}

.form-select[_ngcontent-ng-c3855133864] {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: .8rem
}

.form-select.is-open[_ngcontent-ng-c3855133864] .form-select__head[_ngcontent-ng-c3855133864] {
  outline-color: var(--ui-select-head-open-outline-color, rgba(166, 255, 53, .6))
}

.form-select.is-open[_ngcontent-ng-c3855133864] .form-select__toggle[_ngcontent-ng-c3855133864] {
  rotate: var(--ui-select-toggle-active-rotation, 180deg)
}

.form-select.is-open[_ngcontent-ng-c3855133864] .form-select__content[_ngcontent-ng-c3855133864] {
  opacity: 1;
  transform: translateY(0);
  pointer-events: all
}

.form-select.is-disabled[_ngcontent-ng-c3855133864] {
  opacity: .4
}

.form-select.is-disabled[_ngcontent-ng-c3855133864] .form-select__toggle[_ngcontent-ng-c3855133864] {
  display: none
}

.form-select.is-disabled[_ngcontent-ng-c3855133864] .form-select__head[_ngcontent-ng-c3855133864] svg-icon[_ngcontent-ng-c3855133864] {
  color: #a0bda680
}

.form-select__head[_ngcontent-ng-c3855133864] {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-inline: var(--ui-select-head-padding-inline, 1.6rem 1.3rem);
  gap: var(--ui-select-head-gap, .8rem);
  width: 100%;
  height: 100%;
  font-size: var(--ui-select-head-font-size, 1.6rem);
  line-height: var(--ui-select-head-line-height, 2rem);
  font-weight: var(--ui-select-head-font-weight, 400);
  border-radius: var(--ui-select-head-border-radius, 1.2rem);
  outline: var(--ui-select-head-outline-width, 2px) solid var(--ui-select-head-outline-color, rgb(61, 78, 68));
  outline-offset: var(--ui-select-head-offset, -2px);
  background: var(--ui-select-head-bg, rgba(61, 78, 68, .2));
  color: var(--ui-select-head-color, rgba(167, 194, 162, .5));
  border: var(--ui-select-head-border, none);
  cursor: pointer;
  min-width: 0
}

.form-select__head[_ngcontent-ng-c3855133864]:hover {
  outline-color: var(--ui-select-head-hover-outline-color, #5B6C62)
}

.form-select__head.has-current-item[_ngcontent-ng-c3855133864] {
  color: var(--ui-select-selected-color, rgb(167, 194, 162))
}

.form-select__head[_ngcontent-ng-c3855133864] svg-icon[_ngcontent-ng-c3855133864] {
  width: var(--ui-select-icon-size, 2.4rem);
  height: var(--ui-select-icon-size, 2.4rem);
  color: var(--ui-select-icon-color, #A0BDA6)
}

.form-select__head[_ngcontent-ng-c3855133864] {
  transition: outline-color .2s, color .2s
}

@media (prefers-reduced-motion: reduce) {
  .form-select__head[_ngcontent-ng-c3855133864] {
    transition: unset
  }
}

.form-select__toggle[_ngcontent-ng-c3855133864] {
  width: var(--ui-select-toggle-width, 1.4rem);
  height: var(--ui-select-toggle-height, 1.4rem);
  color: var(--ui-select-icon-color, #A0BDA6);
  rotate: var(--ui-select-toggle-rotation, 0);
  margin-left: auto
}

.form-select__toggle[_ngcontent-ng-c3855133864] {
  transition: rotate .2s
}

@media (prefers-reduced-motion: reduce) {
  .form-select__toggle[_ngcontent-ng-c3855133864] {
    transition: unset
  }
}

.form-select__content[_ngcontent-ng-c3855133864] {
  position: absolute;
  z-index: 10;
  display: flex;
  flex-direction: column;
  gap: var(--ui-select-content-gap, .4rem);
  right: 0;
  width: 100%;
  min-width: var(--ui-select-content-min-width, unset);
  top: var(--ui-select-content-top, calc(100% + .8rem));
  bottom: var(--ui-select-content-bottom, unset);
  transform: translateY(-.8rem);
  pointer-events: none;
  opacity: 0;
  max-height: var(--ui-select-content-mex-height, 40rem);
  border: var(--ui-select-content-border, none);
  padding: var(--ui-select-content-padding, .4rem);
  border-radius: var(--ui-select-content-border-radius, 1rem);
  background: var(--ui-select-content-bg-color, #293A30)
}

.form-select__content[_ngcontent-ng-c3855133864] {
  transition: transform .2s, opacity .2s
}

@media (prefers-reduced-motion: reduce) {
  .form-select__content[_ngcontent-ng-c3855133864] {
    transition: unset
  }
}

.form-select__option[_ngcontent-ng-c3855133864] {
  display: flex;
  align-items: center;
  gap: var(--ui-select-option-gap, .8rem);
  padding: var(--ui-select-option-padding, .8rem 1.2rem);
  color: var(--ui-select-option-text-color, #A7C2A2);
  font-size: var(--ui-select-font-size, 1.6rem);
  line-height: var(--ui-select-line-height, 2rem);
  font-weight: var(--ui-select-font-weight, 400);
  border-radius: var(--ui-select-option-border-radius, .8rem);
  background-color: transparent;
  cursor: pointer
}

.form-select__option[_ngcontent-ng-c3855133864] svg-icon {
  width: var(--ui-select-icon-width, 2.4rem);
  height: var(--ui-select-icon-height, 2.4rem);
  color: var(--ui-select-icon-color, #A0BDA6)
}

.form-select__option[_ngcontent-ng-c3855133864]:hover,
.form-select__option.is-selected[_ngcontent-ng-c3855133864] {
  background-color: var(--ui-select-option-hover-bg-color, #516258);
  color: var(--ui-select-option-hover-text-color, #fff)
}

.form-select__option[_ngcontent-ng-c3855133864] {
  transition: background-color .2s, color .2s
}

@media (prefers-reduced-motion: reduce) {
  .form-select__option[_ngcontent-ng-c3855133864] {
    transition: unset
  }
}

button[_ngcontent-ng-c4185706157] {
  --icon-size: 1.6rem;
  height: 2.8rem;
  width: 13rem;
  padding-inline: 1.2rem;
  gap: .4rem;
  font-size: 1.4rem;
  font-weight: 500;
  border-radius: 4rem
}

@media all and (max-width: 991px) {
  button[_ngcontent-ng-c4185706157] {
    height: 3.2rem;
    width: 3.2rem;
    border-radius: 1.2rem
  }

  button[_ngcontent-ng-c4185706157] span[_ngcontent-ng-c4185706157] {
    display: none
  }
}

.counters[_ngcontent-ng-c3721200133] {
  display: flex;
  flex-direction: column;
  gap: .8rem;
  width: fit-content;
  min-width: 19rem
}

@media all and (max-width: 991px) {
  .counters[_ngcontent-ng-c3721200133]>ui-game-counter[_ngcontent-ng-c3721200133] {
    --ui-game-counter-height: 4rem
  }
}

@media all and (max-width: 767px) {
  .counters[_ngcontent-ng-c3721200133] {
    gap: 1.6rem;
    padding: .8rem
  }
}

@keyframes _ngcontent-ng-c983633359_homeHistoryAnimation {
  0% {
    opacity: 0;
    margin-left: -4%
  }

  to {
    opacity: .5;
    margin: 0
  }
}

.history[_ngcontent-ng-c983633359] {
  display: flex;
  align-items: center;
  gap: .4rem;
  width: 100%;
  height: 1.6rem;
  padding-inline: .4rem;
  border-radius: 1.2rem;
  background: #0a120d80;
  overflow: hidden
}

.history__slider[_ngcontent-ng-c983633359] {
  flex: 1;
  height: 100%;
  overflow: hidden;
  mask-image: linear-gradient(270deg, transparent, #000 10%, #000 100%)
}

.history__colors[_ngcontent-ng-c983633359] {
  position: relative;
  display: flex;
  height: 100%;
  align-items: center;
  gap: .4rem
}

.history__color[_ngcontent-ng-c983633359] {
  display: flex;
  align-items: center;
  width: 2.4rem;
  flex: none;
  height: .8rem;
  border-radius: .8rem;
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
  opacity: .5
}

.history__color.is-animated[_ngcontent-ng-c983633359] {
  animation-name: _ngcontent-ng-c983633359_homeHistoryAnimation;
  animation-duration: .25s;
  animation-fill-mode: both
}

.history__color[_ngcontent-ng-c983633359]:hover {
  opacity: 1;
  translate: 0 -.1rem
}

.history__color_x2[_ngcontent-ng-c983633359] {
  color: #112b39;
  background: #00a3ff
}

.history__color_x3[_ngcontent-ng-c983633359] {
  color: #1b260c;
  background: #a6ff35
}

.history__color_x5[_ngcontent-ng-c983633359] {
  color: #321c4d;
  background: #9d94ff
}

.history__color_x20[_ngcontent-ng-c983633359] {
  color: #342b0d;
  background: #ffd337
}

.history__color[_ngcontent-ng-c983633359] {
  transition: opacity .2s, translate .2s
}

@media (prefers-reduced-motion: reduce) {
  .history__color[_ngcontent-ng-c983633359] {
    transition: unset
  }
}

.header[_ngcontent-ng-c1878858238] {
  display: flex;
  align-items: center;
  height: 7.6rem;
  background: linear-gradient(180deg, #0a120dfa 50%, #0a120d00)
}

.header__nav[_ngcontent-ng-c1878858238] {
  gap: 3.2rem
}

.header__login[_ngcontent-ng-c1878858238] {
  margin-inline: auto .8rem
}

.header__settings[_ngcontent-ng-c1878858238] {
  --icon-size: 1.6rem;
  width: 4rem;
  height: 4rem;
  border-radius: 1.2rem
}

.header__profile[_ngcontent-ng-c1878858238] {
  margin-inline: auto .8rem
}

.header__logo[_ngcontent-ng-c1878858238] {
  position: relative;
  width: 3.2rem;
  height: 3.2rem;
  display: none
}

.nav[_ngcontent-ng-c1878858238] {
  display: flex;
  align-items: center
}

.nav__item[_ngcontent-ng-c1878858238] {
  display: flex;
  align-items: center;
  gap: .8rem;
  color: #6c8c8c;
  cursor: pointer
}

.nav__item[_ngcontent-ng-c1878858238]:hover,
.nav__item.is-active[_ngcontent-ng-c1878858238] {
  filter: brightness(1.2)
}

.nav__item_vip[_ngcontent-ng-c1878858238] .nav__text[_ngcontent-ng-c1878858238],
.nav__item_vip[_ngcontent-ng-c1878858238] .nav__icon[_ngcontent-ng-c1878858238] {
  color: #ffd749
}

.nav__item[_ngcontent-ng-c1878858238] {
  transition: filter .2s
}

@media (prefers-reduced-motion: reduce) {
  .nav__item[_ngcontent-ng-c1878858238] {
    transition: unset
  }
}

.nav__text[_ngcontent-ng-c1878858238] {
  color: #8d9f97;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.6rem
}

.nav[_ngcontent-ng-c1878858238] svg-icon[_ngcontent-ng-c1878858238] {
  width: 2rem;
  height: 2rem;
  color: #65776f
}

.login-placeholder[_ngcontent-ng-c1878858238] {
  width: 13.9rem;
  height: 4rem;
  border-radius: 1rem;
  background: #a6ff35
}

@media all and (max-width: 991px) {
  .header[_ngcontent-ng-c1878858238] {
    height: 6.4rem;
    padding-inline: .8rem
  }

  .header__logo[_ngcontent-ng-c1878858238] {
    display: block
  }

  .header__nav[_ngcontent-ng-c1878858238],
  .header__settings[_ngcontent-ng-c1878858238] {
    display: none
  }
}

@media all and (max-width: 767px) {
  .header__login[_ngcontent-ng-c1878858238] {
    margin-inline: auto .4rem
  }

  .header__profile[_ngcontent-ng-c1878858238] {
    margin-inline: auto 0
  }

  .login-placeholder[_ngcontent-ng-c1878858238] {
    width: 14rem;
    height: 4rem
  }
}

[_nghost-ng-c3773776737] {
  display: contents;
  --ui-game-counter-height: 4.8rem
}

@media all and (max-width: 991px) {
  [_nghost-ng-c3773776737] {
    --ui-game-counter-height: 3.2rem
  }
}

.counter[_ngcontent-ng-c3773776737] {
  display: flex;
  align-items: center;
  gap: .8rem;
  padding-inline: 1.6rem;
  height: var(--ui-game-counter-height);
  border-radius: .8rem;
  /* background: #683766d9; */
}

.counter[_ngcontent-ng-c3773776737] svg-icon[_ngcontent-ng-c3773776737] {
  --svg-icon-bg: rgba(198, 218, 193, 1);
  width: 1.6rem;
  height: 1.6rem;
  flex: none;
  opacity: .5
}

.counter__text[_ngcontent-ng-c3773776737] {
  color: #a7c2a2;
  font-style: normal;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.6rem
}

.counter__value[_ngcontent-ng-c3773776737] {
  color: #ffe177;
  font-size: 1.4rem;
  line-height: 1.6rem;
  font-weight: 500;
  letter-spacing: .084rem;
  padding-left: .8rem;
  margin-left: auto
}

.counter__value[_ngcontent-ng-c3773776737]:before {
  width: 1.4rem;
  height: 1.4rem;
  flex: none
}

.counter__value.is-number[_ngcontent-ng-c3773776737] {
  color: #fff
}

.counter__value.tabular-nums[_ngcontent-ng-c3773776737] {
  font-variant-numeric: tabular-nums
}

@media all and (max-width: 767px) {
  .counter.can-be-transparent[_ngcontent-ng-c3773776737] {
    --ui-game-counter-height: auto;
    padding: 5px 20px;
    gap: .4rem;
    justify-content: flex-end;
    text-align: end;
    background: none;
    display: grid;
    grid-template-columns: 1fr auto

  }

  .counter.can-be-transparent[_ngcontent-ng-c3773776737] .counter__value[_ngcontent-ng-c3773776737] {
    font-size: 1.8rem;
    padding-left: 0
  }

  .counter.can-be-transparent[_ngcontent-ng-c3773776737] .counter__value[_ngcontent-ng-c3773776737]:before {
    display: none
  }

  .counter.can-be-transparent[_ngcontent-ng-c3773776737] svg-icon[_ngcontent-ng-c3773776737] {
    width: 2rem;
    height: 2rem;
    grid-row-start: 2;
    justify-self: flex-end
  }

  .counter.can-be-transparent[_ngcontent-ng-c3773776737] .counter__text[_ngcontent-ng-c3773776737] {
    grid-column: span 2
  }

  .counter.is-money.can-be-transparent[_ngcontent-ng-c3773776737]>svg-icon[_ngcontent-ng-c3773776737] {
    --svg-icon-bg: #FFE177;
    opacity: 1
  }
}

.color-stats[_ngcontent-ng-c3338376966] {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  width: fit-content;
  height: 4rem;
  padding: .4rem .4rem .4rem 1.2rem;
  border-radius: 1.2rem;
  background: linear-gradient(90deg, #0a120d80 0% 27.34%)
}

.color-stats__title[_ngcontent-ng-c3338376966] {
  color: #a7c2a2;
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 600;
  opacity: .5
}

.color-stats__wrapper[_ngcontent-ng-c3338376966] {
  display: flex;
  gap: .4rem
}

.color-stats__color[_ngcontent-ng-c3338376966] {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.6rem;
  letter-spacing: -.028rem;
  width: 4rem;
  height: 3.2rem;
  border-radius: .8rem
}

.color-stats__color_2x[_ngcontent-ng-c3338376966] {
  color: #00a3ff;
  background: linear-gradient(180deg, #00a3ff1a, #00a3ff80)
}

.color-stats__color_3x[_ngcontent-ng-c3338376966] {
  color: #a6ff35;
  background: linear-gradient(180deg, #a6ff351a, #a6ff3580)
}

.color-stats__color_5x[_ngcontent-ng-c3338376966] {
  color: #9d94ff;
  background: linear-gradient(180deg, #9d94ff1a, #9d94ff80)
}

.color-stats__color_20x[_ngcontent-ng-c3338376966] {
  color: #ffd337;
  background: linear-gradient(180deg, #ffd3371a, #ffd33780)
}

@media all and (max-width: 991px) {
  .color-stats[_ngcontent-ng-c3338376966] {
    padding: .4rem;
    height: auto
  }

  .color-stats__title[_ngcontent-ng-c3338376966] {
    display: none
  }

  .color-stats__color[_ngcontent-ng-c3338376966] {
    width: 2.8rem;
    height: 2.4rem;
    padding: .4rem .8rem;
    font-size: 1.4rem;
    line-height: 1.6rem;
    letter-spacing: -.028rem
  }
}

.header[_ngcontent-ng-c1713013139] {
  display: flex;
  align-items: center;
  height: 7.6rem;
  background: linear-gradient(180deg, #0a120dfa 50%, #0a120d00)
}

.header__nav[_ngcontent-ng-c1713013139] {
  gap: 3.2rem
}

.header__login[_ngcontent-ng-c1713013139] {
  margin-inline: auto .8rem
}

.header__settings[_ngcontent-ng-c1713013139] {
  --icon-size: 1.6rem;
  width: 4rem;
  height: 4rem;
  border-radius: 1.2rem
}

.header__profile[_ngcontent-ng-c1713013139] {
  margin-inline: auto .8rem
}

.header__logo[_ngcontent-ng-c1713013139] {
  position: relative;
  width: 3.2rem;
  height: 3.2rem;
  display: none
}

.nav[_ngcontent-ng-c1713013139] {
  display: flex;
  align-items: center
}

.nav__item[_ngcontent-ng-c1713013139] {
  display: flex;
  align-items: center;
  gap: .8rem;
  color: #6c8c8c;
  cursor: pointer
}

.nav__item[_ngcontent-ng-c1713013139]:hover,
.nav__item.is-active[_ngcontent-ng-c1713013139] {
  filter: brightness(1.2)
}

.nav__item_vip[_ngcontent-ng-c1713013139] .nav__text[_ngcontent-ng-c1713013139],
.nav__item_vip[_ngcontent-ng-c1713013139] .nav__icon[_ngcontent-ng-c1713013139] {
  color: #ffd749
}

.nav__item[_ngcontent-ng-c1713013139] {
  transition: filter .2s
}

@media (prefers-reduced-motion: reduce) {
  .nav__item[_ngcontent-ng-c1713013139] {
    transition: unset
  }
}

.nav__text[_ngcontent-ng-c1713013139] {
  color: #8d9f97;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.6rem
}

.nav[_ngcontent-ng-c1713013139] svg-icon[_ngcontent-ng-c1713013139] {
  width: 2rem;
  height: 2rem;
  color: #65776f
}

.login-placeholder[_ngcontent-ng-c1713013139] {
  width: 13.9rem;
  height: 4rem;
  border-radius: 1rem;
  background: #a6ff35
}

@media all and (max-width: 991px) {
  .header[_ngcontent-ng-c1713013139] {
    height: 6.4rem;
    padding-inline: .8rem
  }

  .header__logo[_ngcontent-ng-c1713013139] {
    display: block
  }

  .header__nav[_ngcontent-ng-c1713013139],
  .header__settings[_ngcontent-ng-c1713013139] {
    display: none
  }
}

@media all and (max-width: 767px) {
  .header__login[_ngcontent-ng-c1713013139] {
    margin-inline: auto .4rem
  }

  .header__profile[_ngcontent-ng-c1713013139] {
    margin-inline: auto 0
  }

  .login-placeholder[_ngcontent-ng-c1713013139] {
    width: 14rem;
    height: 4rem
  }
}

.footer[_ngcontent-ng-c3460053454] {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
  margin-top: 2.4rem
}

.footer__head[_ngcontent-ng-c3460053454] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 7.2rem;
  padding-inline: 2rem 1.6rem;
  border-radius: 1.6rem;
  background: linear-gradient(180deg, #112118, #172f1e)
}

.footer__logo[_ngcontent-ng-c3460053454] {
  position: relative;
  width: 10.5rem;
  height: 2.8rem;
  flex: none
}

.footer__logo[_ngcontent-ng-c3460053454] {
  transition: filter .2s
}

@media (prefers-reduced-motion: reduce) {
  .footer__logo[_ngcontent-ng-c3460053454] {
    transition: unset
  }
}

.footer__logo[_ngcontent-ng-c3460053454]:hover {
  filter: brightness(1.2)
}

.footer__logo[_ngcontent-ng-c3460053454] img[_ngcontent-ng-c3460053454] {
  object-fit: contain
}

.footer__languages[_ngcontent-ng-c3460053454] {
  margin-left: 2.4rem
}

.footer__counters[_ngcontent-ng-c3460053454] {
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 1.2rem;
  padding-inline: 10.6rem
}

@media all and (max-width: 991px) {
  .footer[_ngcontent-ng-c3460053454] {
    gap: 1.6rem
  }

  .footer__logo[_ngcontent-ng-c3460053454] {
    height: 4rem
  }

  .footer__head[_ngcontent-ng-c3460053454] {
    position: relative;
    height: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 1.6rem;
    gap: 3.2rem
  }

  .footer__head[_ngcontent-ng-c3460053454]:before {
    content: "";
    position: absolute;
    display: block;
    top: 7.2rem;
    left: 0;
    width: 100%;
    height: .1rem;
    background: #0a120d85
  }

  .footer__counters[_ngcontent-ng-c3460053454] {
    grid-row-start: 2;
    grid-column: span 2;
    display: flex;
    justify-content: space-between;
    padding-inline: .8rem
  }

  .footer__languages[_ngcontent-ng-c3460053454] {
    margin-left: auto
  }
}

@media all and (max-width: 767px) {
  .footer__counters[_ngcontent-ng-c3460053454] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 1.6rem;
    padding-inline: 0
  }

  .footer__counters[_ngcontent-ng-c3460053454]>[_ngcontent-ng-c3460053454]:nth-child(2n) {
    justify-self: end
  }

  .footer__languages[_ngcontent-ng-c3460053454] {
    margin-left: auto
  }
}

.content[_ngcontent-ng-c1177630206] {
  position: relative;
  display: flex;
  gap: 4rem;
  padding-bottom: 2.4rem
}

.content__info[_ngcontent-ng-c1177630206] {
  display: flex;
  flex-direction: column;
  width: 40rem
}

.content__title[_ngcontent-ng-c1177630206] {
  color: #8d9f97;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.8rem;
  letter-spacing: -.03rem
}

.content__socials[_ngcontent-ng-c1177630206] {
  display: flex;
  gap: .8rem;
  margin-top: 2.4rem
}

.content__social[_ngcontent-ng-c1177630206] {
  --icon-size: 1.6rem;
  width: 4rem;
  height: 4rem;
  border-radius: 1.2rem;
  background: #15271f;
  color: #65776f
}

.content__social[_ngcontent-ng-c1177630206]:hover {
  background: #1d352b;
  color: #72837b
}

.content__social[_ngcontent-ng-c1177630206] {
  transition: background .2s, color .2s
}

@media (prefers-reduced-motion: reduce) {
  .content__social[_ngcontent-ng-c1177630206] {
    transition: unset
  }
}

.content__support[_ngcontent-ng-c1177630206] {
  display: flex;
  align-items: center;
  gap: .8rem;
  margin-top: 2.4rem;
  color: #8d9f97;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2rem;
  cursor: pointer
}

.content__support_intercom[_ngcontent-ng-c1177630206] {
  margin-top: 1.6rem
}

.content__support[_ngcontent-ng-c1177630206]:hover {
  opacity: .7
}

.content__support[_ngcontent-ng-c1177630206] {
  transition: opacity .2s
}

@media (prefers-reduced-motion: reduce) {
  .content__support[_ngcontent-ng-c1177630206] {
    transition: unset
  }
}

.content__icon[_ngcontent-ng-c1177630206] {
  width: 1.6rem;
  height: 1.6rem;
  color: #8d9f97
}

.content__company[_ngcontent-ng-c1177630206] {
  color: #65776f;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.6rem;
  margin-top: 1.2rem;
  opacity: .4;
  width: 26.8rem;
  letter-spacing: -.024rem
}

.content__platforms[_ngcontent-ng-c1177630206] {
  display: flex;
  gap: 1.6rem;
  margin-top: 1.6rem
}

.content__links[_ngcontent-ng-c1177630206] {
  display: flex;
  gap: 4rem
}

.content__wrapper[_ngcontent-ng-c1177630206] {
  display: flex;
  flex-direction: column;
  gap: 5.5rem
}

.content__list[_ngcontent-ng-c1177630206] {
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
  width: 19.6rem
}

.content__item[_ngcontent-ng-c1177630206] {
  color: #8d9f97;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6rem;
  opacity: .5
}

.content__item[_ngcontent-ng-c1177630206]:hover {
  opacity: 1
}

.content__item[_ngcontent-ng-c1177630206]:active {
  opacity: .8
}

.content__item[_ngcontent-ng-c1177630206] {
  transition: opacity .2s
}

@media (prefers-reduced-motion: reduce) {
  .content__item[_ngcontent-ng-c1177630206] {
    transition: unset
  }
}

.content__bg[_ngcontent-ng-c1177630206] {
  position: absolute;
  right: 2.4rem;
  bottom: 0;
  width: 33.2rem;
  height: 33rem;
  -webkit-user-select: none;
  user-select: none;
  pointer-events: none
}

.content__age[_ngcontent-ng-c1177630206] {
  margin-top: 1.6rem
}

.age[_ngcontent-ng-c1177630206] {
  display: grid;
  column-gap: 1.6rem;
  grid-template-columns: 3.6rem auto
}

.age__image[_ngcontent-ng-c1177630206] {
  position: relative;
  width: 3.6rem;
  height: 3.6rem;
  grid-row: span 2;
  align-self: center;
  justify-self: center
}

.age__text[_ngcontent-ng-c1177630206] {
  color: #65776f;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.6rem;
  letter-spacing: -.024rem;
  width: 26.8rem
}

.age__text_link[_ngcontent-ng-c1177630206] {
  color: #8d9f97
}

.age__text_link[_ngcontent-ng-c1177630206]:hover {
  color: #fff
}

.age__text_link[_ngcontent-ng-c1177630206]:active {
  opacity: .9
}

.age__text_link[_ngcontent-ng-c1177630206] {
  transition: color .2s, opacity .2s
}

@media (prefers-reduced-motion: reduce) {
  .age__text_link[_ngcontent-ng-c1177630206] {
    transition: unset
  }
}

.platform[_ngcontent-ng-c1177630206] {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  padding: .8rem;
  background-color: #111f18;
  border-radius: 1.2rem;
  width: 14.3rem;
  cursor: pointer
}

.platform[_ngcontent-ng-c1177630206]:hover {
  background-color: #1b2922
}

.platform__icon[_ngcontent-ng-c1177630206] {
  width: 2.4rem;
  height: 2.4rem
}

.platform__icon_android[_ngcontent-ng-c1177630206] {
  color: #a6ff35
}

.platform__icon_apple[_ngcontent-ng-c1177630206] {
  color: #8d9f97
}

.platform__info[_ngcontent-ng-c1177630206] {
  display: flex;
  flex-direction: column;
  gap: .2rem
}

.platform__title[_ngcontent-ng-c1177630206] {
  color: #8d9f97;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.8rem
}

.platform__subtitle[_ngcontent-ng-c1177630206] {
  color: #65776f;
  font-size: .9rem;
  font-weight: 500;
  line-height: 1.4rem;
  text-transform: uppercase;
  opacity: .5
}

.platform[_ngcontent-ng-c1177630206] {
  transition: background-color .2s
}

@media (prefers-reduced-motion: reduce) {
  .platform[_ngcontent-ng-c1177630206] {
    transition: unset
  }
}

@media all and (max-width: 991px) {
  .content[_ngcontent-ng-c1177630206] {
    width: 100%;
    justify-content: center
  }

  .content__info[_ngcontent-ng-c1177630206] {
    width: 100%;
    align-content: center
  }

  .content__title[_ngcontent-ng-c1177630206],
  .content__support[_ngcontent-ng-c1177630206] {
    text-align: center;
    justify-content: center
  }

  .content__support[_ngcontent-ng-c1177630206] {
    margin-inline: auto;
    width: fit-content
  }

  .content__socials[_ngcontent-ng-c1177630206] {
    justify-content: center
  }

  .content__platforms[_ngcontent-ng-c1177630206],
  .content__links[_ngcontent-ng-c1177630206],
  .content__company[_ngcontent-ng-c1177630206],
  .content__bg[_ngcontent-ng-c1177630206] {
    display: none
  }
}

.sidebar[_ngcontent-ng-c2813784995] {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  border-radius: 1.6rem;
  background-color: #12201b;
  width: 30.5rem;
  height: 100%
}

.sidebar__decor[_ngcontent-ng-c2813784995] {
  position: absolute;
  width: 24.7rem;
  height: 6.7109rem;
  top: -2.6rem;
  left: 2.6rem;
  align-self: center;
  transform-origin: left
}

.sidebar__decor[_ngcontent-ng-c2813784995] img[_ngcontent-ng-c2813784995] {
  object-fit: contain
}

.sidebar__decor[_ngcontent-ng-c2813784995] {
  transition: transform .2s, top .2s, left .2s
}

@media (prefers-reduced-motion: reduce) {
  .sidebar__decor[_ngcontent-ng-c2813784995] {
    transition: unset
  }
}

.sidebar.is-mini[_ngcontent-ng-c2813784995] {
  width: 8.4rem
}

.sidebar.is-mini[_ngcontent-ng-c2813784995] .sidebar__decor[_ngcontent-ng-c2813784995] {
  transform: scale(.25);
  top: -3.1rem;
  left: 1rem
}

.sidebar.is-mini[_ngcontent-ng-c2813784995] .sidebar__chevron[_ngcontent-ng-c2813784995] {
  rotate: 180deg
}

.sidebar.is-mini[_ngcontent-ng-c2813784995] .sidebar__giveaway-banner[_ngcontent-ng-c2813784995] {
  max-height: 7.6rem
}

.sidebar__scroll[_ngcontent-ng-c2813784995] {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 0 .85rem 1rem 1rem;
  margin-right: -.45rem
}

.sidebar__modes[_ngcontent-ng-c2813784995] {
  display: flex;
  flex-direction: column;
  gap: .5rem;
  margin-bottom: 2rem
}

.sidebar__giveaway-banner[_ngcontent-ng-c2813784995] {
  position: relative;
  max-height: 17.2rem;
  flex: none;
  overflow: hidden;
  margin-top: auto
}

.sidebar__giveaway-banner[_ngcontent-ng-c2813784995] shell-sidebar-giveaway-banner[_ngcontent-ng-c2813784995] {
  transition: opacity .2s
}

@media (prefers-reduced-motion: reduce) {
  .sidebar__giveaway-banner[_ngcontent-ng-c2813784995] shell-sidebar-giveaway-banner[_ngcontent-ng-c2813784995] {
    transition: unset
  }
}

.sidebar__giveaway-banner[_ngcontent-ng-c2813784995] {
  transition: max-height .2s
}

@media (prefers-reduced-motion: reduce) {
  .sidebar__giveaway-banner[_ngcontent-ng-c2813784995] {
    transition: unset
  }
}

.sidebar__hide[_ngcontent-ng-c2813784995] {
  --icon-size: 1rem;
  position: absolute;
  width: 2.2rem;
  height: 2.2rem;
  top: 2.9rem;
  left: -1.1rem;
  border: 2px solid transparent;
  background: linear-gradient(270deg, #546746, #8b977c) padding-box, linear-gradient(90deg, #9eac8f, #576a48) border-box;
  z-index: 2
}

.sidebar__hide[_ngcontent-ng-c2813784995]:hover {
  filter: brightness(1.1)
}

.sidebar__hide[_ngcontent-ng-c2813784995] {
  transition: filter .2s
}

@media (prefers-reduced-motion: reduce) {
  .sidebar__hide[_ngcontent-ng-c2813784995] {
    transition: unset
  }
}

.sidebar__chevron[_ngcontent-ng-c2813784995] {
  width: 1rem;
  height: 1rem;
  color: #0c1919;
  -webkit-user-select: none;
  user-select: none;
  pointer-events: none
}

.sidebar__chevron[_ngcontent-ng-c2813784995] {
  transition: rotate .2s
}

@media (prefers-reduced-motion: reduce) {
  .sidebar__chevron[_ngcontent-ng-c2813784995] {
    transition: unset
  }
}

.sidebar__gift[_ngcontent-ng-c2813784995] {
  position: absolute;
  bottom: 0;
  left: 0;
  display: grid;
  place-items: center;
  flex: none;
  width: 7.6rem;
  height: 7.6rem;
  border-radius: 2rem;
  opacity: 0;
  visibility: hidden;
  overflow: hidden
}

.sidebar__gift[_ngcontent-ng-c2813784995]:hover {
  filter: brightness(1.1)
}

.sidebar__gift[_ngcontent-ng-c2813784995] {
  transition: opacity .2s, filter .2s
}

@media (prefers-reduced-motion: reduce) {
  .sidebar__gift[_ngcontent-ng-c2813784995] {
    transition: unset
  }
}

.sidebar[_ngcontent-ng-c2813784995] {
  transition: width .2s, opacity .2s, transform .2s
}

@media (prefers-reduced-motion: reduce) {
  .sidebar[_ngcontent-ng-c2813784995] {
    transition: unset
  }
}

@media (min-width: 1920px) {
  .sidebar.is-mini[_ngcontent-ng-c2813784995] .sidebar__hide[_ngcontent-ng-c2813784995] {
    rotate: 0
  }

  .sidebar__hide[_ngcontent-ng-c2813784995] {
    rotate: 180deg
  }
}

@media all and (max-width: 991px) {
  .sidebar[_ngcontent-ng-c2813784995] {
    opacity: 1;
    transform: translate(0);
    pointer-events: all;
    width: 26.4rem;
    box-shadow: 0 1rem 3rem #00000030
  }

  .sidebar__decor[_ngcontent-ng-c2813784995] {
    width: 23.4rem;
    height: 6.7rem;
    top: -2.6rem;
    left: 1.2rem
  }

  .sidebar__hide[_ngcontent-ng-c2813784995] {
    left: unset;
    right: -1.1rem
  }

  .sidebar__scroll[_ngcontent-ng-c2813784995] {
    padding: 1.6rem 1.2rem;
    margin: 0
  }

  .sidebar__giveaway-banner[_ngcontent-ng-c2813784995] {
    padding-top: 2rem
  }

  .sidebar__links[_ngcontent-ng-c2813784995] {
    display: flex
  }

  .sidebar__gift[_ngcontent-ng-c2813784995] {
    display: none
  }

  .sidebar__modes[_ngcontent-ng-c2813784995] {
    margin-bottom: 1.6rem
  }
}

.header[_ngcontent-ng-c2560035253] {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-inline: 1.2rem;
  height: 8.2rem
}

.header.is-mini[_ngcontent-ng-c2560035253] .online[_ngcontent-ng-c2560035253] {
  display: none
}

.online[_ngcontent-ng-c2560035253] {
  display: flex;
  flex-direction: column;
  align-items: flex-end
}

.online__row[_ngcontent-ng-c2560035253] {
  display: flex;
  align-items: center;
  gap: .4rem
}

.online__icon[_ngcontent-ng-c2560035253] {
  --svg-icon-bg: linear-gradient(to bottom, #5BB815, #97F123);
  width: 2rem;
  height: 2rem
}

.online__number[_ngcontent-ng-c2560035253] {
  color: #a6ff35;
  white-space: nowrap;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.6rem
}

.online__text[_ngcontent-ng-c2560035253] {
  color: #8d9f97;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4rem;
  text-transform: uppercase
}

.logo[_ngcontent-ng-c2560035253] {
  display: flex;
  justify-content: flex-start;
  flex: none
}

.logo_mini[_ngcontent-ng-c2560035253] .logo__text[_ngcontent-ng-c2560035253] {
  display: none
}

.logo[_ngcontent-ng-c2560035253]:hover {
  opacity: .5
}

.logo__picture[_ngcontent-ng-c2560035253] {
  position: relative;
  top: -1rem;
  transform-origin: left;
  width: 3.9rem;
  height: 6rem;
  flex: none
}

.logo__picture[_ngcontent-ng-c2560035253] {
  transition: transform .2s
}

@media (prefers-reduced-motion: reduce) {
  .logo__picture[_ngcontent-ng-c2560035253] {
    transition: unset
  }
}

.logo__text[_ngcontent-ng-c2560035253] {
  width: 7.8rem;
  height: 2.8rem;
  margin-left: 1rem;
  margin-top: 1.6rem
}

.logo[_ngcontent-ng-c2560035253] {
  transition: opacity .2s
}

@media (prefers-reduced-motion: reduce) {
  .logo[_ngcontent-ng-c2560035253] {
    transition: unset
  }
}

@media all and (max-width: 991px) {
  .header[_ngcontent-ng-c2560035253] {
    height: 3.4rem;
    margin-bottom: 1.6rem
  }
}

[_nghost-ng-c4067755146] {
  display: block
}

.giveaway-banner[_ngcontent-ng-c4067755146] {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 1.6rem;
  height: 11.6rem;
  width: 100%;
  overflow: hidden;
  border-radius: 1.2rem
}

.giveaway-banner[_ngcontent-ng-c4067755146] {
  transition: border-color .2s, width .2s, height .2s
}

@media (prefers-reduced-motion: reduce) {
  .giveaway-banner[_ngcontent-ng-c4067755146] {
    transition: unset
  }
}

.giveaway-banner[_ngcontent-ng-c4067755146]:before,
.giveaway-banner[_ngcontent-ng-c4067755146]:after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: inherit
}

.giveaway-banner[_ngcontent-ng-c4067755146]:before,
.giveaway-banner[_ngcontent-ng-c4067755146]:after {
  transition: opacity .2s
}

@media (prefers-reduced-motion: reduce) {

  .giveaway-banner[_ngcontent-ng-c4067755146]:before,
  .giveaway-banner[_ngcontent-ng-c4067755146]:after {
    transition: unset
  }
}

.giveaway-banner[_ngcontent-ng-c4067755146]:before {
  background: radial-gradient(90.38% 208.16% at 82.11% 216.38%, #3f8332, #091814)
}

.giveaway-banner[_ngcontent-ng-c4067755146]:after {
  background: radial-gradient(82.98% 177.52% at 80% 150%, #3f8332, #091814);
  opacity: 0
}

.giveaway-banner[_ngcontent-ng-c4067755146]:hover:before,
.giveaway-banner.is-active[_ngcontent-ng-c4067755146]:before {
  opacity: 0
}

.giveaway-banner[_ngcontent-ng-c4067755146]:hover:after,
.giveaway-banner.is-active[_ngcontent-ng-c4067755146]:after {
  opacity: 1
}

.giveaway-banner[_ngcontent-ng-c4067755146]:hover .giveaway-banner__get[_ngcontent-ng-c4067755146],
.giveaway-banner.is-active[_ngcontent-ng-c4067755146] .giveaway-banner__get[_ngcontent-ng-c4067755146] {
  width: 4.8rem;
  color: #0a120d
}

.giveaway-banner[_ngcontent-ng-c4067755146]:hover .giveaway-banner__get[_ngcontent-ng-c4067755146]:before,
.giveaway-banner.is-active[_ngcontent-ng-c4067755146] .giveaway-banner__get[_ngcontent-ng-c4067755146]:before {
  opacity: 1
}

.giveaway-banner[_ngcontent-ng-c4067755146]:hover .giveaway-banner__giveaway-logo[_ngcontent-ng-c4067755146],
.giveaway-banner.is-active[_ngcontent-ng-c4067755146] .giveaway-banner__giveaway-logo[_ngcontent-ng-c4067755146] {
  transform: scale(.9)
}

.giveaway-banner[_ngcontent-ng-c4067755146]:hover .giveaway-banner__logo-line[_ngcontent-ng-c4067755146],
.giveaway-banner.is-active[_ngcontent-ng-c4067755146] .giveaway-banner__logo-line[_ngcontent-ng-c4067755146] {
  transform: scale(.85)
}

.giveaway-banner[_ngcontent-ng-c4067755146]:hover .giveaway-banner__inner-line[_ngcontent-ng-c4067755146],
.giveaway-banner.is-active[_ngcontent-ng-c4067755146] .giveaway-banner__inner-line[_ngcontent-ng-c4067755146] {
  transform: scale(1.05)
}

.giveaway-banner[_ngcontent-ng-c4067755146]:hover .giveaway-banner__outer-line[_ngcontent-ng-c4067755146],
.giveaway-banner.is-active[_ngcontent-ng-c4067755146] .giveaway-banner__outer-line[_ngcontent-ng-c4067755146] {
  transform: scale(1.15)
}

.giveaway-banner[_ngcontent-ng-c4067755146]:hover .giveaway-banner__knife[_ngcontent-ng-c4067755146],
.giveaway-banner.is-active[_ngcontent-ng-c4067755146] .giveaway-banner__knife[_ngcontent-ng-c4067755146] {
  filter: drop-shadow(-.5rem 2rem .5rem rgba(0, 0, 0, .3));
  animation-play-state: paused
}

.giveaway-banner[_ngcontent-ng-c4067755146]:hover .giveaway-banner__pic[_ngcontent-ng-c4067755146],
.giveaway-banner.is-active[_ngcontent-ng-c4067755146] .giveaway-banner__pic[_ngcontent-ng-c4067755146] {
  transform: scale(1.1) rotate(-6deg)
}

.giveaway-banner__border[_ngcontent-ng-c4067755146] {
  position: absolute;
  inset: 0;
  z-index: 2;
  border-radius: inherit
}

.giveaway-banner__border[_ngcontent-ng-c4067755146]:before,
.giveaway-banner__border[_ngcontent-ng-c4067755146]:after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit
}

.giveaway-banner__border[_ngcontent-ng-c4067755146]:before {
  box-shadow: 0 0 20px #91ff7624 inset
}

.giveaway-banner__border[_ngcontent-ng-c4067755146]:after {
  border: 2px solid rgba(83, 206, 106, .08)
}

.giveaway-banner__title[_ngcontent-ng-c4067755146] {
  z-index: 2;
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.2rem;
  max-width: 13rem
}

.giveaway-banner__get[_ngcontent-ng-c4067755146] {
  --icon-size: 1.6rem;
  position: relative;
  z-index: 2;
  width: 4.8rem;
  height: 2.8rem;
  margin-top: auto;
  border-radius: 1rem;
  color: #bff47d;
  background: #19341b;
  border: none
}

.giveaway-banner__get[_ngcontent-ng-c4067755146]:before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  background: linear-gradient(180deg, #5bb815, #97f123)
}

.giveaway-banner__get[_ngcontent-ng-c4067755146]:before {
  transition: opacity .2s
}

@media (prefers-reduced-motion: reduce) {
  .giveaway-banner__get[_ngcontent-ng-c4067755146]:before {
    transition: unset
  }
}

.giveaway-banner__get[_ngcontent-ng-c4067755146] {
  transition: background .2s, color .2s
}

@media (prefers-reduced-motion: reduce) {
  .giveaway-banner__get[_ngcontent-ng-c4067755146] {
    transition: unset
  }
}

.giveaway-banner__bg[_ngcontent-ng-c4067755146] {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  right: -7rem;
  margin-block: auto;
  width: 100%;
  height: auto;
  pointer-events: none
}

.giveaway-banner__bg[_ngcontent-ng-c4067755146] {
  transition: right .2s
}

@media (prefers-reduced-motion: reduce) {
  .giveaway-banner__bg[_ngcontent-ng-c4067755146] {
    transition: unset
  }
}

.giveaway-banner__giveaway-logo[_ngcontent-ng-c4067755146] {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 10.5rem;
  height: 10.5rem;
  transition: transform .4s ease, width .4s ease, height .4s ease
}

.giveaway-banner__logo-line[_ngcontent-ng-c4067755146] {
  --svg-icon-bg: linear-gradient(63deg, #A6FF35 0%, rgba(100, 153, 32, .1) 100%);
  position: absolute;
  inset: 0;
  margin: auto;
  width: 13.6rem;
  height: 13.6rem;
  transition: transform .4s ease
}

.giveaway-banner__inner-line[_ngcontent-ng-c4067755146] {
  --svg-icon-bg: #A6FF35;
  position: absolute;
  inset: 0;
  margin: auto;
  width: 17rem;
  height: 17rem;
  transition: transform .4s ease, opacity .4s ease
}

.giveaway-banner__outer-line[_ngcontent-ng-c4067755146] {
  --svg-icon-bg: #A6FF35;
  position: absolute;
  inset: 0;
  margin: auto;
  width: 21rem;
  height: 21rem;
  transition: transform .4s ease, opacity .4s ease
}

.giveaway-banner__knife[_ngcontent-ng-c4067755146] {
  position: absolute;
  z-index: 2;
  inset: 0;
  margin: auto;
  width: 13rem;
  height: 9.633rem;
  pointer-events: none;
  filter: drop-shadow(-.5rem 1.4rem .5rem rgba(0, 0, 0, .3));
  animation: _ngcontent-ng-c4067755146_float 4s ease-in-out infinite both;
  transition: filter .4s ease
}

.giveaway-banner__pic[_ngcontent-ng-c4067755146] {
  transition: transform .4s ease
}

@keyframes _ngcontent-ng-c4067755146_float {

  0%,
  to {
    transform: translate3d(0, 5px, 0) rotate(0)
  }

  50% {
    transform: translate3d(0, -5px, 0) rotate(-5deg)
  }
}

@media all and (min-width: 992px) {
  .giveaway-banner.is-mini[_ngcontent-ng-c4067755146] {
    width: 6.4rem;
    height: 6.4rem
  }

  .giveaway-banner.is-mini[_ngcontent-ng-c4067755146] .giveaway-banner__title[_ngcontent-ng-c4067755146],
  .giveaway-banner.is-mini[_ngcontent-ng-c4067755146] .giveaway-banner__get[_ngcontent-ng-c4067755146] {
    display: none
  }

  .giveaway-banner.is-mini[_ngcontent-ng-c4067755146] .giveaway-banner__bg[_ngcontent-ng-c4067755146] {
    right: 0
  }

  .giveaway-banner.is-mini[_ngcontent-ng-c4067755146] .giveaway-banner__giveaway-logo[_ngcontent-ng-c4067755146] {
    width: 6.5rem;
    height: 6.5rem
  }

  .giveaway-banner.is-mini[_ngcontent-ng-c4067755146] .giveaway-banner__logo-line[_ngcontent-ng-c4067755146],
  .giveaway-banner.is-mini[_ngcontent-ng-c4067755146] .giveaway-banner__inner-line[_ngcontent-ng-c4067755146],
  .giveaway-banner.is-mini[_ngcontent-ng-c4067755146] .giveaway-banner__outer-line[_ngcontent-ng-c4067755146] {
    opacity: 0
  }

  .giveaway-banner.is-mini[_ngcontent-ng-c4067755146] .giveaway-banner__knife[_ngcontent-ng-c4067755146] {
    width: 10rem;
    height: 7rem;
    inset: unset;
    top: 1.8rem;
    right: -2.3rem;
    transform: rotate(30deg);
    animation: unset
  }
}

@media all and (max-width: 991px) {
  .giveaway-banner[_ngcontent-ng-c4067755146] {
    height: 8rem;
    padding: 2rem 1.6rem;
    justify-content: center
  }

  .giveaway-banner__title[_ngcontent-ng-c4067755146] {
    font-size: 1.8rem;
    line-height: 2rem
  }

  .giveaway-banner__bg[_ngcontent-ng-c4067755146] {
    right: -9rem
  }

  .giveaway-banner__knife[_ngcontent-ng-c4067755146] {
    top: 1.2rem;
    width: 13rem;
    height: 10.6rem
  }

  .giveaway-banner__get[_ngcontent-ng-c4067755146] {
    display: none
  }
}

[_nghost-ng-c1523571932] {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: .4rem
}

.faq[_ngcontent-ng-c1523571932] {
  display: flex;
  align-items: center;
  gap: 1rem;
  height: 5.6rem;
  width: 100%;
  border-radius: 1.6rem;
  padding-inline: 1.6rem .8rem;
  background-color: #101d177d;
  cursor: pointer;
  margin-top: 4rem
}

.faq[_ngcontent-ng-c1523571932]:hover .faq__title[_ngcontent-ng-c1523571932] {
  opacity: 1
}

.faq[_ngcontent-ng-c1523571932]:hover .faq__toggle[_ngcontent-ng-c1523571932]:before {
  opacity: 1
}

.faq[_ngcontent-ng-c1523571932]:hover .faq__chevron[_ngcontent-ng-c1523571932] {
  color: #fff
}

.faq[aria-expanded=true][_ngcontent-ng-c1523571932] .faq__title[_ngcontent-ng-c1523571932] {
  opacity: 1;
  color: #fff
}

.faq[aria-expanded=true][_ngcontent-ng-c1523571932] .faq__toggle[_ngcontent-ng-c1523571932]:after {
  opacity: 1
}

.faq[aria-expanded=true][_ngcontent-ng-c1523571932] .faq__chevron[_ngcontent-ng-c1523571932] {
  color: #0a120d;
  rotate: 180deg
}

.faq__icon[_ngcontent-ng-c1523571932] {
  --svg-icon-bg: linear-gradient(to bottom, #5BB815 0%, #97F123 100%);
  width: 2.4rem;
  height: 2.4rem
}

.faq__title[_ngcontent-ng-c1523571932] {
  color: #8d9f97;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.7rem;
  opacity: .6
}

.faq__title[_ngcontent-ng-c1523571932] {
  transition: opacity .2s, color .2s
}

@media (prefers-reduced-motion: reduce) {
  .faq__title[_ngcontent-ng-c1523571932] {
    transition: unset
  }
}

.faq__toggle[_ngcontent-ng-c1523571932] {
  position: relative;
  display: grid;
  place-items: center;
  width: 4rem;
  height: 4rem;
  border-radius: 1.2rem;
  background: #15271f;
  overflow: clip;
  cursor: pointer;
  margin-left: auto
}

.faq__toggle[_ngcontent-ng-c1523571932]:before,
.faq__toggle[_ngcontent-ng-c1523571932]:after {
  content: "";
  position: absolute;
  inset: 0;
  display: block;
  opacity: 0
}

.faq__toggle[_ngcontent-ng-c1523571932]:before,
.faq__toggle[_ngcontent-ng-c1523571932]:after {
  transition: opacity .2s
}

@media (prefers-reduced-motion: reduce) {

  .faq__toggle[_ngcontent-ng-c1523571932]:before,
  .faq__toggle[_ngcontent-ng-c1523571932]:after {
    transition: unset
  }
}

.faq__toggle[_ngcontent-ng-c1523571932]:before {
  background: linear-gradient(90deg, #183d1c, #36672a)
}

.faq__toggle[_ngcontent-ng-c1523571932]:after {
  z-index: 1;
  background: linear-gradient(180deg, #5bb815, #97f123)
}

.faq__chevron[_ngcontent-ng-c1523571932] {
  position: relative;
  z-index: 2;
  width: 2.4rem;
  height: 2.4rem;
  color: #65776f
}

.faq__chevron[_ngcontent-ng-c1523571932] {
  transition: color .2s, rotate .2s
}

@media (prefers-reduced-motion: reduce) {
  .faq__chevron[_ngcontent-ng-c1523571932] {
    transition: unset
  }
}

.faq__wrapper[_ngcontent-ng-c1523571932] {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows .3s ease
}

.faq__wrapper_visible[_ngcontent-ng-c1523571932] {
  grid-template-rows: 1fr
}

.content[_ngcontent-ng-c1523571932] {
  display: block;
  width: 100%;
  border-radius: 1.6rem;
  background: #0e1a15;
  overflow: hidden
}

.content__wrapper[_ngcontent-ng-c1523571932] {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  padding: 1.6rem
}

.content__article[_ngcontent-ng-c1523571932] {
  padding: 1.6rem
}

.content__title[_ngcontent-ng-c1523571932] {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2rem
}

.content__text[_ngcontent-ng-c1523571932] {
  color: #8d9f97;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2rem;
  margin-top: 1.2rem
}

.content__text[_ngcontent-ng-c1523571932] h1 {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: normal
}

.content__text[_ngcontent-ng-c1523571932] h2 {
  font-size: 2rem;
  font-weight: 500;
  line-height: normal
}

.content__text[_ngcontent-ng-c1523571932] p {
  font-size: 1.6rem;
  line-height: 2.4rem
}

.content__text[_ngcontent-ng-c1523571932] strong {
  font-weight: 600
}

.content__text[_ngcontent-ng-c1523571932] em {
  font-style: italic
}

.content__text[_ngcontent-ng-c1523571932] ul {
  font-size: 1.6rem;
  line-height: 2.4rem;
  list-style-type: disc;
  margin-left: 2rem
}

.content__text[_ngcontent-ng-c1523571932] ol {
  font-size: 1.6rem;
  line-height: 2.4rem;
  list-style-type: decimal;
  margin-left: 2rem
}

.content__text[_ngcontent-ng-c1523571932] u {
  text-decoration: underline
}

.content__text[_ngcontent-ng-c1523571932] a {
  color: #7dd81d;
  text-decoration: underline
}

.content__text[_ngcontent-ng-c1523571932] a:hover {
  opacity: .7;
  text-decoration: none
}

.content__text[_ngcontent-ng-c1523571932] a {
  transition: opacity .2s
}

@media (prefers-reduced-motion: reduce) {
  .content__text[_ngcontent-ng-c1523571932] a {
    transition: unset
  }
}

.content__divider[_ngcontent-ng-c1523571932] {
  width: 100%;
  height: .1rem;
  background: #ffffff0d
}

.content__divider[_ngcontent-ng-c1523571932]:last-child {
  display: none
}

cdk-virtual-scroll-viewport {
  display: block;
  position: relative;
  transform: translateZ(0)
}

.cdk-virtual-scrollable {
  overflow: auto;
  will-change: scroll-position;
  contain: strict;
  -webkit-overflow-scrolling: touch
}

.cdk-virtual-scroll-content-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  contain: content
}

[dir=rtl] .cdk-virtual-scroll-content-wrapper {
  right: 0;
  left: auto
}

.cdk-virtual-scroll-orientation-horizontal .cdk-virtual-scroll-content-wrapper {
  min-height: 100%
}

.cdk-virtual-scroll-orientation-horizontal .cdk-virtual-scroll-content-wrapper>dl:not([cdkVirtualFor]),
.cdk-virtual-scroll-orientation-horizontal .cdk-virtual-scroll-content-wrapper>ol:not([cdkVirtualFor]),
.cdk-virtual-scroll-orientation-horizontal .cdk-virtual-scroll-content-wrapper>table:not([cdkVirtualFor]),
.cdk-virtual-scroll-orientation-horizontal .cdk-virtual-scroll-content-wrapper>ul:not([cdkVirtualFor]) {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
  border-left-width: 0;
  border-right-width: 0;
  outline: none
}

.cdk-virtual-scroll-orientation-vertical .cdk-virtual-scroll-content-wrapper {
  min-width: 100%
}

.cdk-virtual-scroll-orientation-vertical .cdk-virtual-scroll-content-wrapper>dl:not([cdkVirtualFor]),
.cdk-virtual-scroll-orientation-vertical .cdk-virtual-scroll-content-wrapper>ol:not([cdkVirtualFor]),
.cdk-virtual-scroll-orientation-vertical .cdk-virtual-scroll-content-wrapper>table:not([cdkVirtualFor]),
.cdk-virtual-scroll-orientation-vertical .cdk-virtual-scroll-content-wrapper>ul:not([cdkVirtualFor]) {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
  border-top-width: 0;
  border-bottom-width: 0;
  outline: none
}

.cdk-virtual-scroll-spacer {
  height: 1px;
  transform-origin: 0 0;
  flex: 0 0 auto
}

[dir=rtl] .cdk-virtual-scroll-spacer {
  transform-origin: 100% 0
}

[_nghost-ng-c3601343391] {
  position: relative;
  display: flex;
  align-items: center
}

.wheel[_ngcontent-ng-c3601343391] {
  width: 76rem;
  height: 76rem;
  position: relative;
  display: block;
  rotate: -90deg
}

.wheel__spinner[_ngcontent-ng-c3601343391] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
  will-change: transform;
  transition: transform 0s ease
}

.wheel__container[_ngcontent-ng-c3601343391] {
  position: relative;
  height: 66rem;
  width: 65.2rem;
  transform: rotate(-7.5deg)
}

.wheel__cell[_ngcontent-ng-c3601343391] {
  width: 9.2rem;
  height: 10rem
}

.wheel__cell[_ngcontent-ng-c3601343391] {
  position: absolute;
  z-index: 2
}

.wheel__cell.is-winner[_ngcontent-ng-c3601343391] {
  opacity: 1;
  z-index: 3;
  scale: 1.2
}

.wheel__cell.is-loser[_ngcontent-ng-c3601343391] {
  opacity: .5
}

.wheel__cell[_ngcontent-ng-c3601343391] {
  transition: opacity .2s, scale .2s
}

@media (prefers-reduced-motion: reduce) {
  .wheel__cell[_ngcontent-ng-c3601343391] {
    transition: unset
  }
}

.wheel__circle[_ngcontent-ng-c3601343391] {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 50rem;
  height: 50rem;
  background: rgb(25, 16, 35, 0.6);
  border-radius: 50%
}

.wheel__circle.x2[_ngcontent-ng-c3601343391] .wheel__light[_ngcontent-ng-c3601343391] {
  --svg-icon-bg: #00A3FF;
  translate: 0 15rem;
  scale: .55;
  opacity: .9
}

.wheel__circle.x2[_ngcontent-ng-c3601343391] .wheel__arrow[_ngcontent-ng-c3601343391] {
  --svg-icon-bg: #00A3FF
}

.wheel__circle.x3[_ngcontent-ng-c3601343391] .wheel__light[_ngcontent-ng-c3601343391] {
  --svg-icon-bg: #A6FF35;
  translate: 0 15rem;
  scale: .55;
  opacity: .9
}

.wheel__circle.x3[_ngcontent-ng-c3601343391] .wheel__arrow[_ngcontent-ng-c3601343391] {
  --svg-icon-bg: #A6FF35
}

.wheel__circle.x5[_ngcontent-ng-c3601343391] .wheel__light[_ngcontent-ng-c3601343391] {
  --svg-icon-bg: #9D94FF;
  translate: 0 15rem;
  scale: .55;
  opacity: .9
}

.wheel__circle.x5[_ngcontent-ng-c3601343391] .wheel__arrow[_ngcontent-ng-c3601343391] {
  --svg-icon-bg: #9D94FF
}

.wheel__circle.x20[_ngcontent-ng-c3601343391] .wheel__light[_ngcontent-ng-c3601343391] {
  --svg-icon-bg: #FFD337;
  translate: 0 15rem;
  scale: .55;
  opacity: .9
}

.wheel__circle.x20[_ngcontent-ng-c3601343391] .wheel__arrow[_ngcontent-ng-c3601343391] {
  --svg-icon-bg: #FFD337
}

.wheel__arrow[_ngcontent-ng-c3601343391] {
  --svg-icon-bg: #EFD99E;
  position: absolute;
  z-index: 4;
  width: 68.8rem;
  height: 68.8rem;
  rotate: 90deg
}

.wheel__arrow[_ngcontent-ng-c3601343391] {
  transition: --svg-icon-bg .2s
}

@media (prefers-reduced-motion: reduce) {
  .wheel__arrow[_ngcontent-ng-c3601343391] {
    transition: unset
  }
}

.wheel__inner-circle[_ngcontent-ng-c3601343391] {
  position: absolute;
  inset: 1.5rem;
  display: flex;
  justify-content: center;
  background: #4C4532;
  border-radius: 50%;
  overflow: hidden
}

.wheel__light[_ngcontent-ng-c3601343391] {
  --svg-icon-bg: #2A4E2B;
  position: absolute;
  display: block;
  width: 60rem;
  height: 60rem;
  opacity: .7;
  transition: all .35s ease-in-out
}

.wheel__light.is-started[_ngcontent-ng-c3601343391] {
  --svg-icon-bg: rgba(166, 255, 53, .8);
  translate: 0 15rem;
  scale: .55;
  opacity: .9
}

@media all and (max-width: 991px) {
  .wheel__spinner[_ngcontent-ng-c3601343391] {
    z-index: 1
  }
}

@media all and (max-width: 767px) {
  .wheel[_ngcontent-ng-c3601343391] {
    width: 38rem;
    height: 38rem
  }

  .wheel__container[_ngcontent-ng-c3601343391] {
    height: 33rem;
    width: 32.6rem
  }

  .wheel__cell[_ngcontent-ng-c3601343391] {
    width: 4.6rem;
    height: 5rem
  }

  .wheel__circle[_ngcontent-ng-c3601343391] {
    width: 25rem;
    height: 25rem
  }

  .wheel__circle.x2[_ngcontent-ng-c3601343391] .wheel__light[_ngcontent-ng-c3601343391],
  .wheel__circle.x3[_ngcontent-ng-c3601343391] .wheel__light[_ngcontent-ng-c3601343391],
  .wheel__circle.x5[_ngcontent-ng-c3601343391] .wheel__light[_ngcontent-ng-c3601343391],
  .wheel__circle.x20[_ngcontent-ng-c3601343391] .wheel__light[_ngcontent-ng-c3601343391] {
    translate: 0 5rem
  }

  .wheel__inner-circle[_ngcontent-ng-c3601343391] {
    inset: .75rem
  }

  .wheel__arrow[_ngcontent-ng-c3601343391] {
    width: 34.4rem;
    height: 34.4rem
  }

  .wheel__light[_ngcontent-ng-c3601343391] {
    width: 35rem;
    height: 35rem
  }

  .wheel__light.is-started[_ngcontent-ng-c3601343391] {
    translate: 0 -5rem
  }
}

.wheel-info[_ngcontent-ng-c2867800059] {
  position: relative;
  margin: auto;
  width: fit-content;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.6rem;
  z-index: 2
}

.wheel-info__timer[_ngcontent-ng-c2867800059] {
  color: #fff;
  font-variant-numeric: lining-nums tabular-nums;
  font-size: 6.4rem;
  font-weight: 600;
  line-height: 5.6rem
}

.wheel-info__text[_ngcontent-ng-c2867800059] {
  color: #a7c2a2;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.6rem
}

.wheel-info__container[_ngcontent-ng-c2867800059] {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 8rem;
  height: 8rem
}

.wheel-info__container.x2[_ngcontent-ng-c2867800059] .wheel-info__loader[_ngcontent-ng-c2867800059] {
  color: #00a3ff;
  animation-play-state: paused
}

.wheel-info__container.x2[_ngcontent-ng-c2867800059] .wheel-info__win-icon[_ngcontent-ng-c2867800059] {
  --svg-icon-bg: #00A3FF
}

.wheel-info__container.x3[_ngcontent-ng-c2867800059] .wheel-info__loader[_ngcontent-ng-c2867800059] {
  color: #a6ff35;
  animation-play-state: paused
}

.wheel-info__container.x3[_ngcontent-ng-c2867800059] .wheel-info__win-icon[_ngcontent-ng-c2867800059] {
  --svg-icon-bg: #A6FF35
}

.wheel-info__container.x5[_ngcontent-ng-c2867800059] .wheel-info__loader[_ngcontent-ng-c2867800059] {
  color: #9d94ff;
  animation-play-state: paused
}

.wheel-info__container.x5[_ngcontent-ng-c2867800059] .wheel-info__win-icon[_ngcontent-ng-c2867800059] {
  --svg-icon-bg: #9D94FF
}

.wheel-info__container.x20[_ngcontent-ng-c2867800059] .wheel-info__loader[_ngcontent-ng-c2867800059] {
  color: #ffd337;
  animation-play-state: paused
}

.wheel-info__container.x20[_ngcontent-ng-c2867800059] .wheel-info__win-icon[_ngcontent-ng-c2867800059] {
  --svg-icon-bg: #FFD337
}

.wheel-info__loader[_ngcontent-ng-c2867800059] {
  position: absolute;
  width: 8rem;
  height: 8rem;
  color: #a6ff35;
  animation: 1.2s _ngcontent-ng-c2867800059_loadSpinAnimation ease-out infinite;
  animation-play-state: running
}

.wheel-info__loader[_ngcontent-ng-c2867800059] {
  transition: color .2s
}

@media (prefers-reduced-motion: reduce) {
  .wheel-info__loader[_ngcontent-ng-c2867800059] {
    transition: unset
  }
}

.wheel-info__win-icon[_ngcontent-ng-c2867800059] {
  width: 3.2rem;
  height: 3.2rem
}

@keyframes _ngcontent-ng-c2867800059_loadSpinAnimation {
  0% {
    rotate: 0
  }

  80% {
    rotate: 360deg
  }

  to {
    rotate: 360deg
  }
}

@media all and (max-width: 767px) {
  .wheel-info[_ngcontent-ng-c2867800059] {
    gap: .8rem
  }

  .wheel-info__timer[_ngcontent-ng-c2867800059] {
    font-size: 3.2rem;
    line-height: 3.2rem
  }

  .wheel-info__container[_ngcontent-ng-c2867800059],
  .wheel-info__loader[_ngcontent-ng-c2867800059] {
    height: 5rem;
    width: 5rem
  }

  .wheel-info__win-icon[_ngcontent-ng-c2867800059] {
    width: 2.4rem;
    height: 2.4rem
  }
}

[_nghost-ng-c1886608484] {
  display: block;
  width: 100%;
  height: 100%
}

.character[_ngcontent-ng-c1886608484] {
  display: block;
  width: 100%;
  height: 100%
}

[_nghost-ng-c928357486] {
  display: block;
  width: 100%;
  height: 100%
}

canvas[_ngcontent-ng-c928357486] {
  width: 100%;
  height: 100%
}

@keyframes _ngcontent-ng-c817349274_betAnimation {
  0% {
    opacity: 0;
    transform: scale(.9)
  }

  to {
    opacity: 1;
    transform: scale(1)
  }
}

.bet[_ngcontent-ng-c817349274] {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 5.6rem;
  gap: 1.4rem;
  padding: .8rem 1.2rem;
  border-radius: 1.2rem;
  background: #1f30264d;
  overflow: hidden
}

.bet[_ngcontent-ng-c817349274]:before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  background: linear-gradient(90deg, #a6ff3500 50%, #a6ff3533), #1f30264d
}

.bet[_ngcontent-ng-c817349274]:before {
  transition: opacity .2s
}

@media (prefers-reduced-motion: reduce) {
  .bet[_ngcontent-ng-c817349274]:before {
    transition: unset
  }
}

.bet.is-animated[_ngcontent-ng-c817349274] {
  animation-name: _ngcontent-ng-c817349274_betAnimation;
  animation-duration: .25s;
  animation-fill-mode: both
}

.bet.is-own[_ngcontent-ng-c817349274] {
  background: #293e3280
}

.bet.is-winner[_ngcontent-ng-c817349274]:before {
  opacity: 1
}

.bet.is-winner[_ngcontent-ng-c817349274] .bet__item[_ngcontent-ng-c817349274] {
  display: none
}

.bet[_ngcontent-ng-c817349274]:hover {
  filter: brightness(1.2)
}

.bet__amount[_ngcontent-ng-c817349274] {
  color: #ffe177;
  --currency-font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.4rem;
  letter-spacing: .072rem
}

.bet__item[_ngcontent-ng-c817349274] {
  display: flex;
  align-items: center;
  position: relative;
  height: 100%;
  width: 5.4rem
}

.bet__item[_ngcontent-ng-c817349274] img[_ngcontent-ng-c817349274] {
  object-fit: contain
}

.bet__badge[_ngcontent-ng-c817349274] {
  position: absolute;
  right: calc(100% + .4rem);
  display: grid;
  place-items: center;
  height: 2rem;
  width: 2.8rem;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.6rem;
  border-radius: 1rem;
  background: #323f37
}

.bet__won-amount[_ngcontent-ng-c817349274] {
  --currency-icon-size: 1.4rem;
  position: relative;
  z-index: 2;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.6rem;
  gap: .2rem
}

.bet[_ngcontent-ng-c817349274] {
  transition: filter .2s
}

@media (prefers-reduced-motion: reduce) {
  .bet[_ngcontent-ng-c817349274] {
    transition: unset
  }
}

.player[_ngcontent-ng-c817349274] {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 1.2rem;
  flex: 1;
  width: fit-content
}

.player__avatar[_ngcontent-ng-c817349274] {
  position: relative;
  flex: none;
  width: 4rem;
  height: 4rem;
  border-radius: 1.2rem;
  overflow: hidden
}

.player__avatar[_ngcontent-ng-c817349274]:hover {
  filter: brightness(1.2)
}

.player__avatar[_ngcontent-ng-c817349274] {
  transition: filter .2s
}

@media (prefers-reduced-motion: reduce) {
  .player__avatar[_ngcontent-ng-c817349274] {
    transition: unset
  }
}

.player__info[_ngcontent-ng-c817349274] {
  display: flex;
  flex-direction: column;
  gap: .2rem
}

.player__nickname[_ngcontent-ng-c817349274] {
  color: #a7c2a2;
  font-size: 1.4rem;
  line-height: 1.6rem;
  font-weight: 500;
  letter-spacing: -.028rem
}

.player__nickname[_ngcontent-ng-c817349274]:hover {
  color: #fff
}

.player__nickname[_ngcontent-ng-c817349274] {
  max-width: 9rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden
}

.player__nickname[_ngcontent-ng-c817349274] {
  transition: color .2s
}

@media (prefers-reduced-motion: reduce) {
  .player__nickname[_ngcontent-ng-c817349274] {
    transition: unset
  }
}

.login-button[_ngcontent-ng-c1287695545] {
  --icon-size: 2rem;
  color: #11131e;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.6rem;
  padding-inline: 1.2rem;
  height: 4rem;
  gap: .4rem;
  border-radius: 1rem
}

.sidebar[_ngcontent-ng-c3675730283] {
  width: 30.5rem;
  height: 100%
}

@media (min-width: 1919px) {
  .sidebar[_ngcontent-ng-c3675730283] .sidebar-buttons[_ngcontent-ng-c3675730283] {
    left: 0
  }
}

@media (min-width: 992px) and (max-width: 1920px) {
  .sidebar.is-chat-closed[_ngcontent-ng-c3675730283] {
    width: 100%
  }

  .sidebar.is-chat-closed[_ngcontent-ng-c3675730283] .sidebar-buttons[_ngcontent-ng-c3675730283] {
    left: -14rem
  }
}

.sidebar-buttons[_ngcontent-ng-c3675730283] {
  position: absolute;
  bottom: 0;
  left: 18rem;
  display: flex;
  align-items: center;
  gap: .4rem;
  padding: .4rem;
  border-radius: 1.6rem;
  background: #101d18;
  margin-top: auto
}

.sidebar-buttons__button[_ngcontent-ng-c3675730283] {
  padding: 0;
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 1.2rem;
  background-color: #15271f;
  color: #aebfb7
}

.sidebar-buttons__button[_ngcontent-ng-c3675730283]:hover {
  background-color: #293b33
}

.sidebar-buttons__button[_ngcontent-ng-c3675730283]:hover .sidebar-buttons__icon[_ngcontent-ng-c3675730283]:before {
  opacity: 1
}

.sidebar-buttons__icon[_ngcontent-ng-c3675730283] {
  position: relative;
  width: 2.4rem;
  height: 2.4rem;
  background: #aebfb7;
  mask-position: center center
}

.sidebar-buttons__icon[_ngcontent-ng-c3675730283]:before {
  content: "";
  position: absolute;
  z-index: 2;
  display: block;
  inset: 0;
  opacity: 0;
  background: linear-gradient(180deg, #5bb815, #97f123)
}

.sidebar-buttons__icon[_ngcontent-ng-c3675730283]:before {
  transition: opacity .2s
}

@media (prefers-reduced-motion: reduce) {
  .sidebar-buttons__icon[_ngcontent-ng-c3675730283]:before {
    transition: unset
  }
}

.sidebar-buttons__icon_chat[_ngcontent-ng-c3675730283],
.sidebar-buttons__icon_chat[_ngcontent-ng-c3675730283]:before {
  mask-image: url(/assets/icons/chat-alt.svg)
}

.sidebar-buttons__icon_headphones[_ngcontent-ng-c3675730283],
.sidebar-buttons__icon_headphones[_ngcontent-ng-c3675730283]:before {
  mask-image: url(/assets/icons/headphones-alt.svg)
}

.container-placeholder[_ngcontent-ng-c3675730283] {
  border-radius: 2.4rem;
  background-color: #152727;
  height: 100%;
  width: 30.5rem
}

@media all and (max-width: 991px) {

  .sidebar-buttons[_ngcontent-ng-c3675730283],
  .container-placeholder[_ngcontent-ng-c3675730283] {
    display: none
  }
}

.web-pushes-prompt[_ngcontent-ng-c1615477116] {
  position: fixed;
  top: -2rem;
  left: 1.2rem;
  z-index: 111;
  display: flex;
  flex-direction: column;
  width: 40rem;
  padding: 3.2rem;
  box-shadow: 0 39px 53px #0000001c;
  border-radius: 0 0 1.6rem 1.6rem;
  background: #101d18;
  opacity: 0;
  visibility: hidden
}

.web-pushes-prompt.is-visible[_ngcontent-ng-c1615477116] {
  opacity: 1;
  transform: translateY(2rem);
  visibility: visible
}

.web-pushes-prompt__title[_ngcontent-ng-c1615477116] {
  --svg-icon-bg: #A0BDA660;
  display: flex;
  align-items: center;
  gap: .4rem;
  font-size: 2.4rem;
  line-height: 2.6rem;
  font-weight: 500
}

.web-pushes-prompt__title-icon[_ngcontent-ng-c1615477116] {
  width: 2.4rem;
  height: 2.4rem
}

.web-pushes-prompt__subtitle[_ngcontent-ng-c1615477116] {
  margin-top: 1.2rem;
  color: #a0bda6;
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 400
}

.web-pushes-prompt__buttons[_ngcontent-ng-c1615477116] {
  display: flex;
  gap: .8rem;
  margin-top: 3.2rem
}

.web-pushes-prompt__btn[_ngcontent-ng-c1615477116] {
  flex: 1;
  height: 4.8rem;
  font-size: 1.6rem;
  line-height: 2rem;
  border-radius: .8rem
}

.web-pushes-prompt[_ngcontent-ng-c1615477116] {
  transition: opacity .2s, visibility .2s, transform .2s
}

@media (prefers-reduced-motion: reduce) {
  .web-pushes-prompt[_ngcontent-ng-c1615477116] {
    transition: unset
  }
}

@media all and (max-width: 991px) {
  .web-pushes-prompt[_ngcontent-ng-c1615477116] {
    position: fixed;
    top: auto;
    bottom: 0;
    inset-inline: 0;
    border-radius: 0
  }

  .web-pushes-prompt.is-visible[_ngcontent-ng-c1615477116] {
    width: 100%
  }

  .web-pushes-prompt__buttons[_ngcontent-ng-c1615477116] {
    margin-bottom: 2.6rem
  }
}

[_nghost-ng-c507549986] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  align-self: center;
  flex: 1
}

.is-bordered[_nghost-ng-c507549986] {
  border-radius: 1.6rem;
  border: 1px solid #101D18
}

.empty-block[_ngcontent-ng-c507549986] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.6rem;
  align-items: center;
  height: 100%;
  width: 100%;
  text-align: center
}

.empty-block_w100[_ngcontent-ng-c507549986] {
  width: 100%
}

.empty-block_awaiting[_ngcontent-ng-c507549986] .empty-block__content[_ngcontent-ng-c507549986] {
  width: 46rem
}

.empty-block_notification[_ngcontent-ng-c507549986] .empty-block__content[_ngcontent-ng-c507549986] {
  gap: .8rem
}

.empty-block_notification[_ngcontent-ng-c507549986] .empty-block__title[_ngcontent-ng-c507549986] {
  color: #a0bda6;
  line-height: 1.8rem
}

.empty-block_notification[_ngcontent-ng-c507549986] .empty-block__text[_ngcontent-ng-c507549986] {
  color: #8d9f9780;
  font-weight: 400;
  line-height: 1.8rem
}

.empty-block__logo[_ngcontent-ng-c507549986] {
  position: relative;
  width: 20rem;
  height: 5.4rem;
  margin-bottom: 1rem
}

.empty-block__content[_ngcontent-ng-c507549986] {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .8rem
}

.empty-block__title[_ngcontent-ng-c507549986] {
  color: #a7c2a2;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6rem
}

.empty-block__text[_ngcontent-ng-c507549986] {
  color: #a7c2a280;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8rem;
  max-width: 23rem
}

.logo__picture[_ngcontent-ng-c507549986] {
  position: relative;
  width: inherit;
  height: inherit
}

.logo__picture[_ngcontent-ng-c507549986] img[_ngcontent-ng-c507549986] {
  object-fit: contain
}

@media all and (max-width: 767px) {
  .empty-block__title[_ngcontent-ng-c507549986] {
    font-size: 1.3rem
  }
}

.footer[_ngcontent-ng-c3746645705] {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
  margin-top: 2.4rem
}

.footer__head[_ngcontent-ng-c3746645705] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 7.2rem;
  padding-inline: 2rem 1.6rem;
  border-radius: 1.6rem;
  background: linear-gradient(180deg, #112118, #172f1e)
}

.footer__logo[_ngcontent-ng-c3746645705] {
  position: relative;
  width: 10.5rem;
  height: 2.8rem;
  flex: none
}

.footer__logo[_ngcontent-ng-c3746645705] {
  transition: filter .2s
}

@media (prefers-reduced-motion: reduce) {
  .footer__logo[_ngcontent-ng-c3746645705] {
    transition: unset
  }
}

.footer__logo[_ngcontent-ng-c3746645705]:hover {
  filter: brightness(1.2)
}

.footer__logo[_ngcontent-ng-c3746645705] img[_ngcontent-ng-c3746645705] {
  object-fit: contain
}

.footer__languages[_ngcontent-ng-c3746645705] {
  margin-left: 2.4rem
}

.footer__counters[_ngcontent-ng-c3746645705] {
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 1.2rem;
  padding-inline: 10.6rem
}

@media all and (max-width: 991px) {
  .footer[_ngcontent-ng-c3746645705] {
    gap: 1.6rem
  }

  .footer__logo[_ngcontent-ng-c3746645705] {
    height: 4rem
  }

  .footer__head[_ngcontent-ng-c3746645705] {
    position: relative;
    height: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 1.6rem;
    gap: 3.2rem
  }

  .footer__head[_ngcontent-ng-c3746645705]:before {
    content: "";
    position: absolute;
    display: block;
    top: 7.2rem;
    left: 0;
    width: 100%;
    height: .1rem;
    background: #0a120d85
  }

  .footer__counters[_ngcontent-ng-c3746645705] {
    grid-row-start: 2;
    grid-column: span 2;
    display: flex;
    justify-content: space-between;
    padding-inline: .8rem
  }

  .footer__languages[_ngcontent-ng-c3746645705] {
    margin-left: auto
  }
}

@media all and (max-width: 767px) {
  .footer__counters[_ngcontent-ng-c3746645705] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 1.6rem;
    padding-inline: 0
  }

  .footer__counters[_ngcontent-ng-c3746645705]>[_ngcontent-ng-c3746645705]:nth-child(2n) {
    justify-self: end
  }

  .footer__languages[_ngcontent-ng-c3746645705] {
    margin-left: auto
  }
}

svg-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center
}

svg-icon svg {
  width: 100%;
  height: 100%
}

[_nghost-ng-c29652015] {
  position: relative;
  display: block;
  width: fit-content
}

.event[_ngcontent-ng-c29652015] {
  display: flex;
  justify-content: flex-end;
  padding-inline: 1.2rem;
  position: relative;
  border-radius: 1rem;
  height: 3.2rem;
  width: 12.7rem;
  background: linear-gradient(118deg, #ffa94312 42.27%, #ffa94363 136.2%);
  overflow: visible;
  align-items: center
}

.event[_ngcontent-ng-c29652015] {
  transition: filter .2s
}

@media (prefers-reduced-motion: reduce) {
  .event[_ngcontent-ng-c29652015] {
    transition: unset
  }
}

.event[_ngcontent-ng-c29652015]:hover {
  filter: brightness(1.2)
}

.event__crown[_ngcontent-ng-c29652015] {
  position: absolute;
  left: -1.4rem;
  top: -.2rem;
  width: 5rem;
  height: 3.6rem
}

.event[_ngcontent-ng-c29652015] .nav__text[_ngcontent-ng-c29652015] {
  color: #ffa943
}

.event__xp[_ngcontent-ng-c29652015] {
  position: absolute;
  right: .6rem;
  bottom: -1.4rem;
  display: flex;
  gap: .3rem;
  justify-content: flex-end;
  align-items: center;
  padding-right: .6rem;
  border-radius: 1rem;
  background: #fffbca;
  height: 1.8rem
}

.event__text[_ngcontent-ng-c29652015] {
  color: #0a120d;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.4rem
}

.event__text[_ngcontent-ng-c29652015] span[_ngcontent-ng-c29652015] {
  color: #0a120d80;
  line-height: 1.4rem
}

.event__lvl[_ngcontent-ng-c29652015] {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .7rem;
  line-height: 1.1333rem;
  font-weight: 700;
  color: #fff;
  width: 1.6rem;
  height: 1.8rem;
  flex: none;
  background: center/cover no-repeat url(/assets/images/header-level.svg)
}

[_nghost-ng-c1448916435] {
  --bgc: transparent;
  --icon-size: 2.2rem;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 auto;
  gap: .6rem;
  width: auto;
  min-width: auto;
  height: 6rem;
  background-color: var(--bgc);
  padding-inline: 2.4rem;
  border-radius: 1.2rem;
  border: 1px solid transparent;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1;
  color: var(--color, #fff);
  opacity: 1;
  text-transform: none;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer
}

[_nghost-ng-c1448916435] svg-icon[_ngcontent-ng-c1448916435] {
  width: var(--icon-size);
  height: var(--icon-size)
}

[uiIconButton][_nghost-ng-c1448916435] {
  padding-inline: 0
}

[shape=rounded][_nghost-ng-c1448916435] {
  border-radius: 50%
}

[_nghost-ng-c1448916435],
[_nghost-ng-c1448916435]:hover,
[_nghost-ng-c1448916435]:active,
[_nghost-ng-c1448916435]:focus {
  text-decoration: none;
  outline: none
}

[_nghost-ng-c1448916435]:focus-visible {
  outline-offset: .2rem;
  outline: .2rem solid #fff
}

.is-loading[_nghost-ng-c1448916435] .btn__content[_ngcontent-ng-c1448916435] {
  opacity: 0;
  visibility: hidden
}

[_nghost-ng-c1448916435] .btn__content[_ngcontent-ng-c1448916435] {
  position: relative;
  z-index: 1;
  display: inherit;
  flex-direction: inherit;
  align-items: inherit;
  justify-content: inherit;
  gap: inherit;
  width: inherit;
  height: inherit
}

[_nghost-ng-c1448916435] .btn__content.is-hidden[_ngcontent-ng-c1448916435] {
  opacity: 0;
  visibility: hidden
}

[disabled][_nghost-ng-c1448916435] {
  cursor: not-allowed;
  opacity: .5
}

[_nghost-ng-c1448916435] .loading-dots[_ngcontent-ng-c1448916435] {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .2em;
  width: 100%
}

[_nghost-ng-c1448916435] .loading-dots__dot[_ngcontent-ng-c1448916435] {
  background-color: #c8c8c880;
  border-radius: 50%;
  display: inline-block;
  height: .4em;
  width: .4em;
  animation: _ngcontent-ng-c1448916435_dot-keyframes 1.5s infinite ease-in-out
}

[_nghost-ng-c1448916435] .loading-dots__dot[_ngcontent-ng-c1448916435]:nth-child(2) {
  animation-delay: .5s
}

[_nghost-ng-c1448916435] .loading-dots__dot[_ngcontent-ng-c1448916435]:nth-child(3) {
  animation-delay: 1s
}

[appearance=grey][_nghost-ng-c1448916435] {
  color: #fff;
  background-color: #294444
}

[appearance=grey][_nghost-ng-c1448916435]:disabled {
  opacity: .5;
  cursor: not-allowed
}

[appearance=grey][_nghost-ng-c1448916435]:hover:not(:disabled) {
  background-color: #3e5c5c
}

[appearance=grey][_nghost-ng-c1448916435]:active:not(:disabled),
[appearance=grey].is-active[_nghost-ng-c1448916435]:not(:disabled) {
  background-color: #1f3535;
  border-color: transparent
}

[appearance=grey][_nghost-ng-c1448916435] .loading-dots__dot[_ngcontent-ng-c1448916435] {
  background-color: #fff
}

[appearance=blue][_nghost-ng-c1448916435] {
  color: #fff;
  background-color: #00a3ff
}

[appearance=blue][_nghost-ng-c1448916435]:disabled {
  opacity: .5;
  cursor: not-allowed
}

[appearance=blue][_nghost-ng-c1448916435]:hover:not(:disabled) {
  background-color: #0075ff;
  color: #fff;
  border-color: #3e97ff
}

[appearance=blue][_nghost-ng-c1448916435]:active:not(:disabled),
[appearance=blue].is-active[_nghost-ng-c1448916435]:not(:disabled) {
  background-color: #32b5ff;
  border-color: transparent
}

[appearance=blue][_nghost-ng-c1448916435] .loading-dots__dot[_ngcontent-ng-c1448916435] {
  background-color: #fff
}

[appearance=green][_nghost-ng-c1448916435] {
  color: #0a120d;
  background-color: #a6ff35
}

[appearance=green][_nghost-ng-c1448916435]:disabled {
  opacity: .5;
  cursor: not-allowed
}

[appearance=green][_nghost-ng-c1448916435]:hover:not(:disabled) {
  background-color: #bbff65;
  color: #0a120d;
  border-color: transparent
}

[appearance=green][_nghost-ng-c1448916435]:active:not(:disabled),
[appearance=green].is-active[_nghost-ng-c1448916435]:not(:disabled) {
  background-color: #a6ff3599;
  border-color: transparent
}

[appearance=green][_nghost-ng-c1448916435] .loading-dots__dot[_ngcontent-ng-c1448916435] {
  background-color: #0a120d
}

[appearance=green-transparent][_nghost-ng-c1448916435] {
  color: #a6ff35;
  background-color: #a6ff351a
}

[appearance=green-transparent][_nghost-ng-c1448916435]:disabled {
  opacity: .5;
  cursor: not-allowed
}

[appearance=green-transparent][_nghost-ng-c1448916435]:hover:not(:disabled) {
  background-color: #a6ff3533;
  color: #a6ff35;
  border-color: transparent
}

[appearance=green-transparent][_nghost-ng-c1448916435]:active:not(:disabled),
[appearance=green-transparent].is-active[_nghost-ng-c1448916435]:not(:disabled) {
  background-color: #a6ff351a;
  border-color: transparent
}

[appearance=green-transparent][_nghost-ng-c1448916435] .loading-dots__dot[_ngcontent-ng-c1448916435] {
  background-color: #a6ff35
}

[appearance=destructive][_nghost-ng-c1448916435] {
  color: #ff8c67;
  background-color: #f4572552
}

[appearance=destructive][_nghost-ng-c1448916435]:disabled {
  opacity: .5;
  cursor: not-allowed
}

[appearance=destructive][_nghost-ng-c1448916435]:hover:not(:disabled) {
  background-color: #f4572566;
  color: #ff8c67;
  border-color: #f4572552
}

[appearance=destructive][_nghost-ng-c1448916435]:active:not(:disabled),
[appearance=destructive].is-active[_nghost-ng-c1448916435]:not(:disabled) {
  background-color: #f4572599;
  border-color: transparent
}

[appearance=destructive][_nghost-ng-c1448916435] .loading-dots__dot[_ngcontent-ng-c1448916435] {
  background-color: #ff8c67
}

[appearance=grey-alt][_nghost-ng-c1448916435] {
  color: #a0bda6;
  background-color: #15271f
}

[appearance=grey-alt][_nghost-ng-c1448916435]:disabled {
  opacity: .5;
  cursor: not-allowed
}

[appearance=grey-alt][_nghost-ng-c1448916435]:hover:not(:disabled) {
  background-color: #1f3129;
  color: #a0bda6;
  border-color: transparent
}

[appearance=grey-alt][_nghost-ng-c1448916435]:active:not(:disabled),
[appearance=grey-alt].is-active[_nghost-ng-c1448916435]:not(:disabled) {
  background-color: #15271f99;
  border-color: transparent
}

[appearance=grey-alt][_nghost-ng-c1448916435] .loading-dots__dot[_ngcontent-ng-c1448916435] {
  background-color: #a0bda6
}

[appearance=white][_nghost-ng-c1448916435] {
  color: #0a120d;
  background-color: #fff
}

[appearance=white][_nghost-ng-c1448916435]:disabled {
  opacity: .5;
  cursor: not-allowed
}

[appearance=white][_nghost-ng-c1448916435]:hover:not(:disabled) {
  background-color: #0a120d;
  color: #fff;
  border-color: transparent
}

[appearance=white][_nghost-ng-c1448916435]:active:not(:disabled),
[appearance=white].is-active[_nghost-ng-c1448916435]:not(:disabled) {
  background-color: #fff3;
  border-color: transparent
}

[appearance=white][_nghost-ng-c1448916435] .loading-dots__dot[_ngcontent-ng-c1448916435] {
  background-color: #0a120d
}

[appearance=grey-select][_nghost-ng-c1448916435] {
  border: none;
  outline: 1px solid transparent;
  outline-offset: -1px;
  background: #a7c2a20d;
  color: #a7c2a280
}

[appearance=grey-select][_nghost-ng-c1448916435]:before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  background: linear-gradient(180deg, #a6ff350d, #a6ff3533)
}

[appearance=grey-select][_nghost-ng-c1448916435]:before {
  transition: opacity .2s
}

@media (prefers-reduced-motion: reduce) {
  [appearance=grey-select][_nghost-ng-c1448916435]:before {
    transition: unset
  }
}

[appearance=grey-select].is-selected[_nghost-ng-c1448916435] {
  outline-color: #a6ff3580;
  color: #fff
}

[appearance=grey-select].is-selected[_nghost-ng-c1448916435]:before {
  opacity: 1
}

[appearance=grey-select][_nghost-ng-c1448916435]:hover:not(.is-selected) {
  background: #a7c2a212;
  color: #fff
}

[appearance=grey-select][_nghost-ng-c1448916435]:active:not(:disabled) {
  background-color: #a7c2a226
}

[_nghost-ng-c1448916435] {
  transition: background-color .2s, border-color .2s, color .2s, filter .2s, opacity .2s, visibility .2s
}

@media (prefers-reduced-motion: reduce) {
  [_nghost-ng-c1448916435] {
    transition: unset
  }
}

@keyframes _ngcontent-ng-c1448916435_dot-keyframes {
  0% {
    opacity: .4;
    transform: scale(1)
  }

  50% {
    opacity: 1;
    transform: scale(1.2)
  }

  to {
    opacity: .4;
    transform: scale(1)
  }
}

[_nghost-ng-c1008621783] {
  display: block;
  width: fit-content
}

.counter[_ngcontent-ng-c1008621783] {
  display: flex;
  align-items: center;
  gap: 1.2rem
}

.counter__icon[_ngcontent-ng-c1008621783] {
  --svg-icon-bg: linear-gradient(180deg, rgba(91, 184, 21, 1), rgba(151, 241, 35, 1));
  width: 2.4rem;
  height: 2.4rem;
  flex: none
}

.counter__number[_ngcontent-ng-c1008621783] {
  --currency-font-size: 1.6rem;
  font-size: 1.6rem;
  color: #fff;
  font-weight: 500;
  line-height: 1.8rem;
  font-variant-numeric: tabular-nums
}

.counter__number[_ngcontent-ng-c1008621783]:before {
  display: none
}

.counter__title[_ngcontent-ng-c1008621783] {
  font-size: 1.2rem;
  text-transform: lowercase;
  font-weight: 400;
  line-height: 1.4rem;
  margin-top: .2rem;
  color: #65776f
}

@charset "UTF-8";

.streamer_mode .nickname,
.streamer_mode .message__content,
.streamer_mode * .nickname,
.streamer_mode * .message__content {
  opacity: .01
}

.streamer_mode .nickname,
.streamer_mode .message__content,
.streamer_mode * .nickname,
.streamer_mode * .message__content {
  transition: opacity .2s
}

@media (prefers-reduced-motion: reduce) {

  .streamer_mode .nickname,
  .streamer_mode .message__content,
  .streamer_mode * .nickname,
  .streamer_mode * .message__content {
    transition: unset
  }
}

.streamer_mode .nickname:hover,
.streamer_mode .message__content:hover,
.streamer_mode * .nickname:hover,
.streamer_mode * .message__content:hover {
  opacity: 1
}

*:where(:not(html,
    iframe,
    canvas,
    img,
    svg,
    video,
    audio):not(svg *,
    symbol *):not(#sidePanel)) {
  all: unset;
  display: revert
}

*,
*:before,
*:after {
  box-sizing: border-box
}

a,
button {
  cursor: revert
}

ol,
ul,
menu {
  list-style: none
}

img {
  max-inline-size: 100%;
  max-block-size: 100%
}

table {
  border-collapse: collapse
}

input,
textarea {
  -webkit-user-select: auto
}

textarea {
  white-space: revert
}

meter {
  -webkit-appearance: revert;
  appearance: revert
}

:where(pre) {
  all: revert
}

::placeholder {
  color: unset
}

::marker {
  content: initial
}

:where([hidden]) {
  display: none
}

:where([contenteditable]:not([contenteditable=false])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  -webkit-user-select: auto
}

:where([draggable=true]) {
  -webkit-user-drag: element
}

:where(dialog:modal) {
  all: revert
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none
}

.scroll {
  transform: translateZ(0);
  will-change: transform
}

.scroll::-webkit-scrollbar {
  width: .5rem;
  height: .5rem
}

.scroll::-webkit-scrollbar-thumb {
  border-radius: 1rem;
  background: #1f3026
}

.scroll::-webkit-scrollbar-track {
  background-color: #0c191900
}

@supports (scrollbar-gutter: stable) {
  .scroll {
    scrollbar-gutter: stable
  }
}

.scroll_horizontal {
  overflow-x: auto;
  overflow-y: hidden
}

.scroll_horizontal.scroll_deactivated {
  overflow: unset
}

@media all and (min-width: 992px) {
  .scroll_horizontal.scroll_hover {
    overflow-x: hidden
  }

  .scroll_horizontal.scroll_hover:hover {
    overflow-x: auto
  }
}

.scroll_vertical {
  overflow-y: auto;
  overflow-x: hidden
}

.scroll_vertical.scroll_deactivated {
  overflow: unset
}

@media all and (min-width: 992px) {
  .scroll_vertical.scroll_hover {
    overflow-y: hidden
  }

  .scroll_vertical.scroll_hover:hover {
    overflow-y: auto
  }
}

@font-face {
  font-family: Euclid Square;
  font-style: normal;
  font-weight: 700;
  src: url(assets/EuclidSquare-Bold.woff2) format("woff2");
  font-display: swap
}

@font-face {
  font-family: Euclid Square;
  font-style: normal;
  font-weight: 600;
  src: url(assets/EuclidSquare-SemiBold.woff2) format("woff2");
  font-display: swap
}

@font-face {
  font-family: Euclid Square;
  font-style: normal;
  font-weight: 500;
  src: url(assets/EuclidSquare-Medium.woff2) format("woff2");
  font-display: swap
}

@font-face {
  font-family: Euclid Square;
  font-style: normal;
  font-weight: 400;
  src: url(assets/EuclidSquare-Regular.woff2) format("woff2");
  font-display: swap
}

@font-face {
  font-family: Euclid-fallback;
  src: local(Arial);
  size-adjust: 107%;
  ascent-override: 93%;
  descent-override: normal;
  line-gap-override: 7%
}

.preload {
  position: relative;
  display: inline-block;
  border-radius: 4px;
  line-height: 1;
  overflow: hidden;
  background-color: #2c3765;
  background-image: linear-gradient(90deg, #0003, #0003, #0003);
  background-size: 200px 100%;
  background-repeat: no-repeat;
  background-position: -200px 0;
  animation: 1.2s ease-in-out .5s infinite normal none running preload-animation
}

.animations_off .preload,
.preload.static {
  animation: none;
  background-image: none;
  background-size: inherit;
  background-repeat: inherit
}

@keyframes preload-animation {
  0% {
    background-position: -200px 0
  }

  to {
    background-position: calc(200px + 100%) 0
  }
}

html {
  font-size: .625rem
}

html::-webkit-scrollbar {
  width: .5rem;
  height: .5rem
}

html::-webkit-scrollbar-thumb {
  border-radius: 1rem;
  background: #1f3026
}

html::-webkit-scrollbar-track {
  background-color: #0c191900
}

@media all and (max-width: 1799px) {
  html {
    font-size: .6vw
  }
}

@media all and (max-width: 991px) {
  html {
    font-size: .625rem
  }
}

body {
  position: relative;
  /* background: #0a120d; */
  color: #fff;
  font-family: Euclid Square, Euclid-fallback, Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
  scrollbar-gutter: stable;
  overflow-x: hidden;
  overflow-y: scroll;
  height: 100vh
}

body.scroll-block,
body.chat-scroll-block {
  overflow: hidden;
  touch-action: none
}

@media all and (min-width: 992px) and (hover: hover) {
  body.ngneat-dialog-hidden {
    padding-right: .5rem
  }
}

[ng-img=true] {
  object-fit: cover
}

a:focus-visible {
  text-decoration: underline
}

a:focus-visible span {
  text-decoration: underline
}

.page-title {
  color: #859c8d;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.8rem
}

@media all and (max-width: 991px) {
  .page-title {
    font-size: 1.4rem;
    line-height: 2rem;
    margin-top: 0
  }
}

.badge {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: .2rem .5rem;
  border-radius: .8rem;
  font-weight: 700;
  line-height: 1;
  font-size: 1.2rem
}

.badge_yellow {
  color: #0c1919;
  background-color: #ffd337
}

.badge_blue {
  color: #0b5065;
  background-color: #72ddff
}

.currency {
  --currency-font-size: 1.6rem;
  --currency-color: #FFE177;
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  white-space: nowrap;
  color: var(--currency-color);
  font-size: var(--currency-font-size);
  line-height: 1
}

.currency:not(.currency_reverse):before {
  content: "";
  display: inline-block;
  width: var(--currency-icon-size, calc(var(--currency-font-size) + .2rem));
  height: var(--currency-icon-size, calc(var(--currency-font-size) + .2rem))
}

.currency_USD:before {
  mask-image: url(/assets/icons/coin.svg);
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  background-color: var(--currency-color)
}

.currency_muh_USD:before {
  background: center/contain no-repeat url(/assets/images/jab-tap/muh.svg)
}

.currency_reverse:after {
  content: "";
  display: inline-block;
  width: calc(var(--currency-font-size) + .2rem);
  height: calc(var(--currency-font-size) + .2rem);
  background: center/contain no-repeat url(/assets/images/coin.svg)
}

table.table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 .4rem
}

table.table thead {
  color: #a7c2a2;
  opacity: .5;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.6rem;
  letter-spacing: -.28px
}

table.table thead th:first-child {
  padding-left: 2.4rem
}

table.table thead th:last-child {
  padding-right: 2.4rem
}

table.table thead:after {
  content: "";
  display: table-row;
  height: .8rem
}

table.table tbody tr {
  height: 6rem
}

table.table tbody tr:hover td {
  background-color: #1f3026
}

table.table tbody td {
  vertical-align: middle;
  background-color: #1f30264d
}

table.table tbody td {
  transition: background-color .2s
}

@media (prefers-reduced-motion: reduce) {
  table.table tbody td {
    transition: unset
  }
}

table.table tbody td:first-child {
  border-top-left-radius: 1.6rem;
  border-bottom-left-radius: 1.6rem;
  padding-left: 2.4rem
}

table.table tbody td:last-child {
  border-top-right-radius: 1.6rem;
  border-bottom-right-radius: 1.6rem;
  padding-right: 2.4rem
}

@media all and (max-width: 767px) {
  table.table thead th:first-child {
    padding-left: 1.2rem
  }

  table.table thead th:last-child {
    padding-right: 1.2rem
  }

  table.table tbody td:first-child {
    border-top-left-radius: 1.2rem;
    border-bottom-left-radius: 1.2rem;
    padding-left: 1.2rem
  }

  table.table tbody td:last-child {
    border-top-right-radius: 1.2rem;
    border-bottom-right-radius: 1.2rem;
    padding-right: 1.2rem
  }
}

.tabs {
  display: flex;
  gap: .4rem
}

.tabs .tab {
  position: relative;
  display: flex;
  align-items: center;
  gap: .8rem;
  flex: none;
  height: 4.8rem;
  padding-inline: 2rem;
  border-radius: 2.8rem;
  outline: 2px solid #1F3026;
  outline-offset: -2px;
  color: #c6dac1;
  font-size: 1.6rem;
  font-weight: 500;
  overflow: hidden;
  cursor: pointer
}

.tabs .tab {
  transition: color .2s, background-color .2s, outline-color .2s
}

@media (prefers-reduced-motion: reduce) {
  .tabs .tab {
    transition: unset
  }
}

.tabs .tab:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, #a6ff350d, #a6ff3533);
  opacity: 0
}

.tabs .tab:before {
  transition: opacity .2s
}

@media (prefers-reduced-motion: reduce) {
  .tabs .tab:before {
    transition: unset
  }
}

.tabs .tab:hover:not(.is-active) {
  background-color: #1f3026
}

.tabs .tab.is-active {
  color: #a6ff35;
  outline-color: transparent
}

.tabs .tab.is-active:before {
  opacity: 1
}

.tabs .tab__icon {
  width: 2.4rem;
  height: 2.4rem;
  position: relative
}

.tabs_sm .tab {
  height: 3.6rem;
  font-size: 1.4rem
}

@media all and (max-width: 767px) {
  .tabs::-webkit-scrollbar {
    display: none;
    width: 0
  }

  .tabs .tab {
    height: 3.6rem;
    font-size: 1.4rem
  }
}

.tooltip {
  z-index: 9999;
  background-color: var(--tooltip-bg-color, #293B33);
  box-shadow: none;
  border-radius: var(--tooltip-border-radius, .8rem);
  font-weight: 400;
  color: #a0bda6;
  font-size: 1.4rem;
  line-height: 1.4;
  white-space: normal;
  outline: 0;
  opacity: 1;
  transition-property: transform, opacity;
  transition-duration: 0ms;
  transform: none
}

.tooltip__content {
  position: relative;
  z-index: 1;
  padding: var(--tooltip-content-padding, .8rem 1.2rem)
}

.tooltip__arrow {
  position: absolute;
  width: 1.6rem;
  height: 1.6rem;
  color: var(--tooltip-arrow-color, #293B33);
  transform: translate(.45rem)
}

.tooltip__arrow:before {
  content: "";
  position: absolute;
  border-color: transparent;
  border-style: solid
}

.tooltip[data-animation=shift-towards].tooltip_hidden {
  opacity: 0
}

.tooltip[data-animation=shift-towards].tooltip_hidden[data-placement^=top] {
  transform: translateY(-1rem)
}

.tooltip[data-animation=shift-towards].tooltip_hidden[data-placement^=bottom] {
  transform: translateY(1rem)
}

.tooltip[data-animation=shift-towards].tooltip_hidden[data-placement^=left] {
  transform: translate(-1rem)
}

.tooltip[data-animation=shift-towards].tooltip_hidden[data-placement^=right] {
  transform: translate(1rem)
}

.tooltip[data-animation=shift-away].tooltip_hidden {
  opacity: 0
}

.tooltip[data-animation=shift-away].tooltip_hidden[data-placement^=top] {
  transform: translateY(1rem)
}

.tooltip[data-animation=shift-away].tooltip_hidden[data-placement^=bottom] {
  transform: translateY(-1rem)
}

.tooltip[data-animation=shift-away].tooltip_hidden[data-placement^=left] {
  transform: translate(1rem)
}

.tooltip[data-animation=shift-away].tooltip_hidden[data-placement^=right] {
  transform: translate(-1rem)
}

.tooltip[data-placement^=top] .tooltip__arrow {
  bottom: 0
}

.tooltip[data-placement^=top] .tooltip__arrow:before {
  bottom: -.7rem;
  left: 0;
  border-width: .8rem .8rem 0;
  transform-origin: center top;
  border-top-color: var(--tooltip-arrow-color, #293B33)
}

.tooltip[data-placement^=bottom] .tooltip__arrow {
  top: 0
}

.tooltip[data-placement^=bottom] .tooltip__arrow:before {
  top: -.7rem;
  left: 0;
  border-width: 0 .8rem .8rem;
  transform-origin: center bottom;
  border-bottom-color: var(--tooltip-arrow-color, #293B33)
}

.tooltip[data-placement^=left] .tooltip__arrow {
  right: 0
}

.tooltip[data-placement^=left] .tooltip__arrow:before {
  border-width: .8rem 0 .8rem .8rem;
  right: -.7rem;
  transform-origin: center left;
  border-left-color: var(--tooltip-arrow-color, #293B33)
}

.tooltip[data-placement^=right] .tooltip__arrow {
  left: 0
}

.tooltip[data-placement^=right] .tooltip__arrow:before {
  left: -.7rem;
  border-width: .8rem .8rem .8rem 0;
  transform-origin: center right;
  border-right-color: var(--tooltip-arrow-color, #293B33)
}

.tooltip_bigTooltip {
  --tooltip-border-radius: 1.6rem;
  --tooltip-bg-color: #101D18;
  --tooltip-arrow-color: #101D18;
  --tooltip-content-padding: 3.2rem
}

@media all and (max-width: 991px) {
  .tooltip_bigTooltip {
    --tooltip-content-padding: .8rem
  }
}

.tooltip_commands {
  --tooltip-bg-color: rgba(11, 24, 19, .96);
  --tooltip-arrow-color: rgba(11, 24, 19, .96);
  --tooltip-border-radius: 1.2rem;
  --tooltip-content-padding: 1.6rem
}

.tooltip_chatMenu {
  --tooltip-bg-color: #0B1813;
  --tooltip-arrow-color: #0B1813;
  --tooltip-border-radius: 1.2rem;
  --tooltip-content-padding: .4rem;
  box-shadow: 0 3.9rem 5.28rem #0000001c
}

.tooltip_stickers {
  --tooltip-bg-color: #122222;
  --tooltip-arrow-color: #122222;
  --tooltip-border-radius: 1.6rem;
  --tooltip-content-padding: 2rem .8rem 0 2.2rem;
  position: relative;
  left: -1.3rem
}

.tooltip_eventDeposit {
  --tooltip-border-radius: 0;
  background: url(/assets/images/deposit-event/buble.svg) no-repeat
}

.tooltip_eventDeposit .tooltip__content {
  top: -.3rem;
  color: #0a120d;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.3rem
}

.tooltip_eventDeposit .tooltip__arrow {
  display: none
}

.item-image_570 {
  position: relative
}

.item-image_570 img {
  width: auto !important;
  height: auto !important;
  object-fit: cover !important;
  aspect-ratio: 9/6;
  outline: 1px solid rgba(255, 255, 255, .062745098);
  outline-offset: 2px;
  border-radius: .8rem;
  margin: auto
}

@media all and (max-width: 991px) {
  ngneat-dialog .ngneat-dialog-backdrop {
    padding: 0
  }
}

ngneat-dialog .ngneat-dialog-backdrop.ngneat-dialog-backdrop-visible {
  background: #050606eb
}

ngneat-dialog .ngneat-dialog-backdrop .ngneat-dialog-content {
  background: transparent;
  animation: open .2s cubic-bezier(.25, .8, .25, 1);
  overflow: visible
}

@keyframes open {
  0% {
    transform: scale(.92)
  }

  to {
    transform: scale(1)
  }
}

@media all and (max-width: 767px) {
  ngneat-dialog .ngneat-dialog-backdrop .ngneat-dialog-content {
    border-radius: 2.4rem
  }
}

@keyframes hotToastEnter {
  0% {
    transform: scale(0)
  }

  to {
    transform: scale(1)
  }
}

.hot-toast-animated-icon {
  animation: var(--hot-toast-animated-icon-animation, hotToastEnter .3s ease-in-out forwards);
  position: var(--hot-toast-animated-icon-position, relative);
  transform: var(--hot-toast-animated-icon-transform, scale(0))
}

@media (prefers-reduced-motion: reduce) {
  .hot-toast-animated-icon {
    animation-duration: var(--hot-toast-animated-icon-reduced-motion-animation-duration, none);
    opacity: var(--hot-toast-animated-icon-reduced-motion-opacity, 1);
    transform: var(--hot-toast-animated-icon-reduced-motion-transform, scale(1))
  }
}

@keyframes hotToastCircleAnimation {
  0% {
    opacity: 0;
    transform: scale(0) rotate(45deg)
  }

  to {
    opacity: 1;
    transform: scale(1) rotate(45deg)
  }
}

@keyframes hotToastCheckmarkAnimation {
  0% {
    height: 0;
    opacity: 0;
    width: 0
  }

  40% {
    height: 0;
    opacity: 1;
    width: 6px
  }

  to {
    height: 10px;
    opacity: 1
  }
}

.hot-toast-checkmark-icon {
  animation: var(--hot-toast-checkmark-icon-animation, hotToastCircleAnimation .3s cubic-bezier(.175, .885, .32, 1.275) forwards);
  animation-delay: var(--hot-toast-checkmark-icon-animation-delay, .1s);
  background-color: var(--hot-toast-checkmark-icon-background-color, var(--check-primary, #61d345));
  border-radius: var(--hot-toast-checkmark-icon-border-radius, 10px);
  height: var(--hot-toast-checkmark-icon-height, 16px);
  opacity: var(--hot-toast-checkmark-icon-opacity, 0);
  position: var(--hot-toast-checkmark-icon-position, relative);
  transform: var(--hot-toast-checkmark-icon-transform, rotate(45deg));
  width: var(--hot-toast-checkmark-icon-width, 16px)
}

@media (prefers-reduced-motion: reduce) {
  .hot-toast-checkmark-icon {
    animation-duration: var(--hot-toast-checkmark-icon-reduced-motion-animation-duration, 0ms)
  }
}

.hot-toast-checkmark-icon:after {
  animation: var(--hot-toast-checkmark-icon-after-animation, hotToastCheckmarkAnimation .2s ease-out forwards);
  animation-delay: var(--hot-toast-checkmark-icon-after-animation-delay, .2s);
  border-bottom-style: solid;
  border-bottom-width: var(--hot-toast-checkmark-icon-after-border-bottom, 1px);
  border-color: var(--hot-toast-checkmark-icon-after-border-color, var(--check-secondary, #000));
  border-right-style: solid;
  border-right-width: var(--hot-toast-checkmark-icon-after-border-right, 1px);
  bottom: var(--hot-toast-checkmark-icon-after-bottom, 4px);
  box-sizing: var(--hot-toast-checkmark-icon-after-box-sizing, border-box);
  content: var(--hot-toast-checkmark-icon-after-content, "");
  height: var(--hot-toast-checkmark-icon-after-height, 10px);
  left: var(--hot-toast-checkmark-icon-after-left, 4px);
  opacity: var(--hot-toast-checkmark-icon-after-opacity, 0);
  position: var(--hot-toast-checkmark-icon-after-position, absolute);
  width: var(--hot-toast-checkmark-icon-after-width, 5px)
}

@media (prefers-reduced-motion: reduce) {
  .hot-toast-checkmark-icon:after {
    animation-duration: var(--hot-toast-checkmark-icon-after-reduced-motion-animation-duration, 0ms)
  }
}

@keyframes hotToastErrorCircleAnimation {
  0% {
    opacity: 0;
    transform: scale(0) rotate(45deg)
  }

  to {
    opacity: 1;
    transform: scale(1) rotate(45deg)
  }
}

@keyframes hotToastFirstLineAnimation {
  0% {
    opacity: 0;
    transform: scale(0)
  }

  to {
    opacity: 1;
    transform: scale(1)
  }
}

@keyframes hotToastSecondLineAnimation {
  0% {
    opacity: 0;
    transform: scale(0) rotate(90deg)
  }

  to {
    opacity: 1;
    transform: scale(1) rotate(90deg)
  }
}

.hot-toast-error-icon {
  animation: var(--hot-toast-error-icon-animation, hotToastErrorCircleAnimation .3s cubic-bezier(.175, .885, .32, 1.275) forwards);
  animation-delay: var(--hot-toast-error-icon-animation-delay, .1s);
  background: var(--hot-toast-error-icon-background, var(--error-primary, #ff4b4b));
  border-radius: var(--hot-toast-error-icon-border-radius, 10px);
  height: var(--hot-toast-error-icon-height, 20px);
  opacity: var(--hot-toast-error-icon-opacity, 0);
  position: var(--hot-toast-error-icon-position, relative);
  transform: var(--hot-toast-error-icon-transform, rotate(45deg));
  width: var(--hot-toast-error-icon-width, 20px)
}

@media (prefers-reduced-motion: reduce) {
  .hot-toast-error-icon {
    animation-duration: var(--hot-toast-error-icon-reduced-motion-animation-duration, 0ms)
  }
}

.hot-toast-error-icon:after,
.hot-toast-error-icon:before {
  animation: var(--hot-toast-error-icon-after-before-animation, hotToastFirstLineAnimation .15s ease-out forwards);
  animation-delay: var(--hot-toast-error-icon-after-before-animation-delay, .15s);
  background: var(--hot-toast-error-icon-after-before-background, var(--error-secondary, #fff));
  border-radius: var(--hot-toast-error-icon-after-before-border-radius, 3px);
  bottom: var(--hot-toast-error-icon-after-before-bottom, 9px);
  content: var(--hot-toast-error-icon-after-before-content, "");
  height: var(--hot-toast-error-icon-after-before-height, 2px);
  left: var(--hot-toast-error-icon-after-before-left, 4px);
  opacity: var(--hot-toast-error-icon-after-before-opacity, 0);
  position: var(--hot-toast-error-icon-after-before-position, absolute);
  width: var(--hot-toast-error-icon-after-before-width, 12px)
}

@media (prefers-reduced-motion: reduce) {

  .hot-toast-error-icon:after,
  .hot-toast-error-icon:before {
    animation-duration: var(--hot-toast-error-icon-after-before-reduced-motion-animation-duration, 0ms)
  }
}

.hot-toast-error-icon:before {
  animation: var(--hot-toast-error-icon-before-animation, hotToastSecondLineAnimation .15s ease-out forwards);
  animation-delay: var(--hot-toast-error-icon-before-animation-delay, .18s);
  transform: var(--hot-toast-error-icon-before-transform, rotate(90deg))
}

@media (prefers-reduced-motion: reduce) {
  .hot-toast-error-icon:before {
    animation-duration: var(--hot-toast-error-icon-before-reduced-motion-animation-duration, 0ms)
  }
}

.hot-toast-bar-base {
  align-items: var(--hot-toast-align-items, center);
  background-color: var(--hot-toast-bg, #fff);
  border-radius: var(--hot-toast-border-radius, 16px);
  box-shadow: var(--hot-toast-shadow, 0 3px 10px rgba(0, 0, 0, .1), 0 3px 3px rgba(0, 0, 0, .05));
  color: var(--hot-toast-color, #363636);
  display: var(--hot-toast-display, flex);
  line-height: var(--hot-toast-line, 1.3);
  margin: var(--hot-toast-margin, 16px);
  max-width: var(--hot-toast-max-width, 350px);
  padding: var(--hot-toast-padding, 8px 10px);
  pointer-events: var(--hot-toast-pointer-events, auto);
  width: var(--hot-toast-width, fit-content);
  will-change: var(--hot-toast-will-change, transform)
}

.hot-toast-bar-base:hover,
.hot-toast-bar-base:focus {
  animation-play-state: var(--hot-toast-animation-state, paused) !important
}

@media (prefers-reduced-motion: reduce) {
  .hot-toast-bar-base {
    animation-duration: var(--hot-toast-reduced-motion-animation-duration, 10ms) !important
  }
}

.hot-toast-message {
  color: var(--hot-toast-message-color, inherit);
  display: var(--hot-toast-message-display, flex);
  flex: var(--hot-toast-message-flex, 1);
  justify-content: var(--hot-toast-message-justify-content, center);
  margin: var(--hot-toast-message-margin, 0 10px)
}

.hot-toast-bar-base-container {
  display: var(--hot-toast-container-display, flex);
  pointer-events: var(--hot-toast-container-pointer-events, none);
  position: var(--hot-toast-container-position, absolute);
  transition: var(--hot-toast-container-transition, transform .23s cubic-bezier(.21, 1.02, .73, 1))
}

@media (prefers-reduced-motion: reduce) {
  .hot-toast-bar-base-container {
    transition-duration: var(--hot-toast-container-reduced-motion-transition-duration, 10ms) !important
  }
}

.hot-toast-bar-base-container.hot-toast-theme-snackbar .hot-toast-bar-base {
  background: var(--hot-toast-snackbar-bg, #323232);
  box-shadow: var(--hot-toast-snackbar-shadow, 0 3px 5px -1px rgba(0, 0, 0, .2), 0 6px 10px 0 rgba(0, 0, 0, .14), 0 1px 18px 0 rgba(0, 0, 0, .12));
  color: var(--hot-toast-snackbar-color, rgb(255, 255, 255))
}

.hot-toast-bar-base-container.hot-toast-theme-snackbar .hot-toast-close-btn {
  filter: var(--hot-toast-snackbar-close-btn-filter, invert(1) grayscale(100%) brightness(200%))
}

.hot-toast-close-btn {
  align-self: var(--hot-toast-close-btn-align-self, flex-start);
  background-color: var(--hot-toast-close-btn-background-color, transparent);
  background-image: var(--hot-toast-close-btn-background-image, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%236c8c8c'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e"));
  background-position: var(--hot-toast-close-btn-background-position, center);
  background-repeat: var(--hot-toast-close-btn-background-repeat, no-repeat);
  background-size: var(--hot-toast-close-btn-background-size, 1.3em);
  border: var(--hot-toast-close-btn-border, 0);
  border-radius: var(--hot-toast-close-btn-border-radius, .25rem);
  box-sizing: var(--hot-toast-close-btn-box-sizing, content-box);
  display: var(--hot-toast-close-btn-display, flex);
  height: var(--hot-toast-close-btn-height, .8em);
  margin-top: var(--hot-toast-close-btn-margin-top, .25em);
  opacity: var(--hot-toast-close-btn-opacity, .5);
  padding: var(--hot-toast-close-btn-padding, .25em);
  width: var(--hot-toast-close-btn-width, .8em)
}

.hot-toast-close-btn:focus {
  box-shadow: var(--hot-toast-close-btn-box-shadow, 0 0 0 .125rem rgba(13, 110, 253, .25));
  outline: var(--hot-toast-close-btn-outline, none)
}

.hot-toast-close-btn:hover,
.hot-toast-close-btn:focus {
  opacity: var(--hot-toast-close-btn-opacity, .75)
}

.hot-toast-icon {
  align-self: var(--hot-toast-icon-align-self, flex-start);
  padding-top: var(--hot-toast-icon-padding-top, .25em)
}

.hot-toast-bar-base-wrapper {
  pointer-events: all
}

@keyframes hotToastEnterAnimationNegative {
  0% {
    opacity: .5;
    transform: translate3d(0, -80px, 0) scale(.6)
  }

  to {
    opacity: 1;
    transform: translateZ(0) scale(1)
  }
}

@keyframes hotToastEnterAnimationPositive {
  0% {
    opacity: .5;
    transform: translate3d(0, 80px, 0) scale(.6)
  }

  to {
    opacity: 1;
    transform: translateZ(0) scale(1)
  }
}

@keyframes hotToastExitAnimationPositive {
  0% {
    opacity: 1;
    transform: translateZ(-1px) scale(1)
  }

  to {
    opacity: 0;
    transform: translate3d(0, var(--hot-toast-exit-positive-y, 130px), -1px) scale(.5)
  }
}

@keyframes hotToastExitAnimationNegative {
  0% {
    opacity: 1;
    transform: translateZ(-1px) scale(1)
  }

  to {
    opacity: 0;
    transform: translate3d(0, var(--hot-toast-exit-negative-y, -130px), -1px) scale(.5)
  }
}

@keyframes hotToastEnterSoftAnimationNegative {
  0% {
    opacity: .5;
    transform: translate3d(0, -14px, 0)
  }

  to {
    opacity: 1;
    transform: translateZ(0)
  }
}

@keyframes hotToastEnterSoftAnimationPositive {
  0% {
    opacity: .5;
    transform: translate3d(0, 14px, 0)
  }

  to {
    opacity: 1;
    transform: translateZ(0)
  }
}

@keyframes hotToastExitSoftAnimationPositive {
  0% {
    opacity: 1;
    transform: translateZ(-1px)
  }

  to {
    opacity: 0;
    transform: translate3d(0, 14px, -1px)
  }
}

@keyframes hotToastExitSoftAnimationNegative {
  0% {
    opacity: 1;
    transform: translateZ(-1px)
  }

  to {
    opacity: 0;
    transform: translate3d(0, -14px, -1px)
  }
}

.hot-toast-indicator-wrapper {
  align-items: var(--hot-toast-indicator-wrapper-align-items, center);
  display: var(--hot-toast-indicator-wrapper-display, flex);
  justify-content: var(--hot-toast-indicator-wrapper-justify-content, center);
  min-height: var(--hot-toast-indicator-wrapper-min-height, 20px);
  min-width: var(--hot-toast-indicator-wrapper-min-width, 20px);
  position: var(--hot-toast-indicator-wrapper-position, relative)
}

.hot-toast-status-wrapper {
  position: var(--hot-toast-status-wrapper-position, absolute)
}

@keyframes animate-info-background {
  0% {
    opacity: 0;
    transform: scale(0)
  }

  to {
    opacity: 1;
    transform: scale(1)
  }
}

@keyframes animate-info-line {
  0% {
    height: 0;
    opacity: 0
  }

  40% {
    height: 4.8px;
    opacity: 1
  }

  to {
    height: 8px;
    opacity: 1
  }
}

.hot-toast-info-icon {
  animation: var(--hot-toast-info-icon-animation, animate-info-background .3s cubic-bezier(.175, .885, .32, 1.275) forwards);
  animation-delay: var(--hot-toast-info-icon-animation-delay, .1s);
  background-color: var(--hot-toast-info-icon-background-color, var(--info-primary, #0d6efd));
  border-radius: var(--hot-toast-info-icon-border-radius, 50%);
  display: var(--hot-toast-info-icon-display, block);
  height: var(--hot-toast-info-icon-height, 20px);
  opacity: var(--hot-toast-info-icon-opacity, 0);
  position: var(--hot-toast-info-icon-position, relative);
  transform: var(--hot-toast-info-icon-transform, scale(0));
  width: var(--hot-toast-info-icon-width, 20px)
}

.hot-toast-info-icon:after,
.hot-toast-info-icon:before {
  background-color: var(--hot-toast-info-icon-after-before-background-color, var(--info-secondary, #fff));
  border-radius: var(--hot-toast-info-icon-after-before-border-radius, 3px);
  box-sizing: var(--hot-toast-info-icon-after-before-box-sizing, border-box);
  content: var(--hot-toast-info-icon-after-before-content, "");
  display: var(--hot-toast-info-icon-after-before-display, block);
  left: var(--hot-toast-info-icon-after-before-left, 8.5px);
  position: var(--hot-toast-info-icon-after-before-position, absolute);
  width: var(--hot-toast-info-icon-after-before-width, 2.5px)
}

.hot-toast-info-icon:after {
  animation: var(--hot-toast-info-icon-after-animation, animate-info-line .2s ease-out forwards);
  animation-delay: var(--hot-toast-info-icon-after-animation-delay, .2s);
  height: var(--hot-toast-info-icon-after-height, 0);
  opacity: var(--hot-toast-info-icon-after-opacity, 0);
  top: var(--hot-toast-info-icon-after-bottom, 8px)
}

.hot-toast-info-icon:before {
  height: var(--hot-toast-info-icon-before-height, 2px);
  top: var(--hot-toast-info-icon-before-top, 4px)
}

@keyframes hotToastRotate {
  0% {
    transform: rotate(0)
  }

  to {
    transform: rotate(360deg)
  }
}

.hot-toast-loader-icon {
  animation: var(--hot-toast-loader-icon-animation, hotToastRotate 1s linear infinite);
  border: var(--hot-toast-loader-icon-border, 2px solid);
  border-bottom-color: var(--hot-toast-loader-icon-border-color, #e0e0e0);
  border-left-color: var(--hot-toast-loader-icon-border-color, #e0e0e0);
  border-radius: var(--hot-toast-loader-icon-border-radius, 100%);
  border-right-color: var(--hot-toast-loader-icon-border-right-color, #616161);
  border-top-color: var(--hot-toast-loader-icon-border-color, #e0e0e0);
  box-sizing: var(--hot-toast-loader-icon-box-sizing, border-box);
  height: var(--hot-toast-loader-icon-height, 14px);
  padding-top: var(--hot-toast-loader-icon-padding-top, 2px);
  width: var(--hot-toast-loader-icon-width, 14px)
}

@media (prefers-reduced-motion: reduce) {
  .hot-toast-loader-icon {
    animation-duration: var(--hot-toast-loader-icon-reduced-motion-animation-duration, 5s)
  }
}

@keyframes animate-warn-background {
  0% {
    opacity: 0;
    transform: scale(0)
  }

  to {
    opacity: 1;
    transform: scale(1)
  }
}

@keyframes animate-warn-line {
  0% {
    height: 0;
    opacity: 0
  }

  40% {
    height: 4.8px;
    opacity: 1
  }

  to {
    height: 8px;
    opacity: 1
  }
}

.hot-toast-warning-icon {
  animation: var(--hot-toast-warning-icon-animation, animate-warn-background .3s cubic-bezier(.175, .885, .32, 1.275) forwards);
  animation-delay: var(--hot-toast-warning-icon-animation-delay, .1s);
  background-color: var(--hot-toast-warning-icon-background-color, var(--warn-primary, #ffab00));
  border-radius: var(--hot-toast-warning-icon-border-radius, 50%);
  display: var(--hot-toast-warning-icon-display, block);
  height: var(--hot-toast-warning-icon-height, 20px);
  opacity: var(--hot-toast-warning-icon-opacity, 0);
  position: var(--hot-toast-warning-icon-position, relative);
  transform: var(--hot-toast-warning-icon-transform, scale(0));
  width: var(--hot-toast-warning-icon-width, 20px)
}

.hot-toast-warning-icon:after,
.hot-toast-warning-icon:before {
  background-color: var(--hot-toast-warning-icon-after-before-background-color, var(--warn-secondary, #fff));
  border-radius: var(--hot-toast-warning-icon-after-before-border-radius, 3px);
  box-sizing: var(--hot-toast-warning-icon-after-before-box-sizing, border-box);
  content: var(--hot-toast-warning-icon-after-before-content, "");
  display: var(--hot-toast-warning-icon-after-before-display, block);
  left: var(--hot-toast-warning-icon-after-before-left, 8.5px);
  position: var(--hot-toast-warning-icon-after-before-position, absolute);
  width: var(--hot-toast-warning-icon-after-before-width, 2.5px)
}

.hot-toast-warning-icon:after {
  animation: var(--hot-toast-warning-icon-after-animation, animate-warn-line .2s ease-out forwards);
  animation-delay: var(--hot-toast-warning-icon-after-animation-delay, .2s);
  height: var(--hot-toast-warning-icon-after-height, 0);
  opacity: var(--hot-toast-warning-icon-after-opacity, 0);
  top: var(--hot-toast-warning-icon-after-top, 4px)
}

.hot-toast-warning-icon:before {
  bottom: var(--hot-toast-warning-icon-before-bottom, 4px);
  height: var(--hot-toast-warning-icon-before-height, 2px)
}

.hot-toast-bar-base {
  max-width: 38rem
}

.hot-toast-bar-base-container {
  -webkit-transform: translate(0) translate3d(0, 0, 0)
}

.hot-toast-bar-base-container .hot-toast-bar-base {
  padding: 16px !important;
  border-radius: 1.6rem;
  border: 1px solid rgba(61, 79, 71, .8);
  background: #33453df2
}

.hot-toast-bar-base-container .hot-toast-bar-base.hot-toast-bar-base_confirm {
  padding: 8px 16px !important
}

.hot-toast-icon {
  align-self: center !important;
  padding-top: 0 !important
}

.hot-toast-close-btn {
  width: 2rem;
  height: 2rem;
  align-self: center !important;
  flex-grow: 0;
  flex-shrink: 0;
  margin: 0;
  opacity: 1;
  background: center/contain no-repeat url(/assets/images/hot-toast/close.svg);
  cursor: pointer
}

.hot-toast-close-btn {
  transition: opacity .2s
}

@media (prefers-reduced-motion: reduce) {
  .hot-toast-close-btn {
    transition: unset
  }
}

.hot-toast-message {
  width: calc(100% - 78px);
  color: #fff !important;
  font-size: 16px !important;
  font-weight: 500;
  line-height: 18px !important;
  margin-right: 15px !important;
  overflow-wrap: anywhere
}

.hot-toast-message .confirm {
  display: flex;
  margin: 0;
  width: 250px;
  align-items: center;
  justify-content: space-between
}

.hot-toast-message .confirm .confirm__text {
  line-height: 1
}

.hot-toast-message .confirm .confirm__buttons .button {
  width: 25px;
  height: 25px;
  font-size: 9px
}

.hot-toast-message .confirm .confirm__buttons .button:nth-child(1) {
  margin-right: 5px
}

.hot-toast-content {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px
}

.hot-toast-content .hot-toast-content__title {
  display: block;
  margin-bottom: 6px;
  color: #fa8181;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px
}

.hot-toast-content .hot-toast-content__list {
  list-style-type: disc;
  padding-left: 20px;
  margin-top: 10px
}

.hot-toast-content .hot-toast-content__list li {
  margin-bottom: 4px;
  color: #b1b1b1;
  word-wrap: break-word
}

.hot-toast-content .hot-toast-content__list li::marker {
  color: #fff
}

.hot-toast-content .hot-toast-content__list ul {
  list-style-type: circle
}

.hot-toast-content strong {
  margin-right: 6px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px
}

.hot-toast-checkmark-icon {
  border-radius: 0;
  transform: unset !important;
  width: 24px !important;
  height: 24px !important;
  background: center/cover no-repeat url(/assets/images/hot-toast/success.svg) !important
}

.hot-toast-checkmark-icon:after {
  display: none;
  left: 6px;
  bottom: 5px;
  border-color: #1f3535 !important
}

.hot-toast-warning-icon {
  display: grid;
  place-items: center;
  border-radius: 0 !important;
  transform: unset !important;
  width: 24px !important;
  height: 24px !important;
  background: center/cover no-repeat url(/assets/images/hot-toast/warning.svg) !important
}

.hot-toast-warning-icon:before {
  top: 14px
}

.hot-toast-warning-icon:before,
.hot-toast-warning-icon:after {
  display: none;
  left: unset;
  bottom: unset;
  background: #1f3535 !important
}

.hot-toast-error-icon {
  display: grid;
  place-items: center;
  transform: unset !important;
  width: 20px !important;
  height: 20px !important;
  background: center/cover no-repeat url(/assets/images/hot-toast/error.svg) !important
}

.hot-toast-error-icon:before,
.hot-toast-error-icon:after {
  display: none;
  left: unset;
  bottom: unset;
  background: #1f3535 !important
}

.hot-toast-loader-icon {
  display: none;
  width: 20px;
  height: 20px;
  border-color: #8189B4 #B9C7EA #8189B4 #8189B4 !important
}

.hot-toast-reconnect {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-content: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding: 10px
}

.hot-toast-reconnect .hot-toast-reconnect__icon {
  display: block;
  width: 54px;
  height: 54px;
  flex-grow: 0;
  flex-shrink: 0;
  background-color: #284e52b3;
  border-radius: 54px;
  color: #e4f1f0;
  font-size: 22px;
  line-height: 54px;
  text-align: center
}

.hot-toast-reconnect .hot-toast-reconnect__content {
  margin-left: 14px
}

.hot-toast-reconnect .hot-toast-reconnect__title {
  color: #e4f1f0;
  font-size: 17px;
  line-height: 21px;
  text-transform: uppercase
}

.hot-toast-reconnect .hot-toast-reconnect__description {
  margin-top: 2px;
  color: #c0dad7;
  font-size: 14px;
  line-height: 18px
}

.hot-toast-reconnect .hot-toast-reconnect__actions {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  margin-top: 15px
}

.hot-toast-reconnect .hot-toast-reconnect__actions .button {
  width: auto;
  height: 30px;
  padding: 0 14px;
  border-radius: 6px;
  font-size: 12px;
  line-height: 14px
}

.hot-toast-reconnect .hot-toast-reconnect__connect {
  color: #fff;
  background-color: #65b296;
  border-color: #65b296
}

.hot-toast-reconnect .hot-toast-reconnect__connect:hover {
  color: #fff;
  background-color: #75c8aa;
  border-color: #75c8aa
}

.hot-toast-reconnect .hot-toast-reconnect__cancel {
  margin-left: 8px;
  color: #65789a;
  background-color: #2b3a56;
  border-color: #2b3a56
}

.hot-toast-reconnect .hot-toast-reconnect__cancel:hover {
  color: #91a0bc;
  background-color: #3e5072;
  border-color: #3e5072
}

@media (max-width: 767px) {
  hot-toast-container {
    position: fixed;
    inset: 0;
    z-index: 2000;
    display: block;
    height: 0;
    transform: translateZ(1000px)
  }
}

/* 
@media all and (max-width: 430px) {
  .home-game__wheel[_ngcontent-ng-c3408367722]{
    left: 0% !important;
    right: 10% !important;
  }
}
@media all and (max-width: 400px) {
  .home-game__wheel[_ngcontent-ng-c3408367722]{
    left: 0% !important;
    right: 5% !important;
  }
} */