@charset "UTF-8";
a.button-yellow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 6px 24px;
  border: none;
  border-radius: 0;
  cursor: pointer;
  font: var(--font-body);
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  background-color: rgb(var(--color-tertiary-base));
  color: rgb(var(--color-black));
  transition: all 0.2s ease;
  outline: 0;
}
a.button-yellow:hover, a.button-yellow:focus-visible {
  outline: 0;
  background-color: rgb(var(--color-tertiary-darker20));
  color: rgb(var(--color-black));
}
@media (width <= 1023px) {
  a.button-yellow {
    padding: 8px 16px;
  }
}

a.button-fake {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 6px 24px;
  border: none;
  border-radius: 0;
  cursor: pointer;
  font: var(--font-body);
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  background-color: transparent;
  color: rgb(var(--color-primary-base));
  transition: all 0.2s ease;
  outline: 0;
}
a.button-fake:hover, a.button-fake:focus-visible {
  outline: 0;
  background-color: transparent;
  color: rgb(var(--color-primary-base));
}
@media (width <= 1023px) {
  a.button-fake {
    padding: 8px 16px;
  }
}

html {
  padding: 0;
  margin: 0;
  text-rendering: optimizeLegibility;
  font-kerning: normal;
  font-synthesis: none;
  font-optical-sizing: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html[prevent-scrolling] {
  position: relative !important;
}
html body {
  padding: 0;
  margin: 0;
  font: var(--font-body);
  color: rgb(var(--color-white));
  background-color: rgb(var(--color-black));
  background: rgb(var(--color-black));
  background: linear-gradient(rgb(var(--color-black)/0.2), rgb(var(--color-black)/0.2)), url(/assets/images/common/games--back-shape.svg), url(/assets/images/common/games--back.webp), rgb(var(--color-black));
  background-size: 200px 100%, 1800px, 1500px, cover;
  background-repeat: no-repeat;
  background-position: left center, -1600px 60%, calc(100% + 850px) 20%, center;
  background-attachment: fixed;
}
@media (width <= 767px) {
  html body {
    background-position: left top, -170vw 75vw, -30vw 0, center;
    background-size: cover, 200vw, 250vw, cover;
    background-attachment: unset;
  }
}
html body:has(.cms-games-grid-filters)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 600px;
  background: linear-gradient(rgb(var(--color-black)) 40%, transparent);
}
html body:has(.cms-games-grid-filters):has(.portlet-banner)::before {
  height: 800px;
  background: linear-gradient(rgb(var(--color-black)) 0, rgb(var(--color-black)) 400px, transparent 100%);
}
@media (width <= 767px) {
  html body:has(.cms-games-grid-filters):has(.portlet-banner)::before {
    height: 400px;
    background: linear-gradient(rgb(var(--color-black)) 0, rgb(var(--color-black)) 250px, transparent 100%);
  }
}
html body h1, html body h2, html body h3, html body h4, html body h5, html body h6 {
  margin: 0;
  padding: 0;
}
html body p {
  margin: 0 0 0.5em 0;
}
html body img {
  max-width: 100%;
}
html body select option {
  background-color: rgb(var(--color-black)) !important;
  color: rgb(var(--color-white)) !important;
}
html body select option:hover, html body select option:checked {
  background-color: rgb(var(--color-neutral-12)) !important;
}
@media (width > 1249px) {
  html body .hidden-desktop {
    display: none;
  }
}
@media (width > 1023px) and (width <= 1249px) {
  html body .hidden-laptop {
    display: none;
  }
}
@media (width > 819px) and (width <= 1023px) {
  html body .hidden-tablet {
    display: none;
  }
}
@media (width > 767px) and (width <= 819px) {
  html body .hidden-phablet {
    display: none;
  }
}
@media (width <= 767px) {
  html body .hidden-mobile {
    display: none;
  }
}
html body .category-title {
  font: var(--font-category);
  text-transform: uppercase;
}
html body #application {
  overflow: hidden;
}
html body #application .portlet-wrapper {
  background-color: transparent;
}
html body #application .overlay {
  background-color: rgb(var(--color-black)/0.8);
  backdrop-filter: blur(10px);
  transition: all 0.2s ease;
}
html body #application:has(> .overlay) [class^=AppRouter__header],
html body #application:has(> .overlay) [class^=AppRouter__content] {
  filter: blur(10px);
}
html body #application > .cms-slide-menu-container {
  display: none !important;
}
@media (width <= 1249px) {
  html body #application > .cms-slide-menu-container {
    display: block !important;
  }
}
html body #application > .cms-slide-menu-container .cms-default-menu-custom-slider {
  display: none;
}
html body #application > .cms-slide-menu-container .slide-menu {
  width: 100%;
  max-width: 300px;
}
html body #application > .cms-slide-menu-container .slide-menu .slide-menu_wrapper {
  background-color: rgb(var(--color-neutral-13));
  display: flex;
  flex-direction: column;
}
html body #application > .cms-slide-menu-container .slide-menu .slide-menu_wrapper .slide-menu__header {
  padding: 15px;
  height: auto;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
}
html body #application > .cms-slide-menu-container .slide-menu .slide-menu_wrapper .slide-menu__header .fn-close-menu {
  position: relative;
  width: 20px;
  height: 20px;
  min-width: 0;
  min-height: 0;
  background: none;
  margin-right: 0;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTkgMTkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE1LjQ1ODQgNS4zMzAyQzE1Ljk1MyA0LjgzNTY0IDE1Ljk1MyA0LjAzMjQ3IDE1LjQ1ODQgMy41Mzc5MUMxNC45NjM5IDMuMDQzMzUgMTQuMTYwNyAzLjA0MzM1IDEzLjY2NjIgMy41Mzc5MUw5LjQ5OTk5IDcuNzA4MDRMNS4zMjk4NiAzLjU0MTg3QzQuODM1MyAzLjA0NzMxIDQuMDMyMTQgMy4wNDczMSAzLjUzNzU4IDMuNTQxODdDMy4wNDMwMiA0LjAzNjQzIDMuMDQzMDIgNC44Mzk1OSAzLjUzNzU4IDUuMzM0MTVMNy43MDc3IDkuNTAwMzJMMy41NDE1MyAxMy42NzA1QzMuMDQ2OTcgMTQuMTY1IDMuMDQ2OTcgMTQuOTY4MiAzLjU0MTUzIDE1LjQ2MjdDNC4wMzYwOSAxNS45NTczIDQuODM5MjYgMTUuOTU3MyA1LjMzMzgyIDE1LjQ2MjdMOS40OTk5OSAxMS4yOTI2TDEzLjY3MDEgMTUuNDU4OEMxNC4xNjQ3IDE1Ljk1MzMgMTQuOTY3OCAxNS45NTMzIDE1LjQ2MjQgMTUuNDU4OEMxNS45NTcgMTQuOTY0MiAxNS45NTcgMTQuMTYxMSAxNS40NjI0IDEzLjY2NjVMMTEuMjkyMyA5LjUwMDMyTDE1LjQ1ODQgNS4zMzAyWiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
html body #application > .cms-slide-menu-container .slide-menu .slide-menu_wrapper .slide-menu__header .fn-close-menu + .fr {
  display: none;
}
html body #application > .cms-slide-menu-container .slide-menu .slide-menu_wrapper .slide-menu__header::after {
  content: "";
  position: relative;
  background: var(--logo-image);
  background-position: left center;
  background-size: contain;
  background-repeat: no-repeat;
  width: var(--logo-width);
  height: 16px;
}
html body #application > .cms-slide-menu-container .slide-menu .slide-menu_wrapper .slide-menu__wrap {
  position: relative;
  top: 0;
  padding: 15px;
  flex: 1;
}
html body #application > .cms-slide-menu-container .slide-menu .slide-menu_wrapper .slide-menu__wrap .fn-menu-list {
  height: 100%;
}
html body #application > .cms-slide-menu-container .slide-menu .slide-menu_wrapper .slide-menu__wrap .fn-menu-list .slide-menu__container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  height: 100%;
}
html body #application > .cms-slide-menu-container .slide-menu .slide-menu_wrapper .slide-menu__wrap .fn-menu-list .slide-menu__container > .slide-menu__list .slide-menu__list__header {
  font: var(--font-title);
  text-transform: uppercase;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  background-color: transparent;
  font-size: 16px;
}
html body #application > .cms-slide-menu-container .slide-menu .slide-menu_wrapper .slide-menu__wrap .fn-menu-list .slide-menu__container > .slide-menu__list .slide-menu__list__header::after {
  content: "";
  position: absolute;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDUxMiA1MTIiPjxwb2x5Z29uIHBvaW50cz0iNDYyLjkyIDEwMy45NSA1MTIgMTUyLjcxIDI1NS43NCA0MDguMjIgMCAxNTIuNzEgNDguNzIgMTAzLjc4IDE4Ni41NSAyNDEuNDcgMjU1LjggMzEwLjkgNDYyLjkyIDEwMy45NSIgZmlsbD0id2hpdGUiIC8+PC9zdmc+);
  background-size: contain;
  background-position: center;
  width: 12px;
  height: 12px;
  min-width: 0;
  min-height: 0;
}
html body #application > .cms-slide-menu-container .slide-menu .slide-menu_wrapper .slide-menu__wrap .fn-menu-list .slide-menu__container > .slide-menu__list .slide-menu__list__body {
  display: none;
  align-items: flex-start;
  flex-direction: column;
  gap: 16px;
  padding: 16px 0 20px 35px;
  flex-wrap: wrap;
}
html body #application > .cms-slide-menu-container .slide-menu .slide-menu_wrapper .slide-menu__wrap .fn-menu-list .slide-menu__container > .slide-menu__list .slide-menu__list__body .slide-menu__point a {
  line-height: 1.4em;
  padding: 0;
  font: var(--font-body);
  color: rgb(var(--color-white));
  gap: 10px;
  display: flex;
  align-items: center;
  font-size: 14px;
}
html body #application > .cms-slide-menu-container .slide-menu .slide-menu_wrapper .slide-menu__wrap .fn-menu-list .slide-menu__container > .slide-menu__list .slide-menu__list__body .slide-menu__point a .slide-menu__icon {
  width: 16px;
  height: 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 0;
}
html body #application > .cms-slide-menu-container .slide-menu .slide-menu_wrapper .slide-menu__wrap .fn-menu-list .slide-menu__container > .slide-menu__list .slide-menu__list__body .slide-menu__point a .slide-menu__icon.micon-star {
  background: var(--icon-star);
}
html body #application > .cms-slide-menu-container .slide-menu .slide-menu_wrapper .slide-menu__wrap .fn-menu-list .slide-menu__container > .slide-menu__list .slide-menu__list__body .slide-menu__point a .slide-menu__icon.micon-roulette {
  background: var(--icon-roulette);
}
html body #application > .cms-slide-menu-container .slide-menu .slide-menu_wrapper .slide-menu__wrap .fn-menu-list .slide-menu__container > .slide-menu__list .slide-menu__list__body .slide-menu__point a .slide-menu__icon.micon-cherries {
  background: var(--icon-cherry);
}
html body #application > .cms-slide-menu-container .slide-menu .slide-menu_wrapper .slide-menu__wrap .fn-menu-list .slide-menu__container > .slide-menu__list .slide-menu__list__body .slide-menu__point a .slide-menu__icon.micon-money {
  background: var(--icon-money);
}
html body #application > .cms-slide-menu-container .slide-menu .slide-menu_wrapper .slide-menu__wrap .fn-menu-list .slide-menu__container > .slide-menu__list .slide-menu__list__body .slide-menu__point a .slide-menu__icon.micon-grid {
  background: var(--icon-grid);
}
html body #application > .cms-slide-menu-container .slide-menu .slide-menu_wrapper .slide-menu__wrap .fn-menu-list .slide-menu__container > .slide-menu__list .slide-menu__list__body .slide-menu__point a .slide-menu__icon.micon-ticket {
  background: var(--icon-ticket);
}
html body #application > .cms-slide-menu-container .slide-menu .slide-menu_wrapper .slide-menu__wrap .fn-menu-list .slide-menu__container > .slide-menu__list .slide-menu__list__body .slide-menu__point a .slide-menu__icon.micon-trophy {
  background: var(--icon-trophy);
}
html body #application > .cms-slide-menu-container .slide-menu .slide-menu_wrapper .slide-menu__wrap .fn-menu-list .slide-menu__container > .slide-menu__list .slide-menu__list__body .slide-menu__point a .slide-menu__icon.micon-pointer {
  background: var(--icon-target);
}
html body #application > .cms-slide-menu-container .slide-menu .slide-menu_wrapper .slide-menu__wrap .fn-menu-list .slide-menu__container > .slide-menu__list .slide-menu__list__body .slide-menu__point a .slide-menu__icon.micon-cart {
  background: var(--icon-cart);
}
html body #application > .cms-slide-menu-container .slide-menu .slide-menu_wrapper .slide-menu__wrap .fn-menu-list .slide-menu__container > .slide-menu__list.opened .slide-menu__list__body {
  display: flex;
}
html body #application > .cms-slide-menu-container .slide-menu .slide-menu_wrapper .slide-menu__wrap .fn-menu-list .slide-menu__container > .slide-menu__list.footer-mobile {
  margin-top: auto;
}
html body #application > .cms-slide-menu-container .slide-menu .slide-menu_wrapper .slide-menu__wrap .fn-menu-list .slide-menu__container > .slide-menu__list.footer-mobile .slide-menu__list__header {
  display: none;
}
html body #application > .cms-slide-menu-container .slide-menu .slide-menu_wrapper .slide-menu__wrap .fn-menu-list .slide-menu__container > .slide-menu__list.footer-mobile .slide-menu__list__body {
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
}
html body #application > .cms-slide-menu-container .slide-menu .slide-menu_wrapper .slide-menu__wrap .fn-menu-list .slide-menu__container > .slide-menu__list.footer-mobile .slide-menu__list__body .chat-link {
  width: 100%;
  margin-bottom: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 6px 24px;
  border: none;
  border-radius: 0;
  cursor: pointer;
  font: var(--font-body);
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  background-color: rgb(var(--color-primary-base));
  color: rgb(var(--color-black));
  transition: all 0.2s ease;
  outline: 0;
}
html body #application > .cms-slide-menu-container .slide-menu .slide-menu_wrapper .slide-menu__wrap .fn-menu-list .slide-menu__container > .slide-menu__list.footer-mobile .slide-menu__list__body .chat-link:hover, html body #application > .cms-slide-menu-container .slide-menu .slide-menu_wrapper .slide-menu__wrap .fn-menu-list .slide-menu__container > .slide-menu__list.footer-mobile .slide-menu__list__body .chat-link:focus-visible {
  outline: 0;
  background-color: rgb(var(--color-primary-darker20));
  color: rgb(var(--color-black));
}
@media (width <= 1023px) {
  html body #application > .cms-slide-menu-container .slide-menu .slide-menu_wrapper .slide-menu__wrap .fn-menu-list .slide-menu__container > .slide-menu__list.footer-mobile .slide-menu__list__body .chat-link {
    padding: 8px 16px;
  }
}
html body #application > .cms-slide-menu-container .slide-menu .slide-menu_wrapper .slide-menu__wrap .fn-menu-list .slide-menu__container > .slide-menu__list.footer-mobile .slide-menu__list__body .chat-link {
  padding: 6px;
}
html body #application > .cms-slide-menu-container .slide-menu .slide-menu_wrapper .slide-menu__wrap .fn-menu-list .slide-menu__container > .slide-menu__list.footer-mobile .slide-menu__list__body .chat-link a {
  color: rgb(var(--color-black));
  text-transform: none !important;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
