*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
} /*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*/ /*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}
::before,
::after {
  --tw-content: '';
} /*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/
html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
} /*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
} /*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
} /*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
} /*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
} /*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
} /*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
} /*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
} /*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
} /*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
} /*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
} /*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
} /*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
} /*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
} /*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
} /*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
} /*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
} /*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
} /*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
} /*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
} /*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
} /*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
} /*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
} /*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
} /*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
} /*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
} /*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
} /*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
} /*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
} /*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
} /* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
.\!container {
  width: 100% !important;
}
.container {
  width: 100%;
}
@media (min-width: 640px) {
  .\!container {
    max-width: 640px !important;
  }
  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .\!container {
    max-width: 768px !important;
  }
  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .\!container {
    max-width: 1024px !important;
  }
  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {
  .\!container {
    max-width: 1280px !important;
  }
  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {
  .\!container {
    max-width: 1536px !important;
  }
  .container {
    max-width: 1536px;
  }
}
.pointer-events-none {
  pointer-events: none;
}
.invisible {
  visibility: hidden;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.-right-\[30px\] {
  right: -30px;
}
.-top-\[100px\] {
  top: -100px;
}
.bottom-0 {
  bottom: 0px;
}
.left-0 {
  left: 0px;
}
.right-0 {
  right: 0px;
}
.right-\[5\%\] {
  right: 5%;
}
.top-0 {
  top: 0px;
}
.top-1\/2 {
  top: 50%;
}
.top-\[calc\(100\%_\+_1px\)\] {
  top: calc(100% + 1px);
}
.z-\[1\] {
  z-index: 1;
}
.z-\[2\] {
  z-index: 2;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.m-auto {
  margin: auto;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-\[10px\] {
  margin-bottom: 10px;
}
.mb-\[20px\] {
  margin-bottom: 20px;
}
.mb-\[40px\] {
  margin-bottom: 40px;
}
.ml-1 {
  margin-left: 0.25rem;
}
.ml-1\.5 {
  margin-left: 0.375rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-3 {
  margin-left: 0.75rem;
}
.mr-1 {
  margin-right: 0.25rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-3 {
  margin-right: 0.75rem;
}
.mr-4 {
  margin-right: 1rem;
}
.mt-0 {
  margin-top: 0px;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-\[20px\] {
  margin-top: 20px;
}
.mt-\[50px\] {
  margin-top: 50px;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.\!table {
  display: table !important;
}
.table {
  display: table;
}
.\!grid {
  display: grid !important;
}
.grid {
  display: grid;
}
.\!hidden {
  display: none !important;
}
.hidden {
  display: none;
}
.\!h-\[36px\] {
  height: 36px !important;
}
.\!h-\[44px\] {
  height: 44px !important;
}
.h-0 {
  height: 0px;
}
.h-5 {
  height: 1.25rem;
}
.h-\[140px\] {
  height: 140px;
}
.h-\[160px\] {
  height: 160px;
}
.h-\[17px\] {
  height: 17px;
}
.h-\[25px\] {
  height: 25px;
}
.h-\[280px\] {
  height: 280px;
}
.h-\[28px\] {
  height: 28px;
}
.h-\[32px\] {
  height: 32px;
}
.h-\[36px\] {
  height: 36px;
}
.h-\[42px\] {
  height: 42px;
}
.h-\[44px\] {
  height: 44px;
}
.h-\[48px\] {
  height: 48px;
}
.h-\[56px\] {
  height: 56px;
}
.h-\[72px\] {
  height: 72px;
}
.h-full {
  height: 100%;
}
.min-h-\[150px\] {
  min-height: 150px;
}
.\!w-full {
  width: 100% !important;
}
.w-0 {
  width: 0px;
}
.w-1\/2 {
  width: 50%;
}
.w-1\/3 {
  width: 33.333333%;
}
.w-2\/3 {
  width: 66.666667%;
}
.w-5 {
  width: 1.25rem;
}
.w-\[17px\] {
  width: 17px;
}
.w-\[180px\] {
  width: 180px;
}
.w-\[25px\] {
  width: 25px;
}
.w-\[28px\] {
  width: 28px;
}
.w-\[32px\] {
  width: 32px;
}
.w-\[36px\] {
  width: 36px;
}
.w-\[42px\] {
  width: 42px;
}
.w-\[44px\] {
  width: 44px;
}
.w-\[56px\] {
  width: 56px;
}
.w-full {
  width: 100%;
}
.\!min-w-0 {
  min-width: 0px !important;
}
.\!min-w-\[1275px\] {
  min-width: 1275px !important;
}
.min-w-\[140px\] {
  min-width: 140px;
}
.min-w-\[180px\] {
  min-width: 180px;
}
.max-w-fit {
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-shrink {
  flex-shrink: 1;
}
.shrink-0 {
  flex-shrink: 0;
}
.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-\[20px\] {
  --tw-translate-y: -20px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-0 {
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-\[20px\] {
  --tw-translate-y: 20px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.\!rotate-180 {
  --tw-rotate: 180deg !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}
.-rotate-180 {
  --tw-rotate: -180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-100 {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-95 {
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.animate-spin {
  animation: spin 1s linear infinite;
}
.cursor-pointer {
  cursor: pointer;
}
.resize {
  resize: both;
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.items-stretch {
  align-items: stretch;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-20 {
  gap: 5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-\[2px\] {
  gap: 2px;
}
.gap-\[30px\] {
  gap: 30px;
}
.gap-\[8px\] {
  gap: 8px;
}
.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.space-y-\[30px\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(30px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(30px * var(--tw-space-y-reverse));
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-x-scroll {
  overflow-x: scroll;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.rounded-\[12px\] {
  border-radius: 12px;
}
.rounded-\[16px\] {
  border-radius: 16px;
}
.rounded-\[6px\] {
  border-radius: 6px;
}
.rounded-\[8px\] {
  border-radius: 8px;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-bl-\[8px\] {
  border-bottom-left-radius: 8px;
}
.rounded-bl-none {
  border-bottom-left-radius: 0px;
}
.rounded-br-\[8px\] {
  border-bottom-right-radius: 8px;
}
.rounded-br-none {
  border-bottom-right-radius: 0px;
}
.\!border-\[2px\] {
  border-width: 2px !important;
}
.border {
  border-width: 1px;
}
.border-\[1px\] {
  border-width: 1px;
}
.\!border-b {
  border-bottom-width: 1px !important;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.\!border-\[\#24262a\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(36 38 42 / var(--tw-border-opacity, 1)) !important;
}
.border-\[\#0d2232\] {
  --tw-border-opacity: 1;
  border-color: rgb(13 34 50 / var(--tw-border-opacity, 1));
}
.border-white\/\[0\.03\] {
  border-color: rgb(255 255 255 / 0.03);
}
.\!bg-\[\#2f9bd5\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(47 155 213 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-\[\#35aee2\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(53 174 226 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-\[\#3cbd3c\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(60 189 60 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-\[\#fdcd2d\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(253 205 45 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-\[\#ff4d4d\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 77 77 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-transparent {
  background-color: transparent !important;
}
.bg-\[\#061d2e\] {
  --tw-bg-opacity: 1;
  background-color: rgb(6 29 46 / var(--tw-bg-opacity, 1));
}
.bg-\[\#081f30\] {
  --tw-bg-opacity: 1;
  background-color: rgb(8 31 48 / var(--tw-bg-opacity, 1));
}
.bg-\[\#0a2334\] {
  --tw-bg-opacity: 1;
  background-color: rgb(10 35 52 / var(--tw-bg-opacity, 1));
}
.bg-\[\#0f2d40\] {
  --tw-bg-opacity: 1;
  background-color: rgb(15 45 64 / var(--tw-bg-opacity, 1));
}
.bg-\[\#142d40\] {
  --tw-bg-opacity: 1;
  background-color: rgb(20 45 64 / var(--tw-bg-opacity, 1));
}
.bg-\[\#152d3e\] {
  --tw-bg-opacity: 1;
  background-color: rgb(21 45 62 / var(--tw-bg-opacity, 1));
}
.bg-\[\#192e46\] {
  --tw-bg-opacity: 1;
  background-color: rgb(25 46 70 / var(--tw-bg-opacity, 1));
}
.bg-\[\#1c2028\] {
  --tw-bg-opacity: 1;
  background-color: rgb(28 32 40 / var(--tw-bg-opacity, 1));
}
.bg-\[\#1d3446\] {
  --tw-bg-opacity: 1;
  background-color: rgb(29 52 70 / var(--tw-bg-opacity, 1));
}
.bg-\[\#20364a\] {
  --tw-bg-opacity: 1;
  background-color: rgb(32 54 74 / var(--tw-bg-opacity, 1));
}
.bg-\[\#2787f5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(39 135 245 / var(--tw-bg-opacity, 1));
}
.bg-\[\#291e4e\] {
  --tw-bg-opacity: 1;
  background-color: rgb(41 30 78 / var(--tw-bg-opacity, 1));
}
.bg-\[\#2f2352\] {
  --tw-bg-opacity: 1;
  background-color: rgb(47 35 82 / var(--tw-bg-opacity, 1));
}
.bg-\[\#363c4a\] {
  --tw-bg-opacity: 1;
  background-color: rgb(54 60 74 / var(--tw-bg-opacity, 1));
}
.bg-\[\#3b5999\] {
  --tw-bg-opacity: 1;
  background-color: rgb(59 89 153 / var(--tw-bg-opacity, 1));
}
.bg-\[\#75c1eb0d\] {
  background-color: #75c1eb0d;
}
.bg-\[\#84ccf508\] {
  background-color: #84ccf508;
}
.bg-\[\#84ccf50a\] {
  background-color: #84ccf50a;
}
.bg-\[\#a8e5ff\]\/\[0\.02\] {
  background-color: rgb(168 229 255 / 0.02);
}
.bg-\[\#ac93f7\]\/\[0\.02\] {
  background-color: rgb(172 147 247 / 0.02);
}
.bg-\[\#db4437\] {
  --tw-bg-opacity: 1;
  background-color: rgb(219 68 55 / var(--tw-bg-opacity, 1));
}
.bg-\[\#db8a37\] {
  --tw-bg-opacity: 1;
  background-color: rgb(219 138 55 / var(--tw-bg-opacity, 1));
}
.\!bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops)) !important;
}
.from-\[\#2079ba\] {
  --tw-gradient-from: #2079ba var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(32 121 186 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.to-\[\#42c8f7\] {
  --tw-gradient-to: #42c8f7 var(--tw-gradient-to-position);
}
.fill-current {
  fill: currentColor;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-0 {
  padding: 0px;
}
.p-20 {
  padding: 5rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-\[12px_16px\] {
  padding: 12px 16px;
}
.p-\[16px_16px\] {
  padding: 16px 16px;
}
.p-\[16px_20px\] {
  padding: 16px 20px;
}
.p-\[20px_20px\] {
  padding: 20px 20px;
}
.p-\[9px_16px\] {
  padding: 9px 16px;
}
.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.\!pb-0 {
  padding-bottom: 0px !important;
}
.\!pl-\[81px\] {
  padding-left: 81px !important;
}
.\!pr-\[32px\] {
  padding-right: 32px !important;
}
.\!pt-0 {
  padding-top: 0px !important;
}
.pb-0 {
  padding-bottom: 0px;
}
.pb-\[15px\] {
  padding-bottom: 15px;
}
.pb-\[20px\] {
  padding-bottom: 20px;
}
.pt-\[10px\] {
  padding-top: 10px;
}
.pt-\[20px\] {
  padding-top: 20px;
}
.pt-\[59px\] {
  padding-top: 59px;
}
.text-left {
  text-align: left;
}
.\!text-center {
  text-align: center !important;
}
.text-center {
  text-align: center;
}
.text-\[11px\] {
  font-size: 11px;
}
.text-\[12px\] {
  font-size: 12px;
}
.text-\[13px\] {
  font-size: 13px;
}
.text-\[15px\] {
  font-size: 15px;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-\[400\] {
  font-weight: 400;
}
.font-\[500\] {
  font-weight: 500;
}
.font-bold {
  font-weight: 700;
}
.uppercase {
  text-transform: uppercase;
}
.leading-\[100\%\] {
  line-height: 100%;
}
.\!text-\[\#07F95A\] {
  --tw-text-opacity: 1 !important;
  color: rgb(7 249 90 / var(--tw-text-opacity, 1)) !important;
}
.\!text-\[\#fcbc3d\] {
  --tw-text-opacity: 1 !important;
  color: rgb(252 188 61 / var(--tw-text-opacity, 1)) !important;
}
.\!text-black {
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1)) !important;
}
.\!text-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}
.text-\[\#2dc53a\] {
  --tw-text-opacity: 1;
  color: rgb(45 197 58 / var(--tw-text-opacity, 1));
}
.text-\[\#39adeb\] {
  --tw-text-opacity: 1;
  color: rgb(57 173 235 / var(--tw-text-opacity, 1));
}
.text-\[\#3ab6e9\] {
  --tw-text-opacity: 1;
  color: rgb(58 182 233 / var(--tw-text-opacity, 1));
}
.text-\[\#3cb9ec\] {
  --tw-text-opacity: 1;
  color: rgb(60 185 236 / var(--tw-text-opacity, 1));
}
.text-\[\#429aff\] {
  --tw-text-opacity: 1;
  color: rgb(66 154 255 / var(--tw-text-opacity, 1));
}
.text-\[\#62ca5b\] {
  --tw-text-opacity: 1;
  color: rgb(98 202 91 / var(--tw-text-opacity, 1));
}
.text-\[\#787878\] {
  --tw-text-opacity: 1;
  color: rgb(120 120 120 / var(--tw-text-opacity, 1));
}
.text-\[\#7c96a9\] {
  --tw-text-opacity: 1;
  color: rgb(124 150 169 / var(--tw-text-opacity, 1));
}
.text-\[\#828F9A\] {
  --tw-text-opacity: 1;
  color: rgb(130 143 154 / var(--tw-text-opacity, 1));
}
.text-\[\#828f9a\] {
  --tw-text-opacity: 1;
  color: rgb(130 143 154 / var(--tw-text-opacity, 1));
}
.text-\[\#87acbb\] {
  --tw-text-opacity: 1;
  color: rgb(135 172 187 / var(--tw-text-opacity, 1));
}
.text-\[\#9499ab\] {
  --tw-text-opacity: 1;
  color: rgb(148 153 171 / var(--tw-text-opacity, 1));
}
.text-\[\#9ebfd7\] {
  --tw-text-opacity: 1;
  color: rgb(158 191 215 / var(--tw-text-opacity, 1));
}
.text-\[\#b1bad3\] {
  --tw-text-opacity: 1;
  color: rgb(177 186 211 / var(--tw-text-opacity, 1));
}
.text-\[\#e86376\] {
  --tw-text-opacity: 1;
  color: rgb(232 99 118 / var(--tw-text-opacity, 1));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.underline {
  text-decoration-line: underline;
}
.\!opacity-40 {
  opacity: 0.4 !important;
}
.opacity-0 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}
.opacity-25 {
  opacity: 0.25;
}
.opacity-40 {
  opacity: 0.4;
}
.opacity-60 {
  opacity: 0.6;
}
.opacity-75 {
  opacity: 0.75;
}
.opacity-80 {
  opacity: 0.8;
}
.opacity-90 {
  opacity: 0.9;
}
.opacity-\[0\.04\] {
  opacity: 0.04;
}
.opacity-\[0\.15\] {
  opacity: 0.15;
}
.shadow-\[0px_22px_30px_-16px_rgba\(0\2c 0\2c 0\2c 0\.1\)\] {
  --tw-shadow: 0px 22px 30px -16px rgba(0,0,0,0.1);
  --tw-shadow-colored: 0px 22px 30px -16px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline {
  outline-style: solid;
}
.blur-sm {
  --tw-blur: blur(4px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.contrast-\[5\] {
  --tw-contrast: contrast(5);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.grayscale {
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.invert {
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.backdrop-blur-\[8px\] {
  --tw-backdrop-blur: blur(8px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-100 {
  transition-duration: 100ms;
}
.duration-150 {
  transition-duration: 150ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.duration-75 {
  transition-duration: 75ms;
}
.duration-\[200ms\] {
  transition-duration: 200ms;
}
.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
:root {
  --gray: #999793;
  --primary: #FCC425;
}
* {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
*:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  outline-width: 0px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
html {
  position: relative;
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}
html, body {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  --tw-bg-opacity: 1;
  background-color: rgb(16 7 1 / var(--tw-bg-opacity, 1));
  font-family: "Futura PT";
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
html *:focus, body *:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
html img, body img {
  pointer-events: none;
}
body {
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
  justify-content: space-between;
}
.site {
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
  justify-content: space-between;
  gap: 2rem;
}
.site__inner {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 1091px) {
  .site__inner {
    padding-top: 7rem;
  }
}
.site__inner .wrapper {
  padding-top: 1rem;
}
@media (min-width: 1091px) {
  .site__inner .wrapper {
    padding-top: 2rem;
  }
}
@media (min-width: 1651px) {
  html {
    font-size: 0.83333333vw;
  }
}
@media (max-width: 1650px) {
  html {
    font-size: 14px;
  }
}
li {
  list-style-type: none;
} /*
  IMPORTANT: Avoid forcing GPU compositing on every element.
  The previous universal rule (-webkit-transform: translate3d(0,0,0) on body *)
  caused excessive layer promotion on mobile (iOS/Android), which can trigger
  memory pressure and page reloads during scroll on heavy pages.
  If you need GPU acceleration, apply it selectively to specific components.
*/ /* Restore previous behavior for non-mobile (desktop/tablet) only */
@media (min-width: 641px) {
  body * {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
::-webkit-scrollbar {
  width: 2px;
  height: 3px;
}
::-webkit-scrollbar-track {
  background-color: transparent;
}
::-webkit-scrollbar-thumb {
  background-color: var(--primary);
  border-radius: 50px;
}
.scroll-0::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.icon {
  pointer-events: none;
  height: 1em;
  width: 1em;
  fill: currentColor;
}
.icon.icon-reverse {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.wrapper {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 115.25rem;
  gap: 1.25rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.header {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 10;
  height: 5rem;
  width: 100%;
}
@media (min-width: 1091px) {
  .header {
    height: 7.5rem;
  }
}
.header .wrapper {
  height: 100%;
}
.header__inner {
  position: relative;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: space-between;
}
.header__logotype {
  position: absolute;
  left: 50%;
  top: 50%;
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.header__logotype img {
  height: 2.5rem;
  max-width: -moz-fit-content;
  max-width: fit-content;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 351px) {
  .header__logotype img {
    height: 3rem;
  }
}
@media (min-width: 1091px) {
  .header__logotype img {
    height: 5.5rem;
  }
}
@media (min-width: 1441px) {
  .header__logotype img {
    height: 6.5rem;
  }
}
.header__left {
  display: flex;
  align-items: center;
  gap: 2.5rem;
}
.header__nav {
  display: none;
  align-items: center;
  gap: 1.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
}
@media (min-width: 1091px) {
  .header__nav {
    display: flex;
  }
}
.header__nav a {
  display: flex;
  color: var(--gray);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 100ms;
}
.header__nav a:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.header__menu-btn {
  display: flex;
  height: 2.5rem;
  width: 2rem;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
@media (min-width: 745px) {
  .header__menu-btn {
    width: 2.5rem;
  }
}
.header__menu-btn span {
  height: 2px;
  width: 100%;
  background-color: var(--primary);
} /* Burger overlay */
.burger {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.6);
  z-index: 2147483646; /* above most widgets */
  display: flex;
  justify-content: flex-start;
}
.burger__panel {
  width: min(90vw, 360px);
  height: 100%;
  background: #000; /* black */
  box-shadow: -4px 0 16px rgba(0,0,0,.3);
  padding: 20px;
  overflow-y: auto;
  position: relative;
  z-index: 2147483647; /* top */
} /* Lock scrolling when burger is open */
html.no-scroll, body.no-scroll {
  overflow: hidden;
}
.burger__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
.burger__title { color: #fff; font-weight: 600; font-size: 18px; }
.burger__close { color:#fff; font-size: 28px; line-height: 1; }
.burger__list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; }
.burger__list li + li { border-top: 1px solid rgba(255,255,255,0.06); } /* Center items vertically and unify height */
.burger__list a { color: #c9c3dc; font-size: 16px; display: flex; align-items: center; min-height: 52px; padding: 0; transition: color .15s ease; }
.burger__list a:hover { color: #ffc525; } /* Exact route only to avoid '/' always active */
.burger__list a.router-link-exact-active,
.burger__list a[aria-current="page"] { color: #ffc525; }
.header__right {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
@media (max-width: 1090px) {
  .header__right.desktop {
    display: none;
  }
}
@media (min-width: 1091px) {
  .header__right.mobile {
    display: none;
  }
}
.header:not(.page) .header__inner .header__user {
  display: none;
}
@media (min-width: 1091px) {
  .header:not(.page) .header__inner .header__user {
    display: flex;
  }
}
.header__user-balance, .header__user {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
@media (min-width: 431px) {
  .header__user-balance, .header__user {
    gap: 1.25rem;
  }
}
.header__user-profile {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.header__user-profile .dropdown__inner {
  left: inherit;
  right: 0px;
  max-height: -moz-fit-content;
  max-height: fit-content;
  width: 10rem;
  transform-origin: top right;
}
.header__user-balance .btn {
  height: 3rem;
}
.header__user-balance-inner {
  display: flex;
  flex-direction: column;
}
.header__user-balance-inner * {
  line-height: 100%;
}
.header__user-balance-inner span:first-child {
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(163 161 157 / var(--tw-text-opacity, 1));
}
.header__user-balance-inner span:last-child {
  font-size: 1.25rem;
  line-height: 1.75rem;
  line-height: 100%;
}
.header__user-profile-btn {
  display: none;
  height: 3rem;
  width: 3rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(29 29 30 / var(--tw-bg-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.header__user-profile-btn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(36 36 36 / var(--tw-bg-opacity, 1));
}
@media (min-width: 431px) {
  .header__user-profile-btn {
    display: flex;
  }
}
.header__user-profile-inner {
  display: flex;
  height: 3rem;
  align-items: center;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(29 29 30 / var(--tw-bg-opacity, 1));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(163 161 157 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.header__user-profile-inner:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(36 36 36 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 431px) {
  .header__user-profile-inner {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (min-width: 1311px) {
  .header__user-profile-inner {
    gap: 0.5rem;
  }
}
.header__user-profile-inner img {
  height: 2rem;
  width: 2rem;
  border-radius: 9999px;
  -o-object-fit: cover;
     object-fit: cover;
}
.header__user-profile-inner svg {
  margin-left: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.header__user-profile-inner img,
.header__user-profile-inner svg,
.header__user-profile-btn .icon,
.header__notif-btn .icon {
  transform: none !important;
  filter: none !important;
  -webkit-filter: none !important;
}
.header__user-profile-inner span {
  display: none;
}
@media (min-width: 1311px) {
  .header__user-profile-inner span {
    display: block;
  }
}
.header__auth-btn-mobile {
  font-size: 1.5rem;
  line-height: 2rem;
  color: var(--primary);
} /* Notifications button */
.header__notif-btn { position: relative; display: inline-flex; align-items: center; justify-content: center; width: 48px; height: 48px; color: #a3a19d; background: #1d1d1e; border-radius: .5rem; transition: background .2s,color .2s; margin-right: .25rem; }
.header__notif-btn:hover { background: #242424; color: #fff; }
.header__notif-badge { position: absolute; top: 4px; right: 4px; background: #ff3b30; color: #fff; font-size: 10px; line-height: 1; padding: 3px 5px; border-radius: 999px; min-width: 18px; text-align: center; } /* Right drawer */
.drawer { position: fixed; inset: 0; background: rgba(0,0,0,.6); z-index: 2147483646; display: flex; justify-content: flex-end; }
.drawer__panel { width: min(90vw, 380px); height: 100%; background: #000; box-shadow: -4px 0 16px rgba(0,0,0,.3); padding: 20px; overflow-y: auto; color: #e8e4f8; }
.drawer__head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 16px; }
.drawer__title { font-weight: 600; font-size: 18px; }
.drawer__close { color:#fff; font-size: 28px; line-height: 1; }
.drawer__list { display: flex; flex-direction: column; gap: 10px; }
.drawer__item { background: rgba(255,255,255,0.04); border-radius: 10px; padding: 12px; }
.drawer__item.is-unread { outline: 1px solid rgba(255,197,37,0.35); }
.drawer__item.is-read { background: rgba(255,255,255,0.06); color: #9aa0a6; }
.drawer__badge-read { position: absolute; right: 12px; top: 10px; background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.18); color: #b9b3c8; font-size: 10px; padding: 3px 6px; border-radius: 999px; }
.drawer__item-title { color: #fff; font-weight: 600; margin-bottom: 6px; }
.drawer__item-subtitle { color: #c9c3dc; font-size: 12px; margin-bottom: 6px; }
.drawer__item.is-read .drawer__item-title { color: #c9c3dc; }
.drawer__item.is-read .drawer__item-subtitle { color: #a7a1b6; }
.drawer__item-body { color: #e8e4f8; font-size: 14px; }
.drawer__item.is-read .drawer__item-body { color: #b6b0c6; }
.drawer__item-date { color: #8e889f; font-size: 12px; margin-top: 6px; }
.drawer__item-actions { margin-top: 10px; display: flex; justify-content: flex-end; }
.drawer__btn { background: transparent; color: #ffc525; border: 1px solid #ffc525; border-radius: 999px; padding: 6px 10px; font-size: 12px; line-height: 1; }
.drawer__btn:hover { background: rgba(255,197,37,0.1); }
.drawer__empty, .drawer__loading { color: #c9c3dc; text-align: center; padding: 24px 0; }
.header.page {
  height: 5rem;
  border-bottom-width: 1px;
  border-bottom-color: rgb(255 255 255 / 0.05);
}
@media (min-width: 1091px) {
  .header.page {
    height: 7rem;
  }
}
@media (max-width: 1090px) {
  .header.page .header__logotype {
    position: relative;
    top: 0px;
    left: 0px;
    margin-right: auto;
    --tw-translate-y: 0px;
    --tw-translate-x: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}
@media (max-width: 670px) {
  .header.page .header__logotype {
    display: none;
  }
}
.header.page .header__logotype img {
  max-height: 3rem;
}
@media (max-width: 1090px) {
  .header.page .header__menu-btn {
    margin-right: 1.25rem;
  }
}
.btn {
  display: flex;
  height: 3.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.btn.btn--outlined {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 185 24 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.btn.btn--outlined:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 185 24 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.btn.btn--primary {
  background: linear-gradient(to bottom, #FDC83A 9%, #FDECBA 23%, #F1B42D 99%);
  position: relative;
  padding: 2px;
  --tw-text-opacity: 1;
  color: rgb(80 40 2 / var(--tw-text-opacity, 1));
  box-shadow: 0px 0px 0px 0rem #faa02447;
}
@media (min-width: 1024px) {
  .btn.btn--primary:hover {
    box-shadow: 0px 0px 0px 0.5rem #faa02447;
  }
}
@media (max-width: 1023px) {
  .btn.btn--primary:active {
    box-shadow: 0px 0px 0px 0.5rem #faa02447;
  }
}
.btn span {
  pointer-events: none;
  position: relative;
  z-index: 2;
}
.btn__inner {
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  border-radius: 9999px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  background: linear-gradient(to right, #FFA527 4%, #F89B01 16%, #F8A918 30%, #FFC13C 68%, #FAB41E 80%, #FAB039 93%);
}
.gradient {
  color: transparent;
  -webkit-background-clip: text;
  background-image: linear-gradient(to right, #FCC425, #FC9900);
}
.borderLeftBottom {
  position: absolute;
  left: -4px;
  bottom: -4px;
  height: 3.5rem;
  width: 3.5rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.borderLeftTop {
  position: absolute;
  left: -4px;
  top: -4px;
  height: 3.5rem;
  width: 3.5rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.borderRightTop {
  position: absolute;
  right: -4px;
  top: -4px;
  height: 3.5rem;
  width: 3.5rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.borderRightBottom {
  position: absolute;
  right: -4px;
  bottom: -4px;
  height: 3.5rem;
  width: 3.5rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.welcome {
  position: relative;
  display: flex;
  flex-direction: column;
  padding-bottom: 2rem;
}
.welcome__wrapp {
  position: relative;
  min-height: 100svh;
  width: 100%;
}
.welcome__wrapp .swiper-slide {
  min-height: 100svh;
}
.welcome__bg {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
}
.welcome__bg picture {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.welcome__bg picture img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}
.welcome__inner {
  position: relative;
  z-index: 2;
  padding-top: 5rem;
  padding-bottom: 8.125rem;
}
@media (min-width: 1091px) {
  .welcome__inner {
    padding-top: 7.5rem;
  }
}
.welcome__content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-top: 1.25rem;
}
@media (min-width: 745px) {
  .welcome__content {
    padding-top: 3.5rem;
  }
}
.welcome__txt {
  display: flex;
  max-width: 40rem;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.25rem;
}
.welcome__txt h1 {
  font-family: "Cormorant";
  font-size: calc(48px + (90 - 48) * ((100vw - 320px) / (1844 - 320)));
  font-weight: 800;
  text-transform: uppercase;
  line-height: 90%;
}
.welcome__txt p {
  font-size: 1.5rem;
  line-height: 2rem;
}
.welcome__live-wins-wrapp {
  pointer-events: none;
  position: absolute;
  left: 50%;
  top: 0px;
  z-index: 2;
  display: flex;
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  justify-content: flex-end;
  padding-top: 5rem;
}
@media (min-width: 745px) {
  .welcome__live-wins-wrapp {
    padding-top: 7.5rem;
  }
}
.welcome__live-wins {
  pointer-events: auto;
  margin-bottom: 3rem;
  display: none;
  min-height: 70svh;
  width: 100%;
  max-width: 27.5rem;
  flex-direction: column;
  border-radius: 0.5rem;
  border-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(39 39 41 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(7 7 6 / var(--tw-bg-opacity, 1));
}
@media (min-width: 1024px) {
  .welcome__live-wins {
    display: flex;
  }
}
.welcome__live-wins-bg {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.welcome__live-wins-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
  gap: 1rem;
  overflow: hidden;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 2rem;
}
.welcome__live-wins-tabs {
  display: flex;
  align-items: center;
}
.welcome__live-wins-tabs button {
  display: flex;
  height: 4rem;
  flex: 1 1 0%;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.75rem;
  color: var(--gray);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 100ms;
}
.welcome__live-wins-tabs button:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.welcome__live-wins-tabs button.active {
  background-image: url(/img/tabActive.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.welcome__live-wins-scroll {
  position: relative;
  width: 100%;
  flex: 1 1 0%;
}
.welcome__live-wins-scroll-body {
  position: absolute;
  left: 0px;
  top: 0px;
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  gap: 1.25rem;
  overflow: auto;
  padding-bottom: 2rem;
}
.welcome__live-wins-scroll-body::-webkit-scrollbar {
  width: 0;
}
.welcome__live-item {
  position: relative;
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.welcome__live-item:hover .welcome__live-item-overlay {
  opacity: 1;
}
.welcome__live-item-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.welcome__live-item-left {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.welcome__live-item-left img {
  height: 3rem;
  width: 3rem;
  border-radius: 0.5rem;
}
.welcome__live-item-left-info {
  display: flex;
  flex-direction: column;
  gap: 0.125rem;
}
.welcome__live-item-left-info * {
  line-height: 100%;
}
.welcome__live-item-left-info span {
  font-size: 1rem;
  line-height: 1.5rem;
  color: var(--gray);
}
.welcome__live-item-left-info p {
  font-weight: 500;
}
.welcome__live-item-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.125rem;
  border-radius: 0.375rem;
  background-color: rgb(32 29 25 / 0.9);
  font-size: 0.75rem;
  line-height: 1rem;
  opacity: 0;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.welcome__live-item-overlay .icon {
  color: var(--primary);
}
.welcome__pagination {
  pointer-events: none;
  z-index: 1;
  margin-top: -6rem;
  height: 4rem;
}
.welcome__pagination .wrapper {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 0.75rem;
}
@media (max-width: 425px) {
  .welcome__pagination .wrapper {
    justify-content: center;
  }
}
@media (min-width: 426px) {
  .welcome__pagination .wrapper {
    flex-direction: row;
    align-items: center;
  }
}
.welcome__pagination-button {
  pointer-events: auto;
  display: flex;
  height: 4rem;
  width: 4rem;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.welcome__pagination-button:hover:not(.swiper-button-disabled) {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.welcome__pagination-button img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.welcome__pagination-button.prev {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.welcome__pagination-button.swiper-button-disabled {
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.welcome__pagination-buttons {
  display: none;
  align-items: center;
  gap: 0.5rem;
}
@media (min-width: 426px) {
  .welcome__pagination-buttons {
    display: flex;
  }
}
.welcome__pagination-items {
  position: relative;
  margin: 0px;
  display: flex;
  gap: 0.5rem;
}
@media (max-width: 425px) {
  .welcome__pagination-items {
    justify-content: center;
  }
}
.welcome__pagination-items {
  top: 0 !important;
}
.welcome__pagination-item {
  width: 4rem !important;
  height: 4rem !important;
  pointer-events: auto;
  margin: 0 !important;
  background: transparent !important;
  opacity: 1 !important;
  border: solid 3px #3D3B39;
  transition: 0.15s ease;
}
.welcome__pagination-item.swiper-pagination-bullet-active {
  border-color: var(--primary);
}
.welcome__live-wins-empty {
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: var(--gray);
}
.banners {
  position: relative;
  z-index: 1;
  margin-top: -2rem;
}
.banners__inner {
  display: flex;
  min-height: 24.375rem;
  align-items: stretch;
  justify-content: space-between;
}
@media (max-width: 1190px) {
  .banners__inner {
    flex-direction: column;
  }
  .banners__inner > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-2px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2px * var(--tw-space-y-reverse));
  }
}
.banners__content {
  position: relative;
  margin-left: -1px;
  margin-right: -1px;
  flex: 1 1 0%;
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-top-color: rgb(239 183 29 / var(--tw-border-opacity, 1));
  --tw-border-opacity: 1;
  border-bottom-color: rgb(239 183 29 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(23 23 22 / var(--tw-bg-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 100ms;
}
.banners__banner {
  display: flex;
  flex: 1 1 0%;
  align-items: stretch;
}
.banners__banner > svg {
  height: 24.375rem;
  width: 3.125rem;
  -o-object-fit: contain;
     object-fit: contain;
  --tw-text-opacity: 1;
  color: rgb(23 23 22 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 100ms;
}
.banners__banner:first-child {
  border-right-width: 4px;
  --tw-border-opacity: 1;
  border-right-color: rgb(239 183 29 / var(--tw-border-opacity, 1));
}
.banners__banner:last-child .banners__content-inner {
  justify-content: flex-end;
}
.banners__banner:hover .banners__content {
  --tw-bg-opacity: 1;
  background-color: rgb(185 5 5 / var(--tw-bg-opacity, 1));
}
.banners__banner:hover > svg {
  --tw-text-opacity: 1;
  color: rgb(185 5 5 / var(--tw-text-opacity, 1));
}
.banners__content-bg {
  position: absolute;
  bottom: 0px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banners__content-bg.left {
  left: 0px;
}
.banners__content-bg.right {
  right: 0px;
}
.banners__info {
  display: flex;
  height: 100%;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 1rem;
}
.banners__info h2 {
  font-family: "Cormorant";
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 700;
  text-transform: uppercase;
}
@media (min-width: 421px) {
  .banners__info h2 {
    font-size: 3rem;
    line-height: 1;
  }
}
.banners__info p {
  font-size: 1.125rem;
  line-height: 1.75rem;
  line-height: 120%;
  color: var(--gray);
}
.banners__content-btn {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  color: var(--primary);
}
.banners__content-inner {
  position: relative;
  z-index: 3;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
@media (min-width: 1345px) {
  .banners__content-inner {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.banners__cup-prize {
  position: relative;
  z-index: 2;
  display: flex;
  height: 3rem;
  min-width: 9rem;
  border-radius: 9999px;
  padding: 2px;
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
@media (min-width: 421px) {
  .banners__cup-prize {
    height: 3.5rem;
  }
}
.banners__cup-prize {
  background: linear-gradient(to bottom, #FDC83A 9%, #FDECBA 25%, #F1B42D 99%);
}
.banners__cup-prize-inner {
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  --tw-gradient-from: #2B2A27 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(43 42 39 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #1F1E1B var(--tw-gradient-to-position);
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 500;
}
.banners__left-line {
  position: absolute;
  left: 0px;
  top: 50%;
  height: 1px;
  width: 2.5rem;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  background-color: var(--primary);
}
@media (min-width: 1191px) {
  .banners__left-line {
    width: 1.5rem;
  }
}
@media (min-width: 1651px) {
  .banners__left-line {
    width: 4rem;
  }
}
.banners__left-line i {
  position: absolute;
  right: 0px;
  top: 50%;
  display: flex;
  height: 1rem;
  width: 1rem;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-radius: 9999px;
  border-width: 1px;
  border-color: var(--primary);
  --tw-bg-opacity: 1;
  background-color: rgb(16 7 1 / var(--tw-bg-opacity, 1));
}
.banners__right-line {
  position: absolute;
  right: 0px;
  top: 50%;
  height: 1px;
  width: 2.5rem;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  background-color: var(--primary);
}
@media (min-width: 1191px) {
  .banners__right-line {
    width: 1.5rem;
  }
}
@media (min-width: 1651px) {
  .banners__right-line {
    width: 4rem;
  }
}
.banners__right-line i {
  position: absolute;
  left: 0px;
  top: 50%;
  display: flex;
  height: 1rem;
  width: 1rem;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-radius: 9999px;
  border-width: 1px;
  border-color: var(--primary);
  --tw-bg-opacity: 1;
  background-color: rgb(16 7 1 / var(--tw-bg-opacity, 1));
}
@media (max-width: 1200px) {
  .banners.pc {
    display: none;
  }
}
.banners.pc .banners__cup-prize {
  position: absolute;
  right: 19.5%;
  top: 35%;
}
@media (min-width: 1201px) {
  .banners.mobile {
    display: none;
  }
}
.banners.mobile .banners__banner {
  border-width: 0px;
}
.banners.mobile .banners__banner > svg:last-child {
  z-index: -1;
}
.banners.mobile .banners__banner > svg {
  height: 18rem;
}
.banners.mobile .banners__content-inner {
  justify-content: space-between;
}
.banners.mobile .banners__cup-prize {
  margin-bottom: 1rem;
}
.banners.mobile .banners__inner {
  min-height: 18rem;
}
.banners.mobile .banners__content-bg {
  right: -2.3rem;
  z-index: 2;
  -webkit-mask-image: url(/img/banners/rightBannerMask.svg);
  -webkit-mask-position: top right;
  -webkit-mask-size: cover;
}
.banners.mobile .banners__content {
  border-top-width: 2px;
  border-bottom-width: 2px;
}
.banners.mobile .banners__banner > svg:first-child {
  position: relative;
  left: 5px;
}
.banners.mobile .banners__banner > svg:last-child {
  position: relative;
  left: -5px;
}
.banners__circle {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.lobby {
  position: relative;
  display: flex;
  flex-direction: column;
}
.lobby__inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.5rem;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 2px;
  border-right-width: 2px;
  border-top-color: rgb(39 39 41 / var(--tw-border-opacity, 1));
  --tw-border-opacity: 1;
  border-bottom-color: rgb(39 39 41 / var(--tw-border-opacity, 1));
  border-left-color: var(--primary);
  border-right-color: var(--primary);
  --tw-bg-opacity: 1;
  background-color: rgb(23 23 22 / var(--tw-bg-opacity, 1));
  padding: 1.5rem;
}
@media (min-width: 645px) {
  .lobby__inner {
    gap: 2rem;
    padding: 2rem;
  }
}
@media (min-width: 1191px) {
  .lobby__inner {
    flex-direction: row;
    align-items: flex-start;
    gap: 3rem;
    padding: 3rem;
  }
}
.lobby__left {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 1191px) {
  .lobby__left {
    max-width: 19rem;
    padding-right: 3rem;
  }
}
.lobby__games {
  display: flex;
  flex-direction: row;
}
@media (max-width: 1190px) {
  .lobby__games {
    flex: 1 1 0%;
    overflow: auto;
    padding-bottom: 0.5rem;
  }
}
@media (min-width: 1191px) {
  .lobby__games {
    flex-direction: column;
    gap: 0.5rem;
  }
}
.lobby__game {
  position: relative;
  display: flex;
  width: 100%;
  max-width: 12.75rem;
  padding: 6px;
}
@media (max-width: 1190px) {
  .lobby__game {
    flex-shrink: 0;
    white-space: nowrap;
  }
}
@media (min-width: 1191px) {
  .lobby__game {
    max-width: 15.75rem;
  }
}
.lobby__game.active .lobby__game-active {
  opacity: 1;
}
.lobby__game.active .lobby__game-bg {
  color: var(--primary);
}
.lobby__game.active .lobby__game-body {
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.lobby__game:hover:not(.active) .lobby__game-bg {
  --tw-text-opacity: 1;
  color: rgb(42 42 40 / var(--tw-text-opacity, 1));
}
.lobby__game:hover:not(.active) .lobby__game-body {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.lobby__game-inner {
  position: relative;
  height: 100%;
  height: 3.5rem;
  width: 100%;
}
@media (min-width: 1191px) {
  .lobby__game-inner {
    height: 4.5rem;
  }
}
.lobby__game-bg {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  --tw-text-opacity: 1;
  color: rgb(32 32 30 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 100ms;
}
.lobby__game-active {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 100ms;
}
.lobby__game-body {
  position: relative;
  z-index: 2;
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  color: var(--gray);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 100ms;
}
@media (min-width: 1191px) {
  .lobby__game-body {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
.lobby__game-body img {
  height: 3rem;
  width: 3rem;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 1191px) {
  .lobby__game-body img {
    height: 3.5rem;
    width: 3.5rem;
  }
}
.lobby__divider {
  position: absolute;
  right: 0px;
  top: 0px;
  display: none;
  height: 100%;
  width: 1px;
  background-color: var(--primary);
}
@media (min-width: 1191px) {
  .lobby__divider {
    display: block;
  }
}
.lobby__divider-top {
  position: absolute;
  left: 50%;
  top: 0px;
  height: 0.75rem;
  width: 0.75rem;
  max-width: -moz-fit-content;
  max-width: fit-content;
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  -o-object-fit: contain;
     object-fit: contain;
}
.lobby__divider-bottom {
  position: absolute;
  left: 50%;
  bottom: 0px;
  height: 0.75rem;
  width: 0.75rem;
  max-width: -moz-fit-content;
  max-width: fit-content;
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  -o-object-fit: contain;
     object-fit: contain;
}
.lobby__divider-center {
  position: absolute;
  left: 50%;
  top: 50%;
  display: flex;
  height: 3.25rem;
  width: 1rem;
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(23 23 22 / var(--tw-bg-opacity, 1));
}
.lobby__divider-center img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.lobby__content {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media (min-width: 1191px) {
  .lobby__content {
    flex: 1 1 0%;
  }
}
.lobby__top {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
  gap: 1rem;
}
@media (min-width: 576px) {
  .lobby__top {
    flex-direction: row;
  }
}
.lobby__search {
  position: relative;
  flex: 1 1 0%;
}
.lobby__search input {
  height: 4rem;
  width: 100%;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(13 13 12 / var(--tw-bg-opacity, 1));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 100ms;
}
.lobby__search input::-moz-placeholder {
  color: var(--gray);
}
.lobby__search input::placeholder {
  color: var(--gray);
}
.lobby__search input:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.lobby__search input:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.lobby__btn-provider {
  display: flex;
  height: 4rem;
  width: 100%;
  min-width: 15rem;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(31 31 29 / var(--tw-bg-opacity, 1));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  color: var(--gray);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 100ms;
}
.lobby__btn-provider:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(40 40 37 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 576px) {
  .lobby__btn-provider {
    max-width: 20rem;
  }
}
.lobby__btn-provider ~ .dropdown__inner {
  width: 100%;
}
.lobby__btn-slots {
  display: flex;
  width: 100%;
  justify-content: center;
}
.lobby__background {
  position: absolute;
  left: 0px;
  top: 50%;
  z-index: -1;
  width: 100%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  -o-object-fit: contain;
     object-fit: contain;
}
.lobby__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.lobby.page .lobby__search {
  flex: none;
}
@media (max-width: 825px) {
  .lobby.page .lobby__search {
    flex: 1 1 0%;
  }
}
@media (min-width: 826px) {
  .lobby.page .lobby__search {
    width: 45%;
  }
}
@media (min-width: 1421px) {
  .lobby.page .lobby__search {
    width: 30%;
  }
}
.lobby.page .lobby__search input {
  --tw-bg-opacity: 1;
  background-color: rgb(31 31 29 / var(--tw-bg-opacity, 1));
}
.lobby.page .lobby__search input:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(40 40 37 / var(--tw-bg-opacity, 1));
}
.lobby.page .lobby__top {
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 630px) {
  .lobby.page .lobby__top {
    gap: 0.75rem;
  }
}
@media (min-width: 631px) {
  .lobby.page .lobby__top {
    flex-direction: row;
    align-items: center;
  }
}
@media (max-width: 630px) {
  .lobby.page .lobby__top > .dropdown {
    width: 100%;
  }
  .lobby.page .lobby__btn-provider {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }
}
.lobby.page .slots {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (min-width: 611px) {
  .lobby.page .slots {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 841px) {
  .lobby.page .slots {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (min-width: 1101px) {
  .lobby.page .slots {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
@media (min-width: 1361px) {
  .lobby.page .slots {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
.lobby__top-left {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
@media (max-width: 630px) {
  .lobby__top-left {
    width: 100%;
  }
}
@media (min-width: 631px) {
  .lobby__top-left {
    flex: 1 1 0%;
    gap: 1rem;
  }
}
.lobby__select-game {
  flex-shrink: 0;
}
.lobby__select-game .modal__form-input-dropdown-button {
  height: 4rem;
}
.lobby__select-game .dropdown__inner {
  width: 16rem;
}
.slots {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
}
@media (min-width: 546px) {
  .slots {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 841px) {
  .slots {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (min-width: 1551px) {
  .slots {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
.slots__item {
  position: relative;
  display: grid;
  width: 100%;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 2px;
  border-right-width: 2px;
  border-top-color: rgb(46 46 48 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(46 46 48 / var(--tw-border-opacity, 1));
  --tw-border-opacity: 1;
  border-left-color: rgb(46 46 48 / var(--tw-border-opacity, 1));
  border-right-color: rgb(46 46 48 / var(--tw-border-opacity, 1));
}
.slots__item::before {
  content: var(--tw-content);
  padding-top: 70%;
}
.slots__item:hover .slots__item-overlay {
  visibility: visible;
  opacity: 1;
}
.slots__item-bg {
  height: 100%;
  width: 100%;
  -o-object-fit: fill;
     object-fit: fill;
} /* Ensure consistent slot card sizing inside LIVE RTP slider */
.games__item .slots__item {
  position: relative;
}
.games__item .slots__item:before {
  content: "";
  display: block;
  padding-top: 70%;
}
.games__item .slots__item-inner {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.games__item .slots__item-bg {
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
} /* Favorite heart button on slot card */
.slots__favorite {
  position: absolute;
  right: 0.5rem;
  bottom: 0.5rem;
  opacity: 0.9;
  color: #a3a19d;
  z-index: 2;
  pointer-events: auto;
  background: #0f0701;
  padding: 10px;
  border-radius: 9px;
}
.slots__favorite .icon {
  width: 1.25rem;
  height: 1.25rem;
}
.slots__favorite.is-active {
  color: #ff3131;
} /* Operator deposit panel */
.wallet__operator-info .modal__form-input-label {
  font-size: 22px;
  line-height: 1.3;
}
.wallet__operator-info p {
  margin-top: 10px;
}
.wallet__operator-chat-btn {
  margin-top: 22px;
}
.slots__item-inner {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  padding: 0.25rem;
}
.slots__item-overlay {
  visibility: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
  background-color: rgb(38 11 11 / 0.75);
  opacity: 0;
  --tw-backdrop-blur: blur(4px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 100ms;
  pointer-events: none;
} /* Mobile performance: disable backdrop blur to reduce GPU memory usage */
@media (max-width: 640px) {
  .slots__item-overlay {
    backdrop-filter: none !important;
  }
}
.slots__item-play {
  display: flex;
  flex: 1 1 0%;
  align-items: center;
  justify-content: center;
}
.slots__item-play img {
  height: 3rem;
  width: 3rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.links {
  position: relative;
}
.links__inner {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
  gap: 2rem;
}
@media (min-width: 1281px) {
  .links__inner {
    flex-direction: row;
  }
}
.links__link {
  position: relative;
  display: flex;
  min-height: 18rem;
  flex: 1 1 0%;
  flex-direction: column;
  align-items: center;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(39 39 41 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(23 23 22 / var(--tw-bg-opacity, 1));
  text-align: center;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 100ms;
}
.links__link:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(32 32 31 / var(--tw-bg-opacity, 1));
}
@media (min-width: 591px) {
  .links__link {
    flex-direction: row;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 1281px) {
  .links__link {
    min-height: 24.375rem;
  }
}
@media (min-width: 1441px) {
  .links__link {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.links__link .banners__info {
  position: relative;
  z-index: 1;
  align-items: center;
}
@media (max-width: 590px) {
  .links__link .banners__info {
    padding-top: 3rem;
    padding-bottom: 1.5rem;
  }
}
.links__link-img {
  right: 0px;
  bottom: 0px;
  max-height: calc(100% + 1rem);
}
@media (max-width: 590px) {
  .links__link-img {
    width: 100%;
  }
}
@media (min-width: 591px) {
  .links__link-img {
    position: absolute;
  }
}
.links .wrapper {
  position: relative;
  z-index: 1;
}
.links__bg {
  position: absolute;
  left: 0px;
  top: 0px;
}
.games {
  position: relative;
  z-index: 1;
}
.games__list {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
@media (min-width: 476px) {
  .games__list {
    gap: 2rem;
  }
}
.games__item {
  position: relative;
  overflow: hidden;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(39 39 41 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(23 23 22 / var(--tw-bg-opacity, 1));
}
.games__pattern {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.games__item-body {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  padding: 1.25rem;
}
@media (min-width: 476px) {
  .games__item-body {
    gap: 1.75rem;
    padding: 1.75rem;
  }
}
.games__item-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  text-align: center;
}
@media (min-width: 476px) {
  .games__item-title {
    gap: 1rem;
  }
}
.games__item-title-count {
  position: relative;
  height: 2.5rem;
  width: 2.5rem;
}
@media (min-width: 476px) {
  .games__item-title-count {
    height: 3rem;
    width: 3rem;
  }
}
.games__item-title-count img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.games__item-title-count-body {
  position: absolute;
  left: 0px;
  top: 0px;
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
}
@media (min-width: 476px) {
  .games__item-title-count-body {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
.games__item-title-value {
  font-family: "Cormorant";
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 600;
  text-transform: uppercase;
}
@media (min-width: 476px) {
  .games__item-title-value {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
@media (min-width: 993px) {
  .games__item-title-value {
    font-size: 3rem;
    line-height: 1;
  }
}
.about {
  position: relative;
}
@media (min-width: 1281px) {
  .about {
    margin-top: -15rem;
  }
}
.about__text {
  position: absolute;
  left: 50%;
  z-index: 1;
  display: flex;
  width: 100%;
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  text-align: center;
}
@media (min-width: 501px) {
  .about__text {
    width: 80%;
  }
}
@media (min-width: 1281px) {
  .about__text {
    max-width: 50%;
    padding-top: 17rem;
  }
}
@media (min-width: 1421px) {
  .about__text {
    padding-top: 20rem;
  }
}
.about__bg {
  display: flex;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom;
     object-position: bottom;
}
@media (max-width: 500px) {
  .about__bg {
    margin-top: 3rem;
  }
}
@media (max-width: 650px) {
  @media (min-width: 501px) {
    .about__bg {
      margin-top: 6rem;
    }
  }
}
.about__bg img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.about__title {
  font-family: "Cormorant";
  font-size: 3rem;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
}
@media (min-width: 545px) {
  .about__title {
    font-size: 3.75rem;
    line-height: 1;
  }
}
@media (min-width: 993px) {
  .about__title {
    font-size: 4.5rem;
    line-height: 1;
  }
}
@media (min-width: 1421px) {
  .about__title {
    font-size: 6rem;
    line-height: 1;
  }
}
.about__desc {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 300;
}
.footer:not(.footer--page) {
  margin-top: -4rem;
}
.footer__inner {
  position: relative;
  border-top-width: 1px;
  border-top-color: var(--primary);
  --tw-bg-opacity: 1;
  background-color: rgb(23 23 22 / var(--tw-bg-opacity, 1));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-bottom: 1.5rem;
  padding-top: 6.5rem;
}
@media (min-width: 1401px) {
  .footer__inner {
    padding-left: 3rem;
    padding-right: 3rem;
    padding-bottom: 3rem;
  }
}
.footer__logo {
  position: absolute;
  left: 50%;
  top: -4.5rem;
  width: 9rem;
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  -o-object-fit: contain;
     object-fit: contain;
}
.footer__body {
  display: flex;
  flex-direction: column-reverse;
  gap: 1rem;
}
@media (min-width: 1281px) {
  .footer__body {
    flex-direction: column;
  }
}
.footer__methods {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
@media (min-width: 1281px) {
  .footer__methods {
    flex-direction: row;
    align-items: stretch;
  }
}
.footer__methods-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  border-radius: 1.5rem;
  line-height: 100%;
}
@media (max-width: 1280px) {
  .footer__methods-item {
    max-width: 30rem;
    justify-content: center;
    text-align: center;
  }
}
@media (min-width: 1281px) {
  .footer__methods-item {
    flex: 1 1 0%;
    --tw-bg-opacity: 1;
    background-color: rgb(29 29 30 / var(--tw-bg-opacity, 1));
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .footer__methods-item.btc {
    max-width: 14rem;
  }
}
@media (min-width: 1345px) {
  .footer__methods-item.btc {
    max-width: 20rem;
  }
}
.footer__methods-item.text {
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 140%;
  --tw-text-opacity: 1;
  color: rgb(94 94 102 / var(--tw-text-opacity, 1));
}
@media (min-width: 1281px) {
  .footer__methods-item.text {
    max-width: 30rem;
  }
}
.footer__methods-item img {
  max-height: 2.5rem;
}
@media (min-width: 1281px) {
  .footer__methods-item img {
    max-height: 2rem;
  }
}
@media (min-width: 1345px) {
  .footer__methods-item img {
    max-height: 2.5rem;
  }
}
.footer__methods-item span {
  display: none;
}
@media (min-width: 1281px) {
  .footer__methods-item span {
    display: block;
  }
}
.footer__bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  text-align: center;
}
@media (max-width: 1280px) {
  .footer__bottom {
    border-bottom-width: 1px;
    border-bottom-color: rgb(255 255 255 / 0.04);
    padding-bottom: 1.75rem;
  }
}
@media (min-width: 1281px) {
  .footer__bottom {
    flex-direction: row;
    gap: 0px;
    text-align: left;
  }
}
.footer__contacts {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.footer__contact {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(94 94 102 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.footer__contact:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.footer__contact span {
  display: none;
}
@media (min-width: 1281px) {
  .footer__contact span {
    display: block;
  }
}
.footer__contact img {
  height: 3rem;
  width: 3rem;
}
@media (min-width: 1281px) {
  .footer__contact img {
    height: 1.5rem;
    width: 1.5rem;
  }
}
.footer__nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
}
@media (max-width: 1280px) {
  .footer__nav {
    order: -1;
  }
}
@media (min-width: 1281px) {
  .footer__nav {
    flex-direction: row;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.footer__nav a {
  display: flex;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.footer__nav a:hover {
  color: var(--primary);
}
.footer__copyright {
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(94 94 102 / var(--tw-text-opacity, 1));
}
@media (max-width: 425px) {
  .footer .wrapper {
    padding-left: 0px;
    padding-right: 0px;
  }
  .footer .wrapper .borderRightTop, .footer .wrapper .borderLeftTop {
    display: none;
  }
}
.modal {
  position: relative;
  margin: auto 0;
  display: flex;
  width: 100%;
  flex-direction: column;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 741px) {
  .modal {
    width: 48rem;
  }
}
.modal.auth {
  width: 100%;
}
@media (min-width: 961px) {
  .modal.auth {
    width: 65.5rem;
  }
}
.modal__close {
  position: absolute;
  right: 1.25rem;
  top: 1.25rem;
  z-index: 1;
  display: flex;
  height: 2rem;
  width: 2rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(82 81 80 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(82 81 80 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.modal__close:hover {
  border-color: var(--primary);
  color: var(--primary);
}
.modal__content {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.modal__form {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.modal__form-input-wrapp {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.modal__form-input {
  position: relative;
}
.modal__form-input input, .modal__form-input select {
  height: 3.5rem;
  width: 100%;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(28 28 27 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.modal__form-input input::-moz-placeholder, .modal__form-input select::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(163 162 160 / var(--tw-text-opacity, 1));
}
.modal__form-input input::placeholder, .modal__form-input select::placeholder {
  --tw-text-opacity: 1;
  color: rgb(163 162 160 / var(--tw-text-opacity, 1));
}
.modal__form-input input:hover, .modal__form-input select:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(37 37 37 / var(--tw-bg-opacity, 1));
}
.modal__form-input input:focus, .modal__form-input select:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(37 37 37 / var(--tw-bg-opacity, 1));
}
.modal__form-input input:focus::-moz-placeholder, .modal__form-input select:focus::-moz-placeholder {
  opacity: 0;
}
.modal__form-input input:focus::placeholder, .modal__form-input select:focus::placeholder {
  opacity: 0;
}
.modal__form-txt {
  line-height: 130%;
  --tw-text-opacity: 1;
  color: rgb(117 116 115 / var(--tw-text-opacity, 1));
}
.modal__form-txt a {
  color: var(--primary);
}
.modal__form-txt a:hover {
  text-decoration-line: underline;
}
.modal__form-buttons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
}
.modal__header {
  display: flex;
  height: 5rem;
  align-items: center;
  justify-content: space-between;
  --tw-bg-opacity: 1;
  background-color: rgb(20 20 20 / var(--tw-bg-opacity, 1));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media (max-width: 740px) {
  .modal__header {
    border-top-width: 2px;
    --tw-border-opacity: 1;
    border-top-color: rgb(31 30 29 / var(--tw-border-opacity, 1));
  }
}
@media (min-width: 741px) {
  .modal__header {
    border-bottom-width: 2px;
    --tw-border-opacity: 1;
    border-bottom-color: rgb(31 30 29 / var(--tw-border-opacity, 1));
  }
}
.modal__header .modal__close {
  position: relative;
  right: 0px;
  top: 0px;
}
.modal__form-input-label {
  --tw-text-opacity: 1;
  color: rgb(117 116 115 / var(--tw-text-opacity, 1));
}
.modal__form-input-icon {
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 1;
  display: flex;
  height: 3.5rem;
  width: 3.5rem;
  align-items: center;
  justify-content: center;
  --tw-text-opacity: 1;
  color: rgb(163 162 160 / var(--tw-text-opacity, 1));
}
.modal__form-input-icon ~ input {
  padding-right: 3.5rem;
}
.modal__tabs {
  display: flex;
  height: 100%;
  align-items: center;
  gap: 0.5rem;
}
.modal__tabs button {
  position: relative;
  height: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(117 116 115 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.modal__tabs button:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.modal__tabs button.active {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.modal__tabs button.active:before {
  opacity: 1;
}
.modal__tabs button:before {
  position: absolute;
  left: 0px;
  bottom: 0px;
  height: 3px;
  width: 100%;
  border-radius: 1rem 1rem 0 0;
  background-color: var(--primary);
  opacity: 0;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  --tw-content: "";
  content: var(--tw-content);
}
.modal__tabs-separate {
  height: 1.5rem;
  width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(37 37 39 / var(--tw-bg-opacity, 1));
}
.modal__body {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(20 20 20 / var(--tw-bg-opacity, 1));
  padding: 2rem;
}
.modal__form-input-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.modal__form-input-buttons button {
  display: flex;
  height: 2rem;
  flex: 1 1 0%;
  align-items: center;
  justify-content: center;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(28 28 27 / var(--tw-bg-opacity, 1));
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(163 162 160 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.modal__form-input-buttons button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(34 34 33 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.modal__form-input-dropdown-button {
  position: relative;
  display: flex;
  height: 3.5rem;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(28 28 27 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.modal__form-input-dropdown-button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(37 37 37 / var(--tw-bg-opacity, 1));
}
.modal__form-input-dropdown-button i {
  height: 0.375rem;
  width: 0.375rem;
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-right-width: 2px;
  border-bottom-width: 2px;
  border-right-color: currentColor;
  border-bottom-color: currentColor;
  opacity: 0.3;
}
.modal__form-input-dropdown-button input {
  pointer-events: none;
  background-color: transparent;
}
.modal.modal--tabs {
  flex-direction: column-reverse;
}
@media (min-width: 741px) {
  .modal.modal--tabs {
    flex-direction: column;
  }
}
@media (max-width: 740px) {
  .modal.modal--tabs .modal__header .modal__close {
    display: none;
  }
  .modal.modal--tabs .modal__body {
    padding: 1.5rem;
    padding-top: 2.5rem;
  }
}
@media (min-width: 741px) {
  .modal.modal--tabs > .modal__close {
    display: none;
  }
}
.auth {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
}
@media (min-width: 961px) {
  .auth {
    flex-direction: row;
    gap: 0.5rem;
  }
}
.auth__left, .auth__right {
  display: flex;
  width: 100%;
  flex-direction: column;
}
@media (min-width: 961px) {
  .auth__left, .auth__right {
    width: 50%;
  }
}
.auth__right-content {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media (min-width: 576px) {
  .auth__right-content {
    padding-left: 4rem;
    padding-right: 4rem;
    padding-top: 5rem;
  }
}
@media (min-width: 961px) {
  .auth__left {
    border-left-width: 1px;
    border-left-color: var(--primary);
  }
}
.auth__right {
  --tw-bg-opacity: 1;
  background-color: rgb(20 20 20 / var(--tw-bg-opacity, 1));
}
@media (min-width: 961px) {
  .auth__right {
    border-right-width: 1px;
    border-right-color: var(--primary);
  }
}
.auth__right .modal__content {
  gap: 0px;
}
.auth__image {
  left: 0px;
  top: 0px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 961px) {
  .auth__image {
    position: absolute;
    height: 100%;
  }
}
.auth__image img {
  left: 0px;
  top: 0px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 961px) {
  .auth__image img {
    position: absolute;
    height: 100%;
  }
}
.auth__bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.auth__bottom-title {
  position: relative;
  top: 0.25rem;
  width: 100%;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(117 116 115 / var(--tw-text-opacity, 1));
}
.auth__bottom-title span {
  position: relative;
  z-index: 1;
  --tw-bg-opacity: 1;
  background-color: rgb(20 20 20 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
}
.auth__bottom-title:before {
  position: absolute;
  left: 0px;
  top: 50%;
  height: 1px;
  width: 100%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-bg-opacity: 1;
  background-color: rgb(31 30 29 / var(--tw-bg-opacity, 1));
  --tw-content: "";
  content: var(--tw-content);
}
.auth__bottom-socials {
  position: relative;
  display: grid;
  width: 100%;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.75rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
@media (min-width: 576px) {
  .auth__bottom-socials {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
.auth__bottom-social {
  display: flex;
  height: 3.5rem;
  width: 100%;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(28 28 27 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.auth__bottom-social:disabled {
  cursor: not-allowed;
  opacity: 0.4;
}
.auth__bottom-social:hover:not(:disabled) {
  --tw-bg-opacity: 1;
  background-color: rgb(36 36 36 / var(--tw-bg-opacity, 1));
}
.wallet .modal__body {
  padding: 0px;
}
.wallet__wrapp {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
  gap: 1.5rem;
}
@media (min-width: 741px) {
  .wallet__wrapp {
    flex-direction: row;
    gap: 0px;
  }
}
.wallet__left {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 0.5rem;
}
@media (min-width: 741px) {
  .wallet__left {
    max-width: 18.75rem;
    border-right-width: 1px;
    --tw-border-opacity: 1;
    border-right-color: rgb(31 30 29 / var(--tw-border-opacity, 1));
    padding: 1.5rem;
  }
}
.wallet__methods {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.75rem;
}
@media (min-width: 741px) {
  .wallet__methods {
    flex-direction: column;
    gap: 0px;
  }
}
.wallet__methods-button {
  display: flex;
  height: 3.5rem;
  align-items: center;
  gap: 0.75rem;
  border-radius: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.wallet__methods-button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(24 24 23 / var(--tw-bg-opacity, 1));
}
.wallet__methods-button.active {
  --tw-bg-opacity: 1;
  background-color: rgb(28 28 27 / var(--tw-bg-opacity, 1));
}
.wallet__right {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 1.5rem;
}
@media (min-width: 741px) {
  .wallet__right {
    padding: 1.5rem;
  }
}
.wallet__bottom {
  display: flex;
  flex-direction: column;
  padding-top: 2.5rem;
  text-align: center;
}
.wallet__bottom p {
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(102 101 98 / var(--tw-text-opacity, 1));
}
.wallet__bottom p span {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.wallet__history {
  display: flex;
  flex-direction: column;
}
.boost__wrapp {
  position: relative;
  z-index: 1;
  display: flex;
  max-width: 24rem;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.25rem;
}
@media (max-width: 740px) {
  .boost__wrapp {
    min-height: 37.5rem;
    justify-content: flex-end;
  }
}
.boost__desc {
  margin-top: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(117 116 115 / var(--tw-text-opacity, 1));
}
.boost__image {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 741px) {
  .boost__image {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.boost__image img {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 741px) {
  .boost__image img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.boost .modal__body {
  overflow: hidden;
}
@media (max-width: 740px) {
  .boost.promocode .boost__image {
    height: 18.75rem;
    width: 100%;
  }
}
.boost.promocode .boost__image img {
  -o-object-position: bottom;
     object-position: bottom;
}
@media (max-width: 740px) {
  .boost.promocode .boost__image img {
    height: 18.75rem;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .boost.promocode .boost__wrapp {
    min-height: -moz-fit-content;
    min-height: fit-content;
    padding-top: 18rem;
  }
}
@media (min-width: 741px) {
  .boost.promocode .boost__wrapp {
    padding-bottom: 4rem;
  }
}
.title {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.title * {
  line-height: 100%;
}
.title__main {
  font-family: "Cormorant";
  font-size: 2.25rem;
  line-height: 2.5rem;
  text-transform: uppercase;
  line-height: 110%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.title__desc {
  line-height: 130%;
  --tw-text-opacity: 1;
  color: rgb(163 162 160 / var(--tw-text-opacity, 1));
}
.title__desc a {
  color: var(--primary);
  text-decoration-line: underline;
}
.title__desc a:hover {
  text-decoration-line: none;
}
.title.title--2xl .title__main {
  font-size: 3rem;
  line-height: 1;
}
.title.title--sm .title__main {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.alert {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  border-radius: 0.5rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(31 30 30 / var(--tw-border-opacity, 1));
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  --tw-text-opacity: 1;
  color: rgb(110 110 117 / var(--tw-text-opacity, 1));
}
button.alert, a.alert {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
button.alert:hover, a.alert:hover {
  --tw-border-opacity: 1;
  border-color: rgb(44 44 44 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
button {
  text-align: left;
}
.games__item-slider {
  width: 100%;
}
.dropdown {
  position: relative;
}
.dropdown.open {
  z-index: 5;
  transform: none !important;
}
.dropdown.open *:not(i) {
  transform: none !important;
}
.dropdown.open .dropdown__inner {
  visibility: visible;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 1;
}
.dropdown__inner {
  visibility: hidden;
  position: absolute;
  left: 0px;
  top: calc(100% + .625rem);
  z-index: 5;
  display: flex;
  max-height: 11.25rem;
  transform-origin: top left;
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  flex-direction: column;
  overflow: auto;
  white-space: nowrap;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(28 28 27 / var(--tw-bg-opacity, 1));
  padding: 0.5rem;
  opacity: 0;
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.dropdown__button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  white-space: nowrap;
  border-radius: 0.375rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(163 162 160 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.dropdown__button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(36 36 36 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.dropdown__button-count {
  --tw-text-opacity: 1;
  color: rgb(179 179 179 / var(--tw-text-opacity, 1));
}
.empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  text-align: center;
}
.empty svg {
  font-size: 3.75rem;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(61 61 60 / var(--tw-text-opacity, 1));
}
.empty p {
  font-family: "Cormorant";
  font-size: 1.5rem;
  line-height: 2rem;
  text-transform: uppercase;
  line-height: 100%;
}
.loyalty {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
  gap: 1rem;
}
@media (min-width: 1011px) {
  .loyalty {
    flex-direction: row;
  }
}
.loyalty__info {
  position: relative;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(23 23 22 / var(--tw-bg-opacity, 1));
}
@media (min-width: 1011px) {
  .loyalty__info {
    min-height: 43.75rem;
    max-width: 32rem;
  }
}
.loyalty__info-wrapp {
  position: relative;
  z-index: 1;
  display: flex;
  width: 80%;
  flex-direction: column;
  gap: 2.5rem;
  padding: 2rem;
}
@media (min-width: 576px) {
  .loyalty__info-wrapp {
    width: 50%;
  }
}
@media (min-width: 661px) {
  .loyalty__info-wrapp {
    padding: 2.5rem;
  }
}
@media (min-width: 1011px) {
  .loyalty__info-wrapp {
    width: 100%;
  }
}
@media (min-width: 661px) {
  .loyalty__info-wrapp .loyalty__alert {
    display: none;
  }
}
.loyalty__info-image {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
}
.loyalty__info-image img {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.loyalty__wrapp {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 1rem;
}
.loyalty__alert {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.loyalty__alert svg {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.loyalty__alert p {
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(110 110 117 / var(--tw-text-opacity, 1));
}
.loyalty__top {
  margin-top: -1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
@media (max-width: 660px) {
  .loyalty__top .loyalty__alert {
    display: none;
  }
}
.loyalty__levels {
  display: flex;
  width: 100%;
  align-items: stretch;
  gap: 0.75rem;
  overflow: auto;
  padding-bottom: 0.5rem;
}
.loyalty__level {
  position: relative;
  display: flex;
  min-width: calc(100% / 1.5 - .75rem);
  border-radius: 0.5rem;
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  --tw-gradient-from: #E8A418 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(232 164 24 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: rgb(68 52 21 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #443415 var(--tw-gradient-via-position), var(--tw-gradient-to);
  --tw-gradient-to: #222224 var(--tw-gradient-to-position);
  padding: 1px;
}
@media (min-width: 461px) {
  .loyalty__level {
    min-width: calc(100% / 2 - .75rem);
  }
}
@media (min-width: 661px) {
  .loyalty__level {
    min-width: calc(100% / 3 - .75rem);
  }
}
@media (min-width: 1011px) {
  .loyalty__level {
    min-width: calc(100% / 2 - .75rem);
  }
}
@media (min-width: 1091px) {
  .loyalty__level {
    min-width: calc(100% / 3 - .75rem);
  }
}
@media (min-width: 1341px) {
  .loyalty__level {
    min-width: calc(100% / 4 - .75rem);
  }
}
@media (min-width: 1411px) {
  .loyalty__level {
    min-width: calc(100% / 5 - .75rem);
  }
}
.loyalty__level.active .loyalty__level-overlay {
  display: none;
}
.loyalty__level.active .loyalty__level-cashback {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.loyalty__level.active .loyalty__level-img, .loyalty__level.active .loyalty__level-info {
  opacity: 1;
}
.loyalty__level.active .loyalty__level-info {
  color: var(--primary);
}
.loyalty__level-inner {
  position: relative;
  z-index: 2;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(30 30 30 / var(--tw-bg-opacity, 1));
  padding-bottom: 0.75rem;
  padding-top: 1.5rem;
}
.loyalty__level-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  height: 100%;
  width: 100%;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(30 30 30 / var(--tw-bg-opacity, 1));
}
.loyalty__level-img {
  max-height: 10rem;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 0.3;
}
@media (min-width: 1491px) {
  .loyalty__level-img {
    max-height: 12rem;
  }
}
.loyalty__level-cashback {
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(117 116 115 / var(--tw-text-opacity, 1));
}
.loyalty__level-info {
  position: absolute;
  left: 0.625rem;
  bottom: 0.625rem;
  display: flex;
  height: 1.5rem;
  align-items: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(44 44 44 / var(--tw-bg-opacity, 1));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
  opacity: 0.5;
}
.loyalty__banner.card {
  position: relative;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(110 110 117 / var(--tw-text-opacity, 1));
}
@media (min-width: 661px) {
  .loyalty__banner.card {
    padding-left: 9rem;
  }
}
.loyalty__info-img {
  position: absolute;
  left: 0px;
  bottom: 0px;
  display: none;
  max-height: 6rem;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 661px) {
  .loyalty__info-img {
    display: block;
  }
}
.card {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 2.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(23 23 22 / var(--tw-bg-opacity, 1));
  padding: 2rem;
}
@media (min-width: 661px) {
  .card {
    padding: 3rem;
  }
}
.card__body {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.tabs {
  display: flex;
  height: 4rem;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  gap: 0.5rem;
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(34 34 36 / var(--tw-border-opacity, 1));
}
.tabs button {
  position: relative;
  height: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(117 116 115 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.tabs button:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.tabs button.active {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.tabs button.active:before {
  opacity: 1;
}
.tabs button:before {
  position: absolute;
  left: 0px;
  bottom: 0px;
  height: 3px;
  width: 100%;
  border-radius: 1rem 1rem 0 0;
  background-color: var(--primary);
  opacity: 0;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  --tw-content: "";
  content: var(--tw-content);
}
.tabs__separate {
  height: 1.5rem;
  width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(37 37 39 / var(--tw-bg-opacity, 1));
}
.stats {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(30 30 32 / var(--tw-border-opacity, 1));
  padding: 2rem;
}
@media (min-width: 1091px) {
  .stats {
    flex-direction: row;
    gap: 0px;
  }
}
.stats__inner {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  row-gap: 2rem;
}
@media (min-width: 1411px) {
  .stats__inner {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.stats__item {
  position: relative;
  display: flex;
  flex-direction: column;
}
.stats__item > * {
  line-height: 100%;
}
.stats__item p {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 500;
}
@media (min-width: 661px) {
  .stats__item p {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
.stats__item span {
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(163 162 160 / var(--tw-text-opacity, 1));
}
@media (min-width: 661px) {
  .stats__item span {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.stats__item:not(:last-child)::before {
  position: absolute;
  right: 1.5rem;
  top: 50%;
  display: none;
  height: 3rem;
  width: 1.5rem;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  background-image: url(/img/icons/icon-divider.svg);
  background-position: center;
  background-repeat: no-repeat;
  --tw-content: "";
  content: var(--tw-content);
}
@media (min-width: 1411px) {
  .stats__item:not(:last-child)::before {
    display: block;
  }
}
.stats__action {
  display: flex;
  flex-shrink: 0;
  justify-content: center;
}
.help {
  align-items: flex-start;
}
.help__banners {
  display: grid;
  gap: 1rem;
}
@media (min-width: 611px) {
  .help__banners {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.help__banner {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  --tw-bg-opacity: 1;
  background-color: rgb(32 32 31 / var(--tw-bg-opacity, 1));
  padding: 2rem;
}
.help__banner > .title, .help__banner .help__banner-button {
  position: relative;
  z-index: 2;
}
.help__banner-button {
  display: flex;
  height: 3rem;
  width: 3rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(42 42 42 / var(--tw-bg-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.help__banner-button:hover {
  background-color: var(--primary);
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.help__banner-img {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.accordeons {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.accordeons__category {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.accordeons__category-title {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-family: "Cormorant";
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-transform: uppercase;
}
.accordeons__category-title p {
  font-size: 1.875rem;
  line-height: 2.25rem;
  line-height: 100%;
}
.accordeons__category-items {
  display: flex;
  flex-direction: column;
}
.accordeons__category-item {
  display: flex;
  flex-direction: column;
  border-top-width: 2px;
  --tw-border-opacity: 1;
  border-top-color: rgb(31 30 29 / var(--tw-border-opacity, 1));
}
.accordeons__category-item-head.active ~ .accordeons__category-item-body {
  display: flex;
}
.accordeons__category-item-head.active {
  color: var(--primary);
}
.accordeons__category-item-head.active svg svg {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.accordeons__category-item-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(163 162 160 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.accordeons__category-item-head:hover {
  color: var(--primary);
}
.accordeons__category-item-head p {
  flex: 1 1 0%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.accordeons__category-item-body {
  display: none;
  flex-direction: column;
  gap: 0.5rem;
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(31 30 29 / var(--tw-border-opacity, 1));
  padding-bottom: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.sales {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.sales__list {
  display: grid;
  gap: 1rem;
}
@media (min-width: 731px) {
  .sales__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1041px) {
  .sales__list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 1356px) {
  .sales__list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.sales__item {
  position: relative;
  display: flex;
  flex-direction: column;
  --tw-bg-opacity: 1;
  background-color: rgb(34 34 34 / var(--tw-bg-opacity, 1));
}
.sales__item-img {
  height: 12rem;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}
.sales__item-body {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding: 2rem;
}
.sales__item-body ul {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.sales__item-body ul li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}
.sales__item-body ul li span:first-child {
  --tw-text-opacity: 1;
  color: rgb(116 116 122 / var(--tw-text-opacity, 1));
}
.sales__item-body .modal__form-buttons {
  margin-top: 0.5rem;
}
.sales__item-body .modal__form-buttons .btn {
  height: 3rem;
  font-size: 1rem;
  line-height: 1.5rem;
}
.sales__item-body .modal__form-buttons .btn .btn__inner {
  padding-left: 1rem;
  padding-right: 1rem;
}
.sales__item-title {
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 500;
  line-height: 120%;
}
.sales__activations {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 100% !important;
}
.sales__activations-icon {
  display: flex;
  height: 2rem;
  width: 2rem;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(50 49 49 / var(--tw-bg-opacity, 1));
  color: var(--primary);
}
.office {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}
@media (min-width: 1011px) {
  .office {
    flex-direction: row;
  }
}
.office__left {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 1.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(23 23 22 / var(--tw-bg-opacity, 1));
  padding: 2rem;
}
@media (min-width: 1011px) {
  .office__left {
    max-width: 24rem;
  }
}
.office__user {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1.5rem;
}
.office__user-ava {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.office__user-avatar-mask {
  position: relative;
  width: 8rem;
}
.office__user-avatar {
  position: absolute;
  left: 50%;
  top: 45%;
  width: 6rem;
  --tw-translate-y: -50%;
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-radius: 9999px;
  -o-object-fit: contain;
     object-fit: contain;
}
.office__user-info {
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
}
.office__user-info > * {
  line-height: 100%;
}
.office__user-info p {
  max-width: 9.375rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: "Cormorant";
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 500;
}
.office__user-info span {
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(117 116 115 / var(--tw-text-opacity, 1));
}
.office__user-info span button {
  color: var(--primary);
}
.office__nav {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.office__nav nav {
  display: none;
  flex-direction: column;
}
@media (min-width: 1011px) {
  .office__nav nav {
    display: flex;
  }
}
.office__nav nav li a {
  display: flex;
  height: 3.5rem;
  align-items: center;
  gap: 0.75rem;
  border-radius: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.office__nav nav li a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(30 30 30 / var(--tw-bg-opacity, 1));
}
.office__nav nav li a.active {
  --tw-bg-opacity: 1;
  background-color: rgb(30 30 30 / var(--tw-bg-opacity, 1));
}
.office__nav nav li a .icon {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.office__nav-mobile-btn {
  display: flex;
  height: 3.5rem;
  width: 100%;
  align-items: center;
  gap: 0.75rem;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(30 30 30 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.office__nav-mobile-btn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(32 32 32 / var(--tw-bg-opacity, 1));
}
.office__nav-mobile-btn .icon {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.office__nav-mobile-btn i {
  margin-left: auto;
  height: 0.5rem;
  width: 0.5rem;
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-right-width: 2px;
  border-bottom-width: 2px;
  border-right-color: currentColor;
  border-bottom-color: currentColor;
  opacity: 0.3;
}
@media (min-width: 1011px) {
  .office__nav-mobile {
    display: none;
  }
}
.office__content {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 1011px) {
  .office__content {
    width: calc(100% - 24rem);
  }
}
.partner__link {
  display: flex;
  width: 100%;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 1rem;
}
@media (min-width: 561px) {
  .partner__link {
    flex-direction: row;
    align-items: center;
  }
}
.partner__link .modal__form-input {
  width: 100%;
}
@media (min-width: 561px) {
  .partner__link .modal__form-input {
    width: 50%;
  }
}
@media (min-width: 1011px) {
  .partner__link .modal__form-input {
    width: 33.333333%;
  }
}
.partner__link-image {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
}
.partner__link-image img {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.partner__link-wrapp .card__body {
  z-index: 1;
}
.verify {
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.25rem;
}
@media (min-width: 671px) {
  .verify {
    flex-direction: row;
    gap: 2.5rem;
  }
}
.verify__item {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 1.25rem;
}
@media (min-width: 671px) {
  .verify__item {
    max-width: 50%;
  }
}
@media (min-width: 1441px) {
  .verify__item {
    max-width: 30%;
  }
}
.verify__people {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.verify__people button {
  display: flex;
  height: 3.5rem;
  width: 100%;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  border-width: 2px;
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(28 28 27 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(117 116 115 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.verify__people button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(37 37 37 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.verify__people button.active {
  border-color: var(--primary);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.verify__file {
  position: relative;
}
.verify__file input {
  visibility: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  height: 0px;
  width: 0px;
}
.verify__file label {
  display: flex;
  height: 3.5rem;
  width: 100%;
  cursor: pointer;
  align-items: center;
  justify-content: space-between;
  border-radius: 0.5rem;
  border-width: 1px;
  border-style: dashed;
  --tw-border-opacity: 1;
  border-color: rgb(61 60 59 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(28 28 27 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(163 161 157 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.verify__file label > * {
  pointer-events: none;
}
.verify__file label:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(37 37 37 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.verify__file label span span {
  --tw-text-opacity: 1;
  color: rgb(82 81 80 / var(--tw-text-opacity, 1));
}
#modals-container {
  transform: none;
}
.vm--overlay {
  background-color: rgb(0 0 0 / 0.91) !important;
}
.vm--modal {
  background-color: transparent !important;
}
.modal__wrapp {
  position: relative;
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  align-items: center;
  overflow: auto;
  padding: 1rem;
}
body.modal--active {
  overflow: hidden;
}
.modal.account-info {
  width: 100%;
}
@media (min-width: 741px) {
  .modal.account-info {
    width: 30rem;
  }
}
.wallet__methods-button img, .modal__form-input-icon img {
  max-width: 1.5rem;
}
.dropdown__button img {
  margin-right: .5rem;
  max-width: 1.25rem;
}
.dropdown__button.active {
  background-color: rgb(254 191 57 / 0.1);
  --tw-text-opacity: 1;
  color: rgb(254 191 57 / var(--tw-text-opacity, 1));
}
.wallet__history-dropdown {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 741px) {
  .wallet__history-dropdown {
    padding: 1rem 1rem 0rem;
  }
}
.wallet__history-list {
  margin-top: -.5rem;
  display: flex;
  flex-direction: column;
  gap: .75rem;
}
@media (min-width: 741px) {
  .wallet__history-list {
    padding: 0 1rem 1rem 1rem;
  }
}
.wallet__history-item {
    display: flex;
    flex-direction: column;
    background: #1c1c1b;
    border-radius: .5rem;
}
.wallet__history-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .75rem;
}
.wallet__history-left {
    display: flex;
    align-items: center;
    gap: .75rem;
}
.wallet__history-logo {
    max-width: 2rem;
}
.wallet__history-info, .wallet__history-center {
    display: flex;
    flex-direction: column;
    line-height: 130%;
}
@media (max-width: 490px) {
  .wallet__history-center {
    display: none;
  }
}
.wallet__history-info span {
    font-weight: 500;
}
.wallet__history-info p, .wallet__history-date {
    color: #818181;
    font-size: .875rem;
}
.wallet__history-sum {
    color: var(--primary);
}
.wallet__history-right {
    display: flex;
    align-items: center;
    gap: 1rem;
}
.wallet__history-badge {
    display: flex;
    padding: 0.5rem 1rem;
    background: #282827;
    border-radius: 2rem
}
.wallet__history-badge.warning {
    background: #d3a62317;
    color: #d3a623;
}
.wallet__history-badge.success {
    background: #39d3231c;
    color: #39d323;
}
.wallet__history-badge.error {
    background: #ff35352e;
    color: #ff3535;
}
.wallet__history-content {
    display: flex;
    padding: 1rem;
    border-top: solid 1px #ffffff0a;
    font-size: .875rem;
}
@media (min-width: 491px) {
    .wallet__history-content {
        display: none;
    }
}
.pagination {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.welcome__pagination-buttons-pages {
    display: flex;
    align-items: center;
    gap: .5rem;
    color: #646464;
}
.welcome__pagination-page-current {
    padding: .5rem 1rem;
    background: #222221;
    display: flex;
    border-radius: .5rem;
    color: #fff;
    font-size: 1.125rem;
}
.office__left, .office__nav {
  z-index: 2;
}
.modal__form-input-error {
    font-size: .875rem;
    color: #ff4e4e;
}
.office__verification-info {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    font-size: .95rem;
    color: var(--gray);
}
input[type="file"] {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    visibility: hidden;
    pointer-events: none;
}
.modal__form-input-button {
    z-index: 1;
    position: absolute;
    right: 0;
    top: 0;
    height: 3.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 0.5rem;
}
.modal__form-input-button button {
    height: 2.5rem;
    background: #303030;
    padding: 0px 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.5rem;
    transition: 0.2s ease;
}
.modal__form-input-button button:hover {
    background: #3d3d3d;
}
.office__history {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
table {
    width: 100%;
    border-collapse: collapse;
}
table thead tr td {
    padding: 0 1rem 0.75rem 1rem;
    color: var(--gray)
}
table tbody tr {
    background: #1e1e1e;
    transition: .2s ease
}
table tbody tr:hover {
    background: #272727;
}
table tbody tr td {
    padding: 1rem 1rem 1rem 1rem;
    border-bottom: solid 1px #292929
}
table tbody tr:last-child td {
    border: 0;
}
.table-wrapp {
    position: relative;
    overflow: auto;
    padding-bottom: 0.5rem;
    width: 100%;
}
.table-wrapp::-webkit-scrollbar {
    height: 4px;
}
@media (max-width: 1300px) {
    .table-wrapp table {
        min-width: 1128px
    }
}
.table-wrapp__link {
    font-size: .875rem;
    color: var(--primary);
    text-decoration: underline;
}
.table-wrapp__link:hover {
    text-decoration: none;
}
.table-wrapp__buttons {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.table-wrapp__btn {
    width: 2rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #393939;
    border-radius: 0.5rem;
    font-size: 0.875rem;
    transition: 0.2s ease;
}
.table-wrapp__btn:hover {
   background: #444444; 
}
.office__left {
  flex-shrink: 0;
}
.verify__file label span {
    max-width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
div#app {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.site__inner, .lobby.page .lobby__top {
  position: relative;
  z-index: 1;
}
.lobby__top-left {
  z-index: 1;
}
@media (max-width: 630px) {
  .lobby__select-game .dropdown__inner {
    left: inherit;
    right: 0px;
    transform-origin: top right;
  }
}
.play__game-desc {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.play__game-desc p {
    color: var(--gray)
}
.play__game-desc p span {
    color: var(--primary)
}
.play__game-desc ul {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}
.play__game-desc ul li > * {
    display: flex;
    padding: 0.5rem 1rem;
    background: #262626;
    border-radius: 3rem;
    transition: 0.2s ease;
    cursor: pointer;
}
.play__game-desc ul li > *:hover {
    background: var(--primary);
    color: #000;
}
.play__wrapp {
    display: flex;
    flex-direction: column;
    background: #171716;
    position: relative;
}
.play__iframe {
    display: grid;
}
.play__iframe:before {
    content: '';
    padding-top: 170%}
@media (min-width: 481px) {
  .play__iframe:before {
    padding-top: 120%;
  }
}
@media (min-width: 591px) {
  .play__iframe:before {
    padding-top: 100%;
  }
}
@media (min-width: 761px) {
  .play__iframe:before {
    padding-top: 70%;
  }
}
@media (min-width: 1401px) {
  .play__iframe:before {
    padding-top: 56%;
  }
} /* removed game-frame helper */ /* ratio overrides removed to restore original behaviour */
@media (max-width: 1280px) {
  .play {
    flex-direction: column;
  }
  .play .loyalty__info {
    min-height: -moz-fit-content;
    min-height: fit-content;
    width: 100%;
    max-width: 100%;
  }
  .play .loyalty__info-image {
    opacity: 0.3;
  }
}
.play__iframe iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    border: none;
}
.play__controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
}
.play__controls-left {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.play__control-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.75rem;
    height: 2.75rem;
    background: #252523;
    color: #777777;
    border-radius: 0.5rem;
    transition: 0.2s ease;
}
.play__control-btn:hover {
    background: #2e2e2c;
    color: #ffffff;
}
.play__controls-right {
    display: flex;
    align-items: center;
    gap: .5rem;
}
.play__controls-checkbox-inner {
    display: flex;
    align-items: center;
    gap: .75rem;
}
.play__controls-checkbox {
    width: 3rem;
    display: flex;
    height: 1.75rem;
    background: #252523;
    border-radius: 2rem;
    position: relative;
    transition: .2s ease;
    cursor: pointer;
}
.play__controls-checkbox span {
    width: 1.5rem;
    height: 1.25rem;
    background: #171716;
    border-radius: 2rem;
    position: relative;
    top: .3rem;
    left: .3rem;
    transition: .2s ease;
}
.play__controls-checkbox.active {
    background: #fcc42526
}
.play__controls-checkbox.active span {
    background: var(--primary);
    transform: translateX(.8rem)
}
.play__controls-checkbox-inner a {
    color: var(--gray);
    transition: .2s ease;
}
@media (max-width: 385px) {
  .play__controls-checkbox-inner a span {
    display: none;
  }
}
.play__controls-checkbox-inner a.active {
    color: #fff;
}
.tournament__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
}
.tournament__top-right {
    display: flex;
    flex-direction: column;
}
@media (min-width: 821px) {
    .tournament__top-right {
        align-items: flex-end;
    }
}
@media (max-width: 425px) {
    .tournament__top .title__main {
        font-size: 2.25rem!important
    }
}
.tournament__top-right .title__main {
    font-size: 4rem!important;
    color: var(--primary)
}
.typical {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    color: var(--gray);
}
.typical strong {
    color: #fff;
    font-size: 1.25rem;
}
.typical a {
    color: var(--primary);
    text-decoration: underline;
}
.typical a:hover {
    text-decoration: none;
}
.lobby__top {
  position: relative;
  z-index: 1;
}
.vm--modal.vue-dialog.confirm {
    background: linear-gradient(to right bottom, #141414 35%, #202020) !important;
    box-shadow: none!important;
    padding: 2rem!important;
    display: flex;
    flex-direction: column;
    gap: 1.125rem;
}
.vue-dialog-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0!important;
}
.vue-dialog-content-title {
    padding: 0!important;
    font-size: 1.75rem;
    font-family: 'Cormorant';
    text-transform: uppercase;
    text-align: center;
}
.vue-dialog-buttons {
    border: 0!important;
    display: flex;
    justify-content: center;
    gap: 0.5rem;
}
.vue-dialog-buttons button {
    flex: none!important;
    border: 0!important;
    font-size: 1rem;
    min-width: 6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #202020;
    transition: 0.2s ease;
    border-radius: 0.5rem;
}
.vue-dialog-buttons button:last-child {
    background: var(--primary);
    color: #000;
}
.vue-dialog-buttons button:last-child:hover {
    background: #fcdd25!important;
}
.vue-dialog-button:hover {
    background: #2d2d2d!important;
} /* Live wins spacing helper (used by transition-group) */
.live-slide-mount-enter-active, .live-slide-mount-leave-active {
  transition: all .2s ease;
}
.live-slide-mount-enter, .live-slide-mount-leave-to {
  opacity: 0;
  transform: translateY(-6px);
}
.lobby__more-games {
  display: flex;
  justify-content: center;
}
.lobby__more {
  display: flex;
  justify-content: center;
}
.lobby__more .btn {
  margin: 20px 0 80px;
}
.btn__loader {
  width: 24px;
  height: 24px;
}
.hover\:border-\[\#37afe4\]:hover {
  --tw-border-opacity: 1;
  border-color: rgb(55 175 228 / var(--tw-border-opacity, 1));
}
.hover\:border-white\/\[0\.06\]:hover {
  border-color: rgb(255 255 255 / 0.06);
}
.hover\:\!bg-\[\#3bb4f5\]:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(59 180 245 / var(--tw-bg-opacity, 1)) !important;
}
.hover\:bg-\[\#193446\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(25 52 70 / var(--tw-bg-opacity, 1));
}
.hover\:bg-\[\#1f6fca\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(31 111 202 / var(--tw-bg-opacity, 1));
}
.hover\:bg-\[\#272d39\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(39 45 57 / var(--tw-bg-opacity, 1));
}
.hover\:bg-\[\#2c4374\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(44 67 116 / var(--tw-bg-opacity, 1));
}
.hover\:bg-\[\#2e333f\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(46 51 63 / var(--tw-bg-opacity, 1));
}
.hover\:bg-\[\#322460\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(50 36 96 / var(--tw-bg-opacity, 1));
}
.hover\:bg-\[\#84ccf50f\]:hover {
  background-color: #84ccf50f;
}
.hover\:bg-\[\#c47626\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(196 118 38 / var(--tw-bg-opacity, 1));
}
.hover\:bg-\[\#c63024\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(198 48 36 / var(--tw-bg-opacity, 1));
}
.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.group\/banner:hover .group-hover\/banner\:\!visible {
  visibility: visible !important;
}
.group\/banner:hover .group-hover\/banner\:opacity-100 {
  opacity: 1;
}
.group.active .group-\[\.active\]\:flex {
  display: flex;
}
.group.active .group-\[\.active\]\:rounded-bl-none {
  border-bottom-left-radius: 0px;
}
.group.active .group-\[\.active\]\:rounded-br-none {
  border-bottom-right-radius: 0px;
}
.group.active .group-\[\.active\]\:bg-\[\#84ccf50f\] {
  background-color: #84ccf50f;
}
@media (max-width: 1575px) {
  .max-\[1575px\]\:top-\[10\%\] {
    top: 10%;
  }
  .max-\[1575px\]\:-translate-y-0 {
    --tw-translate-y: -0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}
@media (max-width: 1475px) {
  .max-\[1475px\]\:min-w-\[1075px\] {
    min-width: 1075px;
  }
  .max-\[1475px\]\:\!overflow-auto {
    overflow: auto !important;
  }
  .max-\[1475px\]\:pb-\[10px\] {
    padding-bottom: 10px;
  }
}
@media (max-width: 1440px) {
  .max-\[1440px\]\:w-auto {
    width: auto;
  }
  .max-\[1440px\]\:min-w-\[120px\] {
    min-width: 120px;
  }
}
@media (max-width: 1375px) {
  .max-\[1375px\]\:order-\[1\] {
    order: 1;
  }
  .max-\[1375px\]\:w-full {
    width: 100%;
  }
  .max-\[1375px\]\:gap-4 {
    gap: 1rem;
  }
  .max-\[1375px\]\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
@media (max-width: 1100px) {
  .max-\[1100px\]\:space-y-\[20px\] > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(20px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(20px * var(--tw-space-y-reverse));
  }
}
@media (max-width: 1024px) {
  .max-\[1024px\]\:mb-\[18px\] {
    margin-bottom: 18px;
  }
  .max-\[1024px\]\:\!h-\[48px\] {
    height: 48px !important;
  }
  .max-\[1024px\]\:\!w-\[48px\] {
    width: 48px !important;
  }
  .max-\[1024px\]\:\!flex-row {
    flex-direction: row !important;
  }
  .max-\[1024px\]\:\!justify-start {
    justify-content: flex-start !important;
  }
  .max-\[1024px\]\:\!space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important;
  }
  .max-\[1024px\]\:space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .max-\[1024px\]\:\!border-0 {
    border-width: 0px !important;
  }
  .max-\[1024px\]\:border-b {
    border-bottom-width: 1px;
  }
  .max-\[1024px\]\:border-\[\#0b273a\] {
    --tw-border-opacity: 1;
    border-color: rgb(11 39 58 / var(--tw-border-opacity, 1));
  }
  .max-\[1024px\]\:\!p-0 {
    padding: 0px !important;
  }
  .max-\[1024px\]\:\!p-\[12px_15px\] {
    padding: 12px 15px !important;
  }
  .max-\[1024px\]\:\!text-lg {
    font-size: 1.125rem !important;
    line-height: 1.75rem !important;
  }
}
@media (max-width: 900px) {
  .max-\[900px\]\:pb-\[calc\(6px_\+_54px\)\] {
    padding-bottom: calc(6px + 54px);
  }
}
@media (max-width: 725px) {
  .max-\[725px\]\:hidden {
    display: none;
  }
}
@media (max-width: 695px) {
  .max-\[695px\]\:\!p-0 {
    padding: 0px !important;
  }
}
@media (max-width: 625px) {
  .max-\[625px\]\:hidden {
    display: none;
  }
  .max-\[625px\]\:\!border-r-0 {
    border-right-width: 0px !important;
  }
}
@media (max-width: 585px) {
  .max-\[585px\]\:hidden {
    display: none;
  }
}
@media (max-width: 575px) {
  .max-\[575px\]\:h-fit {
    height: -moz-fit-content;
    height: fit-content;
  }
  .max-\[575px\]\:w-full {
    width: 100%;
  }
  .max-\[575px\]\:flex-col {
    flex-direction: column;
  }
  .max-\[575px\]\:items-start {
    align-items: flex-start;
  }
  .max-\[575px\]\:items-end {
    align-items: flex-end;
  }
  .max-\[575px\]\:space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
  }
  .max-\[575px\]\:space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
  }
  .max-\[575px\]\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}
@media (max-width: 544px) {
  .max-\[544px\]\:opacity-20 {
    opacity: 0.2;
  }
}
@media (max-width: 475px) {
  .max-\[475px\]\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .max-\[475px\]\:text-\[13px\] {
    font-size: 13px;
  }
}
@media (max-width: 1375px) {
  @media (min-width: 1024px) {
    .max-\[1375px\]\:min-\[1024px\]\:w-1\/2 {
      width: 50%;
    }
    .max-\[1375px\]\:min-\[1024px\]\:flex-row {
      flex-direction: row;
    }
  }
}
@media (max-width: 1024px) {
  @media (min-width: 0px) {
    .max-\[1024px\]\:min-\[0px\]\:w-full {
      width: 100%;
    }
  }
}
@media (min-width: 371px) {
  .min-\[371px\]\:text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
  }
}
@media (min-width: 415px) {
  .min-\[415px\]\:p-\[20px_30px\] {
    padding: 20px 30px;
  }
  .min-\[415px\]\:text-\[17px\] {
    font-size: 17px;
  }
  .min-\[415px\]\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
@media (min-width: 476px) {
  .min-\[476px\]\:flex-row {
    flex-direction: row;
  }
  .min-\[476px\]\:gap-0 {
    gap: 0px;
  }
}
@media (min-width: 586px) {
  .min-\[586px\]\:text-\[14px\] {
    font-size: 14px;
  }
}
@media (min-width: 1375px) {
  .min-\[1375px\]\:\!h-auto {
    height: auto !important;
  }
  .min-\[1375px\]\:shrink-0 {
    flex-shrink: 0;
  }
}
@media (min-width: 1441px) {
  .min-\[1441px\]\:w-0 {
    width: 0px;
  }
  .min-\[1441px\]\:w-\[12\.5\%\] {
    width: 12.5%;
  }
  .min-\[1441px\]\:flex-row {
    flex-direction: row;
  }
}
.\[\&_\*\]\:z-\[105\] * {
  z-index: 105;
}
@media (max-width: 500px) {
  .max-\[500px\]\:\[\&_button\]\:h-\[36px\] button {
    height: 36px;
  }
  .max-\[500px\]\:\[\&_button\]\:min-w-fit button {
    min-width: -moz-fit-content;
    min-width: fit-content;
  }
  .max-\[500px\]\:\[\&_button\]\:px-\[16px\] button {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.\[\&_canvas\]\:\!h-full canvas {
  height: 100% !important;
}
.\[\&_canvas\]\:\!w-full canvas {
  width: 100% !important;
}
.\[\&_div\.react-code-input\]\:flex div.react-code-input {
  display: flex;
}
.\[\&_div\.react-code-input\]\:w-full div.react-code-input {
  width: 100%;
}
.\[\&_div\.react-code-input\]\:items-center div.react-code-input {
  align-items: center;
}
.\[\&_div\.react-code-input\]\:justify-between div.react-code-input {
  justify-content: space-between;
}
.\[\&_div\.react-code-input\]\:gap-2 div.react-code-input {
  gap: 0.5rem;
}
.\[\&_div\.react-code-input_input\]\:\!w-full div.react-code-input input {
  width: 100% !important;
}
.\[\&_div\.react-code-input_input\]\:rounded-\[4px\] div.react-code-input input {
  border-radius: 4px;
}
.\[\&_div\.react-code-input_input\]\:border-0 div.react-code-input input {
  border-width: 0px;
}
.\[\&_div\.react-code-input_input\]\:font-\[\'Rubik\'\] div.react-code-input input {
  font-family: 'Rubik';
}
.\[\&_div\.react-code-input_input\]\:text-base div.react-code-input input {
  font-size: 1rem;
  line-height: 1.5rem;
}
.\[\&_div\.react-code-input_input\]\:font-\[500\] div.react-code-input input {
  font-weight: 500;
}
.focus\:\[\&_div\.react-code-input_input\]\:border-0 div.react-code-input input:focus {
  border-width: 0px;
}
.\[\&_div\.vm--modal\]\:\!bg-\[\#2a2242\] div.vm--modal {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(42 34 66 / var(--tw-bg-opacity, 1)) !important;
}
