/* ===== Базовые стили и сброс ===== */
:root {
  --scrollbar-width: 11px;
  --m-app-height: 367px;
  --app-height: 367px;
  --nav-height: 60px;
  --color-menu-top-background: #060e2a;
  --color-menu-top-icon: #ffffff;
  --color-menu-top-icon-hover: #4f46e5;
  --color-light-grey-4: #9ca3af;
  --color-mid-grey-4: #6b7280;
  --color-mid-grey-5: #4b5563;
  --color-dark-grey-1: #1f2937;
  --color-white: #ffffff;
  --color-pr400: #4f46e5;
  --color-in200: #a5b4fc;
  --color-text-faded: #9ca3af;
  --color-border: #374151;
  --color-button-link-primary-text: #60a5fa;
  --color-button-link-primary-text-hover: #3b82f6;
  --color-footer-text: #9ca3af;
  --color-footer-menu-text: #d1d5db;
  --color-footer-menu-text-hover: #ffffff;
  --menu-top-spacing-mobile: 16px;
  --menu-top-spacing-desktop: 24px;
  --menu-top-user-bar-spacing-mobile: 12px;
  --menu-top-user-bar-spacing-desktop: 16px;
  --menu-top-icon-size: 24px;
  --menu-expand-desktop: 16px 32px;
  --footer-spacing-mobile: 24px;
  --shadow-s5: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --scrollbar-width: 11px;
  --app-height: 100vh;
  --color-text-faded: #aeb3c7;
  --color-border: #585c834d;
  --color-background-missions: #1a799f;
  --color-text-ghost: #52586f;
  --gap-xs: 10px;
  --gap-s: 20px;
  --gap-m: 40px;
  --gap-l: 60px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
  background: #060e2a;
  color: #ffffff;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

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

.header {
  height: 64px;
  background: #060e2a;
  display: flex;
  position: sticky;
  top: 0;
  z-index: 1000;
}

.desktop .header {
  box-shadow: var(--shadow-s5);
}

.header__content {
  width: 100%;
  padding: var(--menu-expand-desktop);
  align-items: center;
  gap: var(--menu-top-spacing-mobile);
  display: flex;
}

.desktop .header__content {
  gap: var(--menu-top-spacing-desktop);
}

.header__section-right {
  align-items: center;
  gap: var(--menu-top-user-bar-spacing-mobile);
  margin-left: auto;
  display: flex;
}

.desktop .header__section-right {
  gap: var(--menu-top-user-bar-spacing-desktop);
}

.nav-logo {
  cursor: pointer;
  display: inline-flex;
}

.nav-logo img {
  max-width: 150px;
  max-height: 40px;
}

.header-auth-buttons {
  display: flex;
  gap: 10px;
  .m-button--secondary {
    background-color: transparent !important;
    border: solid 2px #444a5f !important;
  }
}

.header-auth-buttons .m-button {
  position: relative;
}

.header-search.m-icon {
  width: 24px;
  height: 24px;
  color: #a2a5af;
  cursor: pointer;
  transition: color 0.3s ease-in-out;
}

.HomeGuest {
  margin-bottom: 64px;
}
.home-guest-wrapper {
  min-height: calc(100vh - var(--nav-height));
}
.desktop section {
  padding: 0 16px;
}
.HomeGuest {
  margin-bottom: 64px;
}
.HomeGuest .Header {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 161px 0 102px;
  text-align: center;
  margin: 16px auto 0 auto;
  overflow: hidden;
  height: auto;
}
.Header-Banner {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
  }
}
.Wrapper--padding {
  padding: 32px 16px;
  max-width: 1280px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .Wrapper--padding {
    padding: 48px 32px;
  }
}

@media (min-width: 1024px) {
  .Wrapper--padding {
    padding: 64px 48px;
  }
}

.header-Banner {
  position: relative;
  margin-bottom: 32px;
}

.header-Image {
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
}