html body #application > .cms-slide-menu-container .slide-menu .slide-menu_wrapper .slide-menu__wrap .fn-menu-list .slide-menu__container > .slide-menu__list.footer-mobile .slide-menu__list__body .chat-link a .slide-menu__icon {
  display: inline-block;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTUgMTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTguMDcxNjYgMTUuODY1MUM3Ljc4OTU1IDE2LjAxMzMgNy40NTUwOCAxNS44MTk4IDcuNDI3ODQgMTUuNTAyNEw3LjI5Mzc3IDEzLjkzOTVDNy4yODM3MiAxMy44MjIzIDcuMTg1NjkgMTMuNzMyMyA3LjA2ODEyIDEzLjczMjNDNS4xMDAxMyAxMy43MzIzIDMuNDMwMTEgMTMuMDY1OSAyLjA1ODA3IDExLjczMzFDMC42ODYwMjMgMTAuNDAwMiAwIDguNzc3OTMgMCA2Ljg2NjE3QzAgNC45NTQ0MSAwLjY4NjAyMyAzLjMzMjExIDIuMDU4MDcgMS45OTkyN0MzLjQzMDExIDAuNjY2NDIyIDUuMTAwMTMgMCA3LjA2ODEyIDBDOC4wNTIxMSAwIDguOTcwMjcgMC4xNzgzODYgOS44MjI2IDAuNTM1MTU3QzEwLjY3NDkgMC44OTE5MjkgMTEuNDIzMyAxLjM4MzMzIDEyLjA2NzggMi4wMDkzNkMxMi43MTIyIDIuNjM1NCAxMy4yMTgxIDMuMzYyNCAxMy41ODUzIDQuMTkwMzhDMTMuOTUyNiA1LjAxODM2IDE0LjEzNjIgNS45MTAyOSAxNC4xMzYyIDYuODY2MTdDMTQuMTM2MiA3Ljg3NTkgMTMuOTY2NSA4Ljg0NTI0IDEzLjYyNjkgOS43NzQxOUMxMy4yODc0IDEwLjcwMzEgMTIuODIzMSAxMS41NjQ4IDEyLjIzNDEgMTIuMzU5MUMxMS42NDUxIDEzLjE1MzQgMTAuOTQ1MiAxMy44NzM3IDEwLjEzNDQgMTQuNTE5OUM5LjQ5MjQ2IDE1LjAzMTYgOC44MDQ4NyAxNS40OCA4LjA3MTY2IDE1Ljg2NTFaTTcuMDQ3MzMgMTEuMjg4OEM3LjI4MjkzIDExLjI4ODggNy40ODM4OSAxMS4yMDggNy42NTAyIDExLjA0NjVDNy44MTY1IDEwLjg4NDkgNy44OTk2NiAxMC42ODk3IDcuODk5NjYgMTAuNDYwOEM3Ljg5OTY2IDEwLjIzMTkgNy44MTY1IDEwLjAzNjcgNy42NTAyIDkuODc1MTdDNy40ODM4OSA5LjcxMzYxIDcuMjgyOTMgOS42MzI4MyA3LjA0NzMzIDkuNjMyODNDNi44MTE3MiA5LjYzMjgzIDYuNjEwNzcgOS43MTM2MSA2LjQ0NDQ2IDkuODc1MTdDNi4yNzgxNSAxMC4wMzY3IDYuMTk1IDEwLjIzMTkgNi4xOTUgMTAuNDYwOEM2LjE5NSAxMC42ODk3IDYuMjc4MTUgMTAuODg0OSA2LjQ0NDQ2IDExLjA0NjVDNi42MTA3NyAxMS4yMDggNi44MTE3MiAxMS4yODg4IDcuMDQ3MzMgMTEuMjg4OFpNNi40NTYzMSA4LjI2NTE5QzYuNDQxOTEgOC41MTgyOSA2LjY0OTk3IDguNzI0MDcgNi45MDM0NyA4LjcyNDA3SDcuMjMyNzZDNy40ODYyNyA4LjcyNDA3IDcuNjg0ODcgOC41MTc1OCA3LjcxNTM2IDguMjY1OTFDNy43MzU4IDguMDk3MjEgNy43Njk1MSA3Ljk2NzIgNy44MTY1IDcuODc1OUM3Ljg5OTY2IDcuNzE0MzQgOC4xNjI5OCA3LjQxODE2IDguNjA2NDcgNi45ODczNEM4Ljg1NTkzIDYuNzQ1IDkuMDYzODIgNi40ODI0NyA5LjIzMDEzIDYuMTk5NzVDOS4zOTY0NCA1LjkxNzAyIDkuNDc5NTkgNS42MTQxIDkuNDc5NTkgNS4yOTA5OUM5LjQ3OTU5IDQuNjA0MzcgOS4yNDA1MiA0LjA4OTQxIDguNzYyMzggMy43NDYxQzguMjg0MjUgMy40MDI3OSA3LjcxOTQ5IDMuMjMxMTQgNy4wNjgxMiAzLjIzMTE0QzYuNDU4MzIgMy4yMzExNCA1Ljk0NTUzIDMuMzk2MDYgNS41Mjk3NiAzLjcyNTkxQzUuMjM5NDEgMy45NTYyNiA1LjAwOTg4IDQuMjIxMDggNC44NDExOSA0LjUyMDM3QzQuNzE4OTMgNC43MzcyNyA0Ljg0MjE2IDQuOTk4MjggNS4wNzQ3OCA1LjA4NzA2TDUuMzYwNTcgNS4xOTYxM0M1LjYwOTMyIDUuMjkxMDYgNS44ODY2MyA1LjE1MTMgNi4wMzQ3NSA0LjkzMDA2QzYuMDg3NDQgNC44NTEzOCA2LjE0Nzc4IDQuNzczMTEgNi4yMTU3OCA0LjY5NTI1QzYuNDA5ODEgNC40NzMxMSA2LjY5MzkyIDQuMzYyMDQgNy4wNjgxMiA0LjM2MjA0QzcuNDQyMzEgNC4zNjIwNCA3LjcyMjk2IDQuNDYzMDEgNy45MTAwNSA0LjY2NDk2QzguMDk3MTUgNC44NjY5IDguMTkwNyA1LjA4OTA0IDguMTkwNyA1LjMzMTM4QzguMTkwNyA1LjU2MDI1IDguMTIxNCA1Ljc2NTU2IDcuOTgyODEgNS45NDczMUM3Ljg0NDIyIDYuMTI5MDcgNy42Nzc5MSA2LjMxNDE4IDcuNDgzODkgNi41MDI2N0M2Ljk5ODgyIDYuOTA2NTYgNi43MDQzMiA3LjIyNjMxIDYuNjAwMzcgNy40NjE5MUM2LjUyNTA5IDcuNjMyNTYgNi40NzcwNyA3LjkwMDMyIDYuNDU2MzEgOC4yNjUxOVoiIGZpbGw9ImJsYWNrIj48L3BhdGg+PC9zdmc+);
  width: 18px;
  height: 18px;
}
html body #application > .cms-slide-menu-container .slide-menu .slide-menu_wrapper .slide-menu__wrap .fn-menu-list .slide-menu__container > .slide-menu__list.footer-mobile .slide-menu__list__body [class*=social-] {
  width: 24px;
  height: 24px;
  position: relative;
}
html body #application > .cms-slide-menu-container .slide-menu .slide-menu_wrapper .slide-menu__wrap .fn-menu-list .slide-menu__container > .slide-menu__list.footer-mobile .slide-menu__list__body [class*=social-] a {
  font-size: 0;
}
html body #application > .cms-slide-menu-container .slide-menu .slide-menu_wrapper .slide-menu__wrap .fn-menu-list .slide-menu__container > .slide-menu__list.footer-mobile .slide-menu__list__body [class*=social-] a span {
  width: 24px;
  height: 24px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
