@import "https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800;900&display=swap";
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

:root {
    --color-text-faded: #aeb3c7;
    --color-black: #000000;
    --color-white: #FFFFFF;
    --color-dark-grey-0: #1c2433;
    --color-dark-grey-1: #141c26;
    --color-dark-grey-2: rgb(28, 36, 51);
    --color-dark-grey-3: #353B52;
    --color-dark-grey-4: #444A5F;
    --color-dark-grey-5: #54596D;
    --color-mid-grey-1: #63687A;
    --color-mid-grey-2: #737787;
    --color-mid-grey-3: #747f96;
    --color-mid-grey-4: #9296A2;
    --color-mid-grey-5: #A2A5AF;
    --color-light-grey-1: #B1B4BC;
    --color-light-grey-2: #C1C3CA;
    --color-light-grey-3: #D0D2D7;
    --color-light-grey-4: #E0E1E4;
    --color-light-grey-5: #EFF0F2;
    --color-pr900: #4C1D03;
    --color-pr800: #722C05;
    --color-pr700: #983B06;
    --color-pr600: #BE4908;
    --color-pr500: #2cb834;
    --color-pr400: #24962b;
    --color-pr300: #F88D50;
    --color-pr200: #FAA97C;
    --color-pr100: #FCC6A7;
    --color-pr050: #FDE2D3;
    --color-su900: #012605;
    --color-su800: #034C0A;
    --color-su700: #04720F;
    --color-su600: #069815;
    --color-su500: #07BE1A;
    --color-su400: #09E41F;
    --color-su300: #50F861;
    --color-su200: #7CFA88;
    --color-su100: #A7FCB0;
    --color-su050: #D3FDD7;
    --color-da900: #6C0000;
    --color-da800: #A20000;
    --color-da700: #D70000;
    --color-da600: #FF0E0E;
    --color-da500: #FF4444;
    --color-da400: #FF6363;
    --color-da300: #FF8282;
    --color-da200: #FFA2A2;
    --color-da100: #FFC1C1;
    --color-da050: #FFE0E0;
    --color-at900: #4C4203;
    --color-at800: #726305;
    --color-at700: #988406;
    --color-at600: #BEA508;
    --color-at500: #E4C609;
    --color-at400: #F6DA24;
    --color-at300: #F8E150;
    --color-at200: #FAE97C;
    --color-at100: #FCF0A7;
    --color-at050: #FDF8D3;
    --color-wa900: #4C1D03;
    --color-wa800: #722C05;
    --color-wa700: #983B06;
    --color-wa600: #BE4908;
    --color-wa500: #E45809;
    --color-wa400: #F67024;
    --color-wa300: #F88D50;
    --color-wa200: #FAA97C;
    --color-wa100: #FCC6A7;
    --color-wa050: #FDE2D3;
    --color-in900: #060E2A;
    --color-in800: #0C1B52;
    --color-in700: #12297B;
    --color-in600: #1736A3;
    --color-in500: #1D44CC;
    --color-in400: #355BE2;
    --color-in300: #5D7CE8;
    --color-in200: #869DEE;
    --color-in100: #AEBEF3;
    --color-in050: #D7DEF9;
    --color-vi900: #1F002B;
    --color-vi800: #3D0055;
    --color-vi700: #5C0080;
    --color-vi600: #7B00AA;
    --color-vi500: #9900D5;
    --color-vi400: #B800FF;
    --color-vi300: #D055FF;
    --color-vi200: #DC80FF;
    --color-vi100: #E7AAFF;
    --color-vi050: #F3D4FF;
    --color-b090: #000000e6;
    --color-b080: #000000cc;
    --color-b070: #000000b3;
    --color-b060: #00000099;
    --color-b050: #00000080;
    --color-b040: #00000066;
    --color-b030: #0000004d;
    --color-b020: #00000033;
    --color-b010: #0000001a;
    --color-b005: #0000000d;
    --color-b002: #00000005;
    --color-dgz090: #060e2ae6;
    --color-dgz080: #060e2acc;
    --color-dgz070: #060e2ab3;
    --color-dgz060: #060e2a99;
    --color-dgz050: #060e2a80;
    --color-dgz040: #060e2a66;
    --color-dgz030: #060e2a4d;
    --color-dgz020: #060e2a33;
    --color-dgz010: #060e2a1a;
    --color-dgz005: #060e2a0d;
    --color-dgz002: #060e2a05;
    --color-text-primary: #FFFFFF;
    --gradient-black-top: linear-gradient(180deg,#000000e6 0%,#00000000 100%);
    --gradient-black-right: linear-gradient(90deg,#00000000 0%,#000000e6 100%);
    --gradient-black-bottom: linear-gradient(180deg,#00000000 0%,#000000e6 100%);
    --gradient-black-left: linear-gradient(270deg,#00000000 0%,#000000e6 100%);
    --gradient-primary-top: linear-gradient(180deg,#e45809ff 0%,#e4580900 100%);
    --gradient-primary-right: linear-gradient(270deg,#e45809ff 0%,#e4580900 100%);
    --gradient-primary-bottom: linear-gradient(360deg,#e45809ff 0%,#e4580900 100%);
    --gradient-primary-left: linear-gradient(90deg,#e45809ff 0%,#e4580900 100%);
    --gradient-dark-grey-0-top: linear-gradient(180deg,#060e2aff 0%,#060e2a00 100%);
    --gradient-dark-grey-0-right: linear-gradient(270deg,#060e2aff 0%,#060e2a00 100%);
    --gradient-dark-grey-0-bottom: linear-gradient(360deg,#060e2aff 0%,#060e2a00 100%);
    --gradient-dark-grey-0-left: linear-gradient(90deg,#060e2aff 0%,#060e2a00 100%);
    --gradient-dark-grey-1-top: linear-gradient(180deg,#161d37ff 0%,#161d3700 100%);
    --gradient-dark-grey-1-right: linear-gradient(270deg,#161d37ff 0%,#161d3700 100%);
    --gradient-dark-grey-1-bottom: linear-gradient(360deg,#161d37ff 0%,#161d3700 100%);
    --gradient-dark-grey-1-left: linear-gradient(90deg,#161d37ff 0%,#161d3700 100%);
    --gradient-dark-grey-2-top: linear-gradient(180deg,#252c45ff 0%,#252c4500 100%);
    --gradient-dark-grey-2-right: linear-gradient(270deg,#252c45ff 0%,#252c4500 100%);
    --gradient-dark-grey-2-bottom: linear-gradient(360deg,#252c45ff 0%,#252c4500 100%);
    --gradient-dark-grey-2-left: linear-gradient(90deg,#252c45ff 0%,#252c4500 100%);
    --gradient-dark-grey-3-top: linear-gradient(180deg,#353b52ff 0%,#353b5200 100%);
    --gradient-dark-grey-3-right: linear-gradient(270deg,#353b52ff 0%,#353b5200 100%);
    --gradient-dark-grey-3-bottom: linear-gradient(360deg,#353b52ff 0%,#353b5200 100%);
    --gradient-dark-grey-3-left: linear-gradient(90deg,#353b52ff 0%,#353b5200 100%);
    --shadow-1: 0px 1px 2px 0px #00000052,0px 0px 1px 0px #00000052;
    --shadow-2: 0px 4px 8px 0px #0000003d,0px 0px 1px 0px #00000052;
    --shadow-3: 0px 8px 16px 0px #0000003d,0px 0px 1px 0px #00000052;
    --shadow-4: 0px 12px 24px 0px #0000003d,0px 0px 1px 0px #00000052;
    --shadow-5: 0px 24px 32px 0px #0000003d,0px 0px 1px 0px #00000052;
    --shadow-6: 0px 40px 64px 0px #0000003d,0px 0px 1px 0px #00000052;
    --illumination-1: 0px 1px 2px 0px #e4580952,0px 0px 1px 0px #e4580952;
    --illumination-2: 0px 4px 8px 0px #e4580952,0px 0px 1px 0px #e4580952;
    --illumination-3: 0px 8px 16px 0px #e458093d,0px 0px 1px 0px #e4580952;
    --illumination-4: 0px 12px 24px 0px #e458093d,0px 0px 1px 0px #e4580952;
    --illumination-5: 0px 24px 32px 0px #e458093d,0px 0px 1px 0px #e4580952;
    --illumination-6: 0px 40px 64px 0px #e458093d,0px 0px 1px 0px #e4580952;
    --color-text-faded: #aeb3c7;
    --color-border: rgba(88,92,131,.3);
    --color-black-10: #454b61;
    --color-background-missions: #1a799f;
    --color-text-ghost: #52586f;
}
*,
: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: ;
}
*,
:before,
:after {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: currentColor;
}
:before,
:after {
  --tw-content: "";
}
html,
:host {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji";
  font-feature-settings: normal;
  font-variation-settings: normal;
  -webkit-tap-highlight-color: #fff0;
}
body {
  margin: 0;
  line-height: inherit;
}
hr {
  height: 0;
  color: inherit;
  border-top-width: 1px;
}
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
a {
  color: inherit;
  text-decoration: inherit;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp,
pre {
  font-family: mono, avertastd;
  font-feature-settings: normal;
  font-variation-settings: normal;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  font-size: 100%;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}
button,
select {
  text-transform: none;
}
button,
input:where([type="button"]),
input:where([type="reset"]),
input:where([type="submit"]) {
  -webkit-appearance: button;
  background-color: #fff0;
  background-image: none;
}
:-moz-focusring {
  outline: auto;
}
:-moz-ui-invalid {
  box-shadow: none;
}
progress {
  vertical-align: baseline;
}
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
summary {
  display: list-item;
}
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;
}
dialog {
  padding: 0;
}
textarea {
  resize: vertical;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  color: #9ca3af;
}
input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #9ca3af;
}
button,
[role="button"] {
  cursor: pointer;
}
:disabled {
  cursor: default;
}
img,
video {
  max-width: 100%;
  height: auto;
}
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
button,
a {
  touch-action: manipulation;
}
.text-xxs {
  font-size: 0.75rem;
  line-height: 1rem;
  transform: scale(0.833);
}
.carousels {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: #fff0;
  align-content: flex-start;
  display: flex;
  overflow: hidden;
  position: relative;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -khtml-user-select: none;
}
.carousels > div {
  min-height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}
:root {
  --ease-out: cubic-bezier(0.36, 0.66, 0.04, 1);
  --safe-top: 0rem;
  --safe-bottom: 0rem;
  --header: 3.5rem;
  --footer: 4.5rem;
  --radius-sm: 0.125rem;
  --radius-md: 0.375rem;
  --radius-lg: 0.5rem;
  --radius-xl: 0.75rem;
  --brand: 44 217 125;
  --brand_alt: 131 194 92;
  --brand_secondary: 44 217 125;
  --success: 44 217 125;
  --error: 205 48 48;
  --warning: 204 122 26;
  --warning_brighter: 255 173 77;
  --primary: 23 26 26;
  --primary_brand: 0 0 0;
  --secondary: 95 109 109;
  --tertiary: 146 160 160;
  --quarterary: 176 185 185;
  --alw_white: 255 255 255;
  --alw_dark: 23 26 26;
  --layer1: 243 244 245;
  --layer2: 241 242 243;
  --layer3: 255 255 255;
  --layer4: 255 255 255;
  --layer5: 240 242 242;
  --layer6: 255 255 255;
  --tab_selected: 255 255 255;
  --input: 222 233 235;
  --input_button: 255 255 255;
  --input_darken: 255 255 255;
  --input_bright: 243 243 243;
  --tab_padding: 243 243 243;
  --tab_nopadding: 228 230 231;
  --main: #3a414266;
  --second: #3a414233;
  --third: #3a414219;
  --site_bg: #f4f4f4;
  --toast-bg: rgba(255, 255, 255, 0.7);
  --layer0: rgb(var(--layer4));
  --layerx: rgb(var(--layer4));
  --layer-x: rgb(var(--layer4));
  --white_alpha5: #ffffff0d;
  --white_alpha10: #ffffff1a;
  --white_alpha20: #ffffff33;
  --black_alpha5: #0000000d;
  --black_alpha10: #0000001a;
  --black_alpha20: #00000033;
  --Pagination-bg: 245, 245, 245;
  --Pagination-currentPage: 229, 230, 230;
  --Chip-Group-Tab: #f5f5f5;
  --Button-BrightBg: #f2f2f2;
  --layer5-table: 247 247 247;
}
.pc {
  --footer: 0rem;
}
html {
  --brand: 36 238 137;
  --brand_alt: 159 232 113;
  --brand_secondary: 26 169 100;
  --success: 36 238 137;
  --error: 252 60 60;
  --warning: 255 152 32;
  --warning_brighter: 255 173 77;
  --primary: 255 255 255;
  --primary_brand: 0 0 0;
  --secondary: 179 190 193;
  --tertiary: 132 145 148;
  --quarterary: 161 175 178;
  --alw_white: 255 255 255;
  --alw_dark: 23 26 26;
  --layer1: 30 33 33;
  --layer2: 35 38 38;
  --layer3: 41 45 46;
  --layer4: 50 55 56;
  --layer5: 58 65 66;
  --layer6: 74 83 84;
  --tab_selected: 58 65 66;
  --input: 58 65 66;
  --input_button: 58 65 66;
  --input_darken: 30 33 33;
  --input_bright: 41 45 46;
  --tab_padding: 39 43 44;
  --tab_nopadding: 50 55 56;
  --main: #e4eaf0cc;
  --second: #e4eaf04c;
  --third: #e4eaf019;
  --site_bg: #232626;
  --toast-bg: rgba(17, 17, 17, 0.7);
  --Pagination-bg: 41, 45, 46;
  --Pagination-currentPage: 58, 65, 66;
  --Chip-Group-Tab: #3a4142;
  --Button-BrightBg: #464f50;
  --layer5-table: 58 65 66;
}
html.yellowtheme {
  --brand: 207 207 0;
  --radius-sm: 0.25rem;
  --radius-md: 0.75rem;
  --radius-lg: 1rem;
  --radius-xl: 1.5rem;
}
html.yellowtheme {
  --brand: 255 255 0;
}
html.yellowtheme .button-brand {
  background-image: linear-gradient(90deg, #ff0, #cdcd00);
  box-shadow: 0 0 12px #cdcd004d, 0 -2px #ff0 inset;
}
.active-tab-group {
  background: var(--Chip-Group-Tab);
}
body {
    color: #fff;
    font-size: 0.875rem;
    line-height: 1.5;
    background-color: var(--site_bg);   
}
html,
body {
  touch-action: manipulation;
}
button {
  background: none;
}
.sticky {
  top: var(--offsetTop);
}
.quarterary {
  background: rgb(var(--quarterary));
}
.bg-layer3 .bg-layer_x,
.bg-layer2 {
  --layer0: rgb(var(--layer2));
  --layerx: rgb(var(--layer3));
  --layer-x: rgb(var(--layer1));
}
.bg-layer4 .bg-layer_x,
.bg-layer3 {
  --layer0: rgb(var(--layer3));
  --layerx: rgb(var(--layer4));
  --layer-x: rgb(var(--layer2));
}
.bg-layer5 .bg-layer_x,
.bg-layer4 {
  --layer0: rgb(var(--layer4));
  --layerx: rgb(var(--layer5));
  --layer-x: rgb(var(--layer3));
}
.bg-layer4 .bg-layerx .bg-layerx,
.bg-layer6 .bg-layer_x,
.bg-layer5 {
  --layer0: rgb(var(--layer5));
  --layer-x: rgb(var(--layer4));
  --layerx: rgb(var(--layer6));
}
.button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  cursor: pointer;
  border-radius: var(--radius-md);
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.button-xs {
  height: 1.5rem;
  border-radius: var(--radius-md);
}
.button-s {
  height: 2rem;
  border-radius: var(--radius-md);
  padding-right: 0.25rem;
  padding-left: 0.25rem;
}
.button-m {
  height: 2.5rem;
  border-radius: var(--radius-lg);
}
.button-l {
  height: 3rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  border-radius: var(--radius-lg);
}
.button-brand {
  color: rgb(var(--primary_brand));
  font-weight: 800;
  background-image: linear-gradient(90deg, #24ee89, #9fe871);
  box-shadow: 0 0 12px #23ee884d, 0 -2px #1dca6a inset;
}
.button-second {
  color: #fff;
  font-weight: 800;
  background-image: linear-gradient(
    0deg,
    var(--black_alpha5) 0%,
    var(--black_alpha5) 100%
  );
  background-color: rgb(var(--layer5));
}
.button-input {
  color: #fff;
  font-weight: 800;
  background-color: rgb(var(--input_button));
}
.input {
  height: 3rem;
  display: flex;
  align-items: center;
  border-radius: var(--radius-lg);
  border: 1px solid rgb(var(--input));
  padding-left: 0.75rem;
  padding-right: 0.5rem;
  gap: 0.5rem;
  background-color: rgb(var(--input_bright));
  transition: all 0.35s var(--ease-out);
  color: #fff;
}
.input[data-focus] {
  border-color: rgb(var(--brand));
}
.input[data-disabled] {
  opacity: 0.6;
}
.input > input {
  background-color: #fff0;
  outline: none;
  flex: 1;
  width: 8rem;
}
.input > input:scope:placeholder {
  color: rgb(var(--quarterary));
}
.input-label {
  margin-top: 1.25rem;
  margin-bottom: 0.375rem;
  padding-left: 0.375rem;
  padding-right: 0.375rem;
  color: rgb(var(--secondary));
}
.pagination-darken {
  --Pagination-bg: 255, 255, 255;
}
html .pagination-darken {
  --Pagination-bg: 30, 33, 33;
}
.pagination-button {
  background-color: rgb(var(--Pagination-bg));
  height: 2.5rem;
  color: rgb(var(--primary) / 1);
}
.pagination-prev {
  border-top-left-radius: var(--radius-lg);
  border-bottom-left-radius: var(--radius-lg);
  border-top-right-radius: var(--radius-sm);
  border-bottom-right-radius: var(--radius-sm);
}
.pagination-next {
  border-top-right-radius: var(--radius-lg);
  border-bottom-right-radius: var(--radius-lg);
  border-top-left-radius: var(--radius-sm);
  border-bottom-left-radius: var(--radius-sm);
}
.pagination {
  background-color: #0d121b;
  display: flex;
  align-items: center;
  -moz-column-gap: 0.15rem;
  column-gap: 0.15rem;
  border-radius: var(--radius-sm);
  padding: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 800;
  color: #fff;
}
.pagination-current {
  background-color: rgb(var(--Pagination-currentPage));
  height: 2rem;
  min-width: 2rem;
  border-radius: var(--radius-md);
  padding: 0.5rem;
  text-align: center;
}
.radio,
.checkbox {
  display: flex;
  height: 2.75rem;
  flex: none;
  align-items: center;
}
.radio:before {
  content: "";
  display: block;
  flex: none;
  transition-property: all;
  transition-duration: 0.15s;
  border-radius: 100rem;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.5rem;
  border: 0.125rem solid var(--third);
}
.radio[aria-selected]:before {
  border-width: 0.375rem;
  border-color: rgb(var(--brand));
}
.switch {
  background: linear-gradient(
      0deg,
      var(--black_alpha5) 0%,
      var(--black_alpha5) 100%
    ),
    rgb(var(--layer5));
  cursor: pointer;
  border-radius: 9999px;
  padding: 0.25rem;
  transition-property: all;
  transition-duration: 0.15s;
  width: 4rem;
  height: 2.25rem;
}
.switch[data-disabled] {
  opacity: 0.6;
  cursor: not-allowed;
}
.switch > div {
  width: 1.75rem;
  height: 1.75rem;
  margin-left: 0;
  background: linear-gradient(
      0deg,
      var(--white_alpha20) 0%,
      var(--white_alpha20) 100%
    ),
    rgb(var(--layer6));
  border-radius: 9999px;
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-shadow-color: rgb(0 0 0 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
  transition-property: all;
  transition-duration: 0.15s;
}
.switch-xs {
  width: 2.75rem;
  height: 1.5rem;
}
.switch-xs > div {
  width: 1rem;
  height: 1rem;
}
.switch[aria-checked] {
  background: rgb(var(--success));
}
.switch[aria-checked] > div {
  margin-left: 1.75rem;
  background-color: rgb(var(--alw_white));
}
.switch-xs[aria-checked] > div {
  margin-left: 1.25rem;
}
.icon {
  width: 2rem;
  height: 2rem;
  fill: currentColor;
}
.loading {
  animation: spin 1s linear infinite;
  width: 1.25rem;
  height: 1.25rem;
}
.checkbox-ico {
  width: 1.5rem;
  height: 1.5rem;
  flex: none;
  position: relative;
  margin-right: 0.5rem;
}
.checkbox-ico:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  border-radius: var(--radius-md);
  transition: all 0.15s;
  border: 0.125rem solid var(--third);
}
.checkbox-ico[aria-selected]:before {
  border-width: 0.75rem;
  border-color: rgb(var(--brand));
}
.checkbox-ico svg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.select {
  border: 1px solid rgb(var(--input));
  gap: 0.5rem;
  padding-left: 0.75rem;
}
.select-item {
  width: 100%;
  border-radius: var(--radius-lg);
  padding: 0 0.5rem 0 0.75rem;
}
.select-item[aria-selected] {
  background-color: rgb(var(--layer4));
}
.select-item.radio:before {
  order: 100;
  margin-left: auto;
  margin-right: 0;
}
.dropdown-layer {
  position: fixed;
  z-index: 10000;
  padding: 0 0.5rem;
  border-radius: var(--radius-lg);
  width: 18rem;
  max-height: 20rem;
  left: 0;
  top: 0;
  box-shadow: 0 4px 6px -1px #00000014, 0 2px 4px -1px #0000000f;
}
.dropdown-layer.select-options {
  padding: 0.5rem;
}
.overlayer {
  position: fixed;
  inset: 0;
  touch-action: pan-x;
  --tw-bg-opacity: 0.8;
  background-color: rgb(16 18 18 / var(--tw-bg-opacity));
  z-index: 1100;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pop-bottomsheet,
.pop-center {
  position: absolute;
  opacity: 1;
  display: flex;
  flex-direction: column;
  max-height: 90%;
  padding-top: 3.5rem;
}
.pop-bottomsheet {
  bottom: 0;
  left: 0;
  right: 0;
  width: 100% !important;
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}
.pop-center {
  width: 24rem;
  max-width: 90%;
  border-radius: var(--radius-xl);
}
.pop-title {
  position: absolute;
  top: 0;
  width: 100%;
  justify-content: center;
  align-items: center;
  font-weight: 800;
  height: 3.5rem;
  font-size: 1rem;
  display: flex;
  flex: none;
  color: #fff;
}
.pop-content {
  padding: 0 1rem calc(1rem + var(--safe-bottom));
}
.pop-close {
  position: absolute;
  right: 1rem;
  top: 0.75rem;
  border-radius: var(--radius-md);
  width: 2rem;
  height: 2rem;
  background-color: var(--Button-BrightBg);
}
.pop-close > svg {
  width: 1.25rem;
  height: 1.25rem;
}
.dialog-root {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  display: none;
  justify-content: center;
  align-items: center;
}
.dialog-list {
  width: 100%;
  height: 100%;
  overflow: hidden;
  transition: width 0.3s, height 0.3s;
  position: relative;
  opacity: 0;
}
.dialog-visible {
  display: flex;
}
.dialog-visible .dialog-list {
  opacity: 1;
}
.dialog-overlayer {
  overflow: hidden;
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1000;
  touch-action: pan-x;
  background-color: rgb(var(--layer2));
}
.dialog-item {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding-top: calc(var(--header) + var(--safe-top));
}
.dialog-title {
  box-sizing: content-box;
  height: var(--header);
  border-top: var(--safe-top) solid #fff0;
  line-height: 2rem;
  flex: none;
  display: flex;
  z-index: 100;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  font-weight: 800;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  --tw-bg-opacity: calc((var(--scroll) * 100 / 15) - 50%);
  --bg: var(--layer4);
  background-color: rgb(var(--bg) / var(--tw-bg-opacity));
  transition: background-color 0.1s linear;
}
.dialog-content {
  flex: 1;
  padding-left: 1rem;
  padding-right: 1rem;
  --bg: var(--layer2);
}
.scroll-container {
  display: flex;
  flex-direction: column;
  min-height: calc(100% + 1px);
}
.dialog-content > .scroll-container {
  padding-bottom: calc(var(--safe-bottom) + 1rem);
}
.dialog-back {
  position: absolute;
  bottom: 0.75rem;
  right: 1rem;
}
.dialog-close,
.dialog-back {
  border-radius: var(--radius-md);
  width: 2rem;
  height: 2rem;
  background-color: var(--Button-BrightBg);
  color: rgb(var(--secondary));
  z-index: 11;
}
.dialog-close > svg,
.dialog-back > svg {
  width: 1.25rem;
  height: 1.25rem;
}
.dialog-back {
  right: auto;
  left: 1rem;
}
.dialog-transparent-title .dialog-content {
  margin-top: calc(0px - var(--header) - var(--safe-top));
  padding-left: 0;
  padding-right: 0;
}
.dialog-transparent-title .dialog-title button {
  background-color: #0000000d !important;
}
.pc .dialog-list {
  width: 30rem;
  height: 40rem;
  border-radius: 1rem;
  background-color: rgb(var(--layer2));
}
.pc .dialog-m {
  width: 40rem;
}
.pc .dialog-l {
  width: 50rem;
}
.pc .dialog-full {
  width: 100% !important;
  height: 100% !important;
  border-radius: 0 !important;
}
:not(.pc) .dialog-overlayer {
  width: 100% !important;
  height: 100% !important;
}
.pc .dialog-close,
.pc .dialog-back {
  width: 1.5rem;
  height: 1.5rem;
}
.pc .dialog-close > svg,
.pc .dialog-back > svg {
  transform: scale(1.5);
}
.pc .dialog-root {
  background-color: #000a;
}
.tabs-title {
  display: flex;
  flex: none;
  height: 2.5rem;
  position: relative;
  border-radius: var(--radius-lg);
  color: rgb(var(--secondary));
}
.tabs-title:not([data-type]) {
  background-color: rgb(var(--tab_nopadding) / 1);
}
.tabs-title:not([data-type]) .tabs-btn {
  border-radius: var(--radius-lg);
}
.tabs-title:not([data-type]) .tabs-indicator {
  display: none;
}
.tabs-title[data-type="inner"] {
  background-color: rgb(var(--tab_padding) / 1);
  padding: 0.25rem;
}
.tabs-title[data-type="inner"] .tabs-btn {
  border-radius: var(--radius-md);
}
.tabs-title[data-type="inner"] .tabs-indicator {
  display: none;
}
.tabs-title[data-type="indicator"] {
  border-radius: 0;
  padding: 0;
}
.tabs-title[data-type="indicator"] .tabs-btn {
  border-radius: 0;
}
.tabs-title[data-type="indicator"] .tabs-btn[aria-selected] {
  background-color: unset;
}
.tabs-indicator {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0.15rem;
  width: var(--tabs-width);
  background-color: rgb(var(--brand));
  transition: transform 0.3s;
  transform: translate(var(--tabs-indicator-position));
}
.tabs-btn {
  border-radius: var(--radius-lg);
  flex: 1;
  align-self: stretch;
  text-wrap: nowrap;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.tabs-btn[aria-selected] {
  background-color: rgb(var(--tab_selected));
  color: #fff;
  font-weight: 800;
}
.tabs-content {
  background-color: rgb(var(--layer4));
  border-radius: var(--radius-lg);
  margin-top: 0.5rem;
  display: flex;
  flex-direction: column;
}
.toast-layer {
  position: fixed;
  left: 1rem;
  right: 1rem;
  top: 1rem;
  margin-top: var(--safe-top);
  z-index: 10000;
}
.toast {
  flex: 1;
  display: flex;
  align-self: end;
  border-radius: var(--radius-xl);
  padding: 0.75rem 0.5rem;
  background-color: rgb(var(--layer2));
  color: #fff;
  background: var(--toast-bg);
  -webkit-backdrop-filter: blur(5rem);
  backdrop-filter: blur(5rem);
  margin: 0.25rem;
  box-shadow: 0 0 0.25rem #0000001a;
}
.badge {
  height: 1rem;
  line-height: 1rem;
  width: 1.5rem;
  border-radius: var(--radius-md);
  font-size: 0.75rem;
  text-align: center;
  z-index: 50;
  color: rgb(var(--primary_brand));
  font-weight: 800;
  background-color: rgb(var(--brand_alt));
}
.scroll-y {
  overflow-y: auto;
  overflow-x: hidden;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}
.scroll-bar *::-webkit-scrollbar {
  height: 0.5rem;
  width: 0.5rem;
}
.scroll-bar *::-webkit-scrollbar-track {
  background: #fff0;
}
.scroll-bar *::-webkit-scrollbar-thumb {
  background-color: #0000004d;
  border-radius: 0.25rem;
}
.scroll-x {
  overflow-y: hidden;
  overflow-x: auto;
  overscroll-behavior: contain;
}
.scroll-bar .scroll-x,
.scroll-w .scroll-y {
  scrollbar-width: thin;
  scrollbar-color: rgb(0 0 0 / 0.3) #fff0;
}
.lock-scroll {
  overflow: hidden;
}
.hide-scroll {
  scrollbar-width: none;
}
.datepicker-table {
  display: grid;
  grid-template-columns: repeat(7, auto);
  justify-content: space-between;
}
.datepicker-table > span {
  width: 2.25rem;
  height: 2.25rem;
  line-height: 2.25rem;
}
.datepicker-days-view {
  height: 26rem;
}
.datepicker-months-view {
  height: 17.5rem;
}
.datepicker-years-view,
.datepicker-decades-view {
  height: 18rem;
}
.circle-countdown {
  fill: none;
  stroke-width: 4;
  stroke-dasharray: 50.265;
  stroke-dashoffset: 50.265;
  stroke: rgb(var(--brand));
  transform: scaleX(-1) rotate(-90deg);
}
.tooltip {
  position: fixed;
  max-width: 16rem;
  overflow-wrap: break-word;
  border-radius: var(--radius-lg);
  background-color: rgb(var(--layer5) / 1);
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
}
.tooltip .bg-layer_x {
  --layer0: rgb(var(--layer4));
  --layerx: rgb(var(--layer5));
  --layer-x: rgb(var(--layer3));
}
.tooltip {
  --layer0: rgb(var(--layer5));
  --layer-x: rgb(var(--layer4));
  --layerx: rgb(var(--layer6));
  box-shadow: 0 6px 8px #00000040;
}
.tooltip-triangle {
  position: fixed;
  height: 0.5rem;
  width: 0.5rem;
  transform-origin: left;
  background-color: rgb(var(--layer5) / 1);
}
.tooltip-triangle .bg-layer_x {
  --layer0: rgb(var(--layer4));
  --layerx: rgb(var(--layer5));
  --layer-x: rgb(var(--layer3));
}
.tooltip-triangle {
  --layer0: rgb(var(--layer5));
  --layer-x: rgb(var(--layer4));
  --layerx: rgb(var(--layer6));
  top: var(--triangle-top);
  left: var(--triangle-left);
  transform: rotate(-45deg);
}
.head-shake {
  animation: headShake 0.6s ease-in-out;
}
@keyframes headShake {
  0% {
    transform: translate(0);
  }
  6.5% {
    transform: translate(-6px) rotateY(-9deg);
  }
  18.5% {
    transform: translate(5px) rotateY(7deg);
  }
  31.5% {
    transform: translate(-3px) rotateY(-5deg);
  }
  43.5% {
    transform: translate(2px) rotateY(3deg);
  }
  50% {
    transform: translate(0);
  }
}
.collapsible__content {
  animation: slideUp 0.3s ease-out;
}
.collapsible__content[data-expanded] {
  animation: slideDown 0.3s ease-out;
}
@keyframes slideDown {
  0% {
    height: 0;
  }
  to {
    height: var(--collapsible-content-height);
  }
}
@keyframes slideUp {
  0% {
    height: var(--collapsible-content-height);
  }
  to {
    height: 0;
  }
}
.table {
  width: 100%;
  table-layout: fixed;
}
.table td {
  text-align: center;
}
.table td:nth-child(1) {
  text-align: left;
}
.table td:last-child {
  text-align: right;
}
.level_nolevel {
  background: linear-gradient(79deg, #6b8bae 1.67%, #8ca5c0, #6b8bae 96.05%);
}
.level_bronze {
  background: linear-gradient(79deg, #924813 1.67%, #c28255, #924813 96.05%);
}
.level_sliver {
  background: linear-gradient(
    246deg,
    #b7b7b7 23.35%,
    #c3c3c3 49.73%,
    #7f7f7f 84.21%,
    #444 167.95%
  );
}
.level_gold {
  background: linear-gradient(79deg, #ce9b52 1.67%, #dcb884, #ce9b52 96.05%);
}
.level_platinum {
  background: linear-gradient(79deg, #8062a8 1.67%, #a28cbf, #8062a8 96.05%);
}
.level_diamond {
  background: linear-gradient(79deg, #ae6691 1.67%, #c591b0, #ae6691 96.05%);
}
button:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.button:active:not(:disabled),
.btn-like:active {
  --tw-brightness: brightness(0.95);
  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);
}
.dark .button:active:not(:disabled),
.dark .btn-like:active {
  --tw-brightness: brightness(1.05);
  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);
}
.button:active:not(:disabled),
.btn-like:active {
  filter: brightness(var(--tw-brightness));
  transform: translateY(1px);
}
.pc .pop-center {
  min-width: 26rem;
}
.pc .toast-layer {
  width: 24rem;
  left: auto;
}
.pc .input,
.pc .radio,
.pc .checkbox {
  height: 2.5rem;
}
.pc .input {
  padding-left: 0.5rem;
  padding-right: 0.1875rem;
}
.pc .radio:before,
.pc .checkbox-ico {
  width: 1.25rem;
  height: 1.25rem;
}
.pc .radio[aria-selected]:before {
  border-width: 0.3125rem;
}
.pc .checkbox-ico[aria-selected]:before {
  border-width: 0.625rem;
}
.pc .pop-title {
  height: 3rem;
}
.pc .pop-close {
  top: 0.5rem;
}
.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-like {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: manipulation;
}
.smooth-scroll {
  --snap-align: start;
  transform: translateZ(0);
  scroll-padding-inline: var(--scroll-padding-inline);
}
.smooth-scroll > * {
  scroll-snap-align: var(--snap-align);
}
.smooth-list {
  grid-template-rows: repeat(
    var(--grid-rows),
    minmax(var(--grid-row-height), 1fr)
  );
  grid-auto-columns: var(--grid-col-width);
  gap: var(--grid-gap-x);
  scroll-padding-inline: var(--grid-padding);
  padding: 0 var(--grid-padding);
}
.share-layout {
  display: grid;
  -moz-column-gap: 0.5rem;
  column-gap: 0.5rem;
  row-gap: 0.25rem;
  grid-template: "header header" "sider content" / auto 1fr;
}
@media (max-width: 640px) {
  .share-layout {
    grid-template: "header" "sider" "content";
  }
}
.share-layout-header {
  grid-area: header;
}
.share-layout-content {
  grid-area: content;
}
.share-layout-sider {
  grid-area: sider;
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.-top-1 {
  top: -0.25rem;
}
.bottom-0 {
  bottom: 0;
}
.left-0 {
  left: 0;
}
.left-1\/2 {
  left: 50%;
}
.right-0 {
  right: 0;
}
.top-0 {
  top: 0;
}
.top-1\/2 {
  top: 50%;
}
.top-16 {
  top: 4rem;
}
.z-10 {
  z-index: 10;
}
.z-30 {
  z-index: 30;
}
.z-40 {
  z-index: 40;
}
.z-50 {
  z-index: 50;
}
.z-\[1001\] {
  z-index: 1001;
}
.order-first {
  order: -9999;
}
.-m-1 {
  margin: -0.25rem;
}
.m-2 {
  margin: 0.5rem;
}
.m-3 {
  margin: 0.75rem;
}
.m-auto {
  margin: auto;
}
.-mx-3 {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.-ml-24 {
  margin-left: -6rem;
}
.-mr-1 {
  margin-right: -0.25rem;
}
.-mt-0 {
  margin-top: 0;
}
.-mt-0\.5 {
  margin-top: -0.125rem;
}
.-mt-2 {
  margin-top: -0.5rem;
}
.-mt-24 {
  margin-top: -6rem;
}
.-mt-6 {
  margin-top: -1.5rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.ml-0 {
  margin-left: 0;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-3 {
  margin-left: 0.75rem;
}
.ml-5 {
  margin-left: 1.25rem;
}
.ml-7 {
  margin-left: 1.75rem;
}
.ml-auto {
  margin-left: auto;
}
.mr-0 {
  margin-right: 0;
}
.mr-0\.5 {
  margin-right: 0.125rem;
}
.mr-1 {
  margin-right: 0.25rem;
}
.mr-1\.5 {
  margin-right: 0.375rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-3 {
  margin-right: 0.75rem;
}
.mt-0 {
  margin-top: 0;
}
.mt-0\.5 {
  margin-top: 0.125rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-14 {
  margin-top: 3.5rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-8 {
  margin-top: 2rem;
}
.block {
  display: block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.\!inline-flex {
  display: inline-flex !important;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.size-full {
  width: 100%;
  height: 100%;
}
.\!h-12 {
  height: 3rem !important;
}
.\!h-3 {
  height: 0.75rem !important;
}
.\!h-5 {
  height: 1.25rem !important;
}
.\!h-64 {
  height: 16rem !important;
}
.\!h-96 {
  height: 24rem !important;
}
.h-1 {
  height: 0.25rem;
}
.h-10 {
  height: 2.5rem;
}
.h-20 {
  height: 5rem;
}
.h-24 {
  height: 6rem;
}
.h-3 {
  height: 0.75rem;
}
.h-32 {
  height: 8rem;
}
.h-4 {
  height: 1rem;
}
.h-40 {
  height: 10rem;
}
.h-48 {
  height: 12rem;
}
.h-5 {
  height: 1.25rem;
}
.h-52 {
  height: 13rem;
}
.h-56 {
  height: 14rem;
}
.h-6 {
  height: 1.5rem;
}
.h-64 {
  height: 16rem;
}
.h-7 {
  height: 1.75rem;
}
.h-8 {
  height: 2rem;
}
.h-80 {
  height: 20rem;
}
.h-9 {
  height: 2.25rem;
}
.h-96 {
  height: 24rem;
}
.h-\[0\.125rem\] {
  height: 0.125rem;
}
.h-\[400px\] {
  height: 400px;
}
.h-\[6\.5rem\] {
  height: 6.5rem;
}
.h-\[600px\] {
  height: 600px;
}
.h-full {
  height: 100%;
}
.min-h-52 {
  min-height: 13rem;
}
.min-h-64 {
  min-height: 16rem;
}
.\!w-12 {
  width: 3rem !important;
}
.\!w-3 {
  width: 0.75rem !important;
}
.\!w-5 {
  width: 1.25rem !important;
}
.w-10 {
  width: 2.5rem;
}
.w-11 {
  width: 2.75rem;
}
.w-16 {
  width: 4rem;
}
.w-20 {
  width: 5rem;
}
.w-24 {
  width: 6rem;
}
.w-3 {
  width: 0.75rem;
}
.w-32 {
  width: 8rem;
}
.w-4 {
  width: 1rem;
}
.w-40 {
  width: 10rem;
}
.w-48 {
  width: 12rem;
}
.w-6 {
  width: 1.5rem;
}
.w-60 {
  width: 15rem;
}
.w-7 {
  width: 1.75rem;
}
.w-80 {
  width: 20rem;
}
.w-9 {
  width: 2.25rem;
}
.w-96 {
  width: 24rem;
}
.w-\[92px\] {
  width: 92px;
}
.w-full {
  width: 100%;
}
.w-max {
  width: -moz-max-content;
  width: max-content;
}
.min-w-8 {
  min-width: 2rem;
}
.min-w-9 {
  min-width: 2.25rem;
}
.min-w-full {
  min-width: 100%;
}
.max-w-28 {
  max-width: 7rem;
}
.max-w-96 {
  max-width: 24rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-none {
  flex: none;
}
.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1 {
  --tw-translate-y: -0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skew(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)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-rotate-90 {
  --tw-rotate: -90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skew(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)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-\[270deg\] {
  --tw-rotate: 270deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skew(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)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-not-allowed {
  cursor: not-allowed;
}
.cursor-pointer {
  cursor: pointer;
}
.touch-none {
  touch-action: none;
}
.touch-pan-y {
  --tw-pan-y: pan-y;
  touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom);
}
.select-none {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.snap-x {
  scroll-snap-type: x var(--tw-scroll-snap-strictness);
}
.snap-mandatory {
  --tw-scroll-snap-strictness: mandatory;
}
.grid-flow-col {
  grid-auto-flow: column;
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.flex-nowrap {
  flex-wrap: nowrap;
}
.items-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-x-1 {
  -moz-column-gap: 0.25rem;
  column-gap: 0.25rem;
}
.gap-x-\[0\.15rem\] {
  -moz-column-gap: 0.15rem;
  column-gap: 0.15rem;
}
.gap-y-\[0\.6rem\] {
  row-gap: 0.6rem;
}
.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)));
}
.self-start {
  align-self: flex-start;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-y-hidden {
  overflow-y: hidden;
}
.overflow-x-scroll {
  overflow-x: scroll;
}
.overscroll-contain {
  overscroll-behavior: contain;
}
.scroll-smooth {
  scroll-behavior: smooth;
}
.rounded,
.rounded-\[0\.25rem\] {
  border-radius: 0.25rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: var(--radius-lg);
}
.rounded-md {
  border-radius: var(--radius-md);
}
.rounded-sm {
  border-radius: var(--radius-sm);
}
.rounded-xl {
  border-radius: var(--radius-xl);
}
.rounded-l-lg {
  border-top-left-radius: var(--radius-lg);
  border-bottom-left-radius: var(--radius-lg);
}
.rounded-l-sm {
  border-top-left-radius: var(--radius-sm);
  border-bottom-left-radius: var(--radius-sm);
}
.rounded-r-lg {
  border-top-right-radius: var(--radius-lg);
  border-bottom-right-radius: var(--radius-lg);
}
.rounded-r-sm {
  border-top-right-radius: var(--radius-sm);
  border-bottom-right-radius: var(--radius-sm);
}
.border {
  border-width: 1px;
}
.border-0 {
  border-width: 0;
}
.border-b {
  border-bottom-width: 1px;
}
.border-r-2 {
  border-right-width: 2px;
}
.border-solid {
  border-style: solid;
}
.border-brand {
  border-color: rgb(var(--brand) / 1);
}
.border-error {
  border-color: rgb(var(--error));
}
.border-input {
  border-color: rgb(var(--input) / 1);
}
.border-success {
  border-color: rgb(var(--success));
}
.bg-\[\#4583ca\] {
  background-color: #4583ca;
}
.bg-\[\#826ee166\] {
  background-color: #826ee166;
}
.bg-\[\#bf6ba2\] {
  background-color: #bf6ba2;
}
.bg-\[\#f4581f\] {
  background-color: #f4581f;
}
.bg-\[\#fff\] {
  background-color: #fff;
}
.bg-brand {
  background-color: rgb(var(--brand) / 1);
}
.bg-brand\/30 {
  background-color: rgb(var(--brand) / 0.3);
}
.bg-brand\/70 {
  background-color: rgb(var(--brand) / 0.7);
}
.bg-brand_alt {
  background-color: rgb(var(--brand_alt));
}
.bg-brand_secondary {
  background-color: rgb(var(--brand_secondary) / 1);
}
.bg-button_bright {
  background-color: var(--Button-BrightBg);
}
.bg-error {
  background-color: rgb(var(--error));
}
.bg-error\/10 {
  background-color: rgb(var(--error) / 0.1);
}
.bg-error\/30 {
  background-color: rgb(var(--error) / 0.3);
}
.bg-error\/70 {
  background-color: rgb(var(--error) / 0.7);
}
.bg-layer0 {
  background-color: var(--layer0);
}
.bg-layer2 {
  background-color: rgb(var(--layer2));
}
.bg-layer4 {
  background-color: rgb(var(--layer4) / 1);
}
.bg-layer5 {
  background-color: rgb(var(--layer5));
}
.bg-layer5-table {
  background-color: rgb(var(--layer5-table) / 1);
}
.bg-layer6 {
  background-color: rgb(var(--layer6));
}
.bg-primary {
  background-color: rgb(var(--primary) / 1);
}
.bg-quarterary {
  background-color: rgb(var(--quarterary));
}
.bg-success {
  background-color: rgb(var(--success) / 1);
}
.bg-success\/10 {
  background-color: rgb(var(--success) / 0.1);
}
.bg-warning {
  background-color: rgb(var(--warning));
}
.bg-warning\/10 {
  background-color: rgb(var(--warning) / 0.1);
}
.bg-warning\/30 {
  background-color: rgb(var(--warning) / 0.3);
}
.bg-warning\/70 {
  background-color: rgb(var(--warning) / 0.7);
}
.bg-white_alpha5 {
  background-color: #ffffff0d;
}
.fill-\[\#0f62fe\] {
  fill: #0f62fe;
}
.stroke-brand {
  stroke: rgb(var(--brand));
}
.p-1 {
  padding: 0.25rem;
}
.p-10 {
  padding: 2.5rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-20 {
  padding: 5rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.py-0 {
  padding-top: 0;
  padding-bottom: 0;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-\[0\.125rem\] {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.pl-3 {
  padding-left: 0.75rem;
}
.pr-1 {
  padding-right: 0.25rem;
}
.pr-1\.5 {
  padding-right: 0.375rem;
}
.pr-3 {
  padding-right: 0.75rem;
}
.pt-10 {
  padding-top: 2.5rem;
}
.text-center {
  text-align: center;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-5xl {
  font-size: 3rem;
  line-height: 1;
}
.text-8xl {
  font-size: 6rem;
  line-height: 1;
}
.text-9xl {
  font-size: 8rem;
  line-height: 1;
}
.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-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.font-extrabold {
  font-weight: 800;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.leading-10 {
  line-height: 2.5rem;
}
.leading-5 {
  line-height: 1.25rem;
}
.leading-8 {
  line-height: 2rem;
}
.leading-9 {
  line-height: 2.25rem;
}
.text-error {
  color: rgb(var(--error) / 1);
}
.text-primary {
  color: #fff;
}
.text-primary_brand {
  color: rgb(var(--primary_brand) / 1);
}
.text-quarterary {
  color: rgb(var(--quarterary));
}
.text-secondary {
  color: rgb(var(--secondary) / 1);
}
.text-success {
  color: rgb(var(--success));
}
.text-warning {
  color: rgb(var(--warning) / 1);
}
.opacity-25 {
  opacity: 0.25;
}
.opacity-75 {
  opacity: 0.75;
}
.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-black {
  --tw-shadow-color: #000;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-black\/20 {
  --tw-shadow-color: rgb(0 0 0 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.outline-none {
  outline: 2px solid #fff0;
  outline-offset: 2px;
}
.blur {
  --tw-blur: blur(8px);
  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);
}
.transition {
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
    -webkit-backdrop-filter;
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
    backdrop-filter;
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
    backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 0.15s;
}
.transition-all {
  transition-property: all;
  transition-duration: 0.15s;
}
.duration-300 {
  transition-duration: 0.3s;
}
.ease-out {
  transition-timing-function: cubic-bezier(0.36, 0.66, 0.04, 1);
}
html:not(.dark) .light-layer3-tabs {
  background-color: rgb(var(--layer5) / 1);
}
html:not(.dark) .light-layer3-tabs .bg-layer_x {
  --layer0: rgb(var(--layer4));
  --layerx: rgb(var(--layer5));
  --layer-x: rgb(var(--layer3));
}
html:not(.dark) .light-layer3-tabs {
  --layer0: rgb(var(--layer5));
  --layer-x: rgb(var(--layer4));
  --layerx: rgb(var(--layer6));
}
html:not(.dark) .light-layer3-tabs > button[data-selected],
html:not(.dark) .light-layer3-tabs > button[aria-selected="true"] {
  background-color: rgb(var(--layer3) / 1);
}
html:not(.dark) .light-layer3-tabs > button[data-selected] .bg-layer_x,
html:not(.dark) .light-layer3-tabs > button[aria-selected="true"] .bg-layer_x {
  --layer0: rgb(var(--layer2));
  --layerx: rgb(var(--layer3));
  --layer-x: rgb(var(--layer1));
}
html:not(.dark) .light-layer3-tabs > button[data-selected],
html:not(.dark) .light-layer3-tabs > button[aria-selected="true"] {
  --layer0: rgb(var(--layer3));
  --layerx: rgb(var(--layer4));
  --layer-x: rgb(var(--layer2));
}
@media (hover: hover) and (pointer: fine) and (min-width: 640px) {
  html:not(.dark) .light-layer3-tabs > button[data-selected]:hover,
  html:not(.dark) .light-layer3-tabs > button[aria-selected="true"]:hover {
    --tw-brightness: brightness(1.1);
    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);
  }
}
html:not(.dark) .light-layer2-tabs {
  background-color: rgb(var(--layer3) / 1);
}
html:not(.dark) .light-layer2-tabs .bg-layer_x {
  --layer0: rgb(var(--layer2));
  --layerx: rgb(var(--layer3));
  --layer-x: rgb(var(--layer1));
}
html:not(.dark) .light-layer2-tabs {
  --layer0: rgb(var(--layer3));
  --layerx: rgb(var(--layer4));
  --layer-x: rgb(var(--layer2));
}
html:not(.dark) .light-layer2-tabs > button[data-selected],
html:not(.dark) .light-layer2-tabs > .active-tab-group,
html:not(.dark) .light-layer2-tabs > button[aria-selected="true"] {
  background-color: rgb(var(--layer5) / 1);
}
html:not(.dark) .light-layer2-tabs > button[data-selected] .bg-layer_x,
html:not(.dark) .light-layer2-tabs > .active-tab-group .bg-layer_x,
html:not(.dark) .light-layer2-tabs > button[aria-selected="true"] .bg-layer_x {
  --layer0: rgb(var(--layer4));
  --layerx: rgb(var(--layer5));
  --layer-x: rgb(var(--layer3));
}
html:not(.dark) .light-layer2-tabs > button[data-selected],
html:not(.dark) .light-layer2-tabs > .active-tab-group,
html:not(.dark) .light-layer2-tabs > button[aria-selected="true"] {
  --layer0: rgb(var(--layer5));
  --layer-x: rgb(var(--layer4));
  --layerx: rgb(var(--layer6));
}
@media (hover: hover) and (pointer: fine) and (min-width: 640px) {
  html:not(.dark) .light-layer2-tabs > button[data-selected]:hover,
  html:not(.dark) .light-layer2-tabs > .active-tab-group:hover,
  html:not(.dark) .light-layer2-tabs > button[aria-selected="true"]:hover {
    --tw-brightness: brightness(0.95);
    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);
  }
}
html {
  --darkness-3: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.03) 0%,
    rgba(0, 0, 0, 0.03) 100%
  );
  --darkness-5: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.05) 0%,
    rgba(0, 0, 0, 0.05) 100%
  );
  --lightness-3: linear-gradient(
    0deg,
    rgba(255, 255, 255, 0.03) 0%,
    rgba(255, 255, 255, 0.03) 100%
  );
  --lightness-5: linear-gradient(
    0deg,
    rgba(255, 255, 255, 0.05) 0%,
    rgba(255, 255, 255, 0.05) 100%
  );
}
html:not(.dark) .light-darkness,
html:not(.dark) .fix-light-hover.scroll-target,
html:not(.dark) .select-item[aria-selected="true"] {
  background-image: var(--darkness-5);
}
html:not(.dark) .select-item:hover,
html:not(.dark) .fix-light-hover:hover {
  background-image: var(--darkness-3);
}
html:not(.dark) .select-item:active,
html:not(.dark) .fix-light-hover:active {
  background-image: var(--darkness-5);
}
@media (hover: hover) and (pointer: fine) and (min-width: 640px) {
  .button:hover:not(:disabled, .button-input),
  .btn-like:not([aria-selected], :disabled):hover {
    --tw-brightness: brightness(0.95);
    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);
  }
  .dark .button:hover:not(:disabled, .button-input),
  .dark .btn-like:not([aria-selected], :disabled):hover {
    --tw-brightness: brightness(1.05);
    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);
  }
  .dark .select-item:hover,
  .dark .fix-light-hover:hover {
    background-image: var(--lightness-3);
  }
  .dark .select-item:active,
  .dark .fix-light-hover:active {
    background-image: var(--lightness-5);
  }
  html:not(.dark) .select-item:hover,
  html:not(.dark) .fix-light-hover:hover {
    background-image: var(--darkness-3);
  }
  html:not(.dark) .select-item:active,
  html:not(.dark) .fix-light-hover:active {
    background-image: var(--darkness-5);
  }
}
.page-header {
  box-sizing: content-box;
  border-top: var(--safe-top) solid #fff0;
  height: var(--header);
}
.safe-margin,
body {
  margin-top: var(--safe-top);
  margin-bottom: var(--safe-bottom);
}
.-pt-safe {
  margin-top: calc(0px - var(--safe-top));
}
.pt-content {
  padding-top: calc(var(--header) + var(--safe-top));
}
.-mt-content {
  margin-top: calc(0px - var(--safe-top) - var(--header)) !important;
}
@media (display-mode: standalone) {
  :root {
    --safe-top: env(safe-area-inset-top, 0px);
    --safe-bottom: env(safe-area-inset-bottom, 0px);
  }
}
@font-face {
  font-family: avertastd;
  src: url(/assets/avertastd-semibold-BC-LINeP.woff2) format("woff2"),
    url(/assets/avertastd-semibold-DgrKQrq3.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: avertastd;
  src: url(/assets/avertastd-semibold-BC-LINeP.woff2) format("woff2"),
    url(/assets/avertastd-semibold-DgrKQrq3.woff) format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: avertastd;
  src: url(/assets/avertastd-extrabold-BtYeKIE6.woff2) format("woff2"),
    url(/assets/avertastd-extrabold-B7Ukj2d3.woff) format("woff");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: mono;
  src: url(/assets/avertastd-mono-extrabold-2-Tg6n77.woff2) format("woff2"),
    url(/assets/avertastd-mono-extrabold-CtXehiD0.woff) format("woff");
  unicode-range: U+0030-0039, U+002E, U+002C, U+00D7, U+002B, U+002D, U+003A;
}
html,
body {
  height: 100%;
}
.page-content {
  transform-origin: 50% 50vh;
  padding-top: var(--header);
  padding-bottom: calc(var(--footer) + var(--safe-bottom));
}
.page-content > :first-child {
  margin-top: 1rem;
}
.page-content > :last-child {
  margin-bottom: 1rem;
}
.page-bg {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: -1;
  height: 60vh;
}
.banner-bg {
  background-image: linear-gradient(
    to bottom,
    transparent,
    rgb(var(--layer2)) 20rem
  );
}
.alpha-layer4 {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--layer4) / var(--tw-bg-opacity));
}
.pop-middle {
  left: 50%;
  top: 50%;
}
.pop-prev.pop-middle,
.pop-enter.pop-middle,
.pop-exit-to.pop-middle {
  transform: scale3d(0.8, 0.8, 0.8);
  opacity: 0;
}
button.gradient-button {
  font-size: 1rem;
  font-weight: 800;
  color: #090909;
  border-radius: 0.5rem;
  background-image: linear-gradient(90deg, #23ee88 22.99%, #9fe871 103.87%);
}
@keyframes marquee {
  0% {
    transform: translate(0);
  }
  to {
    transform: translate(var(--marquee-end));
  }
}
.marquee {
  --marquee-end: -100%;
  --marquee-duration: 1s;
  animation: marquee var(--marquee-duration) linear infinite;
}
.sports-dont {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  display: inline-block;
  background-color: #fff;
}
.hidden-scroll-bar {
  scrollbar-width: none;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
}
.hidden-scroll-bar::-webkit-scrollbar {
  width: 0 !important;
}
.tab-sports-icon > svg {
  transform: scale(0.75);
  fill: rgb(var(--secondary));
}
.sports-active-tab {
  background: rgb(var(--tab_selected));
}
.sports-active-tab svg {
  fill: rgb(var(--brand));
}
.sports-active-tab span {
  color: #fff;
  font-weight: 700;
}
.sports-banner-match-icon svg {
  fill: rgb(var(--secondary));
  width: auto;
  height: 3rem;
}
.sports-search-match-icon svg {
  width: 3rem;
  height: 3rem;
  fill: rgb(var(--secondary));
}
.sports-search-match-icon img {
  width: 90%;
  height: auto;
}
.sports-search-tournament-icon svg {
  width: 2rem;
  height: 2rem;
  fill: rgb(var(--secondary));
}
.header {
  background-color: rgb(var(--layer3));
  position: fixed;
  height: 3.75rem;
  left: 0;
  right: 0;
  top: 0;
  z-index: 101;
  display: flex;
  align-items: center;
}
.border-safe-top {
  border-top: var(--safe-top) solid #fff0;
}
.border-safe-bottom {
  border-bottom: var(--safe-bottom) solid #fff0;
}
.dropdown-layer.currency-select {
  width: 24rem;
  height: 36rem;
  min-height: 36rem;
}
.currency-select .icon {
  width: 1.25rem;
  height: 1.25rem;
}
.offline-tip {
  position: fixed;
  width: 22.5rem;
  top: 8.75rem;
  z-index: 200;
  left: 50%;
  transform: translate(-50%);
}
.explore-content .explore-show {
  display: block;
}
@media screen and (min-width: 645px) {
  .cookie-tip {
    left: 2rem;
    bottom: 2rem;
    width: auto;
  }
  .sidebar {
    position: fixed;
    width: 15rem;
    left: 0;
    top: 3.75rem;
    bottom: 0;
    z-index: 100;
    transition: all 0.2s;
    background-color: rgb(var(--layer3));
  }
  .side-fold .sidebar {
    width: 4.5rem;
    .bc-token-entry {
      display: none;
    }
  }
  .explore {
    position: fixed;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    z-index: 9999;
    overflow: hidden;
  }
  .chat-notice {
    position: fixed;
    width: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition: all 0.2s;
    overflow: hidden;
    z-index: 102;
    box-shadow: -2px 0 4px #0000000d;
  }
  .explore-open .explore {
    width: 100%;
    height: 100%;
  }
  .side-fold #root {
    margin-left: 72px;
  }
  .side-unfold #root {
    margin-left: 240px;
  }
  .chat-fold #root {
    margin-right: 0;
  }
  .chat-unfold .chat-notice {
    width: 380px;
  }
  .chat-unfold #root {
    margin-right: 380px;
  }
  .side-fold.in-game #root {
    margin-left: 128px;
  }
  .side-unfold.in-game #root {
    margin-left: 296px;
  }
}
.kenya-tab {
  display: flex;
  height: 2.5rem;
  scroll-snap-align: start;
  align-items: center;
  justify-content: center;
  border-radius: 0.75rem;
  background-color: rgb(var(--layer2));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s;
  cursor: pointer;
}
.kenya-tab .icon {
  width: 1.25rem;
  height: 1.25rem;
}
.kenya-tab .icon svg {
  width: 100%;
  height: 100%;
}
.arrow-right {
  width: 0;
  height: 0;
  border-top: 3px solid #fff0;
  border-bottom: 3px solid #fff0;
  border-left: 4px solid #fff;
}
.kenya-table-row {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  color: rgb(var(--secondary));
  cursor: pointer;
}
.kenya-table-row .box-wrap .mk-name {
  white-space: nowrap;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
}
.kenya-table-row .box-wrap .mk-name .mk-sp {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.kenya-table-row .box-wrap .mk-name .mk-sp > div {
  width: 33.3%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.kenya-table-row .box-item {
  padding: 0 1rem;
  margin-right: 0.25rem;
  min-width: 3.5rem;
  height: 100%;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: rgb(var(--layer4));
}
.kenya-table-row .box {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.kenya-table-row .box div {
  flex: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.kenya-table-row .column {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
.kenya-table-row .box-1 {
  width: 11.25rem;
  min-width: 11.25rem;
}
.kenya-table-row .box-1 span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.kenya-table-row .box-1 .name-bar {
  display: flex;
  width: 100%;
}
.kenya-table-row .box-1 .name-bar .name {
  width: 8.75rem;
}
.kenya-table-row .box-1 .name-bar .score {
  width: 1.25rem;
}
.kenya-table-row .box-2 {
  width: 11.25rem;
  min-width: 11.25rem;
}
.kenya-table-row .box-3 {
  width: 16.875rem;
  min-width: 16.875rem;
}
.kenya-table-row .box-4 {
  width: 26.25rem;
  flex: auto;
}
.kenya-table-row svg,
.kenya-table-row .match-icon-wrap img {
  fill: #fff;
  width: 1.25rem;
  height: auto;
}
@media (min-width: 645px) and (max-width: 1536px) {
  .chat-unfold #root {
    margin-right: 0;
  }
}
.footer-bg {
  --footer-bg: #fbfbfb;
  background: var(--footer-bg);
}
html .footer-bg {
  --footer-bg: #1e2121;
  background: var(--footer-bg);
}
.smooth-scroll {
  --scrollbar-width: 0;
}
.feedback-html > .other-info {
  display: none;
}
.feedback-html > h2 {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  color: rgb(var(--primary) / 1);
}
.feedback-html > p {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: rgb(var(--secondary));
}
.feedback-html-details h2 {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  color: rgb(var(--primary) / 1);
}
.feedback-html-details p,
.feedback-html-details ul {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: rgb(var(--secondary) / 1);
}
.pointer-events-none {
  pointer-events: none;
}
.sticky {
  position: sticky;
}
.inset-0 {
  inset: 0;
}
.-bottom-2 {
  bottom: -0.5rem;
}
.-bottom-3 {
  bottom: -0.75rem;
}
.-bottom-4 {
  bottom: -1rem;
}
.-left-0 {
  left: 0;
}
.-left-0\.5 {
  left: -0.125rem;
}
.-left-1 {
  left: -0.25rem;
}
.-left-2 {
  left: -0.5rem;
}
.-right-0 {
  right: 0;
}
.-right-0\.5 {
  right: -0.125rem;
}
.-top-0 {
  top: 0;
}
.-top-0\.5 {
  top: -0.125rem;
}
.-top-2 {
  top: -0.5rem;
}
.-top-3 {
  top: -0.75rem;
}
.-top-4 {
  top: -1rem;
}
.bottom-1 {
  bottom: 0.25rem;
}
.bottom-12 {
  bottom: 3rem;
}
.bottom-14 {
  bottom: 3.5rem;
}
.bottom-15 {
  bottom: 3.75rem;
}
.bottom-16 {
  bottom: 4rem;
}
.bottom-18 {
  bottom: 4.5rem;
}
.bottom-2 {
  bottom: 0.5rem;
}
.bottom-3 {
  bottom: 0.75rem;
}
.bottom-32 {
  bottom: 8rem;
}
.bottom-5 {
  bottom: 1.25rem;
}
.left-1 {
  left: 0.25rem;
}
.left-1\.5 {
  left: 0.375rem;
}
.left-10 {
  left: 2.5rem;
}
.left-2 {
  left: 0.5rem;
}
.left-2\/4 {
  left: 50%;
}
.left-24 {
  left: 6rem;
}
.left-3 {
  left: 0.75rem;
}
.left-4 {
  left: 1rem;
}
.left-40 {
  left: 10rem;
}
.left-5 {
  left: 1.25rem;
}
.left-72 {
  left: 18rem;
}
.left-80 {
  left: 20rem;
}
.left-\[1\.5\%\] {
  left: 1.5%;
}
.left-\[50\%\] {
  left: 50%;
}
.left-\[76px\] {
  left: 76px;
}
.left-\[8\%\] {
  left: 8%;
}
.left-full {
  left: 100%;
}
.right-1 {
  right: 0.25rem;
}
.right-1\.5 {
  right: 0.375rem;
}
.right-2 {
  right: 0.5rem;
}
.right-2\.5 {
  right: 0.625rem;
}
.right-24 {
  right: 6rem;
}
.right-3 {
  right: 0.75rem;
}
.right-4 {
  right: 1rem;
}
.right-40 {
  right: 10rem;
}
.right-6 {
  right: 1.5rem;
}
.right-72 {
  right: 18rem;
}
.right-80 {
  right: 20rem;
}
.right-\[2\%\] {
  right: 2%;
}
.top-1 {
  top: 0.25rem;
}
.top-1\.5 {
  top: 0.375rem;
}
.top-14 {
  top: 3.5rem;
}
.top-15 {
  top: 3.75rem;
}
.top-18 {
  top: 4.5rem;
}
.top-2 {
  top: 0.5rem;
}
.top-2\.5 {
  top: 0.625rem;
}
.top-2\/4 {
  top: 50%;
}
.top-3 {
  top: 0.75rem;
}
.top-3\.5 {
  top: 0.875rem;
}
.top-4 {
  top: 1rem;
}
.top-\[5\%\] {
  top: 5%;
}
.top-\[50\%\] {
  top: 50%;
}
.top-\[53\%\] {
  top: 53%;
}
.top-\[60\%\] {
  top: 60%;
}
.top-auto {
  top: auto;
}
.top-full {
  top: 100%;
}
.-z-10 {
  z-index: -10;
}
.z-0 {
  z-index: 0;
}
.z-100 {
  z-index: 100;
}
.z-1000 {
  z-index: 1000;
}
.z-20 {
  z-index: 20;
}
.z-200 {
  z-index: 200;
}
.z-\[101\] {
  z-index: 101;
}
.z-\[112\] {
  z-index: 112;
}
.z-\[99\] {
  z-index: 99;
}
.-order-1 {
  order: -1;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.col-span-full {
  grid-column: 1 / -1;
}
.col-start-1 {
  grid-column-start: 1;
}
.\!my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.-mx-1 {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}
.-mx-1\.5 {
  margin-left: -0.375rem;
  margin-right: -0.375rem;
}
.-mx-4 {
  margin-left: -1rem;
  margin-right: -1rem;
}
.-mx-6 {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
.-my-1 {
  margin-top: -0.25rem;
  margin-bottom: -0.25rem;
}
.-my-1\.5 {
  margin-top: -0.375rem;
  margin-bottom: -0.375rem;
}
.mx-1\.5 {
  margin-left: 0.375rem;
  margin-right: 0.375rem;
}
.mx-10 {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.\!mb-0 {
  margin-bottom: 0 !important;
}
.\!ml-0 {
  margin-left: 0 !important;
}
.-mb-1 {
  margin-bottom: -0.25rem;
}
.-mb-4 {
  margin-bottom: -1rem;
}
.-ml-0 {
  margin-left: 0;
}
.-ml-0\.5 {
  margin-left: -0.125rem;
}
.-ml-1 {
  margin-left: -0.25rem;
}
.-ml-2 {
  margin-left: -0.5rem;
}
.-ml-3 {
  margin-left: -0.75rem;
}
.-ml-4 {
  margin-left: -1rem;
}
.-ml-5 {
  margin-left: -1.25rem;
}
.-mt-10 {
  margin-top: -2.5rem;
}
.-mt-15 {
  margin-top: -3.75rem;
}
.-mt-3 {
  margin-top: -0.75rem;
}
.-mt-4 {
  margin-top: -1rem;
}
.-mt-40 {
  margin-top: -10rem;
}
.mb-1\.5 {
  margin-bottom: 0.375rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-7 {
  margin-bottom: 1.75rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.ml-0\.5 {
  margin-left: 0.125rem;
}
.ml-1 {
  margin-left: 0.25rem;
}
.ml-1\.5 {
  margin-left: 0.375rem;
}
.ml-4 {
  margin-left: 1rem;
}
.ml-6 {
  margin-left: 1.5rem;
}
.mr-2\.5 {
  margin-right: 0.625rem;
}
.mr-4 {
  margin-right: 1rem;
}
.mr-auto {
  margin-right: auto;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-1\.5 {
  margin-top: 0.375rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-15 {
  margin-top: 3.75rem;
}
.mt-2\.5 {
  margin-top: 0.625rem;
}
.mt-20 {
  margin-top: 5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-9 {
  margin-top: 2.25rem;
}
.mt-auto {
  margin-top: auto;
}
.\!block {
  display: block !important;
}
.inline-block {
  display: inline-block;
}
.inline-flex {
  display: inline-flex;
}
.contents {
  display: contents;
}
.aspect-\[1\.7\] {
  aspect-ratio: 1.7;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.size-0 {
  width: 0;
  height: 0;
}
.size-10 {
  width: 2.5rem;
  height: 2.5rem;
}
.size-12 {
  width: 3rem;
  height: 3rem;
}
.size-14 {
  width: 3.5rem;
  height: 3.5rem;
}
.size-16 {
  width: 4rem;
  height: 4rem;
}
.size-2 {
  width: 0.5rem;
  height: 0.5rem;
}
.size-2\.5 {
  width: 0.625rem;
  height: 0.625rem;
}
.size-3 {
  width: 0.75rem;
  height: 0.75rem;
}
.size-4 {
  width: 1rem;
  height: 1rem;
}
.size-4\.5 {
  width: 1.125rem;
  height: 1.125rem;
}
.size-5 {
  width: 1.25rem;
  height: 1.25rem;
}
.size-6 {
  width: 1.5rem;
  height: 1.5rem;
}
.size-7 {
  width: 1.75rem;
  height: 1.75rem;
}
.size-8 {
  width: 2rem;
  height: 2rem;
}
.size-\[0\.875rem\] {
  width: 0.875rem;
  height: 0.875rem;
}
.\!h-10 {
  height: 2.5rem !important;
}
.\!h-4 {
  height: 1rem !important;
}
.\!h-4\.5 {
  height: 1.125rem !important;
}
.h-0 {
  height: 0;
}
.h-1\.5 {
  height: 0.375rem;
}
.h-11 {
  height: 2.75rem;
}
.h-12 {
  height: 3rem;
}
.h-14 {
  height: 3.5rem;
}
.h-15 {
  height: 3.75rem;
}
.h-16 {
  height: 4rem;
}
.h-18 {
  height: 4.5rem;
}
.h-2 {
  height: 0.5rem;
}
.h-28 {
  height: 7rem;
}
.h-36 {
  height: 9rem;
}
.h-4\.5 {
  height: 1.125rem;
}
.h-44 {
  height: 11rem;
}
.h-60 {
  height: 15rem;
}
.h-72 {
  height: 18rem;
}
.h-\[100vh\] {
  height: 100vh;
}
.h-\[120\%\] {
  height: 120%;
}
.h-\[18px\] {
  height: 18px;
}
.h-\[1px\] {
  height: 1px;
}
.h-\[30rem\] {
  height: 30rem;
}
.h-\[31\.25rem\] {
  height: 31.25rem;
}
.h-\[33rem\] {
  height: 33rem;
}
.h-\[4\.25rem\] {
  height: 4.25rem;
}
.h-\[40\%\] {
  height: 40%;
}
.h-\[70\%\] {
  height: 70%;
}
.h-\[80\%\] {
  height: 80%;
}
.h-\[80vh\] {
  height: 80vh;
}
.h-\[84vh\] {
  height: 84vh;
}
.h-\[90\%\] {
  height: 90%;
}
.h-\[90vh\] {
  height: 90vh;
}
.h-\[96\%\] {
  height: 96%;
}
.h-auto {
  height: auto;
}
.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}
.h-screen {
  height: 100vh;
}
.min-h-0 {
  min-height: 0;
}
.min-h-15 {
  min-height: 3.75rem;
}
.min-h-18 {
  min-height: 4.5rem;
}
.min-h-24 {
  min-height: 6rem;
}
.min-h-40 {
  min-height: 10rem;
}
.min-h-44 {
  min-height: 11rem;
}
.min-h-8 {
  min-height: 2rem;
}
.min-h-96 {
  min-height: 24rem;
}
.min-h-\[100vh\] {
  min-height: 100vh;
}
.min-h-\[70vh\] {
  min-height: 70vh;
}
.min-h-\[80vh\] {
  min-height: 80vh;
}
.min-h-full {
  min-height: 100%;
}
.\!w-4 {
  width: 1rem !important;
}
.\!w-4\.5 {
  width: 1.125rem !important;
}
.w-0 {
  width: 0;
}
.w-1 {
  width: 0.25rem;
}
.w-1\.5 {
  width: 0.375rem;
}
.w-1\/2 {
  width: 50%;
}
.w-1\/3 {
  width: 33.333333%;
}
.w-1\/5 {
  width: 20%;
}
.w-11\/12 {
  width: 91.666667%;
}
.w-12 {
  width: 3rem;
}
.w-14 {
  width: 3.5rem;
}
.w-15 {
  width: 3.75rem;
}
.w-18 {
  width: 4.5rem;
}
.w-2 {
  width: 0.5rem;
}
.w-2\/3 {
  width: 66.666667%;
}
.w-2\/5 {
  width: 40%;
}
.w-28 {
  width: 7rem;
}
.w-36 {
  width: 9rem;
}
.w-4\.5 {
  width: 1.125rem;
}
.w-44 {
  width: 11rem;
}
.w-5 {
  width: 1.25rem;
}
.w-52 {
  width: 13rem;
}
.w-56 {
  width: 14rem;
}
.w-64 {
  width: 16rem;
}
.w-72 {
  width: 18rem;
}
.w-8 {
  width: 2rem;
}
.w-\[0px\] {
  width: 0;
}
.w-\[118\%\] {
  width: 118%;
}
.w-\[1px\] {
  width: 1px;
}
.w-\[256px\] {
  width: 256px;
}
.w-\[30\%\] {
  width: 30%;
}
.w-\[30rem\] {
  width: 30rem;
}
.w-\[32\%\] {
  width: 32%;
}
.w-\[33rem\] {
  width: 33rem;
}
.w-\[380px\] {
  width: 380px;
}
.w-\[40px\] {
  width: 40px;
}
.w-\[5\.3\%\] {
  width: 5.3%;
}
.w-\[5\.68rem\] {
  width: 5.68rem;
}
.w-\[72px\] {
  width: 72px;
}
.w-auto {
  width: auto;
}
.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}
.w-screen {
  width: 100vw;
}
.min-w-24 {
  min-width: 6rem;
}
.min-w-\[3\.75rem\] {
  min-width: 3.75rem;
}
.max-w-100 {
  max-width: 25rem;
}
.max-w-24 {
  max-width: 6rem;
}
.max-w-300 {
  max-width: 75rem;
}
.max-w-36 {
  max-width: 9rem;
}
.max-w-40 {
  max-width: 10rem;
}
.max-w-52 {
  max-width: 13rem;
}
.max-w-60 {
  max-width: 15rem;
}
.max-w-8 {
  max-width: 2rem;
}
.max-w-80 {
  max-width: 20rem;
}
.max-w-\[1000px\] {
  max-width: 1000px;
}
.max-w-\[1248px\] {
  max-width: 1248px;
}
.max-w-\[320px\] {
  max-width: 320px;
}
.max-w-\[37\.5rem\] {
  max-width: 37.5rem;
}
.max-w-\[50\%\] {
  max-width: 50%;
}
.max-w-\[500px\] {
  max-width: 500px;
}
.max-w-\[640px\] {
  max-width: 640px;
}
.max-w-full {
  max-width: 100%;
}
.max-w-screen-2xl {
  max-width: 1536px;
}
.flex-2 {
  flex: 2 2 0%;
}
.flex-3 {
  flex: 3 3 0%;
}
.flex-\[300px\] {
  flex: 300px;
}
.flex-auto {
  flex: 1 1 auto;
}
.flex-shrink {
  flex-shrink: 1;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.shrink {
  flex-shrink: 1;
}
.shrink-0 {
  flex-shrink: 0;
}
.flex-grow {
  flex-grow: 1;
}
.flex-grow-0 {
  flex-grow: 0;
}
.basis-1\/2 {
  flex-basis: 50%;
}
.basis-56 {
  flex-basis: 14rem;
}
.basis-\[34rem\] {
  flex-basis: 34rem;
}
.basis-full {
  flex-basis: 100%;
}
.border-collapse {
  border-collapse: collapse;
}
.origin-top {
  transform-origin: top;
}
.-translate-x-2\/4,
.-translate-x-\[50\%\] {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2,
.-translate-y-2\/4 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-\[-22\%\] {
  --tw-translate-x: -22%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-1\/2 {
  --tw-translate-y: 50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-\[-50\%\] {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-90 {
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-\[-42deg\] {
  --tw-rotate: -42deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-150 {
  --tw-scale-x: 1.5;
  --tw-scale-y: 1.5;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-90 {
  --tw-scale-x: 0.9;
  --tw-scale-y: 0.9;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-\[1\.8\] {
  --tw-scale-x: 1.8;
  --tw-scale-y: 1.8;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-\[2\] {
  --tw-scale-x: 2;
  --tw-scale-y: 2;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-\[3\] {
  --tw-scale-x: 3;
  --tw-scale-y: 3;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-scale-x-100 {
  --tw-scale-x: -1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.animate-none {
  animation: none;
}
@keyframes ping {
  75%,
  to {
    transform: scale(2);
    opacity: 0;
  }
}
.animate-ping {
  animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.animate-spin {
  animation: spin 1s linear infinite;
}
.resize-none {
  resize: none;
}
.snap-start {
  scroll-snap-align: start;
}
.list-decimal {
  list-style-type: decimal;
}
.list-disc {
  list-style-type: disc;
}
.grid-flow-row {
  grid-auto-flow: row;
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-rows-2 {
  grid-template-rows: repeat(2, minmax(0, 1fr));
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-stretch {
  align-items: stretch;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-around {
  justify-content: space-around;
}
.gap-0 {
  gap: 0;
}
.gap-0\.5 {
  gap: 0.125rem;
}
.gap-11 {
  gap: 2.75rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-7 {
  gap: 1.75rem;
}
.gap-\[0\.125rem\] {
  gap: 0.125rem;
}
.gap-x-1\.5 {
  -moz-column-gap: 0.375rem;
  column-gap: 0.375rem;
}
.gap-x-10 {
  -moz-column-gap: 2.5rem;
  column-gap: 2.5rem;
}
.gap-x-2 {
  -moz-column-gap: 0.5rem;
  column-gap: 0.5rem;
}
.gap-x-3 {
  -moz-column-gap: 0.75rem;
  column-gap: 0.75rem;
}
.gap-x-4 {
  -moz-column-gap: 1rem;
  column-gap: 1rem;
}
.gap-x-6 {
  -moz-column-gap: 1.5rem;
  column-gap: 1.5rem;
}
.gap-x-8 {
  -moz-column-gap: 2rem;
  column-gap: 2rem;
}
.gap-y-1 {
  row-gap: 0.25rem;
}
.gap-y-10 {
  row-gap: 2.5rem;
}
.gap-y-2 {
  row-gap: 0.5rem;
}
.gap-y-3 {
  row-gap: 0.75rem;
}
.gap-y-4 {
  row-gap: 1rem;
}
.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));
}
.divide-x > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0;
  border-right-width: calc(1px * var(--tw-divide-x-reverse));
  border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
}
.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
.divide-third > :not([hidden]) ~ :not([hidden]) {
  border-color: var(--third);
}
.divide-white_alpha5 > :not([hidden]) ~ :not([hidden]) {
  border-color: #ffffff0d;
}
.overflow-auto {
  overflow: auto;
}
.text-ellipsis {
  text-overflow: ellipsis;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.whitespace-pre-line {
  white-space: pre-line;
}
.whitespace-pre-wrap {
  white-space: pre-wrap;
}
.text-wrap {
  text-wrap: wrap;
}
.text-nowrap {
  text-wrap: nowrap;
}
.break-words {
  overflow-wrap: break-word;
}
.break-all {
  word-break: break-all;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-3xl {
  border-radius: 1.5rem;
}
.rounded-lg10 {
  border-radius: 0.625rem;
}
.rounded-none {
  border-radius: 0;
}
.rounded-b-none {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.rounded-b-xl {
  border-bottom-right-radius: var(--radius-xl);
  border-bottom-left-radius: var(--radius-xl);
}
.rounded-t-2xl {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}
.rounded-t-xl {
  border-top-left-radius: var(--radius-xl);
  border-top-right-radius: var(--radius-xl);
}
.border-2 {
  border-width: 2px;
}
.border-4 {
  border-width: 4px;
}
.border-8 {
  border-width: 8px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-l {
  border-left-width: 1px;
}
.border-r {
  border-right-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-dashed {
  border-style: dashed;
}
.border-none {
  border-style: none;
}
.border-\[\#1b246f\] {
  border-color: #1b246f;
}
.border-\[\#2247A7\] {
  border-color: #2247a7;
}
.border-\[\#24ee89\]\/20 {
  border-color: #24ee8933;
}
.border-\[\#404B9B\] {
  border-color: #404b9b;
}
.border-\[\#fff\]\/10 {
  border-color: #ffffff1a;
}
.border-second {
  border-color: var(--second);
}
.border-third {
  border-color: var(--third);
}
.border-transparent {
  border-color: #fff0;
}
.border-white_alpha10 {
  border-color: #ffffff1a;
}
.border-b-layer5 {
  border-bottom-color: rgb(var(--layer5) / 1);
}
.border-b-success {
  border-bottom-color: rgb(var(--success));
}
.border-b-transparent {
  border-bottom-color: #fff0;
}
.\!bg-layer3 {
  background-color: rgb(var(--layer3) / 1) !important;
}
.\!bg-tab_selected {
  background-color: rgb(var(--tab_selected)) !important;
}
.bg-\[\#00000099\] {
  background-color: #0009;
}
.bg-\[\#12142F\] {
  background-color: #12142f;
}
.bg-\[\#23EE881A\] {
  background-color: #23ee881a;
}
.bg-\[\#24EE89\]\/10 {
  background-color: #24ee891a;
}
.bg-\[\#A1AFB2\] {
  background-color: #a1afb2;
}
.bg-\[\#B0FFD8\]\/20 {
  background-color: #b0ffd833;
}
.bg-\[\#E31351\] {
  background-color: #e31351;
}
.bg-\[\#E5DF4F33\] {
  background-color: #e5df4f33;
}
.bg-\[\#F6519666\]\/40 {
  background-color: #f6519666;
}
.bg-\[\#FFBCD8\]\/40 {
  background-color: #ffbcd866;
}
.bg-\[\#f2f2f2\] {
  background-color: #f2f2f2;
}
.bg-alw_dark {
  background-color: rgb(var(--alw_dark) / 1);
}
.bg-alw_dark\/90 {
  background-color: rgb(var(--alw_dark) / 0.9);
}
.bg-alw_white {
  background-color: rgb(var(--alw_white));
}
.bg-alw_white\/70 {
  background-color: rgb(var(--alw_white) / 0.7);
}
.bg-black_alpha20 {
  background-color: #0003;
}
.bg-black_alpha5 {
  background-color: #0000000d;
}
.bg-brand\/10 {
  background-color: rgb(var(--brand) / 0.1);
}
.bg-brand\/20 {
  background-color: rgb(var(--brand) / 0.2);
}
.bg-input {
  background-color: rgb(var(--input));
}
.bg-input_bright {
  background-color: rgb(var(--input_bright) / 1);
}
.bg-layer1 {
  background-color: rgb(var(--layer1));
}
.bg-layer3 {
  background-color: rgb(var(--layer3) / 1);
}
.bg-layerx {
  background-color: var(--layerx);
}
.bg-tab_selected {
  background-color: rgb(var(--tab_selected));
}
.bg-third {
  background-color: var(--third);
}
.bg-transparent {
  background-color: #fff0;
}
.bg-white_alpha20 {
  background-color: #fff3;
}
.bg-\[url\(\'\/src\/pages\/kenya\/assets\/adv-bg\.png\'\)\] {
  background-image: url(/src/pages/kenya/assets/adv-bg.png);
}
.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.bg-none {
  background-image: none;
}
.from-\[\#9FE871\] {
  --tw-gradient-from: #9fe871 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(159 232 113 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-success\/20 {
  --tw-gradient-from: rgb(var(--success) / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(var(--success) / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-0\% {
  --tw-gradient-from-position: 0%;
}
.to-\[\#24EE89\] {
  --tw-gradient-to: #24ee89 var(--tw-gradient-to-position);
}
.to-layer4 {
  --tw-gradient-to: rgb(var(--layer4) / 1) var(--tw-gradient-to-position);
}
.to-60\% {
  --tw-gradient-to-position: 60%;
}
.bg-cover {
  background-size: cover;
}
.bg-clip-text {
  -webkit-background-clip: text;
  background-clip: text;
}
.bg-bottom {
  background-position: bottom;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.bg-repeat-x {
  background-repeat: repeat-x;
}
.\!fill-primary {
  fill: rgb(var(--primary) / 1) !important;
}
.fill-\[\#babfcc\] {
  fill: #babfcc;
}
.fill-alw_white {
  fill: rgb(var(--alw_white));
}
.fill-brand {
  fill: rgb(var(--brand) / 1);
}
.fill-current {
  fill: currentColor;
}
.fill-secondary {
  fill: #fff;
}
.object-contain {
  -o-object-fit: contain;
  object-fit: contain;
}
.\!p-0 {
  padding: 0 !important;
}
.p-0 {
  padding: 0;
}
.p-0\.5 {
  padding: 0.125rem;
}
.p-1\.5 {
  padding: 0.375rem;
}
.p-2\.5 {
  padding: 0.625rem;
}
.p-8 {
  padding: 2rem;
}
.p-\[3px\] {
  padding: 3px;
}
.\!px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}
.px-0 {
  padding-left: 0;
  padding-right: 0;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-1\.5 {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}
.px-16 {
  padding-left: 4rem;
  padding-right: 4rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-3\.5 {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.pb-0 {
  padding-bottom: 0;
}
.pb-1 {
  padding-bottom: 0.25rem;
}
.pb-18 {
  padding-bottom: 4.5rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-2\.5 {
  padding-bottom: 0.625rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-5 {
  padding-bottom: 1.25rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pb-7 {
  padding-bottom: 1.75rem;
}
.pl-1 {
  padding-left: 0.25rem;
}
.pl-12 {
  padding-left: 3rem;
}
.pl-2 {
  padding-left: 0.5rem;
}
.pl-3\.5 {
  padding-left: 0.875rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pr-12 {
  padding-right: 3rem;
}
.pr-2 {
  padding-right: 0.5rem;
}
.pr-2\.5 {
  padding-right: 0.625rem;
}
.pr-4 {
  padding-right: 1rem;
}
.pr-\[10px\] {
  padding-right: 10px;
}
.pt-0 {
  padding-top: 0;
}
.pt-0\.5 {
  padding-top: 0.125rem;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pt-16 {
  padding-top: 4rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-2\.5 {
  padding-top: 0.625rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pt-7 {
  padding-top: 1.75rem;
}
.pt-8 {
  padding-top: 2rem;
}
.pt-\[100\%\] {
  padding-top: 100%;
}
.pt-\[133\%\] {
  padding-top: 133%;
}
.text-left {
  text-align: left;
}
.\!text-center {
  text-align: center !important;
}
.text-right {
  text-align: right;
}
.align-middle {
  vertical-align: middle;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-6xl {
  font-size: 3.75rem;
  line-height: 1;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.uppercase {
  text-transform: uppercase;
}
.\!leading-5 {
  line-height: 1.25rem !important;
}
.leading-4 {
  line-height: 1rem;
}
.leading-6 {
  line-height: 1.5rem;
}
.leading-7 {
  line-height: 1.75rem;
}
.leading-none {
  line-height: 1;
}
.leading-normal {
  line-height: 1.5;
}
.leading-tight {
  line-height: 1.25;
}
.text-\[\#2CD97D\] {
  color: #2cd97d;
}
.text-\[\#E5DF4F\] {
  color: #e5df4f;
}
.text-\[\#FFBCD8\] {
  color: #ffbcd8;
}
.text-\[\#FFDE45\] {
  color: #ffde45;
}
.text-\[\#FFE236\] {
  color: #ffe236;
}
.text-\[\#e4f1fc\] {
  color: #e4f1fc;
}
.text-\[white\] {
  color: #fff;
}
.text-alw_dark {
  color: rgb(var(--alw_dark) / 1);
}
.text-alw_white {
  color: rgb(var(--alw_white));
}
.text-brand {
  color: rgb(var(--brand) / 1);
}
.text-second {
  color: var(--second);
}
.text-tertiary {
  color: rgb(var(--tertiary));
}
.text-transparent {
  color: #fff0;
}
.underline {
  text-decoration-line: underline;
}
.opacity-0 {
  opacity: 0;
}
.\!shadow-none {
  --tw-shadow: 0 0 #0000 !important;
  --tw-shadow-colored: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
.shadow-none {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-alw_dark\/50 {
  --tw-shadow-color: rgb(var(--alw_dark) / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.transition-colors {
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke;
  transition-duration: 0.15s;
}
.duration-200 {
  transition-duration: 0.2s;
}
.duration-500 {
  transition-duration: 0.5s;
}
.will-change-transform {
  will-change: transform;
}
.backdrop-blur-lg {
  --tw-backdrop-blur: blur(16px);
  -webkit-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);
  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);
}
.lowend .backdrop-blur-lg {
  --tw-backdrop-blur: none;
  -webkit-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);
  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);
}
.notification-box {
  .tabs-btn[aria-selected] {
    background-color: rgb(var(--tab_selected));
  }
}
.right-slide-content {
  background: #f4f4f4;
}
.button-brightBg {
  background: #f2f2f2;
}
html {
  .right-slide-content {
    background: #292d2e;
  }
  .button-brightBg {
    background: #464f50;
  }
}
.tabbar {
  height: var(--footer);
  z-index: 110;
  box-sizing: content-box;
  padding-bottom: var(--safe-bottom);
}
.telegram-page-banner {
  height: 0;
  padding-top: 37%;
}
.telegram-page-banner .banner_m {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
}
.telegram-page-banner .banner,
.telegram-page-banner .banner_b {
  display: none;
}
.casino-games-tab .tabs-content {
  background: #fff0;
}
@media (min-width: 800px) {
  .telegram-page-banner {
    padding-top: 15.72%;
  }
  .telegram-page-banner .banner_m {
    display: none;
  }
  .telegram-page-banner .banner {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    transform: translate(-50%);
  }
}
@media (min-width: 1920px) {
  .telegram-page-banner {
    padding-top: 13.05%;
  }
  .telegram-page-banner .banner_m,
  .telegram-page-banner .banner {
    display: none;
  }
  .telegram-page-banner .banner_b {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    transform: translate(-50%);
  }
}
@media (min-width: 3200px) {
  .telegram-page-banner {
    height: 302px;
    padding-top: 0;
  }
  .telegram-page-banner .banner_b {
    width: auto;
    height: 100%;
  }
}
.max-width-dialog .dialog-content {
  padding-left: 0;
  padding-right: 0;
}
.first\:rounded-l-lg:first-child {
  border-top-left-radius: var(--radius-lg);
  border-bottom-left-radius: var(--radius-lg);
}
.last\:rounded-r-lg:last-child {
  border-top-right-radius: var(--radius-lg);
  border-bottom-right-radius: var(--radius-lg);
}
.odd\:bg-black_alpha5:nth-child(odd) {
  background-color: #0000000d;
}
.odd\:bg-layer5-table:nth-child(odd) {
  background-color: rgb(var(--layer5-table) / 1);
}
.even\:bg-layer5-table:nth-child(2n) {
  background-color: rgb(var(--layer5-table));
}
.focus\:outline-none:focus {
  outline: 2px solid #fff0;
  outline-offset: 2px;
}
.focus\:ring-1:focus {
  --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(1px + 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\:ring-brand:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(var(--brand) / var(--tw-ring-opacity));
}
@media (hover: hover) and (pointer: fine) and (min-width: 640px) {
  .hover\:border-brand:hover {
    border-color: rgb(var(--brand) / 1);
  }
  .hover\:bg-layer3:hover {
    background-color: rgb(var(--layer3));
  }
  .hover\:bg-layer4:hover {
    background-color: rgb(var(--layer4) / 1);
  }
  .hover\:bg-layer5:hover {
    background-color: rgb(var(--layer5));
  }
  .hover\:text-brand:hover {
    color: rgb(var(--brand) / 1);
  }
  .hover\:text-primary:hover {
    color: #fff;
  }
  .hover\:underline:hover {
    text-decoration-line: underline;
  }
  .hover\:opacity-80:hover {
    opacity: 0.8;
  }
  .group:hover .group-hover\:scale-150 {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y))
      rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y))
      scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .group:hover .group-hover\:opacity-100 {
    opacity: 1;
  }
}
@media not all and (min-width: 640px) {
  .max-sm\:-top-6 {
    top: -1.5rem;
  }
  .max-sm\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .max-sm\:mb-2 {
    margin-bottom: 0.5rem;
  }
  .max-sm\:mb-2\.5 {
    margin-bottom: 0.625rem;
  }
  .max-sm\:h-80 {
    height: 20rem;
  }
  .max-sm\:w-full {
    width: 100%;
  }
  .max-sm\:flex-1 {
    flex: 1 1 0%;
  }
  .max-sm\:bg-layer1 {
    background-color: rgb(var(--layer1) / 1);
  }
}
@media (min-width: 640px) {
  .sm\:bottom-0 {
    bottom: 0;
  }
  .sm\:bottom-8 {
    bottom: 2rem;
  }
  .sm\:left-8 {
    left: 2rem;
  }
  .sm\:left-\[14\%\] {
    left: 14%;
  }
  .sm\:top-12 {
    top: 3rem;
  }
  .sm\:top-\[6\%\] {
    top: 6%;
  }
  .sm\:\!mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .sm\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .sm\:my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .sm\:\!-mt-10 {
    margin-top: -2.5rem !important;
  }
  .sm\:-mt-20 {
    margin-top: -5rem;
  }
  .sm\:-mt-3 {
    margin-top: -0.75rem;
  }
  .sm\:ml-0 {
    margin-left: 0;
  }
  .sm\:ml-6 {
    margin-left: 1.5rem;
  }
  .sm\:ml-auto {
    margin-left: auto;
  }
  .sm\:mr-1 {
    margin-right: 0.25rem;
  }
  .sm\:mr-1\.5 {
    margin-right: 0.375rem;
  }
  .sm\:mr-2 {
    margin-right: 0.5rem;
  }
  .sm\:mr-2\.5 {
    margin-right: 0.625rem;
  }
  .sm\:mt-0 {
    margin-top: 0;
  }
  .sm\:mt-1 {
    margin-top: 0.25rem;
  }
  .sm\:mt-2 {
    margin-top: 0.5rem;
  }
  .sm\:mt-24 {
    margin-top: 6rem;
  }
  .sm\:mt-4 {
    margin-top: 1rem;
  }
  .sm\:mt-5 {
    margin-top: 1.25rem;
  }
  .sm\:mt-6 {
    margin-top: 1.5rem;
  }
  .sm\:mt-7 {
    margin-top: 1.75rem;
  }
  .sm\:mt-8 {
    margin-top: 2rem;
  }
  .sm\:block {
    display: block;
  }
  .sm\:flex {
    display: flex;
  }
  .sm\:aspect-\[4\.6\] {
    aspect-ratio: 4.6;
  }
  .sm\:size-10 {
    width: 2.5rem;
    height: 2.5rem;
  }
  .sm\:size-5 {
    width: 1.25rem;
    height: 1.25rem;
  }
  .sm\:h-10 {
    height: 2.5rem;
  }
  .sm\:h-24 {
    height: 6rem;
  }
  .sm\:h-5 {
    height: 1.25rem;
  }
  .sm\:h-\[106px\] {
    height: 106px;
  }
  .sm\:h-\[120px\] {
    height: 120px;
  }
  .sm\:h-\[252px\] {
    height: 252px;
  }
  .sm\:h-\[40rem\] {
    height: 40rem;
  }
  .sm\:h-\[50vh\] {
    height: 50vh;
  }
  .sm\:h-\[90vh\] {
    height: 90vh;
  }
  .sm\:h-auto {
    height: auto;
  }
  .sm\:h-full {
    height: 100%;
  }
  .sm\:\!w-\[56vw\] {
    width: 56vw !important;
  }
  .sm\:w-1\/4 {
    width: 25%;
  }
  .sm\:w-10 {
    width: 2.5rem;
  }
  .sm\:w-16 {
    width: 4rem;
  }
  .sm\:w-36 {
    width: 9rem;
  }
  .sm\:w-60 {
    width: 15rem;
  }
  .sm\:w-64 {
    width: 16rem;
  }
  .sm\:w-72 {
    width: 18rem;
  }
  .sm\:w-\[16\.5rem\] {
    width: 16.5rem;
  }
  .sm\:w-\[288px\] {
    width: 288px;
  }
  .sm\:w-\[480px\] {
    width: 480px;
  }
  .sm\:w-\[492px\] {
    width: 492px;
  }
  .sm\:w-auto {
    width: auto;
  }
  .sm\:w-fit {
    width: -moz-fit-content;
    width: fit-content;
  }
  .sm\:w-full {
    width: 100%;
  }
  .sm\:\!max-w-\[67\.5rem\] {
    max-width: 67.5rem !important;
  }
  .sm\:max-w-300 {
    max-width: 75rem;
  }
  .sm\:max-w-\[1000px\] {
    max-width: 1000px;
  }
  .sm\:max-w-\[12\.5\%\] {
    max-width: 12.5%;
  }
  .sm\:flex-none {
    flex: none;
  }
  .sm\:basis-\[1\/8\] {
    flex-basis: 1/8;
  }
  .sm\:cursor-pointer {
    cursor: pointer;
  }
  .sm\:grid-cols-\[repeat\(auto-fill\,minmax\(150px\,1fr\)\)\] {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  }
  .sm\:flex-row {
    flex-direction: row;
  }
  .sm\:flex-col {
    flex-direction: column;
  }
  .sm\:flex-wrap {
    flex-wrap: wrap;
  }
  .sm\:items-center {
    align-items: center;
  }
  .sm\:justify-start {
    justify-content: flex-start;
  }
  .sm\:justify-between {
    justify-content: space-between;
  }
  .sm\:gap-0 {
    gap: 0;
  }
  .sm\:gap-3 {
    gap: 0.75rem;
  }
  .sm\:gap-3\.5 {
    gap: 0.875rem;
  }
  .sm\:gap-4 {
    gap: 1rem;
  }
  .sm\:rounded-lg {
    border-radius: var(--radius-lg);
  }
  .sm\:rounded-none {
    border-radius: 0;
  }
  .sm\:rounded-xl {
    border-radius: var(--radius-xl);
  }
  .sm\:border {
    border-width: 1px;
  }
  .sm\:border-none {
    border-style: none;
  }
  .sm\:border-brand\/10 {
    border-color: rgb(var(--brand) / 0.1);
  }
  .sm\:\!bg-layer2 {
    background-color: rgb(var(--layer2)) !important;
  }
  .sm\:bg-\[\#B0FFD833\] {
    background-color: #b0ffd833;
  }
  .sm\:bg-layer1 {
    background-color: rgb(var(--layer1) / 1);
  }
  .sm\:bg-layer3 {
    background-color: rgb(var(--layer3));
  }
  .sm\:bg-layer4 {
    background-color: rgb(var(--layer4) / 1);
  }
  .sm\:p-0 {
    padding: 0;
  }
  .sm\:p-4 {
    padding: 1rem;
  }
  .sm\:\!px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .sm\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .sm\:px-11 {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }
  .sm\:px-15 {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
  .sm\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .sm\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .sm\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .sm\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .sm\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .sm\:py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }
  .sm\:pb-10 {
    padding-bottom: 2.5rem;
  }
  .sm\:pb-14 {
    padding-bottom: 3.5rem;
  }
  .sm\:pt-0 {
    padding-top: 0;
  }
  .sm\:text-left {
    text-align: left;
  }
  .sm\:text-center {
    text-align: center;
  }
  .sm\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .sm\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .sm\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .sm\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .sm\:font-semibold {
    font-weight: 600;
  }
  .sm\:backdrop-blur-sm {
    --tw-backdrop-blur: blur(4px);
    -webkit-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);
    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);
  }
  .lowend .sm\:backdrop-blur-sm {
    --tw-backdrop-blur: none;
    -webkit-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);
    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);
  }
  @media (hover: hover) and (pointer: fine) and (min-width: 640px) {
    .sm\:hover\:bg-layer3:hover {
      background-color: rgb(var(--layer3) / 1);
    }
    .sm\:hover\:underline:hover {
      text-decoration-line: underline;
    }
  }
}
@media (min-width: 768px) {
  .md\:-mt-40 {
    margin-top: -10rem;
  }
  .md\:flex {
    display: flex;
  }
  .md\:size-18 {
    width: 4.5rem;
    height: 4.5rem;
  }
  .md\:h-10 {
    height: 2.5rem;
  }
  .md\:h-12 {
    height: 3rem;
  }
  .md\:w-1\/2 {
    width: 50%;
  }
  .md\:w-10 {
    width: 2.5rem;
  }
  .md\:w-2\/3 {
    width: 66.666667%;
  }
  .md\:w-24 {
    width: 6rem;
  }
  .md\:w-40 {
    width: 10rem;
  }
  .md\:w-48 {
    width: 12rem;
  }
  .md\:w-full {
    width: 100%;
  }
  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .md\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .md\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
@media (min-width: 1024px) {
  .lg\:relative {
    position: relative;
  }
  .lg\:\!-left-3 {
    left: -0.75rem !important;
  }
  .lg\:\!left-\[60\%\] {
    left: 60% !important;
  }
  .lg\:\!top-0 {
    top: 0 !important;
  }
  .lg\:-bottom-4 {
    bottom: -1rem;
  }
  .lg\:-left-3 {
    left: -0.75rem;
  }
  .lg\:-top-1 {
    top: -0.25rem;
  }
  .lg\:-top-2 {
    top: -0.5rem;
  }
  .lg\:bottom-0 {
    bottom: 0;
  }
  .lg\:bottom-40 {
    bottom: 10rem;
  }
  .lg\:left-0 {
    left: 0;
  }
  .lg\:top-0 {
    top: 0;
  }
  .lg\:top-4 {
    top: 1rem;
  }
  .lg\:-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
  }
  .lg\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .lg\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .lg\:my-7 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }
  .lg\:\!mb-0 {
    margin-bottom: 0 !important;
  }
  .lg\:\!mt-0 {
    margin-top: 0 !important;
  }
  .lg\:\!mt-2 {
    margin-top: 0.5rem !important;
  }
  .lg\:-mb-2 {
    margin-bottom: -0.5rem;
  }
  .lg\:-ml-44 {
    margin-left: -11rem;
  }
  .lg\:-mt-5 {
    margin-top: -1.25rem;
  }
  .lg\:mb-0 {
    margin-bottom: 0;
  }
  .lg\:ml-0 {
    margin-left: 0;
  }
  .lg\:ml-20 {
    margin-left: 5rem;
  }
  .lg\:mr-1 {
    margin-right: 0.25rem;
  }
  .lg\:mt-6 {
    margin-top: 1.5rem;
  }
  .lg\:mt-9 {
    margin-top: 2.25rem;
  }
  .lg\:\!block {
    display: block !important;
  }
  .lg\:block {
    display: block;
  }
  .lg\:\!flex {
    display: flex !important;
  }
  .lg\:flex {
    display: flex;
  }
  .lg\:grid {
    display: grid;
  }
  .lg\:\!hidden {
    display: none !important;
  }
  .lg\:hidden {
    display: none;
  }
  .lg\:\!h-auto {
    height: auto !important;
  }
  .lg\:h-12 {
    height: 3rem;
  }
  .lg\:h-4 {
    height: 1rem;
  }
  .lg\:h-full {
    height: 100%;
  }
  .lg\:\!w-\[1px\] {
    width: 1px !important;
  }
  .lg\:w-1\/2 {
    width: 50%;
  }
  .lg\:w-1\/3 {
    width: 33.333333%;
  }
  .lg\:w-12 {
    width: 3rem;
  }
  .lg\:w-2\/3 {
    width: 66.666667%;
  }
  .lg\:w-28 {
    width: 7rem;
  }
  .lg\:w-32 {
    width: 8rem;
  }
  .lg\:w-4\/6 {
    width: 66.666667%;
  }
  .lg\:w-40 {
    width: 10rem;
  }
  .lg\:w-44 {
    width: 11rem;
  }
  .lg\:w-48 {
    width: 12rem;
  }
  .lg\:w-56 {
    width: 14rem;
  }
  .lg\:w-6 {
    width: 1.5rem;
  }
  .lg\:w-60 {
    width: 15rem;
  }
  .lg\:w-72 {
    width: 18rem;
  }
  .lg\:w-96 {
    width: 24rem;
  }
  .lg\:w-\[25rem\] {
    width: 25rem;
  }
  .lg\:w-\[38rem\] {
    width: 38rem;
  }
  .lg\:w-\[49\.5\%\] {
    width: 49.5%;
  }
  .lg\:w-auto {
    width: auto;
  }
  .lg\:w-fit {
    width: -moz-fit-content;
    width: fit-content;
  }
  .lg\:w-full {
    width: 100%;
  }
  .lg\:min-w-\[40\%\] {
    min-width: 40%;
  }
  .lg\:max-w-96 {
    max-width: 24rem;
  }
  .lg\:max-w-\[300px\] {
    max-width: 300px;
  }
  .lg\:max-w-\[600px\] {
    max-width: 600px;
  }
  .lg\:max-w-screen-2xl {
    max-width: 1536px;
  }
  .lg\:basis-0 {
    flex-basis: 0%;
  }
  .lg\:-translate-x-\[10\%\] {
    --tw-translate-x: -10%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y))
      rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y))
      scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .lg\:translate-x-0 {
    --tw-translate-x: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y))
      rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y))
      scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .lg\:translate-y-0 {
    --tw-translate-y: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y))
      rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y))
      scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .lg\:grid-cols-\[28rem_1fr\] {
    grid-template-columns: 28rem 1fr;
  }
  .lg\:\!flex-row {
    flex-direction: row !important;
  }
  .lg\:flex-row {
    flex-direction: row;
  }
  .lg\:\!flex-row-reverse {
    flex-direction: row-reverse !important;
  }
  .lg\:flex-col {
    flex-direction: column;
  }
  .lg\:items-center {
    align-items: center;
  }
  .lg\:justify-start {
    justify-content: flex-start;
  }
  .lg\:justify-between {
    justify-content: space-between;
  }
  .lg\:\!gap-3 {
    gap: 0.75rem !important;
  }
  .lg\:gap-24 {
    gap: 6rem;
  }
  .lg\: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)));
  }
  .lg\:overflow-visible {
    overflow: visible;
  }
  .lg\:\!px-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .lg\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .lg\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .lg\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .lg\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .lg\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .lg\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .lg\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .lg\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .lg\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .lg\:pb-10 {
    padding-bottom: 2.5rem;
  }
  .lg\:pb-20 {
    padding-bottom: 5rem;
  }
  .lg\:pl-8 {
    padding-left: 2rem;
  }
  .lg\:pr-12 {
    padding-right: 3rem;
  }
  .lg\:pt-0 {
    padding-top: 0;
  }
  .lg\:pt-12 {
    padding-top: 3rem;
  }
  .lg\:pt-5 {
    padding-top: 1.25rem;
  }
  .lg\:pt-7 {
    padding-top: 1.75rem;
  }
  .lg\:text-center {
    text-align: center;
  }
  .lg\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .lg\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .lg\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 1280px) {
  .xl\:bottom-52 {
    bottom: 13rem;
  }
  .xl\:-mb-3 {
    margin-bottom: -0.75rem;
  }
  .xl\:flex {
    display: flex;
  }
  .xl\:h-40 {
    height: 10rem;
  }
  .xl\:w-12 {
    width: 3rem;
  }
  .xl\:w-40 {
    width: 10rem;
  }
  .xl\:w-72 {
    width: 18rem;
  }
  .xl\:w-\[32rem\] {
    width: 32rem;
  }
  .xl\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .xl\:grid-cols-\[40rem_1fr\] {
    grid-template-columns: 40rem 1fr;
  }
  .xl\:gap-48 {
    gap: 12rem;
  }
  .xl\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .xl\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .xl\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .xl\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .xl\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .xl\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 1536px) {
  .\32xl\:flex {
    display: flex;
  }
  .\32xl\:size-20 {
    width: 5rem;
    height: 5rem;
  }
}
.dark .dark\:border-white_alpha5 {
  border-color: #ffffff0d;
}
.dark .dark\:bg-\[\#464f50\] {
  background-color: #464f50;
}
.dark .dark\:bg-alw_dark\/70 {
  background-color: rgb(var(--alw_dark) / 0.7);
}
.dark .dark\:bg-layer2 {
  background-color: rgb(var(--layer2) / 1);
}
.dark .dark\:bg-layer5 {
  background-color: rgb(var(--layer5) / 1);
}
.dark .dark\:bg-white_alpha10 {
  background-color: #ffffff1a;
}
.dark .dark\:fill-\[\#69717a\] {
  fill: #69717a;
}
.dark .odd\:dark\:bg-white_alpha5:nth-child(odd) {
  background-color: #ffffff0d;
}
@media (min-width: 640px) {
  .dark .dark\:sm\:bg-black_alpha20 {
    background-color: #0003;
  }
  .dark .sm\:dark\:bg-layer3 {
    background-color: rgb(var(--layer3) / 1);
  }
}
.\[\&\>\*\]\:max-w-\[50\%\] > * {
  max-width: 50%;
}
@media (min-width: 640px) {
  .sm\:\[\&\>\*\]\:max-w-72 > * {
    max-width: 18rem;
  }
}
.\[\&_\.list-title\]\:\!top-10 .list-title {
  top: 2.5rem !important;
}
.\[\&_\.list-title\]\:top-24 .list-title {
  top: 6rem;
}
@media (min-width: 640px) {
  .\[\&_\.list-title\]\:sm\:top-\[5\.5rem\] .list-title {
    top: 5.5rem;
  }
}
.\[\&_\.pop-content\]\:flex-auto .pop-content {
  flex: 1 1 auto;
}
.\[\&_\.search-input\]\:top-10 .search-input {
  top: 2.5rem;
}
.\[\&_li\]\:pb-3 li {
  padding-bottom: 0.75rem;
}
.\[\&_td\]\:px-2 td {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.\[\&_td\]\:px-3 td {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.\[\&_td\]\:py-3 td {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
@media (min-width: 640px) {
  .sm\:\[\&_td\]\:px-4 td {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
html {
  --Sidebar-Unit_bg: #ffffff1a;
  --Sidebar-Cell_Expandbg: rgba(255, 255, 255, 0.05);
  --Sidebar-ModeSwitcher-bg: #323738;
  --Sidebar-bg_layer5: #323738;
  --Sidebar-ListArrow-bg: rgb(0 0 0 / 21%);
}
.refer-bg {
  background: linear-gradient(90deg, #23ee8866, #23ee8800), var(--Sidebar-Unit_bg);
}
.sidebar_bg {
  background: var(--Sidebar-Unit_bg);
}
.bg-arrow {
  background: var(--Sidebar-ListArrow-bg);
}
.game-link-item-ingame .icon-wrap .icon {
  fill: #fff;
}
.nav-link-item-game.active,
.game-link-item-active,
.game-link-item-ingame,
.nav-link-item.nav-link-item-active {
  background: linear-gradient(90deg, #23ee8833, #23ee8800 83.86%),
    var(--Sidebar-Cell_Expandbg) !important;
}
.nav-link-item-game.active .icon,
.game-link-item-active .icon,
.nav-link-item.nav-link-item-active .icon-wrap .icon {
  fill: rgb(var(--brand)) !important;
}
.nav-link-item-game.active span,
.game-link-item-active span,
.nav-link-item.nav-link-item-active span {
  color: rgb(var(--brand)) !important;
}
.nav-link-item .icon-wrap .icon {
  width: 1.5rem;
  height: 1.5rem;
}
.toggle-link-item.toggle-link-item-open {
  background: var(--Sidebar-Cell_Expandbg);
}
.toggle-link-item.toggle-link-item-active {
  background: linear-gradient(90deg, #23ee8833, #23ee8800);
}
.toggle-link-item-open.toggle-link-item-active {
  background: linear-gradient(90deg, #23ee8833, #23ee8800),
    var(--Sidebar-Cell_Expandbg) !important;
}
.toggle-link-item.toggle-link-item-active span {
  color: rgb(var(--brand)) !important;
}
.sidebar_bg_sp .nav-link-item:first-child {
  margin-top: 0;
}

@media screen and (min-width: 645px) {
  .toggle-link-item:hover .sp-color-icon {
    fill: #fff;
  }
  .toggle-link-item {
    transition: height 0.3s ease;
  }
  .nav-link-item .icon-wrap .icon {
    width: 1.25rem;
    height: 1.25rem;
  }
  .game-link-item:hover,
  .side-nav-item:hover,
  .toggle-link-item:hover,
  .nav-link-item:hover {
    background: linear-gradient(90deg, #23ee8833, #23ee8800), var(--Sidebar-Cell_Expandbg) !important;
  }
  .game-link-item:hover .icon-wrap .icon,
  .side-nav-item:hover .icon-wrap .icon,
  .nav-link-item:hover .icon-wrap .icon,
  .nav-link-item:hover .game-icon-wrap .icon {
    fill: #fff;
  }
  .game-link-item:hover span,
  .side-nav-item:hover span,
  .toggle-link-item:hover span,
  .nav-link-item:hover span {
    color: #fff;
  }
  .header-nav-item:hover {
    background: var(--Sidebar-bg_layer5);
  }
  .header-nav-item:hover .icon {
    fill: #fff;
  }
}

body {
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: auto;
    background-color: var(--color-dark-grey-0);
    color: var(--color-light-grey-5);
    font-family: "Inter", serif;
    font-weight: 600;
    margin: 0;
    overflow-y: hidden;
}
body #app {
    overflow-y: visible;
    position: fixed;
    width: 100vw;
}
:root {
    --sectionPadding: 16px;
    --gap-xs: 4px;
    --gap-s: 8px;
    --gap-m: 16px;
    --gap-l: 24px;
    --nav-height: 54px;
    --nav-sidebar-width: 64px
}

:-webkit-scrollbar {
  display: none;
}

@media(max-width: 1280px) {
    :root {
        --nav-sidebar-width:0
    }
}

@media(min-width: 768px) {
    :root {
        --gap-xs:6px;
        --gap-s: 12px;
        --gap-m: 24px;
        --gap-l: 36px;
        --nav-height: 64px
    }
}

@media(min-width: 960px) {
    :root {
        --gap-xs:8px;
        --gap-s: 16px;
        --gap-m: 32px;
        --gap-l: 48px
    }
}

@media(min-width: 1248px) {
    :root {
        --gap-xs:10px;
        --gap-s: 20px;
        --gap-m: 40px;
        --gap-l: 60px
    }
}

body,html {
    height: 100vh;
    width: 100%
}

body {
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: auto;
    background-color: var(--color-dark-grey-0);
    color: var(--color-light-grey-5);
    /*font-family: Montserrat,Verdana,sans-serif;*/
    font-weight: 600;
    margin: 0;
    overflow-y: hidden
}

body #app {
    overflow-y: visible;
    position: fixed;
    width: 100vw
}

section {
    margin: 0 auto;
    max-width: 1400px;
    min-width: 320px;
    padding: 0 16px;
    width: 100%
}

button {
    background: 0 0;
    border: none;
    font-family: inherit;
    font-size: inherit;
    margin: 0;
    padding: 0
}

.hideScrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none
}

.hideScrollbar::-webkit-scrollbar {
    display: none
}

.scrollContainer {
    -webkit-overflow-scrolling: touch;
    overflow-x: scroll
}

.scrollSection {
    display: flex;
    margin: 0 -16px;
    overflow-x: auto;
    padding: 2px 18px;
    scroll-padding: 0 16px;
    scroll-padding-inline-end: 16px;
    scroll-padding-inline-start: 16px
}

ul {
    list-style: none;
    padding: 0
}

form,ul {
    margin: 0
}

a {
    text-decoration: none
}

cashier-web-component {
    display: block;
    height: 0;
    width: 0
}

#m-modal-wrapper {
    left: 0;
    top: 0
}

*,:after,:before {
    box-sizing: border-box
}

:focus {
    outline: none
}

:focus-visible {
    outline: 2px solid 2px solid #1c2433
}

input:-internal-autofill-selected,input:-internal-autofill-selected:active,input:-internal-autofill-selected:focus,input:-internal-autofill-selected:hover,input:-webkit-autofill,input:-webkit-autofill:active,input:-webkit-autofill:focus,input:-webkit-autofill:hover {
    transition: all 9999s ease-in-out 0s;
    transition-property: background-color,color
}

.SupportPage {
    color: var(--color-text-faded);
    padding: 20px 16px 30px
}

@media(min-width: 590px) {
    .SupportPage {
        padding:25px 16px 35px
    }
}

@media(min-width: 768px) {
    .SupportPage {
        padding:30px 16px 40px
    }
}

@media(min-width: 960px) {
    .SupportPage {
        padding:30px 16px 60px
    }
}

.SupportPage-Introduction {
    color: var(--color-light-grey-1);
    font-size: 14px;
    line-height: 1.6;
    text-align: center
}

@media(min-width: 768px) {
    .SupportPage-Introduction {
        margin-left:auto;
        margin-right: auto;
        width: 73%
    }
}

@media(min-width: 1248px) {
    .SupportPage-Introduction {
        width:58%
    }
}

.SupportPage-Card {
    background: var(--color-dark-grey-1);
    margin-bottom: 16px;
    width: 100%
}

.SupportPage-Card:last-child {
    margin-bottom: 0
}

.SupportPage-CardTitle {
    color: var(--color-light-grey-5);
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase
}

@media(min-width: 960px) {
    .SupportPage-CardTitle {
        font-size:20px
    }
}

.SupportPage-CardText {
    color: var(--color-light-grey-1);
    font-size: 14px;
    line-height: 1.6
}

@media(min-width: 768px) {
    .SupportPage-Offers {
        grid-gap:8px;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr
    }
}

@media(min-width: 960px) {
    .SupportPage-Offers {
        grid-gap:11px
    }
}

@media(min-width: 1248px) {
    .SupportPage-Offers {
        grid-gap:14px
    }
}

.SupportPage-Offer {
    padding: 34px 30px;
    text-align: center
}

@media(min-width: 768px) {
    .SupportPage-Offer {
        margin-bottom:0;
        padding: 26px 24px
    }
}

@media(min-width: 960px) {
    .SupportPage-Offer {
        padding:34px 30px
    }
}

@media(min-width: 1248px) {
    .SupportPage-Offer {
        padding:45px 40px
    }
}

.SupportPage-OfferIcon {
    height: 72px;
    margin-bottom: 29px;
    width: 62px
}

@media(min-width: 768px) {
    .SupportPage-OfferIcon {
        height:58px;
        margin-bottom: 22px;
        width: 50px
    }
}

@media(min-width: 960px) {
    .SupportPage-OfferIcon {
        height:72px;
        margin-bottom: 29px;
        width: 62px
    }
}

@media(min-width: 1248px) {
    .SupportPage-OfferIcon {
        height:94px;
        margin-bottom: 38px;
        width: 82px
    }
}

.SupportPage-OfferTitle {
    margin-bottom: 14px
}

@media(min-width: 1248px) {
    .SupportPage-OfferTitle {
        margin-bottom:18px
    }
}

.SupportPage h1,.SupportPage h2,.SupportPage h3,.SupportPage h4 {
    color: var(--color-white)
}

.SupportPage h4 {
    font-weight: 700;
    line-height: 1.18;
    text-transform: uppercase
}

.SupportPage ul {
    counter-reset: list1;
    line-height: 1.44;
    margin-bottom: 41px
}

.SupportPage li {
    display: block;
    font-size: 14px;
    margin-bottom: 30px;
    padding-left: 19px;
    position: relative
}

@media(min-width: 320px) {
    .SupportPage li {
        padding-left:35px
    }
}

.SupportPage li:before {
    color: var(--color-white);
    content: counter(list1) ".";
    counter-increment: list1;
    font-weight: 700;
    left: 0;
    position: absolute;
    top: -1px
}

.SupportPage ul ul {
    counter-reset: list2
}

.SupportPage ul ul li {
    display: block;
    font-size: 14px;
    padding-left: 45px;
    position: relative
}

.SupportPage ul ul li:before {
    content: counters(list1,".") "." counters(list2,".") ".";
    counter-increment: list2;
    font-weight: 700;
    left: 0;
    position: absolute;
    top: 2px
}

.SupportPage ul ul li::marker {
    font-weight: 700
}

.SupportPage a,.SupportPage a:active,.SupportPage a:hover,.SupportPage a:visited {
    color: var(--color-main-default)
}

.Title {
    color: var(--color-white);
    font-weight: 700;
    line-height: 1.18;
    text-transform: capitalize
}

.Title--type-h1 {
    font-size: 24px
}

@media(min-width: 590px) {
    .Title--type-h1 {
        font-size:18px;
        font-size: 20px
    }
}

@media(max-width: 768px) {
    .error.login{min-width: 100% !important}
    .text-error{width: 80% !important}
    .game-header:not(.game-header--mobile){position: relative !important}
    .game-header__name{font-size: 12px !important}
    .game-item__content{border-radius: 0}
}
@media(min-width: 768px) {
    .Title--type-h1 {
        font-size:28px
    }
}

@media(min-width: 960px) {
    .Title--type-h1 {
        font-size:30px
    }
}

@media(min-width: 1248px) {
    .Title--type-h1 {
        font-size:33px
    }
}

.Title--type-h2 {
    font-size: 14px;
    line-height: 1.18
}

@media(min-width: 768px) {
    .Title--type-h2 {
        font-size:16px
    }
}

@media(min-width: 960px) {
    .Title--type-h2 {
        font-size:20px
    }
}

@media(min-width: 1248px) {
    .Title--type-h2 {
        font-size:28px
    }
}

.Title--center {
    text-align: center
}

.Colored {
    color: var(--color-pr500)
}

.TextLink {
    color: var(--color-white);
    text-decoration: none
}

.TextLink:hover {
    color: var(--color-wa500)
}

.TextLink:visited {
    color: var(--color-white)
}

.fade-enter-active,.fade-leave-active {
    transition: opacity .2s
}

.fade-enter,.fade-leave-to {
    opacity: 0
}

.slide-left--leave-active,.slide-left-enter-active {
    transition: all .5s ease
}

.slide-left-enter,.slide-left-leave-to {
    opacity: 0;
    transform: translate(-100%)
}

.roll-up-enter-active,.roll-up-leave-active {
    transition: all .2s ease-out
}

.roll-up-enter {
    opacity: 0;
    transform: translateY(-30px)
}

.roll-up-leave-to {
    opacity: 0;
    transform: translateY(30px)
}

.roll-down-enter-active,.roll-down-leave-active {
    transition: all .2s ease-out
}

.roll-down-enter {
    opacity: 0;
    transform: translateY(30px)
}

.roll-down-leave-to {
    opacity: 0;
    transform: translateY(-30px)
}

@keyframes slide-up-opacity {
    0% {
        opacity: 0;
        transform: translateY(3%)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes fade {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes wave-left {
    0% {
        transform: translateX(0)
    }

    50% {
        transform: translateX(-1px)
    }

    to {
        transform: translateX(0)
    }
}

@keyframes wave-right {
    0% {
        transform: translateX(0)
    }

    50% {
        transform: translateX(1px)
    }

    to {
        transform: translateX(0)
    }
}

@keyframes trambling-animation {
    0%,50%,to {
        transform: rotate(0deg)
    }

    10%,30% {
        transform: rotate(-10deg)
    }

    20%,40% {
        transform: rotate(10deg)
    }
}

:root {
    --color-text-faded: #aeb3c7;
    --color-border: rgba(88,92,131,.3);
    --color-black-10: #454b61;
    --color-background-missions: #1a799f;
    --color-text-ghost: #52586f
}

.m-icon {
    width: 16px
}

.m-modal-container {
    max-height: var(--app-height,calc(100vh - 32px))!important
}

.ThinScrollbar {
    scrollbar-color: #6a6e7f transparent;
    scrollbar-width: thin
}

.ThinScrollbar::-webkit-scrollbar {
    background: var(--color-dark-grey-1);
    height: 5px;
    width: 5px
}

.ThinScrollbar::-webkit-scrollbar-thumb {
    background-color: #6a6e7f;
    border-radius: 3px
}

.TextOverflow {
    overflow: hidden;
    position: relative
}

.TextOverflow:after {
    background: var(--gradient-dark-grey-1-right);
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 24px
}

.TextOverflow--light:after {
    background: var(--gradient-dark-grey-2-right)
}

.lowercase {
    text-transform: lowercase
}

.m-preloader {
    animation: preloader 1s linear infinite;
    color: var(--color-mid-grey-5)
}

.m-preloader-primary {
    color: var(--color-pr500)
}

@keyframes preloader {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

.m-button {
    --background: var(--color-pr500);
    --text: var(--color-white);
    --disabled-background: var(--color-pr900);
    --disabled-text: var(--color-pr700);
    --hover: var(--color-pr400);
    --pressed: var(--color-pr600);
    --font-size: 16px;
    --line-height: 22px;
    --gap: 9px;
    background: var(--background);
    border: none;
    box-shadow: inset 0 -2px rgb(0 0 0 / 50%);
    color: var(--text);
    cursor: pointer;
    position: relative;
    transition: all .2s ease-in-out
}

.m-button,.m-button-content {
    align-items: center;
    display: flex;
    justify-content: center
}

.m-button-content {
    font-size: 14px;
    font-weight: 600;
    gap: var(--gap);
    line-height: var(--line-height);
    transition: all .15s
}

.m-button-content img,.m-button-content svg {
    display: block;
    height: var(--line-height);
    margin: 0;
    padding: 0;
    width: var(--line-height)
}

.m-button:focus-visible,.m-button:hover {
    --background: var(--hover);
    --outline: var(--hover);
    color: var(--text)
}

.m-button:active {
    --background: var(--pressed);
    --outline: var(--pressed)
}

.m-button:disabled {
  --text: var(--disabled-text);
  --outline: var(--disabled-background);
  cursor: not-allowed;
}


.m-button .m-preloader {
    position: absolute
}

.m-button--small {
    --font-size: 12px;
    --line-height: 20px;
    --gap: 6px;
    border-radius: 4px;
    padding: 10px 10px;
}

.m-button--medium {
    --font-size: 16px;
    --line-height: 22px;
    --gap: 9px;
    border-radius: 4px;
    padding: 11px 17px
}

.m-button--large {
    --font-size: 18px;
    --line-height: 24px;
    --gap: 11px;
    border-radius: 26px;
    padding: 14px 22px
}

.m-button--loading {
    pointer-events: none
}

.m-button--loading .m-preloader {
    color: inherit
}

.m-button--loading .m-preloader~* {
    opacity: 0;
    transform: scale(.5)
}

.m-button--primary {
    --text: var(--color-text-primary)
}

.m-button--primary.m-button--outline {
    --text: var(--color-white)
}

.m-button--primary.m-button--outline:focus-visible,.m-button--primary.m-button--outline:hover {
    --text: var(--color-text-primary)
}

.m-button--primary.m-button--outline:disabled {
    --text: var(--disabled-text)
}

.m-button--secondary {
  /* --background: rgb(0 0 0 / 26%); */
  --outline: none;
  --disabled-background: rgb(0 0 0 / 36%);
  --disabled-text: var(--color-mid-grey-1);
  /* --hover: rgb(0 0 0 / 36%); */
  --pressed: rgb(0 0 0 / 36%);
}

.m-button--secondary .m-icon,.m-button--secondary .m-preloader {
    color: var(--color-mid-grey-5)
}
.m-icon {
    color: #fff!important;
}
.m-button--indigo {
    --background: var(--color-in400);
    --outline: var(--color-in400);
    --disabled-background: var(--color-in800);
    --disabled-text: var(--color-in600);
    --hover: var(--color-in500);
    --pressed: var(--color-in700)
}

.m-button--violet {
    --background: var(--color-vi500);
    --outline: var(--color-vi500);
    --disabled-background: var(--color-vi900);
    --disabled-text: var(--color-vi600);
    --hover: var(--color-vi400);
    --pressed: var(--color-vi700)
}

.m-button--success {
    --background: var(--color-su600);
    --outline: var(--color-su600);
    --disabled-background: var(--color-su800);
    --disabled-text: var(--color-su600);
    --hover: var(--color-su500);
    --pressed: var(--color-su700)
}

.m-button--success.m-button--outline {
    --hover: var(--color-su600)
}

.m-button--attention {
    --background: var(--color-at400);
    --outline: var(--color-at400);
    --text: var(--color-black);
    --disabled-background: var(--color-at900);
    --disabled-text: var(--color-at700);
    --hover: var(--color-at300);
    --pressed: var(--color-at500)
}

.m-button--attention.m-button--outline {
    --text: var(--color-white);
    --hover: var(--color-at600);
    --disabled-text: var(--color-at800)
}

.m-button--warning {
    --background: var(--color-wa500);
    --outline: var(--color-wa500);
    --disabled-background: var(--color-wa900);
    --disabled-text: var(--color-wa700);
    --hover: var(--color-wa400);
    --pressed: var(--color-wa600)
}

.m-button--danger {
    --background: var(--color-da600);
    --outline: var(--color-da600);
    --disabled-background: var(--color-da900);
    --disabled-text: var(--color-da700);
    --hover: var(--color-da500);
    --pressed: var(--color-da700)
}

.m-button--outline {
    --background: rgb(255 255 255 / 10%)
}

.m-button--outline:disabled {
    --background: transparent;
    --outline: var(--disabled-background)
}

.m-button--icon {
    border-radius: 0.375rem
}

.m-button--icon.m-button--small {
    padding: 6px
}

.m-button--icon.m-button--medium {
    padding: 5px;
}

.m-button--icon.m-button--large {
    padding: 14px
}

.m-button .m-loader-fade-enter-active,.m-button .m-loader-fade-leave-active {
    transition: opacity .2s ease-in-out
}

.m-button .m-loader-fade-enter-from,.m-button .m-loader-fade-leave-to {
    opacity: 0
}

.m-form-field-label {
    color: var(--color-light-grey-5);
    font-size: 14px;
    font-weight: 600;
    line-height: 22.4px
}

.m-form-field-label.asterix:after {
    color: var(--color-da500);
    content: "*";
    margin-left: 4px
}

.m-form-field {
    display: flex;
    flex-direction: column;
    gap: 4px
}

.m-form-field-horizontal {
    align-items: center;
    flex-direction: row;
    font-weight: 500;
    gap: 12px
}

.m-form-field-invert {
    flex-direction: row-reverse
}

.m-form-field--apply .m-input,.m-form-field--apply .m-textarea {
    --label: var(--base);
    border-color: var(--base)
}

.m-form-field--apply .m-input:focus,.m-form-field--apply .m-input:hover,.m-form-field--apply .m-textarea:focus,.m-form-field--apply .m-textarea:hover {
    --label: var(--lighten);
    border-color: var(--lighten)
}

.m-form-field--error {
    --base: var(--color-da600);
    --lighten: var(--color-da500)
}

.m-form-field--error .m-textarea-counter {
    --label: var(--base)
}

.m-form-field--success {
    --base: var(--color-su500);
    --lighten: var(--color-su400)
}

.m-form-field-description {
    color: var(--color-mid-grey-5);
    font-size: 12px;
    font-weight: 500;
    line-height: 19.2px
}

.slide-fade-enter-active {
    transition: all .2s cubic-bezier(1,.1,.6,1)
}

.slide-fade-leave-active {
    transition: all .15s cubic-bezier(1,.5,.8,1)
}

.slide-fade-enter-from,.slide-fade-leave-to {
    opacity: 0;
    transform: translateY(10px)
}

@keyframes autofill {
    to {
        background: 0 0!important;
        color: inherit
    }
}

.m-input {
    --border: transparent;
    --background: var(--color-dark-grey-1);
    --label: var(--color-mid-grey-5);
    --text: var(--color-light-grey-5);
    --text-size: 14px;
    --padding-left: 16px;
    --padding-right: 16px;
    --padding-slot: 13px;
    --edge-offset: 3px;
    --height: 44px;
    align-items: center;
    background: var(--background);
    border: 2px solid rgb(255 255 255 / 13%);
    border-radius: 4px;
    color: var(--text);
    cursor: pointer;
    display: flex;
    font-size: 14px;
    font-weight: 600;
    gap: 6.5px;
    height: var(--height);
    padding-left: var(--padding-left);
    padding-right: var(--padding-right);
    position: relative
}

.m-input--focused {
    --border: var(--color-dark-grey-5)
}

.m-input--focused,.m-input:hover {
    --background: var(--color-dark-grey-2)
}

.m-input--disabled,.m-input--disabled input {
    cursor: not-allowed
}

.m-input--disabled,.m-input--readonly {
    --label: var(--color-mid-grey-1);
    --text: var(--color-mid-grey-3);
    --background: var(--color-dark-grey-1);
    --border: var(--color-dark-grey-1)
}

.m-input-content {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    height: 100%;
    justify-content: center
}

.m-input-content-label {
    color: var(--label);
    font-size: 14px;
    font-weight: 600;
    pointer-events: none;
    position: absolute;
    transform-origin: 0 0;
    transition: transform .15s
}

.m-input-content input, .m-input-content select {
    background-color: transparent;
    border: none;
    box-shadow: none;
    color: var(--text);
    font-size: var(--text-size);
    font-weight: inherit;
    height: 100%;
    outline: none;
    padding: 0;
    width: 100%
}

select option {
    color: #212529;
}

.m-input-content input::placeholder {
    color: var(--color-mid-grey-3);
    opacity: 0;
    transition: opacity .2s
}

.m-input-content input:focus::placeholder {
    opacity: 1
}

.m-input-content input:-webkit-autofill,.m-input-content input:focus,.m-input-content input:not(:placeholder-shown) {
    appearance: none;
    -webkit-appearance: none!important
}

.m-input-content input:-webkit-autofill+.m-input-content-label,.m-input-content input:focus+.m-input-content-label,.m-input-content input:not(:placeholder-shown)+.m-input-content-label {
    transform: translateY(-10px) scale(.8)
}

.m-input-content input:has(+.m-input-content-label) {
    margin-top: 12px
}

.m-input-content input[disabled-without-style=true] {
    pointer-events: none
}

.m-input-content input:-webkit-autofill,.m-input-content input:-webkit-autofill:active,.m-input-content input:-webkit-autofill:focus,.m-input-content input:-webkit-autofill:hover {
    -webkit-text-fill-color: var(--text)!important;
    -webkit-animation-fill-mode: both;
    animation-name: autofill;
    -webkit-background-clip: text
}

.m-input--dark {
    --background: rgb(0 0 0 / 26%);
}

.m-input--dark:focus,.m-input--dark:hover:not(.m-input--disabled) {
    --background: rgb(0 0 0 / 36%);
}

.m-input--dark.m-input--disabled {
    --background: rgb(0 0 0 / 26%);
}

.m-input-append,.m-input-prepend {
    align-items: center;
    display: flex;
    gap: inherit
}

.m-input:has(.m-input-append) {
    --padding-right: var(--padding-slot)
}

.m-input:has(.m-input-prepend) {
    --padding-left: var(--padding-slot)
}

.m-input--small {
    --text-size: 12px;
    --pading-left: 13px;
    --pading-right: 13px;
    --padding-slot: 10.5px;
    --height: 36px
}

.m-input--large {
    --text-size: 14px;
    --padding-slot: 13.5px;
    --height: 48px
}

.m-input.m-textarea {
    display: inherit;
    height: auto
}

.m-input.m-textarea .m-input-content {
    display: inherit
}

.m-input.m-textarea .m-input-content-label {
    top: 10px
}

.m-input.m-textarea .m-input-content textarea {
    background-color: transparent;
    border: none;
    box-shadow: none;
    color: var(--text);
    font-size: var(--text-size);
    font-weight: inherit;
    height: 100%;
    margin-bottom: 10px;
    margin-top: 26px;
    outline: none;
    padding: 0;
    resize: none;
    width: 100%
}

.m-input.m-textarea .m-input-content textarea::placeholder {
    color: var(--color-mid-grey-3);
    opacity: 0;
    transition: opacity .2s
}

.m-input.m-textarea .m-input-content textarea:focus::placeholder {
    opacity: 1
}

.m-input.m-textarea .m-input-content textarea:-webkit-autofill,.m-input.m-textarea .m-input-content textarea:focus,.m-input.m-textarea .m-input-content textarea:not(:placeholder-shown) {
    appearance: none;
    -webkit-appearance: none!important
}

.m-input.m-textarea .m-input-content textarea:-webkit-autofill+.m-input-content-label,.m-input.m-textarea .m-input-content textarea:focus+.m-input-content-label,.m-input.m-textarea .m-input-content textarea:not(:placeholder-shown)+.m-input-content-label {
    transform: scale(.8)
}

.m-textarea-counter {
    color: var(--text);
    font-size: 12px;
    font-weight: 500;
    line-height: 1.6;
    margin-top: 2px;
    text-align: right
}

.m-textarea-counter span {
    color: var(--label)
}

.m-dropdown-content {
    position: absolute;
    z-index: 3000
}

.m-slide-fade-enter-active {
    transition: all .2s cubic-bezier(1,0,1,0)
}

.m-slide-fade-leave-active {
    transition: all .15s cubic-bezier(1,.5,.8,1)
}

.m-slide-fade-enter-from,.m-slide-fade-leave-to {
    opacity: 0;
    transform: translateY(10px)
}

.m-radio {
    --size: 20px;
    --ripple-size: 12px;
    --checked-color: var(--color-pr500);
    --unset-color: var(--color-dark-grey-5);
    --hover-checked-color: var(--color-pr400);
    --hover-unset-color: var(--color-dark-grey-5);
    --focused-checked-color: var(--color-pr200);
    --focused-unset-color: var(--color-dark-grey-4);
    --disabled-checked-color: var(--color-pr800);
    --disabled-hover-checked-color: var(--color-pr800);
    --ripple-color: var(--color-text-primary);
    --background-color: transparent;
    --outline-color: transparent;
    line-height: var(--size)
}

.m-radio input {
    opacity: 0;
    position: absolute;
    z-index: -1
}

.m-radio-label {
    align-items: center;
    border: 2px solid var(--unset-color);
    border-radius: 4px;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-flex;
    height: var(--size);
    justify-content: flex-end;
    outline: 2px solid var(--outline-color);
    position: relative;
    transition: .2s;
    vertical-align: top;
    width: var(--size)
}

.m-radio-label:before {
    background: var(--ripple-color);
    border-radius: 50%;
    content: "";
    display: none;
    height: var(--ripple-size);
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    transition: .15s;
    width: var(--ripple-size)
}

.m-radio--small {
    --size: 16px;
    --ripple-size: 8px
}

.m-radio--large {
    --size: 24px;
    --ripple-size: 16px
}

.m-radio--checked .m-radio-label {
    background: var(--checked-color);
    border-color: var(--checked-color)
}

.m-radio--checked .m-radio-label:before {
    display: block
}

.m-radio--checked input:focus+.m-radio-label {
    --outline-color: var(--focused-checked-color)
}

input:focus+.m-radio-label {
    --outline-color: var(--focused-unset-color)
}

.m-radio:hover>.m-radio-label {
    --checked-color: var(--hover-checked-color);
    --unset-color: var(--hover-unset-color)
}

.m-radio--secondary {
    --checked-color: var(--color-dark-grey-5);
    --hover-checked-color: var(--color-mid-grey-1);
    --focused-checked-color: var(--color-mid-grey-3);
    --disabled-checked-color: var(--color-dark-grey-3);
    --disabled-hover-checked-color: var(--color-dark-grey-3)
}

.m-radio--disabled {
    --hover-checked-color: var(--disabled-hover-checked-color);
    --hover-unset-color: var(--color-dark-grey-3);
    --checked-color: var(--disabled-checked-color);
    --unset-color: var(--color-dark-grey-3);
    --outline-color: transparent;
    --ripple-color: var(--color-light-grey-1)
}

.m-radio--disabled .m-radio-label {
    cursor: not-allowed
}

.m-checkbox.m-radio {
    --border-radius: 6px;
    color: var(--color-text-primary)
}

.m-checkbox.m-radio .m-radio-label {
    border-radius: var(--border-radius);
    border-width: 2px
}

.m-checkbox.m-radio .m-radio-label:before {
    display: none
}

.m-checkbox.m-radio .m-icon {
    height: var(--size);
    width: var(--size);
    display: none
}

.m-switch.m-radio {
    --unset-color: var(--color-dark-grey-3);
    --icon-size: 12px;
    --icon-offset: 4px;
    --knob-size: 16px;
    --slider-width: 34px;
    color: var(--ripple-color)
}

.m-switch.m-radio .m-radio-label {
    background: var(--unset-color);
    border: none;
    height: calc(var(--knob-size) + 4px);
    width: var(--slider-width)
}

.m-switch.m-radio .m-radio-label:before {
    background: var(--ripple-color);
    border-radius: 50%;
    content: "";
    display: block;
    height: var(--knob-size);
    left: 2px;
    position: absolute;
    right: unset;
    top: 2px;
    transition: .15s;
    width: var(--knob-size)
}

.m-switch.m-radio .m-radio-label .m-icon {
    height: var(--icon-size);
    position: absolute;
    right: var(--icon-offset);
    width: var(--icon-size)
}

.m-switch.m-radio--checked .m-radio-label {
    background: var(--checked-color)
}

.m-switch.m-radio--checked .m-radio-label:before {
    transform: translateX(calc(var(--slider-width) - var(--knob-size) - 4px))
}

.m-switch.m-radio--checked .m-radio-label .m-icon {
    left: var(--icon-offset);
    right: unset
}

.m-switch.m-radio--small {
    --icon-size: 10px;
    --icon-offset: 3px;
    --knob-size: 12px;
    --slider-width: 26px
}

.m-switch.m-radio--large {
    --icon-size: 16px;
    --icon-offset: 4px;
    --knob-size: 20px;
    --slider-width: 46px
}

.m-select-option {
    align-items: center;
    color: var(--color-light-grey-4);
    cursor: pointer;
    display: flex;
    font-size: 14px;
    font-weight: 500;
    gap: 12px;
    line-height: 160%;
    padding: 8px 16px;
    transition: all .15s ease-in-out
}

.m-select-option--selected {
    background: var(--color-dark-grey-5);
    color: var(--color-light-grey-5)
}

.m-select-option--focused,.m-select-option:focus,.m-select-option:hover {
    outline: none
}

.m-select-option--focused:not(.m-select-option--selected,.m-select-option--disabled),.m-select-option:focus:not(.m-select-option--selected,.m-select-option--disabled),.m-select-option:hover:not(.m-select-option--selected,.m-select-option--disabled) {
    background: var(--color-dark-grey-3)
}

.m-select-option--disabled {
    color: var(--color-mid-grey-5);
    cursor: not-allowed
}

.m-select-option--disabled .m-icon {
    width: 20px
}

.m-chevron {
    transition: transform .15s ease-in-out
}

.m-select .m-input input {
    cursor: pointer
}

.m-select .m-input input:disabled {
    opacity: 1
}

.m-select .m-input-append .m-icon {
    height: 16px;
    width: 16px
}

.m-select .m-input--focused:not(.has-value) .m-input-content-label {
    transform: none!important
}

.m-select-dropdown {
    border-radius: 8px;
    overflow: auto;
    overscroll-behavior: contain
}

.m-select-list {
    background: var(--color-dark-grey-2);
    list-style: none;
    margin: 0;
    padding: 8px 0
}

.m-select-list::-webkit-scrollbar {
    height: 0;
    width: 0
}

.m-tooltip-arrow {
    border-color: transparent transparent var(--color-dark-grey-4) transparent;
    border-style: solid;
    border-width: 0 8px 8px;
    position: absolute
}

.m-tooltip-content {
    background: var(--color-dark-grey-4);
    border-radius: 8px;
    color: var(--color-white);
    font-size: 14px;
    font-weight: 500;
    line-height: 160%;
    padding: 8px
}

.m-tooltip-content-text {
    padding: 0 8px
}

.m-tooltip-content__dark {
    background: var(--color-dark-grey-2)
}

.m-tooltip-content__dark .m-tooltip-arrow {
    border-bottom-color: var(--color-dark-grey-2)
}

.m-tabs {
    --font-size: 14px;
    --padding: 11px;
    --text-color: var(--color-mid-grey-5);
    --text-active-color: var(--color-light-grey-5);
    --ripple-color: var(--color-pr500);
    --border-color: var(--color-dark-grey-2);
    --gap: 24px;
    align-self: flex-start;
    border-bottom: 1px solid var(--border-color);
    display: flex;
    gap: var(--gap);
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.m-tabs-item {
    color: var(--text-color);
    cursor: pointer;
    display: flex;
    font-size: var(--font-size);
    font-weight: 600;
    justify-content: center;
    line-height: 160%
}

.m-tabs-item-content {
    align-items: center;
    display: flex;
    padding: var(--padding) 0;
    position: relative
}

.m-tabs-item-content.active {
    color: var(--text-active-color)
}

.m-tabs-item-content.active:after {
    background: var(--ripple-color);
    border-top-left-radius: 1000px;
    border-top-right-radius: 1000px;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    right: 0
}

.m-tabs--fill {
    width: 100%
}

.m-tabs--fill .m-tabs-item {
    flex: 1;
    text-align: center
}

.m-tabs--centered {
    justify-content: center
}

.m-tabs--centered .m-tabs-item {
    flex: initial
}

.m-tabs--small {
    --padding: 5px;
    --gap: 16px
}

.m-tabs--large {
    --padding: 15px;
    --gap: 32px
}

.m-tabs--disabled {
    --text-color: var(--color-mid-grey-1);
    --text-active-color: var(--color-mid-grey-3);
    --ripple-color: var(--color-pr900)
}

.m-tabs--disabled .m-tabs-item {
    cursor: not-allowed
}

#m-modal-wrapper {
    position: fixed;
    z-index: 3000
}

.m-modal {
    align-items: center;
    display: flex;
    justify-content: center;
    position: fixed!important;
    z-index: 3000
}

.m-modal,.m-modal-overlay {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0
}

.m-modal-overlay {
    background-color: rgba(0,0,0,.8);
    position: absolute
}

.m-modal-overlay.m-modal-overlay-transparent {
    background-color: transparent
}

.m-modal-container {
    background: var(--color-dark-grey-1);
    border-radius: 16px;
    box-shadow: 0 0 1px rgba(0,0,0,.32),0 12px 24px rgba(0,0,0,.24);
    display: flex;
    flex-direction: column;
    max-height: 100%;
    max-height: calc(var(--m-app-height,100vh) - 32px);
    max-width: 100%;
    min-height: 64px;
    overflow: auto;
    position: absolute;
    transition: max-width .1s ease-in-out
}

.m-modal-content {
    padding: 16px
}

.m-modal-scrollable {
    flex: 1;
    overflow: auto
}

.m-modal-header {
    align-items: center;
    border-bottom: 1px solid var(--color-dark-grey-2);
    display: flex;
    justify-content: center;
    min-height: 64px
}

.m-modal-header>* {
    border-bottom: none!important;
    min-height: inherit
}

.m-modal-footer {
    display: flex;
    gap: 16px;
    justify-content: center;
    padding: 16px
}

.m-modal-close {
    position: absolute;
    right: 24px;
    top: 16px
}

.m-modal-active-enter-active,.m-modal-active-leave-active {
    transition: opacity .2s ease-in-out
}

.m-modal-active-enter-from,.m-modal-active-leave-to {
    opacity: 0
}

@media(max-width: 1248px) {
    .m-modal-fill .m-modal-container {
        border-radius:0;
        height: 100vh;
        width: 100vw!important
    }
}

.m-segment-control {
    --segment-font-size: 16px;
    --segment-line-height: 150%;
    --segment-item-padding: 10px 17px;
    --segment-active-color: var(--color-dark-grey-4);
    background: var(--color-dark-grey-2);
    border-radius: 1000px;
    display: grid;
    grid-template-columns: repeat(var(--items-num),1fr);
    position: relative
}

.m-segment-control-item {
    border-radius: 1000px;
    color: var(--color-light-grey-3);
    cursor: pointer;
    font-size: var(--segment-font-size);
    font-weight: 600;
    line-height: var(--segment-line-height);
    padding: var(--segment-item-padding);
    text-align: center
}

.m-segment-control-item--active {
    background: var(--segment-active-color);
    color: var(--color-white)
}

.m-segment-control--small {
    --segment-font-size: 12px;
    --segment-line-height: 160%;
    --segment-item-padding: 6.5px 10px
}

.m-segment-control--large {
    --segment-item-padding: 14px 20px
}

.m-segment-control--outline {
    background: 0 0
}

.m-segment-control--outline:before {
    border: 2px solid var(--color-dark-grey-4);
    border-radius: 1002px;
    bottom: -2px;
    content: "";
    left: -2px;
    pointer-events: none;
    position: absolute;
    right: -2px;
    top: -2px
}

.m-segment-control--indigo {
    --segment-active-color: var(--color-in400)
}

.m-segment-control--primary {
    --segment-active-color: var(--color-pr500)
}

.m-slider-dots_wrap {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-top: 8px;
    width: 100%
}

.m-slider-dots {
    display: flex;
    padding: 0
}

.m-slider-dots__point {
    background: var(--color-mid-grey-1);
    border-radius: 5px;
    cursor: pointer;
    height: 4px;
    margin: 0 4px;
    overflow: hidden;
    position: relative;
    width: 30px
}

.m-slider-dots__point:before {
    background: var(--color-light-grey-5);
    border-radius: 5px;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transform: scale(.8);
    transition: all .4s ease-in-out;
    width: 100%
}

.m-slider-dots__point.activeDot:before {
    opacity: 1;
    transform: scale(1)
}

.m-slider-dots__point span {
    display: none
}

.m-slider {
    width: 100%
}

.m-slider__scroll-wrap {
    position: relative
}

.m-slider__scroll-wrap:hover .m-slider__arrow {
    opacity: 1
}

.m-slider__scroll-wrap:hover .m-slider__arrow-left {
    left: -18px
}

.m-slider__scroll-wrap:hover .m-slider__arrow-right {
    right: -18px
}

.m-slider__scroll-box {
    -ms-overflow-style: none;
    display: grid;
    grid-auto-flow: column;
    overflow-x: auto;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    width: 100%
}

.m-slider__scroll-box::-webkit-scrollbar {
    display: none
}

.m-slider__slide {
    scroll-snap-align: start
}

.m-slider__arrow.m-button {
    height: 40px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: all .3s ease-in-out;
    width: 40px;
    z-index: 10
}

.m-slider__arrow-left {
    left: 0
}

.m-slider__arrow-right {
    right: 0
}

.m-button.m-badge {
    --font-size: 10px;
    --radius: 4px;
    --padding: 1px 4px;
    border-radius: var(--radius);
    color: var(--text);
    cursor: default;
    display: inline-flex;
    font-size: var(--font-size);
    font-weight: 700;
    gap: 6px;
    line-height: 160%;
    padding: var(--padding)
}

.m-button.m-badge svg {
    height: calc(var(--font-size)*1.6);
    width: calc(var(--font-size)*1.6)
}

.m-button.m-badge.m-button--secondary {
    --background: var(--color-dark-grey-5);
    --outline: var(--color-dark-grey-5)
}

.m-button.m-badge--xs {
    --font-size: 8px;
    --radius: 2px;
    --padding: .5px 3px
}

.m-button.m-badge--m {
    --font-size: 12px;
    --radius: 6px;
    --padding: 2.5px 8px
}

.m-button.m-badge--l {
    --font-size: 14px;
    --radius: 6px;
    --padding: 3px 8px
}

.m-button.m-badge.m-button--darken {
    --background: var(--color-dark-grey-0);
    --outline: var(--color-dark-grey-0)
}

.m-button.m-counter {
    --font-size: 10px;
    --size: 16px;
    --counter-padding: 6px;
    --counter-line-height: 160%;
    border-radius: 1000px;
    color: var(--text);
    cursor: default;
    display: inline-flex;
    font-size: var(--font-size);
    font-weight: 700;
    height: var(--size);
    line-height: var(--counter-line-height);
    padding: 0 var(--counter-padding)
}

.m-button.m-counter.m-button--secondary {
    --background: var(--color-dark-grey-5);
    --outline: var(--color-dark-grey-5)
}

.m-button.m-counter--d {
    --size: 8px
}

.m-button.m-counter--s {
    --size: 12px;
    --font-size: 8px;
    --counter-padding: 4px;
    --counter-line-height: 12px
}

.m-button.m-counter--l {
    --size: 20px;
    --font-size: 12px;
    --counter-padding: 7.5px;
    --counter-line-height: 21px
}

.m-button.m-counter--xl {
    --size: 24px;
    --font-size: 14px;
    --counter-padding: 9px;
    --counter-line-height: 26px
}

.m-button.m-counter--rounded {
    border-radius: 50%;
    padding: 0;
    width: var(--size)
}

.m-info-block {
    --info-icon-size: 52px;
    --info-icon-background: var(--color-dark-grey-2);
    --info-icon-color: var(--color-mid-grey-5);
    --info-icon-gap: 12px;
    --info-title-size: 16px;
    --info-message-size: 12px;
    --info-title-weight: 600;
    flex: 1;
    flex-direction: column;
    height: 100%;
    padding: 16px;
    text-align: center;
    width: 100%
}

.m-info-block,.m-info-block-icon {
    align-items: center;
    display: flex;
    justify-content: center
}

.m-info-block-icon {
    background: var(--info-icon-background);
    border-radius: 50%;
    height: var(--info-icon-size);
    margin-bottom: var(--info-icon-gap);
    width: var(--info-icon-size)
}

.m-info-block-icon img,.m-info-block-icon svg {
    color: var(--info-icon-color);
    height: 50%;
    width: 50%
}

.m-info-block-title {
    color: var(--color-white);
    font-size: var(--info-title-size);
    font-weight: var(--info-title-weight);
    line-height: 1.6
}

.m-info-block-message {
    color: var(--color-mid-grey-3);
    font-size: var(--info-message-size);
    font-weight: 500;
    line-height: 1.6;
    text-align: center
}

.m-info-block--large {
    --info-icon-size: 60px;
    --info-icon-gap: 32px;
    --info-title-size: 23px;
    --info-title-weight: 700;
    --info-message-size: 16px
}

.m-info-block--small {
    --info-icon-size: 40px;
    --info-icon-gap: 8px;
    --info-title-size: 14px
}

.m-info-block--primary {
    --info-icon-background: var(--color-pr400);
    --info-icon-color: var(--color-white)
}

.m-info-block--indigo {
    --info-icon-background: var(--color-in500);
    --info-icon-color: var(--color-light-grey-5)
}

.m-info-block--violet {
    --info-icon-background: var(--color-vi400);
    --info-icon-color: var(--color-white)
}

.m-info-block--success {
    --info-icon-background: var(--color-su500);
    --info-icon-color: var(--color-white)
}

.m-info-block--attention {
    --info-icon-background: var(--color-at300);
    --info-icon-color: var(--color-black)
}

.m-info-block--warning {
    --info-icon-background: var(--color-wa400);
    --info-icon-color: var(--color-white)
}

.m-info-block--danger {
    --info-icon-background: var(--color-da500);
    --info-icon-color: var(--color-white)
}

.m-currency-converted {
    flex-shrink: 0;
    position: relative;
    color: #fff;
}

.m-currency-converted-enabled {
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none
}

.m-currency-converted-hidden {
    bottom: 0;
    left: 0;
    opacity: 0!important;
    position: absolute;
    top: 0
}

.m-currency-converted span,.m-currency-converted>div {
    opacity: 1;
    transition: opacity .15s ease-in-out;
    white-space: nowrap
}

.m-currency-converted-primary {
    align-items: center;
    display: flex;
    gap: 6px
}

.m-currency-converted-inverted .m-currency-converted-primary {
    flex-direction: row-reverse;
    text-align: right
}

.m-countdown-unit {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    overflow: hidden;
    position: relative
}

.m-countdown-unit--block {
    background: hsla(0,0%,100%,.1);
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    height: 32px;
    line-height: 32px;
    width: 32px
}

.m-countdown-unit>* {
    height: 100%;
    transition-timing-function: ease-in-out
}

.m-countdown-block {
    text-align: center
}

.m-countdown-block-items {
    display: flex;
    flex-wrap: nowrap;
    gap: 2px;
    overflow: hidden
}

.m-countdown-block-label {
    color: hsla(0,0%,100%,.6);
    font-size: 12px;
    font-weight: 500;
    line-height: 19.2px;
    margin-top: 2px
}

.m-countdown-block--inline {
    display: flex
}

.m-countdown-block--inline .m-countdown-block-items {
    gap: 0
}

.m-countdown {
    color: var(--color-white);
    display: flex;
    gap: 10px;
    line-height: 150%
}

.m-countdown--inline {
    font-weight: 700;
    line-height: 160%;
    overflow: hidden
}

.m-countdown--small {
    font-size: 10px;
    gap: 3px;
    height: 16px
}

.m-countdown--small .m-countdown-unit {
    width: 6px
}

.m-countdown--medium {
    font-size: 14px;
    gap: 4px;
    height: 22px
}

.m-countdown--medium .m-countdown-unit {
    width: 9px
}

.m-category-scroll {
    --sectionPadding: 16px;
    --gap-games: 8px;
    width: 100%
}

.m-category-scroll__header {
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin: 16px 0
}

.m-category-scroll__wrapper {
    overflow: hidden;
    position: relative
}

.m-category-scroll__item {
    scroll-snap-align: start
}

.m-category-scroll__item:not(:last-child) {
    margin-right: var(--gap-games)
}

.m-category-scroll__content {
    -ms-overflow-style: none;
    display: flex;
    flex-wrap: nowrap;
    margin: 0 calc(var(--sectionPadding)*-1);
    overflow-x: scroll;
    padding: 0 var(--sectionPadding);
    scroll-padding: 0 var(--gap-games);
    scroll-padding-inline-end: var(--sectionPadding);
    scroll-padding-inline-start: var(--sectionPadding);
    scrollbar-width: none;
    width: 100%
}

.m-category-scroll__content::-webkit-scrollbar {
    display: none
}

.ios .m-category-scroll__content {
    scroll-snap-type: x mandatory
}

.m-category-scroll__content .m-category-scroll__item {
    flex: 0 0 288px;
    max-width: 288px
}

.m-category-scroll__content--cols5 .m-category-scroll__item {
    flex: 0 0 140px;
    max-width: 140px
}

.m-category-scroll__content--cols6 .m-category-scroll__item {
    flex: 0 0 124px;
    max-width: 124px
}

.m-category-scroll__content--cols6 .Card-HeartWrapper {
    align-items: center;
    display: flex;
    height: 40px;
    justify-content: center;
    position: absolute;
    right: 0;
    top: -40px;
    width: 40px
}

@media(min-width: 960px) {
    .m-category-scroll__content--cols6 .Card-HeartWrapper {
        height:auto;
        position: relative;
        right: auto;
        top: auto;
        width: auto
    }
}

.m-prev-next-arrows {
    align-items: center;
    display: inline-flex;
    gap: 4px
}

.m-prev-next-arrows .m-button {
    --text: var(--color-mid-grey-5)
}

.m-prev-next-arrows .m-button:disabled {
    --text: var(--color-mid-grey-1)
}

.m-category-slider {
    width: 100%
}

.m-category-slider__header {
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
    gap: 16px;
    justify-content: space-between;
    margin: 16px 0
}

.m-category-slider__header>:nth-child(2) {
    margin-left: auto
}

.m-category-slider__header--sticky {
    background: var(--color-dark-grey-0);
    margin-top: 50px;
    padding: 9px 0;
    position: sticky;
    top: 50px;
    z-index: 100
}

@media(min-width: 768px) {
    .m-category-slider__header--sticky {
        top:62px
    }
}

@media(min-width: 1248px) {
    .m-category-slider__header--sticky {
        top:79px
    }
}

.m-category-slider__wrapper {
    overflow: hidden;
    position: relative
}

.m-category-slider__content {
    grid-gap: 16px;
    display: grid;
    grid-template-columns: repeat(4,minmax(0,1fr))
}

@media(min-width: 768px) {
    .m-category-slider__content--cols2 {
        grid-template-columns:repeat(2,minmax(0,1fr))
    }

    .m-category-slider__content--cols3 {
        grid-template-columns: repeat(3,minmax(0,1fr))
    }

    .m-category-slider__content--cols4 {
        grid-template-columns: repeat(4,minmax(0,1fr))
    }

    .m-category-slider__content--cols5 {
        grid-template-columns: repeat(5,minmax(0,1fr))
    }

    .m-category-slider__content--cols6 {
        grid-template-columns: repeat(6,minmax(0,1fr))
    }
}

.m-category-slider .slide-left-leave-active,.m-category-slider .slide-right-leave-active {
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.m-category-slider .slide-left-enter-active,.m-category-slider .slide-left-leave-active,.m-category-slider .slide-right-enter-active,.m-category-slider .slide-right-leave-active {
    transition: all .25s ease-in-out
}

.m-category-slider .slide-left-enter,.m-category-slider .slide-left-leave-to,.m-category-slider .slide-right-enter,.m-category-slider .slide-right-leave-to {
    opacity: 0;
    transform: translate(-50%)
}

.m-category-slider .slide-left-leave-to,.m-category-slider .slide-right-leave-to {
    opacity: 0;
    transform: translate(50%)
}

.m-category-slider .slide-right-enter {
    transform: translate(50%)
}

.m-category-slider .slide-right-leave-to {
    transform: translate(-50%)
}

.Card-Thumb,.CdnImage img {
    height: 100%;
    width: 100%
}

.Card-Thumb {
    display: flex;
    flex-direction: column;
    max-height: 100%;
    max-width: 100%;
    position: relative
}

.Card-Thumb .Card-Image,.Card-Thumb .Card-ImageNoCdn,.Card-Thumb .Card-Video {
    flex: 1;
    height: 100%;
    width: 100%
}

.Card-Thumb .Card-Image {
    opacity: 0;
    transition: opacity .4s ease-in-out
}

.Card-Thumb .Card-Image.fadeIn {
    opacity: 1;
    filter: saturate(130%);
}

.Card-Thumb .Card-ImageHighResolution {
    left: 0;
    position: absolute;
    top: 0;
    transition: opacity .6s ease-in-out
}

.Card-Image,.Card-Video {
    display: block;
    object-fit: cover
}

.JackpotWin {
    --border-radius-4: 4px;
    align-items: center;
    background: var(--color-dark-grey-0);
    border-radius: var(--border-radius-4);
    display: flex;
    padding: 4px 8px 4px 4px
}

.JackpotWin-Star {
    color: var(--color-at500);
    height: 14px;
    margin-right: 2px;
    width: 14px
}

.desktop .JackpotWin-Star {
    height: 16px;
    margin-right: 4px;
    width: 16px
}

.JackpotWin-Sum {
    color: var(--color-white);
    font-size: 10px;
    font-weight: 700
}

.desktop .JackpotWin-Sum {
    font-size: 12px
}

.Card-Tags__one {
    border-radius: 6px;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    padding: 4px 8px;
    width: fit-content
}

@media(max-width: 590px) {
    .Card-Tags__one {
        font-size:10px;
        padding: 2px 4px
    }
}

.Card-Tags__one+.Card-Tags__one {
    margin-top: 4px
}

.CardBadges {
    left: 8px;
    position: absolute;
    top: 8px;
    z-index: 9
}

.CardBadges .JackpotWin+.Card-Tags {
    margin-top: 4px
}

.Card {
    --color-text-overlay-gradient-body: linear-gradient(to right,transparent 10%,var(--color-dark-grey-0));
    --color-text-overlay-gradient-hover: linear-gradient(to right,transparent 10%,var(--color-dark-grey-2));
    --color-text-overlay-gradient-bg: linear-gradient(to right,transparent 10%,var(--color-dark-grey-1));
    --color-overlay: rgba(0,0,0,.6);
    --border-radius-1000: 1000px;
    --border-radius-14: 4px;
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
    width: 100%
}

@media(hover) {
    .Card: hover .Card-Overlay {
        opacity:1
    }

    .Card:hover .Card-FooterLeft:after {
        background: var(--color-text-overlay-gradient-body)
    }
}

@media(hover) {
    .Card:hover .Card-InfoBtn,.Card:hover .Card-PlayBtn,.Card:hover .Card-PlayFun {
        opacity:1
    }

    .Card:hover .Card-Thumb {
        transform: scale(1.1)
    }
}

.Card-Bets {
    background: var(--color-dark-grey-2);
    border-radius: 25px;
    color: var(--color-light-grey-5);
    font-size: 14px;
    font-weight: 700;
    left: 10px;
    padding: 5px 10px;
    position: absolute;
    top: 10px;
    z-index: 1
}

@media(min-width: 768px) {
    .Card-Bets {
        font-size:9px
    }
}

@media(min-width: 1248px) {
    .Card-Bets {
        font-size:14px
    }
}

.Card-Main {
    flex-grow: 1;
    height: 100%;
    position: relative;
    transition: all .3s;
    width: 100%
}
.load-i-game {
    z-index: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
}
.anim-load-i-game {
    width: 70px;
}
.Card-Main {
    border-top-left-radius: var(--border-radius-14);
    border-top-right-radius: var(--border-radius-14);
    flex-grow: 0;
    -webkit-mask-image: -webkit-radial-gradient(#fff,#000);
    overflow: hidden;
}

.Card-Main--clickable {
    cursor: pointer
}

.Card-Main--grayscale img {
    filter: grayscale(100%)
}

.Card-Badge {
    left: 0;
    position: absolute;
    top: 0;
    z-index: 1
}

.Card-Badge--text {
    background-color: var(--color-in600);
    color: var(--color-light-grey-5);
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    padding: 8px;
    text-transform: uppercase
}

.Card-Icon--best {
    height: 30px;
    width: 30px
}

.Card-Icon--crypto {
    height: 20px;
    position: absolute;
    right: 5px;
    top: 5px;
    width: 20px;
    z-index: 1
}

.Card-ThumbWrapper {
    background-size: cover;
    border-radius: var(--border-radius-14);
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%
}

@media(min-width: 768px) {
    .Card-ThumbWrapper {
        border-radius:var(--border-radius-14) var(--border-radius-14) 0 0
    }
}

.Card-ThumbWrapper:before {
    content: "";
    display: block;
    padding-top: 100%
}

.Card-Bg {
    height: 100%;
    object-fit: cover;
    width: 100%
}

.Card-Thumb {
    left: 0;
    min-height: 100%;
    min-width: 100%;
    position: absolute!important;
    top: 0;
    transition: all .3s
}

.Card-Sum {
    color: var(--color-pr500);
    font-size: 14px;
    font-weight: 700;
    text-align: right;
    white-space: nowrap
}

@media(max-width: 768px) {
    .Card-Sum {
        font-size:12px
    }
}

.Card-Text {
    color: var(--color-mid-grey-4);
    font-size: 12px;
    font-weight: 400;
    text-align: right
}

.Card-Label {
    color: var(--color-dark-grey-5);
    font-size: 10px;
    font-weight: 500;
    height: 16px;
    line-height: 16px;
    padding-top: 4px;
    text-transform: none;
    white-space: nowrap
}

.Card-Label:after {
    background: linear-gradient(90deg,rgba(14,21,47,0),var(--color-dark-grey-2) 90%);
    bottom: 0;
    content: "";
    height: 16px;
    position: absolute;
    right: 0;
    width: 8px
}

.Card-Overlay {
    background-color: var(--color-overlay);
    border-radius: var(--border-radius-14);
    bottom: 0;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    left: 0;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    transition: all .3s ease;
    width: 100%;
    z-index: 2
}

@media(min-width: 768px) {
    .Card-Overlay {
        border-radius:var(--border-radius-14) var(--border-radius-14) 0 0
    }
}

.Card-Provider {
    align-items: center;
    color: var(--color-mid-grey-4);
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    margin-top: 15px
}

.Card-ProviderIcon {
    height: 20px;
    margin-right: 8px
}

.Card-ProviderName {
    color: var(--color-mid-grey-4);
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: capitalize
}

.Card-PlayBtn,.Card-PlayFun {
    align-self: center;
    font-size: 16px;
    height: 44px;
    max-width: 100%;
    opacity: 0;
    padding: 0 12px;
    transition: all .3s ease;
    width: 144px
}

.Card-PlayBtn {
    margin-bottom: 4px
}

@media(max-width: 960px) {
    .Card-PlayBtn {
        font-size:14px
    }
}

@media(max-width: 768px) {
    .Card-PlayBtn {
        font-size:12px
    }
}

.Card-InfoBtn {
    align-self: center;
    font-size: 16px;
    height: 44px;
    margin-bottom: 8px;
    max-width: 100%;
    opacity: 0;
    padding: 0 12px;
    transition: all .3s ease;
    width: 97px
}

@media(max-width: 960px) {
    .Card-InfoBtn {
        font-size:14px
    }
}

@media(max-width: 768px) {
    .Card-InfoBtn {
        font-size:12px
    }
}

.Card-PlayIcon {
    fill: var(--color-light-grey-5);
    margin-right: 8px
}

.Card-DgaText {
    font-size: 11px;
    font-weight: 700;
    margin-right: 10px
}

@media(min-width: 768px) {
    .Card-DgaText {
        font-size:9px
    }
}

@media(min-width: 1248px) {
    .Card-DgaText {
        font-size:11px
    }
}

.Card-DgaPlayers {
    align-items: center;
    background: var(--color-dark-grey-2);
    border-radius: var(--border-radius-1000);
    display: flex;
    font-size: 12px;
    font-weight: 700;
    padding: 6px
}

.Card-DgaUserIcon {
    fill: var(--color-mid-grey-5);
    margin-right: 3px
}

.Card-TableInfo {
    background: var(--color-dark-grey-1);
    bottom: 0;
    color: var(--color-light-grey-5);
    height: 44px;
    left: 0;
    padding: 0 10px;
    position: absolute;
    width: 100%;
    z-index: 1
}

.Card-Info,.Card-TableInfo {
    align-items: center;
    display: flex;
    justify-content: space-between
}

.Card-Info {
    flex-wrap: wrap
}

.Card-InfoIcon {
    filter: invert(100%);
    height: 15px;
    margin-right: 5px;
    width: 15px
}

@media(min-width: 768px) {
    .Card-InfoIcon {
        height:10px;
        width: 10px
    }
}

@media(min-width: 1248px) {
    .Card-InfoIcon {
        height:15px;
        width: 15px
    }
}

.Card-Results {
    display: flex
}

.Card-Result {
    align-items: center;
    background-color: var(--color-dark-grey-2);
    border-radius: 50%;
    display: flex;
    font-size: 12px;
    font-weight: 600;
    height: 28px;
    justify-content: center;
    margin-right: 5px;
    width: 28px
}

.Card-Result:last-child {
    margin-right: 0
}

.Card-FooterLeft {
    flex-grow: 1;
    min-width: 0;
    overflow: hidden;
    position: relative
}

.Card-Footer {
    align-items: center;
    border-radius: 0 0 4px 4px;
    display: flex;
    flex-shrink: 0;
    justify-content: space-between;
    max-width: 100%;
    padding: 4px 0;
    position: relative
}
.Card-Footer {
    background: rgb(20 28 38 / 55%);
    padding: 8px 16px
}

.Card-Name {
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 12px;
    font-weight: bold;
    max-width: 100%;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

@media(min-width: 768px) {
    .Card-Name {
        font-size:14px
    }
}

.Card-HeartWrapper {
    overflow: visible;
    padding-left: 10px
}

@media(min-width: 768px) {
    .Card-HeartWrapper {
        padding-left:14px
    }
}

.Card-Heart {
    fill: var(--color-light-grey-3);
    cursor: pointer;
    flex-shrink: 0;
    height: 24px;
    transform-origin: center;
    width: 24px
}

.Card-Heart:hover {
    fill: var(--color-light-grey-5)
}

.Card-FooterBtn {
    font-size: 12px;
    height: 32px;
    margin-left: 8px;
    padding: 0 16px;
    white-space: nowrap
}

@media(min-width: 768px) {
    .Card-FooterBtn {
        height:40px
    }
}

@media(min-width: 1248px) {
    .Card-FooterBtn {
        font-size:16px;
        height: 44px;
        margin-left: 12px;
        padding: 0 20px
    }
}

.Card--skeleton {
    pointer-events: none
}

.Card--skeleton .Card-FooterLeft {
    opacity: .2
}

.Card--skeleton .Card-FooterLeft .Card-Name,.Card--skeleton .Card-FooterLeft .Card-ProviderName {
    display: block;
    position: relative;
    width: 75%
}

.Card--skeleton .Card-FooterLeft .Card-Name:before,.Card--skeleton .Card-FooterLeft .Card-ProviderName:before {
    content: " "
}

.Card--skeleton .Card-FooterLeft .Card-Name:after,.Card--skeleton .Card-FooterLeft .Card-ProviderName:after {
    background: var(--color-light-grey-5);
    border-radius: 4px;
    bottom: 2px;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 2px
}

.Card--skeleton .Card-FooterLeft .Card-ProviderName {
    opacity: .5;
    width: 55%
}

.Card--skeleton .Card-HeartWrapper {
    opacity: .3
}

.Card--dga:hover .Card-Footer {
    background: 0 0
}

.Card--dga:hover .Card-FooterLeft:after {
    background: var(--color-text-overlay-gradient-body)
}

.Card--dga .Card-ImageWrapper {
    border-radius: var(--border-radius-14)
}

.Card--dga .Card-Footer {
    background: 0 0;
    padding: 8px 0
}

.Card--dga .Card-FooterLeft:after {
    background: var(--color-text-overlay-gradient-body)
}

.m-accordion-item {
    background: var(--color-dark-grey-2);
    border-radius: 8px;
    font-size: 14px;
    line-height: 160%
}

.m-accordion-item__header {
    align-items: center;
    background: var(--color-dark-grey-3);
    border-radius: 8px;
    color: var(--color-white);
    cursor: pointer;
    display: flex;
    font-weight: 600;
    gap: 8px;
    justify-content: space-between;
    padding: 11px 16px
}

.m-accordion-item__header--inverted {
    flex-direction: row-reverse
}

.m-accordion-item__header:focus-visible,.m-accordion-item__header:hover {
    background: var(--color-dark-grey-4)
}

.m-accordion-item__header-title {
    flex: 1
}

.m-accordion-item__header .m-icon {
    color: var(--color-mid-grey-5);
    flex-shrink: 0;
    height: 20px;
    width: 20px
}

.m-accordion-item__content {
    border-radius: 8px;
    color: var(--color-light-grey-1);
    font-weight: 500;
    padding: 12px 16px
}

.m-accordion {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.avatar {
    align-items: center;
    background: var(--color-dark-grey-2);
    border-radius: 50%;
    display: flex;
    justify-content: center
}

.avatar__img {
    width: 100%
}

.avatar__empty {
    fill: var(--color-mid-grey-4);
    height: 55%;
    width: 55%
}
.app {
    display: flex;
    flex-flow: row;
    overflow: hidden;
    width: 100vw;
}
.nav-sidebar {
    background: var(--color-dark-grey-1);
    position: relative;
    z-index: 1;
    flex: 0;
}
.nav-sidebar-content {
    transition: all .5s ease;
    width: var(--nav-sidebar-width);
}
.nav-sidebar-wrapped {
    background: var(--color-dark-grey-1);
}
.nav-sidebar-header {
    align-items: center;
    animation: fade .6s ease-in-out;
    display: flex;
    height: var(--nav-height,64px);
    justify-content: center;
    position: relative;
    z-index: 104;
    background: #1c2433;
}
.nav-sidebar-header-toggle {
    bottom: 0;
    cursor: pointer;
    height: var(--nav-height,64px);
    left: 0;
    position: absolute;
    top: 0;
    width: var(--nav-height,64px);
}
.nav-sidebar-header-toggle svg {
    color: rgb(162, 165, 175);
    transform: scale(1);
    transition: all .3s ease-in-out;
    width: 24px;
}
.nav-sidebar-wrapped-content {
    animation: slide-up-opacity .6s cubic-bezier(.4,0,.2,1) .3s forwards;
    height: calc(var(--app-height,100vh) - var(--nav-height,64px));
    opacity: 0;
    overflow-y: scroll;
    padding: 16px 8px;
    width: 64px;
    z-index: 103;
}
.nav-sidebar-wrapped .divider-bottom {
    margin-bottom: 16px;
    position: relative;
}
.nav-sidebar-smartico-wrapped {
    align-items: center;
    display: flex;
    flex-flow: column;
}
.nav-smartico-missions__button {
    align-items: center;
    background: 0 0;
    border-radius: 8px;
    color: var(--color-white);
    cursor: pointer;
    display: flex;
    font-size: 10px;
    font-weight: 700;
    gap: 8px;
    line-height: 16px;
    -webkit-mask-image: -webkit-radial-gradient(#fff,#000);
    overflow: hidden;
    padding: 4px;
    position: relative;
    text-align: initial;
}
.nav-smartico-missions--wrapped .nav-smartico-missions__button:hover {
    background: var(--color-dark-grey-2);
}
.nav-smartico-missions__img {
    height: 40px;
    pointer-events: none;
    width: 40px;
    z-index: 1;
}
.nav-sidebar-icon {
    align-items: center;
    cursor: pointer;
    display: flex;
    height: 48px;
    justify-content: center;
    width: 48px;
}
.nav-sidebar-icon.active, .nav-sidebar-icon:hover {
    background: var(--color-dark-grey-3);
    border-radius: 8px;
}
.nav-sidebar-icon svg {
    color: var(--color-mid-grey-5);
    height: 24px;
    pointer-events: none;
    width: 24px;
}
.nav-sidebar-wrapped .divider-bottom {
    margin-bottom: 16px;
    position: relative;
}
.nav-sidebar-wrapped .divider-top {
    margin-top: 16px;
    position: relative;
}
.nav-sidebar-wrapped .divider-top:before {
    background: var(--color-dark-grey-2);
    content: "";
    height: 1px;
    left: 12px;
    position: absolute;
    top: -8px;
    width: 24px;
}
.nav-sidebar-wrapped .divider-bottom:after {
    background: var(--color-dark-grey-2);
    bottom: -8px;
    content: "";
    height: 1px;
    left: 12px;
    position: absolute;
    width: 24px;
}
.nav-sidebar-support-wrapped svg {
    color: var(--color-su400);
}
.header__search-icon {
    height: 24px;
    min-width: 24px
}

.header-search {
    color: var(--color-mid-grey-2);
    cursor: pointer;
    height: 24px;
    margin: 0 6px;
    transition: color .2s ease-in-out
}

.header-search:hover {
    color: var(--color-pr500)
}

.mobile .header-search {
    display: none;
    margin: 0
}

.chat-button {
    height: 21px;
    width: 30px
}

.chat-button.m-button {
    display: inline-flex
}

.chat-button.m-button--icon {
    background: 0 0;
    box-shadow: none;
    outline: none;
    padding: 0!important
}

.chat-button svg {
    color: var(--color-mid-grey-5);
    transition: color .2s
}

.chat-button svg:hover,.chat-button:before {
    color: var(--color-white)
}

.chat-button:before {
    background: var(--color-dark-grey-5);
    border: 1px solid var(--color-dark-grey-0);
    border-radius: 1000px;
    content: attr(data-unread-count);
    display: none;
    font: 600 10px Montserrat;
    padding: 1px 4px;
    position: absolute;
    right: -5px;
    top: -4px;
    user-select: none
}

.chat-button--visible:before {
    display: initial
}

.chat-button--own:before {
    background: var(--color-pr500)
}

.auth-section-badge {
    align-items: center;
    background: var(--color-su500);
    border-radius: 8px;
    color: var(--color-light-grey-4);
    display: flex;
    font-size: 12px;
    font-weight: 700;
    gap: 4px;
    justify-content: center;
    padding: 3px 8px;
    position: relative;
    width: 120px;
    z-index: 20
}

.auth-section-badge img {
    height: 19px;
    width: 19px
}

.SmarticoNotify {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzEiIGhlaWdodD0iMjgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTkuMDQyIDIzLjAwM2g1LjkxNmEzIDMgMCAwIDEtNS45MTYgMFptMi45NTgtMTdhNy41IDcuNSAwIDAgMSA3LjUgNy41djRsMS40MTggMy4xNkEuOTUuOTUgMCAwIDEgMjAuMDUyIDIyaC0xNi4xYS45NS45NSAwIDAgMS0uODY3LTEuMzM4bDEuNDE1LTMuMTZWMTMuNDlsLjAwNS0uMjVBNy41IDcuNSAwIDAgMSAxMiA2LjAwNFoiIGZpbGw9IiNBMkE1QUYiLz48L3N2Zz4=) no-repeat;
    cursor: pointer;
    height: 28px;
    opacity: .9;
    position: relative;
    width: 31px
}

.SmarticoNotify:hover {
    opacity: 1
}

.SmarticoNotify:before {
    background: var(--color-pr500);
    border: 2px solid var(--color-dark-grey-0);
    border-radius: 40%;
    color: var(--color-white);
    content: attr(data-unread-count);
    display: none;
    font-size: 10px;
    font-weight: 600;
    padding: 1px 5px;
    position: absolute;
    right: -2px;
    top: -3px;
    user-select: none
}

.SmarticoNotify--visible:before {
    display: initial
}

.smartico-mail {
    align-items: center;
    cursor: pointer;
    display: flex;
    position: relative;
    transition: all .2s ease-in-out
}

.smartico-mail .m-icon {
    color: var(--color-light-grey-4);
    height: 24px;
    transition: all .2s ease-in-out;
    width: 24px
}

.smartico-mail .m-icon:hover {
    color: var(--color-white)
}

.smartico-mail:active .m-icon {
    color: var(--color-light-grey-2)
}

.smartico-mail-notification {
    background: var(--color-pr400);
    border-radius: 50%;
    display: block;
    height: 8px;
    position: absolute;
    right: -2px;
    top: calc(50% - 12px);
    width: 8px
}

.SmarticoAvatar {
    border-radius: 50%;
    width: 100%
}

.AuthSectionAvatar {
    align-items: center;
    display: flex;
    flex-shrink: 0;
    height: 32px;
    justify-content: center;
    position: relative;
    width: 32px
}

.AuthSectionAvatar,.Cryptoleo .AuthSectionAvatar {
    background: var(--color-dark-grey-2);
    border-radius: 50%
}

.AuthSectionAvatar-Icon {
    height: 18px;
    width: 18px
}

.NavSidebar .AuthSectionAvatar {
    height: 56px;
    margin: 0 14px 0 0;
    width: 56px
}

.AuthSectionAvatar-Rank {
    background: var(--color-dark-grey-1);
    border-radius: 50%;
    bottom: -2px;
    height: 18px;
    padding: 2px;
    pointer-events: none;
    position: absolute;
    right: -2px;
    width: 18px
}

.AuthSectionAvatar-Rank img {
    width: 100%
}

.NavSidebar .AuthSectionAvatar-Rank {
    display: none
}

.wager-locked-badge.m-badge.m-button {
    border-radius: 1000px;
    gap: 3px;
    line-height: 12px;
    padding: 2px 4px;
    position: absolute;
    right: -2px;
    top: -6px;
    white-space: nowrap
}

.wager-locked-badge.m-badge.m-button .m-icon {
    height: 10px;
    width: 10px
}

.auth-section-balance-content {
    width: 100%
}

.auth-section-balance {
    align-items: center;
    background: var(--color-dark-grey-1);
    border-radius: 100px;
    color: var(--color-white);
    cursor: pointer;
    display: flex;
    font-size: 12px;
    height: 100%;
    padding: 0 8px;
    position: relative
}

.auth-section-balance-content {
    overflow: hidden
}

.auth-section-balance-content .m-currency-converted-icon {
    height: 18px;
    width: 18px
}

.auth-section-balance-shadowed {
    padding-right: 20px
}

.auth-section-balance-shadowed .auth-section-balance-content {
    position: relative
}

.auth-section-balance-shadowed .auth-section-balance-content:after {
    background: var(--gradient-dark-grey-1-right);
    border-radius: 100%;
    content: "";
    height: 100%;
    position: absolute;
    right: -1;
    top: 0;
    width: 8px
}

.auth-section-balance-wrapper {
    min-width: 0
}

.Cryptoleo.desktop .auth-section-balance {
    width: 154px
}

.auth-section-balance-text {
    line-height: 32px;
    overflow: hidden;
    position: relative;
    white-space: nowrap
}

.auth-section-balance-dropdown {
    left: 0!important
}

.auth-section-balance[active=true]:before {
    border: 2px solid var(--color-dark-grey-2);
    border-radius: 102px;
    bottom: -2px;
    content: "";
    left: -2px;
    pointer-events: none;
    position: absolute;
    right: -2px;
    top: -2px
}

.auth-section-balance .auth-section-balance-arrow {
    color: var(--color-mid-grey-4);
    height: 12px;
    position: absolute;
    right: 8px;
    transition: transform .25s ease-in-out;
    width: 12px
}

.auth-section-balance .auth-section-balance-arrow[active=true] {
    transform: rotate(180deg)
}

.auth-section {
    align-items: center;
    display: flex;
    gap: 4px;
    min-width: 0;
    position: relative
}

.auth-section__chat.chat-button {
    display: none;
    margin-left: 4px
}

.auth-section__search.header-search {
    display: initial;
    order: -1
}

.auth-section-Notify {
    order: 1
}

@media(min-width: 768px) {
    .auth-section-Notify {
        order:0
    }
}

.auth-section .m-button-content {
    position: relative
}

.auth-section-badge {
    margin: 0 auto;
    position: absolute;
    right: -13px;
    top: -13px;
}

.m-button-content img, .m-button-content svg {
    display: block;
    height: var(--line-height);
    margin: 0;
    padding: 0;
    width: var(--line-height);
}

.bonus-badge img {
    width: 10px;
    height: 10px;
}

.auth-section-badge-arrow:after {
    background: var(--color-su500);
    border: inherit;
    border-radius: 0 0 0 .25em;
    bottom: -15px;
    clip-path: polygon(0 0,100% 100%,0 100%);
    content: "";
    height: 12px;
    margin: 0 auto;
    position: absolute;
    transform: rotate(135deg);
    width: 12px;
    z-index: 20
}

@media(max-width: 768px) {
    .auth-section-badge-left {
        right:calc(50% - 60px)
    }
}

@media(min-width: 460px) {
    .auth-section__chat.chat-button {
        display:initial
    }
}

.nav-logo {
    cursor: pointer;
    text-align: center;
}

.nav-menu-item {
    align-items: center;
    border-radius: 8px;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-size: 12px;
    font-weight: 600;
    gap: 6px;
    height: 32px;
    justify-content: center;
    padding: 6px 9px;
    transition: all .3s ease-in-out
}

.nav-menu-item svg {
    color: var(--color-pr500);
    width: 20px
}

.nav-menu-item.active svg {
    color: var(--color-pr500)
}

.nav-menu {
    background: rgb(0 0 0 / 26%);
    border-radius: 4px;
    display: flex;
    flex-flow: row;
}

.nav-menu-alternative {
    display: flex;
    flex-flow: row;
    gap: 20px
}

.nav-menu-alternative a {
    align-items: center;
    color: var(--color-mid-grey-5);
    display: flex;
    font-size: 12px;
    font-weight: 400;
    white-space: nowrap
}

@media(hover) {
    .nav-menu-alternative a: hover {
        color:var(--color-white)
    }
}

.nav-menu-alternative a.active {
    color: var(--color-pr500)
}

.nav-menu-alternative a svg {
    fill: currentColor;
    height: 16px;
    margin-right: 6px;
    width: 16px
}

.NavItem {
    align-items: center;
    color: var(--color-light-grey-3);
    display: flex;
    font-size: 14px;
    font-weight: 500;
    padding: 9px 20px;
    position: relative;
    transition: padding .5s;
    width: 100%
}

.Dashboard .NavDesktop .NavItem:not(.NavItem--active):hover,.mobile .NavItem:not(.NavItem--active):hover,.tablet .NavItem:not(.NavItem--active):hover {
    color: var(--color-white);
    padding: 9px 20px 9px 24px
}

.Dashboard .NavDesktop .NavItem:not(.NavItem--active):hover .NavItem-Icon,.mobile .NavItem:not(.NavItem--active):hover .NavItem-Icon,.tablet .NavItem:not(.NavItem--active):hover .NavItem-Icon {
    fill: var(--color-mid-grey-5)
}

.desktop .NavMobDropdown .NavItem:not(.NavItem--active):hover {
    background: var(--color-dark-grey-3)
}

.NavItem--active {
    color: var(--color-light-grey-5)
}

.NavItem--active:after {
    background: var(--color-warning-default);
    border-radius: 0 4px 4px 0;
    content: "";
    height: 20px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 3px
}

.NavItem--active .NavItem-Icon {
    fill: var(--color-white)
}

.NavItem-Icon {
    color: var(--color-mid-grey-3);
    height: 20px;
    margin-right: 10px;
    width: 20px
}

.nav-items {
    gap: 10px
}

.nav-items-badge {
    margin-left: auto
}

.nav-items-attention {
    color: var(--color-at400);
    width: 20px
}

.NavMobDropdown {
    display: inline-flex
}

.mobile .NavMobDropdown {
    display: block;
    width: 100%
}

.NavMobDropdown-Content {
    background: var(--color-dark-grey-1);
    display: flex;
    flex-flow: column;
    overflow-y: auto;
    padding: 8px 0;
    position: fixed;
    top: 54px;
    z-index: 19
}

.mobile .NavMobDropdown-Content,.tablet .NavMobDropdown-Content {
    left: 0;
    max-height: calc(var(--app-height) - 54px);
    width: 100%
}

.desktop .NavMobDropdown-Content {
    box-shadow: 0 0 1px rgba(0,0,0,.32),0 8px 16px rgba(0,0,0,.24);
    width: 236px
}

.NavMobDropdown-Overlay {
    background-color: rgba(0,0,0,.7);
    bottom: 0;
    content: "";
    position: fixed;
    right: 0;
    top: 54px;
    z-index: 18
}

.NavMobDropdown-NavItem {
    align-items: center;
    cursor: pointer;
    display: flex;
    height: 38px;
    justify-content: space-between
}

.NavMobDropdown-NavItem:hover {
    background: var(--color-pr500)
}

.NavMobDropdown-NavItem:hover .NavMobDropdown-NavLink {
    color: var(--color-white)
}

.NavMobDropdown-NavItem:hover .NavMobDropdown-NavIcon {
    fill: #fde2d3
}

.NavMobDropdown-NavLink {
    align-items: center;
    color: var(--color-light-grey-4);
    display: flex;
    flex-grow: 1;
    font-size: 14px;
    font-weight: 500;
    justify-content: flex-start;
    margin: 8px 16px
}

.NavMobDropdown-NavIcon {
    fill: var(--color-mid-grey-5);
    height: 20px;
    margin-right: 12px;
    width: 20px
}

.NavMobDropdown-Line {
    background: var(--color-dark-grey-2);
    display: block;
    height: 1px;
    margin: 8px 16px
}

.NavMobDropdown .NavItem {
    padding: 9px 16px
}

.NavMobDropdown .NavItem--active {
    background: var(--color-pr500)
}

.NavMobDropdown .NavItem--active:after {
    display: none
}

.email-verification-banner {
    background-color: var(--color-in400);
    position: relative;
    width: 100%
}

.email-verification-banner-text {
    align-items: center;
    color: var(--color-in050);
    cursor: pointer;
    display: flex;
    gap: 6px;
    min-height: 46px;
    padding: 4px 40px 4px 10px
}

@media(min-width: 590px) {
    .email-verification-banner-text {
        min-height:27px
    }
}

.email-verification-banner-text>div {
    display: block;
    font-size: 12px;
    line-height: 160%
}

.email-verification-banner-text svg {
    height: 18px;
    min-width: 18px;
    width: 18px
}

@media(min-width: 590px) {
    .email-verification-banner-text {
        gap:8px;
        justify-content: center;
        padding: 4px 10px
    }
}

.email-verification-banner-text .icon {
    align-items: center;
    color: var(--color-white);
    display: inline-flex;
    height: 18px;
    width: 24px
}

.email-verification-banner-text span {
    color: var(--color-white)
}

.email-verification-banner-close {
    align-items: center;
    color: var(--color-in050);
    cursor: pointer;
    display: flex;
    height: 100%;
    position: absolute;
    right: 11px;
    top: 0
}

.email-verification-banner-close svg {
    height: 16px;
    width: 16px
}

@media(min-width: 590px) {
    .email-verification-banner-close {
        right:18px
    }
}

.main-nav {
    background: #1c2433;
    position: sticky;
    top: 0;
    z-index: 101
}

.main-nav-content {
    align-items: center;
    display: flex;
    height: var(--nav-height,64px);
    justify-content: space-between;
}

.main-nav-toggle {
    cursor: pointer;
    height: var(--nav-height,64px);
    margin-right: 10px
}

.main-nav-toggle svg {
    color: var(--color-mid-grey-5);
    width: 24px
}

.main-nav-toggle svg:hover {
    color: var(--color-light-grey-5)
}

.main-nav-logo {
    animation: fade .5s ease-in-out;
    cursor: pointer;
    flex: none
}

.main-nav-logo--hidden {
    display: none;
    margin-right: 0
}

@media(min-width: 1280px) {
    .main-nav-logo {
        margin-right:12px
    }
}

.main-nav-auth {
    align-items: center;
    display: flex;
    flex-grow: 1;
    justify-content: flex-end;
    min-width: 0
}

.app {
    display: flex;
    flex-flow: row;
    overflow: hidden;
    width: 100vw;
    margin-top: 36px;
}

.app #container {
    -webkit-overflow-scrolling: touch;
    display: flex;
    flex: 1;
    flex-direction: column;
    height: var(--app-height,100vh);
    overflow-x: hidden;
    overflow-y: auto
}

.app #container .Footer {
    margin-top: 30px;
    padding-top: 24px;
}
.lobby {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-top: 16px;
    background: #0d121b;
}
.mf-lobby-banners .m-slider__scroll-wrap {
    position: relative;
}
.m-slider-dots_wrap {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-top: 8px;
    width: 100%;
}
.m-slider__scroll-box {
    -ms-overflow-style: none;
    display: grid;
    grid-auto-flow: column;
    overflow-x: auto;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    width: 100%;
}
.mf-lobby-banners .m-slider__slide {
    position: relative;
    overflow: hidden;
}
.mf-lobby-banner {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    aspect-ratio: 2/1;
    padding: 0 4px;
}
.mf-lobby-banner-picture {
    display: inline-block;
    width: 100%;
}
.mf-lobby-banner-picture img {
    width: 100%;
    height: 100%;
    aspect-ratio: 2/1;
    object-fit: cover;
    border-radius: 16px;
}
.mf-lobby-banner-Content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: clamp(16px,4%,40px);
}
.mf-lobby-banner-upperText {
    font-weight: 600;
    font-size: 10px;
    line-height: 1.1em;
    margin-bottom: 8px;
    color: var(--color-white);
}
.mf-lobby-banner-middleText {
    font-size: 20px;
    line-height: 1.4em;
    font-weight: 800;
    color: var(--color-at400);
}
.mf-lobby-banner-middleText {
    font-size: 28px;
}
.mf-lobby-banner-btn-container {
    margin-top: auto;
    padding-top: 16px;
}
.CategoriesTabs {
    position: relative;
    top: initial;
    left: initial;
    display: grid;
    width: 100%;
    margin: 0 0 10px;
    padding: 0;
    overflow-x: auto;
    grid-template-columns: repeat(var(--tabs-count, 9), 1fr);
    grid-gap: 10px;
}
.CategoriesTabs-Tab {
    position: relative;
    display: flex;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    margin-right: 8px;
    padding: 12px 16px;
    line-height: 1.18;
    white-space: nowrap;
    background-color: var(--color-dark-grey-1);
    border-radius: 16px;
    cursor: pointer;
    transition: background-color .3s;
    user-select: none;
    -webkit-touch-callout: none;
    flex-direction: column;
}
.CategoriesTabs-Tab:hover {
    background-color: var(--color-dark-grey-2);
}
.CategoryIcon {
    width: 32px;
    height: 32px;
    user-select: none;
    pointer-events: none;
    -webkit-touch-callout: none;
    margin-right: 0;
    margin-bottom: 7px
}
.DefaultGames-Name {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.242;
    text-align: center;
    color: var(--color-light-grey-5);
    display: block;
}
.DefaultGames-Title {
    display: flex;
    align-items: center;
    font-size: 18px;
    text-transform: none;

}
.DefaultGames-CategoryIcon {
    display: block;
    margin-right: 8px;
}
@media(hover) {
    .Card:hover .Card-Overlay {
      opacity:1
    }
}

@media(hover) {
    .Card:hover .Card-InfoBtn,
    .Card:hover .Card-PlayBtn,
    .Card:hover .Card-PlayFun {
      opacity:1
    }
    .Card:hover .Card-Thumb {
      transform:scale(1.1)
    }
}
.bets-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 4px;
    border-bottom: 1px solid var(--color-dark-grey-2);
    margin-bottom: 12px;
}
.bets-type-switch {
    min-width: 288px;
}
.bets-body {
    min-width: 100%;
    overflow-x: auto;
    background-color: var(--color-dark-grey-0);
    margin-bottom: 8px;
}
.bets-table {
    display: grid;
    width: auto;
    min-width: 100%;
    animation: fade .6s ease-in;
}
.bets-table-header {
    background: rgba(0,0,0,0);
    display: grid;
    grid-auto-flow: column;
    padding: 6px 16px 7px;
}
.bets-table-cell {
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    white-space: nowrap;
    color: var(--color-mid-grey-1);
    font: 500 12px/19px "Montserrat";
}
.bets-table-cell:not(:last-child):not(.bets-table-cell-bet)::after {
    content: "";
    position: absolute;
    width: 20px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    background: var(--bet-row-gradient);
}
.bets-table-row-group, .bets-table-live {
    overflow: hidden;
    height: 400px;
    position: relative;
    min-width: 100%;
}
.bets-table-live-new-bets, .bets-table-live-old-bets {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 400px;
    transition: transform .4s ease-out;
    -webkit-transition: transform 400ms ease-out;
    background-color: var(--color-dark-grey-0);
    will-change: transform;
    -webkit-transform: translate(0, -240px);
    transform: translate(0, -240px);
    transition: transform .4s ease-out;
    -webkit-transition: transform 400ms ease-out;
}
.bets-table-row {
    --bet-row-background: var(--color-dark-grey-0);
    --bet-row-gradient: var(--gradient-dark-grey-0-right);
    display: grid;
    grid-auto-flow: column;
    border-radius: 4px;
    height: 40px;
    padding: 0 16px;
    background: var(--bet-row-background);
    gap: 4px;
    cursor: pointer;
}
.bets-table-data:nth-child(2n+1) {
    --bet-row-background: var(--color-dark-grey-1);
    --bet-row-gradient: var(--gradient-dark-grey-1-right);
    border-radius: 8px;
}
.bets-table .bets-table-row, .bets-table .bets-table-header {
    grid-template-columns: 280px 230px repeat(auto-fit, minmax(90px, 1fr));
}
.bets-game {
    cursor: pointer;
    display: inline-grid;
    grid-template-columns: max-content auto;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    overflow: hidden;
    position: relative;
}
.bets-game-image {
    position: relative;
    width: 20px;
    height: 20px;
    border-radius: 4px;
}
.bets-game-image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: opacity .2s;
}
.bets-player {
    display: flex;
    align-items: center;
    gap: 4px;
    overflow: hidden;
    color: var(--color-light-grey-1);
}
.bets-type-switch .m-segment-control-item {
    display: flex;
    align-items: center;
    gap: 5.5px;
    justify-content: center;
}
.feedback-section--large {
    display: flex;
    justify-content: space-between;
    padding: 24px;
}
.feedback-section {
    padding: 16px;
    background: var(--color-dark-grey-1);
    border-radius: 16px;
}
.feedback-section-column--large {
    width: calc(50% - 16px);
}
.feedback-section-header-title {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 1.4;
    color: var(--color-light-grey-5);
    text-align: center;
}
.feedback-section-header-title--large {
    margin-bottom: 16px;
    font-size: 32px;
    text-align: left;
}
.feedback-section-header-subtitle--large {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.5;
    text-align: left;
}
.feedback-section-header-subtitle {
    margin-bottom: 16px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.6;
    color: var(--color-mid-grey-5);
    text-align: center;
}
.feedback-form .m-form-field {
  margin-bottom: 8px;
}
.feedback-form-submit {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.feedback-form-submit span {
  font-size: 12px;
  font-weight: 500;
  color: var(--color-mid-grey-3);
}
.ProvidersSection .Provider-Card {
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgb(44 51 60);
  box-shadow: 0 0 56px rgba(0, 0, 0, .32), 0 40px 64px rgba(0, 0, 0, .24);
  border-radius: 0.375rem;
  height: 60px;
  cursor: pointer;
  width: 100%;
}
.ProvidersSection .Provider-Card > img {
  width: auto !important;
  object-fit: contain;
  display: block;
  padding: 10px;
}
.BreadcrumbList {
  align-items: center;
  background-color: var(--color-dark-grey-1);
  color: var(--color-white);
  display: flex;
  font-size: 12px;
  margin-bottom: 80px;
  margin-top: 40px;
  padding: 7px 16px;
}
.BreadcrumbList-Item {
  margin-right: 16px;
  position: relative;
}
.BreadcrumbList-ItemLink {
    align-items: center;
    color: var(--color-white);
    display: flex;
    gap: 16px;
    text-transform: capitalize;
}
.BreadcrumbList-Item .m-icon {
    color: var(--color-pr400);
    height: 10px;
    width: 10px;
}
.BreadcrumbList-Item .active, .BreadcrumbList-Item:last-child {
    color: var(--color-text-faded);
}
.FooterNav {
    align-items: flex-start;
    border-bottom: 1px solid var(--color-border);
    display: flex;
    margin-bottom: 40px;
    padding: 30px 0 40px;
    justify-content: space-between;
}
.FooterNav .nav-logo {
    display: block;
    margin-bottom: 33px;
}
.FooterSocials {
    display: flex;
    flex-direction: column;
}
.FooterSocials > span {
    color: var(--color-light-grey-4);
    display: block;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 8px;
}
.FooterSocials > div {
    align-items: center;
    display: flex;
}
.FooterSocials a:not(:last-child) {
    margin-right: 8px;
}
.FooterSocials > div .m-button {
    border-radius: 50%;
    height: 32px;
    width: 32px;
}
.FooterLinks {
    grid-gap: 14px;
    align-items: start;
    display: grid;
    flex: 0 0 55%;
    grid-auto-flow: column;
    grid-template-rows: repeat(var(--rowsCount),1fr);
}
.FooterLinks > a {
    align-self: flex-start;
    break-inside: avoid;
    color: var(--color-mid-grey-4);
    display: block;
    font-size: 12px;
    line-height: 1.6;
    text-decoration: none;
}
.FooterSupport {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
}
.FooterSupport > div {
    color: var(--color-light-grey-5);
    font-size: 18px;
    line-height: 1.4;
}
.FooterSupport > span {
    color: var(--color-light-grey-1);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.6;
    margin-bottom: 18px;
}
.FooterSupport > a {
    align-items: center;
    color: var(--color-light-grey-5);
    display: inline-flex;
    flex-shrink: 1;
    font-size: 16px;
    line-height: 1.5;
}
.FooterSupport > a > svg {
    color: var(--color-pr500);
    height: 18px;
    margin-right: 8px;
    width: 18px;
}
.Footer-Icons {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 17px;
}
.Curacao[data-v-1ec2412c] {
    align-items: center;
    display: flex;
}
.Curacao > img[data-v-1ec2412c]:not(:last-child) {
    margin-right: 10px;
    width: 30px;
}
.Footer-License {
    align-items: center;
    display: flex;
    margin: 0 0 0 auto;
}
.Footer-License > :not(:last-child) {
    margin-right: 20px;
}
.FooterMoreIcons {
    align-items: center;
    display: flex;
}
.Footer-License > :not(:last-child) {
    margin-right: 20px;
}
.FooterMoreIcons > :not(:last-child) {
    margin-right: 20px;
}
.lang-switcher-btn {
    font-size: 12px;
    font-weight: bold;
}
.lang-switcher-btn svg{
    margin-right: 10px;
}
.Footer-Text {
    color: var(--color-mid-grey-1);
    font-size: 11px;
    font-weight: 500;
    line-height: 1.6;
    margin-bottom: 17px;
}
.Footer-Contact {
    color: var(--color-light-grey-5);
}
.Footer > p {
    color: var(--color-mid-grey-5);
    font-size: 11px;
    font-weight: 500;
    line-height: 1.6;
    margin: 16px 0;
    text-align: center
}
.Footer {
    padding-bottom: 54px;
}
.opened .nav-sidebar-content {
    width: 240px;
    overflow: scroll;
    height: 100vh;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;
}

.opened .nav-sidebar-content::-webkit-scrollbar {
  display: none;
}
.nav-sidebar-expanded {
    display: none;
}
.opened .nav-sidebar-expanded{
    height: 100vh;
    display: flex;
    flex: 1;
    flex-direction: column;
}
.nav-sidebar-expanded-content {
    display: flex;
    flex: 1;
    flex-direction: column;
    overflow: hidden;
    width: 100%;
}
.nav-sidebar-expanded-scrollY {
    flex: 1;
    min-height: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 16px 8px;
} 
.nav-sidebar-expanded--gap {
    display: flex;
    flex-flow: column;
    padding: 16px 8px 8px;
}
.nav-sidebar-smartico-card--bonus, .nav-sidebar-smartico-expanded {
    margin-bottom: 16px;
}
.nav-sidebar-smartico-cards {
    background: var(--color-dark-grey-0);
    border-radius: 8px;
    display: grid;
    gap: 4px;
    grid-template-columns: repeat(2,1fr);
    padding: 4px;
}
.nav-smartico-missions__button {
    align-items: center;
    background: var(--color-dark-grey-2);
    border-radius: 4px;
    color: var(--color-white);
    cursor: pointer;
    display: flex;
    font-size: 10px;
    font-weight: 700;
    gap: 8px;
    line-height: 16px;
    overflow: hidden;
    padding: 4px;
    position: relative;
    text-align: initial;
    transition: background .3s ease-in-out;
    width: 100%;
}
.nav-smartico-missions__img {
    height: 40px;
    pointer-events: none;
    width: 40px;
    z-index: 1;
}
.nav-smartico-missions__title {
    flex: 1;
    overflow: hidden;
    position: relative;
}
.nav-smartico-missions__title::after {
    bottom: 0;
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    width: 8px;
}

.aviator-sidebar-btn {
    align-items: center;
    background: #e21114;
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    margin-top: -8px;
    width: 100%;
}
.aviator-sidebar-btn img{width: 100%}
.aviator-sidebar-btn-name {
    color: var(--color-white);
    font-size: 14px;
    font-weight: 600;
    line-height: 1.6;
    margin-right: 4px;
}
.m-button.m-badge {
    --font-size: 10px;
    --radius: 4px;
    --padding: 1px 4px;
    border-radius: var(--radius);
    color: var(--text);
    cursor: default;
    display: inline-flex;
    font-size: var(--font-size);
    font-weight: 700;
    gap: 6px;
    line-height: 160%;
    padding: var(--padding);
}
.aviator-sidebar-btn-img {
    margin-left: auto;
    border-radius: 0.375rem;
}
.nav-sidebar-expanded-support {
    margin: 8px 0;
}
.nav-sidebar-items-title {
    align-items: center;
    border-radius: 8px;
    color: var(--color-light-grey-3);
    cursor: pointer;
    display: flex;
    font-size: 14px;
    font-weight: 400;
    padding: 8px;
    position: relative;
    transition: background .3s ease-in-out,margin .3s ease-in-out;
    user-select: none;
}
.nav-sidebar-items-title--light {
    background: rgb(0 0 0 / 26%);
    border-radius: 4px;
}
.nav-sidebar-items-icon {
    color: var(--color-mid-grey-3);
    height: 20px;
    margin-right: 8px;
    width: 20px;
}
.nav-sidebar-items-title {
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
}
.nav-sidebar-items-toggle-arrow {
    height: 20px;
    position: absolute;
    right: 9px;
    top: 9px;
    transform: scaleY(-1);
    transition: transform .2s ease-in-out;
    width: 20px;
}
.transform-icon {
    transform: scale(1);
}
.nav-sidebar-item {
    display: flex;
    align-items: center;
    width: 100%;
    cursor: pointer;
    font-weight: 600;
    font-size: 14px;
    color: var(--color-light-grey-3);
    transition: all ease-in-out .3s;
}
.nav-sidebar-item-content, .nav-sidebar-item-txt {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 8px;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
}
.nav-sidebar-item-content {
    margin: 8px;
}
.nav-sidebar-item svg {
    width: 20px;
    color: var(--color-mid-grey-3);
}
.nav-sidebar-support {
    width: 100%;
}
.nav-sidebar-expanded-languages {
    margin-bottom: 8px;
}
.lang-switcher-btn--wide {
    line-height: 150%;
    padding: 11px;
}
.nav-sidebar-socials {
    display: flex;
    gap: 8px;
    margin-top: 0.25rem;
}
.nav-sidebar-socials__link {
    background-color: rgb(44 51 60);
    border-radius: 0.375rem;
    color: var(--color-white);
    padding: 8px 0;
    text-align: center;
    transition: background-color .3s ease-in-out;
    width: 100%;
}
.nav-sidebar-socials__link svg {
    height: 22px;
    width: 22px;
}
.MobileNav{display: none;}
.modal-content {
    background: var(--color-dark-grey-1);
    border-radius: 4px;
    box-shadow: 0 0 1px rgba(0,0,0,.32),0 12px 24px rgba(0,0,0,.24);
    border: none;
}
.modal-title {
    padding: 20px;
    text-align: center;
    width: 100%;
}
.modal-header {
    border-bottom: 0;
    color: var(--text-color);
    cursor: pointer;
    display: flex;
    font-size: 16px;
    font-weight: 600;
    padding: 0;
    margin: 0;
    overflow: hidden;
    z-index: 9;
}
.login-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 16px 24px;
    flex: 1;
}
.login-form-content {
    width: 100%;
    max-width: 428px;
}
.login-form-content-title {
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    color: #fff;
    padding: 16px 0;
    padding-top: 0;
}
.registration-form-field {
    margin-top: 16px;
}
.login-form-actions {
    width: 100%;
    max-width: 428px;
    margin-top: 24px;
}
.login-form-actions > button {
    width: 100%;
}
.login-form-actions-restore {
    text-align: center;
    padding: 4px;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 600;
    color: var(--color-pr500);
    cursor: pointer;
}
.registration-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 16px 24px;
    flex: 1;
}
.registration-form-content {
    width: 100%;
    max-width: 428px;
}
.registration-form-content-title {
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    color: #fff;
    padding: 16px 0;
}
.registration-form-field {
    margin-top: 16px;
}
.phone-field {
    display: flex;
    flex-direction: row;
    gap: 8px;
}
.phone-field-select {
    width: 120px;
}
.phone-field-select .m-input-prepend {
    flex: 1 0 auto;
}
.phone-field-icon {
    width: 16px;
    height: 16px;
    border-radius: 16px;
}
.phone-field-input {
    flex: 1;
}
.registration-form-actions {
    width: 100%;
    max-width: 428px;
    margin-top: 10px;
    position: relative;
}
.registration-form-actions > button {
    width: 100%;
}
.search-modal-wrapper {
    overflow: hidden;
    padding: 10px;
    position: relative;
}
.search-header__title {
    color: var(--color-white);
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 24px;
}
.search-input {
    align-items: center;
    cursor: pointer;
    display: flex;
    justify-content: center;
    overflow: auto;
    position: relative;
    width: 100%;
}
.search-input__icon {
    color: var(--color-pr500) !important;
    height: 20px;
    left: 12px;
    position: absolute;
    right: auto;
    top: calc(50% - 11px);
    width: 20px;
}
.search-input {
    align-items: center;
    cursor: pointer;
    display: flex;
    justify-content: center;
    overflow: auto;
    position: relative;
    width: 100%;
}
@media (max-width: 575px)
{
    .hidden-xs-down, .hidden-sm-down, .hidden-md-down, .hidden-lg-down, .hidden-xl-down, 
    .hidden-xs-up, 
    .hidden-unless-sm, .hidden-unless-md, .hidden-unless-lg, .hidden-unless-xl
    {
        display: none !important;
    }

}
.search-input__input-field {
    background: #131419;
    border: 2px solid transparent;
    border-radius: .375rem;
    color: #fff;
    font-size: 14px;
    height: 44px;
    line-height: 1.18;
    padding: 16px 50px 16px 36px;
    width: 100%;
    font-weight: 600;
    border-color: rgb(36 38 50);
}
.search-input__input-field::placeholder {
    color: #fff;
    font-weight: 600;
}
.gameview-wrapper {
    height: 100vh;
    overflow: hidden;
}
.game-page {
    padding: 16px;
    width: 100%;
    max-width: 100%;
    height: calc(100vh - 16px);
}
.game-page__desktop {
    display: flex;
    flex-direction: column;
    position: relative;
}
.game-mode--desktop {
    width: calc(100% - 60px);
    margin-left: 60px;
    padding-left: 20px;
    padding-right: 20px;
}
.game-mode:not(.game-mode--multiple) {
    padding-top: 44px;
}
.game-mode__single {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    height: calc(100vh - 16px);
    padding: 0 0 65px;
}
.game-item {
    flex: 1;
}
.game-item__content {
    transition: all .3s ease-out;
    margin: initial;
    width: auto;
    background-color: var(--color-dark-grey-0);
    display: flex;
    flex-direction: column;
    position: relative;
    height: 100%;
    border-radius: 0 0 12px 12px;
}
.game-header {
    background-color: var(--color-dark-grey-1);
    color: var(--color-text-main);
    padding: 6px 6px 6px 24px;
    border-radius: 12px 12px 0 0;
}
.game-header:not(.game-header--mobile) {
    position: absolute;
    width: 100%;
    top: -44px;
}
.game-header__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.game-header__name {
    font: 600 16px/24px "Montserrat","Verdana",sans-serif;
}
.game-header__name, .game-header__logo, .game-header__go-home {
    order: -1;
}
.game-header__logo {
    margin: 0 auto;
}
.game-header__toggle {
    margin-right: 16px;
    margin-left: 4px;
    flex: none;
}
.game-item__content:not(.game-item__content--multiple) {
    width: 100%;
}
.game-iframe {
    border: none;
    border-radius: 0 0 var(--border-radius-12, 12px) var(--border-radius-12, 12px);
    width: 100%;
    height: calc(100% - 44px);
    flex: 1;
}
.game-iframe--desktop {
    flex: initial;
    display: table;
    height: 100%;
    z-index: 1;
}
.game-header__btn {
    width: 32px;
    height: 32px;
}
.auth-section-avatar {
    align-items: center;
    display: flex;
    flex-shrink: 0;
    height: 32px;
    justify-content: center;
    position: relative;
    width: 32px;
    background: #252c45;
    border-radius: 50%;
}
.SmarticoAvatar {
    border-radius: 50%;
    width: 100%;
}
.new-method-list-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    max-height: 90px;
    overflow: hidden;
    transition: max-height .2s;
    background: #10151c;
    margin-bottom: 10px;
}
.new-method-list-expand {
    position: relative;
    padding: 8px 40px;
    font-size: 12px;
    line-height: 160%;
    font-weight: 500;
    text-align: right;
    border-radius: 0 0 8px 8px;
    color: var(--color-in200);
    background: var(--color-dark-grey-1);
    margin-top: 1px;
    cursor: pointer;
}
.new-method-list-info {
    margin-top: 4px;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.6;
    color: var(--color-white);
    display: flex;
    justify-content: space-between;
}
.new-method-list-wrapper > * {
    height: 90px;
}
.payment-method-card-logo {
    position: relative;
    width: 60%;
    height: 60%;
    border-radius: 2px;
    margin-bottom: 5.45px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.payment-method-card-logo img {
    width: 90%;
    height: 90%;
    object-fit: contain;
}
.payment-method-card-name {
    font-weight: 700;
    font-size: 10px;
    line-height: 16px;
    height: 16px;
    white-space: nowrap;
    overflow: hidden;
    max-width: 100px;
    text-overflow: ellipsis;
}
.payment-methods .active {
    position: relative;
    background: #1f2746;
    box-shadow: 0 0 0 2px inset var(--color-su400);
}
.payment-methods .active::before, .payment-methods .active::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 24px;
    height: 24px;
}
.payment-method-card {
    position: relative;
    padding: 12px 12px 0;
    max-height: 90px;
    background: #10151c;
    color: #e0e1e4;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    font-size: 12px;
}
.payment-methods .active::after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE0LjI1IDEwLjI5MjlMMTIuMzUzNiA4LjM5NjQ1QzEyLjE1ODMgOC4yMDEyIDExLjg0MTcgOC4yMDEyIDExLjY0NjQgOC4zOTY0NUMxMS40NTEyIDguNTkxNyAxMS40NTEyIDguOTA4MyAxMS42NDY0IDkuMTAzNTVMMTMuODk2NCAxMS4zNTM1QzE0LjA5MTcgMTEuNTQ4OCAxNC40MDgzIDExLjU0ODggMTQuNjAzNiAxMS4zNTM1TDIwLjEwMzUgNS44NTM1NUMyMC4yOTg4IDUuNjU4MjkgMjAuMjk4OCA1LjM0MTcxIDIwLjEwMzUgNS4xNDY0NUMxOS45MDgzIDQuOTUxMTkgMTkuNTkxNyA0Ljk1MTE5IDE5LjM5NjUgNS4xNDY0NUwxNC4yNSAxMC4yOTI5WiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==);
}
.payment-methods .active::before, .payment-methods .active::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 24px;
    height: 24px;
}
.payment-methods .active::before {
    border-style: solid;
    border-width: 0 24px 24px 0;
    border-color: rgba(0,0,0,0) var(--color-su400) rgba(0,0,0,0) rgba(0,0,0,0);
}
.new-method-list-info {
    margin-top: 4px;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.6;
    color: var(--color-white);
    display: flex;
    justify-content: space-between;
}
.cashier-form {
    flex: 1;
}
.cashier-form > * {
    margin: 20px 0;
}
.cashier-amount .m-form-field {
    margin: 12px 0;
}
.cashier-currency-select {
    height: 32px;
    border-radius: 16px;
    padding: 0 12px;
    background: var(--color-dark-grey-3);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    user-select: none;
    font-size: 12px;
    position: relative;
    color: var(--color-white);
}
.amount-help {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    padding: 8px 8px 8px 12px;
    background: var(--color-dark-grey-2);
    border-radius: 8px;
    color: var(--color-white);
    font-size: 12px;
    line-height: 160%;
}
.amount-help--success {
    background-color: var(--color-su700);
}
.amount-help-icon {
    margin-right: 8px;
    color: var(--color-su050);
}
.amount-help-close {
    margin-left: auto;
    cursor: pointer;
    color: var(--color-in050);
}
.amount-chips {
    margin: 0 calc(-1*var(--sectionPadding));
    padding: 2px var(--sectionPadding);
    display: flex;
    overflow-x: scroll;
}
.amount-chips {
    flex-wrap: wrap;
    gap: 4px;
}
.amount-chips-item {
    height: 44px;
}
.amount-chips-item.active {
    background: rgba(255,255,255,.2);
    border: none;
}
.amount-chips-item {
    background: var(--color-dark-grey-2);
    border: 2px solid rgb(255 255 255 / 13%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: rgba(255,255,255,.8);
    font-size: 14px;
    line-height: 20px;
    white-space: nowrap;
    width: 69px;
    height: 32px;
    border-radius: 100px;
    cursor: pointer;
    z-index: 1;
    flex-shrink: 0;
    flex-grow: 1;
}
.amount-chips-item:not(:first-child) {
    margin-left: 4px;
}
.amount-chips-item {
    flex: 1;
}
.cashier-submit {
    margin: 16px 0;
    width: 100%;
}
.carousel {
    position: relative;
    border-radius: 4px;
    overflow: hidden;
}
.nav-sidebar-referral-program {
    align-items: center;
    background: linear-gradient(90deg,#cb438a,#7113d4);
    border-radius: 0.375rem;
    cursor: pointer;
    display: flex;
    gap: 4px;
    justify-content: space-between;
    padding: 8px 8px 8px 12px;
    position: relative;
    transition: background .3s;
    user-select: none;
    margin-bottom: 20px;
}
.nav-sidebar-referral-program:hover {
    opacity: 0.8;
}
.nav-sidebar-referral-program__content {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    margin-right: auto;
}
.nav-sidebar-referral-program__title {
    color: #fff;
    font: 700 12px/16px Montserrat;
}
.nav-sidebar-referral-program__description {
    color: #fff;
    font: 500 10px/16px Montserrat;
}
.nav-sidebar-referral-program__next {
    color: #fff;
}
.profile-wrapper {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
.app-container {
    padding: 24px 16px;
}
.app-container__content {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
}
.NavDesktop {
    position: sticky;
    top: calc(var(--nav-height) + 24px);
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    width: 240px;
    margin-right: 24px;
    height: calc(var(--app-height, 100vh) - var(--nav-height) - 16px);
    background: var(--color-dark-grey-1);
    border-radius: 16px;
}
.UserAvatar {
    display: flex;
    align-items: center;
    padding: 12px;
    background: var(--color-dark-grey-2);
    border-radius: 12px;
    --margin: 12px;
    width: calc(100% - var(--margin)*2);
    margin: var(--margin);
}
.UserAvatar-Avatar {
    flex-shrink: 0;
    margin-right: 8px;
}
.UserAvatar-Text {
    flex-grow: 1;
    min-width: 0;
}
.UserAvatar-Email {
    font-size: 12px;
    font-weight: 500;
    color: var(--color-mid-grey-4);
}
.NavItems {
    gap: 10px;
}
.NavDesktop .LogoutButton {
    margin-top: 12px;
    padding: 16px;
    border-top: 1px solid var(--color-dark-grey-2);
}
.LogoutButton-Btn {
    width: 100%;
}
.NavItem {
    align-items: center;
    color: var(--color-light-grey-3);
    cursor: pointer;
    display: flex;
    font-size: 14px;
    font-weight: 500;
    padding: 9px 20px;
    position: relative;
    transition: padding .5s;
    width: 100%;
}
.NavItem .m-icon {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    color: var(--color-mid-grey-3);
}
.app-container .m-counter.m-button--secondary {
    --background: var(--color-dark-grey-5);
    --outline: var(--color-dark-grey-5);
    margin-left: auto;
}
.app-container {
    display: flex;
    height: 100%;
}
.PageSectionTitle {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    font-size: 18px;
    font-weight: 600;
    color: var(--color-light-grey-5);
}
.PageSectionTitle-Text {
    font-size: 12px;
    font-weight: 600;
    line-height: 1.6;
    color: #fff;
}
.GeneralUserPage-UserFields {
    padding: 12px 12px 4px;
    background: rgb(0 0 0 / 26%);
    border-radius: 4px;
}
.GeneralUserPage-UserFields .m-form-field {
    margin-bottom: 8px;
}
.GeneralUserPage-Submit {
    margin: 16px 0 16px auto;
}
.alert-success {
    background: #069815;
    color: #fff;
    border-color: #069815;
    border-radius: 22px;
    font-size: 14px;
    padding: 10px 20px;
}
.wheel-area {
    direction: ltr;
    margin: 0;
    position: relative;
}
.wheel-light-behind {
    animation: lightBehindScale 600s ease infinite,lightBehindOpacity 5s ease infinite;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 240%;
    left: -70%;
    pointer-events: none;
    position: absolute;
    top: -70%;
    width: 240%;
}
.animated {
    animation-duration: .5s;
    animation-fill-mode: both;
}
.wheel-ring {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    left: 0;
    margin: auto;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}
.wheel-ring-overlay {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    margin: auto;
    pointer-events: none;
    position: absolute;
    right: 0;
    z-index: 1;
}
.wheel-holder {
    height: 450px;
    position: relative;
    width: 520px;
    left: 3px;
}
.wheel-content {
    border-radius: 50%;
    bottom: 0;
    box-sizing: border-box;
    height: 87%;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    transform: rotate(0deg);
    transform-origin: center;
    width: 87%;
}
.wheel-bg {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    left: -1%;
    position: absolute;
    top: -1%;
    transform: rotate(90deg);
    width: 400px;
    height: 400px;
}
.wheel-sector {
    border-top-right-radius: 300px;
    height: 50%;
    overflow: hidden;
    position: absolute;
    transform-origin: bottom;
    width: 100%;
}
.wheel-sector-content {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    transform: rotate(-90deg);
    width: 100%;
}
.wheel-sector-name {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-left: 37%;
    width: 37%;
}
.wheel-sector-name .sector-text {
    color: #fff;
    filter: drop-shadow(1px 1px 2px black);
    font-size: 15px;
    font-weight: 600;
    line-height: 35px;
    overflow: hidden;
    text-align: center;
    white-space: nowrap;
    width: 100%;
}
.wheel-spin-button {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 21%;
    left: 39.5%;
    position: absolute;
    top: 39.5%;
    width: 21%;
    z-index: 2;
}
.wheel-spin-button.active {
    animation: spinActive .5s ease infinite;
    cursor: pointer;
}
.wheel-lights {
    bottom: 0;
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 2;
}
.wheel-lights .light {
    height: 100%;
    position: absolute;
    width: 100%;
}
.saw-view .wheel-lights .light .light-icon {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
}
.wheel-lights .light .light-icon.static {
    background-image: url('https://libs.smartico.ai/gf/images/saw/light-static-wood.png');
    height: 5%;
    left: 47.5%;
    top: .5%;
    width: 5%;
}
.wheel-light-behind {
    animation: lightBehindScale 600s ease infinite,lightBehindOpacity 5s ease infinite;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 240%;
    left: -70%;
    pointer-events: none;
    position: absolute;
    top: -70%;
    width: 240%;
}
.wheel-sector-pointer {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 18.58%;
    position: absolute;
    right: -6%;
    top: 40.6%;
    transform: rotate(90deg);
    width: 16.83%;
    z-index: 10;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 50%;
    background-color: var(--color-dark-grey-3);
    border-radius: 100%;
}.carousel-control-next, .carousel-control-prev {
    opacity: 1;
}
.carousel-item {
    transition: transform .3s ease-in-out;
}
.error.login {
    color: #fff !important;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #e75c5c;
    font-size: 1.2rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 15;
    min-width: 890px;
    background: #1c2433;
}
.text-error{
    width: 50%;
    font-size: 14px;
    font-weight: 600;
}
.game-container .row {
    margin-left: 0px;
    margin-right: 0px;
    flex-wrap: nowrap !important;
}
.align-items-center {
    align-items: center !important;
}
.justify-content-center {
    justify-content: center !important;
}
.error .col {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}
.error.login svg {
    margin: 0;
    width: 3rem;
    height: 3rem;
    color: #fff;
    fill: #fff;
}

.play-demo-modal__icon {
    align-items: center;
    background-color: #ff0e0e;
    border-radius: 50%;
    display: inline-grid;
    height: 60px;
    justify-content: center;
    margin: 16px;
    overflow: hidden;
    width: 60px;
}
.menu-mobile {
    position: fixed;
    width: 100%;
    z-index: 110;
    bottom: 0;
}
.mobile-nav {
    background: var(--color-dark-grey-1);
    border: 1px solid var(--color-dark-grey-2);
    display: flex;
    justify-content: space-between;
    padding: 8px 16px calc(env(safe-area-inset-bottom) + 8px);
}
.mobile-nav__item {
    align-items: center;
    color: #fff;
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    justify-content: flex-start;
    width: 48px;
}
.mobile-nav__icon-wrap {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-bottom: 4px;
    position: relative;
}
.mobile-nav__icon {
    fill: currentColor;
    color: #fff;
    display: block;
    font-size: 24px;
    height: 1em;
    width: 1em;
}
.mobile-nav__text-wrap {
    display: flex;
    justify-content: center;
    position: relative;
    width: 100%;
    z-index: 2;
}
.mobile-nav__text {
    font-size: 10px;
    font-weight: 600;
    line-height: 1;
    margin-top: 1px;
    min-width: 79px;
    text-align: center;
}
.nav-sidebar-item {
    align-items: center;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    font-weight: 400;
    width: 100%;
}
.nav-sidebar-item:hover {
    color: var(--color-pr500);
}
.nav-sidebar-item--main {
    background: rgb(0 0 0 / 26%);
    border-radius: 4px;
    transition: background .3s ease-in-out,margin .3s ease-in-out;
}
.nav-sidebar-items-item+.nav-sidebar-items-item {
    margin-top: 4px;
}
.nav-sidebar-item__content {
    align-items: center;
    display: flex;
    gap: 8px;
    margin: 8px;
    font-weight: 600;
    width: 100%;
}
.BonusesPage {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
}
.BonusesPage-Row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 16px;
}
.WalletCard {
    border-radius: 16px;
}
.WalletCard-Content {
    padding: 16px;
    background: rgb(0 0 0 / 26%);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.WalletCardHeader {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}
.WalletCardHeader-Currency {
    display: flex;
    align-items: center;
    padding: 2.5px 4px 2.5px 8px;
    font-size: 12px;
    font-weight: 600;
    color: var(--color-white);
    line-height: 1.6;
    background: var(--color-dark-grey-3);
    border-radius: 34px;
    border: none;
    outline: none;
    cursor: pointer;
}
.WalletCardHeader-Currency .m-icon {
    width: 16px;
    height: 16px;
    margin-left: 3px;
    color: var(--color-mid-grey-5);
}
.WalletCardHeader-Limits {
    position: relative;
    display: flex;
    align-items: center;
    padding: 0 5px 0 9px;
    height: 24px;
    font-size: 10px;
    font-weight: 600;
    color: var(--color-mid-grey-3);
    line-height: 1.6;
    border: 1px solid var(--color-dark-grey-3);
    border-radius: 34px;
    outline: none;
    cursor: pointer;
}
.WalletCardHeader-Limits .m-icon {
    width: 14px;
    height: 14px;
    margin-left: 2px;
    color: var(--color-mid-grey-1);
}
.WalletCardAmount {
    position: relative;
    padding-left: 15px;
    margin-bottom: 16px;
}
.WalletCardAmount:before {
    position: absolute;
    left: 0;
    top: 4px;
    content: "";
    width: 3px;
    height: calc(100% - 8px);
    border-radius: 5px;
    background: var(--color-pr500);
}
.app-container {
    padding: 24px 16px 32px;
}
.WalletCardAmount-Balance {
    font-size: 28px;
    font-weight: 600;
    line-height: 34px;
    color: var(--color-white);
}
.TextOverflow {
    overflow: hidden;
    position: relative;
}
.TextOverflow:after {
    background: var(--gradient-dark-grey-1-right);
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 24px;
}
.WalletCardActions {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.WalletCardActions-Btn {
    width: calc(50% - 4px);
}
.WalletCardFooter {
    display: flex;
    justify-content: space-between;
    background: rgb(0 0 0 / 26%);
    border-radius: 0 0 4px 4px;
    overflow: hidden;
}
.WalletCardFooter-Column {
    margin-top: 1px;
    width: calc(50% - 0.5px);
    padding: 8px 16px;
    font-size: 14px;
    line-height: 1.6;
}
.WalletCardFooter-Text {
    margin-bottom: 1px;
    font-size: 12px;
    font-weight: 500;
    color: var(--color-mid-grey-2);
}
.WalletCardFooter-Amount {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
}
.WalletCardFooter-Amount .m-icon {
    width: 14px;
    height: 14px;
    margin-right: 2px;
}
.TextOverflow:after {
    background: none;
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 24px;
    display: none
}
.search-results__wrapper {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    transition: all .6s ease-out;
    margin-top: 20px;
}
.search-results__header-wrapper {
    align-items: center;
    display: flex;
    flex-direction: row;
    height: 100%;
    justify-content: left;
    width: 100%;
}
.search-results__title {
    margin-right: 6px;
    text-transform: capitalize;
}
.search-results__nothing-found {
    color: var(--color-text-faded);
    text-align: center;
}
.results-list-element {
    align-items: left;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    height: 64px;
    justify-content: center;
    margin-bottom: 8px;
    width: 100%;
    position: relative;
}
.results-list-element__game-icon {
    background-color: var(--color-mid-grey-2);
    height: 64px;
    margin-right: 16px;
    width: 64px;
}
.game-thumb {
    border-radius: 8px;
    overflow: hidden;
}
.game-thumb__image, .game-thumb__image-no-cdn, .game-thumb__video {
    flex: 1;
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.results-list-element__text {
    display: flex;
    flex: 1 0;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    text-transform: capitalize;
    width: 100%;
}
.results-list-element__text__title {
    color: var(--color-white);
    font-size: 14px;
    font-weight: 600;
}
.results-list-element__text__description {
    color: var(--color-text-ghost);
    font-size: 12px;
    font-weight: 400;
}
.NavDropdown {
    display: inline-flex
}

.NavDropdown-Content {
    background: var(--color-dark-grey-1);
    box-shadow: 0 0 1px rgba(0,0,0,.32),0 8px 16px rgba(0,0,0,.24);
    display: flex;
    flex-flow: column;
    overflow-y: auto;
    padding: 8px 0;
    width: 236px
}

.NavDropdown-Overlay {
    background-color: rgba(0,0,0,.7);
    bottom: 0;
    content: "";
    position: fixed;
    right: 0;
    top: 54px;
    z-index: 18
}

.NavDropdown-NavItem {
    align-items: center;
    cursor: pointer;
    display: flex;
    height: 38px;
    justify-content: space-between
}

.NavDropdown-NavItem:hover {
    background: var(--color-pr500)
}

.NavDropdown-NavItem:hover .NavDropdown-NavIcon,.NavDropdown-NavItem:hover .NavDropdown-NavLink {
    color: var(--color-text-primary)
}

.NavDropdown-NavLink {
    align-items: center;
    color: var(--color-light-grey-4);
    display: flex;
    flex-grow: 1;
    font-size: 14px;
    font-weight: 500;
    justify-content: flex-start;
    margin: 8px 16px
}

.NavDropdown-NavIcon {
    color: var(--color-mid-grey-5);
    height: 20px;
    margin-right: 12px;
    width: 20px
}

.NavDropdown-Line {
    background: var(--color-dark-grey-2);
    display: block;
    height: 1px;
    margin: 8px 16px
}

.NavDropdown .NavItem {
    padding: 9px 16px
}

.NavDropdown .NavItem--active {
    background: var(--color-pr500)
}

.NavDropdown .NavItem--active:after {
    display: none
}

.NavDropdown-backdrop {
    background: var(--color-b070);
    height: calc(var(--app-height) - var(--nav-height));
    position: fixed;
    top: var(--nav-height);
    width: 100vw
}
.NavItem:not(.NavItem--active):hover {
    color:var(--color-white);
    padding: 9px 20px 9px 24px
}

.NavItem:not(.NavItem--active):hover .NavItem-Icon {
    fill: var(--color-mid-grey-5)
}

.NavDropdown .NavItem:not(.NavItem--active):hover {
    background: var(--color-dark-grey-3)
}

.NavItem--active {
    color: var(--color-white)
}

.NavDropdown .NavItem--active {
    color: var(--color-text-primary)
}

.NavItem--active:after {
    background: var(--color-warning-default);
    border-radius: 0 4px 4px 0;
    content: "";
    height: 20px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 3px
}

.NavDropdown .NavItem--active .NavItem-Icon,.NavItem--active .NavItem-Icon {
    color: var(--color-text-primary)
}

.NavItem-Icon {
    color: var(--color-mid-grey-5);
    height: 20px;
    margin-right: 10px;
    width: 20px
}

.dropdown-menu.show {
    display: block;
    background: none;
    border: 0;
}
.SmarticoAvatar {
    cursor: pointer;
}
.nav-sidebar-expanded-app.footer-app-button {
    padding-bottom: 0;
    padding-top: 0;
}
.footer-app-button {
    align-items: center;
    background: var(--color-dark-grey-2) url(https://cdn.aramuz.net/front/components/home/app/appButton-shadow.png) no-repeat 100%/cover;
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    gap: 4px;
    padding: 4px 8px 4px 0;
    width: 100%;
    margin-top: 8px;
}
.footer-app-button-image {
    margin: 4px;
    width: 40px;
}
.footer-app-button-text {
    display: flex;
    flex-direction: column;
}
.footer-app-button-title {
    font-size: 12px;
    font-weight: 700;
    line-height: 1.6;
}
.footer-app-button-description {
    color: var(--color-white);
    font-size: 10px;
    font-weight: 500;
    line-height: 1.6;
    opacity: .6;
}
.pwa-instruction {
    padding: 40px 16px;
}
.pwa-instruction-title {
    font-size: 32px;
    text-align: left;
    color: var(--color-white);
    font-weight: 800;
}
.pwa-instruction-subtitle {
    margin: 8px 0 16px;
    font-size: 16px;
    line-height: 150%;
    text-align: left;
    color: var(--color-light-grey-2);
}
.pwa-instruction-description {
    padding: 40px;
    align-items: center;
    background: var(--color-dark-grey-1);
    border-radius: 16px;
    display: flex;
    justify-content: space-between;
}
.pwa-instruction-description-os {
    font-size: 20px;
    font-weight: 700;
    line-height: 140%;
}
.pwa-instruction-description-steps {
    counter-reset: list-counter;
}
.pwa-instruction-description-step {
    color: var(--color-mid-grey-5);
    counter-increment: list-counter;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
    margin-top: 8px;
}
.pwa-instruction-description-step:before {
    content: counter(list-counter) ". ";
}
.pwa-instruction-description-link {
    color: var(--color-pr500);
}
.pwa-instruction-description-icon {
    cursor: pointer;
    margin: 0 3px;
}
.pwa-instruction-description-step+.pwa-instruction-description-step {
    margin-top: 16px;
}
.pwa-instruction-description-image {
    max-width: 404px;
}
.pwa-instruction img {
    max-width: 100%;
}
.ReferralPageOverview {
    padding-bottom: 100px;
}
.ReferralPageOverview-Row {
    display: grid;
    grid-column-gap: 8px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
    margin-bottom: 20px;
    grid-template-columns: 1fr 2fr;
}
.ReferralPageOverview-Row2 {
    display: grid;
    grid-column-gap: 8px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
    margin-bottom: 20px;
    grid-template-columns: 1fr 1fr;
}
.ReferralPageOverview-Row2 .ReferralStatistics-Field {
    margin-bottom: 10px;
}
.ReferralLink {
    display: flex;
    flex-direction: column;
    min-width: 0;
    padding: 12px 16px 16px;
    background: rgb(0 0 0 / 26%);
    border-radius: 4px;
}
.ReferralHeader-Title {
    font-size: 18px;
    line-height: 1.4;
}
.ReferralHeader-Text {
    margin: 0;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.6;
    color: var(--color-mid-grey-3);
}
.ReferralLink-Link {
    display: flex;
    align-items: center;
    margin: auto 0 8px;
    padding: 13px 10px;
    font-size: 14px;
    font-weight: 600;
    color: var(--color-white);
    background: rgb(0 0 0 / 26%);
    border-radius: 4px;
    white-space: nowrap;
}
.ReferralLink-Link .m-icon {
    width: 28px;
    height: 28px;
    margin-right: 8px;
    color: var(--color-mid-grey-5);
}
.ReferralLink .m-button {
    width: 100%;
}
.m-button--indigo {
    --background: var(--color-in400);
    --outline: var(--color-in400);
    --disabled-background: var(--color-in800);
    --disabled-text: var(--color-in600);
    --hover: var(--color-in500);
    --pressed: var(--color-in700);
}
.ReferralLink-Link:after {
    background: var(--color-dark-grey-2);
}
.ReferralStatistics {
    display: flex;
    flex-direction: column;
    padding: 12px 16px 16px;
    background: rgb(0 0 0 / 26%);
    border-radius: 4px;
}
.ReferralStatistics .ReferralHeader {
    margin-bottom: 12px;
}
.ReferralHeader-Title {
    font-size: 18px;
    line-height: 1.4;
}
.ReferralHeader-Text {
    margin: 0;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.6;
    color: #fff;
}
.ReferralStatistics-Fields {
    margin-top: auto;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.ReferralStatistics-Field {
    display: flex;
    align-items: center;
    padding: 13px 10px;
    background: rgb(0 0 0 / 26%);
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    border-radius: 4px;
    white-space: nowrap;
}
.ReferralStatistics-Field .m-icon {
    width: 20px;
    height: 20px;
    margin-right: 8px;
    color: #fff;
}
.ReferralStatistics-Text {
    flex-grow: 1;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
}
.ReferralStatistics-Num {
    margin-left: auto;
    font-size: 14px;
    font-weight: 700;
    color: var(--color-white);
}
.ReferralPageOverview .ReferralIncome {
    margin-bottom: 16px;
}
.ReferralHeader-Title {
    font-size: 18px;
    line-height: 1.4;
}
.ReferralIncome-Cards {
    margin-top: 8px;
    display: grid;
    grid-gap: 2px;
    grid-template-columns: 1fr;
    grid-template-columns: 1fr 1fr 1fr;
}
.ReferralIncomeCard {
    position: relative;
    display: flex;
    align-items: center;
    padding: 16px;
    background: rgb(0 0 0 / 26%);
    border-radius: 4px;
    flex-direction: column;
    padding: 32px;
}
.ReferralIncomeCard-Icon {
    display: flex;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    margin: 0 16px 0 0;
    width: 68px;
    height: 68px;
    background: rgb(0 0 0 / 26%);
    border-radius: 4px;
    width: 84px;
    height: 84px;
    margin: 0 0 20px 0;
}
.desktop .ReferralIncomeCard-Content {
    text-align: center;
}
.ReferralIncomeCard-Title {
    line-height: 1.5;
    font-size: 16px;
    font-weight: 700;
    color: var(--color-white);
}
.ReferralIncomeCard-Text {
    line-height: 1.6;
    font-size: 12px;
    font-weight: 500;
    color: var(--color-light-grey-1);
}
.ReferralIncomeCard-Arrow {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #0d121b;
    border-radius: 50%;
    z-index: 1;
    right: -18px;
    top: 50%;
    width: 36px;
    height: 36px;
    transform: translateY(-50%);
}
.ReferralIncomeCard-Content {
    text-align: center;
}
.BonusesPage-Row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 16px;
}
.BonusesPage-Row2 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 16px;
}
.AvailableBonuses {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 16px;
}
.AvailableBonus {
    display: inline-flex;
    flex-direction: column;
    padding: 10px;
    background: #10151c;
    border-radius: 4px;
    overflow-x: hidden;
    margin-top: 0;
}
.AvailableBonus-Badges {
    margin-bottom: 8px;
}
.AvailableBonusHeader {
    display: flex;
    align-items: center;
    gap: 4px;
    overflow-x: hidden;
}
.AvailableBonusHeader .m-badge {
    white-space: nowrap;
}
.m-button.m-badge {
    --font-size: 10px;
    --radius: 4px;
    --padding: 1px 4px;
    border-radius: var(--radius);
    color: var(--text);
    cursor: default;
    display: inline-flex;
    font-size: var(--font-size);
    font-weight: 700;
    gap: 6px;
    line-height: 160%;
    padding: var(--padding);
}
.m-button.m-badge svg {
    height: calc(var(--font-size)*1.6);
    width: calc(var(--font-size)*1.6);
}
.BonusName {
    margin-top: 4px;
    margin-left: -16px;
    margin-right: -16px;
    width: calc(100% + 32px);
    padding: 0 16px 12px;
    border-bottom: 1px solid var(--color-dark-grey-0);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    color: var(--color-white);
    word-break: break-word;
}
.AvailableBonus .BonusName+.AvailableBonusFooter {
    margin-top: 16px;
}
.BonusDepositButton {
    flex-grow: 1;
}
.AvailableBonusFooter {
    margin-top: auto;
    display: flex;
    width: 100%;
}
.AvailableBonusFooter-Info {
    margin-left: 4px;
}
.InfoButton {
    width: 32px;
    height: 32px;
}
.labl {
    display : block;
    width: 400px;
}
.labl > input{
    visibility: hidden;
    position: absolute;
}
.labl > input + div{
    cursor:pointer;
    border:2px solid transparent;
}
.labl > input:checked + div{
    background-color: #ffd6bb;
    border: 1px solid #ff6600;
}
.amount-help {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    padding: 8px 8px 8px 12px;
    background: var(--color-dark-grey-2);
    border-radius: 4px;
    color: var(--color-white);
    font-size: 12px;
    line-height: 160%;
}
.amount-help--success {
    background-color: var(--color-su700);
}
.amount-help-icon {
    margin-right: 8px;
    color: var(--color-su050);
}
.amount-help-close {
    margin-left: auto;
    cursor: pointer;
    color: var(--color-in050);
}
.m-form-field-description {
    color: var(--color-mid-grey-5);
    font-size: 10px;
    font-weight: 600;
    line-height: 19.2px;
    text-align: center;
}
.RewardScale-Table {
    padding: 16px;
    background: rgb(0 0 0 / 26%);
    border-radius: 4px;
}
.RewardScale-Thead {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.RewardScale-Th {
    margin-bottom: 4px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.6;
    color: #fff;
    text-transform: uppercase;
}
.ReferralRewardsRow {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 9px;
}
.ReferralRewardsRow:nth-child(even) {
    background: rgb(0 0 0 / 26%);
    border-radius: 4px;
}
.ReferralRewardsRow-Lvl {
    font-size: 13px;
    font-weight: 600;
    line-height: 2;
    color: #fff;
    text-transform: lowercase;
}
.ReferralRewardsRow-Amount {
    display: flex;
    align-items: center;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.5;
    color: var(--color-white);
}
.RewardScale .ReferralHeader {
    margin-bottom: 12px;
}
.lowercase {
    text-transform: lowercase;
}
.qr-code-info {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
}
.qr-code-info-code {
    border-radius: 8px;
    max-width: 100%;
    padding: 10px;
    background: #fff;
}
.qr-code-info-textarea {
    color: var(--color-light-grey-5);
    background: var(--color-dark-grey-2);
    border-radius: 8px;
    font-size: 11px;
    border: none;
    outline: none;
    font-family: inherit;
    width: 100%;
    height: 100px;
    padding: 16px;
    resize: none;
}
.qr-code-info-instructions {
    color: var(--color-light-grey-5);
    text-align: left;
}
.qr-code-info-instructions h3 {
    text-align: center;
    font-size: 15px;
    font-weight: bold;
}
.qr-code-info-instructions p {
    font-size: 12px;
    text-align: center;
}
.amount-help--default {
    background-color: var(--color-in500);
}
.amount-help-icon--crown {
    color: var(--color-in050);
}
.qr-code-info {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
}
.qr-code-info-code {
    border-radius: 8px;
    max-width: 100%;
    padding: 10px;
    background: #fff;
}
.owl-dots {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-top: 20px;
    width: 100%;
    padding: 0;
}

.owl-dots .owl-dot {
    background: var(--color-mid-grey-1) !important;
    border-radius: 5px !important;
    cursor: pointer;
    height: 4px;
    margin: 0 4px;
    overflow: hidden;
    position: relative;
    width: 30px;
}
.owl-dots .owl-dot:before {
    background: var(--color-light-grey-5);
    border-radius: 5px;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transform: scale(.8);
    transition: all .4s ease-in-out;
    width: 100%;
}

.owl-dots .owl-dot.active:before {
    opacity: 1;
    transform: scale(1);
}

.bloco3 .item{
    grid-gap: 16px;
    display: grid;
    grid-template-columns: repeat(6,minmax(0,1fr));
}
.PromoCards {
    color: var(--color-white);
    display: grid;
    grid-gap: 16px;
    grid-template-columns: repeat(6,1fr);
    justify-content: stretch;
}
.PromoCard {
    display: flex;
    flex-direction: column;
    grid-column: span 6;
    min-height: 202px;
    padding: 16px;
    padding-right: 200px;
    background-color: var(--color-dark-grey-1);
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 16px;
    aspect-ratio: auto;
}
.PromoCard-Title {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 8px;
    font-weight: 600;
    line-height: 1.6;
    color: var(--color-light-grey-3);
    margin-bottom: 4px;
    white-space: break-spaces;
    margin: 15px 0;
}
.PromoCard:nth-child(1), .PromoCard:nth-child(2) {
    grid-column: span 3;
    padding-right: 300px;
}
.PromoCard-Offer {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    white-space: break-spaces;
    -ms-overflow-style: none;
    scrollbar-width: none;
    font-size: 40px;
    font-weight: 700;
}
.PromoCard-Actions {
    width: 100%;
    margin-top: auto;
    display: flex;
    padding-top: 12px;
}
.PromoCard-ActionBtn {
    padding: 10px 20px;
}
.balance-dropdown {
    background: var(--color-dark-grey-1);
    border-radius: 8px;
    box-shadow: var(--shadow-3);
    display: flex;
    flex-direction: column;
    gap: 5.5px;
    max-height: calc(var(--app-height) - var(--nav-height));
    overflow-y: auto;
    padding: 8px;
    width: 320px;
}
.bonuses-block {
    background: var(--color-dark-grey-1);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    max-width: 100%;
}
.bonus-block-filled {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.active-balance {
    align-items: center;
    display: flex;
    gap: 1px;
    justify-content: space-between;
}
.active-balance-block {
    background: var(--color-dark-grey-2);
    border-radius: 8px 0 0 8px;
    display: flex;
    flex: 1;
    flex-direction: column;
    height: 42px;
    justify-content: space-around;
    padding: 4px 12px;
    position: relative;
}
.active-balance-block__label {
    color: var(--color-light-grey-1);
    font-size: 10px;
    font-weight: 500;
}
.active-balance-block__amount {
    font-size: 12px;
    font-weight: 600;
}
.m-currency-converted span, .m-currency-converted>div {
    opacity: 1;
    transition: opacity .15s ease-in-out;
    white-space: nowrap;
}
.active-balance-block+.active-balance-block {
    border-radius: 0 8px 8px 0;
}
.bonuses-list {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.bonuses-list-header {
    align-items: center;
    display: flex;
    justify-content: space-between;
}
.bonuses-list-container {
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    gap: 1px;
    overflow: hidden;
}
.daily-bonus {
    align-items: center;
    background: rgb(0 0 0 / 46%);
    border-radius: 4px;
    justify-content: space-between;
    overflow: hidden;
    padding: 8px;
    position: relative;
}
.daily-bonus__left-side {
    display: flex;
    margin-right: 4px;
}
.daily-bonus__image {
    margin-right: 8px;
}
.daily-bonus__title {
    align-items: center;
    display: flex;
    margin-bottom: 4px;
}
.daily-bonus__title-text {
    color: var(--color-light-grey-3);
    font-size: 12px;
    margin: 0;
    word-break: break-word;
}
.daily-bonus__title-new-percent {
    color: var(--color-su400);
}
.daily-bonus__amount {
    color: var(--color-white);
    font-size: 14px;
    font-weight: 700;
}
.daily-bonus__amount--zero {
    color: var(--color-mid-grey-5);
}
.m-currency-converted span, .m-currency-converted>div {
    opacity: 1;
    transition: opacity .15s ease-in-out;
    white-space: nowrap;
    color: #fff;
}
.daily-bonus__right-side {
    display: flex;
    min-height: 32px;
}
.daily-bonus__countdown-container {
    align-items: center;
    background: var(--color-dark-grey-1);
    border-radius: 34px;
    color: var(--color-mid-grey-1);
    display: flex;
    justify-content: center;
    padding: 2px 7px;
}
.daily-bonus__countdown-icon {
    margin-right: 4px;
}
.daily-bonus__countdown-value {
    color: var(--color-mid-grey-1);
    font-size: 12px;
    margin: 0;
    min-width: 55px;
}
.daily-bonus__info-icon {
    color: var(--color-mid-grey-1);
    cursor: pointer;
    margin-left: 6px;
    width: 20px;
}
.mission-progress {
    align-items: center;
    display: flex;
    margin-bottom: 5px;
    width: 100%;
}
.progress-container {
    text-align: center;
    width: 100%;
}
.progress-container .progress-bar {
    background: #fff;
    border-radius: 10px;
}
.progress-container .progress-bar .progress-bar-fill {
    animation: animation-bar 20s linear infinite;
    background: var(--progress-line);
    background-size: 8px;
    border-radius: 10px;
    height: 8px;
    transition: zoom 1s;
}
.mission-progress .progress-bar-fill {
    background-size: 11px;
    height: 11px;
}
.mission-progress .mission-progress-value {
    color: #fff;
    font-size: 12px;
    margin-left: 10px;
}
.mission-reward-container .mission-section-title {
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    margin: 5px 0;
    text-align: center;
    width: 100%;
}
.indicacoes {
    display: grid;
    grid-column-gap: 8px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
    margin-bottom: 20px;
    grid-template-columns: 1fr 2fr;
}
.ReferralPageOverview-Row3 .ReferralStatistics-Field{margin-bottom: 8px}
.active-balance-card {
    background: var(--color-dark-grey-2);
    border-radius: 12px 0 0 12px;
    column-gap: 8px;
    display: flex;
    flex: 1;
    height: 56px;
    overflow: hidden;
    padding: 8px;
    position: relative;
}
.active-balance-card--bonus:before, .active-balance-card--money:before {
    border-radius: 50%;
    content: "";
    filter: blur(40px);
    height: 120px;
    left: -60px;
    opacity: .4;
    position: absolute;
    top: -100px;
    width: 120px;
}
.active-balance-card__logo {
    display: flex;
    padding: 4px;
    position: relative;
}
.active-balance-card__details {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 4px;
    justify-content: center;
}
.active-balance-card__label {
    color: var(--color-light-grey-1);
    font-size: 12px;
    font-weight: 600;
}
.active-balance-card__amount {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
}
.active-balance-card--money:before {
    background-color: #fcee59;
}
.active-balance-card--bonus:before {
    background-color: #71e032;
}
.active-balance-card+.active-balance-card {
    border-radius: 0 12px 12px 0;
}
.taxaSaque{
    background: #0d121b;
    border-radius: 8px;
    padding: 20px;
}
.taxaSaque ul li {
    font-size: 12px;
    margin-bottom: 10px;
    display: grid;
    grid-template-columns: 1fr 0fr;
}
.promo-deposit {
    align-items: center;
    background: var(--color-dark-grey-2);
    border-radius: 8px;
    display: flex;
    height: 32px;
    justify-content: space-between;
    padding: 6px 8px;
}
.promo-deposit__content {
    align-items: center;
    display: flex;
    gap: 4px;
    justify-content: center;
    min-width: 0;
}
.promo-deposit__content-name {
    color: hsla(0, 0%, 100%, .6);
    font-size: 12px;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.promo-deposit .m-button-content {
    font-size: 12px;
}
.promo-deposit>.m-button {
    flex-shrink: 0;
    height: 27px;
    width: 100%;
}
.m-fs14 {
    font-size: 14px;
}
.m-fw600 {
    font-weight: var(--font-weight-semi-bold);
}
.m-lh160 {
    line-height: 160%;
    margin: 0;
}
.page-link {
    position: relative;
    display: block;
    padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
    font-size: var(--bs-pagination-font-size);
    color: var(--color-light-grey-1);
    text-decoration: none;
    background-color: var(--color-dark-grey-2);
    border: var(--bs-pagination-border-width) solid var(--color-dark-grey-2);
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    border-radius: 8px !important;
    margin-right: 4px;
    width: 32px;
    height: 32px;
    font-size: 14px;
    line-height: 32px;
    padding: 0;
    text-align: center;
}
.active>.page-link, .page-link.active, .page-link:hover {
    z-index: 3;
    color: var(--bs-pagination-active-color);
    background-color: var(--color-pr500);
    border-color: var(--color-pr500);
}
.pagination {
    margin: 10px auto;
}
.RewardScale-Th .m-icon {
    width: 16px;
    height: 16px;
    margin-bottom: 5px;
}
.LoyaltyRanks-Levels {
    display: grid;
    grid-column-gap: 8px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
    margin-bottom: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
.LoyaltyRank {
    display: flex;
    position: relative;
    margin-bottom: 30px;
}
.LoyaltyRanks-Levels .LoyaltyRank {
    width: 100%;
}
.LoyaltyRank-Wrapper {
    display: inline-flex !important;
    min-width: 113px;
    width: 100%;
    flex-shrink: 0;
    flex-direction: column;
    align-items: center;
    position: relative;
}
.LoyaltyRank-Background {
    position: absolute;
    width: 100%;
    bottom: 0;
    top: 42px;
    border-radius: 4px;
    background-color: rgb(0 0 0 / 26%);
    overflow: hidden;
}
.LoyaltyRank-Background--active {
    border: 2px solid var(--color-pr500);
}
.LoyaltyRank-Background::after {
    content: "";
    background-image: url(https://cdn.aramuz.net/front/components/loyalty/light.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 280px;
    position: absolute;
    margin: 0 auto;
    right: 0;
    left: 0;
    top: -27%;
}
.LoyaltyRank-Background--active::after {
    animation: rotating 20s infinite linear;
}
.LoyaltyRank-Content {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1;
    width: 100%;
    margin-top: 42px;
    padding: 64px 16px 16px;
    border-radius: 16px;
    z-index: 1;
}
.LoyaltyRank .LoyaltyRankImage {
    position: absolute;
    top: -45px;
    left: 50%;
    width: 120px;
    transform: translateX(-50%);
    margin-bottom: 20px;
}
.LoyaltyRankName {
    margin-bottom: 18px;
}
.LoyaltyRankName-Title {
    margin-bottom: 2px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    color: var(--color-light-grey-5);
}
.LoyaltyRankName-Text {
    font-size: 10px;
    font-weight: 600;
    line-height: 1.6;
    text-align: center;
    color: var(--color-mid-grey-4);
}
.LoyaltyRankName-Points {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    color: var(--color-pr400);
}
.LoyaltyRankReward {
    margin-bottom: 16px;
    padding: 6px 8px 4px 8px;
    background: rgb(0 0 0 / 26%);
    border-radius: 4px;
}
.LoyaltyRankReward-Title {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 10px;
    font-weight: 700;
    line-height: 1.6;
    color: var(--color-white);
}
.LoyaltyRankReward-Icon {
    width: 16px;
    height: 16px;
    margin-right: 2px;
}
.LoyaltyRankReward-Reward {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    color: var(--color-at400);
    text-align: center;
}
.LoyaltyRank-Perks {
    display: flex;
    flex-direction: column;
}
.LoyaltyRankDetailsBtn {
    width: 100%;
    margin-top: 16px;
}
.LoyaltyRank-MyRank {
    display: flex;
    align-items: center;
    width: 100%;
    height: 18px;
    background: linear-gradient(to bottom, var(--color-pr500) 0%, var(--color-pr500) 10px, #0d121b 10px);
    position: absolute;
    bottom: -18px;
}
.LoyaltyRank-MyRank span {
    flex-grow: 1;
    height: 100%;
    border: 2px solid #0d121b;
    background: #0d121b;
}
.LoyaltyRank-MyRankText {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 4px;
    font-size: 10px;
    font-weight: 700;
    color: var(--color-text-primary);
    background: var(--color-pr500);
    border-radius: 0 0 4px 4px;
}
.LoyaltyRank-MyRank span:last-child {
    border-radius: 4px 0 0 0;
}
.nav-sidebar-smartico-card--bonus .nav-smartico-missions__title {
    flex: initial;
    font-size: 14px;
    line-height: 22px;
}
.nav-smartico-missions__button:hover {
    opacity: 0.8;
}
.m-select-list {
    background: var(--color-dark-grey-2) !important;
    list-style: none;
    margin-bottom: 5px;
    padding: 5px;
}
.dropdown-item {
    font-size: 12px;
    font-weight: bold;
    color: #fff;
}
.dropdown-item:hover {
    background: var(--color-pr500);
}
.dropdown-item svg {
    margin-right: 10px;
}
.center{
    text-align: center;
}
.object-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
}
.w-full {
    width: 100% !important;
}
.carregando {
    background: rgb(0 0 0 / 76%);
    z-index: 20;
}
.carregando .spinner-border {
    color: var(--color-pr500);
}
.cancelarRegistro{
    margin-top: 20px;
    display: block;
    color: #aaa;
    font-weight: 400;
}
#jvlabelWrap{
    display: none
}
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: var(--color-dark-grey-1);
    z-index: 9999999999;
    transition: opacity 0.5s ease, transform 0.5s ease;
}
@keyframes pulse {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.1);
    }
    100% {
      transform: scale(1);
    }
}
@keyframes slideUp {
    0% {
      opacity: 1;
      transform: translateY(0);
    }
    100% {
      opacity: 0;
      transform: translateY(-100%);
    }
}
.preloader-exit {
    animation: slideUp 0.5s forwards;
}
.preloader-logo {
    width: 100px;
    animation: pulse 1.5s infinite;
    display: block;
    margin-bottom: 20px;
}
@keyframes spin {
    to {
        transform: rotate(360deg);
    }
 }
.loading-icon {
    width: 50px;
    height: 50px;
    border: 4px solid #ccc;
    border-top-color: #333;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    display: block;
}
.Curacao img {
    margin: 0 20px;
}
.AoOTG {
    align-items: center;
    display: flex;
    gap: .75rem;
    justify-content: center;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
    --tw-bg-opacity: 1;
    background-color: rgb(40 161 112 / var(--tw-bg-opacity));
    line-height: 1rem;
    padding: .25rem 2rem .25rem .5rem;
    --tw-text-opacity: 1;
    color: rgb(253 255 255 / var(--tw-text-opacity));
}
.AoOTG span {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    align-items: center;
    display: flex;
    font-size: 14px;
    font-weight: 500;
    min-height: 1.75rem;
}
.AoOTG button {
    border-radius: .25rem;
    --tw-bg-opacity: 1;
    background-color: rgb(253 255 255 / var(--tw-bg-opacity));
    font-size: 14px;
    font-weight: bold;
    line-height: 1rem;
    padding: .25rem .5rem;
    --tw-text-opacity: 1;
    color: rgb(40 161 112 / var(--tw-text-opacity));
}
swiper-container {
    --swiper-navigation-size: 44px;
    --swiper-navigation-color: #fff;
    --swiper-pagination-bullet-width: 0px;
    /*
    --swiper-navigation-top-offset: 10px;
    --swiper-navigation-sides-offset: 10px;
    --swiper-pagination-color: #92a4ae;
    --swiper-pagination-bullet-border-radius: 6px;
    --swiper-pagination-bullet-horizontal-gap: 4px;
    --swiper-pagination-bullet-vertical-gap: 4px;
    --swiper-pagination-bullet-size: 6px;
    --swiper-pagination-bullet-width: 6px;
    --swiper-pagination-bullet-height: 6px;
    --swiper-pagination-bullet-opacity: 1;
    --swiper-pagination-bullet-inactive-color: #254a5d;
    --swiper-pagination-bullet-inactive-opacity: 1;
    --swiper-pagination-bottom: 0rem;
    --swiper-preloader-color: var(--swiper-theme-color);
    */
}
swiper-container {
    width: 100%;
    height: 100%;
}

swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
}
.grade{
    display: grid;
    grid-auto-rows: 550px; /* Altura das linhas automáticas */
    gap: 40px; /* Espaço entre os itens */
}
.grade swiper-slide {
    grid-column: span 1; /* Ocupa uma coluna */
    grid-row: auto; /* Ocupa uma linha, ou 'auto' se variável */
}
.login-form-content-title2 {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    color: #fff;
    padding-top: 0;
}
.aceito_bonus {
    margin: 0;
    font-size: 14px;
}
.m-radio--checked .m-icon {
    display: block !important
}
.registerLogin {
    margin-bottom: 0;
    margin-top: 20px;
    text-align: center;
    font-weight: 500;
    font-size: 13px;
    color: #fff;
}
.registerLogin button {
    color: #fff;
    font-weight: bold;
}
.registerLogin button:hover{
    text-decoration: underline;
}
.common-module_desc_GcVej {
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: var(--color-mid-grey-5);
    margin-top: 0;
    margin-bottom: 16px;
}
.bonus-badge {
    font-size: 8px;
    color: var(--color-light-grey-5);
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2px;
    width: 40px;
    height: 14px;
}
.animate-spin {
    animation: spin 1s linear infinite !important;
}
.QGFJ7[data-v-b773f874] {
    display: flex;
    margin-bottom: 1.25rem;
}
.FtGgZ[data-v-b773f874] {
    align-items: center;
    border-radius: .75rem;
    display: flex;
    font-size: 1rem;
    font-weight: 700;
    gap: .75rem;
    justify-content: center;
    line-height: 1.5rem;
    padding: .75rem 1.5rem .75rem 1rem;
    text-transform: uppercase;
    --tw-text-opacity: 1;
    background: linear-gradient(90deg, #ffac4b40, #ffac4b00);
    color: rgb(255 255 255 / 100%);
}
.winners-slider {
    align-items: center;
    display: flex;
}
.FtGgZ img[data-v-b773f874] {
    max-width: 4rem;
}
._6FYXi[data-v-b773f874] {
    background-color: #fdffff0d;
    border-radius: .5rem;
    cursor: pointer;
    display: flex;
    gap: .75rem;
    height: unset;
    padding: .75rem;
    scroll-snap-align: start;
    width: 280px;
}
.rOZs4[data-v-b773f874] {
    display: flex;
    gap: .75rem;
    width: 100%;
}
._3xsKN[data-v-b773f874] {
    aspect-ratio: 300 / 350;
    border-radius: .5rem;
    height: auto;
    max-width: 55px;
}
._8s-zX[data-v-b773f874] {
    display: flex;
    flex-direction: column;
    gap: .25rem;
    justify-content: center;
    overflow: hidden;
}
.OdrNQ[data-v-b773f874] {
    font-size: .75rem;
    font-weight: 700;
    line-height: 1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
.hhgc3[data-v-b773f874] {
    color: #ffffffb3;
    font-size: .75rem;
    line-height: 1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 90px;
}
._94E07[data-v-b773f874] {
    font-size: .875rem;
    font-weight: 700;
    line-height: 1.25rem;
    margin-top: -.25rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    --tw-text-opacity: 1;
    color: rgb(255 232 0 / var(--tw-text-opacity));
}
.girosGratis {
    text-align: center;
}
.girosGratis img {
    width: 120px;
    border-radius: 4px;
}
.girosGratis p {
    margin: 20px 0;
}
.girosGratis b {
    color: var(--color-pr500)
}
.girosGratis .m-button--primary{
    width: 100%
}
body.loading #preloader {
    display: flex;
}

body.loading #app {
    display: none;
}

body.loaded #preloader {
    display: none;
}

body.loaded #app {
    display: block;
}

.bg-e-home-color-19 {
    background: #ffffff1a;
}
.rounded-\[6px\] {
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.items-center {
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.cursor-pointer {
    cursor: pointer;
}
.flex {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.relative {
    position: relative;
}
.flex {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}
.text-e-g-color-14 {
    color: #fff;
}
.font-bold {
    font-weight: 700;
}
.text-\[14px\] {
    font-size: 14px;
}
.text-\[14px\] {
    font-size: 14px;
}
.shrink-0 {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.w-\[24px\] {
    width: 24px;
}
.w-\[20px\] {
    width: 20px;
}
.h-\[24px\] {
    height: 24px;
}
.h-\[20px\] {
    height: 20px;
}
.mr-\[12px\] {
    margin-right: 12px;
}
.ml-\[6px\] {
    margin-left: 6px;
}
.whitespace-pre {
    white-space: pre;
}
.text-e-g-color-19 {
    color: #bec7ca;
}
.text-\[12px\] {
    font-size: 12px;
}
.h-\[40px\] {
    height: 40px;
}
.mx-\[10px\] {
    margin-left: 10px;
    margin-right: 10px;
}
.text-e-g-color-19 {
    color: #bec7ca;
}
.btnDepositar {
    border-radius: 4px;
    padding: 5px 8px;
    margin-right: 5px;
}
.btnDepositar .m-button-content {
    text-transform: uppercase;
    font-size: 10px !important;
}
.carteira a {
    color: #fff;
}
.w-\[40px\] {
    width: 40px;
}
.rounded-\[8px\] {
    border-radius: 8px;
}
.justify-center {
    justify-content: center;
}
.items-center {
    align-items: center;
}
.hover-bg-e-home-color-8:hover {
    color: #fff
}
.hover-bg-e-home-color-8{
    color: #bec7ca
}
.my-custom-btn {
    background-color: #f3740d;
    border-color: #f3740d;
    color: #0c0c0d;
    border-radius: 4px;
    padding: 5px 8px;
    margin-right: 5px;
}
.form-select {
    background-color: #1c2433;
    color: #ffffff;
    border: 1px solid #444;
    padding: 10px 14px;
    border-radius: 8px;
    font-size: 16px;
    transition: border-color 0.3s ease;
}

.form-select option {
    background-color: #1c2433;
    color: #ffffff;
}