.header-Image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.header-AboveTitle {
  font-size: 16px;
  font-weight: 700;
  color: #fbbf24;
  margin-bottom: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.header-Title {
  font-size: 48px;
  font-weight: 900;
  color: #fbbf24;
  background-clip: text;
  margin-bottom: 16px;
  line-height: 1.2;
}

@media (min-width: 768px) {
  .header-Title {
    font-size: 72px;
  }
}

.header-AdditionalText {
  font-size: 32px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 24px;
}

@media (min-width: 768px) {
  .header-AdditionalText {
    font-size: 48px;
  }
}

.WelcomePack {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 32px;
  padding: 16px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  backdrop-filter: blur(10px);
}

.WelcomePack-Info {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
}

.WelcomePack-Info span {
  color: #fbbf24;
}

.Payments {
  margin: 0 auto;
  position: relative;
  width: 100%;
  height: 100px;
}
.Payments-Content {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  overflow-y: hidden;
  overflow-x: auto;
}
.Payments img {
  max-width: 72px;
}
.Payments-One {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.Payments-One + .Payments-One {
  margin-left: 48px;
}
@media (max-width: 590px) {
  .Payments-One + .Payments-One {
    margin-left: 18px;
  }
}
.home-guest-top-games .home-guest-top-games__title {
  margin: 0 0 40px;
  font-size: 40px;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
}
@media (max-width: 768px) {
  .home-guest-top-games  .home-guest-top-games__title {
    margin: 0 0 16px;
    font-size: 24px;
  }
}
.home-guest-top-games {
  padding-top: 20px;
  padding-bottom: 40px;
  display: flex;
  flex-flow: column;
  gap: 16px;
}
.home-guest-top-games .home-guest-top-games__title {
  font-size: 40px;
  font-weight: 900;
  text-align: center;
  margin-bottom: 32px;
  color: #ffffff;
}

@media (max-width: 768px) {
  .home-guest-top-games .home-guest-top-games__title {
    font-size: 22px;
  }
}

.home-guest-top-games__content {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  align-items: center;
  gap: 16px;
  @media (max-width: 768px) {
    .mobile .home-guest-top-games__content {
      display: flex;
      position: relative;
      justify-content: start;
      gap: 8px;
      overflow-x: scroll;
    }
  }
}

.m-game-card {
  border-radius: 12px;
  aspect-ratio: 0.75;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transition: transform 0.25s ease-out;
  cursor: pointer;
  position: relative;
}
game-heart {
  color: #fff;
  opacity: 0.8;
}
.m-icon.m-game-heart {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  transform-origin: center;
  cursor: pointer;
  color: var(--color-light-grey-3);
  transition: color 0.25s ease-in-out;
  -webkit-user-select: none;
  user-select: none;
}
.m-game-card__favorite {
  position: absolute;
  top: 8px;
  right: 8px;
}
.m-game-card__game-info {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 20px 8px 8px;
  background: linear-gradient(180deg, rgba(46, 235, 0, 0) 0%, #105200 100%);
  gap: 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.m-game-card__favorite,
.m-game-card__game-info,
.m-game-card__top-right {
  z-index: 1;
}
.m-game-card {
  border-radius: 12px;
  aspect-ratio: 0.75;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transition: transform 0.25s ease-out;
  cursor: pointer;
  position: relative;
}
.m-card-thumb:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.m-cdn-image {
  width: 100%;
  height: 100%;
  object-position: center bottom;
}
.m-card-thumb-image.fadeIn {
  opacity: 1;
}
.m-cdn-image {
  width: 100%;
  height: 100%;
}
.m-game-card__game-info .m-text {
  line-height: 110%;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  max-height: 28px;
  max-width: 100%;
  color: #fff;
}
.m-game-card__provider-name {
  opacity: 0.7;
}
.m-card-thumb-video,
.m-card-thumb-image,
.m-card-thumb-preview {
  object-fit: cover;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 768px) {
  .home-guest-top-games__card {
    flex: 0 0 132px;
    width: 132px;
  }
}

.m-game-card {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.05);
  cursor: pointer;
}

.m-game-card:hover .m-card-thumb {
  transform: scale(1.1);
}
.m-card-thumb {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  background-size: cover;
  background-color: #252c45;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background-position: center center;
  border-radius: 14px;
  transition: transform 0.25s ease-in-out;
  position: relative;
  width: 100%;
  padding-top: 133.33%;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  height: 100%;
}

.m-card-thumb-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.m-game-card__game-info {
  padding: 16px;
  background: var(--game-footer-bg);
}

.m-game-card__provider-name {
  color: var(--color-text-faded);
  margin-top: 4px;
}

.m-game-heart {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 32px !important;
  height: 32px !important;
  border-radius: 50%;
  padding: 6px;
  color: #ffffff;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 10;
}

.m-game-heart:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: scale(1.1);
}

.providers-home {
  padding: 30px 0 !important;
  position: relative;
}

.providers-home__content {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 52px;
  height: 47px;
  overflow-y: hidden;
  position: relative;
  overflow-x: auto;
}

.providers-home__content::-webkit-scrollbar {
  display: none;
}

.Gamification {
  position: relative;
  display: flex;
  flex-direction: column;
}

@media (min-width: 1248px) {
  .Gamification {
    margin: 70px auto 42px;
    padding: 32px 40px;
    background: #161d37;
    border-radius: 16px;
  }
}
.Gamification-Img--mobile {
  position: initial;
  display: block;
}
@media (min-width: 1248px) {
  .Gamification-Img--mobile {
    display: none;
  }
}

@media (min-width: 1248px) {
  .Gamification-Head {
    width: 454px;
    margin-bottom: 36px;
    text-align: left;
  }
}
.Gamification-Head {
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
  text-align: center;
}

.Gamification-Title {
  margin: 0 0 8px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  color: white;
  text-align: center;
}
@media (min-width: 1248px) {
  .Gamification-Title {
    margin: 0 0 16px;
    font-size: 32px;
    line-height: 1.2;
    text-align: left;
  }
}

.Gamification-Content {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1248px) {
  .Gamification-Content {
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.Gamification-Cards {
  display: flex;
  margin-bottom: 8px;
  flex-wrap: wrap;
}
@media (min-width: 1248px) {
  .Gamification-Cards {
    position: relative;
    z-index: 1;
    flex-direction: row;
    align-items: flex-start;
    margin-bottom: 0;
    flex-wrap: nowrap;
  }
}

.Gamification .m-button.m-gradient-border {
  border-radius: 30px;
  padding: 8px 16px;
  font-size: 16px;
  min-height: 44px;
  height: 44px;
  transition: none;
  min-width: 147px;
  animation: none;

  background-color: #e45809 !important;
  svg {
    height: 20px;
    width: 20px;
  }
  @media (min-width: 1248px) {
    min-width: 147px;
    margin-bottom: 98px;
  }
}
.GamificationCard-Text {
  margin: 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  color: #a2a5af;
}
@media (min-width: 1248px) {
  .Gamification-Btn {
    min-width: 147px;
    margin-bottom: 98px;
  }
}
@media (min-width: 1248px) {
  .Gamification-Btn {
    min-width: 147px;
    margin-bottom: 98px;
  }
}
.m-button--swap {
  flex-direction: row-reverse;
}
@media (min-width: 1248px) {
  .Gamification-Cards .GamificationCard:not(:last-child) {
    margin: 0 24px 0 0;
  }
}
.Gamification-Cards .GamificationCard:not(:last-child) {
  margin: 0 0 8px;
}
@media (min-width: 1248px) {
  .Gamification-Cards .GamificationCard {
    width: 270px;
    align-self: stretch;
  }
}
@media (min-width: 1248px) {
  .GamificationCard {
    padding: 0;
    background: none;
    border-radius: 0;
  }
}
.GamificationCard {
  padding: 16px;
  background: #161d37;
  border-radius: 16px;
  @media (max-width: 1248px) {
    width: 100%;
  }
}
.GamificationCard-Title {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.4;
  color: var(--color-white);
}

.GamificationCard-Title > img {
  margin-right: 8px;
}

@media (min-width: 1248px) {
  .Gamification-Btn {
    min-width: 147px;
    margin-bottom: 98px;
  }
}
.Gamification-Img {
  display: none;
}
@media (min-width: 1248px) {
  .Gamification-Img {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    z-index: 0;
  }
}

.HomeGuest .About {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  @media (max-width: 1248px) {
    justify-content: flex-start;
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
.HomeGuest .About-Info {
  position: relative;
  flex: 0 0 19%;
  margin: 0 6px;
}

.HomeGuest .About-Info img {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  object-fit: cover;
}
.HomeGuest .About-Info > p {
  position: absolute;
  z-index: 2;
  top: 16px;
  left: 20px;
  margin: 0;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.5;
  color: #ffffff;
  @media (max-width: 1248px) {
    font-size: 12px;
    top: 10px;
    left: 16px;
  }
}
.HomeGuest .About-Info:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.HomeGuest .Support {
  display: flex;
  justify-content: space-between;
  align-items: center;
  @media (max-width: 1248px) {
    flex-wrap: wrap;
    flex-direction: column;
  }
}

.HomeGuest .Support-Content {
  flex: 0 0 33%;
  align-self: stretch;
  padding: 20px 24px 24px;
  background: #161d37;
  border-radius: 16px;
  margin-bottom: 8px;
}

.HomeGuest .Support-ContentTitle {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}
.HomeGuest .Support-ContentTitle > img {
  margin-right: 12px;
}
.HomeGuest .Support-ContentTitle > span {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  color: #ffffff;
}
.HomeGuest .Support-Content > p {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: white;
  font-weight: 600;
}
.footer-container {
  position: relative;
  background: #060e2a;
  padding-top: 48px;
}

.footer-container:after {
  background: 0 100% / contain repeat-x;
  content: "";
  height: 100%;
  inset: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
}

.no-webp .footer-container:after {
  background-image: var(--wow-footer-bg-png);
}

.webp .footer-container:after {
  background-image: var(#aeb3c7);
}

.footer {
  padding-bottom: 54px;
}

@media (min-width: 768px) {
  .footer {
    padding-bottom: 70px;
  }
}

.footer-nav {
  border-bottom: 1px solid #585c834d;
  border-top: 1px solid #585c834d;
  margin-bottom: 40px;
  padding: 30px 16px 40px;
}

@media (min-width: 768px) {
  .footer-nav {
    padding: 30px 48px 40px;
  }
}

.mobile .footer-nav {
  border-top: 1px solid #aeb3c7;
  padding: var(--footer-spacing-mobile) 0 40px;
}

.footer-nav__content {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  @media (max-width: 1248px) {
    flex-direction: column;
  }
}
.footer-nav .nav-logo {
  display: block;
  margin-bottom: 33px;
}

.footer-nav .nav-logo img {
  max-width: 152px;
}

.nav-logo img:first-child {
  display: block;
}

.nav-logo img:last-child {
  display: none;
}

@media (max-width: 768px) {
  .loadable-icon.loaded.header-search {
    display: none;
  }
  .nav-logo img:first-child {
    display: none;
  }

  .nav-logo img:last-child {
    display: block;
  }
}

.footer-nav__socials {
  margin-bottom: 24px;
  .nav-logo img:last-child {
    display: flex;
  }
}

.footer-socials {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.footer-socials-follow {
  margin-bottom: 8px;
  color: white;
  font-weight: bold !important;
  font-size: 16px !important;
}
.footer-socials-icon-list {
  align-items: center;
  display: flex;
  gap: 8px;
  .social-icon {
    border-radius: 50% !important;
    height: 32px !important;
    width: 32px !important;
    border: none !important;
    margin: 0;
    background-color: #444a5f !important;
    min-width: 100%;
    min-height: 100%;
    max-width: 100%;
    max-height: 100%;
    padding: 5px;
  }
}

.social-icon .m-button-content svg {
  height: 20px;
  width: 20px;
}

.footer-links {
  grid-gap: 14px;
  align-items: start;
  display: grid;
  flex: 0 0 75%;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: auto;
  width: 100%;
  @media (max-width: 1248px) {
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
  }
  @media (max-width: 576px) {
    width: 100%;
    grid-template-columns: repeat(1, 1fr);
  }
}

.footer-links > a {
  align-self: flex-start;
  break-inside: avoid;
  color: var(--color-footer-menu-text);
  display: block;
  text-decoration: none;
  width: 100%;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
}

.footer-row {
  margin-bottom: 17px;
  display: flex;
  align-items: center;
  padding: 0 16px;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  .footer-row {
    padding: 0 48px;
  }
}

.footer-col {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-left: auto;
  .m-button.m-gradient-border {
    border: none;
    background-color: #444a5f !important;
  }
  .m-icon-container svg {
    width: 16px;
    height: 16px;
  }
}

.footer-license {
  align-items: center;
  display: flex;
  gap: 14px;
}

.footer-license__logo {
  max-height: 33px;
  max-width: 107px;
}

.footer-icons {
  align-items: center;
  display: flex;
  gap: 16px;
}

.footer-icons__image {
  transition: filter 0.3s ease;
}

.footer-disclaimer {
  padding: 0 16px;
  max-width: 1400px;
  margin: 24px auto 0;
}

@media (min-width: 768px) {
  .footer-disclaimer {
    padding: 0 48px;
  }
}

.footer-disclaimer__button {
  cursor: pointer;
  display: inline-flex;
  font-size: 14px;
  gap: 4px;
  align-items: center;
  font-weight: 600;
  transition: color 0.3s ease;
}

.footer-disclaimer__button:hover {
  color: #ffffff;
}

.footer-disclaimer__button svg {
  width: 16px;
  height: 16px;
  transition: transform 0.3s ease;
}

.footer-disclaimer__button--expanded svg {
  transform: rotate(180deg);
}

.footer-disclaimer__text {
  display: flex;
  flex-flow: column;
  gap: 17px;
  margin-top: 17px;
  user-select: none;
  font-size: 12px;
  color: var(--color-mid-grey-5);
  line-height: 1.6;
}

.footer-disclaimer__text a {
  color: var(--color-button-link-primary-text);
  transition: color 0.3s ease;
}

.footer-disclaimer__text a:hover {
  color: var(--color-button-link-primary-text-hover);
}

.footer-disclaimer__text p {
  margin: 0;
}

.footer-copyright {
  margin: 16px 0 0;
  padding: 0 16px;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  .footer-copyright {
    padding: 0 48px;
  }
}

.footer-copyright-text {
  color: var(--color-footer-text, var(--color-mid-grey-5));
  font-size: 12px;
  text-align: center;
}

.lang-switcher-btn {
  flex-shrink: 0;
  min-width: 120px;
}

/* ===== Button Styles ===== */
.m-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 8px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  background-color: #e45809;
}

.m-button--s {
  padding: 8px 16px;
  font-size: 14px;
  min-height: 36px;
  background-color: #e45809 !important;
}

.m-button--m {
  padding: 12px 24px;
  font-size: 16px;
  min-height: 44px;
}

.m-button--l {
  padding: 16px 32px;
  font-size: 18px;
  min-height: 52px;
}

.m-button--primary {
  color: #ffffff;
  border-color: transparent !important;
}

.m-button--primary:hover {
  transform: translateY(-2px);
}

.m-button--secondary {
  background: rgba(255, 255, 255, 0.05) !important;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.m-button--secondary:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-2px);
}

.m-button--outline {
  background: transparent !important;
  border: 2px solid #444a5f;
}

.m-button.m-gradient-border {
  position: relative;
  background: transparent;
  border: 2px solid #444a5f;
  border-radius: 30px;
  overflow: visible;
}

.m-button-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  z-index: 1;
}

.m-button:disabled,
.m-button[disabled="true"] {
  opacity: 0.5;
  cursor: not-allowed;
}

.m-button--wow {
  animation: pulse 1.9s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.15);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}

.m-button--swap {
  position: relative;
}

.m-button--multiline .m-button-content {
  flex-direction: column;
}

.banner-button {
  min-width: 240px;
  margin-top: 24px;
}

.banner-button--animate {
  animation: pulse 1.9s infinite;
}
.m-icon {
  display: inline-flex;
  width: 24px;
  height: 24px;
}

.m-icon-container {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
}

.m-icon-container img,
.m-icon-container svg {
  width: 100%;
  height: 100%;
}

.loadable-icon.loaded {
  opacity: 1;
}

.m-text {
  margin: 0;
  padding: 0;
}

.m-fs8 {
  font-size: 8px;
}
.m-fs10 {
  font-size: 10px;
}
.m-fs12 {
  font-size: 12px;
}
.m-fs14 {
  font-size: 14px;
}
.m-fs16 {
  font-size: 16px;
}
.m-fs18 {
  font-size: 18px;
}
.m-fs20 {
  font-size: 20px;
}
.m-fs24 {
  font-size: 24px;
}
.m-fs28 {
  font-size: 28px;
}
.m-fs32 {
  font-size: 32px;
}

.m-fw500 {
  font-weight: 500;
}
.m-fw600 {
  font-weight: 600;
}
.m-fw700 {
  font-weight: 700;
}

.m-lh140 {
  line-height: 1.4;
}
.m-lh150 {
  line-height: 1.5;
}
.m-lh160 {
  line-height: 1.6;
}

.m-text-center {
  text-align: center;
}
.m-capitalize {
  text-transform: capitalize;
}

.scrollContainer {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.hideScrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.hideScrollbar::-webkit-scrollbar {
  display: none;
}

.m-thin-scrollbar {
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.3) transparent;
}

.m-thin-scrollbar::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.m-thin-scrollbar::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.3);
  border-radius: 4px;
}

.bonus-badge {
  position: absolute;
  top: -8px;
  right: -8px;
  background: #10b981;
  color: #ffffff;
  padding: 1px 3px;
  border-radius: 12px;
  font-size: 8px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 4px;
  box-shadow: 0 4px 8px rgba(16, 185, 129, 0.4);
}

.bonus-badge--green {
  background: #10b981;
}

.bonus-badge__wrapper {
  display: flex;
  align-items: center;
  gap: 4px;
}

.bonus-badge__wrapper img {
  width: 16px;
  height: 16px;
}

.app {
  display: flex;
  flex-flow: row;
  max-width: 100%;
  overflow: hidden;
  width: 100vw;
}

#container {
  display: flex;
  flex: 1;
  flex-direction: column;
  height: calc(var(367px, 100vh) - var(64px, 0px));
  overflow-x: hidden;
  overflow-y: auto;
}

.ellipsis-2-lines {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.textOverflow {
  position: relative;
  overflow: hidden;
}

.textOverflow:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50px;
  height: 100%;
  background: linear-gradient(to right, transparent, #060e2a);
}

.bottom-overlays {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 1000;
  padding: 16px;
}

.bottom-action-buttons {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.bottom-communication-button {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.arrow-up {
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.arrow-up:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 16px rgba(79, 70, 229, 0.5);
}

.fadeIn {
  animation: fadeIn 0.5s ease-in;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.m-cdn-image {
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
}

.m-preloader {
  width: 20px;
  height: 20px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-top-color: #ffffff;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@media print {
  .header,
  .footer,
  .bottom-overlays {
    display: none;
  }
}

.Header-Banner .Header-Image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.1s ease-in;
}

.Header-Banner .Header-Image--visible {
  opacity: 1;
}
.HomeGuest .Header-AboveTitle {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.6;
  margin: 0;
  color: white;
  text-transform: uppercase;
  z-index: 1;
}
@media (min-width: 1248px) {
  .HomeGuest .Header-AboveTitle {
    font-size: 30px;
  }
}
@media (min-width: 1248px) {
  .HomeGuest .Header-Title {
    font-size: 105px !important;
  }
}
.Gamification-Text {
  margin: 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  color: #a2a5af;
  text-align: left;
}
.HomeGuest .Header-Title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0;
  font-size: 50px;
  font-weight: 900;
  line-height: 1.2;
  color: #f6da24;
  word-break: break-word;
  z-index: 1;
}
.HomeGuest .Header-AdditionalText {
  margin: 0 0 24px;
  font-size: 30px;
  line-height: 1.4;
  color: #f6da24;
  z-index: 1;
}
.HomeGuest .Header .banner-button.m-button {
  text-transform: capitalize;
  border-radius: 1000px;
}
.HomeGuest .Header > .m-button.banner-button {
  padding-left: 53px;
  padding-right: 53px;
  transition: all 0.5s;
  min-height: 76px;
  animation: pulse 1.5s infinite;
  margin-top: 0;
  @media (max-width: 768px) {
    min-height: 54px;
  }
}

.m-button.m-button--wow:not(:disabled):before {
  background-position: top 0 right -64px, bottom 0 left -64px;
  width: 32px;
}
.m-button.m-button--wow:not(:disabled):after,
.m-button.m-button--wow:not(:disabled):before {
  background-repeat: no-repeat;
  background-size: 128px 32px;
  bottom: 0;
  content: "";
  left: 0;
  margin: auto;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.HomeGuest .Header > .m-button.banner-button .m-button-content {
  text-transform: capitalize;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.m-button-content {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 16px;
}
.m-text {
  margin: 0;
  padding: 0;
}
.m-lh160 {
  line-height: 160%;
}
.m-fw700 {
  font-weight: 700;
}
.m-fs24 {
  font-size: 24px;
}
.HomeGuest
  .Header
  > .m-button.banner-button
  .m-button-content
  > span:nth-child(2) {
  opacity: 0.8;
  text-transform: none;
}
.m-button.m-button--wow:not(:disabled):after {
  background-position: top 50% right -96px, top 50% left -96px;
  height: 32px;
}
.desktop .HomeGuest .WelcomePack {
  background: linear-gradient(
      269.49deg,
      #060e2a 20.62%,
      rgba(6, 14, 42, 0) 69.67%
    ),
    linear-gradient(-269.49deg, #060e2a 20.62%, rgba(6, 14, 42, 0) 69.67%),
    #161d37;
  position: absolute;
  right: 0px;
  bottom: 0px;
  left: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0;
}
.HomeGuest .WelcomePack img {
  width: 25px;
  height: 25px;
}
.HomeGuest .WelcomePack-Info {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 26px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  color: #eff0f2;
  text-transform: capitalize;
}
.HomeGuest .WelcomePack-Info > span {
  font-size: 14x;
  font-weight: bold;
  color: #a2a5af;
}
.Payments {
  position: relative;
  width: 100%;
  height: 100px;
}
section {
  margin: 0 auto;
  max-width: 1400px;
  min-width: 320px;
  padding: 0 16px;
  width: 100%;
}
@media (max-width: 768px) {
  .Header-Banner source,
  .Header-Banner img {
    object-fit: contain;
  }
  .HomeGuest .Header {
    padding: 80vw 0.5em 102px;
  }
}
.providers-home:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 30px;
  background: linear-gradient(
    90deg,
    rgba(6, 14, 43, 0) 0%,
    transparent 1.88%,
    #060e2a 100%,
    rgba(6, 14, 43, 0) 100%
  );
  pointer-events: none;
}
.providers-home:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 30px;
  background: linear-gradient(
    -90deg,
    rgba(6, 14, 43, 0) 0%,
    transparent 1.88%,
    #060e2a 100%,
    rgba(6, 14, 43, 0) 100%
  );
  pointer-events: none;
}
.providers-home__content--start {
  justify-content: flex-start;
}
.providers-home__content {
  display: flex;
  justify-content: start;
  align-items: center;
  column-gap: 52px;
  height: 47px;
  overflow-y: hidden;
  overflow-x: auto;
}
.providers-home__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 47px;
  max-width: initial;
  width: auto;
}
.footer-copyright-text {
  color: #a2a5af;
  font-size: 16px;
  text-align: left;
  font-weight: bolder;
}
.footer-disclaimer__button {
  color: #869dee;
  font-size: 16px;
  font-weight: bolder;
}
.section-content {
  margin-top: 24px;
  margin-bottom: 24px;
}
h1,
h2,
h3,
h4 {
  font-weight: bolder;
  margin-top: 24px;
  margin-bottom: 24px;
}
table {
  overflow-x: auto;
  width: 100%;
}
.aligncenter {
  text-align: center;
}
@media (max-width: 992px) {
  iframe {
    width: 100% !important;
  }
  .aligncenter,
  .alignleft,
  .alignright {
    float: none !important;
    margin: 1rem auto !important;
    padding-left: 0;
    padding-right: 0;
    display: block;
    text-align: center;
  }
}

.wp-block-table {
  margin-top: 24px;
  margin-bottom: 24px;
  table {
    display: block;
    border-collapse: collapse;
    padding: 16px;
  }
  td,
  thead th,
  tr td {
    padding: 16px;
    border: 1px solid rgb(46 52 76);
  }
  table td {
    min-width: 200px;
    border: 1px solid rgb(46 52 76);
    border-collapse: collapse;
    padding: 16px;
  }
}

.wp-block-list li {
  margin-left: 24px;
}
.wp-block-table .has-fixed-layout {
  table-layout: fixed;
  width: 100%;
}
.wp-block-table thead {
  border-bottom: 3px solid rgb(46 52 76) !important;
}
.alignright {
  float: right;
  margin: 0.5em 0 0.5em 1em;
}
.wp-block-image img {
  box-sizing: border-box;
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}
.wp-block-button__link.wp-element-button {
  padding: 8px 16px;
  font-size: 14px;
  min-height: 36px;
  background-color: #e45809 !important;
  border-radius: 30px;
  margin: 24px auto;
}
.wp-block-button {
  width: 100%;
  display: flex;
}
.aligncenter {
  img {
    box-sizing: border-box;
    height: auto;
    max-width: 100%;
    vertical-align: bottom;
    margin: 24px auto;
  }
}
@media (max-width:340px){
	.m-button--s {
    padding: 8px 8px;
}
}
.footer-links.footer-links--large.footer-nav__link{
	    display: flex;
    flex-direction: column;
}