html body #application > .cms-slide-menu-container .slide-menu .slide-menu_wrapper .slide-menu__wrap .fn-menu-list .slide-menu__container > .slide-menu__list.footer-mobile .slide-menu__list__body [class*=social-] a span.micon-x {
  background-image: var(--icon-x);
}
html body #application > .cms-slide-menu-container .slide-menu .slide-menu_wrapper .slide-menu__wrap .fn-menu-list .slide-menu__container > .slide-menu__list.footer-mobile .slide-menu__list__body [class*=social-] a span.micon-instagram {
  background-image: var(--icon-instagram);
}
html body #application > .cms-slide-menu-container .slide-menu .slide-menu_wrapper .slide-menu__wrap .fn-menu-list .slide-menu__container > .slide-menu__list.footer-mobile .slide-menu__list__body [class*=social-] a span.micon-facebook {
  background-image: var(--icon-facebook);
}
html body #application > .cms-slide-menu-container .slide-menu .slide-menu_wrapper .slide-menu__wrap .fn-menu-list .slide-menu__container > .slide-menu__list.footer-mobile .slide-menu__list__body [class*=social-] a span.micon-threads {
  background-image: var(--icon-threads);
}
html body #application > .cms-slide-menu-container .slide-menu .slide-menu_wrapper .slide-menu__wrap .fn-menu-list .slide-menu__container > .slide-menu__list.footer-mobile .slide-menu__list__body [class*=social-] a span.micon-youtube {
  background-image: var(--icon-youtube);
}
html body #application > .cms-slide-menu-container .slide-menu .slide-menu_wrapper .slide-menu__wrap .fn-menu-list .slide-menu__container > .slide-menu__point {
  background-color: transparent;
}
html body #application > .cms-slide-menu-container .slide-menu .slide-menu_wrapper .slide-menu__wrap .fn-menu-list .slide-menu__container > .slide-menu__point a {
  font: var(--font-title);
  text-transform: uppercase;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  font-size: 16px;
  color: rgb(var(--color-white));
}
html body #application > .cms-slide-menu-container .slide-menu .slide-menu_wrapper .slide-menu__wrap .fn-menu-list .slide-menu__container > .slide-menu__point.button-yellow a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 6px 24px;
  border: none;
  border-radius: 0;
  cursor: pointer;
  font: var(--font-body);
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  background-color: rgb(var(--color-tertiary-base));
  color: rgb(var(--color-black));
  transition: all 0.2s ease;
  outline: 0;
}
html body #application > .cms-slide-menu-container .slide-menu .slide-menu_wrapper .slide-menu__wrap .fn-menu-list .slide-menu__container > .slide-menu__point.button-yellow a:hover, html body #application > .cms-slide-menu-container .slide-menu .slide-menu_wrapper .slide-menu__wrap .fn-menu-list .slide-menu__container > .slide-menu__point.button-yellow a:focus-visible {
  outline: 0;
  background-color: rgb(var(--color-tertiary-darker20));
  color: rgb(var(--color-black));
}
@media (width <= 1023px) {
  html body #application > .cms-slide-menu-container .slide-menu .slide-menu_wrapper .slide-menu__wrap .fn-menu-list .slide-menu__container > .slide-menu__point.button-yellow a {
    padding: 8px 16px;
  }
}
html body #application > .cms-slide-menu-container .slide-menu .slide-menu_wrapper .slide-menu__wrap .fn-menu-list .slide-menu__container > .slide-menu__point.button-yellow a {
  width: 100%;
  gap: 0;
  font-size: 16px;
  padding: 6px;
}
html body #application > .cms-slide-menu-container .slide-menu .slide-menu_wrapper .slide-menu__wrap .fn-menu-list .slide-menu__container > .slide-menu__point.button-yellow a .slide-menu__icon {
  display: none;
}
html body #application > .cms-slide-menu-container .slide-menu .slide-menu_wrapper .slide-menu__wrap .fn-menu-list .slide-menu__container .slide-menu__icon {
  margin: 0;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  min-width: 0;
  min-height: 0;
  width: 24px;
  height: 24px;
}
html body #application > .cms-slide-menu-container .slide-menu .slide-menu_wrapper .slide-menu__wrap .fn-menu-list .slide-menu__container .slide-menu__icon.micon-bets {
  background-image: var(--icon-bets);
}
html body #application > .cms-slide-menu-container .slide-menu .slide-menu_wrapper .slide-menu__wrap .fn-menu-list .slide-menu__container .slide-menu__icon.micon-cassino {
  background-image: var(--icon-cassino);
}
html body #application > .cms-slide-menu-container .slide-menu .slide-menu_wrapper .slide-menu__wrap .fn-menu-list .slide-menu__container .slide-menu__icon.micon-promotions {
  background-image: var(--icon-promotions);
}
html body #application > .cms-slide-menu-container .slide-menu .slide-menu_wrapper .slide-menu__wrap .fn-menu-list .slide-menu__container .slide-menu__icon.micon-club {
  background-image: var(--icon-club);
}
html body #application > .cms-slide-menu-container .slide-menu .slide-menu_wrapper .slide-menu__wrap .fn-menu-list .slide-menu__container .slide-menu__icon.micon-omc {
  background-image: var(--icon-omc);
}
html body #application:has(.sidebar-content-wrapper) > .header {
  z-index: 105;
}
html body #application > .header {
  box-shadow: 0 0 20px rgb(var(--color-primary-base));
  z-index: 100;
}
html body #application > .header .navigation-container {
  background-color: rgb(var(--color-black));
}
html body #application > .header .navigation-container header {
  max-width: 1600px;
  margin: auto;
  padding: 15px 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
@media (width <= 1023px) {
  html body #application > .header .navigation-container header {
    padding: 15px;
  }
}
@media (width <= 767px) {
  html body #application > .header .navigation-container header {
    padding: 10px;
  }
}
html body #application > .header .navigation-container header .logo-wrapper {
  width: 230px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
}
@media (width <= 767px) {
  html body #application > .header .navigation-container header .logo-wrapper {
    width: 180px;
  }
}
html body #application > .header .navigation-container header .logo-wrapper .hamburger {
  display: none !important;
}
@media (width <= 1249px) {
  html body #application > .header .navigation-container header .logo-wrapper .hamburger {
    height: 20px;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    cursor: pointer;
    margin-right: 10px;
  }
  html body #application > .header .navigation-container header .logo-wrapper .hamburger > div {
    width: 25px;
    background-color: rgb(var(--color-white));
    height: 2px;
    position: relative;
  }
  html body #application > .header .navigation-container header .logo-wrapper .hamburger > div::before {
    content: "";
    position: absolute;
    width: 25px;
    background-color: rgb(var(--color-white));
    height: 2px;
    cursor: pointer;
    top: -8px;
  }
  html body #application > .header .navigation-container header .logo-wrapper .hamburger > div::after {
    content: "";
    position: absolute;
    width: 25px;
    background-color: rgb(var(--color-white));
    height: 2px;
    cursor: pointer;
    bottom: -8px;
  }
}
html body #application > .header .navigation-container header .logo-wrapper a {
  display: inline-block;
  line-height: 0;
}
html body #application > .header .navigation-container header .logo-wrapper a img {
  height: 24px;
}
@media (width <= 1249px) {
  html body #application > .header .navigation-container header .logo-wrapper a img {
    height: 20px;
  }
}
@media (width <= 767px) {
  html body #application > .header .navigation-container header .logo-wrapper a img {
    height: 16px;
  }
}
html body #application > .header .navigation-container header .logo-wrapper a img[data-src] {
  opacity: 0;
}
html body #application > .header .navigation-container header .menu-wrapper .menu__navigation {
  position: unset;
}
html body #application > .header .navigation-container header .menu-wrapper .menu__navigation .menu__nav-wrapper {
  line-height: 1.4em;
}
html body #application > .header .navigation-container header .menu-wrapper .menu__navigation .menu__nav-wrapper .menu__nav {
  line-height: 1.4em;
}
html body #application > .header .navigation-container header .menu-wrapper .menu__navigation .menu__nav-wrapper .menu__nav > li {
  line-height: 1.4em;
}
html body #application > .header .navigation-container header .menu-wrapper .menu__navigation .menu__nav-wrapper .menu__nav > li a {
  line-height: 1.4em;
  font: var(--font-body);
  font-weight: bold;
  text-transform: uppercase;
  transition: all 0.2s ease;
}
html body #application > .header .navigation-container header .menu-wrapper .menu__navigation .menu__nav-wrapper .menu__nav > li a:hover {
  color: rgb(var(--color-primary-base));
}
html body #application > .header .navigation-container header .menu-wrapper .menu__navigation .menu__nav-wrapper .menu__nav > li.active {
  background-color: transparent;
}
html body #application > .header .navigation-container header .menu-wrapper .menu__navigation .menu__nav-wrapper .menu__nav > li.active a {
  color: rgb(var(--color-primary-base));
}
html body #application > .header .navigation-container header .menu-wrapper .menu__navigation .menu__nav-wrapper .menu__nav .effect {
  background-color: rgb(var(--color-primary-base));
  top: 0 !important;
  width: 300px !important;
  height: 40px !important;
  left: 0 !important;
  position: fixed;
  opacity: 1;
  border-radius: 50%;
  filter: blur(50px);
  z-index: -1;
  transition: all 0.2s ease;
  display: none;
}
html body #application > .header .navigation-container header .menu-wrapper .menu__navigation .menu__secondlevel-wrapper {
  position: absolute;
  top: 61px;
  z-index: -2;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgb(var(--color-neutral-13));
  overflow: hidden;
}
html body #application > .header .navigation-container header .menu-wrapper .menu__navigation .menu__secondlevel-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: -200px;
  bottom: -40px;
  width: calc(100% + 400px);
  box-shadow: 0 0 20px rgb(var(--color-primary-base)) inset;
  z-index: 0;
  opacity: 0.8;
}
html body #application > .header .navigation-container header .menu-wrapper .menu__navigation .menu__secondlevel-wrapper .menu__secondlevel-nav {
  z-index: 1;
  position: relative;
  text-align: center;
}
html body #application > .header .navigation-container header .menu-wrapper .menu__navigation .menu__secondlevel-wrapper .menu__secondlevel-nav ul {
  display: flex;
  gap: 30px;
  justify-content: center;
}
html body #application > .header .navigation-container header .menu-wrapper .menu__navigation .menu__secondlevel-wrapper .menu__secondlevel-nav ul li {
  line-height: 50px;
  position: relative;
}
html body #application > .header .navigation-container header .menu-wrapper .menu__navigation .menu__secondlevel-wrapper .menu__secondlevel-nav ul li a {
  padding: 0;
  margin: 0;
  background-color: transparent;
  color: rgb(var(--color-white));
  font: var(--font-body);
  transition: all 0.2s ease;
}
html body #application > .header .navigation-container header .menu-wrapper .menu__navigation .menu__secondlevel-wrapper .menu__secondlevel-nav ul li::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 0.15s ease;
  height: 3px;
  background-color: rgb(var(--color-primary-base));
  transform: translateY(-10px) scaleX(0.7);
  opacity: 0;
}
html body #application > .header .navigation-container header .menu-wrapper .menu__navigation .menu__secondlevel-wrapper .menu__secondlevel-nav ul li.active::after, html body #application > .header .navigation-container header .menu-wrapper .menu__navigation .menu__secondlevel-wrapper .menu__secondlevel-nav ul li:hover::after {
  transform: none;
  opacity: 1;
}
html body #application > .header .navigation-container header .menu-wrapper .menu__navigation .menu__secondlevel-wrapper .menu__secondlevel-nav ul li.active a, html body #application > .header .navigation-container header .menu-wrapper .menu__navigation .menu__secondlevel-wrapper .menu__secondlevel-nav ul li:hover a {
  color: rgb(var(--color-primary-base));
}
html body #application > .header .navigation-container header .menu-wrapper .menu__navigation .menu__secondlevel-wrapper .menu__secondlevel-nav ul .effect {
  display: none !important;
}
html body #application > .header .navigation-container header .actions-wrapper {
  width: 230px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
@media (width <= 767px) {
  html body #application > .header .navigation-container header .actions-wrapper {
    width: auto;
  }
}
html body #application > .header .navigation-container header .actions-wrapper .button-fake {
  color: rgb(var(--color-white));
}
html body #application > .header .navigation-container header .actions-wrapper .deposit-mini {
  background-color: rgb(var(--color-neutral-13));
  padding: 6px 6px 6px 16px;
  border-radius: 2px;
  color: rgb(var(--color-white));
  display: flex;
  gap: 10px;
}
@media (width <= 767px) {
  html body #application > .header .navigation-container header .actions-wrapper .deposit-mini {
    padding: 4px 4px 4px 10px;
  }
}
html body #application > .header .navigation-container header .actions-wrapper .deposit-mini .balance,
html body #application > .header .navigation-container header .actions-wrapper .deposit-mini .cms-balance {
  color: rgb(var(--color-white));
  font: var(--font-input);
}
html body #application > .header .navigation-container header .actions-wrapper .deposit-mini .button {
  width: 20px;
  background-color: rgb(var(--color-tertiary-base));
  aspect-ratio: 1;
  display: inline-block;
  width: 20px;
  border-radius: 2px;
  position: relative;
}
html body #application > .header .navigation-container header .actions-wrapper .deposit-mini .button::before {
  content: "+";
  position: absolute;
  color: rgb(var(--color-neutral-13));
  font-size: 24px;
  font-weight: 600;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
html body #application > .header .navigation-container header .actions-wrapper .user-link img {
  height: 32px;
  margin: -2px 0 -8px 10px;
}
@media (width <= 767px) {
  html body #application > .header .navigation-container header .actions-wrapper .user-link img {
    height: 28px;
  }
}
html body #application > .header .navigation-container .floating-menu-wrapper {
  background-color: rgb(var(--color-neutral-12));
  height: 32px;
  overflow: hidden;
}
html body #application > .header .navigation-container .floating-menu-wrapper > div {
  display: flex;
  gap: 0;
  overflow: scroll;
  width: auto;
  white-space: nowrap;
}
html body #application > .header .navigation-container .floating-menu-wrapper > div .parent {
  padding: 0 0 44px 0;
  display: inline-block;
  line-height: 1.2em;
  white-space: nowrap;
  font-weight: 600;
  display: flex;
  gap: 0;
  align-items: stretch;
}
html body #application > .header .navigation-container .floating-menu-wrapper > div .parent > a {
  padding: 6px 10px;
  display: flex;
  gap: 8px;
  align-items: center;
  text-transform: uppercase;
  font-weight: 700;
  color: rgb(var(--color-white));
}
html body #application > .header .navigation-container .floating-menu-wrapper > div .parent > a span {
  height: 20px;
  width: 22px;
  vertical-align: bottom;
  margin: 0;
  display: inline-block;
  background-size: contain;
  background-position: center;
}
html body #application > .header .navigation-container .floating-menu-wrapper > div .parent > a span.icon-bets {
  background-image: var(--icon-bets);
}
html body #application > .header .navigation-container .floating-menu-wrapper > div .parent > a span.icon-cassino {
  background-image: var(--icon-cassino);
}
html body #application > .header .navigation-container .floating-menu-wrapper > div .parent > a span.icon-promotions {
  background-image: var(--icon-promotions);
}
html body #application > .header .navigation-container .floating-menu-wrapper > div .parent > a span.icon-club {
  background-image: var(--icon-club);
}
html body #application > .header .navigation-container .floating-menu-wrapper > div .parent > a span.icon-omc {
  background-image: var(--icon-omc);
}
html body #application > .header .navigation-container .floating-menu-wrapper > div .parent .sub-menu {
  display: none;
}
html body #application > .header .navigation-container .floating-menu-wrapper > div .parent.active {
  background-color: rgb(var(--color-primary-base));
}
html body #application > .header .navigation-container .floating-menu-wrapper > div .parent.active > a {
  display: flex;
  gap: 6px;
  padding-left: 8px;
  line-height: 1;
  text-transform: uppercase;
  color: rgb(var(--color-black));
  position: relative;
}
html body #application > .header .navigation-container .floating-menu-wrapper > div .parent.active > a span {
  filter: brightness(0);
}
html body #application > .header .navigation-container .floating-menu-wrapper > div .parent.active > a::after {
  content: "";
  position: absolute;
  border-top: 16px solid rgb(var(--color-primary-darker20));
  border-left: 6px solid rgb(var(--color-primary-base));
  border-bottom: 16px solid rgb(var(--color-primary-darker20));
  bottom: 0;
  right: -4px;
}
html body #application > .header .navigation-container .floating-menu-wrapper > div .parent.active .sub-menu {
  display: flex;
  gap: 16px;
  background-color: rgb(var(--color-primary-darker20));
  line-height: 1;
  padding: 0 10px 0 16px;
  align-items: center;
}
html body #application > .header .navigation-container .floating-menu-wrapper > div .parent.active .sub-menu .item a {
  font-size: 11px;
  text-transform: none;
  color: rgb(var(--color-primary-darker50));
  font-weight: 600;
}
html body #application > .header .navigation-container .floating-menu-wrapper > div .parent.active .sub-menu .item.active a {
  color: rgb(var(--color-black));
}
html body #application > .header .navigation-container .floating-menu-wrapper > div .parent.active .sub-menu .switcher {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTMgMTMiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEyLjI5MTggMi4xNjMyQzEyLjc4NjMgMS42Njg2NCAxMi43ODYzIDAuODY1NDggMTIuMjkxOCAwLjM3MDkyQzExLjc5NzIgLTAuMTIzNjQgMTAuOTk0MSAtMC4xMjM2NCAxMC40OTk1IDAuMzcwOTJMNi4zMzMzMyA0LjU0MTA1TDIuMTYzMiAwLjM3NDg3NkMxLjY2ODY0IC0wLjExOTY4NCAwLjg2NTQ4IC0wLjExOTY4NCAwLjM3MDkyIDAuMzc0ODc2Qy0wLjEyMzY0IDAuODY5NDM2IC0wLjEyMzY0IDEuNjcyNiAwLjM3MDkyIDIuMTY3MTZMNC41NDEwNSA2LjMzMzMzTDAuMzc0ODc2IDEwLjUwMzVDLTAuMTE5NjgzIDEwLjk5OCAtMC4xMTk2ODMgMTEuODAxMiAwLjM3NDg3NiAxMi4yOTU3QzAuODY5NDM2IDEyLjc5MDMgMS42NzI2IDEyLjc5MDMgMi4xNjcxNiAxMi4yOTU3TDYuMzMzMzMgOC4xMjU2MkwxMC41MDM1IDEyLjI5MThDMTAuOTk4IDEyLjc4NjMgMTEuODAxMiAxMi43ODYzIDEyLjI5NTcgMTIuMjkxOEMxMi43OTAzIDExLjc5NzIgMTIuNzkwMyAxMC45OTQxIDEyLjI5NTcgMTAuNDk5NUw4LjEyNTYyIDYuMzMzMzNMMTIuMjkxOCAyLjE2MzJaIj48L3BhdGg+PC9zdmc+);
  cursor: pointer;
  width: 20px;
  height: 20px;
  background-size: 9px;
  background-position: center;
  background-repeat: no-repeat;
}
html body #application > .header .navigation-container .floating-menu-wrapper > div .parent.active .sub-menu.closed {
  display: none;
}
html body #application > .header .navigation-container .floating-menu-wrapper > div .parent.active:has(.closed) > a::after {
  display: none;
}
html body #application .notistack-SnackbarContainer .notistack-CollapseWrapper .notistack-Snackbar .notistack-MuiContent {
  border-radius: 0;
  font: var(--font-body);
  font-weight: 600;
}
html body #application .notistack-SnackbarContainer .notistack-CollapseWrapper .notistack-Snackbar .notistack-MuiContent.notistack-MuiContent-error {
  background-color: rgb(var(--color-error-base));
  color: rgb(var(--color-white));
}
html body #application #application .portlet-wrapper {
  background: transparent;
}
html body #application > footer {
  z-index: 10;
  position: relative;
}
@media (width <= 767px) {
  html body #application > footer {
    z-index: 1;
  }
}
html body #application > footer .omc-wrapper {
  background-image: url(https://static.versusbet.com/assets/images/common/omc-back.webp);
  background-size: cover;
  background-position: center;
}
@media (width <= 767px) {
  html body #application > footer .omc-wrapper {
    background-position: 65% 50%;
  }
}
html body #application > footer .omc-wrapper .container {
  display: flex;
  max-width: 1000px;
  flex-direction: row;
  margin: auto;
  align-items: center;
  gap: 40px;
}
@media (width <= 1249px) {
  html body #application > footer .omc-wrapper .container {
    gap: 20px;
  }
}
@media (width <= 767px) {
  html body #application > footer .omc-wrapper .container {
    padding: 30px 10px 30px 180px;
    flex-direction: column;
    position: relative;
    align-items: flex-start;
  }
}
html body #application > footer .omc-wrapper .container > div:nth-child(1) {
  font: var(--font-headline);
  text-transform: uppercase;
  line-height: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
  gap: 14px;
  font-size: 36px;
  flex: 1;
}
@media (width <= 1249px) {
  html body #application > footer .omc-wrapper .container > div:nth-child(1) {
    font-size: 30px;
  }
}
@media (width <= 767px) {
  html body #application > footer .omc-wrapper .container > div:nth-child(1) {
    align-items: flex-start;
  }
}
html body #application > footer .omc-wrapper .container > div:nth-child(1) a {
  color: rgb(var(--color-white));
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
}
@media (width <= 767px) {
  html body #application > footer .omc-wrapper .container > div:nth-child(1) a {
    align-items: flex-start;
  }
}
html body #application > footer .omc-wrapper .container > div:nth-child(1) a img {
  width: 200px;
}
@media (width <= 1249px) {
  html body #application > footer .omc-wrapper .container > div:nth-child(1) a img {
    width: 166px;
  }
}
@media (width <= 767px) {
  html body #application > footer .omc-wrapper .container > div:nth-child(1) a img {
    width: 120px;
  }
}
html body #application > footer .omc-wrapper .container > div:nth-child(1) a span.header {
  text-transform: uppercase;
}
@media (width <= 767px) {
  html body #application > footer .omc-wrapper .container > div:nth-child(1) a span.header {
    text-align: left;
    font-size: 22px;
  }
  html body #application > footer .omc-wrapper .container > div:nth-child(1) a span.header br {
    display: none;
  }
}
html body #application > footer .omc-wrapper .container > div:nth-child(1) a span.subtitle {
  font: var(--font-title);
  text-transform: none;
  font-size: 24px;
  line-height: 1.2em;
}
@media (width <= 1023px) {
  html body #application > footer .omc-wrapper .container > div:nth-child(1) a span.subtitle {
    font-size: 20px;
  }
}
@media (width <= 767px) {
  html body #application > footer .omc-wrapper .container > div:nth-child(1) a span.subtitle {
    font-size: 14px;
    text-align: left;
  }
}
html body #application > footer .omc-wrapper .container > div:nth-child(2) {
  position: relative;
}
@media (width <= 767px) {
  html body #application > footer .omc-wrapper .container > div:nth-child(2) {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
}
html body #application > footer .omc-wrapper .container > div:nth-child(2) img {
  width: 200px;
  margin: -60px 0;
}
@media (width <= 1249px) {
  html body #application > footer .omc-wrapper .container > div:nth-child(2) img {
    width: 150px;
    margin: -35px 0;
  }
}
@media (width <= 767px) {
  html body #application > footer .omc-wrapper .container > div:nth-child(2) img {
    width: 140px;
    transform: translate(15px, 3px);
  }
}
html body #application > footer .omc-wrapper .container > div:nth-child(2) .marker {
  position: absolute;
  width: 50px;
  top: 80%;
  left: calc(50% - 25px);
}
@media (width <= 1249px) {
  html body #application > footer .omc-wrapper .container > div:nth-child(2) .marker {
    width: 36px;
    left: calc(50% - 18px);
  }
}
@media (width <= 767px) {
  html body #application > footer .omc-wrapper .container > div:nth-child(2) .marker {
    left: calc(50% - 8px);
  }
}
html body #application > footer .omc-wrapper .container > div:nth-child(3) {
  flex: 1;
}
html body #application > footer .omc-wrapper .container > div:nth-child(3) a {
  color: rgb(var(--color-white));
  font: var(--font-category);
  font-weight: 600;
  line-height: 1.2em;
  font-size: 28px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
}
@media (width <= 1249px) {
  html body #application > footer .omc-wrapper .container > div:nth-child(3) a {
    font-size: 22px;
  }
}
@media (width <= 767px) {
  html body #application > footer .omc-wrapper .container > div:nth-child(3) a {
    font-size: 14px;
    gap: 10px;
  }
}
html body #application > footer .omc-wrapper .container > div:nth-child(3) a .counter {
  background-color: rgb(var(--color-tertiary-base));
  display: inline-block;
  padding: 0 6px;
  color: rgb(var(--color-black));
  font-weight: 700;
}
html body #application > footer .omc-wrapper .container > div:nth-child(3) a .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 6px 24px;
  border: none;
  border-radius: 0;
  cursor: pointer;
  font: var(--font-body);
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  background-color: rgb(var(--color-tertiary-base));
  color: rgb(var(--color-black));
  transition: all 0.2s ease;
  outline: 0;
}
html body #application > footer .omc-wrapper .container > div:nth-child(3) a .button:hover, html body #application > footer .omc-wrapper .container > div:nth-child(3) a .button:focus-visible {
  outline: 0;
  background-color: rgb(var(--color-tertiary-darker20));
  color: rgb(var(--color-black));
}
@media (width <= 1023px) {
  html body #application > footer .omc-wrapper .container > div:nth-child(3) a .button {
    padding: 8px 16px;
  }
}
html body #application > footer .omc-wrapper + .footer-wrapper {
  padding-top: 100px;
}
@media (width <= 1249px) {
  html body #application > footer .omc-wrapper + .footer-wrapper {
    padding-top: 60px;
  }
}
html body #application > footer .footer-wrapper {
  padding: 40px 20px;
  background-color: rgb(var(--color-black));
}
html body #application > footer .footer-wrapper:not(:last-child) {
  border-bottom: 1px solid rgb(var(--color-neutral-11));
}
@media (width <= 1023px) {
  html body #application > footer .footer-wrapper {
    padding: 40px 15px;
  }
}
@media (width <= 1023px) {
  html body #application > footer .footer-wrapper {
    padding: 40px 10px;
  }
}
html body #application > footer .footer-wrapper:last-child {
  padding: 40px 20px 0 20px;
}
@media (width <= 1023px) {
  html body #application > footer .footer-wrapper:last-child {
    padding: 40px 15px 0 15px;
  }
}
@media (width <= 767px) {
  html body #application > footer .footer-wrapper:last-child {
    padding: 40px 10px 0 10px;
  }
}
html body #application > footer .footer-wrapper .container {
  max-width: 1100px;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
html body #application > footer .footer-wrapper .container .composite {
  max-width: 300px;
  margin-bottom: 40px;
}
@media (width <= 1023px) {
  html body #application > footer .footer-wrapper .container .composite {
    max-width: 240px;
    margin-bottom: 30px;
  }
}
html body #application > footer .footer-wrapper .container .title {
  font: var(--font-footer);
  color: rgb(var(--color-primary-base));
  text-transform: uppercase;
}
html body #application > footer .footer-wrapper .container .logo-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  max-width: 980px;
}
@media (width <= 1023px) {
  html body #application > footer .footer-wrapper .container .logo-wrapper {
    max-width: 500px;
    gap: 6px;
  }
}
html body #application > footer .footer-wrapper .container .logo-wrapper img {
  width: 90px;
}
@media (width <= 1023px) {
  html body #application > footer .footer-wrapper .container .logo-wrapper img {
    width: 70px;
  }
}
html body #application > footer .footer-wrapper .container .badges {
  display: flex;
  flex-direction: row;
  line-height: 0;
  gap: 20px;
}
@media (width <= 1023px) {
  html body #application > footer .footer-wrapper .container .badges {
    gap: 10px;
  }
}
html body #application > footer .footer-wrapper .container .badges img {
  height: 40px;
}
@media (width <= 1023px) {
  html body #application > footer .footer-wrapper .container .badges img {
    height: 30px;
  }
}
html body #application > footer .footer-wrapper .container .social-wrapper {
  padding: 40px 0;
}
@media (width <= 1023px) {
  html body #application > footer .footer-wrapper .container .social-wrapper {
    padding: 30px 0 20px 0;
  }
}
html body #application > footer .footer-wrapper .container .social-wrapper .glow > div {
  background-color: rgb(var(--color-black));
  padding: 10px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
html body #application > footer .footer-wrapper .container .social-wrapper .glow > div span {
  text-transform: uppercase;
  font-weight: bold;
  color: rgb(var(--color-primary-base));
  font-size: 12px;
  display: block;
  text-align: center;
  line-height: 1;
}
html body #application > footer .footer-wrapper .container .social-wrapper .glow > div div {
  line-height: 0;
  display: flex;
  gap: 10px;
}
html body #application > footer .footer-wrapper .container .social-wrapper .glow > div div img {
  width: 30px;
}
@media (width <= 1023px) {
  html body #application > footer .footer-wrapper .container .social-wrapper .glow > div div img {
    width: 22px;
  }
}
html body #application > footer .footer-wrapper .container:has(.links-wrapper) {
  display: flex;
  flex-direction: row;
  gap: 40px;
  max-width: 900px;
  align-items: flex-start;
  justify-content: space-between;
}
@media (width <= 767px) {
  html body #application > footer .footer-wrapper .container:has(.links-wrapper) {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
html body #application > footer .footer-wrapper .container:has(.links-wrapper) .links-wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
html body #application > footer .footer-wrapper .container:has(.links-wrapper) .links-wrapper .links {
  display: flex;
  flex-direction: column;
}
html body #application > footer .footer-wrapper .container:has(.links-wrapper) .links-wrapper .links a {
  color: rgb(var(--color-white));
  font-size: 12px;
}
html body #application > footer .footer-wrapper .glow {
  background: linear-gradient(135deg, rgb(var(--color-primary-base)) 0%, transparent 10%, transparent 90%, rgb(var(--color-primary-base)) 100%);
  padding: 2px;
}
@media (width <= 1023px) {
  html body #application > footer .footer-wrapper .glow {
    padding: 1.5px;
  }
}
html body #application > footer .footer-wrapper .glow:has(img[src*=team-dream]) {
  line-height: 0;
}
html body #application > footer .footer-wrapper .glow:has(img[src*=team-dream]) img {
  width: 360px;
  padding: 20px 40px;
  background-color: rgb(var(--color-black));
}
@media (width <= 1023px) {
  html body #application > footer .footer-wrapper .glow:has(img[src*=team-dream]) img {
    width: 300px;
    padding: 16px 30px;
  }
}
html body #application > footer .footer-wrapper .glow:has(img[src*=juventus]) {
  line-height: 0;
  background: transparent;
  padding: 0;
}
html body #application > footer .footer-wrapper .glow:has(img[src*=juventus]) img {
  width: 360px;
  padding: 20px 40px;
  background-color: rgb(var(--color-black));
}
@media (width <= 1023px) {
  html body #application > footer .footer-wrapper .glow:has(img[src*=juventus]) img {
    width: 300px;
    padding: 16px 30px;
  }
}
html body #application > footer .footer-wrapper .disclaimer {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  font: var(--font-legal);
  color: rgb(var(--color-white));
}
@media (width <= 1023px) {
  html body #application > footer .footer-wrapper .disclaimer {
    max-width: 600px;
  }
}
html body #application > footer .footer-wrapper .legal {
  padding-top: 40px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 60px;
}
@media (width <= 1023px) {
  html body #application > footer .footer-wrapper .legal {
    gap: 20px;
    padding-top: 20px;
  }
}
@media (width <= 767px) {
  html body #application > footer .footer-wrapper .legal {
    flex-wrap: wrap;
  }
}
html body #application > footer .footer-wrapper .legal img {
  height: 24px;
}
@media (width <= 1023px) {
  html body #application > footer .footer-wrapper .legal img {
    height: 14px;
  }
}
html body #application > footer .footer-wrapper .legal img[src*=autoprohibicion] {
  height: 34px;
}
@media (width <= 1023px) {
  html body #application > footer .footer-wrapper .legal img[src*=autoprohibicion] {
    height: 22px;
  }
}
html body #application > footer .footer-wrapper .legal img[src*=ibia] {
  height: 34px;
}
@media (width <= 1023px) {
  html body #application > footer .footer-wrapper .legal img[src*=ibia] {
    height: 18px;
  }
}
html body #application > footer .copy {
  text-align: center;
  padding: 20px;
  font: var(--font-seo);
  background-color: rgb(var(--color-black));
  color: rgb(var(--color-white));
}
html body #application > [class^=AppRouter__cookieLayer--] {
  max-width: 600px;
  bottom: 20px;
  right: 20px;
  z-index: 110;
}
@media (width <= 1023px) {
  html body #application > [class^=AppRouter__cookieLayer--] {
    bottom: 15px;
    right: 15px;
  }
}
@media (width <= 767px) {
  html body #application > [class^=AppRouter__cookieLayer--] {
    max-width: calc(100dvw - 20px);
    bottom: 10px;
    right: 10px;
  }
}
html body #application > [class^=AppRouter__cookieLayer--] .cms-cookies-regulation-message {
  background-color: rgb(var(--color-white));
  display: flex;
  flex-direction: column;
  padding: 20px;
}
@media (width <= 767px) {
  html body #application > [class^=AppRouter__cookieLayer--] .cms-cookies-regulation-message {
    padding: 10px;
  }
}
html body #application > [class^=AppRouter__cookieLayer--] .cms-cookies-regulation-message [class^=CookiesRegulationMessage__wc--] {
  margin: 0 0 20px 0;
}
@media (width <= 767px) {
  html body #application > [class^=AppRouter__cookieLayer--] .cms-cookies-regulation-message [class^=CookiesRegulationMessage__wc--] {
    margin: 0 0 10px 0;
  }
}
html body #application > [class^=AppRouter__cookieLayer--] .cms-cookies-regulation-message [class^=CookiesRegulationMessage__wc--] article {
  font: var(--font-label);
  font-weight: 600;
  text-align: left;
  color: rgb(var(--color-black));
  font-size: 13px;
  line-height: 1.2em;
  font-weight: 400;
}
html body #application > [class^=AppRouter__cookieLayer--] .cms-cookies-regulation-message [class^=CookiesRegulationMessage__wc--] article a {
  text-decoration: underline;
  color: rgb(var(--color-black));
}
html body #application > [class^=AppRouter__cookieLayer--] .cms-cookies-regulation-message [class^=CookiesRegulationMessage__wc--] article .cms-cookie-settings {
  padding: 0;
}
html body #application > [class^=AppRouter__cookieLayer--] .cms-cookies-regulation-message [class^=CookiesRegulationMessage__wc--] article .cms-cookie-settings [class*=InfoList__list--] {
  padding: 0;
  margin: 0;
  background-color: transparent;
  margin-top: 6px;
}
html body #application > [class^=AppRouter__cookieLayer--] .cms-cookies-regulation-message [class^=CookiesRegulationMessage__wc--] article .cms-cookie-settings [class*=InfoList__list--] > li {
  border: 0;
  padding: 0;
  padding: 6px 0;
  border-top: 1px solid rgb(var(--color-black)/0.5);
}
html body #application > [class^=AppRouter__cookieLayer--] .cms-cookies-regulation-message [class^=CookiesRegulationMessage__wc--] article .cms-cookie-settings [class*=InfoList__list--] > li > div label {
  height: auto;
  flex-direction: row;
  gap: 6px;
  justify-content: flex-start;
}
html body #application > [class^=AppRouter__cookieLayer--] .cms-cookies-regulation-message [class^=CookiesRegulationMessage__wc--] article .cms-cookie-settings [class*=InfoList__list--] > li > div label [class*=CheckboxShallow__label--] {
  text-transform: uppercase;
  font: var(--font-label);
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: rgb(var(--color-black));
  opacity: 1;
}
html body #application > [class^=AppRouter__cookieLayer--] .cms-cookies-regulation-message [class^=CookiesRegulationMessage__wc--] article .cms-cookie-settings [class*=InfoList__list--] > li > div label input {
  display: none;
}
html body #application > [class^=AppRouter__cookieLayer--] .cms-cookies-regulation-message [class^=CookiesRegulationMessage__wc--] article .cms-cookie-settings [class*=InfoList__list--] > li > div label input + [class*=CheckboxShallow__] {
  border: 1px solid rgb(var(--color-neutral-8));
  width: 36px;
  height: 18px;
  display: inline-block;
  border-radius: 100px;
  transition: all 0.2s ease;
  position: absolute;
  top: 1px;
  left: 0;
  overflow: hidden;
}
html body #application > [class^=AppRouter__cookieLayer--] .cms-cookies-regulation-message [class^=CookiesRegulationMessage__wc--] article .cms-cookie-settings [class*=InfoList__list--] > li > div label input + [class*=CheckboxShallow__]::before {
  content: "";
  position: absolute;
  background-image: none;
  background-color: rgb(var(--color-neutral-8));
  transition: all 0.2s ease;
  width: 12px;
  height: 12px;
  top: 2px;
  left: 12px;
  bottom: unset;
  border-radius: 50%;
  transform: translateX(-10px);
}
html body #application > [class^=AppRouter__cookieLayer--] .cms-cookies-regulation-message [class^=CookiesRegulationMessage__wc--] article .cms-cookie-settings [class*=InfoList__list--] > li > div label input + [class*=CheckboxShallow__]::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  top: 2px;
  left: 20px;
  opacity: 0;
  background-color: rgb(var(--color-black));
  border-radius: 50%;
  transform: translateX(-10px) scale(0.5);
}
html body #application > [class^=AppRouter__cookieLayer--] .cms-cookies-regulation-message [class^=CookiesRegulationMessage__wc--] article .cms-cookie-settings [class*=InfoList__list--] > li > div label input + [class*=CheckboxShallow__] + [class*=CheckboxShallow__label--] {
  margin: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-left: 10px;
}
html body #application > [class^=AppRouter__cookieLayer--] .cms-cookies-regulation-message [class^=CookiesRegulationMessage__wc--] article .cms-cookie-settings [class*=InfoList__list--] > li > div label input + [class*=CheckboxShallow__] + [class*=CheckboxShallow__label--]::before {
  content: "";
  width: 36px;
  height: 18px;
  position: relative;
  display: inline-block;
}
html body #application > [class^=AppRouter__cookieLayer--] .cms-cookies-regulation-message [class^=CookiesRegulationMessage__wc--] article .cms-cookie-settings [class*=InfoList__list--] > li > div label input:checked {
  background-color: rgb(var(--color-primary-base));
}
html body #application > [class^=AppRouter__cookieLayer--] .cms-cookies-regulation-message [class^=CookiesRegulationMessage__wc--] article .cms-cookie-settings [class*=InfoList__list--] > li > div label input:checked + [class*=CheckboxShallow__] {
  border: 0;
}
html body #application > [class^=AppRouter__cookieLayer--] .cms-cookies-regulation-message [class^=CookiesRegulationMessage__wc--] article .cms-cookie-settings [class*=InfoList__list--] > li > div label input:checked + [class*=CheckboxShallow__]::before {
  background-color: rgb(var(--color-primary-base));
  transform: scale(10);
}
html body #application > [class^=AppRouter__cookieLayer--] .cms-cookies-regulation-message [class^=CookiesRegulationMessage__wc--] article .cms-cookie-settings [class*=InfoList__list--] > li > div label input:checked + [class*=CheckboxShallow__]::after {
  transform: none;
  opacity: 1;
}
html body #application > [class^=AppRouter__cookieLayer--] .cms-cookies-regulation-message [class^=CookiesRegulationMessage__wc--] article .cms-cookie-settings [class*=InfoList__list--] > li > div label input + [class^=CheckboxShallow__toggleMark--] {
  position: relative;
  background: transparent;
  top: -1px;
  border: 1px solid rgb(var(--color-black));
  margin: 0;
  transform: scale(0.65);
  transform-origin: left calc(50% + 4px);
}
html body #application > [class^=AppRouter__cookieLayer--] .cms-cookies-regulation-message [class^=CookiesRegulationMessage__wc--] article .cms-cookie-settings [class*=InfoList__list--] > li > div label input + [class^=CheckboxShallow__toggleMark--]::before {
  background-color: rgb(var(--color-black));
}
html body #application > [class^=AppRouter__cookieLayer--] .cms-cookies-regulation-message [class^=CookiesRegulationMessage__wc--] article .cms-cookie-settings [class*=InfoList__list--] > li > div label input + [class^=CheckboxShallow__toggleMark--]::after {
  margin: 0;
}
html body #application > [class^=AppRouter__cookieLayer--] .cms-cookies-regulation-message [class^=CookiesRegulationMessage__wc--] article .cms-cookie-settings [class*=InfoList__list--] > li > div label input + [class^=CheckboxShallow__toggleMark--] + [class*=CheckboxShallow__label--] {
  padding: 0;
  margin-left: -10px;
}
html body #application > [class^=AppRouter__cookieLayer--] .cms-cookies-regulation-message [class^=CookiesRegulationMessage__wc--] article .cms-cookie-settings [class*=InfoList__list--] > li > div label input + [class^=CheckboxShallow__toggleMark--] + [class*=CheckboxShallow__label--]::before {
  display: none;
}
html body #application > [class^=AppRouter__cookieLayer--] .cms-cookies-regulation-message [class^=CookiesRegulationMessage__wc--] article .cms-cookie-settings [class*=InfoList__list--] > li > div label input:checked + [class^=CheckboxShallow__toggleMark--]::after {
  background-color: rgb(var(--color-white));
}
html body #application > [class^=AppRouter__cookieLayer--] .cms-cookies-regulation-message [class^=CookiesRegulationMessage__wc--] article .cms-cookie-settings [class*=InfoList__list--] > li > div [class^=CookieSettings__description--] {
  color: rgb(var(--color-black));
  font: var(--font-label);
  font-weight: 600;
  margin: 0;
  font-size: 13px;
  line-height: 1.2em;
  font-weight: 400;
}
html body #application > [class^=AppRouter__cookieLayer--] .cms-cookies-regulation-message [class^=CookiesRegulationMessage__wc--] article .cms-cookie-settings [class^=CookieSettings__formActions--] {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 3;
  justify-content: flex-start;
  padding: 0;
}
@media (width <= 767px) {
  html body #application > [class^=AppRouter__cookieLayer--] .cms-cookies-regulation-message [class^=CookiesRegulationMessage__wc--] article .cms-cookie-settings [class^=CookieSettings__formActions--] {
    left: 10px;
    bottom: 10px;
    right: 10px;
  }
}
html body #application > [class^=AppRouter__cookieLayer--] .cms-cookies-regulation-message [class^=CookiesRegulationMessage__wc--] article .cms-cookie-settings [class^=CookieSettings__formActions--] button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 6px 24px;
  border: none;
  border-radius: 0;
  cursor: pointer;
  font: var(--font-body);
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  background-color: rgb(var(--color-tertiary-base));
  color: rgb(var(--color-black));
  transition: all 0.2s ease;
  outline: 0;
}
html body #application > [class^=AppRouter__cookieLayer--] .cms-cookies-regulation-message [class^=CookiesRegulationMessage__wc--] article .cms-cookie-settings [class^=CookieSettings__formActions--] button:hover, html body #application > [class^=AppRouter__cookieLayer--] .cms-cookies-regulation-message [class^=CookiesRegulationMessage__wc--] article .cms-cookie-settings [class^=CookieSettings__formActions--] button:focus-visible {
  outline: 0;
  background-color: rgb(var(--color-tertiary-darker20));
  color: rgb(var(--color-black));
}
@media (width <= 1023px) {
  html body #application > [class^=AppRouter__cookieLayer--] .cms-cookies-regulation-message [class^=CookiesRegulationMessage__wc--] article .cms-cookie-settings [class^=CookieSettings__formActions--] button {
    padding: 8px 16px;
  }
}
html body #application > [class^=AppRouter__cookieLayer--] .cms-cookies-regulation-message [class^=CookiesRegulationMessage__wc--] article .cms-cookie-settings [class^=CookieSettings__formActions--] button {
  box-shadow: none;
}
@media (width <= 767px) {
  html body #application > [class^=AppRouter__cookieLayer--] .cms-cookies-regulation-message [class^=CookiesRegulationMessage__wc--] article .cms-cookie-settings [class^=CookieSettings__formActions--] button {
    width: 100%;
  }
}
html body #application > [class^=AppRouter__cookieLayer--] .cms-cookies-regulation-message [class^=CookiesRegulationMessage__buttons--] {
  gap: 10px;
  width: 100%;
  flex-wrap: nowrap;
}
@media (width <= 767px) {
  html body #application > [class^=AppRouter__cookieLayer--] .cms-cookies-regulation-message [class^=CookiesRegulationMessage__buttons--] {
    flex-wrap: wrap;
  }
}
html body #application > [class^=AppRouter__cookieLayer--] .cms-cookies-regulation-message [class^=CookiesRegulationMessage__buttons--] > button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 6px 24px;
  border: none;
  border-radius: 0;
  cursor: pointer;
  font: var(--font-body);
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  background-color: rgb(var(--color-tertiary-base));
  color: rgb(var(--color-black));
  transition: all 0.2s ease;
  outline: 0;
}
html body #application > [class^=AppRouter__cookieLayer--] .cms-cookies-regulation-message [class^=CookiesRegulationMessage__buttons--] > button:hover, html body #application > [class^=AppRouter__cookieLayer--] .cms-cookies-regulation-message [class^=CookiesRegulationMessage__buttons--] > button:focus-visible {
  outline: 0;
  background-color: rgb(var(--color-tertiary-darker20));
  color: rgb(var(--color-black));
}
@media (width <= 1023px) {
  html body #application > [class^=AppRouter__cookieLayer--] .cms-cookies-regulation-message [class^=CookiesRegulationMessage__buttons--] > button {
    padding: 8px 16px;
  }
}
html body #application > [class^=AppRouter__cookieLayer--] .cms-cookies-regulation-message [class^=CookiesRegulationMessage__buttons--] > button {
  margin: 0;
}
@media (width <= 819px) {
  html body #application > [class^=AppRouter__cookieLayer--] .cms-cookies-regulation-message [class^=CookiesRegulationMessage__buttons--] > button {
    flex: 1;
  }
  html body #application > [class^=AppRouter__cookieLayer--] .cms-cookies-regulation-message [class^=CookiesRegulationMessage__buttons--] > button:last-child {
    flex: unset;
  }
}
@media (width <= 767px) {
  html body #application > [class^=AppRouter__cookieLayer--] .cms-cookies-regulation-message [class^=CookiesRegulationMessage__buttons--] > button {
    flex: unset;
    width: calc(50% - 5px);
  }
}
html body #application > [class^=AppRouter__cookieLayer--] .cms-cookies-regulation-message [class^=CookiesRegulationMessage__buttons--] > button:last-child {
  opacity: 0 !important;
  pointer-events: none;
}
@media (width <= 767px) {
  html body #application .snap-scroller {
    scroll-padding: 0 10px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }
  html body #application .snap-scroller .snap-item {
    scroll-snap-align: start;
  }
}
html body #application .snap-scroller + .pagination {
  display: none;
}
@media (width <= 767px) {
  html body #application .snap-scroller + .pagination {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 2px;
    left: 0;
    width: 100%;
    gap: 6px;
  }
  html body #application .snap-scroller + .pagination span {
    width: 8px;
    height: 8px;
    display: inline-block;
    box-shadow: 0 0 0 1px rgb(var(--color-white));
    border-radius: 50%;
    transition: all 0.2s ease;
    position: relative;
  }
  html body #application .snap-scroller + .pagination span::before {
    content: "";
    transition: all 0.2s ease;
  }
  html body #application .snap-scroller + .pagination span.active {
    box-shadow: 0 0 0 1px rgb(var(--color-primary-base));
  }
  html body #application .snap-scroller + .pagination span.active::before {
    content: "";
    position: absolute;
    top: 1px;
    left: 1px;
    right: 1px;
    bottom: 1px;
    background-color: rgb(var(--color-primary-base));
    border-radius: 50%;
  }
}
html body #application [class*=Overlay__overlay--] {
  opacity: 1;
  background: rgb(var(--color-black)/0.8);
  backdrop-filter: blur(10px);
  z-index: 101;
}
html body #application [class*=Overlay__overlay--][class*=MyAccountSidebar__overlay--] {
  z-index: 109;
}
html body #application [class*=Overlay__overlay--][class*=FiltersPopup__overlay--] {
  z-index: 1;
}
html body #application > .cms-my-account-sidebar {
  background-color: rgb(var(--color-black));
  z-index: 110;
}
@media (width <= 767px) {
  html body #application > .cms-my-account-sidebar {
    max-width: 100%;
  }
}
html body #application > .cms-my-account-sidebar .cms-my-account-sidebar-header {
  display: none;
}
html body #application > .cms-my-account-sidebar .cms-my-account-sidebar-header [class*=Header__closeIcon--] {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTkgMTkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE1LjQ1ODQgNS4zMzAyQzE1Ljk1MyA0LjgzNTY0IDE1Ljk1MyA0LjAzMjQ3IDE1LjQ1ODQgMy41Mzc5MUMxNC45NjM5IDMuMDQzMzUgMTQuMTYwNyAzLjA0MzM1IDEzLjY2NjIgMy41Mzc5MUw5LjQ5OTk5IDcuNzA4MDRMNS4zMjk4NiAzLjU0MTg3QzQuODM1MyAzLjA0NzMxIDQuMDMyMTQgMy4wNDczMSAzLjUzNzU4IDMuNTQxODdDMy4wNDMwMiA0LjAzNjQzIDMuMDQzMDIgNC44Mzk1OSAzLjUzNzU4IDUuMzM0MTVMNy43MDc3IDkuNTAwMzJMMy41NDE1MyAxMy42NzA1QzMuMDQ2OTcgMTQuMTY1IDMuMDQ2OTcgMTQuOTY4MiAzLjU0MTUzIDE1LjQ2MjdDNC4wMzYwOSAxNS45NTczIDQuODM5MjYgMTUuOTU3MyA1LjMzMzgyIDE1LjQ2MjdMOS40OTk5OSAxMS4yOTI2TDEzLjY3MDEgMTUuNDU4OEMxNC4xNjQ3IDE1Ljk1MzMgMTQuOTY3OCAxNS45NTMzIDE1LjQ2MjQgMTUuNDU4OEMxNS45NTcgMTQuOTY0MiAxNS45NTcgMTQuMTYxMSAxNS40NjI0IDEzLjY2NjVMMTEuMjkyMyA5LjUwMDMyTDE1LjQ1ODQgNS4zMzAyWiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==);
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  top: 17px;
  right: 23px;
}
@media (width <= 767px) {
  html body #application > .cms-my-account-sidebar .cms-my-account-sidebar-header [class*=Header__closeIcon--] {
    width: 20px;
    height: 20px;
  }
}
html body #application > .cms-my-account-sidebar .sidebar-content-wrapper {
  background-color: rgb(var(--color-neutral-14));
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (width <= 767px) {
  html body #application > .cms-my-account-sidebar .sidebar-content-wrapper {
    padding: 10px;
  }
}
html body #application > .cms-my-account-sidebar .sidebar-content-wrapper .user-info-wrapper .top-bar {
  font: var(--font-headline);
  font-size: 26px;
  text-transform: uppercase;
  line-height: 1;
  padding: 0 0 6px 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
html body #application > .cms-my-account-sidebar .sidebar-content-wrapper .user-info-wrapper .top-bar svg {
  cursor: pointer;
  fill: rgb(var(--color-white));
  width: 16px;
}
html body #application > .cms-my-account-sidebar .sidebar-content-wrapper .user-info-wrapper .balance-wrapper > a {
  background-color: rgb(var(--color-neutral-13));
  display: flex;
  flex-direction: column;
  gap: 0;
  overflow: hidden;
  display: block;
}
html body #application > .cms-my-account-sidebar .sidebar-content-wrapper .user-info-wrapper .balance-wrapper > a > div {
  padding: 16px 20px;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
@media (width <= 767px) {
  html body #application > .cms-my-account-sidebar .sidebar-content-wrapper .user-info-wrapper .balance-wrapper > a > div {
    padding: 10px;
  }
}
html body #application > .cms-my-account-sidebar .sidebar-content-wrapper .user-info-wrapper .balance-wrapper > a > div > label {
  font: var(--font-label);
  color: rgb(var(--color-white));
}
html body #application > .cms-my-account-sidebar .sidebar-content-wrapper .user-info-wrapper .balance-wrapper > a > div .wallet {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
html body #application > .cms-my-account-sidebar .sidebar-content-wrapper .user-info-wrapper .balance-wrapper > a > div .wallet > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
html body #application > .cms-my-account-sidebar .sidebar-content-wrapper .user-info-wrapper .balance-wrapper > a > div .wallet > div label {
  color: rgb(var(--color-neutral-5));
  font-size: 12px;
  font-weight: 600;
}
html body #application > .cms-my-account-sidebar .sidebar-content-wrapper .user-info-wrapper .balance-wrapper > a > div .wallet > div span {
  color: rgb(var(--color-white));
  font-size: 14px;
  font-weight: bold;
}
html body #application > .cms-my-account-sidebar .sidebar-content-wrapper .actions-wrapper {
  display: flex;
  gap: 10px;
  padding: 10px 0;
}
html body #application > .cms-my-account-sidebar .sidebar-content-wrapper .actions-wrapper a {
  display: block;
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 6px 24px;
  border: none;
  border-radius: 0;
  cursor: pointer;
  font: var(--font-body);
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  background-color: rgb(var(--color-tertiary-base));
  color: rgb(var(--color-black));
  transition: all 0.2s ease;
  outline: 0;
}
html body #application > .cms-my-account-sidebar .sidebar-content-wrapper .actions-wrapper a:hover, html body #application > .cms-my-account-sidebar .sidebar-content-wrapper .actions-wrapper a:focus-visible {
  outline: 0;
  background-color: rgb(var(--color-tertiary-darker20));
  color: rgb(var(--color-black));
}
@media (width <= 1023px) {
  html body #application > .cms-my-account-sidebar .sidebar-content-wrapper .actions-wrapper a {
    padding: 8px 16px;
  }
}
html body #application > .cms-my-account-sidebar .sidebar-content-wrapper .actions-wrapper a:first-child {
  box-shadow: 0 0 0 1px inset rgb(var(--color-tertiary-base));
  background-color: transparent;
  color: rgb(var(--color-tertiary-base));
}
html body #application > .cms-my-account-sidebar .sidebar-content-wrapper .sidebar-footer {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 6px;
}
html body #application > .cms-my-account-sidebar .sidebar-content-wrapper .sidebar-footer .last-login {
  color: rgb(var(--color-neutral-5));
  font: var(--font-legal);
}
html body #application > .cms-my-account-sidebar .sidebar-content-wrapper .sidebar-footer .current-session {
  color: rgb(var(--color-neutral-5));
  font: var(--font-legal);
}
html body #application > .cms-my-account-sidebar .sidebar-content-wrapper .sidebar-footer .current-session span {
  display: inline;
}
html body #application > .cms-my-account-sidebar .sidebar-content-wrapper .sidebar-footer .current-session span span {
  display: none;
}
html body #application > .cms-my-account-sidebar .sidebar-content-wrapper .sidebar-footer .logout-replacer button {
  font: var(--font-input);
  width: auto;
  text-indent: unset;
  background-image: none;
  height: auto;
  min-height: 0;
  padding: 0;
}
html body #preloader .preloader-wrapper {
  width: 100dvw;
  height: 100dvh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: rgb(var(--color-black));
  background: url(/assets/images/common/games--back.webp), linear-gradient(rgb(var(--color-black)/0.6), rgb(var(--color-neutral-13)/0.6)), url(/assets/images/common/games--back-shape.svg), linear-gradient(135deg, rgb(var(--color-primary-base)/0.5) 0%, rgb(var(--color-black)) 30%, rgb(var(--color-black)) 70%, rgb(var(--color-primary-base)/0.5) 100%), rgb(var(--color-black));
  background-size: 2000px, 100vw 100%, 1800px, cover, cover;
  background-repeat: no-repeat;
  background-position: calc(100% + 950px) -900px, left center, -1300px -1000px, center, center;
}
@media (width <= 767px) {
  html body #preloader .preloader-wrapper {
    background: url(https://static.versusbet.com/assets/images/common/preloader--back-mobile.webp), linear-gradient(388deg, rgb(var(--color-primary-base)) -20%, rgb(var(--color-black)) 33%);
    background-size: 700px, cover;
    background-position: calc(100vw - 700px) calc(100vh - 210px), center;
    background-repeat: no-repeat;
  }
}
html body #preloader .preloader-wrapper .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
html body #preloader .preloader-wrapper .container img {
  width: 220px;
}
@media (width <= 767px) {
  html body #preloader .preloader-wrapper .container img {
    width: 140px;
  }
}
html body #preloader .preloader-wrapper .container svg {
  width: 40px;
  stroke: white;
}
html.root-cookies [class^=AppRouter__cookieLayer--] {
  display: none !important;
}
html .user-info-wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
html .user-info-wrapper .box-wrapper {
  background-color: rgb(var(--color-neutral-13));
  display: flex;
  flex-direction: column;
  gap: 0;
  overflow: hidden;
}
html .user-info-wrapper .box-wrapper .profile {
  border-bottom: 1px solid rgb(var(--color-neutral-11));
  padding: 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
html .user-info-wrapper .box-wrapper .profile .user-id {
  color: rgb(var(--color-neutral-8));
}
html .user-info-wrapper .box-wrapper .profile .user-id * {
  color: rgb(var(--color-neutral-8));
}
html .user-info-wrapper .box-wrapper .profile:last-child {
  border: 0;
}
html .user-info-wrapper .box-wrapper .profile svg {
  width: 40px;
}
@media (width <= 767px) {
  html .user-info-wrapper .box-wrapper .profile {
    padding: 10px;
  }
}
html .user-info-wrapper .box-wrapper .profile .cms-user-info-loginName {
  color: rgb(var(--color-white));
  font-weight: bold;
}
html .user-info-wrapper .box-wrapper .profile .doc-verification {
  display: flex;
  flex-direction: row;
  font: var(--font-label);
  flex-wrap: wrap;
  align-items: center;
  gap: 0 6px;
}
html .user-info-wrapper .box-wrapper .profile .doc-verification.unverified::before {
  content: "";
  position: relative;
  width: 12px;
  height: 12px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTIgMTEiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTUuOTk5NTYgMEM2LjMzMjQgMCA2LjYzOTQ1IDAuMTc4NTcxIDYuODA4MjIgMC40NzE0MjlMMTEuODcxMSA5LjIzMzMzQzEyLjA0MjIgOS41Mjg1NyAxMi4wNDIyIDkuODkyODYgMTEuODc1OCAxMC4xODgxQzExLjcwOTMgMTAuNDgzMyAxMS4zOTc2IDEwLjY2NjcgMTEuMDYyNCAxMC42NjY3SDAuOTM2NzAyQzAuNjAxNTIyIDEwLjY2NjcgMC4yODk3ODEgMTAuNDgzMyAwLjEyMzM2MiAxMC4xODgxQy0wLjA0MzA1NTcgOS44OTI4NiAtMC4wNDA3MTE3IDkuNTI2MTkgMC4xMjgwNSA5LjIzMzMzTDUuMTkwOTEgMC40NzE0MjlDNS4zNTk2NyAwLjE3ODU3MSA1LjY2NjczIDAgNS45OTk1NiAwWk01Ljk5OTU2IDMuMDQ3NjJDNS42ODc4MiAzLjA0NzYyIDUuNDM3MDIgMy4zMDIzOCA1LjQzNzAyIDMuNjE5MDVWNi4yODU3MUM1LjQzNzAyIDYuNjAyMzggNS42ODc4MiA2Ljg1NzE0IDUuOTk5NTYgNi44NTcxNEM2LjMxMTMxIDYuODU3MTQgNi41NjIxIDYuNjAyMzggNi41NjIxIDYuMjg1NzFWMy42MTkwNUM2LjU2MjEgMy4zMDIzOCA2LjMxMTMxIDMuMDQ3NjIgNS45OTk1NiAzLjA0NzYyWk02Ljc0OTYyIDguMzgwOTVDNi43NDk2MiA4LjE3ODg4IDYuNjcwNTkgNy45ODUwOSA2LjUyOTkzIDcuODQyMkM2LjM4OTI3IDcuNjk5MzIgNi4xOTg0OSA3LjYxOTA1IDUuOTk5NTYgNy42MTkwNUM1LjgwMDY0IDcuNjE5MDUgNS42MDk4NiA3LjY5OTMyIDUuNDY5MiA3Ljg0MjJDNS4zMjg1MyA3Ljk4NTA5IDUuMjQ5NTEgOC4xNzg4OCA1LjI0OTUxIDguMzgwOTVDNS4yNDk1MSA4LjU4MzAyIDUuMzI4NTMgOC43NzY4MSA1LjQ2OTIgOC45MTk3QzUuNjA5ODYgOS4wNjI1OCA1LjgwMDY0IDkuMTQyODYgNS45OTk1NiA5LjE0Mjg2QzYuMTk4NDkgOS4xNDI4NiA2LjM4OTI3IDkuMDYyNTggNi41Mjk5MyA4LjkxOTdDNi42NzA1OSA4Ljc3NjgxIDYuNzQ5NjIgOC41ODMwMiA2Ljc0OTYyIDguMzgwOTVaIiBmaWxsPSIjRkZBQTAwIi8+PC9zdmc+);
}
html .user-info-wrapper .box-wrapper .profile .doc-verification.unverified .main {
  color: rgb(var(--color-error-lighter50));
}
html .user-info-wrapper .box-wrapper .profile .doc-verification.verified::before {
  content: "";
  position: relative;
  width: 14px;
  height: 14px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2NDAgNjQwIj48cGF0aCBmaWxsPSJyZ2IoNSwgMjU1LCAyMTMpIiBkPSJNMzIwIDU3NkMxNzguNiA1NzYgNjQgNDYxLjQgNjQgMzIwQzY0IDE3OC42IDE3OC42IDY0IDMyMCA2NEM0NjEuNCA2NCA1NzYgMTc4LjYgNTc2IDMyMEM1NzYgNDYxLjQgNDYxLjQgNTc2IDMyMCA1NzZ6TTQzOCAyMDkuN0M0MjcuMyAyMDEuOSA0MTIuMyAyMDQuMyA0MDQuNSAyMTVMMjg1LjEgMzc5LjJMMjMzIDMyNy4xQzIyMy42IDMxNy43IDIwOC40IDMxNy43IDE5OS4xIDMyNy4xQzE4OS44IDMzNi41IDE4OS43IDM1MS43IDE5OS4xIDM2MUwyNzEuMSA0MzNDMjc2LjEgNDM4IDI4Mi45IDQ0MC41IDI4OS45IDQ0MEMyOTYuOSA0MzkuNSAzMDMuMyA0MzUuOSAzMDcuNCA0MzAuMkw0NDMuMyAyNDMuMkM0NTEuMSAyMzIuNSA0NDguNyAyMTcuNSA0MzggMjA5Ljd6Ii8+PC9zdmc+);
}
html .user-info-wrapper .box-wrapper .profile .doc-verification span.main {
  width: auto;
  color: rgb(var(--color-white));
}
html .user-info-wrapper .box-wrapper .profile .doc-verification span.extra {
  font-weight: 400;
  color: rgb(var(--color-neutral-3));
  width: 100%;
}
@media (width <= 767px) {
  html .user-info-wrapper .box-wrapper .profile .doc-verification span.extra {
    font-size: 12px;
  }
}
html .user-info-wrapper .box-wrapper .club {
  padding: 20px;
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media (width <= 767px) {
  html .user-info-wrapper .box-wrapper .club {
    padding: 10px;
  }
}
html .user-info-wrapper .box-wrapper .club::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: block;
}
html .user-info-wrapper .box-wrapper .club > div {
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 2;
}
html .user-info-wrapper .box-wrapper .club > div .label {
  color: rgb(var(--color-neutral-5));
  font-size: 12px;
  font-weight: 600;
}
html .user-info-wrapper .box-wrapper .club > div .level-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
}
html .user-info-wrapper .box-wrapper .club > div .level-wrapper > div {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (width <= 767px) {
  html .user-info-wrapper .box-wrapper .club > div .level-wrapper > div {
    gap: 4px;
  }
}
html .user-info-wrapper .box-wrapper .club > div .level-wrapper > div [data=club-name] {
  font: var(--font-headline);
  line-height: 1;
  text-transform: uppercase;
  font-size: 32px;
  background: var(--gradient);
  background-clip: text;
  color: transparent;
}
@media (width <= 767px) {
  html .user-info-wrapper .box-wrapper .club > div .level-wrapper > div [data=club-name] {
    font-size: 26px;
  }
}
html .user-info-wrapper .box-wrapper .club > div .level-wrapper > div .progressbar {
  width: 110px;
  height: 5px;
  position: relative;
  background-color: rgb(var(--color-white)/0.075);
  border-radius: 2px;
}
@media (width <= 767px) {
  html .user-info-wrapper .box-wrapper .club > div .level-wrapper > div .progressbar {
    width: 90px;
  }
}
html .user-info-wrapper .box-wrapper .club > div .level-wrapper > div .progressbar .bar {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  border-radius: 2px;
  background: var(--gradient);
}
html .user-info-wrapper .box-wrapper .club > div .level-wrapper img {
  height: 50px;
}
@media (width <= 767px) {
  html .user-info-wrapper .box-wrapper .club > div .level-wrapper img {
    height: 36px;
  }
}
html .user-info-wrapper .box-wrapper .club > div:last-child > div {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}
html .user-info-wrapper .box-wrapper .club > div:last-child > div span {
  font: var(--font-headline);
  color: rgb(var(--color-white));
  font-size: 56px;
  line-height: 56px;
  margin-bottom: -6px;
}
@media (width <= 767px) {
  html .user-info-wrapper .box-wrapper .club > div:last-child > div span {
    font-size: 46px;
    line-height: 46px;
  }
}
html .user-info-wrapper .box-wrapper .club > div:last-child > div img {
  height: 50px;
}
@media (width <= 767px) {
  html .user-info-wrapper .box-wrapper .club > div:last-child > div img {
    height: 36px;
  }
}
html .user-info-wrapper .box-wrapper[data-level="1"] {
  --gradient: linear-gradient(49deg, #00946C, #90FFEB);
}
html .user-info-wrapper .box-wrapper[data-level="1"] .club::before {
  background: radial-gradient(circle at bottom left, rgba(0, 148, 108, 0.3764705882) 0%, transparent 30%);
}
html .user-info-wrapper .box-wrapper[data-level="2"] {
  --gradient: linear-gradient(49deg, #BC0A52, #FF4970);
}
html .user-info-wrapper .box-wrapper[data-level="2"] .club::before {
  background: radial-gradient(circle at bottom left, rgba(188, 10, 82, 0.3764705882) 0%, transparent 30%);
}
html .user-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
html .user-menu ul li a {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  font: var(--font-input);
  color: rgb(var(--color-white));
  transition: all 0.2s ease;
}
html .user-menu ul li a:hover {
  color: rgb(var(--color-neutral-4));
}
html .user-menu ul li a svg {
  fill: rgb(var(--color-primary-base));
  width: 16px;
  height: 16px;
}

@keyframes loader {
  0%, 100% {
    transform: scaleY(1);
  }
  50% {
    transform: scaleY(2);
  }
}
